<?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 Re: Trying to create a new repository for SMO in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55266#M7775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need SMO 3.1P2 for 11gR2 if I remember correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2012 17:29:31 GMT</pubDate>
    <dc:creator>jcosta</dc:creator>
    <dc:date>2012-01-04T17:29:31Z</dc:date>
    <item>
      <title>Trying to create a new repository for SMO</title>
      <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55250#M7772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a new repository for SMO on linux. Here is the command used --&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;smo repository create -repository -dbname PDNFS -host oratest1 -login -username smo_user -port 1521&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am getting following error --&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Enter password for database connection smo_user@oratest1:1521/PDNFS: ********&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ INFO] SMO-20019: Set password for repository "smo_user@PDNFS/oratest1:1521" in user credentials for "oracle".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ INFO] SMO-09202: Creating new schema as smo_user on jdbc:oracle:thin:@//oratest1:1521/PDNFS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ INFO] SMO-09205: Schema generation complete.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ INFO] SMO-09209: Performing repository version INSERT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ERROR] SMO-09013: Execution of query on the repository smo_user@PDNFS/oratest1:1521 failed. ORA-00942: table or view does not exist&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ERROR] SMO-09025: Repository version information not found within repository.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ERROR] SMO-13032: Cannot perform operation: Repository Create.&amp;nbsp; Root cause: SMO-09025: Repository version information not found within repository.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ INFO] SMO-13039: Successfully aborted operation: Repository Create&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ERROR] SMO-13048: Repository Create Operation Status: FAILED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;[ INFO] SMO-13049: Elapsed Time: 0:00:12.421&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Operation Id [Nb9da51594185dd96524960c8768e0591] failed. Error: Repository version information not found within repository.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:38:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55250#M7772</guid>
      <dc:creator>DATABASE_ADMINS</dc:creator>
      <dc:date>2025-06-05T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a new repository for SMO</title>
      <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55256#M7773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;posting the SMO version and database version would help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try :&lt;/P&gt;&lt;P&gt;export ORACLE_SID=PDNFS&lt;/P&gt;&lt;P&gt;sqlplus / as sysdba&lt;/P&gt;&lt;P&gt;SQL&amp;gt;grant connect, resource, create session to smo_user;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 17:01:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55256#M7773</guid>
      <dc:creator>jcosta</dc:creator>
      <dc:date>2012-01-04T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a new repository for SMO</title>
      <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55261#M7774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SnapManager for Oracle version: 3.1&lt;/P&gt;&lt;P&gt;Db Version &lt;/P&gt;&lt;P&gt;Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user already has DBA grant.....it did not work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 17:17:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55261#M7774</guid>
      <dc:creator>DATABASE_ADMINS</dc:creator>
      <dc:date>2012-01-04T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a new repository for SMO</title>
      <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55266#M7775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need SMO 3.1P2 for 11gR2 if I remember correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 17:29:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55266#M7775</guid>
      <dc:creator>jcosta</dc:creator>
      <dc:date>2012-01-04T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a new repository for SMO</title>
      <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55271#M7776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm....the error does not suggest it....&lt;/P&gt;&lt;P&gt;I will surely try that version.....appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 17:43:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55271#M7776</guid>
      <dc:creator>DATABASE_ADMINS</dc:creator>
      <dc:date>2012-01-04T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a new repository for SMO</title>
      <link>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55275#M7777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no 3.1p2....and what I have is the latest version....&lt;/P&gt;&lt;P&gt;So the problem continues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:09:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Trying-to-create-a-new-repository-for-SMO/m-p/55275#M7777</guid>
      <dc:creator>DATABASE_ADMINS</dc:creator>
      <dc:date>2012-01-04T18:09:13Z</dc:date>
    </item>
  </channel>
</rss>

