Domino on Linux/Unix, Troubleshooting, Best Practices, Tips and more ...

 
alt

Daniel Nashed

 

Notes/Domino 9.0.1 Feature Pack 9 shipped

Daniel Nashed  20 August 2017 19:39:16
Notes and Domino 9.0.1 Feature Pack 9 is available.

The client side and server-side introduces fixes and also new features.

The official "flixlist" can be found here --> http://www.lotus.com/ldd/fixlist.nsf/0/12d957b7c277fc728525816300434c53

Here are the highlights and some important comments.


JVM Update in Notes Client & Domino Server

The security fixed version introduced with a JVM patch for FP8 is included in FP9:

Notes/Domino - Java 1.8 SR4 FP5

But this is still just the runtime in the client. The compile time support for Java 1.8 has to wait for FP10 because it also needs an update Eclipse version.

The Designer compile is Java 1.6 SR16 FP45


Notes Client Updates

Some of the changes need an updated mail-template. Some changes need notes.ini parameters or other settings.
But some other new functionality is enabled by default.


High resolution support for the Notes client

The Windows client now scales correctly text and icons with high resolution displays (higher the HD) and also with custom DPI settings.
This was a long waited feature request. FP8 already had some improvement but the main change is shipped with FP9.


Full fidelity for fonts in Notes emails

There is a change in the fonts used for the MIME body for messages to render fonts better in other clients.

In my tests it turned out that this causes interoperability issues with Notes clients.
When using sans-serif fonts in outgoing messages the messages are displayed with a serif font depending on your Notes client configuration.

It happens when you are using "Disable Embedded Browser for MIME mail" via preference (notes.ini BrowserRenderDisable=1).

Also in any case when the message is put into edit mode.

IBM is currently looking into this issue and I will post an update what I find out.


Improved handling of non-English characters in internet messages

Notes and Domino now support RFC2231, a standard internet protocol for handling non-English characters in internet messages
 to improve message fidelity in communications with other applications that support this standard.


Improved name lookup in Notes

Searching by through typeahead or in the ambiguous name dialog, returns the same results as searching by .
For example, searching for don smith or smith don returns the same results, including variants such as Donald, Donovan, Smithfield.

This is also a long waited feature. But it needs the updated pernames.ntf template provided with 9.0.1 FP9 and add a notes.ini setting AllowWildcardLookup=1.



Domino Server Updates

