Admin Error messages

Hi All,
I am using Oracle 9i AS 9.0.2 release. To deploy an application, i am using the dcmctl utility and i am doing fine. The problem is, when i give some wrong parameters or miss some parameters, it throws some Admin error numbers. I am able to get the error message for the particular error by giving the command "geterror {err number}".
My requirement is
1) can i get all the Admin errors and their messages?
2) If my operation is successfull then i get the "0:0:1" mumber. What is the meaning for the number? or what is the implication of this format?
3) Can someone point me to where I can find the narration behind the ADMN error messages?
With Regards,
Robert D

Thank You Mr.Michael.
My situation is like this. I want to automate the creation of OC4J containers and deploy the application.(I hope that for automation of the deployment process in Oracle 9i (releases after 9.0.1) will be done only through dcmctl utility. If any other utilities(other than IDE's like JDeveloper) or MBean implementation(like Weblogic), then please let me know).
If i create an OC4J container, i have to check whether the Container has been created successfully or not(By using any return code). after that only i have to proceed to the next process. Right ?
I can use {gererror} method and get the detailed error description. but i can not make the verification with the error messages and proceed.
Is there any solution for this case ?? Please advise me.
With Regards,
Robert D

Similar Messages

  • Creating Open Directory Replica fails with Server Admin Error Value 1127

    Hallo,
    I have seen a lot of similar threads here and they were helpful up to a certain point, but in the end, they did not solve my problem.
    Currently, it comes down to this. The Server Admin Error message ist really meaningless and I could not find a single for the error value on the whole wide web. As such, I switched to the command line versions of the tools involved to geht more meaningful results. It worked. Specifically, creating a replica of an openldap master means using slapconfig.
    When executing
    slapconfig -createreplica master.ourdomain.com diradmin
    as root on the prospective replica machine, I get the following error message:
    ssh command failed with status 127
    That command is not allowed with the root account via public key authentication.
    That makes perfect sense to me, but how is it meant to work then?
    Executing slapconfig as admin tells me that this tool is to be executed as root. On the other hand, root login via ssh is not allowed in Mac OS X by default, which seems fine to me. I even changed /etc/sshd_config on the Open Directory Master machine to "PermitRootLogin yes". However, neither reloading ssh using launchctl nor restarting the whole server made this setting operational. Trying to login from command line as root still tells me:
    root login is not permitted to this machine via public key authentication.
    While this is the current state where I need help urgently, I changed some other things before. I tell about to exclude these issues as possible reason of failure. I got this message for quite a while:
    Replica Setup failed : This machine does not have a valid computer name
    I was sure, this machine meant the target machine, the open directory master, because the domain had changed there once before I had taken over responsibility as an admin in this environment. And in fact, changeip disguised an issue there. The command proposed by changeip to fix the situation did not seem appropriate because this machine is multihomed with a public and a private IP adress. Proper name resolution is available for both interfaces including reverse lookup. I dont like this setup, but it was the only way to get mail service running smoothly. Running changeip on the machine itself using these arguments
    changeip /LDAPv3/127.0.0.1 internalIP internalIP old.ours.com current.ours.com
    reported success in updating password server, open directory, both interfaces, hostconfig (which in fact did not change) and samba. It reported an issue with kadmin which is related to Kerberos (we dont use Kerberos yet).
    Changing the hostname of the server using changeip did not solve the issue. I then found the hint to check with scutil. This showed that the Hostname was not set on the prospective replica machine. (A question aside: in how many place is the hostname stored? The traditional /etc/hostname has gone, but seems to be replaces with several other configuration files and databases. I cant see this as an advantage). Setting the hostname using scutil worked fine. However, it did not solve the problem either. At least, slapconfig now started to complain about not being able to log in as root instead of failing from the start.
    I also checked all log files on bboth machines that might have to do with openldap, as there are /var/log/slapd.log, /var/log/system.log and /Library/Log/slapconfig.log. I also checked the log of th layer on top of openldap which is /Library/Log/DirectoryService.server.log. None of them revealed anything noticeable beside a lot of of entries that I have googled in the last few hours and which all dont seem to be associated with the problem in question.
    I will take a break now, but I have to fix this until tomorrow and I hope to get the ultimate hint from you, dear reader.
    Thanks and bye, Christian Völker

    ssh command failed with status 127
    That command is not allowed with the root account via public key authentication.
    Initial OD replication takes place via 'ssh'. If you have 'sshd' configured on the OD Master to authenticate with public keys then the OD replica will not be able to communicate with the OD Master via 'ssh'. You must configure the OD Master to use 'ssh' with password authentication and root login enabled.
    Demote the replica back to standalone. Stop any services that you may have running on the primary network interface. Then stop any services that you may have running on the secondary network interface. In the 'Network' System Prefpane remove the IP number from the secondary interface then deactivate the secondary network interface.
    Assign the private IP address and hostname that you wish to use for the replica to the primary network interface. Assign the 'public' IP number to the secondary interface. Check the DNS to see that the IP address and hostname for the primary network interface resolve both forward and reverse for the hostname of the replica that you have chosen. If it does not, fix your DNS before proceeding.
    In the 'Sharing' System Prefpane, change the name of the machine to the hostname (server.domain.tld) of the replica that you have chosen. Then use 'changeip -checkhostname' to see if the IP/hostname matches. Fix it if it doesn't.
    Then configure the /etc/sshd_config file on the OD master like this:
    \# Authentication:
    PermitRootLogin yes
    PasswordAuthentication yes
    PubkeyAuthentication no
    and the /etc/ssh_config file on the OD replica like this:
    PasswordAuthentication yes
    PubkeyAuthentication no
    Then from the OD replica as the 'root' user issue:
    slapconfig -createreplica <ODMasterIPorFQDN> <diradmin user>
    Make sure that the 'diradmin' user's password contains only alpha-numeric characters -no 'option-characters' or symbols, change it first if it does. Once the process completes, reactivate the secondary interface for the 'public' IP and check the configuration of services that will be using that IP, then start your other services. Secure the 'ssh' service on both machines to disable password authentication and 'root' logins.

  • Sending job error message to admin by email

    Hi everyone...
    Anyone knows how to send job error message to admin by email? For example, if crawler failed, an email is sent to admin with the error message. I'm thinking of building windows service which run at the background and knows when a job fail and send the error message through email to admin.
    Is there a better way?
    Cheers,
    Jefi Santoso

    hi,
    >>>Can this be achieved through BPM?
    yes you can put your transformation step
    and send step in a block and specify an exception
    branch and catch all exceptions that will
    occur during transformations and the send step
    then you can send info from the exception branch to
    any other system
    you won't be able to catch the error's name
    but you will be able to notify any thinrd party
    about the error
    more on error catching:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm
    Regards,
    michal

  • MultiSim 9.0.41. Non-admin users unable to launch program without error messages.

    I have installed MultiSim 9.0.41 has been installed on four workstations. The PCs reside within a local domain with ten users. The domain resides within the greater university domain, is technically not configured as a true subdomain, but it has access to university domain resources (such as the license server). We have SSO (remote profiles) functionality enabled.
    MultiSim runs with without problems for admin users. We start having issues with nonadmin users. I series of pop-up messages appear when the program is launched:
    "The Microsoft Jet database engine can not open the file C:\Program Files\Electronics Workbench\EWB9\database\mscomp_s.prd. It is already opened exclusively by another user, or you need permission to view its data."
    "The Microsoft Jet database engine can not open the file C:\Program
    Files\Electronics Workbench\EWB9\database\CPCOMP_S.PRJ. It is already
    opened exclusively by another user, or you need permission to view its
    data."
    "Error loading library C:\Program
    Files\Electronics Workbench\EWB9\PCBComponentEdit.dll, ('998') Invalid access to memory location."
    "The Microsoft Jet database engine can not open the file C:\Program
    Files\Electronics Workbench\EWB9\database\mscomp_s.prd. It is already
    opened exclusively by another user, or you need permission to view its
    data. Error Code:3051"
    Solutions attempted (without success):
    - Update program (no updates found via update manager or NI site)
    - Run program as admin
    - Give all users full permissions to program files (major security risk)
    - Change "Directory for EWB Shared Components" to public shared drive. Interestingly, MultiSim shows the network drive as unwritable (though it clearly is).
    Any ideas? Are there updates that fix this issue? Is this solved by the newest version? What do I need to do differently to ensure that user config files are saved in their roaming profiles vs. locally (note: I have already tried to correct the paths during install and post-install without success).
    Thanks!
    Message Edited by refriend on 05-22-2008 02:26 PM

    Hi Refriend,
    The error message indicates Multisim is not able to read/write to the database folder.  Please have a look at the following knowledge base article for instructions to correct the database problem.
    http://digital.ni.com/public.nsf/allkb/B06773CE511C7E588625720B00502B8E
    Multisim 9, you need to setup the permission for the database manually but in version 10, this step is not required.  As for saving user config file as part of the roaming profile, this option is not available.  Multisim will always look in the locale drive for the config file and if one does not exist it will create one for that user and save it locally.
    Tien P.
    National Instruments

  • Error Message in CF Admin CF 8 on Mac OS 10.5.7

    For some reason my connections to my local database don't work anymore. I keep getting this error message in CF admin when I verify my connection, any help would be appreciated.
    Mac OS 10.5.7 2.4 Ghz 4 GB RAM
    CF 8
    MySQL 4/5
    Connection verification failed for data source: nsgeuLocal
    com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.ConnectException MESSAGE: Connection refused STACKTRACE: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) at java.net.Socket.connect(Socket.java:520) at java.net.Socket.connect(Socket.java:470) at java.net.Socket.(Socket.java:367) at java.net.Socket.(Socket.java:209) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:173) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:267) at com.mysql.jdbc.Connection.createNewIO(Connection.java:2739) at com.mysql.jdbc.Connection.(Connection.java:1553) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266) at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:589) at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner. java:67) at java.lang.Thread.run(Thread.java:613) ** END NESTED EXCEPTION ** Last packet sent to the server was 0 ms ago.
    The root cause was that: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.ConnectException MESSAGE: Connection refused STACKTRACE: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) at java.net.Socket.connect(Socket.java:520) at java.net.Socket.connect(Socket.java:470) at java.net.Socket.(Socket.java:367) at java.net.Socket.(Socket.java:209) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:173) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:267) at com.mysql.jdbc.Connection.createNewIO(Connection.java:2739) at com.mysql.jdbc.Connection.(Connection.java:1553) at com.mysql.jdbc.NonReg...

    I just had this happen to me, but I fixed it. I am also using CF8 and MySQL 5 on my Mac (Leopard) for development purposes.  I had edited my hosts file and like a dummy I moved "127.0.0.1 localhost" from where is should be near the top down to the middle with my other mappings.
    I discovered this as the problem when I changed CF admin to use "127.0.0.1" instead of "localhost" and it verified the connection okay.  Obviously I want to make sure "localhost" is working properly too for this and many other reasons.
    Here's how I fixed it:
    1) Fixed my hosts file to have this at the top:
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    #I had mistakenly commented the next line out:
    127.0.0.1        localhost
    255.255.255.255  broadcasthost
    ::1              localhost
    fe80::1%lo0      localhost
    2) Removed the entry for "localhost" I had put with my long list of domains for testing lower in the file.
    3) Flushed my cache via the terminal:
    dscacheutil -flushcache
    4) Stopped and started the Coldfusion server.  It actually encountered a problem and shutdown "ungracefully". No problems as I simply started it again and all is good.
    I hope this solution saves someone some time.  It pays to double-check your hosts file for errors, as well as your httpd-vhosts.conf file when serving locally.  This is handy for testing that file and Apache in general:
    apachectl configtest

  • I get error message When I try to set admin password on Pixma MG2922.

    When I try to set my Admin password on my Pixma MG2922.
    I get an error message in the last box when I confirm the passwrd.
    "Passord entered is invalid" .
    I have tried everything.
    Password was never changed from Default.
    What is the Default password?
    I was using admin for initial Log in and did not work.
    Any help on ths wold be apreciated..
    Steven Higgins
    Solved!
    Go to Solution.

    Hi stevepse,
    The default administrator password "canon" is specified for the printer at the time of purchase.
    This didn't answer your question or issue? Please call or email us at one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • "Configuration Error" message on launching Admin tool

    Hi
    I installed OBIEE 11g 11.1.1.6 client on windows 7 machine and created a DSN also. When I launch the admin tool. I get "configuration error" message.
    Can someone help in identifying what it is and how to resolve it.
    Regards
    Sunil

    For future readers, I was able to resolve this problem.  Here's how:
    For the "Configuration Error" dialog when doing a stand-alone 64-bit Windows client install, you need to go to the "C:\Program Files\Oracle Business Intelligence Enterprise Edition Plus Client\oraclebi\orahome\bifoundation\server\bin" directory, change the permissions to the "bi_init.cmd" file so you can edit it, and comment out the line that starts "set ORACLE_INSTANCE".  You'll get a new error dialog when you try to open the tool complaining that the ORACLE_INSTANCE variable is not set, but you can click through it and the tool will work fine.
    For the issue of RPD version 318 vs 320, you need to download the 11.1.1.6.2 version of the client, which has been released as a patch (it's really just a full install).  It's patch 13794002. 
    Good luck!
    Rick

  • Error Message: You muyst have IE 5.5 or higher to use the Contact Center Manager Admin.

    Trying to download an application for work,  Tried on the IE 8, 10 & 11 with no add ons and in the compatibility mode and it will not work.  I continue to get the error message:  You must have IE 5.5 or higher to use the Contact Center
    Manager Admin.  I do have the credentials and the admin over me to try and neither one of us can do this.  I have a windows 7 computer and I didn't have this problem with my other one, but since Feb or March we have had major issues with IE.
    We need help as others are having this same issue.
    Thanks

    Trying to download an application for work,  Tried on the IE 8, 10 & 11 with no add ons and in the compatibility mode and it will not work. 
    Hi,
    Did you mean that this problem occurs when downloading an application from a website? Would you please provide a screenshot for your problem?
    Roger Lu
    TechNet Community Support

  • Error Message - Admin Access

    Computer: Satellite L755 -
    OS: Windows 7 64 bit
    I have just installed a Paint Shop Pro X on my laptop but it will not play at all.
    This is what happens:
    - installed the program
    - installion completes, I open the program
    - I get error that states: You must have administrator level access to access the program for the first time. 
    What is wrong?
    Also, WHY do I not have administrator privileges?  I am the only user and I AM an administrator.
    I keep getting the “must have administrator privileges” message at other times as well. 
    I AM THE ADMINISTRATOR!!!
    (I called your tech support and they are completely useless and had no idea what to tell me to do. THis was after he placed me on hold 6 times)

    I tried to run the program as the administrator and I rec'd the same error message.
    You need to right-click the executable itself (not a shortcut to it) and click Run as administrator.
    If necessary, you can set up a shortcut that opens it this way.
    Please tell us which Satellite L755 you have when you post here. There is a label on the bottom.
    -Jerry

  • Error message deploying a composite in SOA Suite 11g

    Hello,
    We are attempting to deploy a composite to SOA Suite 11g (11.1.1.3). We're getting an 'Unable to register service' error message. When I inspect the log files I see the following entry as the first error:
    Failed to retrieve policy[[
    oracle.wsm.policyaccess.PolicyAccessException: WSM-06146 : Error deleting the attachment entries.
    Anybody have any experience with this error? The error message reference has the following listed:
    WSM-06146: Error deleting the attachment entries.
    Cause: Failure occurred while deleting the attachment entries.
    Action: Ensure that a valid list of policy subjects for deactivated lifecycle type is passed
    Level: 32
    Type: INCIDENT_ERROR
    Impact: Configuration
    I don't know how to "ensure that a valid list of policy subjects for deactivated lifecycle type is passed". Please help!!!!
    Thanks,
    jh

    This is what we have done :
    1.Created the JDBC data source & connection pool as below :
    data source name : B2BAQ , JNDI name : jdbc/B2BAQ
    Connection Pool :
    URL : taken from the tns entries of the instance
    Driver Class Name : oracle.jdbc.OracleDriver
    Tested this connection ..it works fine from the Admin Console
    2.Then go to Deployments --> AqAdapter -> Configuration tab --> Outbound Connection Pool Group -->
    Create a new connection pool instance -- General tab
    connection interface factory : javax.resource.cci.ConnectionFactory
    JNDI Name : eis/AQ/B2BAQ
    Then in Properties tab : Enter the Data Source Name : jdbc/B2BAQ
    Then we try to Start the AqAdapter from the Admin Console..it goes into Prepared status.
    The error message which comes is mentioned above.
    Is there any way we could resolve this ..that would be very helpful
    Regards
    Edited by: user5149250 on Mar 13, 2012 6:33 AM

  • Error message connecting a Vista Computer to WRT54G v6

    I just bought a new computer and I am trying to connect it to the router by using EasyLink Connect.
    I keep getting an error message that the computer doesn't have a wired connection to router.  But it is connected correctly.
    I disabled the firewall, but it didn't help.

    I hope Embarq is a DSL connection ::
    Configuration for DSL connection:-
    Before doing the following steps, you have to connect the modem to the
    router's Internet Port and the computer to the Ethernet Port Number 1.
    1. Press and hold the reset button for 30 seconds.
    2. Then, unplug the power keep holding down the reset button for
    another 30 Seconds.
    3. Plug back the power back in, and keep holding down the reset button
    for 30 Seconds.
    4. Release the reset button.
    ===================================================================
    Access the setup page of the router by launching an
    Browser and type on the address bar, 192.168.1.1 and press enter. When
    it prompts for the username and password, leave the username field
    empty and provide password as "admin" (Without quotes)
    click on ok.
    On the main setup page the ""Internet Connection Type"" should be
    on ""Obtain IP Automatically - DHCP ?. Click on the Save Settings
    button.
    Now click on the sub tab ""MAC address clone"".
    - Click on enable
    Click Clone & click save settings
    Check WAN Ip on Status page of router ....
    If getting Valid Ip .... try going online
    If not ... power cycle for 4-5 minutes & then agian check the WAN Ip address .....
    With these settings you will be able to go ONLINE!!! using the router wired as well as wireless.

  • Error message when starting MaxDB instance

    I am getting the following Error message when starting the MaxDB instance after a series of failed attempts at starting the DB Manager Backup for our PI 7.1 server.
    "-24994,ERR_RTE: Runtime environment error
    1,Cannot create ipc db directories for SID (OS error code 11000)"
    Max DB version : 7.7.02
    Does anyone have any specific pointers on where the issue could be.
    Any help is greatly appreciated.
    Regards,
    Murali Narayanan

    Hi gurus,
    I'm a complete newbye searching the forums in order to decrypt what is inconsistent to me (I'm acting as a substitute for a real dba): a sapdb refusing any more connection due to an 'user space exhausted' issue.
    I do not even know if/where some admin tool is/isn't installed - eventually, what to look for - onto the running demianapachetomcat framework. Actually, all I have been provided was: 1. call 'Henplus' (done); 2. connect this way (jdbc:sapdb://localhost/database&options) and 3. select, upgrade, delete what needed. Problem arises on point (2): connection resufed 'user space exhausted'.
    My question is: this issue seems so similar to mine, how can one eventually check/modify this '/sapdb directory space'?
    Thanks in advance for any (much appreciated) hint, and be patient about my English and newbyeness (?).
    MaxM

  • Error Message when printing handouts

    First, I know this has already been discussed in these forums.  I tried the proposed solution in this thread http://forums.adobe.com/message/6273232#6273232 and it still didn't fly.  I'll go ahead and bust out a full explanation of the issue for those of you who may not want to navigate to the other thread:
    I'm getting the following error message when trying to publish my project as a handout:
    I'm launching Cap 7 in admin mode on a windows 8 machine and trying to publish to Word 2013.
    I'll select a publish location and start the publish, it gets to 10% and then stalls out (the error message doesn't appear at this time).  If I hit alt+tab, I'll see a "Save as" window.  I'll reselect the directory and name the file correctly and hit save.  That moves the progress bar to 100% and the error message appears.  I've tried to copy and paste the slides to a new project and the same thing occurs.  From what I've seen, others have had this problem but I've yet to see a confirmed fix.  If you've run into the issue and solved it, please let me know.  Is there a word plugin I need to install?  Is there a way to bamboozle my handouts from captivate to .pdf to word?  That would be cumbersome but I'm not scared to try it. 
    Thanks in advance,
    Eric

    Have you tried with system PLD?
    Thanks,
    Gordon

  • Windows 7 logon error message

    I have a laptop with Windows 7 installed when turning on the laptop the windows profile screen loads fine. On selecting any user profile including admin on loading the profile shows the following error message.
    C:\Users\C:\Users\<username>\Desktop is not accessible
    Then the system freezes.
    I have logged into Admin on safe mode with same error message however system operates a little better and functional.
    I have checked user profiles on regedit and the paths are correct for the user profiles i.e. C:\Users\<username>
    Any ideas on how to restore the correct profile logon paths?

    This one might help.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/cwindowssystem32configsystemprofiledesktop-is-not/8adbc6ac-64c5-4418-9223-95c92d2dc958
    Also might ask them over here.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-system?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1391380895705
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Error message when exiting RobohelpHTML

    When I close RoboHelp, I receive a message stating ""Adobe
    Robohelp 7 has encountered a problem and needs to close. We are
    sorry for the inconvenience." I don't need to have a project open
    to receive the error, and get it on every project I work on. I've
    even tried creating a new project without any luck. I've been
    running RH7 for months now, but recently upgraded to Office 2007. I
    don't think this is the problem though because a co-worker gets the
    same error message and she hasn't upgraded Office yet. This problem
    just started happening out of the blue to both of us.

    The fact that this has happened to two of you at the same
    time and it is not project related suggests it is to do with your
    setup.
    Looking at RH first, is it the case that your projects are
    all local (or under source control)?
    If yes, then you need to speak to your IT people. My first
    thoughts are that they have done something with the virus checking
    program or firewall. It could also be they have made some profile
    changes or permissions changes. The latter should not be an issue
    with RH7 but if they have reduced your permissions, it could be
    worth reinstating local admin permissions to see what happens.
    Like you, I don't think the Office upgrade is the issue. With
    previous versions of RH, if you upgraded Word, you did have to
    uninstall RH and reinstall it. First that is no longer true and
    second, as you point out, that has not happened to your colleague
    and she has the problem too. Also, upgrading Word gave an error
    message, not a crash like this.
    Let us know how you get on.

Maybe you are looking for

  • Weird noise, cannot explain?? Help!!

    Hey there, I've tried quite a couple troubleshooting tips, but to no avail. I even did the entire page of requirements for Pro Tools in the "Help us Help you" page so it runs properly with my system which I must say runs way better, but did not fix m

  • Does Patch set 3 include latest CPU ?

    I know that the 10G R1 patch set 3 (9.0.4.3) is cumulative in that it can be applied to any 9.0.4.x release; but, regarding security, is it safe to assume that it also includes the latest (APR2006) CPU as well, or does that need to be applied before

  • DOWNLOAD HELP NEEDED ASAP!!!!

    everytime I connect my ipod to a different computer the songs i currently have on my pod will delete. What am i supposed to do?

  • BlackBerry ID request, possible malware

    Everyday I get notification:- "One or more applications/services require you to verify your BlackBerry ID". I am suspicious.. is this some kind of trick?  How do I get rid of it? Why doesn't the app or service identify itself? Solved! Go to Solution.

  • Why can I not get the Safari to open?

    I just installed iOS8. When I tap the Safari icon I receive an answer that the server is not enabled. How come?