Re: MSP hangs on ZCM deployment

Kelly,
did you mean to post in the ZAV forum?
Shaun Pond

Kelly,
I had something similar with the Adobe reader msp. I think it's waiting (hidden from view) for you to respond to a restart request.
I used the following command line parameter with the msp:
/p AdbeRdrUpd1014.msp /qn /norestart
This is peculiar to Adobe msp.
I hope this helps,
Paul
Originally Posted by ksavage10
Hi
I believe we have ZCM 11.2 on our servers and 11.1 or 2 on our clients(agents). I am pushing an Adobe.msi and then an MSP to upgrade the version. If you watch the progress on the client machine, it just says installing and the patch never finishes. If I manually reboot, the patch has been installed.
Is this the same issue as in TID 7002228? If we install the patch will we need to reinstall it after the next service patch? Anyone had success or issues with the patch?
Kelly Savage
Client Operations Team
University of Minnesota Physicians
720 Washington Ave. SE Suite 200
Minneapolis, Minnesota 55414
612-884-0753

Similar Messages

  • ZCM deployment of MSP hangs

    Hi
    I believe we have ZCM 11.2 on our servers and 11.1 or 2 on our clients(agents). I am pushing an Adobe.msi and then an MSP to upgrade the version. If you watch the progress on the client machine, it just says installing and the patch never finishes. If I manually reboot, the patch has been installed.
    Is this the same issue as in TID 7002228? If we install the patch will we need to reinstall it after the next service patch? Anyone had success or issues with the patch?
    Kelly Savage
    Client Operations Team
    University of Minnesota Physicians
    720 Washington Ave. SE Suite 200
    Minneapolis, Minnesota 55414
    612-884-0753

    Kelly,
    I had something similar with the Adobe reader msp. I think it's waiting (hidden from view) for you to respond to a restart request.
    I used the following command line parameter with the msp:
    /p AdbeRdrUpd1014.msp /qn /norestart
    This is peculiar to Adobe msp.
    I hope this helps,
    Paul
    Originally Posted by ksavage10
    Hi
    I believe we have ZCM 11.2 on our servers and 11.1 or 2 on our clients(agents). I am pushing an Adobe.msi and then an MSP to upgrade the version. If you watch the progress on the client machine, it just says installing and the patch never finishes. If I manually reboot, the patch has been installed.
    Is this the same issue as in TID 7002228? If we install the patch will we need to reinstall it after the next service patch? Anyone had success or issues with the patch?
    Kelly Savage
    Client Operations Team
    University of Minnesota Physicians
    720 Washington Ave. SE Suite 200
    Minneapolis, Minnesota 55414
    612-884-0753

  • Execution of mapping gets hanged in OWB Deployment Manager

    Description:
    Scenario - 1
    1. Source schema (rapid) to staging schema (radar01)
    We have a few mappings where we need to load data from the source to target. These mappings are successfully validated, deployed and executed.
    Both schemas reside in same database.
    Scenario - 2
    2. Staging schema (radar01) to Warehouse schema (radar02)
    We have a few mappings where we need to load from staging to warehouse.
    Please note the staging schema here is a target schema in the scenario-1 and in scenario - 2
    It is the source. The mappings where successfully validated, but a warning message is displayed while deploying.
    Warning:
    VLD-2771: System privileges may not allow extraction from source STG_ULD.
    Skipped the warning and then executed, Till 22nd the mapping was getting executed and data was getting loaded into the target schema from staging.
    From 22nd onwards, while executing these mappings, execution remains hanged forever
    Runtime Audit Browser:
    In Runtime Audit Browser shows the status for the above mappings as BUSY
    Actions Taken:
    1. Purged all previous mappings
    2. Analysed all the runtime repository tables.
    3. Purged the BUSY status mappings also by using the procedure.
    4. Grants given (SELECT ON) on all the staging schema tables to warehouse schema.
    5. Restarted the database.
    Even after the above actions also the problem has not yet been solved. Kindly suggest us how to go about.
    Environment:
    OWB 10g Client - 10.1.0.2.0
    OWB 10g Repository - 10.1.0.1.0
    Workstation OS - Windows XP
    Oracle database - 9.2.0.1.0
    Database server installed on Unix OS (Solaris)

    May be you would like to check at the database of what exactly is getting executed. Just check if there is a query running on either source or target objects. If this is a case then you would like to grab it and optimize the same.
    If this is not a case then it could be that the mapping is waiting for some locks.

  • BI Publisher hangs when manually deploying through OAS

    Hi.
    We are trying to manual deploy the xmlpserver.ear file in an Oracle AS10g 10.1.3.3 installation. The BI Publisher version is 10.1.3.3.
    I enter all the information correctly, and it seems to be working, but hangs at the end of the deployment process.
    I've seen entries on the forum that other people had issues, but I have not seen a resolution.
    Anyone encounter this problem and get it resolved?
    Thanks,
    Jim

    Yes I am using App Server Control to deploy following the BI Publisher install manual. I'm putting it in it's own OC4J container, and deploying the xmlpserver.ear file to it.
    It hangs at the final step. I didn't see anything in the logs. I tried this several times, always uninstalling the app server and installing from the beginning, but always get the same results.
    We are running on Red Hat Linux, AS10g rel 3, BI Publisher 10.1.3.3.
    I would think this would have to be reproducable.
    Any ideas?
    Thanks,
    Jim

  • Crystal Reports 13 for VS2013 Hangs when report deployed via Clickonce

    Hi,
    We have upgraded from vs2008 to vs2013 one of our .net C# projects. Project consist of a Server and a windows client. Reports are run in the client, and data transported with disconnected Datasets ( No direct connection to the database ). We use Microsoft clickonce to deploy this application to our users.
    The problem we have is that after the migration clients deployed with clickonce experience a delay of about 1 minute while the report is shown with a message "please wait while the document is processing". However if we run the application directly from the filesystem the report is shown immediately.
    running the clickonce deployed shows the following message using process monitor, however after ~1 minute the report displays correctly.
    6:08:05.5863138 PM
    ECMWin.exe
    18156
    CreateFileMapping
    D:\Users\o\AppData\Local\Temp\2\temp_6a4d2478-2cab-45d5-8e21-af5d5d3a761a {56013444-9297-4F76-A8DE-00A08C289BBF}.rpt
    FILE LOCKED WITH WRITERS
    SyncType: SyncTypeCreateSection, PageProtection:
    Code:
            CrystalReport1 c = new CrystalReport1();
            public Form1()
                InitializeComponent();
                c.Load();
            Stopwatch s = new Stopwatch();
            private void Form1_Load(object sender, EventArgs e)
                if (c.IsLoaded)
                    crystalReportViewer1.ReportSource = c.FileName.Replace("rassdk://", ""); ;
                    Console.WriteLine("crystalReportViewer1.ReportSource = c;:" + s.Elapsed.TotalMilliseconds.ToString());
    * Note:
    1. the report from the code above is empty and has no connections to database.
    2. Using Vs2013
    3. Using SAP Crystal Reports, developer version for Microsoft Visual Studio - Service Pack 9 - Fixed Issues and updates - Busines…

    Hi,
    Finally found the issue:
    Our windows application every 20 minutes ( 1 minute in debug ) check for clickonce updates in an independent thread using CheckForDetailedUpdate method and then it sleeps.
    public void ApplicationUpdateTimerThread()
      int updateInterval = applicationUpdateTimer.Interval = 1200000; // 20 mins
      if (ApplicationDataAccess.IsDebug) { updateInterval = 60000; }
      while (true)
         UpdateCheckInfo updateInfo = appDeployment.CheckForDetailedUpdate();
         Thread.Sleep(updateInterval);
    Doing this was locking the filesystem where now Crystal is putting their temporary report files and therefore preventing file access until the thread was active again ( The reason for the 60 seconds delay )
    So Creating a new thread to only check for update and let it die inmediately fixed the issue.
    public void ApplicationUpdateTimerThread()
      int updateInterval = applicationUpdateTimer.Interval = 1200000; // 20 mins
      if (ApplicationDataAccess.IsDebug) { updateInterval = 60000; }
      while (true)
      System.Threading.Thread t1 = new System.Threading.Thread (delegate()
      { UpdateCheckInfo updateInfo = appDeployment.CheckForDetailedUpdate(); });
      t1.Start();
      Thread.Sleep(updateInterval);

  • Web as 640 sp9 hangs by step "deploy via SDM/J2EE"

    Hi,
    I tried to install the sp9 for many times - very frustrating - can anyone help please ?
    Follwing products have been installed:
    1. webas 640, sp3
    2. webas 640, sp8
    3. ep6 sp3
    4. ep6 sp6
    5. But now it struggles - I have problems with applying the <b>patch 9 to webas</b> , the steps until to "deploy online" were sucessfull, but the step <b>"deploy via SDM/J2EE" has an error</b>. In the SAP MMC the process SDM was yellow, and stopped. The file callSdmViaSapinst.log shows:
    <i>Nov 24, 2004 8:48:18 AM  Info: SDM operation mode successfully set to: Integrated
    Nov 24, 2004 8:48:18 AM  Info: Initializing Network Manager (50017)
    Nov 24, 2004 8:48:19 AM  Info: Checking if another SDM is running on port 50018
    Nov 24, 2004 8:48:19 AM  Error: Could not start SDM - another Server may be running already.
    Nov 24, 2004 8:48:19 AM  Error: Another SDM is running already for this SDM_HOME directory. Exiting. Throwable: com.sap.sdm.client_server.launch.SDMRunningException Throwable message: Another SDM instance is running on this host</i>
    So I stopped the SDM with <i>stopserver</i>, started it again with start <i>sdm jstartup "mode=standalone"</i>
    and restarted sapinst - now it worked until the component com.sap.rprof.remoteProfile , now I have the message:
    <i>ERROR: NOT updated. The Deploy Service returned the following error: For detailed information see the log file of the Deploy Service. Exception is:
    com.sap.engine.services.rmi_p4.P4ConnectionException: Possible problem: no available running server node. Check your running servers.</i>
    What now ? I stopped the server, restarted the sapinst from the beginning - the same result. Whats wrong ?
    Thanx a lot,
    Martin

    I had this same SDM issue during an install. I simply stopped and started the instance. and then restarted the install.
    However I would review the consiole logs and see why the server would not be running. If the server starts up and then dies it is probably something related to the java paramters. If you changed the paramters via configtool and you properly apply them, I would restart the instance and then kick of install again...
    This process worked for me.
    Hope this helps,
    John

  • How to hange templates without deploying (sysprepping) it all the time?

    hi there,
    I have a little question about template management:
    I have a server 2012 R2 template. when I deploy it, it gets sysprepped, naturally.
    As you can only sysprep a windows installation 3 times, I have to avoid sysprepping when I wanna do changes to the template like activating RDP or installing a progam (I'm not necessarily talking about installing updates).
    Do I have to create a Vm, attach the vhd, shut down the Vm and replace the VHD in the library with the new one?
    Or is there any other method for handling templates?
    thanks :>

    Hi Sir,
    >>As you can only sysprep a windows installation 3 times,
    Generally , I create a VM template with an existing VM , VMM will perform SYSPREP during creating VM template :
    https://technet.microsoft.com/en-us/library/hh427282.aspx
    >> I have to avoid sysprepping when I wanna do changes to the template like activating RDP or installing a progam
    As for OS setting you can use "answer file  " :
    http://blogs.technet.com/b/chrad/archive/2009/06/30/scvmm-sample-unattend-xml-for-windows-server-2008-r2.aspx
    As for application/program please refer to following article about create application packages:
    http://blogs.technet.com/b/scvmm/archive/2011/04/18/creating-virtual-application-packages-with-microsoft-server-application-virtualization-sequencer.aspx
    Best Regards,
    Elton JI
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Par deploy from IDE hangs and causes Portal to crash

    Using the Netweaver 2004s SP7 Preview, on a Windows XP Pro machine, when I use the IDE's Quick Deploy on a Par, most of the time all works fine. But occasionally the deploy hangs in the Deploying Par stage. I have waited as long as an hour to make sure that it is hung. The IDE has to be stoped from Task Manager.
    At this point the portal no longer responds. Restarting the system results in the server0 never getting beyond the Starting Framework status.
    I found no errors in any logs after the hang or from the attempted restart.
    The only way to restart was to restore the file systems from a backup.
    Needless to say a three hour restore once or twice a day is very frustrating.
    Has anyone seen this behavior?

    Hi Antonio,
    A couple basic questions that may help us troubleshoot:
    1.) What version of LabVIEW are you using?
    2.) Are you able to deploy any code to the sbRIO? i.e. something even simpler than what you are already doing.
    3.) Have you ever been able to deploy code to this particular sbRIO?
    4.) Have you tried formatting and reinstalling the software?
    5.) What other troubleshooting steps have you tried?
    Aaron P
    National Instruments
    Applications Engineer
    http://www.ni.com/support

  • IStudio hanging while trying to open a project

    Hi,
    iStudio throws application( DB adapetr) error at the startup, when OK is
    clicked on the messages, it hangs showing the status as "Loading deploy view".
    Actually iStudio got closed during creating an event in B2BApp (DB
    adapter).When opened for the next time it gave above error.
    nothing worked with stopping & starting the adapeters & repository.
    Messageinfoidtable has following error entry in description column:
    "AQ Adapter: ** Error ** unable to restart database and AQ connections."
    & "XMLAQAdapter_restartFailed" entry in internalID.
    Starting of AQ Adapater is throwing following error:
    AQ Adapter: restarting database and AQ connections.
    AQ Adapter: resubscribing to queue IP_IN_QUEUE.
    AQ Adapter: ** Error ** unable to restart database and AQ connections.
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    at
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :124)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
    at
    oracle.jdbc.driver.T4CTTIoauthenticate.receiveOsesskey(T4CTTIoauthent
    icate.java:242)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:297)
    at
    oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    346)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:149)
    at
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:31)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:543)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at
    oracle.oai.common.database.DBConnection.connectToDatabase(DBConnectio
    n.java:482)
    at
    oracle.oai.common.database.DBConnection.connectOnce(DBConnection.java
    :314)
    at
    oracle.oai.agent.common.oracleaq.AQSessionFactory.getAQSession(AQSess
    ionFactory.java:47)
    at
    oracle.oai.agent.common.oracleaq.AQManager.createAQSession(AQManager.
    java:482)
    at
    oracle.oai.agent.common.oracleaq.AQManager.subscribeQueue(AQManager.j
    ava:421)
    at
    oracle.oai.agent.common.oracleaq.AQManager.resubscribe(AQManager.java
    :407)
    at
    oracle.oai.agent.common.oracleaq.AQManager.restart(AQManager.java:210
    at oracle.oai.agent.common.Restarter.doOperation(Restarter.java:42)
    at oracle.oai.agent.common.TimerThread.run(TimerThread.java:74)
    Adapetr entries are as follows:
    // Bridge class
    bridge_class=oracle.oai.agent.adapter.aq.XMLAQBridge
    // AQ database connection info
    aq_bridge_username=xxxx // aq_bridge_username=b2buser
    //the value of the property "aq_bridge_password" is taken from the
    Wallet.
    aq_bridge_host=oradisc
    aq_bridge_port=1521
    aq_bridge_instance=aaa
    aq_bridge_owner=aaa
    aq_bridge_consumer_name=B2BUSER
    aq_bridge_use_thin_jdbc=true
    Is there any link between the starting up of iStudio n AQ adaapter?
    If password needs to be changed then where can I do the changes, as password is stored in wallet, how to search the wallet utlility?

    Hi Colette,
    Thnx for the reply.
    Yes u r right, the whole intergration consists of AQ, DB & FTP adapter applications, connecting with B2B.
    Infact B2BUser entry is commented here.
    The inital error coming is error loading in DB application( in which I was creating some event)....then iStudio hangs showing loading deploy view.
    I tried with changing the entries suggested, still facing same issue.
    Is my metadata corrupted due to some wrong/incomplete event creation?
    Can I delete the entries from the messageinfoidtable for the event I was trying to create?
    How to check the password entries from wallet..I mean what all steps involved to check the same.
    Below is the ini file entiries for the AQ adapter:
    // Bridge class
    bridge_class=oracle.oai.agent.adapter.aq.XMLAQBridge
    // AQ database connection info
    aq_bridge_username=ichub // aq_bridge_username=b2buser
    //the value of the property "aq_bridge_password" is taken from the Wallet.
    aq_bridge_host=oradisc
    aq_bridge_port=1521
    aq_bridge_instance=b2b
    aq_bridge_owner=b2b
    aq_bridge_consumer_name=B2BUSER
    aq_bridge_use_thin_jdbc=true
    +++++++++++++++++++++++++++
    +++++++++++++++++++++++++++
    Below is the iStudiolog.txt entries: any pointers from below file?
    10:47 AM 9/29/200510:47 AM 9/29/2005LOW: 20
    HIGH: 40
    MAX: 120
    DEBUG: true
    ADT Support: true
    Connecting to repository
    RepoConnection: Got IOR!
    Bound to EventMgr
    Bound to EMDMgr
    Bound to AgentATMgr
    Bound to LCOMgr
    Bound to DSOMgr
    Bound to RepoMgr
    SessionName:iStudio@sgistudio
    COMMIT SESSION CALLED.
    ENDSESSION CALLED.
    CACHE compaction algorithm running...
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    CACHE SIZE: 0
    END CACHE compaction algorithm.
    END SESSION CALLED BY COMMIT SESSION.
    CACHE SIZE: 1
    CACHE SIZE: 2
    CACHE SIZE: 3
    CACHE SIZE: 4
    CACHE SIZE: 5
    CACHE SIZE: 6
    CACHE SIZE: 7
    CACHE SIZE: 8
    CACHE SIZE: 9
    CACHE SIZE: 10
    CACHE SIZE: 11
    CACHE SIZE: 12
    CACHE SIZE: 13
    CACHE SIZE: 14
    CACHE SIZE: 15
    CACHE SIZE: 16
    CACHE SIZE: 17
    CACHE SIZE: 1
    CACHE SIZE: 2
    CACHE SIZE: 3
    CACHE SIZE: 1
    Event Map does not exist
    CACHE SIZE: 1
    CACHE SIZE: 2
    Event Map does not exist
    CACHE SIZE: 2
    CACHE SIZE: 3
    Event Map does not exist
    CACHE SIZE: 3
    CACHE SIZE: 4
    Event Map does not exist
    CACHE SIZE: 4
    CACHE SIZE: 5
    Event Map does not exist
    CACHE SIZE: 5
    CACHE SIZE: 6
    Event Map does not exist
    CACHE SIZE: 6
    CACHE SIZE: 7
    Event Map does not exist
    CACHE SIZE: 7
    CACHE SIZE: 8
    Event Map does not exist
    CACHE SIZE: 8
    CACHE SIZE: 9
    Event Map does not exist
    CACHE SIZE: 9
    CACHE SIZE: 10
    Event Map does not exist
    CACHE SIZE: 10
    CACHE SIZE: 11
    Event Map does not exist
    CACHE SIZE: 11
    +++++++++++++++++++++++++++++++++++++++++++++
    Any pointers how to check the password entries in the wallet?

  • JavaScript not functioning in administrative deployment

    I've created an administrative installation of Adobe Reader 9 as per the instructions here:
    http://www.adobe.com/devnet/acrobat/pdfs/gpo_ad_9.pdf
    I've applied the patches in the order specified here:
    http://kb2.adobe.com/cps/498/cpsid_49880.html
    And I've deployed the package using a GPO.
    We have a particular PDF form which uses JavaScript to total the numbers entered in the form and display the total at the bottom. When I try to open this PDF with the version of Adobe Reader deployed, the total is not updated. When I open the JavaScript debugger, I get the following errors:
    InitializeFormsTrackerJS is not defined
    1:App:Init
    AFDate_FormatEX is not defined
    1:Field:Format
    AFDate_FormatEx is not defined
    1:Field:Format
    AFDate_FormatEx is not defined
    One of my colleagues discovered that the version of JSBytecodewin.bin in the "Program Files\Adobe\Reader 9.0\Reader\Javascripts Folder" in the AIP may be suspect. I replaced that file with the version available from here: http://kb2.adobe.com/cps/853/cpsid_85367.html and redeployed the package. Note that the issue documented there does not apply to me; we are not using a Tier 4 language version of Reader and I did not receive any error message while patching the AIP. However, this appears to have resolved the issue.
    Here is the set of commands I used to create the deployment point (server names changed):
    msiexec /a "\\server\share\Software\Adobe Reader 9\AdbeRdr930_en_US.msi"
    msiexec /a \\server\deploy\AdobeReader934\adberdr930_en_us.msi /p "\\server\share\Software\Adobe Reader 9\AdbeRdrUpd932_all_incr.msp"
    msiexec /a \\server\deploy\AdobeReader934\adberdr930_en_us.msi /p "\\server\share\Software\Adobe Reader 9\AdbeRdrUpd933_all_incr.msp"
    msiexec /a \\server\deploy\AdobeReader934\adberdr930_en_us.msi /p "\\server\share\Software\Adobe Reader 9\AdbeRdrUpd934_all_incr.msp"
    I have an MST that accepts the EULA and disables automatic updates, but this issue manifests itself whether or not I apply it.
    Can anyone shed any light on what may be happening here? The workaround we've discovered is helpful for now, but I'm hesitant to rely on it for the long term. I suspect this is an issue with the Reader installer.

    The reason JSByteCodewin.bin is not updated is because you are not installing on a clean machine.
    If you deploy the same 9.3.4 or 9.3.3 AIP on a clean machine then you won't see this problem.
    Whenever Acrobat or Reader AIP is used for installation then one thing to be ensured is that - No previous version of the same product is installed on the machine.
    If you will try to manually install from an AIP on a machine with some existing version installed then installation wouldn't even start and fail straight way.
    If you use GPO to deploy the AIP on a machine with some existing version installed then installation would go through successfully but it is very likely that some of the files will not be patched. (This seems to be the case with you!)
    Reason: When deploying via GPO the comand which basically runs on the client is-
              msiexec /i <msi inside AIP> REINSTALL=ALL REINSTALLMODE=vomus
              This command won't give correct results all the time. so avoid using it.
    Here is what you should do- (Here I am taking Reader as an example )
    NOTE: This method is mainly for enterprise admins. Individual users should avoid using AIP altogether for Acrobat/Reader installations.
    1. First of all make sure client machine has no version of Reader installed.
    2. Now let's say Reader 9.3 is avaliable.
    3. Create Reader 9.3 AIP and deploy via GPO.
    4. On client you now have 9.3 Reader installed.
    5. Now let's say Reader 9.3.2 patch is avaliable.
    6. Create Reader 9.3.2 AIP
    7. On your server, go to Group Policy management console and delink the earlier AIP from the OU. Example: Delink the Reader 9.3 AIP
    8. Link the newly created Reader 9.3.2 AIP
    9. Restart the client
    (Step 7 is important!)
    Since you have delinked the last deployed AIP, so on client restart first Reader 9.3 would be uninstalled followed by the installation of Reader 9.3.2. So effectively you are installing Reader 9.3.2 from an AIP on  a clean machine.
    NOTE: To make sure on delinking the uninstallation happens, check the option "Uninstall this application when it falls out of the scope of management. Refer page 6 of http://www.adobe.com/devnet/acrobat/pdfs/gpo_ad_9.pdf
    If you are doing any of the below cases then new version would get installed but there is a possibility that some files are not updated. So it's better to avoid these scenarios :
    (1) If you don't delink the earlier AIP(Reader 9.3) and link the newly created AIP(Reader 9.3.2) and enforce it, then on client restart Reader 9.3.2 would be installed but there is a possibility that some files are not updated.
    (2) If you have installed previous version (Reader 9.3) on your client without using GPO ( like manually installed from an AIP or directly installed from a msi installer)  and new version (Reader 9.3.2) you are trying to deploy via GPO.
    Hope this helps you.

  • Deploy all the security patches via sccm

    I have adobe reader 10.1.4 in my enviorment.
    I wanted to deploy all the security patches via sccm. Can i deploy this (Check the link below) msp file instaed of deploying all the patches individually?
    Link :: http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    Also, after installing the patch, how can i verify theat the latest security patches  has been deployed?

    Hi Arnav,
    You need to start with the Admin Guide which provides all your answers. The short answer is quarterly updates are cumulative and they install previous security out of cycle patches. However, read the admin guide to get the full story. There's also a SCUP  catalog available.
    http://www.adobe.com/devnet-docs/acrobatetk/
    HTH,
    Ben

  • Can't get LUA Patching set to enabled

    Hey all,
    I've been following the following guides to get Standard Users to get update sautomatically without UAC prompts. Using these links...
    Initial Start...http://www.grouppolicy.biz/2010/06/updated-how-to-make-adobe-reader-more-secure-using-grou p-policy/comment-page-4/#comments
    Troubleshooting...
    http://forums.adobe.com/message/3865517
    http://forums.adobe.com/thread/960756?start=0&tstart=0
    I have Reader 11.0.0 being deployed via GPO and have created a MST file to silently install and Accept the EULA
    Test GPO to set iCheckReader to 3 for 32 bit HKLM\Software\Adobe\Adobe ARM\1.0\ARM and 64 bit HKLM\Software\Wow6432Node\Adobe\Adobe ARM\1.0\ARM and set iLogLevel to 1
    I verified that the enableLUA exists and is set to 1 under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    Here's my log
    [2013-06-05 11:31:41] Adobe ARM 1.7.0.0 logging started.
    [2013-06-05 11:31:41] Command Line:
    [2013-06-05 11:31:41] FindCurrentPDFOwner...
    [2013-06-05 11:31:41] .pdf value: AcroExch.Document.11
    [2013-06-05 11:31:41] GetFileVersion(): C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe
    [2013-06-05 11:31:41] File version: 11.0.0.379
    [2013-06-05 11:31:41] ProductCode: {AC76BA86-7AD7-1033-7B44-AB0000000001}
    [2013-06-05 11:31:41] ProductName: Adobe Reader XI
    [2013-06-05 11:31:41] ProductVersion: 11.0.00
    [2013-06-05 11:31:41] ProductUACPatching: disabled  /* <--- I can't get this set to enable */
    [2013-06-05 11:31:41] Product UI Language: ENU
    [2013-06-05 11:31:41] ProductLanguage installed: 1033
    [2013-06-05 11:31:41] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\11.0
    [2013-06-05 11:31:41] ProductInstallDir: C:\Program Files (x86)\Adobe\Reader 11.0\
    [2013-06-05 11:31:41] InitUIStrings...
    [2013-06-05 11:31:41] InitListener...
    [2013-06-05 11:31:41] Init...
    [2013-06-05 11:31:41] Notify...
    [2013-06-05 11:31:41] Could not find ARM server to notify
    [2013-06-05 11:31:41]    GetLastError(): 2 - The system cannot find the file specified.
    [2013-06-05 11:31:41] StartServer...
    [2013-06-05 11:31:41] IsVistaOrLater returns 1
    [2013-06-05 11:31:41] ARM Server started
    [2013-06-05 11:31:41] Action added: Listener
    [2013-06-05 11:31:41] RunAutomatic...
    [2013-06-05 11:31:41] Launched: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\Reader_sl.exe
    [2013-06-05 11:31:41] CanStart...
    [2013-06-05 11:31:41] IsEULA_Accepted...
    [2013-06-05 11:31:41] EULA accepted from 1
    [2013-06-05 11:31:41] IsPatchingDisabled...
    [2013-06-05 11:31:41] UAC is enabled
    [2013-06-05 11:31:41] Admin User, IsElevated returns 1
    [2013-06-05 11:31:41] GetPreferences...
    [2013-06-05 11:31:41] Using found registered preference AUTO_ALL
    [2013-06-05 11:31:41] IsTimeElapsed...
    [2013-06-05 11:31:41] Minutes elapsed: 18
    [2013-06-05 11:31:41] Time elapsed is less than time limit - returning 0
    [2013-06-05 11:31:41]    Error Code: 120300
    [2013-06-05 11:31:41] SwitchToOtherProduct...
    [2013-06-05 11:31:41] SwitchToOtherProduct retuns 0
    [2013-06-05 11:31:41] Notify...
    [2013-06-05 11:31:41] WriteFile succeeded in Notify
    [2013-06-05 11:31:41] Requested to stop listener
    [2013-06-05 11:31:41] Confirming request to stop listener
    [2013-06-05 11:31:41] Action deleted: Listener
    At a point before is I had the same log as techhit1 in the second troubleshooting link, Which seems that the ARM updater needed to be updated from 1.7.0 to 1.7.4.. but didn't want to go any further without first getting the LUAPatching set to enabled..
    I feel even if i manage to get it set to enable I'll still be having the same issues as techhit1, and will still be stuck on implementing this, and instead have to just add the updated msp files to my deployed GPO.
    But how do I get this LUAPatching set to enabled???!!?

    Any thoughts? I was able to write a batch script that silently install the 11.0.03 msp file so that user are updated with prompting a UAC, however i don't want to have to write a new script everytime adobe comes out with an update, I'm sure future updates will installs like the orignal guide states it should once I get the UACPacthing enabled.
    Since the script installed the latest reader update it also updated ARM to 1.7.4 which should make future auto updates work fine unless theres another update for the updater... uhhh
    bump bump

  • Security Error in Log for 11g WLP

    I have a new 11G WLP domain that has one set of clustered managed portal servers on it and several non-portal managed servers. The non-portal clustered managed servers start fine and deploy their apps fine. The portal managed servers do not start at the same time, one or the other will start but both have the error, "Commit events are not broadcast because no JMS Transport is available. Remote L2 caches will be out of sync." and the portal application hangs trying to deploy to even one of the servers. I even removed one of the servers from the cluster and tried to deploy the app to a stand alone managed portal server and it still hangs, error is the same. I have attempted to set up a generic JMS per the instructions on the forum link attached but still have the same issue. Here is the link I have been working off of so far (unsuccessfully)....
    Commit events are not broadcast because no JMS Transport is available.
    Any knowledge on this for 11g portal would be extremely helpful. Thanks!

    Hi Dora
    Thanks for ur reply
    employee hired on 01.04.2008
    rest of ur questions i have written clearly in my post 1& 3
    i could"t understand why system taking 2005 year
    Dora this is the error (period is giving like this below)
    personnel number rejected 9under this)
    say 00000024 sachin tendulkar
    01/2005 (01.04.2008-30.04.2008) regular payroll run 01/2008
    instead of 01/2008 01.04.2008-30.04.2008 system taking the period above i mentioned
    Guys any views plz
    MVR

  • RU2 install fails for Service Manager 2012 R2

    Rollup Update 2 for Service Manager 2012 R2 is crashing during install on my prod management server...it installed fine on my test server. It happens very quickly after I click "install", just after agreeing to the license terms.  I've ran
    the .Net repair tool, but did not fix it. I've pasted the SCSMPatcherSetupWizard01.log file contents below, but the log seems to have just stopped abruptly. 
    Description:
      Stopped working
    Problem signature:
      Problem Event Name:    CLR20r3
      Problem Signature 01:    scsm2012_amd64_patchwizard.exe
      Problem Signature 02:    7.5.3079.61
      Problem Signature 03:    534468e0
      Problem Signature 04:    mscorlib
      Problem Signature 05:    2.0.0.0
      Problem Signature 06:    5265c965
      Problem Signature 07:    34a9
      Problem Signature 08:    1c5
      Problem Signature 09:    System.IO.IOException
      OS Version:    6.1.7601.2.1.0.272.7
      Locale ID:    1033
    SCSMPatcherSetupWizard01.log:
    2014-05-01T12:58:49.2025363-05:00    Always:    Trace Session Started
    12:58:49:
    12:58:49:Application Started
    12:58:49:This is 64-bit application.
    12:58:49:LoadQuickFixEngineeringDetails: Loading entries from the xml file C:\Users\serviceman\AppData\Local\Temp\3\WZSE0.TMP\SCSMPatcher\QFEList.xml
    12:58:49:LoadQuickFixEngineeringDetails: Found data for POSTINSTALL
    12:58:49:LoadQuickFixEngineeringDetails: Found entry SCSM2012R2_KB2904710_AMD64
    12:58:49:LoadQuickFixEngineeringDetails: Done loading QuickFixEngineering File
    12:58:49:Start adding DataItems
    12:58:49:Final Install Tasks
    12:58:49:Done adding DataItems
    12:58:49:Current UI culture (en-US) is not supported. Using Parent culture.
    12:58:49:Found C:\Users\serviceman\AppData\Local\Temp\3\WZSE0.TMP\SCSMPatcher\en\EULA_QFEKB2904710.rtf.
    12:58:49:Found C:\Users\serviceman\AppData\Local\Temp\3\WZSE0.TMP\SCSMPatcher\SCSM2012R2_CU_KB2904710_AMD64_7.5.3079.61.msp.
    12:58:49:All vital setup files found.
    12:58:54:ProcessInstalls: MSI is not in silent mode.  Setting the external UI.

    More info:  This thread suggested that fully patching their server resolved their issue, but I can confirm my server was fully up to date with all critical, security, and updates for Server 2008 R2 SP1 through 04/2014.  I have .Net Framework
    4 Client profile and Extended installed with their patches current.  I wonder if upgrading to .Net 4.5 would have prevent this?
    http://social.technet.microsoft.com/Forums/en-US/b4dea854-3191-4b9a-9aa1-1fbf8b37c077/system-center-service-manager-sp1-update-rollup-2-error?forum=systemcenterservicemanager
    I also found a this article that talks about deploying the .MSP without the Patchwizard.exe wrapper, so sounds like I should be good.
    The *Patchwizard.exe file is just a wrapper, so if you have a tool like Configuration Manager you can use the .MSP file directly for deployment and skip deploying the executable. This is a fully supported scenario so if that better suites your needs
    then feel free to deploy the update using this method instead.
    http://blogs.technet.com/b/servicemanager/archive/2013/07/16/deploying-the-msp-file-from-a-service-manager-update-rollup-using-configuration-manager.aspx

  • App Server stalls every 2-3 deployments of ADF BC - Anyone seen/fixed this?

    Hello,
    I am running Jdev 10.1.3.2 and the App Server is 10.1.3.
    We have a separate OC4J container that we have created on the App Server for the ADF BC applications. This is because we were having library conflicts with other non ADF BC applications and Oracle advised us to create a seperate container.
    I can usually deploy to the server 2-3 times in this OC4J container and then the application server hangs up during deployment and must be restarted. The applications outside of our container still run. I can deploy the non ADF BC projects to the original HOME container over and over with no problems.
    Does anyone know of any possible reason for this? The ADF Runtime Libraries are installed in our specific container. Is there some other installation that we might be missing that could be causing this?
    Every time it hangs up, I have to contact and wait for someone to restart the App server. It has been frustrating.
    Thanks,
    Cindy

    Hello,
    I am running Jdev 10.1.3.2 and the App Server is 10.1.3.
    We have a separate OC4J container that we have created on the App Server for the ADF BC applications. This is because we were having library conflicts with other non ADF BC applications and Oracle advised us to create a seperate container.
    I can usually deploy to the server 2-3 times in this OC4J container and then the application server hangs up during deployment and must be restarted. The applications outside of our container still run. I can deploy the non ADF BC projects to the original HOME container over and over with no problems.
    Does anyone know of any possible reason for this? The ADF Runtime Libraries are installed in our specific container. Is there some other installation that we might be missing that could be causing this?
    Every time it hangs up, I have to contact and wait for someone to restart the App server. It has been frustrating.
    Thanks,
    Cindy

Maybe you are looking for