cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Infopackage Extraction

Former Member
0 Kudos

Experts,

I face the below issue while loading CSV file from Application server.

I am using Infopackage routine to dynamically fetch the filename from directory.

However when i run my infopackahe , i get the below error message.

Diagnosis

An error occurred in the source system.

System Response

Caller 09 contains an error message.

Further analysis:

The error occurred in Extractor .

Refer to the error message.

Procedure

How you remove the error depends on the error message.

Note

If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the request.

But when I tries preview sample data in Datasource, it says not able to access the application server file.

I debugged the screen and found that the method get_data_for_prop failed is getting failed.

Can you advise?

BR

Adlin

Accepted Solutions (1)

Accepted Solutions (1)

ravi_chandra3
Active Contributor
0 Kudos

HI

Can u pls paste the code written in the infopackage file routine.

and pls state with what name the file is stored.

Former Member
0 Kudos

Hello everyone,

The issue is solved,

The error is due to FM i was using EPS_GET_DIRECTORY_LISTING.

This was not picking up the last digit of my file.

BR

Adlin

Answers (5)

Answers (5)

former_member182470
Active Contributor
0 Kudos

Can you just delete file in AL11 once and replace back?

Come back to infopackage-->change mode-->select the file from Application server-->Cross check your routine once and finally save the infopackage and try to execute it.

Regards,

Suman

former_member188080
Active Contributor
0 Kudos

Hi ,

check below points

1. Search in required directory of AL11 whether file is available or not

2. check whether Infopacakge file path is correct or it got modified due to any transport

3. Check whether your data source needs any rectaivation through RS_TRANSTRU_ACTIVATE_ALL?

4. Check before loading if u can preview your file or not?

5. If file is getting transferred from any process or interface see whether your BW job is not triggered when that file is getting generated, then u have to sequence timing accordingly..

Thanks and regards

Kiran

RamanKorrapati
Active Contributor
0 Kudos

Hi Adlin,

How file was placing to application servers. seems like there is no generated csv  file for today to load.

if you have rights please check at AL11, specified path location.

As my guess this file will be generated some program or out put other source. that may not be worked properly today.

Please check with source team or source file generator.

Above error indicates there is no file in application server to fetch.

if file was there, then during your load some one may opened the same file, that's also cause.

Thanks

KamalMehta
Advisor
Advisor
0 Kudos

Using AL11 check whether the file is there in application server or not.

Also test your routine to see if it is picking the correct name of the file  or not. I understand that you must have written some time stamp related logic in your routine so as to have the time stamp information as well along with file name.

Thanks

Kamal

Former Member
0 Kudos

Hi Ravi, Kamal,

The file is available in Al11 and also its not edited by anyone.

The timestamp logic works fine, it brings the exact file path and the file name.

BR

Adlin

ravi_chandra3
Active Contributor
0 Kudos

Hi

Please once check whether the file is there or not.