Problem setting up the Software Library in Grid Control

Hi,
I installed Grid Control version 10.2.0.2 and patched it to 10.2.0.4 (on Win2003 Server Enterprise Edition 32 bit). After the installation i was advised to configure/add the software library. So i did as it was specified:
"To configure the Software Library, click on the 'Provisioning' sub-tab and set the path for the Software Library from the 'Administration' page. After setting the path, run the following command from any one of the OMShosts: "${OMS_ORACLE_HOME}/bin/PARDeploy -action deploy -parDir ${OMS_ORACLE_HOME}/sysman/prov/paf -force" on Unix, or "${OMS_ORACLE_HOME}\bin\PARDeploy.bat -action deploy -parDir ${OMS_ORACLE_HOME}\sysman\prov\paf -force" on Windows."
The problem is that when i set the path under the 'Provisioning', i get the following message:
Successfully added Software Library Directory :
C:\OracleOEM\swlib\, but Par files deployment failed
And if i run the PARDeploy script, i get the following error:
SQL> DECLARE
ERROR at line 1:
ORA-00001: unique constraint (SYSMAN.MGMT_PAF_APPS_UNIQ) violated
ORA-06512: at "SYSMAN.MGMT_PAF_UTL", line 234
ORA-06512: at line 4
No errors.
SQL>
PL/SQL procedure successfully completed.
SQL>
PL/SQL procedure successfully completed.
SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
16 [main] DEBUG oracle.sysman.eml.swlib.DBEntity - SWLIB error=ORA-01400: cannot insert NULL into ("SYSMAN"."MGMT_SWLIB_DIRECTORI
ES"."NAME")
ORA-06512: at "SYSMAN.MGMT_SWLIB", line 1097
ORA-06512: at line 1
java.sql.SQLException: ORA-01400: cannot insert NULL into ("SYSMAN"."MGMT_SWLIB_DIRECTORIES"."NAME")
ORA-06512: at "SYSMAN.MGMT_SWLIB", line 1097
ORA-06512: at line 1
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:184)
at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:873)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3076)
at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4273)
at oracle.sysman.eml.swlib.DBEntity.insertDirectory(DBEntity.java:526)
at oracle.sysman.eml.swlib.LibraryServiceImpl.saveDirectory(LibraryServiceImpl.java:742)
at oracle.sysman.eml.swlib.xml.XMLLoader.retrieveDirectory(XMLLoader.java:364)
at oracle.sysman.eml.swlib.xml.XMLLoader.processEntity(XMLLoader.java:178)
at oracle.sysman.eml.swlib.xml.XMLLoader.process(XMLLoader.java:148)
at oracle.sysman.eml.swlib.LibraryServiceImpl.importEntities(LibraryServiceImpl.java:398)
at oracle.sysman.pp.paf.par.PARFile.executeSwlib(PARFile.java:978)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:951)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:821)
at oracle.sysman.pp.paf.par.Main.uploadPar(Main.java:238)
at oracle.sysman.pp.paf.par.Main.main(Main.java:144)
java.sql.SQLException: ORA-01400: cannot insert NULL into ("SYSMAN"."MGMT_SWLIB_DIRECTORIES"."NAME")
ORA-06512: at "SYSMAN.MGMT_SWLIB", line 1097
ORA-06512: at line 1
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:184)
at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:873)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3076)
at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4273)
at oracle.sysman.eml.swlib.DBEntity.insertDirectory(DBEntity.java:526)
at oracle.sysman.eml.swlib.LibraryServiceImpl.saveDirectory(LibraryServiceImpl.java:742)
at oracle.sysman.eml.swlib.xml.XMLLoader.retrieveDirectory(XMLLoader.java:364)
at oracle.sysman.eml.swlib.xml.XMLLoader.processEntity(XMLLoader.java:178)
at oracle.sysman.eml.swlib.xml.XMLLoader.process(XMLLoader.java:148)
at oracle.sysman.eml.swlib.LibraryServiceImpl.importEntities(LibraryServiceImpl.java:398)
at oracle.sysman.pp.paf.par.PARFile.executeSwlib(PARFile.java:978)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:951)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:821)
at oracle.sysman.pp.paf.par.Main.uploadPar(Main.java:238)
at oracle.sysman.pp.paf.par.Main.main(Main.java:144)
oracle.sysman.eml.swlib.exception.LibraryException: A database error has occurred. See administrator or logs for details.
at oracle.sysman.eml.swlib.exception.LibraryException.databaseError(LibraryException.java:71)
at oracle.sysman.eml.swlib.DBEntity.insertDirectory(DBEntity.java:543)
at oracle.sysman.eml.swlib.LibraryServiceImpl.saveDirectory(LibraryServiceImpl.java:742)
at oracle.sysman.eml.swlib.xml.XMLLoader.retrieveDirectory(XMLLoader.java:364)
at oracle.sysman.eml.swlib.xml.XMLLoader.processEntity(XMLLoader.java:178)
at oracle.sysman.eml.swlib.xml.XMLLoader.process(XMLLoader.java:148)
at oracle.sysman.eml.swlib.LibraryServiceImpl.importEntities(LibraryServiceImpl.java:398)
at oracle.sysman.pp.paf.par.PARFile.executeSwlib(PARFile.java:978)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:951)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:821)
at oracle.sysman.pp.paf.par.Main.uploadPar(Main.java:238)
at oracle.sysman.pp.paf.par.Main.main(Main.java:144)
Caused by: java.sql.SQLException: ORA-01400: cannot insert NULL into ("SYSMAN"."MGMT_SWLIB_DIRECTORIES"."NAME")
ORA-06512: at "SYSMAN.MGMT_SWLIB", line 1097
ORA-06512: at line 1
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:184)
at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:873)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3076)
at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4273)
at oracle.sysman.eml.swlib.DBEntity.insertDirectory(DBEntity.java:526)
... 10 more
java.lang.NullPointerException
at oracle.sysman.eml.swlib.LibraryServiceImpl.importEntities(LibraryServiceImpl.java:404)
at oracle.sysman.pp.paf.par.PARFile.executeSwlib(PARFile.java:978)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:951)
at oracle.sysman.pp.paf.par.PARFile.deploy(PARFile.java:821)
at oracle.sysman.pp.paf.par.Main.uploadPar(Main.java:238)
at oracle.sysman.pp.paf.par.Main.main(Main.java:144)
java.lang.NullPointerException
Actually this is the same behavior as described in bug 6822086 on metalink - but I couldn't find any solution there. I also searched through the forum but couldn't find anything....
Thank you in advance for any answer/suggestion.
Jure

