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.


DJacobsen
2016-12-06T21:48:41Z
I am adding a task to a job that runs a stored procedure with some parameters.

When I select the stored procedure to run from the drop down list of stored procedures, the parameters required for the stored procedure do not appear. Is there a known reason that may cause the parameters to not appear after a stored procedure is selected?

Clicking refresh parameters does not do anything. The application just thinks for a bit and then flashes with no parameters appearing.
Sponsor
Forum information
Support
2016-12-07T15:02:48Z
1. which version are you running
2. what kind of database?
3. is it direct mode, odbc or oledb?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
DJacobsen
2016-12-07T19:01:11Z
We are using version 8.2.1
It is a SQL database. The connection string is: Driver={SQL Server};Server=USPK10SQL;Database=AgressoCAM3;Trusted_Connection=Yes;
I believe that would be a direct mode connection.
Support
2016-12-08T09:02:13Z
Originally Posted by: DJacobsen 

We are using version 8.2.1
It is a SQL database. The connection string is: Driver={SQL Server};Server=USPK10SQL;Database=AgressoCAM3;Trusted_Connection=Yes;
I believe that would be a direct mode connection.



Did you use the guide to create the Connection string? Or did you use the Connection string alternative?


Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
DJacobsen
2016-12-08T14:08:12Z
Originally Posted by: Support 

Originally Posted by: DJacobsen 

We are using version 8.2.1
It is a SQL database. The connection string is: Driver={SQL Server};Server=USPK10SQL;Database=AgressoCAM3;Trusted_Connection=Yes;
I believe that would be a direct mode connection.



Did you use the guide to create the Connection string? Or did you use the Connection string alternative?



Yes, used the connection guide.

Storage Type Database, Database type SQL Server. Data Provider MSSQL.
Trusted Connection: Data Source -> uspk10sql
Initial Catalog -> AgressoCAM3
Integrated Security SSPI
Support
2016-12-08T16:00:05Z
It is very strange. Do you get any errors in the log_serverDATE.txt when this occurs?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
DJacobsen
2016-12-08T16:38:39Z
Nothing specific. I searched for error and I only saw:
Standard Error count: 7
But all log lines were marked 'Debug'.

What is the refresh parameters button supposed to do?

Support
2016-12-09T08:45:04Z
Originally Posted by: DJacobsen 

Nothing specific. I searched for error and I only saw:

Standard Error count: 7
But all log lines were marked 'Debug'.

What is the refresh parameters button supposed to do?



Refresh should reload parameters. Nothing happens when you click there I suppose?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
DJacobsen
2016-12-09T16:02:29Z
Correct. The machine appears to be thinking for a bit, then a flash and nothing appears.

I checked the event viewer and the log files on the server and it doesn't seem like any entry is made in either of them when I click Refresh Parameters.
DJacobsen
2016-12-13T19:36:34Z
We identified a way to get the parameters to appear. If the SQL connection is created with Integrated Security alternative syntax then the parameters don't appear. If the connection is made with Integrated Security then the parameters are appearing for us.
Support
2016-12-14T09:49:02Z
I see, thanks for the feedback and information!
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top