<?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>Question Re: CPQ: error by creating database tables in mysql in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077211#M410167</link>
    <description>&lt;P&gt;which version of hybris and which version of cpq jars you are using? may be you can give try putting a bcp ticket with product support
&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 15:11:15 GMT</pubDate>
    <dc:creator>VinayKumarS</dc:creator>
    <dc:date>2019-07-30T15:11:15Z</dc:date>
    <item>
      <title>CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaq-p/12077204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to load data via cpq data loader into mysql database and get an error:&lt;/P&gt;
&lt;P&gt;ERROR [0000002S::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (0000002S) [LocalAdminManager] Exception Details: com.sap.sxe.sys.exc.exc_internal_error: Syntax error in database script file! com.sap.sxe.sys.exc.exc_internal_error: Syntax error in database script file! com.sap.sxe.sys.exc.exc_database_error: No equivalent database specific datatype found for generic type: 9
ERROR [0000002S::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (0000002S) [ExceptionLog] Exception   in SPC.com.sap.spc.base.exc.SPCException: An error encountered when creating database tables.&lt;/P&gt;
&lt;P&gt;Detailed error message:
Syntax error in database script file! com.sap.sxe.sys.exc.exc_internal_error: Syntax error in database script file! com.sap.sxe.sys.exc.exc_database_error: No equivalent database specific datatype found for generic type: 9
com.sap.spc.base.exc.SPCException: An error encountered when creating database tables.&lt;/P&gt;
&lt;P&gt;Detailed error message:
Syntax error in database script file! com.sap.sxe.sys.exc.exc_internal_error: Syntax error in database script file! com.sap.sxe.sys.exc.exc_database_error: No equivalent database specific datatype found for generic type: 9
    at com.sap.spc.base.admin.LocalAdminManager.throwCreatingDatabaseSPCException(LocalAdminManager.java:166)
    at com.sap.spc.base.admin.LocalAdminManager.generateTables(LocalAdminManager.java:105)
    at com.sap.custdev.projects.fbs.slc.dataloader.db.TableCreator.generateTables(TableCreator.java:62)
    at com.sap.custdev.projects.fbs.slc.dataloader.standalone.manager.DataloaderWorkerHybris.createTables(DataloaderWorkerHybris.java:88)
    at com.sap.custdev.projects.fbs.slc.dataloader.standalone.manager.DataloaderManagerImpl.createTables(DataloaderManagerImpl.java:94)
    at de.hybris.platform.sap.productconfig.model.impl.DataLoaderImpl.performInitialLoadRaisingException(DataLoaderImpl.java:78)
    at de.hybris.platform.sap.productconfig.model.impl.DataLoaderImpl.performInitialLoad(DataLoaderImpl.java:40)
    at de.hybris.platform.sap.productconfig.model.cronjob.DataLoaderJob.perform(DataLoaderJob.java:124)
    at de.hybris.platform.sap.productconfig.model.cronjob.EnvironmentAwareDataLoaderJob.performDataLoad(EnvironmentAwareDataLoaderJob.java:51)
    at de.hybris.platform.sap.productconfig.model.cronjob.EnvironmentAwareDataLoaderJob.perform(EnvironmentAwareDataLoaderJob.java:30)
    at de.hybris.platform.sap.productconfig.model.cronjob.DataLoaderJob.perform(DataLoaderJob.java:1)
    at de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob.performCronJob(ServicelayerJob.java:38)
    at de.hybris.platform.cronjob.jalo.Job.execute(Job.java:1390)
    at de.hybris.platform.cronjob.jalo.Job.performImpl(Job.java:814)
    at de.hybris.platform.cronjob.jalo.Job.access$1(Job.java:767)
    at de.hybris.platform.cronjob.jalo.Job$JobRunable.run(Job.java:686)
    at de.hybris.platform.util.threadpool.PoolableThread.internalRun(PoolableThread.java:208)
    at de.hybris.platform.core.threadregistry.RegistrableThread.run(RegistrableThread.java:134)&lt;/P&gt;
&lt;P&gt;It seems to be a problem with the  numeric type like this "GRLNR_NUM" numeric(7,0) null.&lt;/P&gt;
&lt;P&gt;Does anyone have an idea what could be wrong?
&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 15:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaq-p/12077204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-29T15:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077205#M410161</link>
      <description>&lt;P&gt;This is not due to a combination of a program error and a configuration error of the database parameter in hybris.&lt;/P&gt;
&lt;P&gt;If the database parameter maintained in Local.properties in hybris are incorrect, the system cannot establish a connection to the database.&lt;/P&gt;
&lt;P&gt;The system then calls the method responsible for the creation of the tables in the database schema with a null reference for the database connection parameter.&lt;/P&gt;
&lt;P&gt;This leads to a NullPointerException and to the misleading error message "Syntax error in database script file".&lt;/P&gt;
&lt;P&gt;The patch related to this note improves the error handling.&lt;/P&gt;
&lt;P&gt;The major fix for this error however is to correct the database connection parameter in Local.properties and the network configuration in order to make sure that SAP CPQ can establish a JDBC connection to the SAP CPQ database.&lt;/P&gt;
&lt;P&gt;More info you can find 
&lt;A href="https://launchpad.support.sap.com/#/notes/2192306"&gt;https://launchpad.support.sap.com/#/notes/2192306&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 15:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077205#M410161</guid>
      <dc:creator>VinayKumarS</dc:creator>
      <dc:date>2019-07-29T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077206#M410162</link>
      <description>&lt;P&gt;I think database connection is ok. Because I could create two tables in mysql database. This two tables have only the fields of varchar type. The next table I want to create has a field of type numeric. And this is the problem.
&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 15:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077206#M410162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-29T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077207#M410163</link>
      <description>&lt;P&gt;Try checking the PAM in relation to supported MySQL version. AFAIK, MySQL 5.6 is ok (it's the one we used in most CPQ projects) while 5.7 is not, leading to weird sql syntax errors like the one reported.
&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 18:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077207#M410163</guid>
      <dc:creator>nicolabeghin</dc:creator>
      <dc:date>2019-07-29T18:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077208#M410164</link>
      <description>&lt;P&gt;I'm using mariadb of version 10.3.15 on MAC osx10.14   (x86_64)
&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 21:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077208#M410164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-29T21:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077209#M410165</link>
      <description>&lt;P&gt;I don't think MariaDB is part of any SAP PAM.. anyway MariaDB 10.3 should be MySQL 5.7, so far away from the 5.6 compatibility&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt; MySQL 5.6 is compatible with MariaDB 10.0 and MySQL 5.7 is compatible with MariaDB 10.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;ref. &lt;A href="https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/"&gt;https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 22:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077209#M410165</guid>
      <dc:creator>nicolabeghin</dc:creator>
      <dc:date>2019-07-29T22:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077210#M410166</link>
      <description>&lt;P&gt;What is about MariaDB version 10.3? It seems to be compatible with MySQL 5.7. But CPQ data loader has problem with MySQL 5.7. Is it a bug in CPQ data loader? Can I open a ticket for it?
&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 14:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077210#M410166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-30T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077211#M410167</link>
      <description>&lt;P&gt;which version of hybris and which version of cpq jars you are using? may be you can give try putting a bcp ticket with product support
&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 15:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077211#M410167</guid>
      <dc:creator>VinayKumarS</dc:creator>
      <dc:date>2019-07-30T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077212#M410168</link>
      <description>&lt;P&gt;We are using the hybris version 1808.9 and the cpq version 3.0.12.
&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 16:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077212#M410168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-30T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: CPQ: error by creating database tables in mysql</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077213#M410169</link>
      <description>&lt;P&gt;I checked CPQ PAM, MySQL 5.6 is the latest supported. MySQL 5.7 is not&lt;/P&gt;
&lt;P&gt;ref. &lt;A href="https://apps.support.sap.com/sap%28bD1pdCZjPTAwMQ==%29/support/pam/pam.html#ts=6&amp;amp;s=SAP%20PRODUCT%20CONFIG%203.0&amp;amp;filter=&amp;amp;o=most_viewed%7Cdesc&amp;amp;st=l&amp;amp;rpp=20&amp;amp;page=1&amp;amp;pvnr=73555000100900002252&amp;amp;pt=t%7CDB&amp;amp;ainstnr=73555000104900005087&amp;amp;fclfilter=G1%7CMYSQL%20DATABASE%20SERVER"&gt;https://apps.support.sap.com/sap(bD1pdCZjPTAwMQ==)/support/pam/pam.html#ts=6&amp;amp;s=SAP%20PRODUCT%20CONFIG%203.0&amp;amp;filter=&amp;amp;o=most_viewed%7Cdesc&amp;amp;st=l&amp;amp;rpp=20&amp;amp;page=1&amp;amp;pvnr=73555000100900002252&amp;amp;pt=t%7CDB&amp;amp;ainstnr=73555000104900005087&amp;amp;fclfilter=G1%7CMYSQL%20DATABASE%20SERVER&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1719807-12994-image-1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 17:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/cpq-error-by-creating-database-tables-in-mysql/qaa-p/12077213#M410169</guid>
      <dc:creator>nicolabeghin</dc:creator>
      <dc:date>2019-07-30T17:30:24Z</dc:date>
    </item>
  </channel>
</rss>

