Higher version than referenced assembly

Getting the following error:
Assembly 'NationalInstruments.DAQmx, Version=14.1.45.13, Culture=neutral, PublicKeyToken=4febd62461bf11a4' uses 'NationalInstruments.Common, Version=13.0.40.190, Culture=neutral, PublicKeyToken=dc6ad606294fc298' which has a higher version than referenced assembly 'NationalInstruments.Common, Version=13.0.40.188, Culture=neutral, PublicKeyToken=dc6ad606294fc298' 
NI 14.1; MeasurementStudio2013; VisualStudio2012; Windows 8.1
Solved!
Go to Solution.

Hi Vibhav92,
Could you verify if 13.0.40.190 version (or higher) of NationalInstruments.Common.dll is present on your system (i.e in the .NET GAC folder and Mesurement Studio 2010 folder).
.NET GAC folder: C:\Windows\Microsoft.NET\assembly\GAC_MSIL
Measurement Studio 2010 folder: C:\Program Files (x86)\National Instruments\MeasurementStudioVS2010\DotNET\Assemblies (on 64-bit machine)
If yes, please delete the current reference to NationalInstruments.Common.dll in your Visual Studio 2012 project and re-add the reference to NationalInstruments.Common.dll reference using the Add Reference dialog of Visual Studio 2012 in your project. Make sure the reference to NationalInstruments.Common.dll in your Visual Studio 2012 project is 13.0.40.190 or higher.
- Raghavendra

