cancel
Showing results for 
Search instead for 
Did you mean: 

FILO - [biu].xml filename is not generating properly

Former Member
0 Kudos

Hi All,

i have created the landscape for F.AnySystem. For the FILO file pattern i have formatted like C:\temp\[biu].xml.

The scenario is once you create a sales order and xml will create with the biu format defined in the XSLT

part.

The [biu] format in XLST is

<b1im_filename>

<xsl:value-of select="//DocNum"/>

<b1im_filename>

most of the times the [biu] transformation is working fine and file is created properly with DocNum.xml.

But some times the file name like _.xml and it does not have any content.

After that Once i restart the Integration Server only, the transformation is happening. Please suggest me where the problem is laying.

Regards,

G.Suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Dont know if this helps but in the SLD use :

[vbiu].xml

Kind regards,

Joeri

bastian_schaefer
Active Contributor
0 Kudos

Hi Suresh,

your syntax with the doubleslash "<xsl:value-of select="//DocNum"/>" is pretty unconcrete.

Please be so exact as possible when using the path to field DocNum: e.g. BOM/BO/Documents/row/DocNum

Best regards

Bastian

Former Member
0 Kudos

Hi,

I have done the changes on the XSLT, but even the xml output filename coming like __.xml. Please suggest me some solution.

Regards,

G.Suresh

bastian_schaefer
Active Contributor
0 Kudos

Hi,

the segment

<b1im_filename>...</b1im_filename>

should be directly after the root element of your xml message.

Best regards

Bastian

Former Member
0 Kudos

Hi Bastin,

I have put the same <b1im_filename> tag under root tag only. But some times it is not transforming properly.

Regards,

G.Suresh

bastian_schaefer
Active Contributor
0 Kudos

Hi,

what means sometimes, is there a pattern?

Maybe the fiield DocNum is just empty in these cases.

Please check.

Bastian

Former Member
0 Kudos

Hi Bastin,

Yes. The same scenario is working and file name created as per my configuration most of the times, you can say 20 times happening perfectly. Last 21th time, the content of the XML is getting empty and the file name will be _.xml.

Immediately the integration service is getting stopped. if i processed next document also, the scenario SO->XML is not working.

Then i will have to restart the integration service and do the transaction again it is starting to create XML files perfectly.

Please help me out this problem.

Regards,

G.Suresh