Trigger error but only in Apex

I have a trigger with the following insert statement:
insert into oe_headers_iface_all(order_source_id,orig_sys_document_ref,order_type_id, created_by,creation_date,last_updated_by,last_update_date, sold_from_org_id,sold_to_org_id,operation_code,booked_flag)
values(1023, 'TESTING', 1116, 0, sysdate, 0, sysdate, 225,65372,'INSERT','N');
This trigger runs fine outside of Apex; it doesn't error and inserts those values into that table. But when I insert a record into my table through Apex, I get the following error:
ORA-01722: invalid number ORA-06512: at "APPS.RMA_TRACKER_T1", line 144 ORA-04088: error during execution of trigger 'APPS.RMA_TRACKER_T1'
If I comment out that insert statement it runs in Apex and does not error.
Any idea at all what could be making Apex so mad at this insert statement? It says "invalid number" but I've checked the fields over and over, and like I said if I just run that statement myself or insert a record in my table manually it runs and doesn't error, so Apex appears to be lying to me. Also, the Apex version is 4.0.1.00.03.
Edited by: Cydonia on May 25, 2011 3:54 PM

<sigh> I HATE problems like the one you described. VERY painful to deal with.
Let's review what you said.
1. the insert is fine outside apex
2. The insert crashes from within Apex with ORA-01722. Of course Oracle is not telling you which value
3. You already checked the "fields" over and over (no doubt!). Do you mean the datatypes or the data values?
insert into oe_headers_iface_all(order_source_id,orig_sys_document_ref,order_type_id, created_by,creation_date,last_updated_by,last_update_date, sold_from_org_id,sold_to_org_id,operation_code,booked_flag)
values(1023, 'TESTING', 1116, 0, sysdate, 0, sysdate, 225,65372,'INSERT','N'); I don't see anything unusual about the INSERT. Are the insert values really hard-coded like this? Pretty simple!
Any idea at all what could be making Apex so mad at this insert statement? It says "invalid number" but I've checked the fields over and over, and like I said if I just run that statement myself or insert a record in my table manually it runs and doesn't error, so Apex appears to be lying to me. Also, the Apex version is 4.0.1.00.03.Is the INSERT occurring through a PL/SQL routine you are executing via Apex or automatically through page submission?
Add debugging statements in the trigger to record every number and date field (convert to strings) in the trigger to find out what values you are dealing with. Either use htp.p to display character representations of the values OR write a quick debugging function using autonomous transaction to save and commit the values internally. If you use a debugging table concatenate all of thee fields together as strings to minimize the chances of getting the same error; make sure you enclose values in double quotes "'" to flag nulls in case something is being unexpectedly changed.
Something is happening that you don't suspect. Your VALUES list is straightforward and hard-coded so I wonder if trigger logic is trying to modify one of the values you listed. Perhaps multiple triggers and/or procedures and functions are involved.
Good luck!

