<?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 Inserting data into an AS400 table - error [SQL7008] table_name in database_name not valid for operation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533257#M148091</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to insert a record into an AS400 table and the Job gives me this message:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;[SQL7008] &lt;EM&gt;&lt;STRONG&gt;table_name&lt;/STRONG&gt;&lt;/EM&gt; in &lt;EM&gt;&lt;STRONG&gt;database_name&lt;/STRONG&gt;&lt;/EM&gt; not valid for operation&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But if I insert manually the same record into the same table, using DBEAVER, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd really appreciate some help.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2025 12:44:33 GMT</pubDate>
    <dc:creator>RMotta2408</dc:creator>
    <dc:date>2025-10-13T12:44:33Z</dc:date>
    <item>
      <title>Inserting data into an AS400 table - error [SQL7008] table_name in database_name not valid for operation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533257#M148091</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to insert a record into an AS400 table and the Job gives me this message:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;[SQL7008] &lt;EM&gt;&lt;STRONG&gt;table_name&lt;/STRONG&gt;&lt;/EM&gt; in &lt;EM&gt;&lt;STRONG&gt;database_name&lt;/STRONG&gt;&lt;/EM&gt; not valid for operation&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But if I insert manually the same record into the same table, using DBEAVER, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd really appreciate some help.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533257#M148091</guid>
      <dc:creator>RMotta2408</dc:creator>
      <dc:date>2025-10-13T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data into an AS400 table - error [SQL7008] table_name in database_name not valid for operation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533261#M148092</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The cause of SQL7008 is that Commitment control on database tables on iSeries (AKA AS400) is simply not possible without journaling (read-only access is except from this rule).&lt;BR /&gt;Workaround:&lt;BR /&gt;1.Disable transaction from talend configuration: set "Commit every" to 0 on tJDBCOutput,it means auto commit is turn on.&lt;BR /&gt;2.Make transaction work from AS400 side: create a journal for database tables to make the transaction work.The way to create journal,please refer to: &lt;A href="http://www.websina.com/bugzero/faq/exception-as400.html" target="_blank"&gt;http://www.websina.com/bugzero/faq/exception-as400.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Denis&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533261#M148092</guid>
      <dc:creator>Denis_Segard</dc:creator>
      <dc:date>2025-10-13T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data into an AS400 table - error [SQL7008] table_name in database_name not valid for operation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533266#M148093</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I think I found the solution.&lt;/P&gt;&lt;P&gt;In the tDBOutput component, instead of using an "existing connection" (mentioning the tDBConnect component), I configured it so that the host, database, username and password are written on it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The Job inserts the data with no error.&lt;/P&gt;&lt;P&gt;I hope this helps anyone else.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533266#M148093</guid>
      <dc:creator>RMotta2408</dc:creator>
      <dc:date>2025-10-13T12:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data into an AS400 table - error [SQL7008] table_name in database_name not valid for operation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533268#M148094</link>
      <description>&lt;P&gt;Thank you, Denis.&amp;nbsp;&lt;BR /&gt;I also found a solution. Please view my own reply.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-data-into-an-AS400-table-error-SQL7008-table-name-in/m-p/2533268#M148094</guid>
      <dc:creator>RMotta2408</dc:creator>
      <dc:date>2025-10-13T12:57:54Z</dc:date>
    </item>
  </channel>
</rss>

