PDF Creator integration with different servers

PascalPascal Member Posts: 2
Hi,

We have integrated the PDF creation with PDF Creator. It worked well until we had to access Navision from a different server.

When we try to use it from the second server we get the following message

"Invalid assignment. It is not possible to assign a _clsPDFCreatorOptions to a clsPDFCreatorOptions"

I know this is something that has been seen before, but I insulated the problem to the definition of one variable. When I reset tha value of the subtype for the PDFCreatorOption using server 1, it is solving the problem for the users of that server, but it breaks it for the second server (they start getting the error above). If I solve the problem with the same solution on server 2, then it server 1 users that are getting back the problem.

Name DataType Subtype
PDFCreator Automation 'PDFCreator'.clsPDFCreator
PDFCreatorError Automation 'PDFCreator'.clsPDFCreatorError
PDFCreatorOption Automation 'PDFCreator'.clsPDFCreatorOptions <

Note we have PDF Creator 0.9.5 on both servers.

Is that telling something to anybody?

Thank you for your help

Pascal
Sign In or Register to comment.