cancel
Showing results for 
Search instead for 
Did you mean: 

DATASET_NOT_OPEN

Former Member
0 Kudos

We have a scheduled Job that runs an ABAP Program to pull some data from an external R3 system and put the data as a file on our PI system.

The target Destination of the file is mentioned as a path in the variant of the program.

Today it gave the following exception while running: CX_SY_FILE_OPEN_MODE with the runtime error being DATASET_NOT_OPEN. This is only noticed while running One of the variants. The other variants are working fine. All variants have the same target host location.

Any Suggestions???

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Seshagiri,

Thanks for you response. The PI availability was 100% so that is not the solution.

Anyway, we found the issue. The problem was that the target host directory sharing permissions had been modified to read-only. As for the variants, the other variants were, as part of the program, returning no data - so no new files needed to be created anyway - and thus no error.

Former Member
0 Kudos

Hi Guru,

can you please tell me how did you solve this issue ?

I am facing the same issue.

Regards,

Kunal

Former Member
0 Kudos

Hi,

May be at the time of that Variant Execution the Target System (XI) may not be available to place the File on XI Server Location

Regards

Seshagiri