Hello Experts,
We have integrated Sybase DB with JDBC connector. Its working normal times but when some special characters are coming in incoming data it is throwing below error:
"com.sybase.jdbc4.jdbc.SybSQLException: Error converting characters...
Hello Venkat,I don't think this is an issue with CPI, the issue looks more with the outbound proxy configuration in SAP. CPI is expecting RM parameter "QualityOfService", pls check if it is coming from the on-premise system.As per your screenshot, Q...
Hello Vineetha,Use below XSLT after first XML and see if this is helpful to you.<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output omit-xml-declaration="yes" indent="yes"/>
<xsl:template match="node()|@*">
...
Hello Gabrielu.Check below groovy script to convert EPOCH time stamp, it will directly give you date. You can manipulate time zone as per your requirment.import com.sap.gateway.ip.core.customdev.util.Message;
import java.util.*;
import java.t...