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.


catkinson
2010-03-11T23:45:26Z
I'm trying to execute a SQL job using the SQL task. The SQL job resides on a SQL 2008 server that my connection is pointing to.

I can execute the job fine using SQL in SQL Management Studio.

However it fails when I execute the job using Visual Cron (V 5.3.1).

Here is the error message I receive. It appears it might be a problem with how it is trying to execute the job. Let me know how I can go about resolving this.

Exception in Task: The OdbcParameterCollection only accepts non-null OdbcParameter type ojbects, no OleDBParameter objects.

By the way. I am using a SQL Server connection/driver with my connection.
Sponsor
Forum information
Support
2010-03-11T23:46:45Z
Are you using ODBC or Direct SQL in the Connection. It seems like you are using ODBC?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
catkinson
2010-03-11T23:48:21Z
I thought the same thing, but I'm using SQL. I will try another SQL without using the Connection guide.
Support
2010-03-11T23:53:46Z
Could you export your settings and send to support@visualcron.com?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2010-03-15T10:47:41Z
We looked at the Connection. It seems like, you used the connection guide and did chose: MSSQL and ODBC as Data provider. I recommend that you re-create the Connection and use MSSQL as database and MSSQL as data provider as well.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
catkinson
2010-03-15T16:00:27Z
I had to setup the connection string manually and then was able to get this to work after a couple of tries and changes. Thanks for your help.
Scroll to Top