<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Error while Data Export from Oracle to SF Import in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244854#M30878</link>
    <description>Do i forgot something ?&lt;BR /&gt;Or does no one know why these error occours&amp;nbsp;&lt;BR /&gt;best regards &amp;nbsp;fireskyer</description>
    <pubDate>Thu, 14 Jan 2016 10:49:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-14T10:49:45Z</dc:date>
    <item>
      <title>[resolved] Error while Data Export from Oracle to SF Import</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244853#M30877</link>
      <description>&lt;B&gt;Talend Open Studio for Data Integration&lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;Version: 6.1.0&lt;/B&gt; 
&lt;BR /&gt;Hello Commmunity, 
&lt;BR /&gt;I've created an new &amp;nbsp;Job for an Upload from our Oracle Database to Salesforce.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;The Database Query Contains approx. 7000 rows. 
&lt;BR /&gt;It looks like this:&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCtj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133727i180247FEC79FB195/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCtj.png" alt="0683p000009MCtj.png" /&gt;&lt;/span&gt; 
&lt;B&gt;But when i start the job there comes an &amp;nbsp;following error on &amp;nbsp;row 2000:&lt;/B&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tSalesforceOutput_1&lt;BR /&gt;org.apache.axis2.AxisFault: Invalid null character in text to output&lt;BR /&gt;	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)&lt;BR /&gt;	at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)&lt;BR /&gt;	at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)&lt;BR /&gt;	at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)&lt;BR /&gt;	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:621)&lt;BR /&gt;	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)&lt;BR /&gt;	at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)&lt;BR /&gt;	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)&lt;BR /&gt;	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)&lt;BR /&gt;	at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)&lt;BR /&gt;	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)&lt;BR /&gt;	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)&lt;BR /&gt;	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)&lt;BR /&gt;	at com.salesforce.soap.partner.SforceServiceStub.upsert(SforceServiceStub.java:19013)&lt;BR /&gt;	at org.talend.salesforce.SforceConnection.upsert(SforceConnection.java:110)&lt;BR /&gt;	at org.talend.salesforce.SforceManagementImpl.upsert(SforceManagementImpl.java:462)&lt;BR /&gt;	at sf_csv.sf_prod_data_migration_lookup_sf_all_companies_working_splitted_query_0_1.SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query.tOracleInput_1Process(SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query.java:4382)&lt;BR /&gt;	at sf_csv.sf_prod_data_migration_lookup_sf_all_companies_working_splitted_query_0_1.SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query.runJobInTOS(SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query.java:6312)&lt;BR /&gt;	at sf_csv.sf_prod_data_migration_lookup_sf_all_companies_working_splitted_query_0_1.SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query.main(SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query.java:6150)&lt;BR /&gt;Caused by: com.ctc.wstx.exc.WstxIOException: Invalid null character in text to output&lt;BR /&gt;	at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:467)&lt;BR /&gt;	at org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper.writeCharacters(XMLStreamWriterWrapper.java:100)&lt;BR /&gt;	at org.apache.axiom.om.impl.MTOMXMLStreamWriter.writeCharacters(MTOMXMLStreamWriter.java:325)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMTextImpl.writeOutput(OMTextImpl.java:249)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMTextImpl.internalSerialize(OMTextImpl.java:400)&lt;BR /&gt;	at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:556)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serialize(OMSerializableImpl.java:120)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serialize(OMSerializableImpl.java:108)&lt;BR /&gt;	at com.salesforce.soap.partner.sobject.SObject.serialize(SObject.java:311)&lt;BR /&gt;	at com.salesforce.soap.partner.sobject.SObject.serialize(SObject.java:218)&lt;BR /&gt;	at com.salesforce.soap.partner.Upsert.serialize(Upsert.java:169)&lt;BR /&gt;	at com.salesforce.soap.partner.Upsert.serialize(Upsert.java:126)&lt;BR /&gt;	at org.apache.axis2.databinding.ADBDataSource.serialize(ADBDataSource.java:90)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerialize(OMSourcedElementImpl.java:638)&lt;BR /&gt;	at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:563)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)&lt;BR /&gt;	at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:267)&lt;BR /&gt;	at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:229)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)&lt;BR /&gt;	at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)&lt;BR /&gt;	... 22 more&lt;BR /&gt;Caused by: java.io.IOException: Invalid null character in text to output&lt;BR /&gt;	at com.ctc.wstx.api.InvalidCharHandler$FailingHandler.convertInvalidChar(InvalidCharHandler.java:51)&lt;BR /&gt;	at com.ctc.wstx.sw.XmlWriter.handleInvalidChar(XmlWriter.java:629)&lt;BR /&gt;	at com.ctc.wstx.sw.BufferingXmlWriter.writeCharacters(BufferingXmlWriter.java:497)&lt;BR /&gt;	at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:465)&lt;BR /&gt;	... 42 more&lt;BR /&gt; disconnected&lt;BR /&gt; disconnected&lt;BR /&gt;Job SF_Prod_Data_Migration_Lookup_SF_All_Companies_working_splitted_query ended at 13:16 13/01/2016. &lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;And here is the Data Record which may produced the error: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCxp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134724iA115C9266E750F0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCxp.png" alt="0683p000009MCxp.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;The Record ( Salesforce-output) contains no Mandatory-Fields with an null value. &amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Edit: Added an more detailed error output and the record which may cause the error 
&lt;BR /&gt;May someone knows anything about these errros&amp;nbsp; 
&lt;BR /&gt;Thanks&amp;nbsp; 
&lt;BR /&gt;best regards &amp;nbsp;fireskyer</description>
      <pubDate>Sat, 16 Nov 2024 10:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244853#M30877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error while Data Export from Oracle to SF Import</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244854#M30878</link>
      <description>Do i forgot something ?&lt;BR /&gt;Or does no one know why these error occours&amp;nbsp;&lt;BR /&gt;best regards &amp;nbsp;fireskyer</description>
      <pubDate>Thu, 14 Jan 2016 10:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244854#M30878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-14T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error while Data Export from Oracle to SF Import</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244855#M30879</link>
      <description>Hello Folks,&amp;nbsp; 
&lt;BR /&gt;I have researched ( debug) with an Java Skilled Colleague the error. 
&lt;BR /&gt;Our mistake was to forgot to set these option for all data sources ( in our case the oracle database connections) : 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCxu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148794iAA8C16A9E83A160D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCxu.png" alt="0683p000009MCxu.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;best reagards &amp;nbsp;fireskyer&amp;nbsp;</description>
      <pubDate>Tue, 19 Jan 2016 08:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244855#M30879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error while Data Export from Oracle to SF Import</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244856#M30880</link>
      <description>Hi fireskyer,&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Thanks for posting that you resolved it by yourself.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 19 Jan 2016 09:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244856#M30880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T09:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error while Data Export from Oracle to SF Import</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244857#M30881</link>
      <description>Hello xdishi&amp;nbsp;&lt;BR /&gt;From my point of view it's essential for an Commmunity to offer an solution if i found one&amp;nbsp;&lt;BR /&gt;and not these &amp;nbsp;bearing in my mind where they are usless for other people.&lt;BR /&gt;regards john&amp;nbsp;</description>
      <pubDate>Wed, 20 Jan 2016 11:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-while-Data-Export-from-Oracle-to-SF-Import/m-p/2244857#M30881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-20T11:55:32Z</dc:date>
    </item>
  </channel>
</rss>