Hi,
Issue solved.The workaraound was to manually upload the *.par files.
Procedure:
Under Deployments Tab click on the Provisioning Link in the Top Left section of the Page. In the Administration Tab go to the bottom and ensure that a location to the Software Library Configuration is setup. Then go back to the Deployments Page by clicking again the Deployments tab and click in Deployment Procedures link on the bottom. Using the 'Upload' button upload one at a time the files located under the OMS's $ORACLE_HOME/sysman/prov/paf directory.
Once all .par files are uploaded, all components, directives and deployment procedures should be visible from the Deployments tab in the Grid Control console.
Regards,
Jure

Similar Messages

  • Problems setting up C8180 software Ps_A10_02_NET_FULL_WIN_WW_130_140uu (311.96mb) HELP!

    Problems setting up C8180 software Ps_A10_02_NET_FULL_WIN_WW_130_140uu (311.96mb) HELP!

    Hello a2fay,
    I see that this is your first visit to the HP Forums.  Let me please take a moment to say "Welcome".
    To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I see that you are having some issue with installing the printer on to your computer.  So I can better assist you, what is the operating system you are using on your computer. 
    Which Windows Operating System am I running?
    One step that you can try is to run the HP Printer Install Wizard for Windows.
    If you do not have time today to write me back, I hope you have a great Thursday.
    Cheers,
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • I've connected my zen v before setting up the software...

    i've got a big big problem: i've connected the player to the computer before setting up the software and now i just can't make it work with my pc... i've tried uninstalling everything but nothing seems work...
    please help me!

    I had problems getting my computer to recognize my new Zen V. Got it going after following the instructions on this site:
    http://dmzweb3.europe.creative.com:80/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=890,E=000000000054639802,K=536,Sxi=6,Kb=ww_eng lish_add,VARSET=ws:http://us.creative.com/,Case=obj(9287)
    Downloaded the Windows updates did it for me.

  • How do I use GarageBand as a amp/speaker to listen to my Electronic Drum set? I have a MIDI-USB cord already but I can't figure out how to listen to my set through the software using my computer speakers?

    How do I use GarageBand as a amp/speaker to listen to my Electronic Drum set? I have a MIDI-USB cord already but I can't figure out how to listen to my set through the software using my computer speakers?

    If you want to listen to the sounds of your drum set, you should use an audio cable and connect it to the computer's line-in, then create a real instrument track.
    If you use a Midi/USB interface, you'll have to create a software instrument track and select one of GB's drumsets as the instrument. Hopefully your drumset's midi notes are mapped to the right sounds in GB.

  • Facing a Problem while downloading the data from ALV Grid to Excel Sheet

    Hi Friends,
    Iam facing a problem while downloading the data from ALV Grid to excel sheet. This is working fine in Development server , when comes to Quality and Production servers I have this trouble.
       I have nearly 11 fields in ALV Grid and out of which one is PO number of length 10 , all the ten numbers are visible in the excel sheet if we download it from development server but when we download it from Quality or Production it is showing only 9 numbers.
    Can any one help me out in this case.

    hi...
    if this problems happens dont display the same internal as u finally got.
    just create new internal table without calling any standard data elements and domains... but the new internal table s similar like ur final internal table and move all the values to new int table.
    for eg.
    ur final internal int table for disp,
         data : begin of itab occur 0,
                        matnr like mara-matnr,
                   end of itab.
    create new like this,
               data : begin of itab occur 0,
                        matnr(12) type N,
                   end of itab.

  • Need advise, I have purchased compressor 4.1 to compress my movie file, particularly MKV files. Problem is, that the software freezes when trying to import the 10GB MKV. Any one that can help?

    Need advise, I have purchased compressor 4.1 to compress my movie file, particularly MKV files. Problem is, that the software freezes when trying to import the 10GB MKV. Any one that can help?

    Afraid Compressor won't work with MKV. If you have access to a system running an earlier version than Mavericks, and with Perian installed you can use MPEG Streamclip or Quick Time Pro to convert to a mov.
    Russ

  • I connected my mp3 player before I set up the software....HELP

    I connected my Zen V MP3 player before I set up the software and now when I put the?CD in the computer my computer does not recognize that I have a CD in the dri've. It doesnt recognize that CD or any other CD. What happened and what can I do to correct it's!
    PLEASE HELP!!!!!

    Thank you all for your replies.
    I actually ended up contacting the place I bought my computer. It turned out that plugging in my MP3 player prior to setting up my software corrupted the dri've. So I just installed my new Dri've tonight, installed the software and have been playing with my new MP3 player. I hope that after all the trouble I went through this player is all its cracked up to be!?

  • HT1222 Hi l have got a problem l downloaded the software iOS 7.0.4 for l pad 2 but it doesn't. Want to install. It says u ar e connected to the Internet  even if l'm using Wfii

    Hi l have got a problem l downloaded the software iOS 7.0.4 for iPad 2 but doesn't want to install.It says verification failed because u are not connected to the Internet even l have data bundles or using Wifi

    Try a reset: hold down the home button along with the power button until you see the Apple, then let go.

  • Whats the Advantages of OEM Grid control

    Hi All,
    I would like to know what the term "Grid control" means and whats the advantages of OEM10g Grid Control over OEM 9i....
    If anyone has good docuements,Please share the source.It will be highly appriciated.
    Thanks in Advance..
    Anand

    Oracle Enterprise Manager comes in 3 editions - Database Control, Fusion Middleware Control (also known as Application Server Control) and Grid Control.
    Database and Fusion Middleware Control are the base consoles shipped with Oracle Database and Fusion Middleware, respectively.
    Grid Control is the full fledge EM that is capable of managing everything from Oracle Database, Fusion Middleware, Siebel, PeopleSoft, Oracle E-Business Suite to 3rd party technologies such as BEA Weblogic, IBM DB2, Microsoft SQL Server, F5 Load Balancer, etc...
    In addition to support for more types of technologies, 10g also includes additional capabilities such as service level management, configuration management, provisioning, etc...
    Here is the link for more info.
    http://www.oracle.com/technology/products/oem/index.html
    Here is the link to download it to try for yourself.
    http://www.oracle.com/technology/software/products/oem/index.html

  • Problem setting up the UCP Web Service

    I am new to CISCO and my first project is to set up the UCP Web Service.  I don't have access to the web interface on ACS but I was told that acs config-web-interface ucp enable was run. 
    I have in the UCP file on tomcat
    C:\Tomcat 7.0\webapps\ROOT\UCP
    within the UCP file I have :
    META-INF
    pythonImport 
    pythonUCP
    WEB-INF
    index.jsp
    wsdl.xml
    With that set up I get to the index.jsp page.  When I put the information in I get the following error message:
    HTTP Status 404 - /UCP/UcpServlet
    type Status report
    message /UCP/UcpServlet
    description The requested resource (/UCP/UcpServlet) is not  available
    I am sure I have done some sad and strange things.  Can someone point me in the right direction?  A simple stupid one at that...
    Thank you so much

    Hi,
    Is there solution for this issue? I also have encounter similar problem:
    An error occurred at line: [14] in the generated java file: [C:\Program Files\Apache Software Foundation\Tomcat 7.0\work\Catalina\localhost\_\org\apache\jsp\indexacs_jsp.java]
    Only a type can be imported. com.cisco.nm.acs.mgmt.common.version.VersionFileReader resolves to a package
    An error occurred at line: 23 in the jsp file: /indexacs.jsp
    VersionFileReader cannot be resolved
    It's seems there is a missed library (VersionFileReader) for JSP, does anyone can guide me to find it?
    Thanks,
    Rp

  • TA25179 my text messages are coming through out of order and i have checked the time setting and the software version. Everything is up to date! Very frustrating... any other suggestions?

    My text messages are coming through out of order! I have checked the software and the time setting is on automatic!! Very frustrating... any other advice??

    When reception allows the iPhone sends and receives the messages, this is also dependent on the reception of the other phone you are communicating with. If you really feel you have a problem, contact your Carrier about the problem.

  • Problem in placing the background in ALV Grid display

    I have created one image of the business flow, and it have to be displayed in the background of ALV grid display.
    For this I have gone to T.Code –<b>OAER</b> , Given class name as <b>PICTURES</b> , Class type as <b>OT</b> , Object Key <b>BACKGROUND</b>, clicked on the triangle of Standard Doc , then double click on screen, and finally uploaded the background into SAP.
    In the function module <b>‘REUSE_ALV_GRID_DISPLAY’</b> I passed this background to the parameter I_BACKGROUND_ID.
    It is working fine, and I was able to see the back ground in my program.
    (developed in IDES)
    But the same is not working in my development client, will some one suggest be the reason for the problem. Please kindly help me out from this problem.

    hello Dinesh,
    I have created the object key in the development client itself and used in the grid display of the same client. i am not understanding where the problem is, any how thank you very much for your responce. if you have any other solution please let me know.
    Thank you

  • Have problem when using the Software Update...

    My network works well and when I found there are updates in itunes iPhoto and some other software, I manually open the Software Update, and after the bar "checking for new software" it always says "software update doesn't have any new software for your computer at this time". So I have to install 10.6.2 and 10.6.3 manually, and now my system version is 10.6.3, I have this problem since 10.6.1, and now I found there are so many software telling me they need updates, I can't do it manually because it's boring. So could anyone tell me what's the problem with my Snow Leopard? Thank you very much. I don't want to reinstall the whole system.

    Thank you.
    But as I found the two files, I deleted them, then I restarted my MBP, and the problem was still there... The software update showed the progress bar and it checked for a while and then tell me that there are no updates...
    Message was edited by: JohnShu

  • My software update for itunes showed on my pc a notice saying mobilme services has encountered a problem I reinstalled the software and still showing this problem on my PC I can not download the new version of my software for itunes.

    Please help, 
    I have a problem with installing a software update on my PC I have a a message that reads MobileMe Services has encountered a problemand needs
    to close.  I have taken uninstalled and installed it again it still shoes the message.  Please contact me.  I can't load the software.
    Diana Puskas

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Problem while installing the software update inside eclipse

    Hi Widget Experts,
    I am facing an error while installing the software updates inside <b>Eclipse</b>,
    I downloaded the <b>SAP widgets development tool.zip</b> from <b>SDN</b> and exactly followed the instructions given in
    <b>SAP widgets development user guide</b>, but while installing the software update following the path( help->software updates-> find and install->
    search for new features to install -> new archived site )  the select local site achieve gets opened, and i try to open <b>SAP widgets development tools.zip,</b>
    at this point i get a message saying "<b>Selected Achieve does not contain an update site please select another achieve</b>".
    Please help.....
    Regards,
    Santosh.

    Fixed my problem.
    Here is the folder structure of current zip file:
    SAP Widget Development Tools - zip file.zip
       -  SAP Widget Development Tools
           --  features
           --  plugins
           --  site.xml
    The features folder, plugins folder, and site.xml file need to be the only thing in the zip file.
    The new folder structure that works looks like this:
    SAP Widget Development Tools - zip file.zip
        -  features
        -  plugins
        -  site.xml

Maybe you are looking for

  • How to change the Profit Center in Sales Order

    Hi Gurus, Previously they setted the profit center (YB999) in sales order, now i want to change the profit center and need to give the amount into this profit center 100500. So, could you guide me how to change the profit center in sales order. Thank

  • How to edit the application : tc~sec~ume~wd~enduser/LogonHelpApp

    Hi How to edit this application? When the end users use this application they are not returning back to the logon page of the portal - but to the zdsfdasf/index.html og the J2EE - which may result in confused end users. Anyway - how to change the red

  • Send a pages document as a email

    hello i use to send my newsletter in publisher as a email so people would not need to open an atachment, i dont know how to do it in pages, ? i would like to send it just like the mac news

  • ActiveX in MS Excel 2011

    Hi, Can someone help me how can I install ActiveX in MS Excel 2011? Because I need this. Thank you, Ekrem    

  • Server for SCCM 2012 SP1

    Dear All, I want to ask about installing SCCM on Windows Server 2012, whether it should be installed on the Domain Controller Server? Then, is it okay if not installed on a Non-DC? Can anybody give the reason? Please enlightenment. Thank You.