cancel
Showing results for 
Search instead for 
Did you mean: 

Message ID not generating while doing the text file to xml file scenario

avinash_ayanala
Participant
0 Kudos

Hi,

I am trying to do the text file to xml file Scenario.I did not got any error or exception while running the communication channels but i couldn't see the message ID generation while running the sender communication channel and here is the source file that i have given

Source file:-

Avinash,Mumbai,22

Software,avi2168,8000.00

here first line is the first recordset consists of three values and second line is second recordset which consists of three values

And the parameters that i have used in the FCC are

For 1st recordset:

Employee_details.fieldFixedLengths

Employee_details.fieldSeparator

Employee_details.endSeparator

Employee_details.fieldNames

Employee_details.keyFieldValue

Employee_details.keyFieldInStructure

For 2nd recordset:

Professional_details.fieldFixedLengths

Professional_details.fieldSeparator

Professional_details.endSeparator

Professional_details.fieldNames

Professional_details.keyFieldValue

Professional_details.keyFieldInStructure

here i am tagging the screenshot of the communication channel monitor.In that,in the processing details message id is not generating.

Please help me on this problem i will be very thankfull to the team.

Regards,

Avinash

Accepted Solutions (1)

Accepted Solutions (1)

avinash_ayanala
Participant
0 Kudos

hai team,

When i pinged the channel it is showing that it is not able to find the source file even though it is placed in the source folder and the path given in the channel is correct.So what could be the problem.I think there may be a problem with the component(PI 7.3).Please help me on this problem.

Regards,

Avinash

Dimitri
Active Contributor
0 Kudos

Can you post a print screen of the channel's configuration?

Also, show what file is ready to be picked up

Bhargavakrishna
Active Contributor
0 Kudos

Hi Avinash,

When i pinged the channel it is showing that it is not able to find the source file even though it is placed in the source folder and the path given in the channel is correct.So what could be the problem.

Let us assume that you have set the poll interval as 3600 sec's, so it will only pick the files for every one hour. It will not pick the files before 1 hr,even though the files are available. so Msg ID will not be generated.

when you ping the channel may be at that particular time, there are no files in the directory.

so please check the poll interval in the communication channel and check the FTP directory, whether it is picking the files, based on the time specified.

Regards

Bhargava krishna

Former Member
0 Kudos

Hi Avinash,

Check the file mask mentioned in the channel with the file name in folder properly, and change file permission to 777 for the file in folder.

-Pranav

avinash_ayanala
Participant
0 Kudos

Hi Ram,

I changed the file permissions it is fine now it is working.

Regards,

Avinash

avinash_ayanala
Participant
0 Kudos

Hi Bhargav,

i have kept the poll interval as 60sec and also checked all there path,names,regarding folder and file but no change.

Regards,

Avinash

Answers (6)

Answers (6)

Muniyappan
Active Contributor
0 Kudos

Hi,

If the FCC is not correct you will get error in the CC.

Create receiver Channel which points the same directory and send the message to this folder.

if it is reaching then your directory path will be correct.

In cc configuration under processing parameters we have empty File Handling. it has "Do not create message" as default.so check if your file is empty or not.

as mentioned by Dimitri Sannen if you share channel configuration it can help us to analyse more.

Regards,

Muniyappan.

ambrish_mishra
Active Contributor
0 Kudos

HI Avinash,

Please ask the basis/infrastructure team to check the authorization on the files in the directory.

Ambrish

iaki_vila
Active Contributor
0 Kudos

Hi Avinash,

According the rest experts you can check also:

1. You have the path to pick the files defined correctly. Pay attention for example that linux is case sensitive.

2. The pattern that you have chosen for the name file.

Regards.

Former Member
0 Kudos

Hi Avinash,

Have you maintained all the fields in content conversion tab in CC ??? ( Document namespace , Recordset name etc..).

Change the poll interval and stop and start the channel once again..

Regards,

Anusha Penneru

avinash_ayanala
Participant
0 Kudos

Hi Anusha,

Yes i have mentioned all the fields in FCC and also tried changing the polling interval but it did not work.

Regards,

Avinash

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>I did not got any error or exception while running the communication channels but i couldn't see the message ID generation while running the sender communication channel and here is the source file that i have given

it can only happen in two cases:

a) your flow did not pick up any files

b) your scheduling is too often and you don't see the file in the last 25 logs

what you can do is change the polling interval to 5 mins and put the file once more and then quickly open the channel monitor

Regards,

Michal Krawczyk

Dimitri
Active Contributor
0 Kudos

Hi,

Your adapter works fine. There is just no file to be picked up.

Make sure there are files available to be processed and see what happens.

Kind regards,

Dimitri