<?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: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724476#M4775296</link>
    <description>&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;This query&lt;STRONG&gt; needs to return at least one row&lt;/STRONG&gt; for the Profiler to be able to use the database:&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Since there were no rows returned, you will either need to upgrade or rebuild to use the profiler.  &lt;/P&gt;&lt;P&gt;I have provided links to each of these options. If you are unsure of how to proceed, please engage a support incident for assistance.  If you opt to upgrade, make sure to pay attention to  &lt;EM&gt;System Privileges Introduced in Upgrades&lt;/EM&gt; and &lt;EM&gt;Distributing Privileges Granted to the  UPGRADE ROLE System Privilege After an Upgrade&lt;/EM&gt; links referenced in the Upgrade documentation .  &lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 12:11:38 GMT</pubDate>
    <dc:creator>chris_keating</dc:creator>
    <dc:date>2023-05-30T12:11:38Z</dc:date>
    <item>
      <title>SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaq-p/12724473</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
  &lt;P&gt;SAP BO often stops recently.&lt;/P&gt;
  &lt;P&gt;For investigation, I would like to check performance, user's memory usage, SQL statements, etc.&lt;/P&gt;
  &lt;P&gt;I want to get performance data for Anywhere17.&lt;/P&gt;
  &lt;P&gt;Connecting to the OS, connecting to SQL central, and connecting to Profiler results in an error.&lt;/P&gt;
  &lt;P&gt;Is there a way to solve this problem?&lt;/P&gt;
  &lt;P&gt;Please let me know.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2169325-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 03:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaq-p/12724473</guid>
      <dc:creator>dahliahana</dc:creator>
      <dc:date>2023-05-29T03:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724474#M4775294</link>
      <description>&lt;P&gt;The profiler minimally requires a v17 database system catalog (achieved by upgrading).  This query needs to return at least one row for the Profiler to be able to use the database:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select
    operation, 
    cast( substr( version, 0, locate( version, '.' )  ) as int ) as MajorVersion, 
    version as FuilVersion 
