cancel
Showing results for 
Search instead for 
Did you mean: 

NFS Sender - No action in SXMB_MONI

Former Member
0 Kudos

Hello,

I've created an interface using the File Adapter (NFS) and I'm able to place files into a folder using the NFS File Adapter but when I create my sender Adapter it is unable to read files.

I am not getting any attempts (error or otherwise) in SXMB_MONI. It should be polling every 60 seconds.

All parts have been activated and the folder has wide open access for Read/Write.

Thanks,

Matt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In addition I would like to suggest to take care of case sensitiveness of file path & name. Secondly even though you said your dir has full access to read & write but I would like suggest you to check the file authorization once it has been written to your dir.

Answers (6)

Answers (6)

Former Member
0 Kudos

Thank you!

The problem was related to file level authorization.

Thanks,

Matt

Former Member
0 Kudos

Rajesh - The file/folder names appear to be working. When I change them I get an error.

Sarvesh - I changed the case on one letter in the folder and immediately had an error in RWB. Also I am looking into the possibility of a problem with file authorization after the file is written.

Aamir - I put the exact file name in the channel with no luck. I also tried both methods you suggested.

I'm really not sure what could cause this sender agreement not to find the file. This is a UNIX system. Is there some requirement that changes when it is a UNIX system?

Do any of these settings look wrong?

Adapter Engine: Central Adapter Engine

Source Directory: /usr/PI_Fileadapter/MBItest

File Name: POX*.XML

Quality of service: Exactly Once

Poll Interval: 60

Processing Mode: Archive

Add Time Stamp: Yes

Archive Directory: /usr/PI_Fileadapter/MBItest/Archives/POX

Processing Sequence: By Name

File type: Binary

I appreciate the assistance.

Matt

Former Member
0 Kudos

Hi Herbert,

Can you try with
usr\PI_Fileadapter\MBItest instead of /usr/PI_Fileadapter/MBItest in the directory path.

Regards,

---Satish

Former Member
0 Kudos

Hi Mathew,

This might mostly authorization issue.

Please do the following 2 options

1. Change the file path usr/PI_Fileadapter/MBItest to usr/PI_Fileadapter and place the file in this folder and check.

2. Create afile directly on the usr/PI_Fileadapter/MBItest folder and copy that contents to that file

It might help you

-Regards

Sowmya

Former Member
0 Kudos

Thank you for the responses. I've checked as you suggested but with no solution:

Rajesh: I checked that log and found no errors

Agasthuri: RWB shows the channel as "Functioning":

Polling interval started. Length: 60.0 seconds

8/5/09 11:59:36 AM Processing finished successfully

8/5/09 11:59:36 AM Processing started

8/5/09 11:58:36 AM Polling interval started. Length: 60.0 seconds

8/5/09 11:58:36 AM Processing finished successfully

8/5/09 11:58:36 AM Processing started

8/5/09 11:57:36 AM Polling interval started. Length: 60.0 seconds

8/5/09 11:57:36 AM Processing finished successfully

8/5/09 11:57:36 AM Processing started

Jose: This link shows the same log as above.

What might cause it to be "functioning" but not pick up the file?

The channel is looking for any file named: POX*

and the actual file name to be picked up is: POX00000019_01100.xml

Any ideas?

Thanks,

Matt

Former Member
0 Kudos

Mathew,

The communication channel is trying to pick the file, but somehow there issome mismatch with the filename etc.

So please recheck the directory name and filename once again. If this doenot work then try to give the same filename instead of POX* and give it a try and if successful then change it once again and see.

Regards,

---Satish

Former Member
0 Kudos

Cross check whether the filename provided and folder path are same as expected..

Rajesh

Former Member
0 Kudos

>>The channel is looking for any file named: POX*

Can you please change this to POX*.xml

if that works then try changing the filename to POX. and see if it again picks up the file.

Thanks

Aamir

Edited by: Aamir Suhail on Aug 5, 2009 2:55 PM

Former Member
0 Kudos

HI,

Check in the communication channel monitoring the log for your channel There You could find the problem.


http://[sap xi host]:port/mdt/channelmonitorservlet

Regards

Ivan

agasthuri_doss
Active Contributor
0 Kudos

Hey,

Check in RWB -File Adapter what is the status of the File Adapter,

>I am not getting any attempts (error or otherwise) in SXMB_MONI. It should be polling every 60 seconds.

Once the File Adapter Successfully reads the file, Only then it will be passed to Moni.

Cheers

Agasthuri

Former Member
0 Kudos

go to messagingSystem and check is there any error there

http://host:port/MessagingSystem/monitor/monitor.jsp

where you can see the logs about the error

Rajesh