cancel
Showing results for 
Search instead for 
Did you mean: 

A Strange issue in File to File scenario

Former Member
0 Kudos

Hi,

I cannot see the content in SXMB_MONI.

I am trying to do a scenario from File to File using XI.

In my scenario, business system sender and receiver is same.Following steps i have created:-

created third party product,software component,Technical and business system whichn is transfered to IR from SLD.In IR i have created 2 data types(F_Req_DT,F_Res_DT),2 message types(F_Req_MT,F_Res_MT),2 Message Interfaces(F_Req_MI,F_Res_MI).1 Message Mapping(F_MM) and 1 Interface Mapping(F_IM).

In ID i have created a scenario and assigned Business system from SLD and created 2 comm channels(F_RCVR,F_Sndr) as File Adapter with source and target directory as D:\tempforXI.created sender,receiver agreements,Receiver and Interface Determinations.

Updated Delta Cache.In SXMB_MONI i can't see anything.It is saying "No Messages Available for Seection".I have tried using filters and without.No Luck.It is not displaying anything in message monitor also.The file adapter is working fine.In Componenet monitoring at Adapter Engine --> Adapter Monitoring about file,it is giving that File is being Polling for every 60 secs.the message is {F_Sndr

Sender Adapter v1829 for Party '', Service 'File_File_Mahali_BS':

Configured at 04:59:01 2005-11-25

Up and running: Last message processing started 06:17:01 2005-11-25

last poll interval started 06:17:01 2005-11-25

length 60,000 secs}

{F_Rcvr

Receiver Adapter v1731 for Party '', Service 'File_File_Mahali_BS':

Configured at 04:59:01 2005-11-25

Up and running - no message processing until now}

The thing i couldn't understand why i can't see the messages in SXMB_MONI and output also..I have put the file at specified folder in XI server,which is mentioned in comm channel.

Is there any step gone wrong?Plz suggest me if anybody knows this issue.

Note:-I am not using any BPM and i did this scenario several times,It was working fine.

Thanks in Advance

Sridhar Raju Mahali

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

Now i am able to see the message in SXI_Monitor/SXMB_MONI with an error as "HTTP response contains status code 503 with the description service unavailable".Can any body tell me the solution on how to resolve this problem.

Thanks

Sridhar

former_member203627
Participant
0 Kudos

Hi Sridhar,

Check our SAP note 803145, this can solve your problem, let me know if it doesn't solve you issue.

Regards

Ria

Former Member
0 Kudos

Hi Sridhar,

Check your service is active.Go to Tcode SICF->

default_host->sap->xi->engine.

Hope it helps.

Rekha

manish_bhalla2
Contributor
0 Kudos

Hi,

Check whether the user XIAFUSER has sufficient (read/write) authorisations to the folder where the file is stored.

Cheers

Manish

Former Member
0 Kudos

Hi

I have one more point to add..

Chk your conversions if you have file content conversion, set..Usual problem will be comparison of the key value in content conversion..Either you would be having some odd space in the comparison value or probably you might be comparing with a Value within '(quotes)..Check these key values and remove the quote if present..

If the value doesn't match there, message wont be sent to MONI and you dont even see an error message

Former Member
0 Kudos

Hi sriram,

I am not using any file content conversion in message protocal.just File.

Former Member
0 Kudos

Hi Manish,

For XIAFUSER has full rights.This user can do anything.Full means Full

manish_bhalla2
Contributor
0 Kudos

Okay, then check the content conversion parameters. If there is even a slight mismatch between that and the actual file it will not come through to the XI pipeline. Check the key fields and values.

Cheers

Manish

Former Member
0 Kudos

Hi Sridhar,

Try not to include the drive letter in the source path of the sender comm. channel. Change the path by something like this:

Sender channel source path:


tempforXI\sender

Receiver channel target path:


tempforXI\receiver

Cheers,

Roberto

Former Member
0 Kudos

Hi Roberto,

I tried by removing D:.

Nothing is happening.No Luck.

I have created two more directories in tempforXI as sender and receiver and made necessary modifications in comm channels like \tempforXI\sender...and placed the file.

regards

Raju

Former Member
0 Kudos

> Hi Roberto,

> I tried by removing D:.

> Nothing is happening.No Luck.

> I have created two more directories in tempforXI as

> sender and receiver and made necessary modifications

> in comm channels like \tempforXI\sender...and placed

> the file.

>

> regards

> Raju

Remember that the format you should use is:


<share name>\<folder>

and not

\tempforXI\sender

Where share name is in your case tempforXI.

Former Member
0 Kudos

Hi Sridhar,

Some questions (maybe obvious ones)

- Did you check the RWB Message Monitoring of the Adapter Framework, maybe there are errors there?

- Do you check in the channel configuratoin for specific filenames?

- is this D-drive on the XI server?

Cheers,

Frank

Former Member
0 Kudos

HiFrank,

1)I have checked the RWB Adapter Framework.At file adapter the icon it is showing in red color,but if i clicked on that, it is showing my sender and receiver with green icon.Does it mean fine or not?I have included the content in the previous message which is showing at my scenario sender and receiver.

2)yes.the filename is correct.the filename in the comm channel speciifed is exactly the file name in the server.

3)yes it is D drive.i.e D:\tempforXI.

i created this folder earlier and currently placed the file in this directory.so many times i was placed here and executed succesfuuly.

Regards

Sridhar