Message "HTTP: Missing Resource String" appearing when accessing views through web browser

This message appears in place of my documents and all the expansion, contraction etc. hotspots (not the icons). Does it have anything to do with running this through “localhost”?.

Also, is there a connection to my other problem which is a log error - “Entry not found in index” when trying to open a form through the web browser. The form definitely exists and the path is all correct etc.

Thanks, Chris

Subject: Message “HTTP: Missing Resource String” appearing when accessing views through web browser

Hi Chris

  1. Try to right click on the ressorce and look at the properties, that should give you a hint. You can debug by pasting the link into your browser and open the ressource directly.

  2. I think your problem is caused by an error in a @dblookup or on your form.

Hope this helps

Michael

Subject: Message “HTTP: Missing Resource String” appearing when accessing views through web browser

In my case, I had been cleaning up some temp files on the server. I was using the Dir() function in LotusScript but I was dumb enough to use it recursively.

My administrator noticed that NCHRONOS.EXE was missing, and then he discovered other Notes EXE files missing on the server. It probably resulted from my rogue Dir() agent.

At any rate, he restored all the files and we were problem-free.