Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pdsmon.dll 1

Status
Not open for further replies.

skumaru

Programmer
Mar 1, 2003
3
US
I have a unique problem with crystal reports. I have few activex dlls which has crystal reports dsr embeded. Activex dlls are installed in client machine. I am using push technology for pushing data into reports at run time. I am using Microsoft OLEDB for Oracle as the data source provider. If I am initiating only one report at a time, the program will run perfectly. But however, if more than one report is called at a time (which is possible as the client program can call two different reports in two different activex dll(two different thread)) crystal report will give an error "Unable to find pdsmon.dll". Any idea why this is happening?
Thanks
 
Not sure why this is happening, you're referring to the ADO/RDO/DAO DLL, it might be that the file is in use by the other process.

Are you certain that you have multiple threads?

-k
 
It is sure that i am getting the error as the file is in use. How can I avoid this from happening? Crystal report dlls cannot be multithreaded?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top