<?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: Error when executing &amp;quot;db2 get db cfg&amp;quot; command in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaa-p/4997070#M1886971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It started to working after a db restart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nallasivam.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jan 2009 14:06:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-11T14:06:38Z</dc:date>
    <item>
      <title>Error when executing "db2 get db cfg" command</title>
      <link>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaq-p/4997069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on db2 for the first time. I have installed SAP ERP 6.0 on Windows 2003 server with db2 v9.1 FP 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to check the db parameter using the tool installed in windows automatically while installing sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start -- all programs -- IBM DB2 -- SAPDB2IDS - Command line tool -- command window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have logged into server as &amp;lt;sid&amp;gt;adm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am executing the command from the path E:\db2\db2ids\db2_software\BIN&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting output for &lt;/P&gt;&lt;P&gt;#db2 get dbm cfg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i execute command,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#db2 get db cfg, I am getting below error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL1024N  A database connection does not exist.  SQLSTATE=08003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what setting I have to do before using this tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nallasivam.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 13:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaq-p/4997069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error when executing "db2 get db cfg" command</title>
      <link>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaa-p/4997070#M1886971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It started to working after a db restart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nallasivam.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 14:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaa-p/4997070#M1886971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error when executing "db2 get db cfg" command</title>
      <link>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaa-p/4997071#M1886972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No db restart required actually.&lt;/P&gt;&lt;P&gt;Simply login into the Windows Server 2003 with db2sid user&lt;/P&gt;&lt;P&gt;Go to command prompt&lt;/P&gt;&lt;P&gt;execute db2cmd&lt;/P&gt;&lt;P&gt;then execute&lt;/P&gt;&lt;P&gt;db2 connect to SID&lt;/P&gt;&lt;P&gt;It will show you the default database schema connection&lt;/P&gt;&lt;P&gt;After that,execute db2 ger db cfg for SID&lt;/P&gt;&lt;P&gt;It will show you the DB2 parameter values for your schema&lt;/P&gt;&lt;P&gt;There`s a concept of DBM or database manager, the configuration of which you can check with:&lt;/P&gt;&lt;P&gt;db2 get dbm cfg&lt;/P&gt;&lt;P&gt;DBM is the super-set and DB Schema is the subset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the confusion gets clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 12:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-when-executing-quot-db2-get-db-cfg-quot-command/qaa-p/4997071#M1886972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T12:54:03Z</dc:date>
    </item>
  </channel>
</rss>

