We have upgraded VisualCron to latest version 8.1.1. With this upgrade we are facing issues with two of the features which were working successfully previously. Issue 1 is very critical, since I will need to reconfigure the job’s if I don’t get a resolution soon.
1. FTP task which is downloading files into a directory which are not mentioned in the download path are creating an addition directory which is causing for rest of the steps. For Eg. If I set the download path to “C:\Test” and the Source is a network location which I mention as “/Shared”, VC first creates a folder by name “Shared” under C:\Test and then downloads the file to that path. This was working as expected till the recent upgrade. Observation I have is the Source Folder path is getting appended to the destination for the ftp download after upgrade. The ftp source location is a remote server for me.
2. We had a SQL server connection, which was executing a SQL Agent job and was working as expected, but with the upgrade that is no longer working. Complaining with below error. This connection is of Standard Security type.
Error in SQL query: ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]The specified @job_name(‘’) does not exist.