Similar Messages

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • InDesign PDF printing with errors but only in browser

    Hello,
    I've created a PDF poster and uploaded it to dropbox and put a link to it on my website. I want people to be able to open the PDF in the browser and print it immediately without having to download it. Unfortunately when the link to the PDF is clicked on and the poster printed, some of the objects within the PDF have moved - some items near the top seem to have shifted downwards while others have stayed where they are. However when I print the file direct from Adobe reader, this doesn't happen, it prints normally.  
    This is what the poster should look like, and what it looks like when printed from Adobe reader:
    This is what the poster looks like when its printed from a browser:
    As you can see something strange has happened to some of the objects near the top of the page, they appear to have been 'pushed down' in some way. We've tried saving the PDF as various different versions and with a variety of different settings, and although occasionally this might change the look of the printed document - the errant objects may move to different locations, this never solves the problem.
    N.B. I've had the same problem when printing from some PDF readers other than Adobe reader.
    Any help would be much appreciated, thank you for your time.

    Thank you for responding!
    The browser doesn't open the reader, it just opens the PDF in a new window. This is the case in all browsers i've tried. But I should add that when the PDF first opens in this new window, it appears error free. It is only when print is clicked, and the print preview appears that the errors show up.
    In response to your points about transparency (which I don't know about) and an interactive button, the PDF was created in InDesign just using what I assume where the default settings. So if I were to recreate the PDF in InDesign, with these complex functions disable would this solve the problem? If so could you tell me how to do that?
    Thanks very much for your help,

  • ECC / Parity errors but 'only' when running qmaster / Compressor ?!!

    I have a Mac Pro that came with 4GB of (Apple) Ram. I recently installed 4 addiitonal (to fill both risers to 8GB total), of branded, supposedly apple-certified Ram from one of the major vendors we all have come to love and trust.
    Anyway, all seems fine - but now I am running QMASTER/Compressor which in fact wires (or at least pages) so much ram as to make good use of my 8: I have only 80MB free- but hey that's good, the memory is being used.
    Here's the odd thing, when doing compressor / qmaster tasks (this is both the cluster server and a service node) I now get ECC Parity errors:
    - Of my 8 chips, 3 have trown ECC Parity errors (all corrected), ranging from 1 on one chip to now 35 on another. This is in a 24h period
    - THis is on the APPLE ORIGINAL RAM - none of the 'new' chips have any errors ?!!!
    - Errors show up in 'about system' as well as the console log- but I ran EXTENDED Hardware test twice - and both times the memory (whole system) comes up clean!
    - ECC errors don't show up - as far as I can tell, if I don't 'extremely' tax the system - i.e. running email, Safari, iTunes and, maybe WoW keep it 'clean'! but also leave between 3-6GB memory 'free'
    - The errors occur on 2 seperate risers
    So, here's my dilemman - I can replicate this everytime i use compressor/qmaster. However, I never (yet) had a related crash or issues.
    It started with 'just' one chip, now it's 3 - again, all the original apple ram.
    My memory is installed correctly (i.e. both apple pairs together and both OWC together).
    I would LOVE to get some suggestions. Logic would say this is related to the new memory BUT I also never ran a compressor/qmaster renderfarm before now. I already opened a case with Apple and they are sending me one new chip (I opened at the time only one chip was having the errors).
    So - normal? Low enough at high volume I shouldn't worry? Routine with compressor and qmaster Or time to panic?
    THANKS!
    Dan

    This is very interesting. We, too, recently experienced a hard RAM Parity Panic/Crash on a Qmaster/Compressor encoder node. About two weeks earlier, we experienced a RAM Parity Panic/Crash on a system that has nothing to do with Qmaster.
    Both machines are dual G5 Xserves with factory-installed RAM. The encoder had six 512MB sticks while the non-encoder server had 2 1MB sticks.
    The encoder died, but when rebooted kept working by ignoring the bad RAM and working off only 2GB of the good RAM (must be in pairs).
    Apple replaced both sticks under warranty.
    As for Qmaster/Compressor causing the errors, I have no insight. If that were the case, I assume we'd see this on most if not all our encoders and cluster controllers. And that hasn't happened.
    I'd say, you got bad RAM and it needs to be fixed.
    The panic.log should give you insight into which dimm slot threw the error.
    Good luck!

  • ICal wiki giving infamous 210 error but ONLY for December 2008

    I have iCal server up and running for a client, it's been working fine, until she started adding in content for December 2008. Whenever you go to the display for December 2008 (month view) or the Nov 30-Dec 6 Week view (logged in or not). You get the:
    Error from server: Error processing calendar data (210)
    it ONLY affects this display (as far as I can tell) You can go to all other months/weeks without the error. I've gone as far ahead as Dec. 2010 without duplicating the error.
    My initial thinking was that there is an event that overlaps the previous week/month view (lasts from Nov 24-Nov 30). I tried to separate it up into individual dates (i.e. Nov 30th's all-day event is a separate entry from Nov 29th's), but that didn't seem to solve the problem.
    HELP!

    Hi,
    Thanks very much for the reply, and yes when I change some to all be on the 80 port it does work. I just don't understand why the wikid server doesn't allow the port shift.
    Now maybe my understanding of DNS and certificates is not good enough but I am not aware of how I can have multiple domains under ssl and have them each served a different certificate if they're all at 443? is that not allowed anyhow?
    This is one of my reasons for the port shifting... the others were I just got in the habit of it. I can put "some" back to 80 to fix that issue.
    But does anyone know of a way to get it to work with the shifted ports, 443, 8443, 8043, 80**, etc.
    if not I'm guessing I can only have one wiki under ssl - is this right?
    Thanks,
    chris

  • Calling a CAF program via web service generates QName cannot be null error, but only for 1/5 of the same call in a parallel for loop.

    I'm calling 5 identical web service calls using a parallel for loop in BPM. Obviously the data in each slightly differs. Why would this call suspend the process and give the following errors:
    handleCommunicationError( ErrorContextData, Throwable, TransitionTicket ): A technical error occurred.
    Interface namespace = myNamespace
    Interface name = myService
    Operation name = myOperation
    Connectivity type = WS
    Application name = myAppName
    Reference name = 8bd95deb-8cf1-453d-94e5-0576bb385149
    Message Id = null
    WS style = DOC
    Start time of WS call = 2014-02-26 17:51:23.297
    Return time of WS call = 2014-02-26 17:51:23.412
    Principal name = SAP_BPM_Service
    Root error message = local part cannot be "null" when creating a QName
    Error message = Could not invoke service reference name 8bd95deb-8cf1-453d-94e5-0576bb385149, component name myComp application name myappname
    com.sap.engine.interfaces.sca.exception.SCADASException: Could not invoke service reference name 8bd95deb-8cf1-453d-94e5-0576bb385149, component name
    myCompname
    at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:341)
    at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:101)
    at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:101)
    at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:178)
    at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:657)
    at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:248)
    at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:798)
    at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:78)
    at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:196)
    at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:163)
    at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
    at com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:261)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:152)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:337)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:149)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
    Caused by: java.lang.IllegalArgumentException: Could not process message for operation myOperation in web service plugin module.
    at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.accept(WebServiceImplementationInstance.java:228)
    at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:314)
    ... 19 more
    Caused by: java.lang.IllegalArgumentException: local part cannot be "null" when creating a QName
    at javax.xml.namespace.QName.<init>(QName.java:246)
    at javax.xml.namespace.QName.<init>(QName.java:190)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DInterfaceImpl.getInterfaceInvoker(DInterfaceImpl.java:126)
    at com.sap.engine.services.webservices.espbase.wsdas.impl.WSDASImpl.<init>(WSDASImpl.java:43)
    at com.sap.engine.services.webservices.espbase.wsdas.impl.WSDASFactoryImpl.createWSDAS(WSDASFactoryImpl.java:39)
    at com.sap.engine.services.sca.plugins.ws.tools.wsdas.WsdasFactoryWrapper.createWsdas(WsdasFactoryWrapper.java:30)
    at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.initWsdas(WebServiceImplementationInstance.java:256)
    at com.sap.
    Surely if it was the service group unassign then reassign issue then none of the calls would have worked?

    Hi David,
    While a random error is still an error it will be difficult for support to find a problem for an error which is not reproducible. It is always a faster resolution if you can determine how to provoke the error and provide those details. If we can reproduce an error on internal systems then we can fix the problem quickly and without having to access your system.
    regards, Nick

  • 2010 EWS 2.0 C# Windows 7: "Data is Corrupt" error, but only when forwarding messages from a certain user

    I have an application that is basically a mailing list manager. New messages are sent to an Exchange mailbox, from outside of our organization. Periodically the application runs, scans the mailbox for new messages, and forwards them to the appropriate users.
    For the most part this works fine, but messages that come from a specific outside user cause a "Data is Corrupt" message.
    I have tried re-creating the messages that cause problems, both using Outlook and using a Gmail account. In both instances, the message went through the system with no problems. But this vendor is doing something that is causing me grief.
    I've included some sample code below. What I would really like are tips for debugging these kinds of problems. It seems to me that "Data is Corrupt" is sort of a generic error.
    private void ForwardMessage(EmailMessage msg, List<String> recipients, String replyTo)
         ResponseMessage stepOne;
         EmailMessage stepTwo;
         Folder drafts;
         ConversationId cid;
          * This is a little screwy.
          * EmailMessage.CreateForward() is really useful, because it preserves
          * attachments. But it mangles the message body and subject, so I have reset those.
          * And it doesn't support setting the Reply To, so I have to do this
          * in two steps: create the forward, save to Drafts, then get the
          * message in the Drafts forward, and set the Reply To.
         cid = msg.ConversationId;
         stepOne = msg.CreateForward();
         stepOne.Body = msg.Body;
         stepOne.Subject = msg.Subject;
         foreach (String s in recipients)
              stepOne.BccRecipients.Add(s);
         stepOne.Save(WellKnownFolderName.Drafts);
          * There is a chance, though small, that another process
          * could create a draft message in response to the message
          * I'm in the process of forwarding. But it is unlikely,
          * so I'm going to live with this. Extended Properties would
          * be the safer way to do this, but I couldn't get them
          * to make the trip.
         stepTwo = null;
         drafts = Folder.Bind(msg.Service, WellKnownFolderName.Drafts);
         foreach (EmailMessage em in drafts.FindItems(new ItemView(100)))
              if (em.ConversationId.Equals(cid))
                   stepTwo = em;
         if (stepTwo != null)
              stepTwo.ReplyTo.Add(replyTo);
              // This next line is where the "Data is Corrupt" error keeps happening
              stepTwo.SendAndSaveCopy();

    The place to start with Debugging would be to enable tracing and look at requests and responses your getting from the server to see if there is additional information and to also know which operation is failing see 
    http://msdn.microsoft.com/en-us/library/office/dd633676(v=exchg.80).aspx
    You might also want to do some testing with the EWSEditor
    http://ewseditor.codeplex.com/
    There also should be an EWSLog on the CAS server where the requests are being sent so this is worth looking at as well eg \Microsoft\Exchange Server\V14\Logging\Ews
    As a workaround with the failed messages you might want to trying getting the MimeContent and forwarding that instead of using the Forward operation
    Cheers
    Glen

  • Runtime Error, but only w/ album art

    So everytime I and changing my info on a song, like Artist, album etc, i take Album Art from online and drag it into the album art box. This usually works no problem. but now when i do it after i click okay it says Runtime Error C++ something.
    the thing is if I take the album art and save it on my computer then drag it from to desktop it works fine.. i dont understand it.
    Itunes Version: 7.6.2.9
    Ipod Classic Version: 1.1.2 (just update like a few days ago, but i dont think that has anything to do with it)

    Do you or did you ever have the Last.fm software installed? If so, this thread might solve your problem: http://discussions.apple.com/thread.jspa?threadID=1512945

  • ORA-1489 error but only sometimes...when not having distinct or another function working

    So when I enter:
    SELECT opened_by from(
    SELECT  ps."NUMBER",
    ps.opened_by,
    ps.assignee_name,
    ps.closed_by,
    listagg(att.type,',') within group(order by att.type) actions,
    listagg(att.description_txt,',') within group (order by att.description_txt) descs
    from tableps ps
    LEFT JOIN activity_txt att ON ps."NUMBER" = att."NUMBER" and att.type in('Assignment','Reassignment')
    where open_time between to_date('01-OCT-2012','DD-MON-YYYY') and to_date('31-OCT-2013','DD-MON-YYYY')
    and ((ps.opened_by=ps.closed_by) and (ps.closed_by=ps.assignee_name) and (ps.assignee_name=ps.opened_by))
    group by ps."NUMBER",ps.opened_by,ps.assignee_name,ps.closed_by
    where (actions not like '%Reass%'or actions is null)
    and (descs like ('%NONE to '|| opened_by ||'%') or descs is null)
    and (descs not like '%,%' or descs is NULL);
    All is well in the world...however when I add distinct to the outer select I get the
    ORA-01489: result of string concatenation is too long
    01489. 00000 -  "result of string concatenation is too long"
    *Cause:    String concatenation result is more than the maximum size.
    *Action:   Make sure that the result is less than the maximum size.
    I don't understand the difference why one would work and one doesn't.         

    I little changed your quesry,
    Please try, if you are getting same error, then it means you have very  large desciptions in description_txt column.
    Pleasech check :
    https://forums.oracle.com/thread/2596075
    https://forums.oracle.com/message/10601105#10601105
    SELECT T."NUMBER",
        T.opened_by,
        T.assignee_name,
        T.closed_by,
        listagg(T.type,',') within GROUP(ORDER BY T.type) actions,
        listagg(T.description_txt,',') within GROUP (ORDER BY T.description_txt) descs
    FROM
      (SELECT
        ps."NUMBER",
        ps.opened_by,
        ps.assignee_name,
        ps.closed_by,att.type, att.description_txt
      FROM tableps ps LEFT JOIN activity_txt att ON ps."NUMBER" = att."NUMBER" AND att.type  IN('Assignment','Reassignment')
      WHERE open_time BETWEEN to_date('01-OCT-2012','DD-MON-YYYY') AND to_date('31-OCT-2013','DD-MON-YYYY')
        AND ((ps.opened_by   =ps.closed_by)
        AND (ps.closed_by    =ps.assignee_name)
        AND (ps.assignee_name=ps.opened_by))
         and (att.type NOT LIKE '%Reass%' OR att.type IS NULL)
         AND (att.description_txt LIKE ('%NONE to '|| opened_by ||'%') OR att.description_txt IS NULL)
         AND (att.description_txt NOT LIKE '%,%'OR att.description_txt IS NULL)) T
    Group by T."NUMBER",
        T.opened_by,
        T.assignee_name,
        T.closed_by
    And carefully read Solomon Yakobson's and Frank Kulash's replies.
    Regards
    Mahir M. Quluzade

  • Newbie 403 error but only one ip

    I have 6.1 for windows( Win2K Pro ) as well as linux ( Redhat 7.2 ). I created
    a war file containing a simple HelloServlet that just prints a simple html page
    when the service method is called. I have my MANIFEST.MF and web.xml file in
    the war file also. so i compile it and create the war file in this structure
    in the following filw: websamplech3.war
    META-INF/MANIFEST.MF
    WEB-INF/classes/HelloServlet.class
    /web.xml
    I edited the config.xml and put the following:
    <Application Deployed="true" Name="HellowServlet" Path="./config/stargate/applications"
    >
    <WebAppComponent Name="HelloServlet" Targets="cygnusa" URI="websamplech3.war"
    />
    </Application>
    I even added this to the config.xml.booted file.
    I start the weblogic ./startWebLogic.sh for linux and on windows
    select the appropriate start weblogic server button. Both start fine
    So i open up my browser ( on the same pc ) then i do the following call http://127.0.0.1:7001/HelloServlet/
    and then i get the following Error 403--Forbidden error everytime. I dont understand
    why when i'm doing it on the same pc. I tried this on linux and windows versions
    of weblogic and i get the same error. I can pull up the console with out any problems.
    Any ideas why this is happening?

    Eric,
    I would try one of the webapp examples stored under <beahome>/samples/examples/webapp.
    There is a html file that contains instructions in this directory as well
    Also, take a look at the following links
    http://edocs.bea.com/wls/docs61/webapp/index.html
    http://edocs.bea.com/wls/docs61/servlet/index.html
    Chuck

  • Qosmio G20: Can not burn CD's but only DVD's - power calibration error

    Hi
    I'm having some trouble and i think it's very strange.
    I can't record audio or data cd's!
    i've used sonic reducer, as nero, as windows media player..tried 3 different brands of cd'r and i can't burn audio or data files in any of those..BUT...on the other hand i can burn DVD'S...this is very strange right?
    Ps: when i record with nero i keep having this message on the relatory of the burning process : "power calibration error" but only i when i try to burn cd´s.. dvd's recording doesn't have this problem
    do i need to update some drivers?
    please any help would be super or i will have to make a big trip to solve the problem on the laptop shop.
    regards

    "Power calibration" - When burning a CD the drive tries to write a test signal to the disk to set the calibration of the laser. If it cannot write a readable signal, this is called a "power calibration error". The error message usually means that there is something wrong with the media.
    Please try to use few different empty CDs (Verbatim, TDK, Maxell and others).
    Check also this page http://www.cd-burner-help.com/power-calibration.htm
    Maybe helps.
    Good luck!!!

  • Itunes unknown error [-50] but only on my login...

    o my fricken god this thing is driveing me crazy. I have had an ipod nano since christmas with everything working perfectly till about a month ago. right about then my itunes stoped opening. whenever i tried to open itunes it would give me this error message that says
    "the iTunes application could not be open. An unknown error occured(-50)."
    about three days after that when my ipod batery died and i went to charge it it wouldnt charge but the charge screen would flicker as if it were trying to do it but couldnt. then it compleatly stoped doing anything. so i went and traded it in for a new one. i wiped itunes from my computer and reinstalled it. this did absolutly nothing the error message still came up. not only that but to load it i had to log on as anyone else but me, because when i tried to load it it would give me this error saying
    "1608: Unable to create InstallDriver instance, Return code: -2147024894"
    well i went onto the disscussions page and spent the beter part of an houre searching for someone that had the same problme as me, and found one. in his the same error was showing up so what he did was he wiped and reinstalled quicktime and it worked fine after that. so i tried to do this. well that same error that came up when i tried to install itunes came up when i tried to install quicktime. so once again i had to go onto someone elses login and load it. this time it worked fine under their log in and after puting a few songs into it i tried to attach my ipod to it to stick the songs on it but it wouldnt recognize it no mater what. the worst part is that that same error(-50) is still there but only on my login.
    Will someone please help me eather fix this or at least help me get my songs onto my ipod.
    P4   Windows XP Pro  

    hiya!
    hmmmmm. the fact that the (-50) is happening in one account but not the others suggests some possibilities. there's components of itunes that are unique to each different account on the PC.
    there's a different set of library files in each account, for example. a damaged library file can sometimes cause odd issues.
    What are the iTunes Library files?
    perhaps we could try a "library recreation" in your user account:
    How to recreate your iTunes Library
    iTunes: How to backup and restore playlists
    can you get itunes to launch in your account with a recreated library file in place?
    love, b

  • How to fix Adobe App Manager error code -60 Download appears corrupt but only for Photoshop CS6 app

    How to fix Adobe App Manager error code -60 Download appears corrupt but only for Photoshop CS6 Creative Suite Cloud App. Many attempts were made to install Photoshop CS6 with Adobe Application Manager without success. Every other Creative Suite Application was successfully downloaded. I keep getting Installation Failed when attempting the Photoshop install. How does one correct this?

    Thanks Jeff! So, it totally appears as if it was a network issue. The corporate network where I work is quite likely the culprit. Where I was thrown off is that since I have admin rights on my computer, I can install software. But using Adobe Application Manager to install Adobe software wasn't working. And to make matters worse, there didn't appear to be any way to install Acrobat Pro for Mac without using AAM. The workaround that I used previously was to install the trial versions of Adobe software, and then just register them using my username and password. But the workaround for being able to install everything using AAM was to bring my computer home and download from my home network.

  • I am trying to upload photos to a library but only some of them uploaded.  I even tried to rename and upload to a different library but I can't get it to work.  I don't get any error message it just doesn't respond.

    I have been uploading pictures for a while but ran into a problem last night that I cannot resolve.  I was uploading files starting in Revel and selecting the "add photos to album".  I selected 144 photos but only 88 uploaded.  I checked and confirmed that the missing ones are not in the library.  I tried to re-save and reinitiate the upload on Revel.  I then tried to save the files with a new name and upload to a new library.  Neither option worked.  I do not get any error message.  it just fails to upload. 
    Is there a system problem?  Any suggestions?

    Hi there,
    Are you uploading from the Revel Mac app or a browser from adoberevel.com or from a mobile device?
    Thanks!
    Glenyse

  • My Acrobat 8 Pro is failing to print to a pdf from multiple software.  I get an error message that a repair fixes but only for a little while.  Pretty soon the trial version of 9 that I installed pops up telling me it has expired but it would take me to a

    My Acrobat 8 Pro is failing to print to a pdf from multiple software.  I get an error message that a repair fixes but only for a little while.  Pretty soon the trial version of 9 that I installed pops up telling me it has expired but it would take me to a way to buy a valid serial number and then 8 stops working again.  I’d be happy if the 8 I paid for worked right or I could get 9 for a small cost but I cannot afford $450 or $20/month.  I need a permanent solution that I should be already paid for with 8 pro.

    After multiple repair procedures with reboot in AA8 I was eventually able to restore the printing to pdf function from various software.  However I have again lost my Acrobat tab in Outlook 2007.  I need that back, but today an even bigger problem arose.  AA8 has stopped printing to fax.  It faxes a blank page.  The only fax printing option is “Microsoft Shared Fax Driver”.  My fax software is “Windows Fax and Scan” and it was working fine just a couple weeks ago.  My OS is Windows 7 Professional.
    I have tried doing the updates you referred to but I get error messages like these:
    “No qualifying products found to apply this update, or update has been already applied”
    or
    “The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing , or the upgrade patch may update a different version of the program.  Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.”

Maybe you are looking for

  • How do i fix the recovery error when installing mavericks?

    I have a 2012 MacBook Pro running 10.8.5 (tons of space on it) and in trying to install Mavericks, I keep getting an error message about not being unable to create a recovery partition.  Anyone know how to fix this (preferrably, without buying equipm

  • Can't Print or Save in Adobe Acobat Reader DC

    I was using an older version of Acrobat reader and deleted it because it wasn't updating since 2012. I loaded the Adobe Acobat Reader and it will not print or save. Using Mac OS 10.10.2.

  • Having touble getting the initial weblogic context

    Hi all, I am getting the following error when I try run the EJB client code. I have modified the classpath to point to WLInitialContextFactory.class but still I am getting the error. Can someone give me a pointer as what I am doing wrong here. WebGai

  • Icloud settings not sticking

    I go to System Preferences on the Dock, and under iCloud the mail doesn't have a check mark, so I click on it, and the next time I check it, it's unclicked. ***?

  • Enterprise Repository 3.0 RP1 missing Advanced Feature Set License?

    Hi, We're testing our integration with Oracle Enterprise Repository 3.0 RP1. The download appears to be missing the "ALER Advanced Feature Set" license. Any ideas where I can find the missing license?