Page 3 of 3

Posted: Tue Jul 25, 2006 1:33 am
by ray.wurlod
Either make sure there are no delimiters or spaces in that job parameter, or use a different job parameter that has the same timestamp but without delimiters in the file name.

genarating a xml file with timestamp

Posted: Wed Jul 26, 2006 3:29 am
by sravanthi
Hi chulett


I want to generate a file with name_YYMMDDddmmss.xml .If i use name_DSJobStartTimestamp.it is genarting in default format but i need in this format name_YYMMDDddmmss.xml

so want should i do.please suggest some solution.

Posted: Wed Jul 26, 2006 4:53 am
by loveojha2
You can get it done through a routine (remover the spaces and hyphens in the routine) prior to running the server job and can then pass the parameter to the server job.

Posted: Wed Jul 26, 2006 6:23 am
by chulett
Or write a script that runs 'after job' to add that date/timestamp to the filename.