<?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: Informatica Cloud mapping with Databricks connection failing with java.util.NoSuchElementException in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6860#M2862</link>
    <description>&lt;P&gt;@Mahesh D​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the error message, it seems that the issue could be related to the JDBC driver used by Informatica Cloud to connect to Databricks.&lt;/P&gt;&lt;P&gt;Here are a few suggestions you can try to troubleshoot the issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Ensure that you have the correct JDBC driver version installed in Informatica Cloud to connect to Databricks. You may need to update the driver version to be compatible with your Databricks cluster.&lt;/LI&gt;&lt;LI&gt;Verify that the Databricks connection properties (such as host, port, and authentication) are correctly configured in Informatica Cloud.&lt;/LI&gt;&lt;LI&gt;Check that the SQL query is correctly formatted and that it returns valid results when run in Databricks.&lt;/LI&gt;&lt;LI&gt;Try running the SQL query in a different SQL editor to ensure that it works correctly.&lt;/LI&gt;&lt;LI&gt;Check the logs for any additional error messages that might provide more information about the issue.&lt;/LI&gt;&lt;LI&gt;Contact Informatica Cloud support for further assistance.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I hope this helps you resolve the issue. Let me know if you have any further questions or concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Apr 2023 14:02:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-02T14:02:19Z</dc:date>
    <item>
      <title>Informatica Cloud mapping with Databricks connection failing with java.util.NoSuchElementException</title>
      <link>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6859#M2861</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we tried to configure our source with Databricks table with Databricks connection on Informatica Cloud, we received below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We already tried the suggestions mentioned in the below community post which seems to be similar error as ours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/s/question/0D53f00001HKIEHCA5/while-loading-data-from-blob-to-delta-lake-facing-below-issue" target="test_blank"&gt;https://community.databricks.com/s/question/0D53f00001HKIEHCA5/while-loading-data-from-blob-to-delta-lake-facing-below-issue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The highlighted query is running fine on Databricks SQL editor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please review and advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; DATABRICKSDELTA_10000 [2023-03-30 03:49:33.654] [INFO] SQL QUERY: &lt;B&gt;SELECT `hash_key`,`mre_code`,`mre_mrcc` FROM `sitsint`.`eidb_men_mre` WHERE EIDB_MEN_MRE.RECORD_STATUS&amp;lt;&amp;gt;'D'&lt;/B&gt;&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.704] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;&lt;B&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] java.util.NoSuchElementException&lt;/B&gt;&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.simba.spark.jdbc.common.BaseConnectionFactory.acceptsURL(Unknown Source)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.simba.spark.jdbc.common.AbstractDriver.connect(Unknown Source)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at java.sql.DriverManager.getConnection(DriverManager.java:664)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at java.sql.DriverManager.getConnection(DriverManager.java:270)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.informatica.adapter.databricksdelta.runtime.adapter.DatabricksdeltaDatabricksdeltaDataConnection.connect(DatabricksdeltaDatabricksdeltaDataConnection.java:124)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.informatica.adapter.databricksdelta.runtime.adapter.read.DeltaJdbcReader.initDataSession(DeltaJdbcReader.java:73)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.informatica.adapter.databricksdelta.runtime.adapter.DatabricksdeltaDatabricksdeltaDataAdapter.beginDataSession(DatabricksdeltaDatabricksdeltaDataAdapter.java:145)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.informatica.cci.runtime.impl.CDataAdapterImpl.read(CDataAdapterImpl.java:195)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.informatica.cci.cloud.client.impl.CCIRuntimeDataClientImpl.readData(CCIRuntimeDataClientImpl.java:306)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.705] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.705] [ERROR] at com.informatica.cloud.api.adapter.cci.reader.CCIRdrPartitionDriver.run(CCIRdrPartitionDriver.java:322)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; DATABRICKSDELTA_10000 [2023-03-30 03:49:33.710] [FATAL] databricksdelta_EXCEPTION_OCCURED_205&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; DATABRICKSDELTA_10000 [2023-03-30 03:49:33.710] [ERROR] The following error occurred: [com.informatica.adapter.sdkadapter.exceptions.AdapterSDKException: [SDK_APP_COM_20000] error [No suitable driver found for EnableArrow=0;UID=token;PWD=dapif35000b8a83f7c61714477a7d4c95f68;UserAgentEntry=Informatica_IICS;]]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; DATABRICKSDELTA_10000 [2023-03-30 03:49:33.710] [ERROR] Read Failed. Internal Error: Adapter BeginDataSession failed&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; DATABRICKSDELTA_10000 [2023-03-30 03:49:33.710] [ERROR] Error occured while reading data using CCI Data Adapter&amp;nbsp;com.informatica.cci.runtime.internal.utils.impl.CExceptionImpl: Read Failed. Internal Error: Adapter BeginDataSession failed&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CONNECTOR_10000 [2023-03-30 03:49:33.710] [ERROR] Error Occured while reading data from the source for Transformation - SQ_EIDB_MEN_MRE | Connector Name - databricksdelta - Read Failed. Internal Error: Adapter BeginDataSession failed&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] com.informatica.cci.cloud.client.impl.CCIClientExceptionImpl: Read Failed. Internal Error: Adapter BeginDataSession failed&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] at com.informatica.cci.cloud.client.impl.CCIRuntimeDataClientImpl.readData(CCIRuntimeDataClientImpl.java:309)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] at com.informatica.cloud.api.adapter.cci.reader.CCIRdrPartitionDriver.run(CCIRdrPartitionDriver.java:322)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] Caused by: com.informatica.cci.runtime.internal.utils.impl.CExceptionImpl: Read Failed. Internal Error: Adapter BeginDataSession failed&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] at com.informatica.cci.runtime.impl.CDataAdapterImpl.read(CDataAdapterImpl.java:198)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] at com.informatica.cci.cloud.client.impl.CCIRuntimeDataClientImpl.readData(CCIRuntimeDataClientImpl.java:306)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] ... 1 more&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] com.informatica.powercenter.sdk.SDKException: Read Failed. Internal Error: Adapter BeginDataSession failed&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; JAVA PLUGIN_1762 [2023-03-30 03:49:33.710] [ERROR] at com.informatica.cloud.api.adapter.cci.reader.CCIRdrPartitionDriver.run(CCIRdrPartitionDriver.java:326)&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; CMN_1761 [2023-03-30 03:49:33.710] Timestamp Event: [Thu Mar 30 03:49:33 2023]&lt;/P&gt;&lt;P&gt;READER_1_1_1&amp;gt; SDKS_38200 [2023-03-30 03:49:33.710] Partition-level [SQ_EIDB_MEN_MRE]: Plug-in #606801 failed in run().&lt;/P&gt;&lt;P&gt;TRANSF_1_1_1&amp;gt; DBG_21511 [2023-03-30 03:49:33.711] TE: Fatal Transformation Error.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 17:03:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6859#M2861</guid>
      <dc:creator>MaheshDR</dc:creator>
      <dc:date>2023-03-29T17:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Informatica Cloud mapping with Databricks connection failing with java.util.NoSuchElementException</title>
      <link>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6860#M2862</link>
      <description>&lt;P&gt;@Mahesh D​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the error message, it seems that the issue could be related to the JDBC driver used by Informatica Cloud to connect to Databricks.&lt;/P&gt;&lt;P&gt;Here are a few suggestions you can try to troubleshoot the issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Ensure that you have the correct JDBC driver version installed in Informatica Cloud to connect to Databricks. You may need to update the driver version to be compatible with your Databricks cluster.&lt;/LI&gt;&lt;LI&gt;Verify that the Databricks connection properties (such as host, port, and authentication) are correctly configured in Informatica Cloud.&lt;/LI&gt;&lt;LI&gt;Check that the SQL query is correctly formatted and that it returns valid results when run in Databricks.&lt;/LI&gt;&lt;LI&gt;Try running the SQL query in a different SQL editor to ensure that it works correctly.&lt;/LI&gt;&lt;LI&gt;Check the logs for any additional error messages that might provide more information about the issue.&lt;/LI&gt;&lt;LI&gt;Contact Informatica Cloud support for further assistance.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I hope this helps you resolve the issue. Let me know if you have any further questions or concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 14:02:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6860#M2862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-02T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Informatica Cloud mapping with Databricks connection failing with java.util.NoSuchElementException</title>
      <link>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6861#M2863</link>
      <description>&lt;P&gt;Hi @Mahesh D​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 06:30:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/informatica-cloud-mapping-with-databricks-connection-failing/m-p/6861#M2863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-04T06:30:04Z</dc:date>
    </item>
  </channel>
</rss>

