Как можно в Домино 8.5 проверить все группы на наличие в них удаленных пользователей? И как править группы, когда удаляешь юзера из АК, чтобы не проверять все группы на наличие в них удаляемого пользователя и ручками удалять, а как-нить в автомате?
Почему письма на разных серверах кластера отличаются пометкой о прочтении? Например сервер с которым работает пользователь через неделю падает и он автоматом переключается на второй сервер, на нем письма за эту неделю с пометкой "непрочитано". База данных при репликации не передает инфу о прочитанных письмах? Можно как-нить сделать чтобы пометки тоже реплицировались?
Подскажите, пожалуйста, как быть. Есть пользователь, необходимо удалить его сущ. почтовый ящик и создать новый. Удалить сущ. ящик: в Administrator нахожу ящик и на ящике пользователя нажимаю Delete Database. А как теперь создать новый ящик?
Есть файл nsf. При попытке открыть его сообщает: "Вы не имеете прав на доступ к этой базе данных". Заходил под учеткой администратора и сервера, ставил галочку в админке "Администрирование с полным доступом". Ничего не помогло. Как сбросить все права на...
Есть файл nsf. При попытке открыть его сообщает: "Вы не имеете прав на доступ к этой базе данных". Заходил под учеткой администратора и сервера, ставил галочку в админке "Администрирование с полным доступом". Ничего не помогло. Как сбросить все права на...
Незнает ли кто нибудь случаем как лучше проверить синтаксис sql запроса в LotusScript агенте перед выполнением? Используется субд db2 общение с базой происходит при помощи класса LCConnection. Результаты запросов получаются такие не слабые в несколько тысяч строк, поэтому проверить синтаксис попыткой выполнить запрос как-то не очень...
Коллеги, у кого уже есть реально работающие клиенты Lotus Notes 8.5 - каковы реальные требования, поделитесь информацией? Интересует: Объем оперативки (желательный/минимальный), будет ли работать на XP SP2, или необходимо только XP SP3 или виста? Какая...
Коллеги, у кого уже есть реально работающие клиенты Lotus Notes 8.5 - каковы реальные требования, поделитесь информацией? Интересует: Объем оперативки (желательный/минимальный), будет ли работать на XP SP2, или необходимо только XP SP3 или виста? Какая...
Dan Lynch is looking for some help. He's attempting to implement this configuration in his test domain right now but it isn't working very well. Has anyone out there gotten it to work?
The latest version of CommonTime mSuite is now compatible with Windows Mobile 5.0, 6.0, 6.1 & 6.5, Symbian S60 3rd Edition, plus devices running Exchange ActiveSync including iPhone, Palm Pre, Android and Symbian S60 5th Edition devices.
Reader Fredrik Peltola tells us he's both ahead and behind the curve. He's been working with Domino 8.5.1 on an old System i installation and everything was going swimmingly, until he encountered a weird error message.
Here's what he told us:
I'm ahead of the game and behind everyone at the same time. We're installing a brand-new install of Domino 8.5.1 on an ancient and rusting System i machine. I know. But hey, the machine is unstoppable.
Unfortunately, I can't say the same of 8.5.1. As soon as we started it up, we began getting errors of the form "Notes .INI setting JavaUseClassicJVM in use".
The thing is, I know the classic JVM is in use. And so, apparently, does Domino. So why doesn't it seem to like me?
Well, Fredrik, don't you just love it when something that used to just work just stops? Welcome to the world of "progress". Fortunately, I know what your problem is (at least, what this problem is) and I can also share with you a relatively easy solution.
It turns out those slappy, happy, dappy Domino developers at IBM have decided to move on, at least when it comes to the Java virtual machine. There's an old Java virtual machine, known as "Java Developer Kit 6". And there's a new Java virtual machine, called J9, also known as "Java SE 6 32 bit".
Now, here's where you're affected. the old JVM hasn't been tested or supported for Domino 8.5.1, and IBM is going to stop supporting it in the System i release after 6.1. What you're seeing is a message telling you to switch Java machines.
Fortunately, it's a relatively easy fix, at least in terms of configuration. Obviously, any time you change a virtual machine, there could be some residual incompatibility, but that's not your immediate problem.
For now, simply go into your Notes.INI and either delete the setting:
JavaUseClassicJVM=1
or change it to:
JavaUseClassicJVM=0
Restart the server, and as long as you've got J9 installed, Domino will start using it.
Joe is a ZATZ associate editor. Prior to this job, he was customer support manager for the FileFlex database engine.
Following yesterday's post about refreshing data in Flex I got to thinking about another way of doing it. What I wanted to do was recreate the Notes View way of letting the user refresh. You know how you can click on the small area to the top left of a view to refresh it. If the client is aware a refresh is needed then an arrow appears.
Turns out recreating this in Flex was no trouble at all. After about 30 minutes I'd thrown this little demo together:
Clicking the refresh icon calls a "dummy" function at the moment but would in practice just call the same function that originally fetched the XML, as discussed yesterday.
As I had created a column just to put a refresh icon in the header I thought it only right that the I recreate the document selection methods of the Notes view, as you can see above. The "gutter" of the grid above allows you to select documents from the view.
I won't bore you with the Flex code for now (can't be bothered to write it all up right now - might do later on).
For those interested in taking the idea further all the code you need is in this Zip file. It's all quite simple stuff.
Pretty cool, no? What would be really cool is if the refresh icon could only appear if it knew a refresh was needed. Like in Notes. Anybody know a simple way to poll the server to see if a refresh is in order?
I'm not a big fan of recreating the Notes client GUI outside of the client, but I fancied a "challenge" and know some of you will like it...
Using the Instr function can help to find the first occurrence of a string from the left. However, if you want to find the first occurrence from the right, you can use this LotusScript code.
It is a daunting task to draft a mail If you use multiple styles or fonts in the mail. Another classic case is when you copy and paste text from somewhere else. Notes always copies text with format and this would be out of sync with your mail font/style.
There is a tool available in most MS products called "format painter" (a brush icon in the toolbar). This copies just the formatting of the selected area instead of the text. And then you can apply this formatting to other places multiple times. This brings a significant improvement in productivity and usability of notes. I would say this a must-have feature for all heavy notes users!
With the 8,5,1 release you have to select either the Notes client launch to the standard Notes forms or the XPage form. So you can support older clients if you use XPages for the client side. Otherwise you have to upgrade all clients before you use XPages on the client.
There is a possibitlity to use Composite Apps in a frameset to have it select but nothing on the database property.
So on the db properties you have web and notes launch, now add an XPage launch. If the client is 8.5.1 or later it uses the XPage launch.
If you rename a function in a script library it should auto update all referenced design elements that uses that function. The same for local / global variables.
During configuration of ID vault you can set a group of users that are able to recover passwords from ID vault. You might want to do this for example for your helpdesk staff to enable them to recover a password on 1st level support. But to actually do it, they need an administrator client installed and that's usually not the case for 1st level support staff.
So it would be nice to provide another way to recover a password from ID vault, maybe from within the People view in names.nsf
Cecelia Yu, Curtis Wei, Diane Margaretos,
Jacqueline Yen and Jimmy Liao have contributed four new widgets to OpenNTF. INI
Search Widget for IBM Lotus Notes Widget
for Acronym Finder Widget
for Maps.google.com Widget
for Weather.com These ...
(Note: the two screenshots above are kind of mashed together and look line one. The second screenshot begins with the label Title:)
I really like the Notify other users feature in Connetions bookmark. However, i frequently find myself bookmarking a resource (usually in Foxear) and then opening up a My Bookmarks in a browser window in order to use this feature. Often times, when i bookmark a site, I have have one or more people in mind that I want to share it with right away. The process would be much more streamlined if the Notify other user option was added to the Bookmarks tab of the Bookmark This! page (both New Bookmark and Edit Bookmark).
Во второй, заключительной, части мы расскажем о том, как делать проект с расчетом на его дальнейшие модификации. Мы также остановимся на вопросах связывания и на создании шаблонов компоновки.
Indirect files allow multiple maintenance tasks to process different sets of databases concurrently, instead of a single maintenance task processing databases sequentially. This results in significa
The IBM® Lotus® Learning Widget for IBM® Lotus Notes® is a sidebar widget that is used to view and filter learning materials inside your IBM Lotus Notes client, version 8.0.1 or higher
The Learning Plug-In for IBM Lotus Notes was introduced in January 2009, and has been updated to the IBM Lotus Learning Widget with the following enhancements: Includes new Lotus Notes 8.5 and 8.5.1
You can easily deploy the IBM Lotus Learning Widget to groups of users by using a widget catalog and policy settings documents. Here is a high-level overview of the process. 1. Create a serve
Configuring Corporate Lookup (Apple devices only) The corporate lookup feature of Lotus Notes Traveler allows mobile users to search for and find information about other users in the Domino directory,
What is the Global domain document used for and how is the document created? The Global domain document is a document used by the Domino server to identify the local Internet domain(s) and to form th