Подскажите, пожалуйста, у кого был опыт переноса сервера на новое железо. Почтовый сервер Lotus Domino 7.0.2 был перенесен на новое железо, почти такое же по производительности (перенос был сделан из за того что на старом железе были сильно изношены жесткие диски). На операционку Windows Server 2003 на новом железе был проинсталирован такой же сервер Domino 7.0.2. После чего подсунуты все почтовые БД, admin4, certlog, event4, names и notes.ini. Сетевые настройки винды, в особенности днс на новом сервере такие же как были на старом. (старый сервер сейчас имеет другие сетевые настройки).
Последствия: У пользователей тормозит открытие их почтовой БД и открытие серверной адресной книги из Domino Directory. Прошло уже 2 недели с момента переноса, сначала можно было сослаться на то что сетевое оборудование не обновило таблицы маршрутизации, но и через 2 недели ситуация не изменилась. Замечено, что такая проблема появляется только у пользователей у которых клиент Lotus Notes 7.0.2 на Windows Vista и 7. Причем, если на компе пользователя убивать cache.ndk, то все открывается быстро, но через пару дней кэш опять заполняется и начинаются опять тормоза и нужно опять удалять кэш. На XP подобных проблем не возникает. Names.nsf была проиндексирована заново на новом железе. Результата это пока не дало.
Поделитесь, пожалуйста опытом, как можно попробовать решить этот трабл.
Подскажите, пожалуйста, у кого был опыт переноса сервера на новое железо. Почтовый сервер Lotus Domino 7.0.2 был перенесен на новое железо, почти такое же по производительности (перенос был сделан из за того что на старом железе были сильно изношены жесткие диски). На операционку Windows Server 2003 на новом железе был проинсталирован такой же сервер Domino 7.0.2. После чего подсунуты все почтовые БД, admin4, certlog, event4, names и notes.ini. Сетевые настройки винды, в особенности днс на новом сервере такие же как были на старом. (старый сервер сейчас имеет другие сетевые настройки).
Последствия: У пользователей тормозит открытие их почтовой БД и открытие серверной адресной книги из Domino Directory. Прошло уже 2 недели с момента переноса, сначала можно было сослаться на то что сетевое оборудование не обновило таблицы маршрутизации, но и через 2 недели ситуация не изменилась. Замечено, что такая проблема появляется только у пользователей у которых клиент Lotus Notes 7.0.2 на Windows Vista и 7. Причем, если на компе пользователя убивать cache.ndk, то все открывается быстро, но через пару дней кэш опять заполняется и начинаются опять тормоза и нужно опять удалять кэш. На XP подобных проблем не возникает. Names.nsf была проиндексирована заново на новом железе. Результата это пока не дало.
Поделитесь, пожалуйста опытом, как можно попробовать решить этот трабл.
Stampede Technologies, Inc. has received a patent for its AutoZip advanced client/server compression solution for zipping and unzipping Web-based file attachments. AutoZip dynamically converts file attachments into .ZIP files as they are added to Web applications such as Outlook Web Access, SharePoint portals, Domino Web Access, etc.
About this article You may not realize it, but mobile phone usage patterns can provide a surprising amount of insight into the behavior, spending patterns, and social networks of users. Analytics gathered from that data can be mined in interesting and potentially very profitable ways. In this two-part series, IBM Solution Architech Harikrishna S. Aravapalli explores a fascinating new area of analytics you might not yet have starting thinking about.
What is the one thing that follows us faithfully these days, once we bring it into our lives and nurture it a bit? I know, you were thinking it's a pet dog! Instead, I'm thinking about the very ubiquitous, all pervasive, and always handy mobile phone.
Yes, it has become very much a part of our lives and we're reaching a point where no matter how much we know about our mobile phones, our mobile phones know know so much more about us. This article highlights the need for some simple, yet intelligent analytics gadgets based on the data in our mobile phone -- which will help us be more aware of ourselves -- and provide interesting opportunities for commerce.
Brian Moore likes checkboxes and radio buttons and thinks it's a shame they aren't easier to use in XPages. He's posted some code that lets you put checkboxes in two columns while he works on getting a third column programmed.
In trying to solve a problem with some code I inherited I stumbled upon the DataType function of LotusScript, which I'd never used before.
My code was calling a function and expecting a List of Strings back. Like so:
Dim aList as Variant
aList = MakeMeAList()
Msgbox aList("Foo2")
The function which built this list of strings looked something like:
Function MakeMeAList() as VariantDim theList List As String theList("Foo1") = "bar1" theList("Foo2") = "bar2" MakeMeAList = theList
End Function
Obviously the code was a bit more complicated than that. What it actually did was look for a profile for a supplied username and then return details of the user. If a profile couldn't be found it just added an item to the List called "Error".
The trouble with the code was that this error approach didn't seem to work and I just kept on getting "variant doesn't contain a container". The only way I found by which I could safely test whether I'd got a List back was using this new-found DataType function, as below:
Dim aList as Variant
aList = MakeMeAList()If DataType(aList)=2056 Then 'Variant(2048) + String(8) = 2056Messagebox aList("Foo2")ElseMessagebox "That ain't no list of strings fool!"End If
You live and learn. Although whether learning new LotusScript techniques at this point in the game is of any use is likely to be debatable.
Currently the security setting to allow creating databases on a server is an all-or-nothing option. I would like to give users limited ability to create databases on the server in a designated directory. This would allow them to replicate local databases like their archives to the server in a managed way.
Without this ability, the alternative is for the user to give a copy of the file to someone who can create replicas on the server or to set up a server that allows everyone to create replicas, knowing the admin will need to go in and move things around and clean them up.
Access to create databases in a directory should be managed by an ACL of sorts that permits the use of groups. User policies may come into play somewhere here too.
As an addendum based on comments, the user should be able to initiate the replica process and have it require approval in AdminP just like other processes require approval.
We'd like to give contributors more
visibility on the OpenNTF web site since OpenNTF lives from the source
code contributions of people and companies. So we've done a couple of updates
and additions. Let us know if you have other ...
There's a feature in Outlook I really like: The ability to pin a folder to the top of the nav pane.
It works like this:
1) Right click any Folder or View in any Outlook mailbox.
2) Click "Add to Favorite Folders".
The Folder or View will now appear near the top of the nab pane, right below the inbox!
I have to use Outlook for my day-job and I make use of this by pinning the most active folders so they're always handy.
I wish Notes provided for this.
I can think of a really easy way to do this: Create a new kind of outline entry type called "Pinned". This would show Folders and Views that have the "Pinned" property.
It might also be good to "Filtered-Pinned" outline types. Then allow users to tag a pinned View or Folder with one or more strings that could be used to do the filtering.
And the ability to show just Folders or just Views or both would be useful.
By the way, when you create local archives in Outlook they show up on the nav on the left and act just like normal mailboxes, including this pinning behavior.
There is a new release of the XPages
Mobile Controls project which
allows accessing multiple views and documents from different databases.
This functionality has been added on request of OpenNTF users - see ...
In the business card that comes from a contact in Sametime the personal location is displayed. It would be more powerful if this information is somehow connected to a geolocation service, like Google Maps.
So if I would click on the location Google maps could be loaded with the personal location filled in.
Could you have a push of all ideas that would be of interest to someone if they signed up to be notified for ideas with the keyword included in it?
We are trying to help people revisit our IdeaJam instance with email updates / communications that will pull them to the site to get them to see the ideas that may be of interest to them. For instance, if in the description or in the tagging - there was the word "innovation" and I signed up to be notified for all ideas that contain the word innovation - i would receive an email notifying me of that idea.
This white paper provides an overview and recommendations for how to get the most from your IBM Lotus Notes 8.5.1 client on the new Citrix XenApp 5.0 server. In particular, we show that, by tuning your environment so that you get the most from your applications, you can realize significant improvements in running the Notes client on XenApp. This is true for both the standard and the basic configurations of Lotus Notes. Moreover, the new support for Microsoft Windows 2008 SP2 by Notes 8.5.1 together with memory improvements means we can scale to even higher numbers than before at a much reduced cost. Also presented are the testing environment, tuning parameters, and the workflows that were executed to gather the scalability data on Notes 8.5.1.
I finally took the time downloading and installing LND v8.5.2, Lotus Notes Traveler v8.5.2 and the corresponding patches. Primary goal of the upgrade was to achieve support for Android 2.x as we are testingimplementing Android based HTC LegendDesire. After installation I found my web ...
What's the difference between an alternate name and an alias?
An alternate name is a fully authenticated name, and an alias is not fully authenticated. title
Choosing an alternate name language will let you display alternate names throughout Notes. For example, if you select Japanese, ...
IBM Lotus Forms help organizations of all sizes automate their business processes through data capture, review, approval, and submission of eForms. Lotus Forms can be run from the cloud, which significantly lowers the cost of ownership and dramatically increases scalability. In this tutorial, learn how to write a simple application that allows a small car repair company to track its customers using Lotus Forms, and then run it on the cloud using Amazon Elastic Compute Cloud (EC2). No prior cloud computing experience is necessary.
The goal of this white paper is to explain the various administration and configuration tools offered by IBM WebSphere Portal. Learn which tool to use for which task and about the new capabilities of WebSphere Portal 6.1.5, and understand differences from previous versions of WebSphere Portal. We take you through exercises for each tool so you can learn hands-on how to use the different tools.
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for W32/ Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for AIX/ Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for Solaris/ Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for Linux/ Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for IBM i V5/ Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
You upgrade a Lotus Notes client from a 5 release to a 7 release. A desktop policy with seamless mail upgrade information is then pushed down to the client. However, the mail database is not upgraded until you restart the Notes client at least one hour after the policy is applied. Why is there a delay?
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for IBM i V6/ Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 7.0.4 Fix Pack 2 for z/OS / Type: Incremental Installer / Release Date: 29 June 2010. See 'More info' link above for additional information.
There are three known issues with Notes Basic 8.5.1.x clients intermittently disappearing, silently crashing, and terminating abnormally without generating an NSD. If you receive reports of this happening, review the symptoms and configurations listed below to assess which issue is applicable and identify the solution or workaround.