Similar Messages

  • Unable to include report viewer web part. Error is, assembly has a higher version than referenced assembly

    I am making a web part in VS 2010 for SharePoint 2010. The web part uses Report Viewer control. The files I have referenced in my project with "Copy Local = True" option are:
    Microsoft.ReportViewer.Common.dll  
    Microsoft.ReportViewer.WebForms.dll
    Both are version 10 files.
    When I build the project it works fine. But when I add this web part in a page it shows following error.
    Compiler Error Message: CS1705: Assembly 'MySolution, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8acc41a360fa228d' uses 'Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version
    than referenced assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
    I have already installed both Report Viewer 10 redistribute able and its SP1 but no luck. Also copied these DLLs to my SharePoint site bin folder. Did iisreset many times. .Net framework is 3.5 and OS is Windows Server 2008 R2.
    How to fix this issue?

    Fixed it by updating my web.config which was referencing version 9 instead of 10.

  • Central SLD of higher version than Portal

    Hi
    Will it be a problem to have central SLD of a higher version than that of Portal server .
    Regards,
    Priya

    Hi,
    Always keep latest CR and CIM for SLD. SAP also recommends the same.
    Regards,
    Dipesh

  • EXP utillity has higher version than database - export failed !

    Hi,
    I have a Oracle8 Enterprise Edition Release 8.0.5.0.0 database on our server and I have installed a 9i client on my PC. Now I have to use the export utility to export a specific table from our DB, but as I read from 'Oracle9i Database Utilities' book:
    "The version of the Export utility must be equal to the lowest version of the source or target database".
    So, I guess I need to install a 8.0.5 client on my PC (I have W2K) but nobody can give me the install CD in the company:(
    I've looked on the OTN page if I can find the needed version, but I found only the 8i (8.1.7) install kit. Do you think it shall work the EXP utility if I install that ? Or can I find somewhere else the 8.0.5 install kit ?
    Thanks:
    Szilard
    PS: the error message what I got when I tried to export with 9i client from 8.0.5 DB:
    C:\exp user/passw file=myexp.dmp tables=emp;
    EXP-00056: ORACLE error 2248 encountered
    ORA-02248: invalid option for ALTER SESSION
    EXP-00000: Export terminated unsuccessfully
    , but the same command line from a 9i DB worked...

    Since your target server is 8.0.5, you should have the EXP utility from a 8.0.x versions. Anything higher will not work.
    HTH.

  • I'd like to update with MacOSX 10.5.8 to a higher version of Firefox than 3.6.22 and like to know how without buying a new computer

    I'd like to update with MacOSX 10.5.8 to a higher version of Firefox than 3.6.22 and like to know, how I can do this without buying a new computer

    Download latest Firefox version using one of these links:
    * http://www.mozilla.com/en-US/firefox/new/
    * http://www.mozilla.com/en-US/firefox/central/
    * http://www.mozilla.com/en-US/firefox/fx/
    * http://www.mozilla.com/en-US/firefox/all.html
    Uninstall your current Firefox
    * https://support.mozilla.com/en-US/kb/Uninstalling%20Firefox
    * DO NOT SELECT TO REMOVE USER DATA AND SETTINGS
    Install Firefox using the downloaded & saved Firefox installer file
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Windows
    Check and tell if its working.

  • Referenced assembly vspbatchparser.dll targets a different processor than the application

    referenced assembly c:\program files\microsoft visual studio 9.0\common\ide\microsoft.visualstudio.vspBatchPaser.dll
    targets a different processor than the application

    The message is telling you that you're trying to use an x86 assembly in an x64 process or vice versa. Given that the assembly is in the IDE subfolder of VS and VS is x86 I assume you are either compiling your app for x64 or you are running an x64 OS and
    your app is compiling with AnyCPU. Change it to x86 and it should work.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Higher version clients than database

    We are looking at developing some new solutions but one of the options is to use higher version Oracle clients than the database. Is this possible?
    I have seen discussions on accessing a higher version database from lower version clients but not the other way round

    Based on the Metalink Note 132904.1 (Compatibility Matrix for Export & Import Between Different Oracle Versions), the client version can not be higher than the target database. If you use the exp of the higher versioned client to export data from a lower versioned database server, it will fail. I was surprised - so I tested. Indeed I could not export data from 9.2.0.8 db server if I am using 10g R2 client. This or any other export import issue is not mentioned (not even a link) in the Note 207303.1
    I hope this proves useful.

  • Referencing assemblies in the GAC vs. a local appllication directory

    I have a C# (I am using VS2012) project that, when I checked it out of TFS, seemed to already reference an assembly in the GAC, but the DLL version I found in the GAC is incorrect and older than what the application expects, so I cannot build. 
    Another developer here told me that all the applications are "self-contained," which would imply that they do NOT reference assemblies in the GAC.
    My question is, if a project has a reference to a DLL that is not in the project's bin folder (or elsewhere in the project folder structure), does Visual Studio look for and automatically "fix up" the reference for the same DLL if it finds it in
    the GAC?  I did not think it did that, and have always had a lot of assembly reference headaches when anything changes, so I am a little confused as to how this project came out of TFS already pointing to an assembly in the GAC (albeit the wrong version.) 
    Since the code expects classes, properties, and methods that do not exist in the older version of the assembly in the GAC, I cannot build.
    Thanks in advance for any tips on this kind of problem.

    Hello PeterH084,
    >> if a project has a reference to a DLL that is not in the project's bin folder (or elsewhere in the project folder structure), does Visual Studio look for and automatically "fix up" the reference for the same DLL if it finds it in the GAC? 
    Since you application would load assembly in GAC, it should be strong named assembly, for such kind assemblies, the CLR would search for below location in order:
    1. the global assembly cache
    2. If there is a defined codebase, search for codebase definition and if the codebase specified path not found, it throws an error
    3. The program's root directory
    4. In the root directory, and the name of the referenced assembly subdirectories
    5. In the a private subdirectory of the root directory
    So it would firstly check the GAC, usually, I would do not deploy my private assembly to GAC and deploy it to the application directory as bin folder.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Attempting to install a compiled 8.6.1 package fails with "NI Variable Engine (higher version already installed)

    This is long as there are a collection of details I thought would be useful.  Please bear with me.
    I have a VI compiled with LV 8.6.1 PDS.  The installer ran on the development machine and it works fine there (WinXP SP3).
    Was handed a laptop (another WinXP SP3) that already had LV 7.0 (academic) on it.  Someone was fiddling with an old version of LV.  OK.
    Wanted to uninstall 7.0 so there would be a clean field for the program compiled under LV 8.6.1.
    So: Start --> Control Panel --> Add/Remove Programs and uninstalled "National Instruments Software".  That went smoothly.  It wanted a reboot.  Fine.
    Ran the setup program in my package, the one I'd wanted to install.  No errors.  The following installers were included with the Build:
      * NI LabVIEW Run-Time Engine 8.6.1
      * NI Measurement & Automation Explorer 4.5
      * NI DAQmx 8.8
    By the way, this generated an installation package of "almost" 900 megabytes.
    Connected the hardware (one ethernet-based, another RS-232 based).  Started the program, "EDGAR2".
    First error:
      Unable to locate the LabVIEW Run-Time Engine.
      EDGAR2 requires a version 8.6.1 (or compatible) LabVIEW Run-Time Engine.  Please contact the vendor of EDGAR2 to correct this problem.
    (This is Error1.JPG, attached).
    A check of C:\National Instruments\Shared\LabView Run-Time\8.6 shows that there is only one item in that directory: a sub-directory named "errors".  That's it.  If the executable is looking for something in the 8.6 directory, well, there's nothing there.
    Uninstalled EDGAR2 using the Control Panel.  Reinstalled.  Same problem.
    Downloaded the standalone LabVIEW Run-Time 8.6.1 installer, Standard Edition, from NI's site, unpacked, and ran the setup.exe from that package.
    There is one box with a green checkmark in it:  NI Variable Engine .
    Click Next.  Up pops a pane and Error2.JPG is attached.  It won't continue because the "detected" version of Variable Engine is of a higher revision.
    The "Next>>" button is grayed out.
    Uninstalled EDGAR2 again.  But there was no entry in the Windows uninstall panel for uninstalling any National Instruments software.  This raised a flag in my mind and NI Support was telephoned.
    With the Support Guy running Google searches for relevent topics (I'd done some of that, too), a number of things were tried.. ending up with deleting everything in C:\Program Files\National Instruments while in Safe Mode, everything in C:\Documents and Settings\All Users\Application Data\National Instruments, going through the Windows Registry with REGEDIT, uninstalls and attempted reinstalls.  Nope, nothing worked.  That defective Variable Engine seems glued into the system
    The application can't find the 8.6.1 run-time because it doesn't exist.  It doesn't exist because both the standalone and built-in installers see a Variable Engine of a higher version installed and apparently won't install over it.  There is no uninstall for any NI software in the Windows Control Panel --> Add/Remove pane and so I can't seem to get rid of this Variable Engine.
    At this point, the Support guy says, "Time to reimage your computer.  Call us for anything else.. you know we're here for you."
    This is the first trouble I've had installing a compiled VI.  All other packages built with 8.6.1 PDS just slid right in.
    There's been a LOT of software installed on the target over the years and going on the proverbial "scavenger hunt" to locate all of the installation disks will be a time-consuming task (a week is a conservative estimate).  Is there a solution to this problem?  Where are the installers "looking" for the Variable Engine revision level?  Is there a specific Registry key that can be adjusted?
    Went looking through the WinXP Event log.  No errors are popping up there.
    Your time is appreciated.
    Mark
    Attachments:
    Error1.JPG ‏17 KB
    Error2.JPG ‏28 KB

    Hi Mark,
    I'm sorry to hear your having trouble installing the LabVIEW 8.6.1 Run-Time Engine.  It sounds like there could be a few problems going on here.  First, you should have more options when installing the Run-Time Engine than just the Variable Engine.  If you uncheck the Variable Engine, does it try to install anything?  Second, not being able to install the Variable Engine suggests that there may be something wrong with your registry.  If you removed all National Instruments keys when cleaning the registry, then this shouldn't be a problem.
    At this point, there are a couple things I would suggest.  Unfortunately, the best solution would probably be to reformat.  It sounds like some low level parts have been corrupted and this would be the quickest way to fix everything for sure.  Other than that, you can try installing the full 8.6.1 Development System on the computer.  This will install the Run-Time Engine on the computer.  You can simply not activate the software, which means you won't be able to edit anything.  You will be able to run the program, though.
    Jared S.
    Applications Engineering
    National Instruments

  • How to convert LV Vi's from LV 7.0 to higher versions or viceversa.​I need the steps.

    For example i have labview 7.0 and i wan to open in LV 8.0 or still higher..so how to convert my VIs to higher versions or vice versa..I need the steps to convert.

    Hello,
    If you want to convert a vi written in LV 7.0 to a higher version (say 8.5) open the vi written in 7.0 with 8.5 and then save the same. (once you save it to 8.5, you can not open it with 7.0 since 8.5 is higher than 7.0. So male sure to back up your 7.0 version files)
    Now to convert a vi from 8.5 to 7.0 (for example) it gets a litle complicated becase you have load the vi in LV8.5 and then select the option File-->Save for Previous version and select the appropriate option (like 8.2, 8.0 or any other that gets populated in the drop down menu).
    Now say that you have selected the option 8.0, Again the vi saved in 8.0 and follow the same procedure to save it to 7.0 version of labVIEW.
    The reason i said it gets complicated becasue you must have installed all the version of labVIEW  (in the above case its LV 8.0) for a sucessful downgrade.
    Hope this helps you out
    Guru
    Regards
    Guru (CLA)

  • Need to upgrade EP 6.0 SP 9 to higher version

    Hi,
    I have MDM 5.5 SP 6 running on Oracle 9.2 in Windows 2003 server. I had WAS 6.4 SP 9 and EP 6.0 SP 9 installed on the same server. I need to implement Universal Worklist (UWL) in EP 6.0. There were some packages missing in EP 6.0 SP 9 ( like System administration -> System configuration -> UWL administration) for which I need to install higher version on EP 6.0 . Also as MDM 5.5 is running on Oracle 9.2, I can not upgrade to Oracle 10.2 at present and hence EP 7.0 is out of question as WAS 7.0 will require Oracle 10.2.
    Now can any one tell me which are the files to be downloaded from the following list which will ensure the installation of EP version which is higher than EP 6.0 SP 9 . Please remember I already have WAS 6.4 SP 9 and EP 6.0 SP 9 and hence need not download them. So which are the files I should download. What does the upgrade export files do?
    The complete list :
    ZIP       01200615322000000711       Adobe LiveCycle Designer 7.1        Info       171507       07.07.2006
    ZIP      50073239      DVD Onl. Doc. SAP NetWeaver 04 Stack 11       Info      1392532      14.03.2005
    ZIP      50081125      CD SAP License Keys & License Audit       Info      7675      25.10.2006
    ZIP      50083078_1      NW 2004s Presentation - Adobe LiveCycle Designer 7.1       Info      176998      24.01.2007
    ZIP      50083078_2      NW 2004s Presentation - SAP Content Server 6.40       Info      65480      24.01.2007
    ZIP      50083078_3      NW 2004s Presentation - MaxDB Release 7.6.01       Info      1771217      24.01.2007
    ZIP      50083078_4      NW 2004s Presentation - 7.10 Compilation 1 Present. 1/2       Info      379566      24.01.2007
    ZIP      50083078_5      NW 2004s Presentation - 7.10 Compilation 1 Present. 2/2       Info      210375      24.01.2007
    ZIP      50083078_6      Server Components 7.10 Compilation 1       Info      386554      24.01.2007
    ZIP      51019432      CD Oracle9i Database Onl. Docu. 9.2       Info      219697      21.09.2004
    ZIP      51030122_1      Oracle 9.2 NT 1/3       Info      599024      04.05.2004
    ZIP      51030122_2      Oracle 9.2 NT 2/3       Info      525694      04.05.2004
    ZIP      51030122_3      Oracle 9.2 NT 3/3       Info      455712      04.05.2004
    ZIP      51030122_4      Oracle 9.2.0.4.1 NT       Info      262739      04.05.2004
    ZIP      51030122_5      Oracle Failsafe 3.3.2 NT/Intel       Info      150943      04.05.2004
    ZIP      51030123_1      Oracle 9.2 NT/IA64 1/2       Info      477277      17.06.2004
    ZIP      51030123_2      Oracle 9.2 NT/IA64 2/2       Info      578074      17.06.2004
    ZIP      51030123_3      DVD ORACLE RDBMS 9.2 NT/IA64       Info      1637139      30.03.2005
    ZIP      51030123_4      DVD ORACLE RDBMS 9.2 NT/IA64       Info      1637139      30.03.2005
    ZIP      51030123_5      Oracle Failsafe 3.3.2 NT/IA64       Info      90553      07.04.2005
    ZIP      51030630      DVD SAP BI Cont. 3.53 Add-On Inst./Upgr.       Info      864172      26.11.2004
    ZIP      51030721      DVD SAP NetWeaver 04 SR1 Installation Export       Info      1021674      23.12.2004
    EXE      51030722_1      DVD NW 04 SR1 Languages 1 of 4       Info      683594      12.04.2006
    RAR      51030722_2      DVD NW 04 SR1 Languages 2 of 4       Info      683594      12.04.2006
    RAR      51030722_3      DVD NW 04 SR1 Languages 3 of 4       Info      683594      12.04.2006
    RAR      51030722_4      DVD NW 04 SR1 Languages 4 of 4       Info      432888      12.04.2006
    ZIP      51030723_1      SAP NW04 SR1 ADOBE DOCUMENT SERVICES 1.00       Info      380518      20.12.2004
    ZIP      51030723_2      SAP NW04 SR1 BI UDI & BW ANALYZER PRECALC SERVICE 350       Info      22240      20.12.2004
    ZIP      51030723_3      SAP NW04 SR1 TREX 6.1       Info      685073      20.12.2004
    ZIP      51030723_4      SAP NW04 SR1 SAP Exchange Infrastructure 3.0       Info      65791      20.12.2004
    ZIP      51030723_5      SAP NW04 SR1 XI PARTNER CONNECTIVITY KIT       Info      391356      27.12.2004
    ZIP      51030723_6      SAP NW04 SR1 Portal Platform&CM+Collaboration 6.0_640       Info      119905      27.12.2004
    ZIP      51030723_7      SAP NW04 SR1 VISUAL COMPOSER 6.0       Info      17144      27.12.2004
    ZIP      51030723_8      SAP NW04 SR1 Mobile Infastructure 2.5 SP09       Info      294693      27.12.2004
    ZIP      51030723_9      SAP NW04 SR1 SAP IKS 1.00       Info      767      27.12.2004
    ZIP      51030724_1      SAP NW04 SR1 IGS       Info      361949      20.12.2004
    ZIP      51030724_15      NW04 SR1 SAP NW DEVELOPER STUDIO 2.0       Info      642033      01.02.2005
    ZIP      51030724_2      SAP NW04 SR1 SAP J2EE Engine (OS independent parts)       Info      455926      20.12.2004
    ZIP      51030724_3      SAP NW04 SR1 SAP J2EE Engine (SCS NTINTEL)       Info      64108      20.12.2004
    ZIP      51030724_4      SAP NW04 SR1 SAP J2EE Engine (SCS NTIA_64)       Info      90760      20.12.2004
    ZIP      51030763_1      SAP Kernel 6.40 Oracle NTI386       Info      85100      21.12.2004
    ZIP      51030763_2      SAP Kernel 6.40 Oracle NTIA64       Info      150072      21.12.2004
    ZIP      51030764_1      SAP Kernel (U) 6.40 Oracle NTI386       Info      83697      22.12.2004
    ZIP      51030764_2      SAP Kernel (U) 6.40 Oracle NTIA64       Info      147531      22.12.2004
    ZIP      51030777_1      SAP NetWeaver 04 SR 1 Upgrade Export 1/3       Info      536274      03.12.2004
    ZIP      51030777_2      SAP NetWeaver 04 SR 1 Upgrade Export 2/3       Info      611901      03.12.2004
    ZIP      51030777_3      SAP NetWeaver 04 SR 1 Upgrade Export 3/3       Info      518326      03.12.2004
    ZIP      51030778_1      SAP NW04 SR1 Upgrade Master Oracle NTI386 NTIA64       Info      73082      21.12.2004
    ZIP      51030779      DVD SAP NetWeaver 04 SR1 (U) Upgrade Master ORACLE       Info      282670      13.12.2004
    ZIP      51030794      CD WILY INTROSCOPE 5.3 SAP End User Edition       Info      258209      27.12.2004
    ZIP      51030795      CD MERCURY LOADRUNNER 8.0 UNIX (Load Generator Installation)       Info      376258      10.12.2004
    ZIP      51030798      CD MERCURY LOADRUNNER 8.0 Windows (Load Generator Install.)       Info      315828      16.12.2004
    ZIP      51031614_5      Oracle 9.2 Patch Set 7 WIN I386 32Bit       Info      234046      08.02.2006
    ZIP      51031614_6      Oracle 9.2 Patch Set 7 WIN IA64 64Bit       Info      349363      08.02.2006
    EXE      51031678_1      ORACLE RDBMS 10.2 Windows 1 of 5       Info      683594      24.04.2006
    RAR      51031678_2      ORACLE RDBMS 10.2 Windows 2 of 5       Info      683594      24.04.2006
    RAR      51031678_3      ORACLE RDBMS 10.2 Windows 3 of 5       Info      683594      24.04.2006
    RAR      51031678_4      ORACLE RDBMS 10.2 Windows 4 of 5       Info      683594      24.04.2006
    RAR      51031678_5      ORACLE RDBMS 10.2 Windows 5 of 5       Info      48538      24.04.2006
    ZIP      51031687      DVD Oracle 10.2 Rel. 2 Document. Library       Info      456260      28.03.2006
    ZIP      51031725_2      Oracle 10.2.0.2.0 Patch for Windows IA64, I386, X86_64       Info      1937050      07.04.2006
    ZIP      51031764      ORACLE 9.2 Client       Info      320828      19.04.2006
    ZIP      51031816      NW04 SR1 6.40 Kernel ORACLE WIN_x64       Info      120240      29.03.2007
    ZIP      51031817      NW04 SR1 6.40 (U) Krnl ORACLE WIN_x64       Info      120397      29.03.2007
    ZIP      51031848      NW 04 SR1 Components Windows_x64       Info      2005137      27.06.2006
    ZIP      51031849_1      NW04 SR1 IGS (NTAMD64)       Info      9768      07.06.2006
    ZIP      51031849_2      NW04 SR1 SAP J2EE Engine (OS independent parts)       Info      456665      07.06.2006
    ZIP      51031849_3      NW04 SR1 SAP J2EE Engine (SCS NTAMD64)       Info      77305      07.06.2006
    ZIP      51031849_4      NW04 SR1 SAP NW DEVELOPER STUDIO 2.0       Info      642887      07.06.2006
    ZIP      51032073_10      SAP NW04 SR1 Lang.Rescue-File EN (SAP Note: 922783)       Info      126054      13.09.2006
    ZIP      51032073_9      SAP NW04 SR1 Lang.Rescue-File DE (SAP Note: 922783)       Info      162417      13.09.2006
    ZIP      51032411      Job Scheduler 6.0.2 (OEM)       Info      643678      17.01.2007
    EXE      51033128_1      SPC SAP NW 04 Stack 21 - 2007/12 (2) 1 of 9       Info      976563      14.12.2007
    RAR      51033128_2      SPC SAP NW 04 Stack 21 - 2007/12 (2) 2 of 9       Info      976563      14.12.2007
    RAR      51033128_3      SPC SAP NW 04 Stack 21 - 2007/12 (2) 3 of 9       Info      976563      14.12.2007
    RAR      51033128_4      SPC SAP NW 04 Stack 21 - 2007/12 (2) 4 of 9       Info      976563      14.12.2007
    RAR      51033128_5      SPC SAP NW 04 Stack 21 - 2007/12 (2) 5 of 9       Info      976563      14.12.2007
    RAR      51033128_6      SPC SAP NW 04 Stack 21 - 2007/12 (2) 6 of 9       Info      976563      14.12.2007
    RAR      51033128_7      SPC SAP NW 04 Stack 21 - 2007/12 (2) 7 of 9       Info      976563      14.12.2007
    RAR      51033128_8      SPC SAP NW 04 Stack 21 - 2007/12 (2) 8 of 9       Info      976563      14.12.2007
    RAR      51033128_9      SPC SAP NW 04 Stack 21 - 2007/12 (2) 9 of 9       Info      586929      14.12.2007
    ZIP      51033272      ORACLE 10.2 Client       Info      530670      14.12.2007
    ZIP      51033746_13      Installation Master 6.20/6.40 Windows Server on IA32 32bit       Info      113641      15.05.2008
    ZIP      51033746_14      Installation Master 6.20/6.40 Windows Server on IA64 64bit       Info      140088      15.05.2008
    ZIP      51033746_15      Installation Master 6.20/6.40 Windows Server on x64 64bit       Info      126585      15.05.2008
    CAR      SAPKQDR902      Drag and Relate Objects version 620/02       Info      141

    Hi Joshua,
        Yes you can upgrade EP6 SP9 to SP12 directly. Java support packs are cumulative. You don't need to apply sp10 or sp11. You can download the documentation from service.sap.com or you can email me at [email protected] I will send you the pdf for the upgrade.
    Prakash.

  • Showing that "Higher version java already installed" when trying to install jre7u5 even after uninstall of java in mac os x 10.7.5

    Hi
      I am running mac os x 10.7.5.I have installed jre7u_17 in my mac.But uninstalled it by removing javaAppletPlugin.plugin and when i am trying to install jre7u5 it prompting me that "Higher Version of java already installed.But in terminal if i run java -version command it showing that "No runtime environment present".Please help me how to uninstall java completely from my mac and to install lower version of java.Please.

    The next time you have the problem, note the exact time: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Scroll back in the log to the time you noted above. Select any messages timestamped from then until the end of the episode. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • I have a imac g5. It's running off version 10.4.11. How do I update it to a higher version? Do I have to buy that software or can I download it from apple?

    I have a imac g5. It's running off version 10.4.11. How do I update it to a higher version? Do I have to buy that software or can I download it from apple?

    Does the computer's installed version of OS X (Tiger 10.4.11) have an install
    + restore DVD, or is that missing? The original disc set usually would include
    the extra applications not found on a retail version OS X install DVD; and a
    bonus is the original software kit included the version Apple Hardware Test
    for your computer model. This also is not included in a retail OS X install DVD.
    If you have your computer serial number and model information available,
    and try calling Apple (main number, not local store) and ask to speak to an
    Operating System Specialist, when you get someone matching that position
    on the phone ask what they can do for you regarding a Replacement DVD
    install disc for a system that can run in your computer.
    If your computer shipped with a Tiger version, that would have been originally
    on a grey-label DVD set include with the computer, with a part number on it.
    A replacement may be harder to get, than say, a white label Replacement
    DVD install disc for Leopard 10.5. There had been a white label non-retail
    full install version of both Tiger and Leopard, available for a time from Apple
    sales support main numbers (or applecare?) for a reasonable fee. Maybe still.
    Perhaps if one kind of replacement system disc is not available, they may
    have some other option at Apple. The main store number may not be the
    correct place to ask, but they may be able to redirect you to an OS Specialist.
    (in US 1-800-MY-APPLE is the main #. There is another number I don't recall.)
    Good luck & happy computing!

  • I just purchased a MacBook Pro Retina. Checked my OSX and it is version 10.8.1... trying to find a way to upgrade to a higher version. In the app store it doesnt show the update nor downloading the new Mountain Lion OXS doesnt work. Please help

    I just purchased a MacBook Pro Retina. Checked my OSX and it is version 10.8.1... trying to find a way to upgrade to a higher version. In the app store it doesnt show the update nor downloading the new Mountain Lion OXS doesnt work. Please help

    hienn,
    Not yet. There was an upgrade page to 10.8.2 for the late 2012 models but it's down now. I have to assume that Apple pulled it because of some bugs. I would look for something next week, more likely than not. In the meantime, the OP should be good with 10.8.1 until the update shows up again.
    Clinton

  • Upgrade MacBook OS from original Mac OS x 10.4.11 to higher Version

    Hi Support Team,
    I am using an old MacBook installed with Mac OS x 10.4.11.
    I wish to upgrade my Max OS to a higher version.
    What could be done?
    Thanks,
    NORA

    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard — Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service — this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion — System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

Maybe you are looking for