Authorisation problem upgrading to 9.0.3 error 42408

Since I upgraded my iTunes to 9.0.3, everything I bought before I changed my Apple ID is no longer allowed to play. It asks me for my password, (but with my old apple ID), when I give it, it gives an error 42408!
This is also a problem flagged in the mac forum, but I thought I'd make sure it gets mentioned here in the windows one too.

Just upgraded to 9.0.3 tonight. As others have mentioned - everything was working fine before the upgrade, but afterward, I can only play music I've ripped from my own CD's. This error appears in my Application Event Log:
Log Name: Application
Source: Application Error
Date: 2/16/2010 12:53:11 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Description:
Faulting application name: iTunes.exe, version: 9.0.3.15, time stamp: 0x4b590a69
Faulting module name: iTunes.dll, version: 9.0.3.15, time stamp: 0x4b590a4b
Exception code: 0xc0000005
Fault offset: 0x0084df5f
Faulting process id: 0xd44
Faulting application start time: 0x01caaee56a426f3b
Faulting application path: C:\Program Files\iTunes\iTunes.exe
Faulting module path: C:\Program Files\iTunes\iTunes.dll
Report Id: b58f07b2-1ad8-11df-b044-00188bad201e
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-02-16T08:53:11.000000000Z" />
<EventRecordID>19092</EventRecordID>
<Channel>Application</Channel>
<Security />
</System>
<EventData>
<Data>iTunes.exe</Data>
<Data>9.0.3.15</Data>
<Data>4b590a69</Data>
<Data>iTunes.dll</Data>
<Data>9.0.3.15</Data>
<Data>4b590a4b</Data>
<Data>c0000005</Data>
<Data>0084df5f</Data>
<Data>d44</Data>
<Data>01caaee56a426f3b</Data>
<Data>C:\Program Files\iTunes\iTunes.exe</Data>
<Data>C:\Program Files\iTunes\iTunes.dll</Data>
<Data>b58f07b2-1ad8-11df-b044-00188bad201e</Data>
</EventData>
</Event>
Tried running it from Program Files, No Go. Tried deauthorizing, then reauthorizing, No Go.

