Notes error: Index is not to be generated on server. (VykOso)

Hello,notes displays me this message.

“Notes error: Index is not to be generated on server. (VykOso)”

It happens when I open form “VykOso” with this lotus script

Sub Onload(Source As Notesuidocument)

If (source.IsNewDoc) Then

Set db = session.CurrentDatabase

Set view = db.GetView( “VykonyOso” )

Set collection = view.AllEntries

Set entry = collection.GetLastEntry( )

when database runs on local no error is generated when database runs on server error occurs in step set collection = view.allentries

I do not why? please help… thanks jakub

Subject: Notes error: Index is not to be generated on server. (VykOso)

I bet that you (or your administrator) needs to create (or delete index > create index) a Full-Text Index for that server based dB.

Please advice if this is true. If not, please tll me is your DB on your server FullText indexed?

Subject: Notes error: Index is not to be generated on server. (VykOso)

I had this problem when working with “private - shared on first use” views.For me, there was a workaround in the knowledge base. There is a bug in 6.0x resulting in this error. Unfortunately I don’t have the link to that article right now. Just search for your error message there.

Perhaps it will solve your problem, too.