| View previous topic :: View next topic |
| Author |
Message |
Silence
Joined: 24 Feb 2008 Posts: 1
|
Posted: Sun Feb 24, 2008 3:15 pm Post subject: Cannot open Mysql DB |
|
|
Hello,
I've just started using the Messaging server and I'm having some problems regarding incoming messages.
When a message is recieved it passes through my defined trigger. The problem is that when trying to connect to a remote MYSQL server, it fails with a error:
| Code: |
Error #29120 - Cannot connect to Mysql Server on 'Ip-removed'(10060); Line: 267; Char:4; Code:X80004005 (duration: 00:21)
|
But if I manually open the trigger with my VBS script editor and add the id of a message for example:
Call ProcessMessage(391) <- Id used as example
And then run it - Then everything works fine and it connects to my remote Mysql Server without any problems and does everything it has to do - So somehow I suspect ur Script engine to make some kind of mess up since it works in my normal script editor?
Basically: Trigger doesn't work inside the messaging server, but works outside in the normal script editor if I pass a message Id to the function: "Processmessage".
Can you please offer some assistance - I can send u the trigger file if needed. |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 405
|
Posted: Tue Mar 04, 2008 11:43 am Post subject: |
|
|
Hi,
Thank you for your post. It should have something to do with credentials. You can also try to start the service using an administrator account instead of a local user account.
Hope this helps,
Leon |
|
| Back to top |
|
 |
|