from syshistory 
where 
        operation in ( 'INIT', 'UPGRADE' )
    and MajorVersion = 17&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This checks to see if the database was created or upgraded using version 17. If there are no rows returned, the database must either be upgraded or rebuilt with version 17 engine.  Both options would result in a database that cannot be run on 16 or older major versions - and depending on the version and build used to perform the rebuild/upgrade, older builds of SQLA 17.  Upgrades made changes that only affect the catalog but a rebuild changes the file format and allows for full access of all new features for a given release.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://help.sap.com/docs/SAP_SQL_Anywhere/a3e900ad39b94d689987e838835f39fe/81597d896ce210148f0d8c7a79b5d1dd.html?version=17.0"&gt;SQL Anywhere Server Upgrades | SAP Help Portal&lt;/A&gt; for additional information on each of the options.  More specific docs for each of the options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_SQL_Anywhere/a3e900ad39b94d689987e838835f39fe/815875f56ce210149b73ad7e1ae00b1e.html?version=17.0"&gt;Upgrading a Version 12 or Later Database (SQL Central) | SAP Help Portal&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_SQL_Anywhere/a3e900ad39b94d689987e838835f39fe/815852f36ce210149ff6abe834bf34b3.html?version=17.0"&gt;Rebuilding a Database (SQL Central) | SAP Help Portal&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 29 May 2023 17:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724474#M4775294</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2023-05-29T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724475#M4775295</link>
      <description>&lt;P&gt;Dear.&lt;SPAN class="mention-scrubbed"&gt;chris.keating&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I checked the SQL statement as your answer, but the answer did not come back.&lt;/P&gt;&lt;P&gt;Will an upgrade be necessary in this case?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2169363-image.png" /&gt;&lt;/P&gt;&lt;P&gt;※A value was obtained when a new query statement was executed. &lt;/P&gt;&lt;P&gt;Is it different from what you told me?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2169364-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 06:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724475#M4775295</guid>
      <dc:creator>dahliahana</dc:creator>
      <dc:date>2023-05-30T06:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724476#M4775296</link>
      <description>&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;This query&lt;STRONG&gt; needs to return at least one row&lt;/STRONG&gt; for the Profiler to be able to use the database:&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Since there were no rows returned, you will either need to upgrade or rebuild to use the profiler.  &lt;/P&gt;&lt;P&gt;I have provided links to each of these options. If you are unsure of how to proceed, please engage a support incident for assistance.  If you opt to upgrade, make sure to pay attention to  &lt;EM&gt;System Privileges Introduced in Upgrades&lt;/EM&gt; and &lt;EM&gt;Distributing Privileges Granted to the  UPGRADE ROLE System Privilege After an Upgrade&lt;/EM&gt; links referenced in the Upgrade documentation .  &lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 12:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724476#M4775296</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2023-05-30T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724477#M4775297</link>
      <description>&lt;P&gt;Dear.&lt;SPAN class="mention-scrubbed"&gt;chris.keating&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'm sorry, but can I ask you more question?&lt;/P&gt;&lt;P&gt;1. SQL Central→ SQL Profiler = I Need "Profiler Upgrade"?&lt;/P&gt;&lt;P&gt;2. I tried running Profiler in a different way.&lt;/P&gt;&lt;P&gt;SQL Control→SQL Profiler&lt;/P&gt;&lt;P&gt;A new error message appears.&lt;/P&gt;&lt;P&gt;Does this problem also need to be upgraded?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2169403-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 02:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724477#M4775297</guid>
      <dc:creator>dahliahana</dc:creator>
      <dc:date>2023-05-31T02:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724478#M4775298</link>
      <description>&lt;P&gt;Unfortunately, I cannot translate the message but I think it is the result of SQL Central running when a SQL Anywhere patch was applied and the java components in %SQLANY17%\java  not being updated to match the rest of the SQL Anywhere binaries.  Rename that directory i.e., %SQLANY17%\java.bak and rerun the install in Repair mode.  This will recreate the directory and its contents.  That should resolve the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724478#M4775298</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2023-05-31T12:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724479#M4775299</link>
      <description>&lt;P&gt;Dear.&lt;SPAN class="mention-scrubbed"&gt;chris.keating&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It's my mistake that I couldn't translate. I'm sorry.&lt;/P&gt;&lt;P&gt;There are currently two folders in the place where BO installed them.&lt;/P&gt;&lt;P&gt;If the 2 folders I found are database and database tools,&lt;/P&gt;&lt;P&gt;Is the error that occurs because the two versions are different?&lt;/P&gt;&lt;P&gt;Is the solution correct to update the database you mentioned?&lt;/P&gt;&lt;P&gt;1.I think it's the database version.&lt;/P&gt;&lt;P&gt;SQLanywhere：17.0.8.4103 SP1&lt;/P&gt;&lt;P&gt;2.Is this the database management tool version?&lt;/P&gt;&lt;P&gt;SQL Anywhere17：17.0.8.4103 SP1&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2173456-image.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm sorry to ask you a lot of questions.&lt;/P&gt;&lt;P&gt;There are many things I don't know because it's my first time managing BO.&lt;/P&gt;&lt;P&gt;I'm gaining strength from your answer. Thank you very, very much.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 06:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724479#M4775299</guid>
      <dc:creator>dahliahana</dc:creator>
      <dc:date>2023-06-01T06:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724480#M4775300</link>
      <description>&lt;P&gt;Caveat: I have zero knowledge of BO. I do know that SQL Anywhere is embedded in that product as a database option.&lt;/P&gt;&lt;P&gt;Having 2 versions will cause problems if those versions are not carefully isolated This is likely is the cause of the problem running SQL Central. &lt;/P&gt;&lt;P&gt;Is the E:\SQL Anywhere 17 from a patch provided by BO - the directory structure is not consistent with a SQL Anywhere standalone install?  &lt;/P&gt;&lt;P&gt;Do you know which of those SQLA 17 installs is being used?&lt;/P&gt;&lt;P&gt;Can you check the SQLA17 environment variable?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724480#M4775300</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2023-06-01T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724481#M4775301</link>
      <description>&lt;P&gt;Dear.&lt;SPAN class="mention-scrubbed"&gt;chris.keating&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late confirmation.&lt;/P&gt;&lt;P&gt;I don't know why it was divided into two because the BO environment was installed by another team, not me.&lt;/P&gt;&lt;P&gt;The environment variables in SQL17 are as follows.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2172582-image.png" /&gt;&lt;/P&gt;&lt;P&gt;1. SQL Profiler、SQL Anywhere Ver&lt;/P&gt;&lt;P&gt;In my first question, it said version upgrade, but I checked and I think the version is the same.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think the version is the same... Which version should I upgrade&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2172585-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 01:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724481#M4775301</guid>
      <dc:creator>dahliahana</dc:creator>
      <dc:date>2023-06-06T01:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BO SQL Anywhere17 - Profiler errors connecting to SQL central</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724482#M4775302</link>
      <description>&lt;P&gt;To use the Profiler, the database *file* needs to be upgraded or rebuilt using SQL Anywhere 17 server/utilities. Please review my initial response from May 29. The database file will need to upgraded or rebuilt using SQL Anywhere 17 binaries.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 12:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bo-sql-anywhere17-profiler-errors-connecting-to-sql-central/qaa-p/12724482#M4775302</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2023-06-06T12:44:57Z</dc:date>
    </item>
  </channel>
</rss>

