I have written an ActiveX dll in VB6 to talk to a secure website (https) to submit credit card payment information from our financial system. The dll sends and receives XML from the website. Our application is not browser based. We run our application across 5 terminal servers. I have installed the dll on all servers.
My problem is that if I log in as the administrator and submit a payment, it works fine.
If I log in as myself on the terminal server and submit a payment it again works fine.
However, if any other user tries to submit a payment, they get an unhandled object exception -2146697208. I have even had our network admin try it without success. We have checked permissions on the files and folders and that doesn't appear to be the issue. There seems to be various answers to what is generating the error but I just need to be able to resolve it asap. The error occurs on the objXMLHTTP.send command.
Anyone have any ideas? I know that some websites say it could be a certificate issue, but if that is the case, all users should get the error.
Thanks
mavrick5
My problem is that if I log in as the administrator and submit a payment, it works fine.
If I log in as myself on the terminal server and submit a payment it again works fine.
However, if any other user tries to submit a payment, they get an unhandled object exception -2146697208. I have even had our network admin try it without success. We have checked permissions on the files and folders and that doesn't appear to be the issue. There seems to be various answers to what is generating the error but I just need to be able to resolve it asap. The error occurs on the objXMLHTTP.send command.
Anyone have any ideas? I know that some websites say it could be a certificate issue, but if that is the case, all users should get the error.
Thanks
mavrick5