2009 Mar 09 5:52 AM
Hi All,
I have to create a file in the application server for this i have coded as
OPEN DATASET G_PATH2 FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
when i am creating the file in the foreground, it is creating the file, but the same thing when i am setting the back ground job for the program in which i have to create the file using OPEN DATASET, i am not able to create the file. I am getting the error message "File /usr/sap/BI_ARF/ABC.txt is not downloaded to Application Server" in my job log.
Pls help to resolve the issue.
Thanks,
Raju
Hi All,
I have to create a file in the application server for this i have coded as
OPEN DATASET G_PATH2 FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
when i am creating the file in the foreground, it is creating the file, but the same thing when i am setting the back ground job for the program in which i have to create the file using OPEN DATASET, i am not able to create the file. I am getting the error message "File /usr/sap/BI_ARF/ABC.txt is not downloaded to Application Server" in my job log.
Pls help to resolve the issue.
Thanks,
Raju
2009 Mar 09 5:55 AM
Hi Raju,
first cross check the file existance in the application server using tcode AL11.
if the file doesn't exist than debug the report & try creating the file using binary mode..
let me know if the issue still persist...
Regards
Ravi
2009 Mar 09 5:59 AM
2009 Mar 09 6:03 AM
Hi Raju,
Please refer the link below for the detailed solutions to your problem.
[Error in downloading file to Application Server in background|http://itknowledgeexchange.techtarget.com/itanswers/download-text-file-in-background/]
Regards,
Swapna.
2009 Mar 09 6:06 AM
check whether the filename formation code is being given with the correct input filepath when ran in background.
2009 Mar 09 6:31 AM
Hello Raju
The major difference between dialog vs. background is apparently the user.
Therefore, in order to exclude any authorization issues I would do the following "smoke" test:
- Run the dialog program with the user used for the background jobRegards
Uwe
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |