ODI upgrade from 10.1.3.5 to 11.1.1.7 Issue

Hi guys,
My first attempt to upgrade from ODI 10.1.3.5 fails, so I drop users that I clone and recover. But my second attempt it is failing with the following error:
0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] Target Work Repository ODIWORK upgrade is started.
[2013-06-25T16:23:07.011-05:00] [ODI] [ERROR] [UPGCMP-00332] [upgrade.ODI] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] Work Repository has invalid state.
[2013-06-25T16:23:07.011-05:00] [ODI] [ERROR] [] [upgrade.ODI] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] Cause: Previous upgrade of Work Repository was unsuccessful. Action: Restore Work Repository from Backup and try to upgrade again.
[2013-06-25T16:23:07.011-05:00] [eclipse] [NOTIFICATION:16] [] [org.eclipse.persistence.default.connection] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] disconnect
[2013-06-25T16:23:07.011-05:00] [eclipse] [NOTIFICATION] [] [org.eclipse.persistence.default] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] master-session logout successful
So please, any help will be appreciated.

duplicate of Issue at upgrade 10g to 11.1.1.7

Similar Messages

  • OIM Upgrade from 9.1.0.1 to 9.1.0.2 - issue

    I performed upgrade from 9.1.0.1 to 9.1.0.2. All diagnostic dashboard tests are passed with exception of two tests.
    The following checks failed (diagnostic dashboard):
    1. Oracle Identity Manager Libraries and Extensions Version report
    java.lang.NullPointerException
    at com.thortech.xl.systemverification.tests.ReportAppLibrariesExtensionsVersion.addLibraries
    2. Oracle Identity Manager Libraries and Extensions Manifest Report
    java.lang.NullPointerException
    at com.thortech.xl.systemverification.tests.ReportAppLibrariesExtensionsManifest.addLibraries
    Questions:
    1. Documentation states that you have to copy files from PATCH/xelerate/lib to OIM_HOME/xelerate/lib. Does this mean that I have to remove the files from OIM_HOME/xellerate/lib and then to copy them from PATCH/xellerate/lib or just copy (overwrite)? Or the effect is the same either way?
    It looks like there is a problem with libraries
    2. I noticed that product version is 9.1.0.1860.16
    Build 1860.16
    I would expect it to be 9.1.0.2. Please confirm.
    3. Oracle Identity Manager with OC4J - Best Practices article on metalink suggests the following patches for OAS:
    If 10.1.3.3 is used
    Patch number 6685235
    Patch number 5389650
    Patch number 6454278
    Patch number 6880142
    Patch number 6808170
    I have not applied 5 additional patches for OAS. Could these errors be related to missing patches?
    Your feedback is very important. Thank you for your time
    Edited by: user13295875 on Jun 29, 2010 8:41 AM

    Did you still get the same product version after resolving your issue?

  • ODI upgrade from 10.1.3.5 to 11.1.1.6

    Hi guys I have a doubt with one step of the upgrade guide from ODI 10.1.3.5 to 11.1.1.6. The step say that after back up and clone the ODI repositories we must install and configure ODI 11.1.1.6.
    At this step will I create the master and work repositories new( or I must specify the cloned repositories)?
    Thanks

    Hi ORV,
    If I remember well, you can skip the repository creation as the upgrade assistant will upgrade your 10g cloned reps to 11g reps.
    You only need to install 11g standalone agent(s) to replace the 10g runtime agent(s).
    Regards,
    JeromeFr

  • Upgrade from 11.2.0.1 to 11.2.0.2 issues

    Hello folks, I wonder if anyone can help me, this is driving me up the wall.
    I've recently upgraded my database from 11.2.0.1 to 11.2.0.2 on a test database on Linux, using the DBUA.
    I then tested the rollback by running the $ORACLE_SID_restore.sh script created during the initial upgrade process.
    This seemed to go ok. Then I started noticing that when I logged in as sysdba it would tell me I was connected to an idle instance:
    oracle@stage-ora1b:/home/oracle> sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 08:23:55 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0However, I could see that the oracle instance was running:
    oracle@stage-ora1b:/home/oracle> ps -ef | grep smon
    oracle   31890     1  0 05:00 ?        00:00:00 ora_smon_bvcloneand that when specifying the database name, everything appears to work.
    oracle@stage-ora1b:/home/oracle> sqlplus ray@bvclone
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 08:24:16 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - ProductionI've verified that I've got the right version of Oracle:
    oracle@stage-ora1b:/home/oracle> env | grep ORA
    ORACLE_SID=bvclone
    ORACLE_BASE=/u01/app/database
    ORACLE_HOSTNAME=stage-ora1b
    ORACLE_HOME=/u01/app/database/product/11.2.0/db1
    oracle@stage-ora1b:/home/oracle> which oracle
    /u01/app/database/product/11.2.0/db1/bin/oracleHave I missed something obvious here? I don't see how I can't go in as sysdba, yet a named user can.
    Any thoughts are much appreciated.
    Thanks,
    Ray

    Hello Sybrand - thanks for the reply.
    I think I may have solved the problem. After seeing the 'connected to an idle instance' message, I tried startup (something I should have done sooner!).
    This gave me an ORA-01102 Cannot mount database in Exclusive mode error. Looking into it, I found this thread:
    http://www.orafaq.com/forum/t/40030/0/
    after which, I discovered that there were two lk[$ORACLE_SID] files, one in each of the ORACLE_HOME/dbs directories (pre and post upgrade folders).
    So, I:
    1. removed the lk[ORACLE_SID] file from the 11.2.0.2 folder (i.e. the version of Oracle I was downgrading).
    2. Did a ps -ef | grep smon, and found 2 instances of the same db running.
    3. Killed all db processes: kill -9 <pid>.
    4. Restarted the database.
    So far this seems to have worked. I'll close this thread tomorrow if the issue doesn't reappear, as this error took a little while to manifest itself.
    Thanks,
    Ray

  • Upgrading from OS 10.4.11 to Snow Leopard

    Hello, I've heard mixed reviews from people at the Apple store to people on the street whether it's possible to upgrade directly from 10.4.11 to Snow Leopard. Below are my specs, and I'd love to hear a second opinion from someone!
    Model Name: Mac Pro
    Model Identifier: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 3 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 2 GB
    Bus Speed: 1.33 GHz
    Boot ROM Version: MP11.005C.B08
    SMC Version: 1.7f10

    You should be able to upgrade the OS X to Snow Leopard with the less costly upgrade DVD
    from Apple; that won't give you the newer iLife, or iWorks, but it would be a full install disc.
    The computer should see an upgrade in RAM, too; 2GB probably is minimal, and this can be
    a concern if you also have a jam-packed hard disk drive and no working free space for the
    system or applications to use the OS X's automatic Virtual Memory, based on available space.
    An upgrade from Tiger 10.4.11 to Snow Leopard will invite issues and problems from third-party
    applications not written to run in the later OS X version; you may have to buy/upgrade them, too.
    • Mac OS X 10.6 Snow Leopard compatibility table = +Which apps work with Mac OS X 10.6?+
    http://snowleopard.wikidot.com/
    similar forum inquiry/reply:
    http://discussions.apple.com/message.jspa?messageID=13223595#13223595
    Anyway, the upgrade by itself on a new or 'secure erased' HDD may work just fine.
    The hardware upgrade suggested (RAM, larger hard disk drive) would help. Also,
    if there are any pending Firmware updates available, be sure to install them, too.
    Good luck & happy computing!

  • Failed to upgrade from ERP 6.0 EHP4 to EHP5

    Dear SAP Gurus,
    we are running ERP 6.00 with EHP4 (HCM-component) based on Windows 2003
    SP2 X64 and SQL Server 2005 SP4 (64-bit).
    We are using SAP Kernel Unicode 7.01 PL 133 (64-bit).
    We intend to upgrade from EHP4 to EHP5.
    Upon running SAPehpi, we encountered issue which stopped us from
    proceeding with the upgrade.
    Case 1: Direct upgrade to 605
    The upgrade failed on PREP_INPUT/VERSCHK_INI with error message: The
    following combination is not supported (SAP_APPL 600, SAP_BASIS 701,
    SAP_ABA 701).
    Case 2: Upgrade SAP_APPL component from 600 to 604 (due to the above
    error message)
    The upgrade failed on PREP_INPUT/VERSCHK_INI with error message:
    Release '701' of component SAP_BASIS is too new.
    Case 3: upgrade via SAINT is not supported by SAP. When uploading the
    Stack XML file, we got error saying that the stack is not supported.
    Attached is the complete list of the current SP Level of Installed
    components.
    Please advise on how we can perform the upgrade to EHP5.
    Many thanks in advance.
    regards,
    Denny

    The thing is Solution Manager was able to produce the XML file during the previous upgrade to 604 (the one without SAP_APPL 604).
    So how can it not be supported by SAP?
    If it is not supported by SAP, how can I proceed from here?
    Component Software C SP-Level Support Package Short description of the component
    SAP_ABA 701 0007 SAPKA70107 Cross-Application Component
    SAP_BASIS 701 0007 SAPKB70107 SAP Basis Component
    PI_BASIS 701 0007 SAPK-70107INPIBASIS Basis Plug-In
    ST-PI 2008_1_700 0003 SAPKITLRD3 SAP Solution Tools Plug-In
    SAP_BS_FND 701 0008 SAPK-70108INSAPBSFND SAP Business Suite Foundation
    SAP_BW 701 0007 SAPKW70107 SAP Business Warehouse
    SAP_AP 700 0021 SAPKNA7021 SAP Application Platform
    WEBCUIF 700 0008 SAPK-70008INWEBCUIF SAP WEBCUIF 700
    SAP_APPL 600 0018 SAPKH60018 Logistics and Accounting
    SAP_HR 604 0035 SAPKE60435 Human Resources
    EA-IPPE 400 0018 SAPKGPID18 SAP iPPE
    EA-APPL 600 0018 SAPKGPAD18 SAP Enterprise Extension PLM, SCM, Financials
    EA-DFPS 600 0018 SAPKGPDD18 SAP Enterprise Extension Defense Forces & Public Security
    EA-FINSERV 600 0018 SAPKGPFD18 SAP Enterprise Extension Financial Services
    EA-GLTRADE 600 0018 SAPKGPGD18 SAP Enterprise Extension Global Trade
    EA-HR 604 0035 SAPK-60435INEAHR SAP Enterprise Extension HR
    EA-PS 600 0018 SAPKGPPD18 SAP Enterprise Extension Public Services
    EA-RETAIL 600 0018 SAPKGPRD18 SAP Enterprise Extension Retail
    FINBASIS 600 0018 SAPK-60018INFINBASIS Fin. Basis
    ECC-DIMP 600 0018 SAPK-60018INECCDIMP DIMP
    ERECRUIT 600 0018 SAPK-60018INERECRUIT E-Recruiting
    FI-CA 600 0018 SAPK-60018INFICA FI-CA
    FI-CAX 600 0018 SAPK-60018INFICAX FI-CA Extended
    INSURANCE 600 0018 SAPK-60018ININSURANC SAP Insurance
    IS-CWM 600 0018 SAPK-60018INISCWM Industry Solution Catch Weight Management
    IS-H 600 0023 SAPK-60023INISH SAP Healthcare
    IS-M 600 0018 SAPK-60018INISM SAP MEDIA
    IS-OIL 600 0018 SAPK-60018INISOIL IS-OIL
    IS-PS-CA 600 0018 SAPK-60018INISPSCA IS-PUBLIC SECTOR CONTRACT ACCOUNTING
    IS-UT 600 0018 SAPK-60018INISUT SAP Utilities/Telecommunication
    LSOFE 600 0018 SAPK-60018INLSOFE SAP Learning Solution Front-End
    SEM-BW 600 0018 SAPKGS6018 SEM-BW: Strategic Enterprise Management
    ST-A/PI 01M_ECC600 0001 SAPKITAR7F Application Servicetools for ECC 600-605
    VIRSAHR 530_700 0012 SAPK-53312INVIRSAHR SAP GRC Access Controls 5.3 for 700 HR S
    VIRSANH 530_700 0014 SAPK-53314INVIRSANH SAP GRC Access Controls 5.3 for 700 HR a

  • Major issues after upgrading from XP to Vista on Qosmio F20

    I have recently upgraded from XP to Vista on my Qosmio F20 and have issues. It appears I have lost the ability to change screen resolutions, adjust the volume , brightness etc. Basically I have lost the functions of the laptop. I have also tried updating the BIOS but get the following error message "BiOS updated is not supported OS - Unsupported OS or service pack installed.
    This is also making the machine very slow.

    Do you have some questions now, or you wrote just a report about your Vista experience on Qosmio F20?
    The fact is that Toshiba does not support Vista on this notebook model and because of that you will never have full operating Vista (including Toshiba tools and utilities). For supported notebooks Toshiba has offered special Vista supporting BIOS but for your notebook such BIOS update does not exist.
    Sorry! :(

  • How to upgrade from ODI 11.1.1.3.0 to 11.1.1.7.0

    Hello
    Oracle documentation shows the path to follow for Upgrade from 10g to 11g but nothing about how to migrate between 11g versions i.e., from 11.1.1.3.0 to 11.1.1.7.0.
    Would you guys have any idea?
    Any response is much appreciated!
    Thanks

    Hi,
    inside 11.1.1.7.0 patch readme you have got all your information.

  • Upgrade ODI Upgrade 10.1. 3.4  to 10.1. 3.5

    On windows 64bit 2003 server, with oracle db server 11.1.0.6 we have ODI Upgrade version 10.1. 3.4 in Dev Env.
    We have many projects/models and 100 interfaces in the current version 10.1.3.4
    We want to upgrade ODI to 10.1. 3.5
    1. What are the upgrade steps?
    2 Is all interfaces will be work ok after upgrade?
    3. Will the export/import work?
    Thanks

    Take a backup of your existing ODI 10.1.3.4
    Copy /paste the ODI 10.1.3.5 "oracledi " into your existing ODI 10.1.3.4
    You need to upgrade your master repository using oracledi\bin\mupgrade.bat ot .sh script .
    Then upgrade your work repository from Topology .
    You can now run interfaces, packages, etc developed with previous versions of Oracle Data Integrator.
    Thanks,
    Sutirtha

  • Install/Upgrade from 9.3.3 to 11.1.2.1

    Gurus,
    We are upgrading from 9.3.3 to 11.1.2.1(Distributed environment) and have gone through the 11.1.2.1 start here , installation and configuration guides.
    Existing environment:
    Machine1(Windows 2003 R2): Hyperion Shared Services, EAS webapp,Essbase Provider Services(WebApp)
    Machine2(Windows 2003 R2): Workspace, BI+ Services, BI+ UIServices, BI+ Client, Web Analysis, Financial Reporting, Interactive Reporting
    Machine3(Windows 2003 R2): Planning Application/Web Server,EPMA web
    Machine4(Windows 2003 R2): HFM Web/App , FDQM Web/App
    Machine5(Linux 32bit) : Essbase Server
    Machine6(Linux 64bit) : Oracle RDBMS
    On Upgraded env plan to move to Windows 2008 and have:
    Machine1(Windows 2008 x64): Foundation Services (Hyperion Shared Services,Workspace web,EAS webapp, EPS webapp)
    Machine2(Windows 2008 x64): Web Analysis,Reporting&Analysis Framework,Financial Reporting,Interactive Reporting,
    Machine3(Windows 2008 x64): Financial Management App/Web, FDQM Web/App
    Machine4(Windows 2008 x64): Planning Application/Web Server,EPMA
    Machine5(Linux 64bit) : Essbase Server
    Machine6(Linux 64bit) : Oracle RDBMS
    From Page 94 "Oracle® Hyperion Enterprise Performance Management System Installation and Configuration Guide RELEASE 11.1.2.1 Updated: June 2011" states:
    a)
    On the machine on which you plan to administer the WebLogic Server, you must install all
    Web applications for all applications you plan to deploy on any machine in the environment.
    (The WebLogic Administration Server is installed and deployed on the Foundation Services
    machine.)
    b)
    On each remote machine in a distributed environment, install the Web applications you
    plan to run on that machine and then use EPM System Configurator to deploy the Web
    applications automatically, or manually deploy the Web applications.
    Note that EPM System Installer installs WebLogic Server on each machine (for Web tier and
    Service tier components) in a distributed environment.
    c)
    If you are deploying Web applications on a machine other than the WebLogic
    Administration Server machine, WebLogic Administration Server must be running
    Question:
    ======
    1) After installing components on respective machines per guideline a),b) above do we have to deploy webapps from products related to machine2,3,4 on machine1(foundation services). If everything gets deployed on Shared service machine -- we are concerned about the system resources that will be needed to run all the webapps.
    2) Assuming we do not want to use a cluster - do we still have to depoy to admin server? Please clarify.
    Best Regards

    Hi Dinesh,
    Thanks for taking time to answer my question.
    I reviewed install start here guide architecture components and was planning for following layout:
    WLS - weblogic server
    MWC - microsoft windows component
    webtier:
    Machine1(Windows 2008) : Oracle HTTP Server
    apptier:
    Machine1(Windows 2008R2): Foundation Services WebApp (WLS)
    Essbase Administration Services WebApp (WLS)
    Essbase Provider Services WebApp (WLS)
    Calculation Manager WebApp (WLS)
    Machine2(Windows 2008 R2): Reporting&Analysis Framework Services (MWC)
    Interactive Reporting Services (MWC)
    Financial Reporting Print Server (MWC)
    Financial Reporting WebApp (WLS)
    Web Analysis WebApp (WLS)
    Reporting&Analysis Framework WebApp (WLS)
    Machine3(Windows 2008 R2): Microsoft IIS 7.0 (MWC)
    Financial Mgmt WebServices WebApp (WLS or IIS??)
    Financial Mgmt WebServices IIS WebApp (MSC)
    Financial Mgmt SmartView IIS WebApp (MWC)
    Financial Mgmt IIS WebApp (MWC)
    Financial Mgmt LifeCycle Mgmt IIS WebApp (MWC)
    DME Listener Service (MWC)
    Financial Mgmt Server (MWC)
    FDM ServerFDM Task Manager (MWC)
    FDM Load BalancerFDM IIS Web Application (MWC)
    Oracle Data Integrator(ODI) Agent (MWC)
    ERP Integrator WebApp (WLS or IIS??)
    Machine4(Windows 2008 R2): Microsoft IIS 7.0 (MWC)
    Planning WebApp (WLS)
    Planning RMI Registry (MWC)
    Perf Mgmt Architect WebApp (WLS)
    Data Synchronization WebApp (WLS)
    Perf Mgmt Architect Server (MWC)
    Perf Mgmt Architect Web Services IIS (MWC)
    1) Do you see any issues with above layout or there are any changes required.
    2) Since this is POC env we are using VMware to host windows machines and my windows admin told me that maximum CPU he can provide on single machine was 8 CPU's. We are also sharing resources on the vmware infrastructure so it wont be really 8 but "shared 8 CPU's) with some other resource on the pool. So we would like to distribute the components into multiple servers so as to not overwhelm one box if there is a heavy load.
    2) Is there any benefit of bundling all WLS components on a single machine versus distributing them?
    (for e.g: everything marked in above as WebApp -- My understanding is you need to deploy them to appropriate application server)
    3) In case there is a need to distribute the WebApps on mutiple hosts do we have to
    install component on : shared services machine - deploy on same machine to Weblogic(admin) server &
    install component on remote machine but do not configure/deploy it?
    If this is the correct approach wondering what is the logic or rationale behind doing it this way.
    We are still planning out the layout and havent installed this yet so wondering what options to use to install versus deploy.
    The installation and configuration guide has steps but hoping it would become more clear when we do this hands on.
    Regards

  • I upgraded from 3gs and want to use my old 3gs as an ipod. how can i update my new apple ID on the 3gs as it still shows a previous one that I had?

    I recently upgraded from 3Gs to Iphone4 and want to use my old 3Gs as an ipod. how can i update
    the user ID on the 3gs to a new one that I have as it is still showing a previous user ID?

    Settings>Store...tap the ID shown...sign out...sign back in with the ID you want to use.

  • Is it really possible to upgrade from a Treo 650 to a Treo 750?

    I am not a very happy customer at the moment, but any help would be greatly appreciated. I upgraded from my old Palm Tungsten to a Zire, then to a Cingular Treo 650, combining three devices into one. I have since discovered that the Treo 650 seems to have a faulty transmission mode, as I can rarely be clearly understood by whomever I call. Am on the second (or third, I have lost track) and continue to have the same problem. I get five bars of reception but can't be understood on the other end. A bit of a problem when one is trying to call 911. Am constantly told I am "breaking up". The repair shop says it "Can't duplicate the problem". OK, then I do not want to give up all the info I have stored in the fool thing, and the 750 seems to have a different system, so I thought I would try that. All the stuff I could find seemed to indicate it wouldn't be a problem to upgrade. When the 750 arrived, I tried to install the software from the CD on my Windows XP computer. No dice. Setup encounters an error and closes. Can't even look at the files, because setup tries to run any time I access the CD. From any drive.  Gave it to my girlfiend to check on her computer, and the CD seemed to run fine. Other CDs work just fine on my computer. Must be some kind of conflict, but what? Tried calling the AT&T number that suggested they could help with setup, and was first connected to the business center, they routed me to the laptop center, who routed me to the network center, who said they would have to bring in the Palm customer service and connected me to a Mac guy that dumped me back to a menu that took me to someone for whom English is a second language with whom I was trying to communicate over a very poor satellite connection. They made no sense anyway. telling me first that I couldn't have two desktops running (wrong, my girlfriend has my old Zire and the CD worked fine) and then insisting that the serial number on my device had to start with a P, when it clearly does not have any alpha characters in it. Gave up on that route of assistance. Managed to get the new ActiveSync installed from my girlfriends computer over the network. Great. Now let's get my 650 synced with Outlook (which I have not used at home) and see if we can move on. Nope. First I have to update Outlook 2000 from the old Win98 to my current XP. Find the old CD, and square that away. OK, now sync to Outlook. Nope. The sync program gives an error, saying it will only sync with Outlook 98, 2000, and XP(2002). Good grief. I have Outlook 2000, and the software apparently does not recognize it. If the Palm doesn't work, there is no reason for me to keep this phone, and I am very close to returning it and abandoning the Palm entirely when I upgrade to something that works, although I dread re-entering all that information.
    Post relates to: Treo 750 (AT&T)
    This question was solved.
    View Solution.

    Thanks for the feedback. Today I installed an Enterprise version of Office 2007 I purchased a while back, but had not yet installed. Microsoft presented a few challenges, but they were quickly resolved. I then downloaded the appropriate conduit from Palm, and synced the 650 with the handheld overwriting the computer. Then used Active Destop to sync the 750. Satisfied I had moved as much info as possible, I called AT&T and had them move the phone number to the new Treo.
    Bonus! When the guy at AT&T called me on the new phone to verify it, he said it sounded better than my landline.
    Sorry for the streaming paragraph. When it is late I tend to write like I think.
    Dave
    Post relates to: Treo 750 (AT&T)

  • I upgraded from iPhone 3GS to iPhone 6.  Everything converted fine until I deleted an app in error.  When I downloaded it from iTunes, my account is no longer recognized by the app's host servers.  Can I go back and re-sync one app from my old phone?

    I upgraded from iPhone 3GS to iPhone 6.  Everything converted fine.  Yesterday I deleted an app in error.  When I downloaded the software it from iTunes ( did this many times on the old 3GS), my account is no longer recognized by the app's host servers (Playtika), even though it did after the initial conversion.  Can I go back and re-sync just one app from my old phone?  

    Try deleting what is called the iPod Photo Cache. 
    http://support.apple.com/kb/TS1314

  • I have just downloaded the upgrade from Mountain Lion to Yosemite. In the process i am now unable to gain access to iTunes. The app on desktop no longer works and the install is not able to be opened.

    I Have downloaded the upgrade from Mountain Lion to Yosemite. In thee process of so doing I have lost access to iTunes.
    The app on desktop no longer opens the program and having downloaded and installed as per Apple instructions, can not make a connection.

    Hi, drjbuchanan.  
    Thank you for visiting Apple Support Communities.  
    Here are some troubleshooting steps that I would recommend going through when experiencing this issue.  
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/en-us/ts3430
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/en-us/ht2311
    Cheers, 
    Jason H.  

  • Can't print from IE 8 after upgrading from Vista to Windows 7

    My laptop (HP Elitebook 8530w) uses two HP printers: Color LaserJet CP3525x (at work) and Deskjet 6940 (at home). Both printers are accessed across a local network.
    I recently upgraded from Vista Enterprise to Windows 7 Enterprise.
    Everything still prints fine (from Word, Adobe Reader, Windows Photo Viewer, etc.), except for IE 8! When I try to print a web page from IE, it prints only the page header, and otherwise the sheet is empty. This symptom occurs on both printers. (And of course this worked fine before the upgrade.)
    Any ideas? Thanks for any help.
    Jeff
    This question was solved.
    View Solution.

    (same poster)
    If anyone else is having this problem, I found the solution on another forum (http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/920588e5-ccc4-4e24-83d6-606...).
    Specifically, the following steps solved the problem:
    1. If it doesn't already exist, create a directory named "Low" in your directory "C:\Users\<your_user_name>\AppData\Local\Temp\".
    2. From a command prompt, issue this command:  ICACLS C:\Users\<your_user_name>\AppData\Local\Temp\Low /setintegritylevel (OI)(CI)low
    Jeff

Maybe you are looking for

  • Sigma DP2 - no dng color profiles available, only embedded

    Converting X3F raw files from the Sigma DP2 a color profile created with the X-Rite Colorchecker Passport doesn't show up in the panel Camera Calibration. Instead custom profiles created for Canon cr2 raw files from a Canon 5D are showing up when wor

  • ITunes went blank after restoring iPhone

    anyong know how to fix this problem?

  • Outboun IDoc Process Code

    Hi everyone, What is the purpose of Process code In Outbound IDoc I am Using Process code SD10 for outbound IDoc. and as per my Knowledge we use process code for Inbound IDoc only Please clarify my Doubts

  • ITunes 11.1 (for the Mac) - Podcasts

    Prior to iTunes 11.1, viewing and organizing my podcasts and episodes of podcasts used to be easy and enjoyable.  With iTunes 11.1 there are four ways of viewing and organizing podcasts and none works well: 1) Unplayed, 2) My Podcasts, 3) My Stations

  • Why do there seem to be virus attached to trusted sites?

    when opening firefox, always a message saying need to install or fix whatever, need java update, and things of this nature, but I ignore these, and than extra windows start opening. Had to remove everything on one PC, The following files kept self in