Hi,
5 : - The handle is invalid
Who knows about this error ?
Is there any other way to know why a connection isn't made ? I'm always faced with a different connection problem. This one is hard to figure out.
I did try with a Try...Catch to see if it was something else but it seems that the error is returned by the oCompany.GetLastError() method and it isn't listed in the documentation so this doesn't help a lot
I'm trying to find a way to know why this connection isn't made and I'm out of ideas 😔
What I can tell is that I'm developing in PL09, using the Interop.SAPbobsCOM.dll Ver.: 2005.0.0.0
The client is using PL07 SAPbobsCOM2005.dll Ver.: 6.80.317 if I'm right
But I'm I don't think this could be the problem since its working for another client of mine
All the connections to the SQL database is working behind the scene so I presume my connection settings are all right. What else, eee I did look at the IIS level and I saw nothing there that could give me a hint on that problem.
I'm using ASP.NET 2.0 in its own pool on a server working with another pool for ASP.NET 1.1 but since I'm able to do everything else it should'nt be a problem.
The user which have been created have all the necessary rights because I can performe all the database tasks and even execute programs, creaqte diredctories etc...
Here I'm 😊 If you need anything else to solve my problem, let me know