cancel
Showing results for 
Search instead for 
Did you mean: 

error in file to file transfer using BPM .(how can i share the document )

Former Member
0 Kudos

I tried to run the example of file to file transfer using BPM .

I got the following error which i have captured each step which i did in detail.

how can i share the document on the forum

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amit,

I dont know if you can share a document as the way you want it thru the forum, But what you can do is you can copy and paste the log on the forum.

Meanwhile, If this is the first time that you are trying the BPM, I would suggest that you try a simple scenario, get a hang of BPM and then move on to the advanced scenarios that you are trying.

This is a good blog for starters on BPM,

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Also, this info on theoretical info on BPM can also help you understand how to use BPM better,

http://help.sap.com/saphelp_nw04/helpdata/en/78/62373f58502e48e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm

For a blog on how to use Synch / Asynch Bridge, I would suggest this link,

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

For blog on how RFC is to be used in a BPM,

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

I guess you will have to combine all this info and use it in a single BPM.

For more info on Synch/ Asynch Bridge and how to create a BPM:

http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ae/fd773f12f14a18e10000000a114084/content.htm

I hope I have answered your query.

Regards,

Abhy

PS: AWARD POINTS FOR HELPFUL ANSWERS.

Former Member
0 Kudos

buddy i had these links. thks anyway for providing them again . i run the first example and i got the error .

since I have captured each step which i did in detail

i want to share the doc . may be you can mail me your id so that i can send the doc to you

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You first put your error( just paste the error text shown in sxmb_moni.

We may suggest the solution on the basis of that.

Or just drop a mail to gangwal.piyush@gmail.com.

Regards

Piyush

Former Member
0 Kudos

I am not finding any error using sxmb_moni . is there a particular way to look at errors .

Former Member
0 Kudos

Hi Amit,

There is no way that you can send a document as such......

See if u have a problem with your BPM, then you just go to sxmb_moni and then click into the adapter engine link, there you can see the business flow and see if your requirement is being fulfilled.

And now if this has also been checked then you will have to see in the adapter monitoring and see if your sender and receiver file adapters are up and running fine.

I hope this info is of some help to you.

Regards,

abhy

PS: AWARD POINTS FOR HELPFUL ANSWERS.

Former Member
0 Kudos

I can only see the following through sxmb_moni

Integration Engine

Monitoring

Monitoring for Processed XML Messages

Processing Statistics

Archived XML messages(Search using Archive)

Archived XML messages(Search using ID)

Job Overview

Persistence Layer Analysis

Status Monitor for Sync/Async Communication

When I log in through run time work bench I still don’t find any error .

Can u mail me at amit_20_jun@yahoo.com so that I can send you the screen shots

Thanks

Amit

former_member187339
Active Contributor
0 Kudos

Hi amit,

Check if your BPM has return code 99 in SXI_CACHE.

Regards

Suraj

sridharreddy_kondam
Active Contributor
0 Kudos

Hi ,

Can u check the Whether the Interfaces that u have deifned matching with the one displayed in SXMB_MONI...

Also just gothrough the steps ... which will be helpful..

) Create Message Interface : We have to create 3 message interfaces,

a. MI_File_to_BPM_OB „³ Outbound, Asynchronous

b. MI_File_to_BPM_ABS „³ Abstract, Asynchronous ( Since Integration Process will not understand Outbound/Inbound interfaces so abstract interface is used )

c. MI_File_to_BPM_IB „³ Inbound, Asynchronous.( used in Receiving side )

) Create Message Mapping: One to One as both structures are same.

) Create Interface Mapping

IM_File_to_BPM „³ Source Interface: MI_File_to_BPM_OB

Target Interface: MI_File_to_BPM_ABS

) Create Integration Process Right click new

IP_File_to_File „³

a) Create Container Element ( To process message in BPM we use container elements Bcz its not possible to use abstract interfaces directly )

ReceiverMsg of type MI_File_to_BPM_ABS

b) Insert Receive Step

In Message select the Container

c) SEND step

) Save and activate all

) Integration Directory

a. Create Configuration Scenario, Business Service BS_File_BPM

b. Receiver „³ Inbound Interface (MI_File_to_BPM_IB )

Sender „³ Outbound Interface (MI_File_to_BPM_OB)

c. Import Integration process by right clicking new ( since it acts as sender/receiver service )

d. Create Communication Channels Sender and Receiver channels

e. Create Receiver determinations/Interface determination/Receiver Agreement

We need to create 2 receiver determinations 1 is used from Source to BPM and 2nd is used from BPM to Target

Regards,

Sridhar Reddy..

Former Member
0 Kudos

I have completed all the steps as was mentioned in the document . but i am not able to test it . basically the file should be picked up based on the poll interval but it is not happening . also the file adapter is not green . is there anything wrong with the adapater

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Amit,

Can u tell what type of error it is showing in the Adapter Monitoring for file Adapter which u r using(RWB)...

Regards,

Sridhar

Message was edited by: sridhar reddy kondam

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Amit,

Hi Amit,

If your file adapter is in red, then it implies that there is a problem in your adapter configuration

and that is why the file is not being picked up.

Can you tell us the error that is shown in your file adapter so that we can help you solve this issue.

Also, let us know what you have entered as the input for your file adapter so that we can help you better,

Regards,

Bhavesh

Former Member
0 Kudos

Hi Amit,

One general mistake that we tend to make is while entering the file name in the sender communication channel…please note that it is case sensitive. And also I would ask you to see if you have activated your communication channels. Probably you would have made some changes but not activated your communication channels. Please look into it.

And for your reference I am giving a few links which you can go through and cross check with the parameters you have entered.

Sender agreement:

http://help.sap.com/saphelp_nw04/helpdata/en/db/73e03fc2269615e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/22/522041cfb7f423e10000000a155106/frameset.htm

For detailed info, I would suggest that you go through this weblog:

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

I hope all this info help you solve your problem.

Regards,

abhy