‎2024 Apr 30 9:14 PM - edited ‎2024 Apr 30 9:14 PM
We have a fairly simple SAPDS job that sends out TXT files via FTP. It fails sometimes with error codes, but I don't understand the cause, and what the codes mean. How can I get more useful info ?
For example:
Function call <exec ( cmd, D:\OutBound\BatchFiles\BatchFile02.bat, 0 ) > failed, due to error <50306>: <Function <exec>
failed to execute program <cmd D:\OutBound\BatchFiles\BatchFile02.bat>. Program terminated with exit code <13>.>.
Request clarification before answering.
Hi,
kindly refer to: https://community.sap.com/t5/technology-q-a/error-moving-files-from-one-folder-to-another-in-script-...
Try to use 8 as your flag which will usually show the full error message. Something like:
exec( [in] FileName As varchar, [in] Arguments As varchar, 8);
and post it here.
Explanations to the flags as per Reference Guide:
BR,
Julian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Kindly open a Technical support ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.