Доброго времени суток все! Такой вопросик. Подскажите пожалуйста, как просмотреть базу Lotus через Web? Пробовал просто открыть что-то типа |#^#]>http://server/DBFile.nsf|#^#]> , но там при просмотре представлений внизу появляются ссылки "Previous", "Next" и подобные, что весьма нежелательно, да и не совсем точно в HTML переводит. Может быть, есть какие-то другие способы? Или как-то можно настроить внешний вид страницы, которую получаем через HTTP (хотя бы убрать ненужные ссылки)? Буду благодарен за любую помощь.
Т.е. было Vasya Pupkin/msk/trest а надо перевести в другую организацию Vasya Pupkin/kie/micro??? Вместе с почтовым ящиком, документами и всем осталдьным?
Можно через вставку Hotspot, если из excel вы вставляете через edit -> RichText и URL Hotspot`a указать путь к файлу, вместе с названием самого файла. ...
Здравствуйте! Люди, подскажите, пожалуйста, где можно сказать русского клиента Notes Lotus 7.0.3 (под Windows)? Где можно также скачать language pack rus for Lotus 7.0.3 server на базе linux (CentOS 5.02)?
есть агент по расписанию, должен коннектится по урл к серверу и получать сабж. собсно запускаю с рабочего места - нормально, запускаю из файла на сервере - нормально, но как только начинает работать из под домино, т.е. запуск по расписанию вываливает в консоль ошибку:
Error msxml3.dll: Не удается найти указанный ресурс.
есть 2 агента, в параметрах запуска стоит запуска как web user. у одного агента security level 1, у второго - 2. агенты собирают документы и 1ый вывод на страничку результаты поиска, 2ой отправляет на емайл xls файл с этими результатами (для этого и уровень - 2)
под одним и тем же пользователем 2ой агент не работает (перестал работать). как только убираю как web user, так сразу обтираются все документы.
и так вопрос. этот уровень может влиять как то на отбор документов по ридерс/авторс полям?
Если у кого нибудь осталася лицензия для Symantec AntiVirus/ Filtering for Lotus Notes Domino 3.1 (это примерно начало 2003 года) поделитесь пожалуйста.
Подойдет лицензия для trial версии.
Я понимаю что лицензия будет просроченна но очень надо для эксперемента
Можно через вставку Hotspot, если из excel вы вставляете через edit -> RichText и URL Hotspot`a указать путь к файлу, вместе с названием самого файла. ...
Т.е. было Vasya Pupkin/msk/trest а надо перевести в другую организацию Vasya Pupkin/kie/micro??? Вместе с почтовым ящиком, документами и всем осталдьным?
Поля типа RichText имеют флаг SUMMARY равный False. Соответственно, эти поля не попадают в индекс вида и не могут быть выведены во вьюшках. Для вида таких полей как бы нет. ...
Теоритически НЕТ. Практически ДА. Как такое получается не скажу, но иногда неожиданно находишь на сервере пару реплик одной БД. Лучше таких ситуаций избегать.
Например, есть Pupkin/msk/trest, надо его перевести на другой сервер Domino (другого домена Domino), до этого момента он скажем был на сервере OldServer в домене OldDomain, а теперь должен оказаться на сервере NewSrv в домене NewDomain, вместе со всем -...
Теоритически НЕТ. Практически ДА. Как такое получается не скажу, но иногда неожиданно находишь на сервере пару реплик одной БД. Лучше таких ситуаций избегать.
Поля типа RichText имеют флаг SUMMARY равный False. Соответственно, эти поля не попадают в индекс вида и не могут быть выведены во вьюшках. Для вида таких полей как бы нет. ...
As developers it's easy to email users of our systems. How do we know if the email ever reached the user though? And (more importantly in some cases) can you ever prove it got there?!
Most systems I've worked on have sent email notifications out. Until recently I've never really thought much about what happens after the .send() method has been invoked. Hey, I've sent the email. Now it's in the hands of the internet gods. Whether the user ever actually reads it or not, I just don't know.
One recent scenario involved sending a Booking Confirmation email to users of an online booking application. The first line of the email is in big bold letters and reads:
Please print this email out and bring it with you on the day as proof of booking.
The trouble is that some users didn't print it and didn't bring it. In fact they claim they never even received it.
This is the point where email fails as an effective form of communication. It just can't be relied on. This is especially true nowadays thanks to our friends the spammers. Spam filters are having to get more and more aggressive in order to be effective. In doing so there are bound to be false positives. As I understand it system-generated emails themselves are more likely to fall prey of spam filters, especially when faking from headers. It's a wonder any of the emails we send get there at all.
So, my question to you is, if you have an important message that your user must see, how do you make sure it gets to them?
Alternatives to the booking confirmation email which I've discussed with my customer are:
Display the content of the email to the user on the last page of the booking. It's at this point they should print the page. The email is still sent, just not relied on as the sole means of communication.
Have the last page of the booking warn the user to expect the email. It could tell them to make sure they can receive emails from bookings@acme.com and to check their spam filters if it's not there in the next ten minutes.
I even suggested including a "tracking image" in the HTML email which loaded from www.site.com/bookings.nsf/getImage?OpenAgent&foruser=user@company.com. When the user opened the email the site logged it as read. The trouble is the spammers invented this trick and so most email applications now won't load images in emails and, although this might prove a user did see the email, it doesn't prove they didn't.
It all leaves me feeling sad that the spammers have all but destroyed a wonderfully simple means of world-wide communication. Maybe that's the problem. SMTP is too simple a protocol.
Do you rely on email? If not, what do you do to get round its shortcomings?
Have you been searching for a way in your Domino environment to use an embedded datepicker in a dialog box that isn't associated with a specific field? Here's a solution that uses Domino's current datepicker and dialog box, some LotusScript code and a few simple modifications.
This is a common question, how can we have team/ group calendars that are truely integrated with a users personal calendar.
Using the calendar overlay capabilities coming in 8.5 this could be easily achieved. A team calendar could have a profile document and an owner. Team members would be invited and this would provide the mechanism for delegation privilidges.
This would allow any member of the team or maybe just the manager to see all the team's calendar entries within thier notes client and could schedule activity for any member or the whole team
The menu option view\Go to... [view dialog] is only available if you already have a view open or from the workspace. If you have a page open, then it is not available.
This option should be made available in any context.
why can't we disable the ViewShowSearchBar @Command for a View?
Sometimes i use a view as a way to create a navigation menu in an application, but this gets messed up when the ViewShowSearchBar @Command has been used previously.
please add a view option that the searchbar will never ever show up!
The router task crashes a Lotus Domino server when attempting to convert a mime message to CD. The crash occurs when converting the KeywordDisplayValue. Why does this happen?
Currently it is not possible to configure Domino to route all internet messages directly to the internet ( or relay host ), while routing mails addressed to specific internet domains through an adjacent Notes domain .
After upgrading the server, the Domino administrator is no longer able to administer the server via the Live Console in the Domino Administration Client. Nothing appears on the Live console, although there is constant activity appearing on the "server console", and this information is also being directed to the log file.
IBM® Lotus® Web Content Management™ provides a sophisticated Web content management tool and platform that is designed to accelerate the delivery and management of critical business information.
The MailServer= value in your server's notes.ini is repeated reset to NULL (empty value). Updating this notes.ini value manually fixes the problem temporarily, as the value is replaced with NULL each time Domino is restarted.
After you apply the Solaris 10 operating system kernel patch 137111, the Lotus® Domino® server crashes with a SIGSEGV segmentation fault. A fix is expected in the next Solaris 10 update or patch. Until then, you can avoid the crash by not installing this Solaris patch.
Many mobile devices and cell phones now offer the ability to tether to a Personal Computer (PC). This allows the PC to use the mobile phone to access the internet. Thus, it it possible to visit www.ibm.com on the PC while utilizing the mobile device to send and receive data. This Technote describes how Lotus Mobile Connect functions in such an environment.
In Lotus Notes/Lotus Domino, room owners receive multiple Waiting for Approval notices for the same pending request for rooms and resources with owner restrictions, when the resource reservation is in a Domino cluster environment.
Explanation: Specifies the number of minutes of inactivity after which the server automatically terminates network and mobile connections. The minimum recommended setting is 30-45 minutes. A lower se
This article describes the second release of the composite applications component library and shows how the components can be used to add value to your composite applications.
To implement database or template customization for users' demands, you usually need to dynamically and automatically add design elements, such as an agent, a view, or a folder, to existing databases, or to modify existing design elements in the database. Domino XML Language (DXL) is an XML representation of IBM® Lotus® Domino® data and design elements that provides a great way to implement the capture of design elements and the import or export of design elements to and from databases. In this article, we introduce the concept of DXL, and through use cases with detailed implementation, we illustrate how to apply DXL to dynamically add or modify design elements to complete the user's database or template customization.