You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

I have an integration in Gen2 which is working fine but facing error in gen3 at stage write activity

Summary:

I have an integration which copies BI data to a file . The integration is working fine in OIC Gen2 instance . Recently we upgraded to gen3 and the integration is throwing error at stage write activity.
Can someone help why this behaviour?

Below is my xslt -

<xsl:template match="/" xml:id="id_11">
<xsl:variable name="lineBreak">
<xsl:value-of select="' '"/>
</xsl:variable>
<nstrgmpr:Write xml:id="id_12">
<xsl:value-of select="$lineBreak"/>
<xsl:copy-of select="$readFile/nsmpr0:ReadResponse/ns20:ROWSET/ns20:ROW/ns20:_B1/node()"/>
</nstrgmpr:Write>
</xsl:template>

Content (please ensure you mask any confidential information):

Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!