cancel
Showing results for 
Search instead for 
Did you mean: 

FTW1A: Runtime error DATASET_REOPEN CX_SY_FILE_OPEN

Former Member
0 Kudos

Hi all,

I have been trying to extract a large volume of data with FTW1A with no success. FTW1A runs in a background job for several hours splitting the data through several physical files.

It creates:

\extract\file

\extract\file_0

\extract\file_1

*****

\extract\file_9

Then it tries to open the first file, the one with no suffix u201C\extract\fileu201D, on function TXW_FILE_OPEN_FOR_WRITE but it is already open thus the short dump.

I browsed the Web and SAP Notes but I didnu2019t see anything that would help me.

Anyone has some tips?

Thank You.

Edited by: FTMP01 on Aug 5, 2011 10:47 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SOLVED.

SAP can only generate 99 files. The solution was to increase the maximum size per file in FTWP so the number of files generated were less or equal to 99.