cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help : InfoPackage failure in Process Chain

Former Member
0 Kudos

Hello All,

I have a failure in Infopackage step, Update mode is full.

display messages: Error message from the source system.

I have checked the Job log in source system, Job is keep getting cancelled with following error.

ABAP/4 processor: OBJECTS_TABLES_NOT_COMPATIBLE.

Please find the attachments for error messages and job log in the source system.

Urgent help is appreciated.

Thank you

Harish jangala

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Harish,

Make sure the datasource is actively available in source system. Try running extractor checker (RSA3) to see if the datasource is extracting data at source system level.At BW side, goto the respective source system, replicate and activate the datasource and check the status. It should be in active state after this.

Also make sure about the connectivity

Regards,

Mohammed.

MGrob
Active Contributor
0 Kudos

Hi

Does RSA3 still work? If not go with the suggestions above as its an issue in ECC. Otherwise reactivate DS / transformation and see if that helps.

Martin

pushkar_dhale
Participant
0 Kudos

Hi,

1. Initially goto transaction SE38, Run the program RSDS_DATASOURCE_ACTIVATE_ALL. Give your Datasource name, and source system and check the check box for "Only Inactive objects".

This will actiavate the given datasource.

2. Replicate the datasource in RSA1.

3. Try to schedule the infopackage for the datasource which you have activated now.

4. IF infopackage runs through, Repeat the process for all datasources ie uncheck the check box, which means it will activate all datasources for the source system.

Best Regards,

Pushkar Dhale

Former Member
0 Kudos

Hi Pushkar,

I have tried to activate dataSource in Source system (APO BW), but strangely, the data source version is 'Does not exist'. So when i execute the programme to activate this DS it is giving me No data source exist.

Actually in Source system some Development happened by Other team recently. Because of that we have cancelled our process chain in BW system, and we ran it yesterday and we are facing this problem.

I can see last changed date is 23.08.2013. Does that mean somebody has deleted that DS as part of their development project. Or is there any way that we can activate this DS even it is in Does not exist version.

Please see attachment

Thanks

former_member182470
Active Contributor
0 Kudos

So, missed my reply or ignored it?

Former Member
0 Kudos

Hi Suman,

Sorry I have not ignored it, We have found the issue with data source in the source system, It is inactive in all the systems (Dev,qa,prod). So we are transporting it again into Production then we replicate into BW.

Thanks for your support.

Regards,

harish.

former_member182470
Active Contributor
0 Kudos

Now your issue has been resolved?

former_member182470
Active Contributor
0 Kudos

Hi,

Please check any Data type mismatch in your datasource.

You should check the exceptions raised due to some selection conditions in the code. These two checks will resolve the issue.

You can also check 1225508 - Runtime error OBJECTS_TABLES_NOT_COMPATIBLE

Regards,

Suman

KamalMehta
Advisor
Advisor
0 Kudos

Hi Harish ,

I agree with Ram it seems you are using Generic extractor here based upon table.The Table got inactive during extraction i.e. may be somebody was using that at that time .

Just activate the same once before extraction and execute the info package.

Also see if the notes SAP Notes 1225508 and 597299 are applicable to you.

Thanks


RamanKorrapati
Active Contributor
0 Kudos

Hi Harish,

Seems like you created generic data source based on custom table. during your load time some one may disturbed ztable(its inactive), due to that its unable to pull the data.i.e table will be in inactive version.

as you said it full load, just delete the request at PSA and reload again. it may works.

Thanks

Former Member
0 Kudos

Hi Rama,

Thanks for your reply.

InfoPackage pulls the data from APO BW system visa export data source.

How do I find the table name of the data source in the source system.

I have already tried deleting the red request in PSA and to reload, It did not work, it failed again with the same error message.

any further suggesions please.

Regards

Harish

RamanKorrapati
Active Contributor
0 Kudos

Hi,

Your soource was still inactive. take your team mate help if possible.

at info package level you can see the source name.

pls check at info package monitor screen, header tab.

pls share your share data flow screen shot.

Thanks