<?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: DB2 database restore : SQL1035N  The operation failed because the specified database in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507050#M4284885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation ,&lt;/P&gt;&lt;P&gt;Please close the thread and share the change you did that will help to others,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sadiq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 09:25:59 GMT</pubDate>
    <dc:creator>former_member182505</dc:creator>
    <dc:date>2016-02-11T09:25:59Z</dc:date>
    <item>
      <title>DB2 database restore : SQL1035N  The operation failed because the specified database</title>
      <link>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaq-p/11507046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During database backup restore we are getting below error. already change in the script file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;db2PRD&amp;gt; db2 -tvsf PRD_NODE0000.scr&lt;/P&gt;&lt;P&gt;UPDATE COMMAND OPTIONS USING S ON Z ON PRD_NODE0000.out V ON&lt;/P&gt;&lt;P&gt;DB20000I&amp;nbsp; The UPDATE COMMAND OPTIONS command completed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CLIENT ATTACH_NODE&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;DB20000I&amp;nbsp; The SET CLIENT command completed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CLIENT CONNECT_NODE 0&lt;/P&gt;&lt;P&gt;DB20000I&amp;nbsp; The SET CLIENT command completed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@./PRD_NODE0000.scr@&lt;/P&gt;&lt;P&gt;RESTORE DATABASE PRD FROM /DBbackup ,/DBbackup ,/DBbackup&amp;nbsp; TAKEN AT 20151102074108 ON /db2/PRD/sapdata4 ,/db2/PRD/sapdata3 ,/db2/PRD/sapdata2 ,/db2/PRD/sapdata1 INTO PRD WITH 2 BUFFERS BUFFER 1024 REDIRECT&lt;/P&gt;&lt;P&gt;SQL1035N&amp;nbsp; The operation failed because the specified database cannot be&lt;/P&gt;&lt;P&gt;connected to in the mode requested.&amp;nbsp; SQLSTATE=57019&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 06:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaq-p/11507046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-11T06:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 database restore : SQL1035N  The operation failed because the specified database</title>
      <link>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507047#M4284882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek&lt;/P&gt;&lt;P&gt;Check below IBM detaisl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;User response&lt;/H4&gt;&lt;OL class="ol"&gt;&lt;LI&gt;Valid options are:&lt;UL&gt;&lt;LI class="li"&gt;Resubmit the command later when the database is not in use.&lt;/LI&gt;&lt;LI&gt;Change the authorization to match the current user or wait until the database is not in use.&lt;/LI&gt;&lt;LI&gt;Wait until the database is not in exclusive use.&lt;/LI&gt;&lt;LI&gt;Wait until other users on another system have disconnected from the database&lt;/LI&gt;&lt;LI&gt;Issue a QUIESCE DATABASE DEFER WITH TIMEOUT &amp;lt;minutes&amp;gt; command and a CONNECT RESET command to free connections to the database and prevent application users from re-connecting. The DEFER option will wait for applications until they commit the current unit of work instead of rolling back all running transactions.&lt;/LI&gt;&lt;LI&gt;Issue a LIST APPLICATIONS command to list connections to the database. Issue a FORCE APPLICATION ALL command to free connections to the database. Note: FORCE APPLICATION ALL is an asynchronous command which might return as successful even though it is still continuing to clean up connections. A varying interval of time might be required for the command to complete.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Deactivate the database using the command DEACTIVATE DATABASE &amp;lt;DBALIAS&amp;gt;.&lt;/LI&gt;&lt;LI&gt;Issue a SET WRITE RESUME FOR DATABASE command to resume write operations for the database.&lt;/LI&gt;&lt;/OL&gt;&lt;P class="p"&gt;Re-issue the command.&lt;/P&gt;&lt;P class="p"&gt;&lt;SPAN&gt;For more information on the syntax of commands, and related topics, search the Information Center (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://publib.boulder.ibm.com/infocenter/db2luw/v9"&gt;http://publib.boulder.ibm.com/infocenter/db2luw/v9&lt;/A&gt;&lt;SPAN&gt;) using phrases such as "force application", "deactivate database", and "quiesce database".&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg21224032" title="http://www-01.ibm.com/support/docview.wss?uid=swg21224032"&gt;IBM SQL1035N during execution of an offline backup - United States&lt;/A&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg21636292" title="http://www-01.ibm.com/support/docview.wss?uid=swg21636292"&gt;IBM Offline database backup failing with SQL1035N - United States&lt;/A&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;CODE&gt;db2 quiesce instance &amp;lt;inst_name&amp;gt; restricted access immediate force connections&lt;BR /&gt; db2 deactivate db &amp;lt;dbname&amp;gt;&lt;BR /&gt; db2 backup db &amp;lt;dbname&amp;gt;&lt;BR /&gt; db2 activate db &amp;lt;dbname&amp;gt;&lt;BR /&gt; db2 unquiesce instance &amp;lt;inst_name&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;/P&gt;&lt;P class="p"&gt;try above and send us more details like, which backup you are using sap and db version, Your backup script details,&lt;/P&gt;&lt;P class="p"&gt;&lt;/P&gt;&lt;P class="p"&gt;Thanks&lt;/P&gt;&lt;P class="p"&gt;Sadiq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 06:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507047#M4284882</guid>
      <dc:creator>former_member182505</dc:creator>
      <dc:date>2016-02-11T06:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 database restore : SQL1035N  The operation failed because the specified database</title>
      <link>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507048#M4284883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are using the online backup db2 9.7 can i execute the below command &amp;amp; try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 06:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507048#M4284883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-11T06:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 database restore : SQL1035N  The operation failed because the specified database</title>
      <link>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507049#M4284884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;issued resolved after changed the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 07:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507049#M4284884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-11T07:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 database restore : SQL1035N  The operation failed because the specified database</title>
      <link>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507050#M4284885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation ,&lt;/P&gt;&lt;P&gt;Please close the thread and share the change you did that will help to others,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sadiq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 09:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db2-database-restore-sql1035n-the-operation-failed-because-the-specified/qaa-p/11507050#M4284885</guid>
      <dc:creator>former_member182505</dc:creator>
      <dc:date>2016-02-11T09:25:59Z</dc:date>
    </item>
  </channel>
</rss>

