Bad lines in notes.ini

We found in several notes.ini files bad formatted lines. Most of those lines are (part) of a date/time like “1-2007 10:40:12”. But some lines have a shorter date/time and others have a longer date/time.

We found these lines both in our 6.5.5 and 7.0.2 clients.

Who has any idea what caused this?

Subject: Bad lines in notes.ini

Hello Rob,

consist these lines only of the date/time or are they in the “standard” format:

parametername=Value

If the parmetername start with a “$” probably these entries are generated by an application.

Subject: RE: Bad lines in notes.ini

Hi Alex,

It are realyy truncated lines: please see the last lines from my notes.ini (6.5.5)

NAMES=names.nsf

$CreateBookmarkLastFolder=Favorite Bookmarks

WindowSizeBookmark=519 177 374 309

Window_Title=V6

FINDSTRING4=search

NDSTRING4=search

NDSTRING4=search

1-2007 11:48:28

11-2007 11:48:28

11-2007 11:48:28

1-2007 11:48:28

ATE=08-11-2007 11:48:28

1-2007 11:48:28

UME~1\GoudvisR\LOCALS~1\Temp\smkits

SU_IN_PROGRESS=0

SU_NEXT_UPDATE=20-11-2007 14:54:22

SU_DELAY_DAYS=0

SU_FILE_CLEANUP=C:\DOCUME~1\goudvisr\LOCALS~1\Temp\smkits

SUT_NEXT_UPDATE=20-11-2007 14:54:22

Subject: RE: Bad lines in notes.ini

I’ve seen this before, but couldn’t pinpoint a problem.

Subject: RE: Bad lines in notes.ini

This comes from saving garbage to an environment variable using code. I incurred a similar problem where I was saving a value with @SetEnvironment using the contents of a field. I do not remember whether or not the field was RT, but it contained line breaks and other nonsense. As best I recall, this effectively caused everything below that point in the INI to be ignored.