Hi All,
I am trying to load data from flat file(txt file) to BW via Process Chain.
The flat file is available on Application Server as txt file.
The Process chain keeps on failing with following error:
"An exception with the type CX_SY_FILE_OPEN_MODE occurred, but was neither handled locally, nor declared in a RAISING clause"
Sometimes the chain runs successfully and sometimes the IP fails with above error. To recover the failure, I have to manually trigger the InfoPackage which brings the data successfully from flat file to PSA and skip the IP in the process chain. I did all the checks for ADMDTLOAD access, and I didnt find any access issue.
I suspect this has to do something with Character Set or Adapter settings because while saving the Infopackage, following warning is displayed-
"File ending TXT does not match current adapter CSVFLCONV; Ending CSV expected"
The InfoPackage has following extraction settings
Note that the application design is to load the data into BW via txt file.
The System is SAP BW 7.4 on HANA DB
Appreciate your expertise on this issue.
Thanks.