Enhancement Request To Be Able To Increase The Amgr Queue Beyond 100 (SPR #RSTNA4SL7C APARID: LO87242)

The Agent Manager's Eligible queue is now able to change from the lowest value possible at 100, to 255 which is the highest value possible via an INI AMGRMaxQueue.

I worked with one of those customers who has the requirement to run many agents in a very tight schedule. In there environment even on a fast server not all agents have been scheduled.
This parameter allows to increase the queue. But sadly the parameter is just a BYTE and cannot be increased about 255.
I would have wished they would have increased the limit to a higher value (which would have been a bigger change) and I would have wished that the parameter would be 255 by default.
But it should already help for most environments.


Databases and views can be opened more quickly in databases that are enabled for transaction logging

It takes less time to open databases and views that are at ODS 52 or higher and enabled for transaction logging.
Previously, performance for opening databases or views could be slow in frequently updated databases.
This improvement is due to the implementation of less contention with update operations.

So it is really important that your servers have translog enabled! We have still seen customers not running without translog.
And it is important that you update your ODS to 52 via create_r9_databases=1 and compact -C.

I have not seen any performance values. But this should improve also performance for NIFNSF enabled databases.

Enabling and managing inline view indexing

A view index is an internal filing system that NotesĀ® uses to build the list of documents to display in a database view or folder.
By default, view indexes are updated on a server at scheduled intervals.
To update a view index immediately after documents change instead, administrators can enable inline view indexing.
When you enable inline view indexing, a critical view is always kept up-to-date for your users.

I have not looked into it in detail yet. But it is a bigger change and the release information does not contain all the details.

Here is the documentation update with all the details -->https://www.ibm.com/support/knowledgecenter/en/SSKTMJ_9.0.1/admin/admn_inline_index_enabling.html
The documentation contains information how to implement it and also how to query information, statistics and other details.

I hope those additional comments on top of the release notes are helpful for your first look into FP9.


-- Daniel


Comments

1Christian Henseler  21.08.2017 10:06:28  Notes/Domino 9.0.1 Feature Pack 9 shipped

Another great freature (for most of my customers) in FP9 is the ability to restrict forwarding rules more granular (deny forwarding to external Internet addresses)

2Dietmar Dumke  21.08.2017 12:20:14  Notes/Domino 9.0.1 Feature Pack 9 shipped

It seems the new pernames.ntf did not make it into the FP9 client update kit. After installing the FP9 update, the local template still is at v9.0 (as of February 2013) and in consequence the local names.nsf too. This may require extra efforts to deploy the new pernames design to the Notes clients.

3Christian Henseler  21.08.2017 13:28:32  Notes/Domino 9.0.1 Feature Pack 9 shipped

@Dietmar: Feature Packs are language agnostic. Therefore you have to deploy the updated templates provided in the FP9 ML Template pack (ND_901FP9_ML_templates.zip).

That's one of the draw backs of IBM's new FP Strategy.

In fact, the Client FP installable must be accompanied by a custom built template update mechanism.

4Matt  21.08.2017 21:10:55  Notes/Domino 9.0.1 Feature Pack 9 shipped

Is this the same as the 9.0.1 FP3 live view refresh that will show the user stale data if the real-time update had not occurred yet?

Essentially, is this eventual consistency?

5Eveline Burtscher  07.09.2017 8:45:17  Notes/Domino 9.0.1 Feature Pack 9 shipped

Have you noticed problems with Databases that have private views after updateing to FP9 ?

6Mark Gottschalk  13.09.2017 21:54:42  Notes/Domino 9.0.1 Feature Pack 9 shipped

We've encountered the issue with fonts in FP9. In a custom db with a mail form and rich text body, the default font is Verdana. The email composes with Verdana or whatever fonts and formatting the user decides to use, sends to the recipient (who sees the appropriate fonts and formatting), but when the sent email is reopened, the entire body is rendered in the default monospace font.

What is causing this? No changes have been done to the db, which has been working fine for many years. At least the font and layout received by the recipient looks correct. But I've got a bunch of users complaining about it, worried about what their clients might be receiving, etc.

7Daniel Nashed  14.09.2017 4:44:31  Notes/Domino 9.0.1 Feature Pack 9 shipped

@Mark, it has something to do with the way font tags are generated for MIME mail.

I am not sure from what you wrote that the messages are MIME.

But I sent you a mail with some detailed questions.

Let's take that offline and check what I can add to my open PMR at IBM as additional information.

-- Daniel

8Sascha Troll  26.09.2017 8:58:18  Notes/Domino 9.0.1 Feature Pack 9 shipped

@5

We also noticed problems with private views.

Is this a know issue (SPR) ?

Thanks

Sascha

9Sascha Troll  26.09.2017 14:26:57  Notes/Domino 9.0.1 Feature Pack 9 shipped

Problem with private views is know.

SPR# JVEKAQSGCC

LO92948: SHARED, PRIVATE ON FIRST USE FOLDER NOT WORKING AS EXPECTED IN 9.0.1 FP9. IT IS NOT POSSIBLE TO VIEW THE FOLDER IN DESIGNER.

Hotfix is available.

10Daniel Nashed  26.09.2017 14:45:15  Notes/Domino 9.0.1 Feature Pack 9 shipped

Yes the private on first use issue is know and it is a server issue.

I am waiting for feedback from IBM. There is one other cirtiical issue that needs to be fixed.

Hopefully they will ship another IF soon.

-- Daniel

11Sebastian Spudik  20.10.2017 10:22:30  Improved name lookup in Notes - Update the local names template

For all of you out there, who are wondering how to update the template of the local names.nsf.

Yes, as Christian Henseler explained you have to download the pernames.ntf template from the template pack.

After that you have to replace the pernames.ntf files on your clients.

So good so far, and now?

Very easy! Just replace the notes.ini entry TemplateSetup=900100 to e.g. 800000.

After restarting the Notesclient it will check the TemplateSetup entry and replace the names.nsf template on the client.

Greetings

Sebastian

12Daniel Nashed  25.10.2017 3:46:19  Improved name lookup in Notes - Update the local names template

@Sebastian, yes that's how the client works.

The client setup checks for the setup variables and compares them with the code version.

Depending on which variables you change back to an older version the client goes thru different steps.

Because the Notes version does not change, it does not upgrade the local design.

That's something that should be officially documented.

IMHO we need some official documentation about how to deploy new templates.

It should not be that someone reaches out to a blog or a business partner presentation to get pernames.ntf templates deployed to existing Notes clients

-- Daniel

13Stefan Doetsch  10.11.2017 9:33:17  Notes/Domino 9.0.1 Feature Pack 9 shipped

We are expiriencing massive Problems with LDAP Authentication aufter Upgrade to FP9

Sametime and also IBM Connections will no longer connect to the used Domino Directory. Users are unable to login.

Tried also with IF2 - we have switched back to fp8 if4

PMR's running for this issue.

14Luc Chapuis  01.12.2017 12:10:04  Notes/Domino 9.0.1 Feature Pack 9 shipped

Widgets displaying web pages : how to "save" them ?

Any suggestion ?

Links

    Archives


    • [HCL Domino]
    • [Domino on Linux]
    • [Nash!Com]
    • [Daniel Nashed]