Hi,
I try to implement DominoPDF (from www.primeapple.com) within our Domino application .
We have a big problem :
=> doPDF(sURLInput, sOutput, sOptions) function seems to not support agent calls
nb: everything is ok for “…?openview”, “…?openpage”, “…?openform” and “…?opendocument” … while no agent are calling
Here the symptoms meetings.
We have 2 differents URLS’s cases for the sInput values:
Case #1: URL opening a document containing an agent (WebQueryOpen)
ex: http://myserver/mydatabase.nsf/myview/myDocID?opendocument
In a Internet browser: (with anonymous or authenticated acces)
=> all occurs correctly: the desired result is displayed in the browser’s window
In parameters of the function doPDF: (WebUserName / WebPassword)
=> nothing appears: the internet browse (IE or Firefox) remainder blocks on standby of the Domino server.
No specific activity appears on the Domino server’s console.
HTTP Requests (sessions) remain without reponses and stay in the line up of HTTP task of Domino server.
We have to reboot Domino server !!
Case #2: URL asking for the execution of an agent
ex: http://myserver/mydatabase.nsf/myagent?openagent
In a Internet browser: (with anonymous or authenticated acces)
=> all occurs correctly: the desired result is displayed in the browser’s window
In parameters of the function doPDF: (WebUserName / WebPassword)
=> nothing appears: the internet browse (IE or Firefox) remainder blocks on standby of the Domino server.
No specific activity appears on the Domino server’s console, but a white pop-up (DomioPDF.dll) appears on the Window2000 Server.
If we kill this popup, Domino’s http task is released and a blank pdf file is generated.
Is it a bug referred for DominoPDF.DLL (failure with agent) ?
Is it a problem of compatibility with the version of the Windows server ?
Is it a problem of Windows configuration or domino?
I hope that somebody will be able to answer me very quickly
Regards,