i am getting the message “Error loading USE or USELSX module” only if i edit an agent.i have a mq and the error is pointing to this use “mqlsx”.If i access the designer in the Server i do not get this message.Only when accessing Notes through my system do i get this error message.Please let me know what can i do
What kind of library is mqlsx? It most probably relies on resources, that are available on the server only, like .lss files of Java packages. This resource (or resources) might exist on the server, but not on your local machine.
Check your Notes directory for a file whose name matches the pattern mq*.lsx. Possibly the file is just missing. We had a similar problem with another lsx when someone goofed up our Notes setup script…
You can try going to the designer and recompiling all the lotus script. I think it’s under Tools in the menu. The recompile will return any elements that have errors on them. The one I find most often is that something is referencing an old script library that is no longer being used.