cancel
Showing results for 
Search instead for 
Did you mean: 

message payload issue in pi7.11

Former Member
0 Kudos

hi,

we have upgraded our pi system recently from PI7.0 to 7.11, we are seeing few payload issues in the newly upgraded system.

scenario: file to file, using Central Adapter Engine and

basically for a file to file interface , we are not able to see the payload in the messages. Though the message is failing at the recevicer determination pipeline. we are curious that why payload is not being displayed at the header level. But for other interfaces the payload is being visible.

error: xml cannot be displayed

cannot view xml input using style sheet, please correct the error and click the refresh button.

Invalid at the top level of the document, error processing file:///c:/documents and settings

1 TMECHBP 89912 85940 31.57

missing equals sing between attribute and attribute value.

The same scenario is working in 7.0 system and payload is visible but not in 7.11

please share your inputs.

thanks,

durga

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This would happen if the sender system takes long time to write file and in the meantime pi try to read or someother system reads the same file while pi is trying to read.

Check this thread... this might be helpful

Former Member
0 Kudos

Hi

Apply note 1677528.hopefully this will fix your issue

Former Member
0 Kudos

Hi

Apply note 1677528.hopefully this will fix your issue

Former Member
0 Kudos

Hi Durga,

Does this File to File interface involve mapping ? and If it is a flat file that you are trying to directly process without the design objects, you would definitely get an error when you try to open it in a browser as it is not in an XML format.

If it is taking time to write a file into the folder, add the parameter in the sender file channel as below:

In sender communication channel --> "Advanced" tab --> check "Advanced Mode" --> Msecs to wait Before Modification Check.

Enter a value in this field so that the channel would wait for that period of time to perform modification check and then process the file.

This parameter would enable the check if the file is modified in the specified time and if there is no update, only then it would pick up the file and process it.

Please revert back for further details.

Thank you.

Regards,

Subbu

Former Member
0 Kudos

I think that the problem is in your browser version (IE).

Take a look also in monitor admin

Edited by: spantaleoni on Mar 10, 2011 5:42 PM