WinBatch® Technical Support Forum

Archived Boards => COM Automation and dotNet => Topic started by: stevengraff on October 27, 2014, 11:35:36 AM

Title: COM conversation with wrong session on Terminal Server
Post by: stevengraff on October 27, 2014, 11:35:36 AM
When trying to use the COM api for a product called GoldMine, a CRM database, at least one user reports that she, apparently, is communicating with another user's session.

Any guess what could cause (or, better, prevent) this?

Thanks,
SG
Title: Re: COM conversation with wrong session on Terminal Server
Post by: td on October 27, 2014, 01:10:38 PM
Hard to say.  Either there is a bug in the COM server you are connecting to or you have coded something incorrectly in your script (assuming you are using WinBatch COM Automation.)  You might want to check the product's documentation for information on how user logins/sessions are handled by the API.  There may be a built-in method or methods for insuring that you are connecting to a unique instance or whatever.