Hi All,
While creating the Job in Composer I came across Standard Arguments. These are used to pass the standard arguments to the method.
The standard arguments are:
• Repository owner
• Repository name
• Job ID
• Trace level
As their is no password field, so how can I create a session in the job code??
Presently, I am reading password form a properties file and using standard DFC code to get a session Manager and then a Session.
Is this the right way to obtain a session in job??
I saw a job code in which password field was not present and still was running perfectly. So does the internal functionality of job works in a particular manner that it automatically creates a session or am I missing something here ?
Thanks