How to set software library while as a preinstallation step of Appl mgmt pa

Hi All,
As a pre installation step of Application management pack
while setting up the software library.
Iam getting the below error.
Software Library directory, /u01/oracle10g_grid/grid102_home/oms10g/sysman/prov/paf, is not accessible from following host(s): ceserp.computechcorp.net, ceserp.computechcorp.net. Error Details: Normal preferred credentials are not set for following host(s): ceserp.computechcorp.net, ceserp.computechcorp.net. Follow Preferences > Preferred Credentials > Set Credentials (Host) links to set normal preferred credentials
Iam getting the above error.
and how to set the default credentials by the following navigation.
Enterprise manager version is 10.2.05
please help me out
Thanks,
Vinay

You can set credentials only for those targets whish are registered in GRID and are visible in console.
hosts must be already registered and visible in console.. and they must appear in hosts list...
Once they are visible, then follow the steps to set credentials and there you will find the host name..
Regards
Rajesh

Similar Messages

  • Anybody know how to fix the audio while watching movies on first generation apple tv?

    Anybody know how to fix the audio while watching movies on first generation apple tv? On my apple tv, I can hear audio for music, music videos, youtube, internet radio and even movie previews! But..... when I pay for the rental download of a movie there is no audio - just visuals. I am connecting with hdmi. When I connect an apple tv 2nd generation to the same amp and tv, using same hdmi and even same power lead and same settings then there is no problem! Anybody know how I can get audio to work for movies for this?

    that makes sense and good point but no don't think so. Where would I check that setting? I had same problem on my next gerneration apple tv (black model) but when I switched off the dolby then I could hear movie. In this case that does not work for the first generation (white) apple TV I have whether dolby is on or off. I have never been able to watch a movie using it.

  • How to set HttpURLConnection timeout while reading a stream?

    I want it got time out if the connection if lose while i read a stream from URL
    try {
         int timeout = 700;
         HttpURLConnection connection = (HttpURLConnection) downloadURl.openConnection();
         connection.setConnectTimeout(timeout);
         connection.setRequestProperty("Range","bytes=" + downloaded + "-");
         connection.connect();
         if (connection.getResponseCode() / 100 != 2) {
              error();
         int contentLength = connection.getContentLength();
         if (contentLength < 1) {
              error();
         if (status == DOWNLOADING){
              if (size == -1) {
                   size = contentLength;
              file = new RandomAccessFile(saveTmpName+".tmp", "rw");
              file.seek(downloaded);
         byte buffer[];
         stream = connection.getInputStream();
    connection.setReadTimeout(timeout);
         while (status == DOWNLOADING) { 
              if (size - downloaded > MAX_BUFFER_SIZE) {
                   buffer = new byte[MAX_BUFFER_SIZE];
              } else {
                   buffer = new byte[(int)(size - downloaded)];
              int read = stream.read(buffer); // how to set timeout while it is reading stream
              if (read <= 0)
                   break;
              file.write(buffer, 0, read);
              downloaded += read;
         if (status == DOWNLOADING) {
              status = COMPLETE;
    } catch (SocketTimeoutException  e) {
         error();
    } catch (IllegalArgumentException e) {
         error();
    } catch (Exception e) {
         error();
    } finally {
         if (file != null) {
              try {
                   file.close();
              } catch (Exception e) {}
         if (stream != null) {
              try {
                   stream.close();
              } catch (Exception e) {}
    }I try to set "setReadTimeout()" but is still not through timeout Exception

    ejp wrote:
    Because, there's no FTP client command that allows to do such thing.Socket.setSoTimeout().I agree with you on this one but the OP is talking about the FTPClient API from Apache.
    To the OP,
    BTW, I have reread the Javadoc about the [*API*|http://commons.apache.org/net/api/org/apache/commons/net/ftp/FTPClient.html] : indeed, there's no setTimeout method, but there is a setDataTimeout method : +Sets the timeout in milliseconds to use when reading from the data connection+ .

  • How to set up iMessage while abroad- no cellular network

    I am currently abroad in Vietnam where Verizon Wireless does not connect; meaning I can only use my iPhone with wifi, in airplane mode. I've been trying to set up iMessage, but keep getting the "Waiting for activation..."- is there anyway to set up iMessage while abroad and unable to connect to my wireless network/receive SMS?
    Thank you for your time!
    Nick

    All antennas are off in airplane mode, so you can't use wi-fi. Try it with cellular data off and while you're on a wi-fi network.

  • How to add Software Library Location in OEM 11g to facilitate patching.

    Hi,
    I'd like to use patching deployment to patch a gold copy oracle home, that is not being actively used.
    I'm tryingt to configure the deployment setup and on the screen where it says.
    Information
    You are adding a Software Library location for the first time. Provisioning Archive (PAR) files in the directories $OMS_ORACLE_HOME/sysman/prov/paf and $OMS_ORACLE_HOME/sysman/admin/deploymentprocedures will be uploaded.
    Add a new Software Library by specifying directory location. In case of multiple Oracle Management Service (OMS) setup, specify normal preferred credentials for each host running OMS.
         * Software Library Directory Location      
    when I enter a location , e.g
    /oracleinstall/software/oemsoftwarelib
    whos persmissions are as follows
    drwx------ 2 oracle oinstall 4096 Feb 23 12:25 oemsoftwarelib
    I get just get the following
    Internal Error has occurred. Check the log file for details.
    does anybody know what the problem might be and which log exactly to look in?
    thanks

    Hi,
    You should look at OMS log/trace files in the .../gc_inst/em/EMGC_OMS<n>/sysman/log directory to get clues on the error.
    Check Support Note 1156825.1, which documents a similar symptom.
    Note that in a multi-OMS environment, the software library location must be readable and writable from all OMS hosts.
    Regards,
    - Loc

  • HT5661 how to set pic display while calling to contact ?

    how to set pic display on calling to contact person ?

    Hello HaD,
    The image control is installed with either the Vision Development Module or the NI-IMAQ driver, and is not a standard component found in LabVIEW.  If you have questions about the image display control or vision functions it would be better to post in the Machine Vision forum:
    http://forums.ni.com/ni/board?board.id=200
    In regards to your question, this menu is not available as a runtime property, and therefore the user of program will not be able to set it directly through the control.  Instead, you will need to allow the user to set it programmatically in LabVIEW by use of a property node. 
    To create this property node, right-click on the image display icon on your program's block diagram, and select:
    Create » Property Node » Palette » Palette Type.
    You will then be able to change the value of this property by right-clicking on the property node icon and selecting "Change All To Write".  To create a control on the front panel that the user change at runtime, right-click on the “Palette Type” input, select:
    Create » Control
    If you have any questions about the application architecture required to implement this design, please continue to post in the LabVIEW forum.
    I hope this helps.
    Best regards,
    Jasper

  • How to set an attribute while creating an XML?

    Hi All,
    I am required to create an XML in the following manner :
    here  <ITEMS ITEMCOUNT="2"> where ITEM is an element and itemcount=2 is the attribute which means their are 2 line items
    - <HEADER>
      <PR_NO>sap pr no</PR_NO>
      <REVISION_NO>0</REVISION_NO>
       </HEADER>
    - <ITEMS ITEMCOUNT="2">
    - <ITEM>
      <PR_LINE_NO>1</PR_LINE_NO>
      <ITEM_DESCRIPTION>Security Locks</ITEM_DESCRIPTION>
      </LOCATIONS>
      </ITEM>
    </items>
    Please suggest how to set the attribute ITEMCOUNT?
    Thanks,
    Lina

    I am also trying to do something similar to this.  I tried the suggestion given but it still only allows 1 parameter.  A snippet of my .icd file is below.
    Attribute (ROI Settings) {
    Value (Integer) {
    Min (0)
    Max (79)
    Increment (1)
    Display {
    Multiplier (8.000000)
    Offset (0.000000)
    Precision (0)
    Units (Pixel)
    Default (0, 0, 0, 0)
    Current (0, 0, 0, 0)
    Action (Serial) {
    Command (ROI %d, %d, %d, %d\r)
    Response ()
    Timeout (1000)
    Delay (100)
    Any answer or help is appreciated.
    Thanks,
    Bruce

  • How to set photometricInterpretation property while storing TIFF using JAI?

    I am converting JPG Grey Sale image in to bilevel image and saving in TIFF format with Group IV compression.
    When I view the output TIFF, some applications displaying it properly and some others by inverting the image.
    After a long time, I found that photometricInterpretation property is used to control this property of White_on_Black or Black_on_White in TIFF files.
    In web I have found that, if we use IndexColorModel, then there is no problem. But, I am not using it and I don't know how to set color model of RenderedOp to IndexColorModel. Did anybody know it?
    Is there any other way to set the PHOTOMETRICINTERPRETATION property ?
    Any solution or suggestions are welcome...
    Edited by: baskaraninfo on Nov 20, 2007 7:20 AM

    To view the solution :
    http://www.javaworld.com/javaforums/showflat.php?Cat=2&Number=70133&an=0&page=0#Post70133

  • New to Apple - Need help.  Here is the breakdown. I just got my wife a iPhone 4s and I'm trying to decide how to set it up. Should she get her own Apple ID or use mine? This for some reason is very confusing to me.

    Here is the breakdown.  I just bought my wife a new iPhone 4s and I'm trying to decide how to set it up for her.  Should she have her own Apple ID or use mine?  If she uses my Apple ID, will that cause issues with iMessage - say when I'm chatting with someone else and vice a versa. Will our messages show up on each others devices?  How will a FaceTime call work?  Will the video call come across both our devices (ipad also)?
    Just some information that might be of note:
    I have the new iPhone 4s, iPad2 and one iTunes account - the iTunes account is my Apple ID which I use also for the iCloud (I think...it's getting murky
    What am I trying to achieve is having the ability for me (iphone, ipad) and my wife (iphone) to be able to share and sync just music, apps, movies, etc...  I have Google Calender and I have not made up my mind yet if we will share a contacts list (I have large business list).  Also this might be of note, I most likely will be using iTunes on my LG LCD TV (appleTV) at some point in the near future.
    So, basically I'm confused, which is not unusual for me.  If I'm thinking to much inside the box, please let me know and feel free to offer up any suggestions.  Even if the suggestion is I'm not asking the right questions.  Of course if that is your suggestion, then please tell me the question.  And an answer would be nice to. 
    Thanks.
    Bentley

    No it's not stealing. They have an allowance that you can share with so many computers/devices. You'll have to authorize her computer to play/use anything bought on your acct. You can do this under the Store menu at top when iTunes is open on her computer.
    As far as getting it all on her computer....I think but I am not sure (because I don't use the feature) but I think if you turn on Home Sharing in iTunes it may copy the music to her computer. I don't know maybe it just streams it. If nothing else you can sign into your acct on her computer and download it all to her computer from the cloud. Not sure exactly how to go about that, I haven't had to do that yet. I wonder if once you authorize her computer and then set it up for automatic downloads (under Edit>Preferences>Store) if everything would download. Sorry I'm not much help on that.

  • How to set Document Library Item Limit at Site Collection level?

    Hi,
    I have SharePoint which contains one Site collection with many Sites. Each sites has many document library.
    Actually my requirement is, End Users  wants to see only 10 items per page in document library. We can manually set by using "Item Limit" option but i could not set that for around 150 document libraries.
    Is there any possible to set that in Site Collection level?
    Thanks & Regards
    Poomani Sankaran

    You can run for each loop and use below code
    http://get-spscripts.com/
    #Get the site and list
    $web = Get-SPWeb "http://portal/sites/testsite"
    $list = $web.GetList(($web.ServerRelativeUrl.TrimEnd("/") + "/Shared Documents"))
    #Get the list view to be changed
    $newview = $list.Views["Sort by modified date"]
    #Set the mobile and default mobile view properties
    $newview.MobileView = $true
    $newview.MobileDefaultView = $true
    #Update the view configuration
    $newview.Update()
    $web.Dispose()
    $web.Lists[0].Views[0].RowLimit=30
    $web.Lists[0].Views[0].Update()
    How you can get all list using powershell
    http://sharepointrelated.com/2011/11/28/get-all-sharepoint-lists-by-using-powershell/
    If this helped you resolve your issue, please mark it Answered

  • How to set java.library.path form code

    I'm new to JNI. I see there are several ways to set JVM to look for libraries dll, so, etc.
         System.setProperty("java.library.path", ".");
         System.loadLibrary("hello");That's when UnsatisfiedLinkError
    java.lang.UnsatisfiedLinkError: no hello in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
         at java.lang.Runtime.loadLibrary0(Runtime.java:822)
         at java.lang.System.loadLibrary(System.java:992)
         at HelloWorld.main(HelloWorld.java:17)But if I comment the line that sets the java.library.path and call the program with the command java -Djava.library.path=. HelloWorld works.
    The question is: Why is not working? How should it be the property setup? I rather don't set Variables, or use -D option.
    Thanks in advance.
    PD: If it helps I'm using JDK 1.5.0_01 on Linux kernel 2.6.8

    well i wrote the script and everything is fine! i can run the blackbox example on the commapi.
    But i am writing another program using netbeans to send some data to a PIC microcontroller using the serial port (that is why i installed the commapi), and when i'm trying to build it or run it on netbeans throws this error:
    Error loading LinuxSerialParallel: java.lang.UnsatisfiedLinkError: no LinuxSerialParallel in java.library.path
    Exception in thread "main" java.lang.UnsatisfiedLinkError: isDevLink
    at com.sun.comm.Unix.isDevLink(Native Method)
    at com.sun.comm.PathBundle.add(PathBundle.java:108)
    at com.sun.comm.PlatformPortBundle.<init>(PlatformPortBundle.java:44)
    at javax.comm.CommPortIdentifier.<clinit>(CommPortIdentifier.java:138)
    as far as i know it seems to be missing a library (LinuxSerialParallel), if this is right, adding the library would solve the error?how can i add the library? is there another way to solve this?
    thanks in advance!!

  • How to set software updates back to Apples server?

    Hi,
    I just started using OSX Server. I will be using it to perform hundreds of netboot installs of Leopard which I have working. I also want to use it to serve software updates which I also have working on one machine using the
    defaults write com.apple.SoftwareUpdate CatalogURL URL
    as these are unmanaged computers. Not all the machines will stay local after the work is done.
    How do I reset Software Update to use Apple's software update servers?
    Thanks,
    Shawn

    OK, I found how to reset the server by deleting the com.apple.SoftwareUpdate.plist file in the user/library/preferences folder.
    However I ran into another problem. I was testing software updates on a 10.4.x machine and it works fine. However I ran into problems on 10.5.x
    The defaults command listed above changes the user version of com.apple.SoftwareUpdate.plist which is fine for 10.4.x but apparently not 10.5.x
    To get this working in 10.5.x I coped the plist file from the User/library/preferences folder and dropped in in the /Library/Preferences folder. Now I see software update connecting to the local server to check for software updates.
    Shawn

  • How to set content type while sending an email?

    Hello,
    I want to set content type text/html while send an email using org.apache.commons.httpclient api. I am using MultipartPostMethod method. and i am set using object of multipartpostmethod like post.
    and post.setRequestHeader("Content-Type","text/html").
    but it wont work.
    so please give me a proper solution.
    example::
    MultipartPostMethod post = new MultipartPostMethod("url");
    post.addParameter("msgbody","html message");
    post.setRequestHeader("Content-Type","text/html");
    Regards,
    Bhavesh Kharwa

    Actually, I'm writing a "HashMap" from servlet to applet. I have used your suggested content type "application/octet-stream" and another "appication/x-java-serialized-object" to try it. But in applet side, when I use (HashMap)in.readObject(), it always gives me a exception as:"java.util.HashMap; IllegalAccessException". Why?
    Thankd.

  • How to set SGA Parameter while creating DB...

    Dear All
    I am creating a new production database and I am new TO Database, I have 500 users.
    How should i set SGA size , is there any metalink ID or any clues.
    Thanks.

    911299 wrote:
    Dear All
    I am creating a new production database and I am new TO Database, I have 500 users.
    How should i set SGA size , is there any metalink ID or any clues.
    Thanks.Post DB version ( 4 digit )
    Take a 10Mb per user to start with ( some kind of rule I use to use )
    You can only start tuning the memory later on, when the database is under load.
    Cheers
    FJFranken

  • How to set up imessages on 3 devices sharing the same apple id?

    i have an ipod and iphone and an ipad.  i have one apple id for all of them.  when i did the ios 5 update it asked me for my apple id to set up icloud, thus being the same for all.
    however i have encountered a problem.  when trying to set up imessages by default it uses my apple id email address. so all my devices is trying to use the SAME email address for imessages.  thats not goint to work because it will be messageing itself! HELP! it doesnt give you the option to change email addresses so what do i do???? how do i set up 3 completely different imessage accounts and still beable to sync between devices??

    Facetime only works with two devices at a time. You can have the same Apple ID, but the two devices can't have the same email address. Get a new gmail account. Normally you use wifi for connection, however, with iOS 6 and an iPad 3 you can use cellular.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
    I saw one post where a user said dust got inside the small microphone hole. Using a vacuum cleaner removed the dust and restored the audio.
     Cheers, Tom

Maybe you are looking for

  • Problem after applying SPS 10

    We have applied SPS10 to Portal 7.0 system (source level was SPS9). There was no problems during the deployment. Now when I start the portal, log into it straight away I get an error: <i>Portal Runtime Error An exception occurred while processing a r

  • DBCascade Delete

    The mechanism of DBCascade Delete is controlled by Application server or Application server use Database "DBCascade Delete" mechanism to do the action. Because I use WLS6.1 "Create Default DBMSTables" mechanism to create two tables which the relation

  • Extracting data from XML using xmltype and extract

    Hello all, I want to write a pl/sql functions that takes a clob as an input and return a some data extracted from the data passed into it. the input will be an xml similar to the following: <FIXML xsi:schemaLocation="http://www.finacle.com/fixml exec

  • 10.4.6 update failed, unable to boot

    I am working with a couple of iBooks, pretty much the same configurations 1.2 ghz G4s. One had no problems with the 10.4.6 update install, although it did restart itself during the initial boot. Second one will not boot, it used the SU condensed (it

  • Nullpointerexception when using servlet with Mysql on a cobalt Raq3 Server

    I'm a student and i have to use servlets and Mysql to make a Database application. Our school has a Cobalt Raq3 server and has installed Java Dev Kit 1.3a. First problem they can't tell me their driver manager for Mysql. Second problem when i try my