cancel
Showing results for 
Search instead for 
Did you mean: 

error in file2file with bpm

Former Member
0 Kudos

iam trying to do file2file scenario with bpm

file is picking up from input and does not put in output.

adapters is working fine for this.

i got an error that "no object found for this message"

in sxi_cache return code is 99

in swf_customizing----


there is some error in like "error loading hr control data".

where it went wrong.plz provide solution.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

i have done all those suggested by the people.

but i didnt get the solution.

same as the scenario on file2file using bpm.

i have taken the messages for sender and receiver as same so i think no mapping is required.

tell me the reason where it fails.

Former Member
0 Kudos

> i have taken the messages for sender and receiver as same so i think no mapping is required.

Yes, you don't require any mapping for it.

> tell me the reason where it fails.

Let me know, how may ABSTRACT INTERFACES you have created which you are using in BPM. Also let me know the steps used in BPM.

It seems you are not using the Abstract Message Interface in your BPM and that is the reason it says "no objects found".

Regards,

Sarvesh

Former Member
0 Kudos

i followed this link and i solved my problem

but what i want to know is why this is happened .

is this a bug in sap xi itself (with out any error in IP it is showing error code 99 in sxi_cache)

let me know regarding this

Former Member
0 Kudos

Hi...

That is not a bug in Xi. It might be a small problem in the BPM itself. Try to reactivate it and test it.

Follow the below link. This will help you to do simple file to file using BPM .

Regards,

Leela

Former Member
0 Kudos

Check out the Integration process you have created thoroughly , all the abstract interfaces you have created and used , container object....must be some error in that then activate it in sxi_cache .....

Former Member
0 Kudos

Hey By the way nice name

See in sxi_cache if your integration process is showing status code 99 then its not activated , when it will be activated the code will be changed to 0 , so you r BPM has got problem with activation

Regards

Abhishek

Former Member
0 Kudos

yes how can i activate my BPM.

my scenario is simple

start->receive->send->stop.

with only one single messatype.-->with out any mapping.

my bpm is not activated even after the reactivation also.

status code is same 99.

Former Member
0 Kudos

Hi

BPM is not getting activated due to error hence status in SXI_CACHE is 99

start->receive->send->stop.

with only one single messatype.-->with out any mapping.

How you are passing data to the target File?

in sxi_cache return code is 99

in swf_customizing----


there is some error in like "error loading hr control data".

check your message interface its ASYNC right?

Thanks

Gaurav

Former Member
0 Kudos

Check if you have activated BPM.

In Graphical Flow of your BPM see in which step the BPM has thrown the error. if the error is in BPM then check your message interfaces if they are Abstact type.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

First do the Cache refresh and then try it once.

Go throgh the following links , it may solve your problem

Regards

Sridhar Goli