DB Cache installation stops at 96%

Hi friends,
DB Cache installation stops at 96%
with error msg as
Updating user list
Adding users to the Cache
Adding users to the cache failed
Reason WTE-01592 Error Cache Not available
Pl. Help me.It is urgent
Thanx
null

I had the same problem on Linux version, but its not a big problem.
- restart your web cache
- open DBA Studio in mode stand alone:
# oemconsole dbastudio
Connect to your DB Cache, and re-synchronize your client list (I can't remmember well, but it is option in the menu tools).
Best regards, Marcelo.

Similar Messages

  • ST22 timeout for all LC related transactions  LIVE cache start stop working from LC10

    Hi Team
    we are a getting a  ST22 timeout for all LC related transactions  LIVE cache start stop working from LC10
    LC version 7.9
    OS AIX
    SAP SCM 7
    SDBVERIFY giving the following error
    Checking package Redist Python
    Checking package Loader
    Checking package ODBC
    Checking package Messages
    Checking package JDBC
    Checking package DB Analyzer
    ERR: Failed
    ERR: Checking installation "Legacy" failed
    ERR: Group of directory /sapdb/data/config/install changed [0 =>
    sdbregview -l is showing good.
    any idea what might went wrong.
    trying to use sdbverify -repair_permissions , but not sure about the exact syntax to use.
    and it is not related to timeout parameter, we tested with different timeout values, but still the same error.
    thanks
    Kishore Ch

    Hello Kishore,
    you could check the sizing of the liveCache data.
    * Report  /SAPAPO/TS_LCM_REORG_SNP has checks  of the SNP planning areas for superfluous objects.
    * Delete old/temporary APO data.
    * /SAPAPO/TS_LCM_REORG report checked TS superfluous objects.
    If you didn't create the planning versions, copy of planning versions & data load to liveCache, then create the SAP message to check your system on the question of the dataarea usage.
    If you have the long running APO transactions => performance of the SCM system has to be checked.
    If you have the bottleneck in liveCache & could not solve the case by yourself => create the SAP message to BC-DB-LVC and get SAP support.
    Best regards, Natalia Khlopina

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • HP LaserJet Pro MFP M127fw installer stopped working

    Have dificulty  installing HP LaserJet Pro MFP M127fw drivers on hp 32bit laptop with windows 7
    Build in printer software stops halfway
    Downloaded software stops halfway
    Standard windows 7 printer driver works fine and can print with it, but has no scanner driver
    HP printer scanner doctor indicates scan software is not installed and directs me to driver download on hp website
    installation of this software stops also halfway
    No errorcodes anywhere, just message box installer could not continue and trying to find a solution. That box diapears as well.
    Installation fails on both wired network and usb
    no errormessages in windows logbooks
    The http connection works fine
    tried installation with smart install on and off (is off at the moment)
    Spooler service is running fine
    Searched this forum and more people seem to have this problem but there is no solution mentioned in the end.
    Please help
    This question was solved.
    View Solution.

    Hi @Lize2 ,
    I see that you are having issues installing the printer, the installer stops working. Thanks for providing that detailed information. I would like to help you out today.
    It sounds like something is blocking the software from installing, since just the driver are being installed.
    Disconnect the USB cable, run the uninstall from the CD.
    Touch the Windows key and the E key to access the computer window. Right click on the CD for the printer, left click open in a new window, double click on uninstall.
    Do a msconfig to turn off any startup programs that might be interfering with the installation.
    Click on Start, in the search box type in Run, enter, then type in Msconfig, click OK.
    Click the Services tab. Click to select the Hide All Microsoft Services check box. Click Disable All, and then click OK.
    Then click on the Start Up tab at the top. Click on disable all.
    Reboot the computer.
    Temporarily turn off any Antivirus software and Real Time Scanning. Especially if you are using Mcafee.
    Then run the installation again. Right click on the install and select Run as Administrator.
    Test the printer again.
    Then go back into msconfig and Enable the All Microsoft Services and Enable All on the Start Up tab. Turn the Antivirus software back on again and the Real Time Scanning.
    If you need further assistance, just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • TS1702 ?Some of my applications have been saying I need the latest version of Adoebe Flash Player.  When I try to download it I get the following error message:  'Frame Load interrupted' and the installation stops.  Any suggestions

    Some of my applications have been saying I need the latest version of Adoebe Flash Player.  When I try to download it I get the following error message:  'Frame Load interrupted' and the installation stops.  Any suggestions?

    You can only use apps downloaded from the App store, not via a browser. There is no Flash for any iOS device including the iPod.

  • Can't install Itunes 10.7.  Itunes installer stops working.  How do i rectify this problem?

    Was upgrading to Itunes 10.7 for windows but Itunes installer stops working while installing. Can anyone help me !!!

    A few key steps:
    1.  Shutdown computer;
    2.  Restart from cold;
    3.  Make a secure backup of your Song files;
    4.  Uninstall iTunes;
    5.  Restart computer from cold a 2nd time;
    6.  Install latest version of iTunes from: http://www.apple.com/uk/itunes/download/.

  • I can't upgrade my iPhone 4 to iOS 5.1.1 from the iPhone using wifi!! the installation start but before finishing an error occurred and the installation stop! help

    I can't upgrade my iPhone 4 to iOS 5.1.1 from the iPhone using wifi!! the installation start but before finishing an error occurred and the installation stop! help

    I will try, and what happen is that after it is intall and start "Preparing upgrade" the installation stop and a message occure: An error occure download the iOS 5.1.1" thas all.
    But now it is too late because the iOS 6 is now availabel, is it recommendet to donwload iOS 6 on iPhone 4 or not?

  • Hii,,, i am using iphone 3g, i am trying to install apps from apple store,, installation stop in middle,and say u have to do install through itunes from your laptop. when i am trying to install it from my laptop,, its failed again n again,, help me out ,,

    hii,,, i am using iphone 3g, i am trying to install apps from apple store,, installation stop in middle,and say,, u have to do install through itunes from your laptop. when i am trying to install it from my laptop,, its failed again n again,, help me out ,

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • CC installation stops searching file server at 2%

    Hi
    I try to update the newest version, but the installation stops at 2% with the message "searching server'.
    PC W78 is connected to internet. Did relaunch, but no change.
    This since 2 days now
    Thanks for your help

    The key of the problem may be found here:
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon> ::= <username>[<password>][@<connect_identifier>] | /
    Which means the dbca is not recognizing some parameter. Initial database creation assumes you are able to connect as sysda without a password, Which means you should be able to connect as a valid user with ORA_DBA and connect as batch privileges. If you are installing with domain related authentication issues, then it could be the most likely reason dbca is not able to go ahead with installation.
    1. Determine if you are connected with the ORA_DBA group privilege. It should be so if you are locally connected (not with a domain account)
    2. Verfiy if you are able to connect as sysdba, open a sql prompt this way:
    sqlplus / as sysdba
    3. If you are able to connect, it means your authentication mechanism is properly working.
    4. Verify the contents of the alert.log associated with the instance, some error message there will bring light on this issue.
    Please feedback on the results of this initial troubleshooting procedure.
    ~ Madrid.

  • Ear Sir: Yesterday on 18.09.2014 evening, I wanted to install IOS 8.0 according to your instructions iPhone 5S.during installation Stopped working and was closd, I can not work with him. Ibought it in the United States Apple Store Fifth 40venue 767 N

    Dear Sir: Yesterday on 18.09.2014 evening, I wanted to install
    IOS 8.0 according to your instructions iPhone 5S.during installation
    Stopped working and was closd, I can not work with him. Ibought it in
    the United States
    Apple Store Fifth 40venue 767 New York NY1053
    iPhone 5s Spase Gray 32 gb verizon.
    Part Number: ME344ll / A.
    Serial number: DN*******NjM.
    Model A1533. I would like to request a new password for opening the
    iPhone.  Passwod..... Thank you very much,
    Im not difficult for you to request a quick answer.Israel.
    <Personal Information Edited By Host>

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple - it looks like somebody has asked the hosts to remove your personal info from your post (it's not a good idea to post any personal info on any public forum).
    What do you 'stopped working and was closed, I can not work with him' ? What exactly are you seeing on the phone's screen ?
    If it's the activation screen and you can't remember your password for your account then see if you can get it reset via http://iforgot.apple.com

  • NW04S SR1 installation stops in phase 26 - import MAXDB statistics

    Dear Forum,
    During the installation of Netweaver 2004S SR1 on a MS Windows Server 2003 64 bit environment, the installation stops in phase 26 - import MAXDB statistics.
    I looked in the XCMDOUT.LOG file and tried to recreate the index.
    I allready updated the database to 7.6.00.34 but this didn't help.
    Please do you have any suggestions,
    Robert Eijpe
    XCMDOUT.LOG
    Execute Command : d:\sapdb\programs\pgm\dbmcli.exe -n knowledge -d KP1 -u control,********
    Execute Session Command : sql_updatestat SAPKP1.*
    ERR
    -24988,ERR_SQL: SQL error
    -9407,System error: unexpected error
    9,Aborting statistics computation due to system error
    42,Error while collecting statistics for table 000000000000060a;  error bad_datapage
    Knldiag.err
    2006-12-06 22:10:47      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:47      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:47      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:47      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:47      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:48      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:48      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:48      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:48      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:50      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:50      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:50      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:51      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:51      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:52      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:52      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:52      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:53      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:53      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 65499 (perm) read pageno 65499
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 65499 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 139935 (perm) read pageno 2097184
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 139935 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 95280 (perm) read pageno 140
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 95280 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 110320 (perm) read pageno 5439489
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 110320 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:55      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 199662 (perm) read pageno 4522079
    2006-12-06 22:10:55      0x418 ERR 20020 Data     Bad data page 199662 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR 51080 SYSERROR -9407 unexpected error
    2006-12-06 22:10:55      0xF90 ERR     9 Data     Aborting statistics computation due to system error
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90     19651 CONNECT  Connection released, T99

    Thanks Ashwath for your response, but because it was a new installation and I cannot restore the last good backup because i don't have one.
    I remove the installation a couple of times and reinstall the central installation but I got the same problem again. So I did a distributed installation and this was working well.
    with regards,
    Robert

  • Installation stops j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin on DEBIAN

    Hi Guys,
    i wan't to install the sunone cobundle from the community edition on my Debian Linux System (Kernel 2.4.18)
    The installation stops after i execute the self-extraction file. What have i forgotten to install. There's no error description.
    Thx for you help.
    <snip>
    asterix:/usr/local/sunone4# ./j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Preparing Java(tm) Virtual Machine...
    </snip>

    I get the same problem on Red Hat 8.0
    dt

  • Photoshop cs6 extended Installation stops at 45% continuously

    As it says...
    Photoshop cs6 extended Installation stops at 45% continuously.
    I have previuosly downloaded and started a trail some days ago...then uninstalled it...now wanting to reinstall it...doesn't work. Stops at 45% and the computer start laging
    Anyone knows how to help?

    Please run the Adobe Support Advisor - http://www.adobe.com/support/loganalyzer/ to review your installation log.

  • Photoshop elements 11 installation stops

    I got the following message and installation stops.
    "An error occurred during the installation of assembly component"
    "{97F81AF1-0E47-DC99-A01F-C8BeB9A1E18E}."
    "HRESULT: 0x80070005.
    my os is windows 7 pro 64bit sp1.
    Help me please.

    Thank you for very prompt reply for my question.
    I followed solution 1 to 3 on the page you suggested precisely, however it did not help me.
    I am having the same message for every attempt.
    Only changes so far are that I have become familiar with msconfig and regedit. In addition, my .net framework has been updated to the latest version in the process.
    Thank you, again.

  • Installation stops

    I try to re-install Lightroom after i removed it. But the installation stops @ 42%. I get this msg;
    Exit Code: 7 Please see specific errors below for troubleshooting.
    For example,  ERROR:   -------------------------------------- Summary -------------------------------------- 
    - 0 fatal error(s), 2 error(s)    ----------- Payload: Adobe Photoshop Lightroom 5 5.3.0.0 Adobe_Lightroom.msi_5.3 ----------- 
    ERROR: Install MSI payload failed with error: 1624 - Feil under bruk av transformeringer.
    Kontroller at de angitte transformeringsbanene er gyldige. MSI
    Error message:  ERROR: Third party payload installer Adobe_Lightroom.msi failed with exit code: 1624
    Yes, I have restarted the system before I tried to re-install....

    You need to remove your older Acrobat version BEFORE trying to install the newer one.
    Ken Friedman

Maybe you are looking for

  • Lost Security Profile Password

    I'm using Acrobat Pro 7.0 and have misplaced the password on a security profile.  When I originally set it up, I checked the box that said "Save Passwords with Policy".  Is there a way I can retrieve the password from my Windows XP system?

  • How configurate a SAP System Registry in Web Dynpro ?

    Hi everybody, When i deploy a web dynpro application, i obtain the following error: "No default system is configured in SAP System Registry" In menu Window->Preferences->SAP AS Java, i need to register SAP instance. However, i don't know how to retri

  • Why do the rulers (cmd R) disappear after using Print (cmd P) ?

    Why do the rulers (cmd R) disappear after using Print (cmd P) ?

  • Macbook pro touchpad/curser problems.

    macbook pro touchpad curser problems.  typing randomly jumps to wherever the curser is resting at the time.  unbelievably maddening.  multiple devices same all have same problem.  hard to believe we cannot find anything on the apple site about this. 

  • Very low sound on HP - Pavilion G6 2302 ax Model Laptop

    I have a Hp pavilion g6 2302 ax laptop with windows 7 (downgraded from windows 8) . Even after maximising all the settings of audio the sound that i recieve withh 100% volume is only 10% . And when i go to the speakers configuration setting and click