Hi,
I am trying to add some information to an email:
- Jobname: {JOB(Active|Name)}
- Server: {COMPUTER(Name)}
- Connection string: {TASK(5cced103-a6df-4bef-91de-347b7f02b44a|ConnectionString)}
But I can't get ConnectionString to work - it appears as "Error in argument".
I have not managed to get a single job to be able to write out the connection string, they all fail with the above error.
The jobs has been imported from VisualCron version 8.0.2 and into the latest version just installed.
In the earlier version mentioned above, there was a "comma" between the guid and the variable name, today it is a pipe, but either of them work.
Thanks.
Update: Looking at the variables in the Variable Window, the connection string comes out the following way:
- Data Source=[server name,port];Initial Catalog=[database name];Integrated Security=True;Password=
In version 8.0.2, the connection string was looking this way:
- Server=[server name];Database=[database name,port];Trusted_Connection=true;Integrated Security=true;
The two lines are very different.
Edited by user
2019-05-22T06:36:12Z
|
Reason: Not specified