Similar Messages

  • "There was a problem downloading podcast. An unknown error occurred (-50)"

    Hello everyone,
    When I try to download the latest episode of my podcast feed, I see an exclamation mark next to the episode. When I click on the exclamation mark for more information, I see the following error message:
    "There was a problem downloading <podcast_episode>. An unknown error occurred (-50). Please check that the URL is correct and the connection to the network is active and try again."
    I was hoping that somebody might take a look at my feed and review the code for any potential problems. It can be found here:
    http://www.stereogol.com/audio/wimpy_podcast.php
    Important notes:
    1. This is not XML code. It is an XML generator created in PHP.
    2. This feed used to work fine in iTunes. I had many episodes already downloaded.
    3. I began noticing the problem after upgrading to iTunes version 7 and beyond.
    4. I know at least 3 other people that experienced the same problem with my feed after upgrading.
    5. Upgrading to newer service packs (7.0.2 for example) has not solved the problem.
    6. I ran my feed through an RSS validator. It spotted 2 errors: (1) the width of the podcast image and (2) the syntax of the <source> tag. I made corrections but they did not solve the problem. I changed them back after that.
    Thanks in advance for any input you can provide.
    Pedro

    Try fixing up the validation issues...
    http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.stereogol.com%2Faudi o%2Fwimpy_podcast.php
    Not promising it will help, but it's worth a shot.

  • Problem Upgrading to Apex 3.1 on XE

    I am running into a problem upgrading Apex to 3.1 on Oracle XE.
    Hardware and Software:
    Database: Oracle Database 10g Express Edition Release 10.2.0.1.0
    PL/SQL Web Toolkit Version: 10.1.2.0.4
    Host O/S: MS Windows XP Professional Version 2002 SP2
    Host Hardware: AMD Athlon 64 Processor, 2.2 GHz, 1.87 GB RAM
    Background:
    This is a lab host. I am working through the full installation process so that I can set up XE and Apex on development and production hosts, the end in mind being to develop a simple application using XE/Apex instead of Access 2003, which is used heavily in this shop.
    It seems to me that upgrading to Apex 3.1 would be a good thing to do up front instead of developing in the version which ships with XE (2.1, I believe) and performing the upgrade later.
    I installed XE going with full defaults. Nothing at all tricky. I was able to connect to http://localhost:8080/apex without any trouble and log in as system.
    I then followed these Apex upgrade instructions, very carefully:
    http://www.oracle.com/technology/products/database/application_express/html/3.1_and_xe.html
    After I ran into trouble (see below), I reviewed this post and used it to double-check my work:
    How to upgrade to Apex 3.1
    I have worked through this a number of times, each time ending up with the same error.
    The Problem...
    After the upgrade, when I navigate to http://localhost:8080/apex, I receive the following error:
    wwv_flow.app_not_found_footer_err
    wwv_flow.err wwv_flow.app_not_found_err
    OK
    I reviewed this posting, which suggests that I upgrade my PL/SQL Web Toolkit:
    apex 3.0 error wwv_flow.app_not_found_footer_err after new installation
    I am perfectly willing to try this, but I am not sure how to obtain the latest correct version of the web toolkit for this particular version of the database. Any tips on where I might find this?
    I also note that the posting says there should be 10 SQL files in the apex/builder directory. I only have 5, but I just downloaded this zip file a few days ago and assume this is the correct number of files. If it isn't, where could I find the correct zip?
    Any other suggestions about the root cause of this issue would be appreciated.
    Thanks!

    Well, like Sherlock Holmes said, "when you have elminated the impossible, whatever remains, no matter how improbable, must be the truth." Or, something like that.
    Thanks Joel, it was the files. I examined the zip file I originally downloaded and, sure enough, there were 10 files. I extracted it again and, for some reason, this time it only pulled one of the SQL files out, not even five as it did the first time. In addition, it also skipped about half the language folders.
    To get it work, I used the windows built-in zip to open the file, navigated to the apex/builder folder, selected all of the SQL files and language folders, then copied and pasted them into c:\apex\builder.
    I then restored the database, ran the install again, and everything worked just fine: I can access http://localhost:8080/apex/apex_admin and log in.
    I'm not sure what the issue is, a problem with the zip file or (ok, more likely) a problem with the built-in windows zip tool. I used 7-zip (www.7-zip.org) to extract the file on my workstation and all 10 files and 9 language folders came out just fine.
    The bottom line is, it works now, thanks again for the help.
    -Tom
    PS - I did not install the web toolkit upgrade.

  • I'm having problems upgrading from 10.6.8 to Yosemite.  My computer locks up after the download and installation process.  Does anyone know how I can overcome this problem?

    I'm having problems upgrading from 10.6.8 to Yosemite. My computer locks up after the download and installation process. Does anyone know how I can overcome this problem?

    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Problem upgrading [SOLVED]

    I-ve a problem upgrading with my Arch 64. I've the next problem while upgrading...
    4:01# pacman -Syu                                                                                                                   /home/koven
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    warning: ruby: forcing upgrade to version 1.8.7_p72-1
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: linux-uvc-svn: requires kernel26<2.6.26
    If you've any idea about this issue please let me know.
    Regards
    Last edited by Koven (2008-08-17 22:17:50)

    Ok. Thanks for your help, but removing that package was not the solution because I hadn't installed it. The only reference I had about that package was
    5:13# locate linux-uvc-svn                                                                                                               ~koven
    /var/lib/pacman/local/linux-uvc-svn-238-1
    /var/lib/pacman/local/linux-uvc-svn-238-1/depends
    /var/lib/pacman/local/linux-uvc-svn-238-1/desc
    /var/lib/pacman/local/linux-uvc-svn-238-1/files
    /var/lib/pacman/local/linux-uvc-svn-238-1/install
    So I decided to remove this folder and my problem was solved. Anyway I did some searches and nothing was found.
    Regards

  • Problem upgrading database from 8.1.6 to 10.2

    I have a problem upgrading the database (Oracle) from portal 8.1.6 to 10.2
    I have edited the upgrade_db.properties, but when I run upgrade_db.sh it ends with this error message:
         [java] Load Failed
    BUILD FAILED
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:17: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:91: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:103: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:62: Java returned: 255
    Total time: 6 seconds
    =======================================================================
    ERROR!
    CALL TO ant -f /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml FAILED!
    =======================================================================Is there anybody who understand what's going wrong?

    It seems that the update scripts got problems because we had used portalAdmin to add new data content types. The update scripts try to add new types too, but use hardcoded primary keys that will already be in use if new data content types are added by the administrator.

  • BW Authorisation Problem

    Hello All,
    There is a BW Authorisation problem.
    This scenario is not working in BW System(3.0B)
    A user X has 2 roles R1 AND R2.
    R1 has an authority object for Plant P1 AND cUSTOMER C1.
    R2 has same authority object for plant P2 and Customer C2.
    This is not working and it gives no authorisation to read the authority object.
    But USER X WITH ONLY r1 works
    and USER X with only r2 works.
    and USER X with r1 - p1 and c1
               with r2 - p1 and c1 works.
    Pls mail asap to [email protected]
    Best regards,
    BV Jagadish

    Hello
    This is in PFCG (Role creation) for r1 and r2 roles.
    In a bw system i want to see data relevant for these 2 roles.
    r1 has an authority object(created by us ZDS_PJM) with only plant1 and customer1.
    r2 has same authority object with another plant2 and cutomer2.
    i want to see data of p1 c1 and p2 c2.I assign these to a user and run a report and report gives an error that no authorisation because of this cross combination.
    Regards,
    BV Jagadish.

  • When upgrading quicktime, I get an error code: -3, and itunes will not run.

    when upgrading quicktime, I get an error code: -3, and itunes will not run. How do I fix?

    i 'm very interest because on 3 PC , i have the same problem and i work at tv producer...

  • CiscoWorks won't start after LMS upgrade 3.0 - 3.2 ERROR 502 Bad Gateway in Portal

    I upgraded CiscoWorks LMS from 3.0 to 3.2 today.  Everything worked prior to the upgrade.
    The upgrade was successful, with no errors, and all services started.
    Can anyone help, and check everything and I see no problem. The system creates the file MDCSupportInformation.zip me clean without any content.
    I add the installation log file;
    And tell them that after upgrading to 3.2, you carge the following patches:
    LMS321-win-CSCtr77570-0.zip,
    cm5.2.1-nt-CSCtw88763-1.0.zip,
    lms3.2.1-win-CSCts95764-0.zip,
    lms3.2.1-win-CSCts82530-0.zip
    in that order.
    He added the logs generated by the LMS services Tomcat and Apache

    Hi,
    Here are the various errors/warning I found while looking through the attached logs.
    WARNING:The application that you are installing requires new tasks to be
    WARNING:registered with ACS. If you have already registered this application
    WARNING:with ACS from another server, you do not need to register it again.
    WARNING:However if you re-register the application, you will lose any custom
    WARNING:roles that you  had created earlier for this application  in ACS.
    WARNING:Some features in ACS may not work correctly on Dual-stack servers.
    Warning: System memory is less than the minimum requirement.This may affect performance.
    Warning: Current swap space is less than the minimum requirement. This may affect performance.
    WARNING: The available RAM is 4086 MB which is lesser than the required RAM of 4096 MB. User chose to continue the installation
    WARNING: Domain Name is not found from TcpIp parameters, setting PX_FQDN same as PX_HOST
    INFO: User Selected to Reboot the Machine
    Installation Completed at 16:38:06
    Nov 23, 2012 7:59:11 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
    SEVERE: Caught exception (java.lang.NoClassDefFoundError) executing org.apache.jk.common.ChannelSocket$SocketConnection@d888c7, terminating thread
    [warn] RSA server certificate CommonName (CN) `LOND-CW-MDF-1' does NOT match server name!?
    [Fri Nov 23 19:19:46 CST 2012] CMFX - fileLoc is \C:\PROGRA~1\CSCOpx\lib\classpath\md.properties
    [ Fri Nov 23 19:22:22 CST 2012 ] TomcatMonitor After gettingAJPPort
    [ Fri Nov 23 19:22:22 CST 2012 ] TomcatMonitor After gettingAJPPort : ajpPort = 9009 and host =LOND-CW-MDF-1
    Cookie value is invalid
    LTGateway.run(): connection to LWMS failed, trying again,  Nov 23 19:22:28
    You have a BUNCH of the ChannelSocket$SocketConnection exceptions.
    The next step for you:
    Check the running processes via cmd line (pdshow -brief).
    Check that all processes are running as expected.  If they are then take a look at what is keeping ports open on your box (netstat -anob).  From above, the reason may be an application occupying a port LMS needs.  Also check the Windows error logs.
    Check the following services, they should look like:
    Ciscoworks ANI database engine :Manual
    CiscoWorks Daemon Manager :Auto
    CiscoWorks RME NG database :Manual
    CiscoWorks Tomcat Servlet engine : Manual
    CW VisiBroker Smart Agent :Manual
    CiscoWorks Web Server :Manual
    CWCS Cmf database engine :Manual
    CWCS rsh/rcp service :Auto
    CWCS syslog service :Auto
    CWCS tftp service :Auto
    DFM dfmEpm :Manual
    DFM dfmFh :Manual
    DFM dfmInv :Manual
       4.  Log in as the local Administrator (not Domain).
    Stop daemons (net stop crmdmgtd)
    CSCOpxMDC\Apache\perl ConfigSSL.pl -disable
    CSCOpx\MDC\Apache\perl ConfigSSL.pl -enable (Answer when prompted)
    navigate to ..\NMSROOT\setup\support
    Execute resetCasuser.exe
    Start Daemons (net start crmdmgtd) and wait 20 minutes.
    Check if condition persists.
       5.  Check the output of  ..\NMSROOT\MDC\Apache\bin>pdreg -l Apache
    A couple other things:
    Set the server name to be the server name with the domain as well.
    Set the primary DNS suffix to match
    Modify md.properties & Registry & set PX_FQDN to the above.
    - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
    - HKEY_LOCAL_MACHINE\SOFTWARE\Cisco\ResourceManager\CurrentVersion\Environment
    Thanks.

  • ITunes Error 42408 After 9.03 Upgrade

    I am receiving the error 42408 after upgrading to 9.03. Google did not yield any results. The error appears attempting to authorize my Powerbook.

    I had the same problem. Check the version of iTunes via the About dialog. Mine said 9.0.2 despite having upgraded via system updates, itunes and even downloading the whole package again.
    Turns out, the dock iTunes link is running the old one. Basically, remove it from the dock, and re-drag the itunes from the applications folder back onto the dock. This then started 9.0.3 for me, and my iTunes account worked, the itunes store worked and iphone sync worked as well. Phew.
    Check the bottom of this page for my reference http://support.apple.com/kb/HT2311

  • Will i have problem upgrading from Snow Leopard 10.6.8 to Maverick ?

    will i have problem upgrading from Snow Leopard 10.6.8 to Maverick ?

    Impossible to know. But I would make a backup before doing so, just in case. I would also do the following:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If you wish to save yourself a lot time should you need to reinstall Mavericks at some point in the future then see the following:
    Make Your Own Mavericks, Mountain/Lion Installer
    After downloading the installer you must first save the Install Mac OS X application. After the installer downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
       2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the leftside list. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list.
    Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    Make your own Mavericks flash drive installer using the Mavericks tool:
    You can also create a Mavericks flash drive installer via the Terminal. Mavericks has its own built-in installer maker you use via the Terminal:
    You will need a freshly partitioned and formatted USB flash drive with at least 8GBs. Leave the name of the flash drive at the system default, "Untitled." Do not change this name. Open the Terminal in the Utilities folder. Copy this entire command line after the prompt in the Terminal's window:
         sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume
         /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
    Press RETURN. Enter your admin password when prompted. It will not be echoed to the screen so be careful to enter it correctly. Press RETURN, again.
    Wait for the process to complete which will take quite some time. When completed it would be wise to test the installer by checking that it boots the computer and is then ready for installation.

  • Problems upgrading to latest version of iTunes

    I have tried several times to install the latest version of iTunes, however I keep recieving the message:
    "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2349."
    What does this mean and how can I successfully upgrade my iTunes?

    "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2349."
    What does this mean
    ... There's been a bunch of unusual error message codes in the 2300-range reported here lately. According to Microsoft, that's a "Copy resumed with different info":
    http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx
    ... and a search through some information on other packages that might get it during installs suggests the installers might indeed be damaged.
    I'd first investigate the possibilities that Katrina is describing and asking you about.

  • Problem upgrading and installing virtualbox-modules

    Have some problems upgrading and installing virtualbox-modules
    [elgringo@compjotr Desktop]$ sudo pacman -S community/virtualbox-modules
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lirc: requires kernel26>=2.6.26-1
    :: nvidia: requires kernel26>=2.6.26-1
    Had to uninstall lirc nvidia and virtualbox-modules before I could upgrade the kernel and now I can't install the virtualbox-modules.
    Anyone else who experienced the same problems?

    virtualbox-modules depends on the kernel in core. If you want to use the kernel in testing, you'll need to rebuild the virtualbox-modules against it.
    Virtualbox-modules will be fixed when kernel 2.6.26 will be moved in core. So you can wait if you prefer.

  • Problems upgrading from Panther 10.3.9 to Tiger

    I am having problems upgrading my Mac 500mhtz which currently runs Mac OS X 10.3.9 (Panther). It starts the installation process, I choose the language that I want (EnglisH) then the next screebbn says " Alert - Thius software cannot be installed on this computer" . The options I have is Resart or Startup Disk . I don't understand whythis happening becasue I meet the requirements. I have about 6 gigs of space ti stall and from what I read Tiger needs 3 gigs. I have loked through many forums and have not found the answer to my question. Does anybody know the answer to this solution. I have also backed up my User profile and are planning on doing a clean install once when installing Tiger.

    Welcome to Apple Discussions!
    That error frequently appears if you don't use the retail Tiger installer discs. Mac OS X installer discs are system specific or retail versions. You don't want to install another Mac's installer discs, for reasons my FAQ states here:
    http://www.macmaps.com/upgradefaq.html#SYSTEMSPECIFIC
    I'd also look that whole FAQ over and see whether or not you really are ready for an upgrade.
    In addition, there is no such thing as a "clean install". Here are the various types of installation options available:
    http://discussions.apple.com/thread.jspa?messageID=607614
    Disclaimer: Reference to links I make to my Macmaps.com website are a for your information only type reference. I do not get any profit from this page, and it is open to the public.

  • Upgrade phase "SQLSCREXE_ALI_ORG" aborted with errors

    Hi ,
    Need some assistance. Logged message with SAP AG, still waiting for response.Anyone that can assist will be appreciated. Error from logs.
    /usr/sap/put/log# more SEDCORG.LOG
    1 ETQ201XEntering upgrade-phase "SQLSCREXE_ALI_ORG" ("20061108125644")
    2 ETQ366 Connect variables are set for shadow instance access
    4 ETQ399 System-nr = '01', GwService = 'sapgw01'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=1
    4 ETQ380 computing toolpath for request "TP_EXECDBSCRIPT_NEW"
    4 ETQ381 request "TP_EXECDBSCRIPT_NEW" means "execdbscript with 46A feature"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    4 ETQ276 Executing SQL-script "ALORDC.XQL"
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/put/exe
    4 ETQ399 ext. env.: LIBPATH=/usr/sap/put/exe:/usr/sap/BB1/sapjco:/usr/lib:/lib:/usr/sap/BB1/SYS/exe/run:/usr/java131
    /jre/bin:/usr/java131/jre/bin/classic
    4 ETQ399 2006/11/08 12:56:44: put_execute: (tp) forkpid:97258
    2EETQ278 Errors during execution of SQL-script "ALORDC.XQL"
    1EETQ203 Upgrade phase "SQLSCREXE_ALI_ORG" aborted with errors ("20061108125645")
    Checked TPSQLSTD.OUT log
    /usr/sap/put/log# more TPSQLSTD.OUT
    BLOCKED SIGNALS: ''
    SAPup> Starting subprocess 97258 at 20061108125644
    ENV <0x2ff22d14>: dbms_type=ORA
    ENV <0x2ff22d22>: dbs_ora_tnsname=BB1
    ENV <0x2011c290>: dbs_ora_schema=SAPR3
    ENV <0x2ff22d4b>: ORACLE_PSRV=BB1
    ENV <0x2ff22d5b>: ORACLE_SID=BB1
    ENV <0x2ff22d75>: ORACLE_HOME=/oracle/BB1/102_64
    ENV <0x2ff22d94>: ORACLE_BASE=/oracle
    ENV <0x2ff22da8>: ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    ENV <0x2ff22ddf>: NLS_LANG=AMERICAN_AMERICA.US7ASCII
    ENV <0x20147368>: DIR_LIBRARY=/usr/sap/put/exe
    ENV <0x2014864c>: LIBPATH=/usr/sap/put/exe:/usr/sap/BB1/sapjco:/usr/lib:/lib:/usr/sap/BB1/SYS/exe/run:/usr/java131/j
    re/bin:/usr/java131/jre/bin/classic
    ENV <0x2011be90>: auth_shadow_upgrade=1
    EXECUTING /usr/sap/put/exe/tp (tp) pf=/usr/sap/put/bin/EXDBNEW.TPP execdbscript BB1 -x ALORDC.XQL
    This is /usr/sap/put/exe/tp version 370.00.09 (release 700)
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter DBNAME is no longer used.
    Warning: Parameter DBHOST is no longer used.
    Warning: Parameter DBCONFPATH is no longer used.
    2EETP000 sap_dext called with msgnr "2":
    2EETP000 -
    db call info -
    2EETP000 function:   db_ntab
    2EETP000 fcode:      NT_RDTDESCR
    2EETP000 tabname:    TADIR
    2EETP000 len:        5
    2EETP000 key:        TADIR
    2EETP000 retcode:    2
    1AETP000 exit in function texitnow
    ERROR: EXIT(16) -> process ID is: 97258
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 16
    ERRORS: Highest tp internal error was: 0200
    tp finished with return code: 200
    meaning:
      ERROR: see tp's stdout (Standard Out may not be available)
    Process with ID 97258 terminated with status 200
    History : Original problem was related to environment variables for DIR_LIBRARY. Resolved that issue; UaGui was started as root and not the <sid>adm user. UaServer was started as correct user. Killed session and logged on as <sid>adm restarted UaGui as the correct user. Now this error comes up, SAPup won't allow me continue or retry
    Replaced tp, r3trans and SAPup tools. Also when I run the cmd /usr/sap/put/exe/tp (tp) pf=/usr/sap/put/bin/EXDBNEW.TPP execdbscript BB1 -x ALORDC.XQL in a seperate session, it completes successfully and creates the necessary views as described in  ALORDC.XQL. I checked the ALORDC.LOG to confirm this.
    Kind Regards,
    Ricky Padayachee

    Hi John,
    The problem I had was wrong environment when starting the Uagui and Uaserver, must be started as adm user. I also restarted the installation from scratch...
    I  had an issue with a duplicate database object, SVERS in my case. I dropped the object not required and restarted phase, went through fine.
    Let me know, how it goes.
    Regards,
    Ricky

Maybe you are looking for

  • Who can solve iSync problem with Nokia N95? (I use the Nokia plug already)

    Hello Since I bought my new cool Mac:, I sync my N95 with iSync and the Nokia N95 plug-in. Thinking at first that is works flawlessly (as other members here seem to think as well) I later found out, that if I make changes to any calendar or "to do" d

  • TV Series not playing

    I bought a tv series in iTunes on my iPad.  It shows up on my Apple TV under purchases, but when selecting play on the individual episodes nothing happens.  If I press play on the remote on the actual series icon, it plays the 1st 30 seconds and that

  • Windows 7 ultimate 64 bit system_service_exception

    i have started getting this system_service_exception bsod at least 6 times in the last 15 hours and ca not figure out why could use some help with the issue this a the minidump file i hope someone can help me with this https://skydrive.live.com/redir

  • FD32 Credit management 'sales value'

    I am on SAP ERP, I'm trying to figure out how to pull the data that makes up the credit exposure - 'SALES VALUE.'  I believe the sale value includes all undelivered or only partially delivered orders.  I can not find a way to confirm what makes up th

  • Improve performance SQL using better SQL functions

    Good afternoon, I am trying to improve the performance of a SQL query, embedded within a Pro*C environment. The query is the following: SELECT ri FROM TRANSLAT WHERE (:ora9_ogt_prfx LIKE (TRANSLAT.OGT_PRFX||'%')) AND (:ora9_in_prfx LIKE (TRANSLAT.IN_