Creating, submitting and deleting jobs

 2 Replies
 2 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Scott Ares
New Member Send Private Message
Posts: 0
New Member

I created a process flow to create a job using a dynamic job name that includes the month and day (MMDD).  After creating the job, I set the parameters and submit it.  Now I'm trying to delete the job so the job names don't stack up in the interface.

I created a transaction node with the following:

(see attachment for transaction node text)

I keep getting an AGS error message:

Field is required, FldNbr _f0

I don't know what field zero is because the interface doesn't show a field zero.

Does anyone have an idea of what this field is and what value it should contain?  If the rest of the transaction node correct?

Attachments
Ari
Veteran Member Send Private Message
Posts: 49
Veteran Member
This should be your AGS Call:

 _PDL=!appProdline&_TKN=LT101&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=D&JOB-NAME=!jobName&USER-NAME=!userName&_DELIM=%09&_OUT=XML&_EOT=TRUE

 !appProdline, !jobName, and !userName should have the Greater Then and Less Than sign around them. They won't print here that way.

 

You need the User Name to Delete the Job.
Scott Ares
New Member Send Private Message
Posts: 0
New Member
Thank you.  UserName was the variable missing.  Just to be safe, I added the other parameters as you suggested.