Error 0x1A5 running command line tasks - notes.ini

In case this helps someone else sometime:

After installing a hotfix, (7.0.2 FP2 HF243), offline command line functions such as ncompact, nfixup, etc. would all return the same error - Notes Error: 0x1A5

Turns out the hotfix added a 3 line notes.ini file into the executable directory instead of updating the notes.ini file that we have in the data directory.

Copying the 3 lines from the new file to the real notes.ini file, then removing the new file resolved the issue.

Subject: Error 0x1A5 running command line tasks - notes.ini

Many Thanks !It helped me a lot

I had the same situation with a 8.5 partitioned server

the three lines were these in my case:

CFP_LP_BASE_VERSION=Release 8.5.1|September 28, 2009

CFP_LP_CURRENT=Release 8.5.1FP4|July 25, 2010

CFP_LP_PREV=Release 8.5.1|September 28, 2009

Christophe