Из-за чего может возникать данная ошибка? Связано ли это как-нибудь с памятью, версией Lotus (у меня 7.0.2, может в новых версиях этой ошибки нет?)? Можно как-нибудь обойти данную ошибку?
В крупной западной компании, являющейся лидером на рынке независимой экспертизы, лабораторных исследований и сертификации открыта позиция программиста
Обязанности:
доработка и сопровождение ПО, используемого внутри компании, и написанного на Delphi с использованием базы данных Sybase ASA и web-технологий, совместно с разработчиками программы (удаленно. Контакты с IT специалистами союзной республики).
Требования:
знание Delphi (в том числе web-приложения), SQL, распределенные СУБД желательно: знание Sybase ASA, опыт работы с Lotus Notes высшее образование знание английского языка креативность, способность к быстрому обучению
Условия:
конкурентная заработная плата добровольное медицинское страхование для сотрудников страхование жизни 3 дополнительных дня отдыха в год западная корпоративная культура Тип занятостиПолная занятость, полный день
Отвечу на вопросы: (846)3721425, marina.kuzmina@sgs.com
Добрый день. lotus 5 Проблема: есть 2 библиотеки: lib1 - содержит родительский класс A lib2 - содержит, класс B который наследуется от А.
есть форма form1 в (options), которой указано use "lib2"
При открытии формы создаётся объект класса B, в конструктор которого передаётся текущий notesuidocument.
Иногда, после изменения библиотеки lib1, при открытии формы form1, при создании объекта класса B возникает ошибка в строке где вызывается конструктор.Ошибки могут быть разными. Ошибка исчезает после пересохранения библиотеки lib2 и формы form1 В чём может быть проблема?
Привет всем! в LN 6.5, 7. Скрипт запускаю локально. Цепляюсь через odbc, 10 драйвер к ораклу. Далее выполняется sql запрос. Потом обрабатываю. Стандартный код:
Call con.ConnectTo("","","") 'подключение к ODBC status = con.ConnectTo ("") If Status = False Then Messagebox "Не могу подключиться к источнику данных ODBC: " + odb, 16, "Внимание !!!" Exit Sub End If
Set qry = New ODBCQuery Set result = New ODBCResultSet Set qry.Connection = con Set result.Query = qry qry.SQL= {SELECT * }
If Not result.Execute Then Messagebox result.GetExtendedErrorMessage,,result.GetErrorMessage Call result.Close(DB_CLOSE) Call con.Disconnect Exit Sub End If
Loop Until result.IsEndOfData Call result.Close(DB_CLOSE) Call con.Disconnect
Как здесь скрипт считает строки. Когда входит в цикл на строчке result.NextRow все в порядке берется 1 строка.Далее проходим 1 круг и в конце круга на Loop Until result.IsEndOfData счетчик переходит на следующую строку и далее на строке result.NextRow снова прибавляется еще одна строка. В итоге данные записываются в Lotus через строку. Не понимаю почему в конце круга на строке Loop Until result.IsEndOfData переходится на след. строку. Подскажите плз как с этим бороться!!
В локальной сети у меня установлено несколько серверов приложений, доступ к которым из интернета идёт через один Front-End (Апач 2.0). Внешний IP у всех один и тот же, так что использую virtual hosts + mod_proxy, как для http, так и для https.
Недавно установили Lotus Protector 2.5, и вот с настройкой виртуального хоста для него у меня возникла такая проблема: его (Протектора) встроенный Apache использует Basic Authentication (это когда при обращении к серверу в браузере всплывает окошко с запросом логина и пароля), но при обращении к Протектору через virtual host логин и пароль он у меня не запрашивает - я просто получаю страницу с ошибкой "403 Forbidden. You don't have permission to access / on this server."
Посоветуйте пожалуйста, как сделать чтобы запрос логина и пароля от Basic Authentication проходил через прокси на Апаче 2.0.
Мой не работающий virtual host (вполне работает когда на проксируемом сервере нет Basic Authentication): <VirtualHost *:443> ProxyPreserveHost On ProxyRequests Off SSLProxyEngine Off SSLEnable Keyfile "C:/IBM/HTTPServer/ssl/ihsKeyring.kdb" SSLV2Timeout 100 SSLV3Timeout 1000 ProxyPass / htts://192.168.230.143:443/ ProxyPassReverse / htts://192.168.230.143:443/ ServerName aprotector.acme.ru </VirtualHost>
A recent upgrade from Domino 8.0.2 to 8.5.1 has been my most disastrous Domino upgrade since Lotus Notes 4.11. Here's my story.
Right after the upgrade, I started seeing dozens of IMAP errors in statrep.nsf:
Note NT0020810A was not updated in the IMAP btree for folder ($Inbox) (NT000006A2) in database D:\Lotus\Domino\data\mail\xxx.nsf. Database should be re-enabled for IMAP support.
When trying to open an affected document, I would get an error:
Server Error: Memory allocation request exceeded 65,000 bytes
I tried fixup. It failed with the same error. Copy-style compact simply skipped corrupt documents.
After some more poking around (at this point I opened a PMR with IBM), we discovered that document corruption only happens in IMAP-enabled databases. Replicas not enabled for IMAP were not affected.
More testing showed that corruption happens when moving documents from one folder to another, no matter in which replica -- those in IMAP-enabled replica get corrupted.
IBM suggested that we temporarily disabled IMAP on all mail files, but that was out of question. We have a few VIP users who refuse to use Notes or iNotes.
Finally, after 2 weeks of testing and debugging, IBM found the culprit: document data compression. Here it is in their own words:
If IMAP or "compress document data" is disabled for the database, the issue is not reproducible. The problem appears to be related to document compression which was changed in Domino 8.5.1.
I disabled data compression and ran compact --c on all mail databases, and I haven't seen an error since. My data directory gained 42 GB and some mail files went over quota, but that's not a big price to stop document corruption.
I am waiting for IBM to issue a hotfix for the issue.
P.S. According to IBM, corrupt documents are not recoverable. The best you can do is either make a new replica from another server, or run compact --c and fixup --R to get rid of corrupt documents, and restore missing ones from backup. Good luck with that.
Vladimir Tankhimovich is Postmaster at Columbia Law School. Born in Siberia, he came to US in 1995 and has been a Notes/Domino administrator since 1997. Learn more about him at http://www.linkedin.com/in/tankhimovich.
It would be nice if Sametime Voice Suite can provide the following functions:
1) record the conversation, provide a transcript of the conversation and archive it for future reference
2) video conferencing so that it's more interactive and personal
Sometimes when I post a status update I would like to add an URL link. But the link is not "hot" so readers must copy/paste it into a browser. Also, it would be nice to put an URL behind some text, similar to all the other text editors in Connections.
I am interested to see what everyone is doing around the globe, but history seems to be limited to 2 pages which usually fills up within a couple hours. I would like to see at least 24 hours of history in All Updates.
The OpenNTF Mobile App supports now
comments - see http://m.openntf.org
(open with webkit browser). Here is the project
and here the direct
download ...
On the OpenNTF.org Steering Committee
call on April 6th, 2010, the Steering Committee discussed the next steps
for the site, community, and organization. The following are a list of
items that we wish to pursue over the next couple of months. To ...
Notes core search operation takes control because it is working Foreground and user have to wait to complete search. If search operation works in background, user can operate another job.
BAsically ideas is to use the knowledge of users and engineers to help and actively contribute to documentation. Sometimes documentation can be written very well, sometims - well - ...
The idea is basically same as with WCM... One can contribute to the documentation or part of it and then it goes thru process of approval.
If everyone contributes something, documentation will get improved.
The Lotus Domino SNMP Agent console does not appear on Windows 2008 servers. This appears to be an issue with the operating system and how it manages the session 0.
In Notes, new mail appears in your Inbox on the server replica but not in the local replica. In the local replica, mail appears only in the All Documents view.
You would like to be able to use Lotus Notes Login to authenticate with a third party web server through Single Sign-On so that users would not need to create an account document for each site.
The icon that indicates that a message has been forwarded or replied to does not appear if the message has been forwarded/replied using a BlackBerry device.
How to Properly Configure the Notes 8.5.x Client Preferences This document assumes you have Notes already installed and you want to make sure it is configured correctly. Even though there are an infinite number of combinations of Notes preferences, these are the critical setting to ensure that the ...
Configuring Domino to route mail using BlackBerry Enterprise Server Technote1420527 To view the technote click on the link: http:www01.ibm.comsupportdocview.wss?rs0q11420527uidswg21420527locenUScsutf8ccuslangen or Go to http:www.ibm.com Double click on ...
After you accept the License Agreement, the Notes 8.5.1 Fix Pack 1 (Standard) installer for Mac OS X 10.6 crashes. *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '<AppController 0x1eabd0> valueForUndefinedKey: this class is not key value coding-compliant for the key children.'
When the Out Of Office Service tries to send the Out Of Office message to a sender from another domain, the domain name is not added to the address. This causes a delivery failure report.