cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue while calling batch job using .bat (batch) file

ahalya_inturi
Active Participant
0 Likes
1,440

We are facing an issue while calling batch job using .bat (batch) file

Here are few details about procedure we are following

Step1: Exporting .bat file with required parameters and configurations


Step2: File exported and available in server log folder as below




Step3 : Provided .bat file location inside execution syntax in BODS script



Step4 : Script execution completed successfully with in few seconds , But batch job (Job_DM_Vendor_IDOC  ) did not start

Job log is below with output

Please let us know your thoughts on this issue why batch job is not starting and do the needful help.


Thanks in advance

Ahalya Inturi

View Entire Topic
former_member187605
Active Contributor
0 Likes

Have you searched before posting? There are several posts (a simple search immediately gave me 5 entries) with the same 180011 error message in this space. Are you sure not a single one applies to your situtation?

ahalya_inturi
Active Participant
0 Likes

Hi Dirk

Yes , you are correct . There are multiple threads having same issue . we tried with all possible solutions in order to solve. Each one having different issue . but not common

former_member187605
Active Contributor
0 Likes
  1. What happens when you run the .bat file from the Command Prompt using the DS credentials?
  2. What's the name of the log folder? You're using a different notation for .bat and .txt files.
ahalya_inturi
Active Participant
0 Likes

Hi Dirk

Thanks for reply

Batch job started from script with one small change

We have exported .bat file with Use password file: option. Internally it using Administrator username and password .




former_member187605
Active Contributor
0 Likes

That probably means it cannot find the password file, can it?

Try to do exactly the same from the Command Prompt, you most probably get the exact cause of the error.