Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


jrtwynam
2017-07-20T19:26:49Z
Hi,

I've just signed up for a trial, and tried replicating a couple of jobs that I currently have running on my own MS Access-based tool. Unfortunately, I'm having trouble connecting to an Oracle database. I'd like to do it without a DSN, so I'm using a connection string, which matches exactly what's in my tnsnames.ora file.

SS1.png SS2.png

When I try testing the connection, it gives me this error:

SS3.png

I find it odd that it claims to be trying to connect to an SQL Server database, when I've clearly stated that it's an Oracle database.

Does anyone have any thoughts on how to fix this?

Thanks.
Sponsor
Forum information
Support
2017-07-22T17:29:47Z
Hi,

try select Oracle->Native->Standard 2 - direct mode instead. Then you do not need the Oracle Client.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
jrtwynam
2017-07-24T11:56:12Z
Hi,

This is what I just tried:

SS1.png SS2.png

Since the credentials are actually in the connection setup, I chose to test it with no credentials:

SS3.png

And it gave me this error:

SS4.png

I also tried it while specifying some credentials, but it gave me the same error. Since it didn't like the "provider" parameter, I figured I'd try deleting it. That gave me another error, although it did remove the parameter from the list:

SS5.png

Now, it complains about the "direct" parameter:

SS6.png

So I tried removing that one, and now it complains about the "port" parameter:

SS7.png

I've gone through all kinds of different combinations of parameters, but so far nothing has managed to connect.
thomas
2017-07-27T07:37:47Z
Just a guess: It could be something with the number of semicolons. It probably splits the string on semicolon, and finds that there is one to many or few. Try adding/removing the semicolon at the end.
Support
2017-07-27T09:15:04Z
This issue has been fixed. Please test this build: http://www.visualcron.co....aspx?g=posts&t=7329 
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
jrtwynam
2017-07-27T12:23:23Z
Hi,

I've downloaded and installed v8.2.8, and can confirm that it will let me connect to Oracle now. Thanks!
Scroll to Top