<?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 Serverless giving inconsistent results in Oracle UCM SOAP call in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/serverless-giving-inconsistent-results-in-oracle-ucm-soap-call/m-p/144174#M52278</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;We have implemented Data pipeline to ingest data from Oracle UCM using SOAP API, This was working fine with Job and all Purpose clusters. Recently we wanted to use Serverless to take advantage of the server startup time. In this case we were not receiving the correct response when executed thru serverless. Especially the part when service using&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;query_text = f"dDocTitle &amp;amp;lt;starts&amp;amp;gt; `{manifest_file_prefix}`" for the&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;lt;ns1:Service IdcService="GET_SEARCH_RESULTS"&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;which needs to return the documents associated to the manifest. In Job clusters it returns, but in Serverless it does not return any records eventhough it return status code as 200.&amp;nbsp; We tried other SOAP calls including BICC in Oracle UCM&amp;nbsp; which does not require the query text which is working fine for both Serverless and Job clusters. So there is no issue in reaching the end point in terms of Serverless and Job compute. Suspecting how the query text parameter is parsed in Serverless and Job compute.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Tried other options&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;query_text = "dDocTitle &amp;lt;contains&amp;gt; 'manifestid-'" it gave 500 error for both computes.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Highly appreciate any help in this.&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Jan 2026 18:22:49 GMT</pubDate>
    <dc:creator>maddan80</dc:creator>
    <dc:date>2026-01-15T18:22:49Z</dc:date>
    <item>
      <title>Serverless giving inconsistent results in Oracle UCM SOAP call</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-giving-inconsistent-results-in-oracle-ucm-soap-call/m-p/144174#M52278</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;We have implemented Data pipeline to ingest data from Oracle UCM using SOAP API, This was working fine with Job and all Purpose clusters. Recently we wanted to use Serverless to take advantage of the server startup time. In this case we were not receiving the correct response when executed thru serverless. Especially the part when service using&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;query_text = f"dDocTitle &amp;amp;lt;starts&amp;amp;gt; `{manifest_file_prefix}`" for the&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;lt;ns1:Service IdcService="GET_SEARCH_RESULTS"&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;which needs to return the documents associated to the manifest. In Job clusters it returns, but in Serverless it does not return any records eventhough it return status code as 200.&amp;nbsp; We tried other SOAP calls including BICC in Oracle UCM&amp;nbsp; which does not require the query text which is working fine for both Serverless and Job clusters. So there is no issue in reaching the end point in terms of Serverless and Job compute. Suspecting how the query text parameter is parsed in Serverless and Job compute.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Tried other options&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;query_text = "dDocTitle &amp;lt;contains&amp;gt; 'manifestid-'" it gave 500 error for both computes.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Highly appreciate any help in this.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Jan 2026 18:22:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-giving-inconsistent-results-in-oracle-ucm-soap-call/m-p/144174#M52278</guid>
      <dc:creator>maddan80</dc:creator>
      <dc:date>2026-01-15T18:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless giving inconsistent results in Oracle UCM SOAP call</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-giving-inconsistent-results-in-oracle-ucm-soap-call/m-p/144825#M52393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/118778"&gt;@maddan80&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out with your question and providing the context about your use case.&lt;/P&gt;
&lt;P&gt;Per your comments, having a 200 Status Code in Serverless is a good initial indicator that the request is reaching the Oracle UCM server. Brainstorming... the problem could be in how the response is handled in a different environment (Serverless)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are &lt;A href="https://docs.databricks.com/aws/en/release-notes/serverless/environment-version" target="_self"&gt;Serverless environment versions&lt;/A&gt; with different configurations of Python, Scala, and the JDK. Use a version that matches the configuration used in your all-purpose and job clusters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;BTW, in Lakeflow Jobs, you can &lt;A href="https://docs.databricks.com/aws/en/compute/serverless/dependencies#configure-environment-for-job-tasks" target="_self"&gt;configure an environment for each of your job tasks&lt;/A&gt; where you can select a specific Version and dependencies&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add-serverless-libraries-83701980d32877322bff972b05520fc0" style="width: 374px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23196iF6C2830B503101E7/image-dimensions/374x254?v=v2" width="374" height="254" role="button" title="add-serverless-libraries-83701980d32877322bff972b05520fc0" alt="add-serverless-libraries-83701980d32877322bff972b05520fc0" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Other considerations:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Check for any &lt;A href="https://docs.databricks.com/aws/en/compute/serverless/limitations" target="_self"&gt;Serverless limitations&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Do you have a unit test that can validate a simple call (such as a health check) before requesting data? This could help determine whether the issue is general or specific to your search, such as Serverless being unable to reach the Oracle UCM host.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Is the "manifest_file_prefix" variable checked for encoding as well? This could potentially mess with the query_text variable and/or affect the results.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Even with a 200 Status, look further in the SOAP body's response and explicitly check for expected nodes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps!&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 01:27:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-giving-inconsistent-results-in-oracle-ucm-soap-call/m-p/144825#M52393</guid>
      <dc:creator>mmayorga</dc:creator>
      <dc:date>2026-01-22T01:27:30Z</dc:date>
    </item>
  </channel>
</rss>

