-
I’m attempting to do a simple document create using XPages, where the XPage default action is “createDocument”, so I open <aPage.xsp> without any parameters and it makes a new document.
-
This works, in that the UI “form” appears like it should. It doesn’t work in that when I say to save the new document, it runs qSD & pSD, but it never runs the Agent in pSD, and there is no new document in the database when it’s done. There are no errors of any kind, or a single thing to indicate that anything failed. It simply doesn’t work.
-
This seems to happen consistently the first time I attempt to create a document for that session. That session would be when I first login to the web page, or after the (default) 30 minute session timeout has expired, such that I get a new session without actually logging in.
-
All subsequent attempts for that session, after that first failure, show precisely the same console logging, that qSD & pSD run, but those do run the Agent and do result in a document in the database. From all available data there is no difference between the first and later runs, except it fails the first time and works afterward.
-
This is a fresh installed Win 2003 server running R8.5.1FP2, assembled only last week.
Any ideas what to check?..