cancel
Showing results for 
Search instead for 
Did you mean: 

Communication channel works but no file picked

daixiong_jiang3
Active Participant
0 Kudos

I have a file2file scenario implemented in my Project, the sender is the ECC system and the receiver is the PI system itself.

the ECC system is connected to the SLD server correctly via RZ70, and both the sender and receiver communication channel status is 'functioning properly', but i can not find any message id generated by PI, so is there any missing configuration I need to check? pls help,below is the communication channel log:

6/14/10 11:27:59 AM	 	Polling interval started. Length: 60.0 seconds
 	6/14/10 11:27:59 AM	 	Processing finished successfully
 	6/14/10 11:27:59 AM	 	Processing started
 	6/14/10 11:26:59 AM	 	Polling interval started. Length: 60.0 seconds
 	6/14/10 11:26:59 AM	 	Processing finished successfully
 	6/14/10 11:26:59 AM	 	Processing started
 	6/14/10 11:25:59 AM	 	Polling interval started. Length: 60.0 seconds
 	6/14/10 11:25:59 AM	 	Processing finished successfully
 	6/14/10 11:25:59 AM	 	Processing started
 	6/14/10 11:24:59 AM	 	Polling interval started. Length: 60.0 seconds

Edited by: Daixiong Jiang on Jun 14, 2010 11:58 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member10771
Active Participant
0 Kudos

Hi,

Can you check the communication channel and try to save and activate it again . Also do a cache refresh and check once.

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Are you working RFC adapter at sender side?

daixiong_jiang3
Active Participant
0 Kudos

Thanks for your reply.

Both the sender's and receiver's adapter type are 'FILE' -- 'File System(NFS)' --'File Content Conversion'.

I refresh the runtime cache using SXI_CACHE and restart the communication channel several times, but it still not work.

I guess when the PI system try to fetch file locating in the ECC server maybe a user id and password is necessary, but where can i assing the user id and password?

Former Member
0 Kudos

Hi ,

Can u please check following....

1.Check if at all the file is present in the source folder.

2.If Yes , cross check if the File Name Scheme u mentioned and the file name u have given for the file is matching....

To test the File Name Schema u can give * also.

3.Also check the same thing for the Directory name also...

4.If all these things are fine... then u please refresh the cache once and again try.... (Some times restaring the Adapter Engine also works)

5.If still nt solved go to the log file and check from there vt exactly happening...

Babu

nikhil_bose
Active Contributor
0 Kudos

Hi Jiang,

Either file pickup the location could be mapped/mount for PI host machine or engage an FTP server for Sender File.

Regards,

Nikhil

daixiong_jiang3
Active Participant
0 Kudos

I changed the Transport Protocol from 'File System' to 'File Transfer Protocol (FTP)', and assign a user id and password to the FTP connection, then it works.