Timestamp added to file name just stopped working.
Hi All
I had this script working daily for the past 3 years and its stopped doing what I expect.
It was putting the file over on my vendor's sftp and adding the timestamp in the file name.
Example Data202010291133.csv
Now its putting over Data%%TIMESTAMP#yyyymmddnnss%%.csv
Here is my command
Any ideas on what changed again this script has been update in 3 years it last worked on 9/30 correctly then after that it started not doing what I expect.
I had this script working daily for the past 3 years and its stopped doing what I expect.
It was putting the file over on my vendor's sftp and adding the timestamp in the file name.
Example Data202010291133.csv
Now its putting over Data%%TIMESTAMP#yyyymmddnnss%%.csv
Here is my command
"put -nopermissions -nopreservetime C:\MyDirectory\Data.csv /Import/Data/Inbound/Data%%TIMESTAMP#yyyymmddnnss%%.csv"^
Any ideas on what changed again this script has been update in 3 years it last worked on 9/30 correctly then after that it started not doing what I expect.