RUM update issue scheduled task in domain

Hi all,
About ERROR: UpdaterCore failed for CFU errorCode(220) curRefId((null)) errorCodeString(U41M1C220)
I hope you can provide some help on how to perform a RUM update in a domain. The users don't have admin rights and they have Creative Cloud Team installed on the machines. The software we like to update every night. We did read all the documentation but could not find a clue on the error below.
+ We did deploy RUM tool to the end user machines.
+ We did create a scheduled task via GPO and created a taskuser (admin rights) to run the RUM on the end user machines.
+ We don't use a internal update server / we use just the adobe one.
Below the error log generated when the scheduled task is started with elevated rights.
03/25/14 22:30:00:420 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 |
03/25/14 22:30:00:420 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | ##################################################
03/25/14 22:30:00:420 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | ##################################################
03/25/14 22:30:00:420 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | Launching the RemoteUpdateManager...
03/25/14 22:30:00:420 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | RemoteUpdateManager version is : 3.2.0.1 (BuildVersion: 3.2; BuildDate: Wed Jul 10 2013 11:07:30 )
03/25/14 22:30:00:435 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | **************************************************
03/25/14 22:30:00:435 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | Initializing UpdaterCore Library...
03/25/14 22:30:09:671 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | UpdaterCore library initialized successfully.
03/25/14 22:30:09:671 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | **************************************************
03/25/14 22:30:09:671 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | Starting UpdaterCore CheckForUpdate...
03/25/14 22:30:31:636 | [ERROR] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | 4752 | UpdaterCore failed for CFU errorCode(220) curRefId((null)) errorCodeString(U41M1C220)
03/25/14 22:30:31:636 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | **************************************************
03/25/14 22:30:31:745 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | ##################################################
03/25/14 22:30:31:745 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | Ending the RemoteUpdateManager Return Code (1)
03/25/14 22:30:31:745 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | ##################################################
03/25/14 22:30:31:745 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 | ##################################################
03/25/14 22:30:31:745 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager | |  | 4752 |
Maybe there are better ways to schedule the updates, but at the moment there is no SCCM products availible at this end. Are there other users using RUM in scheduled mode? Can you give some advice?
Thanks!

I'm having this same problem. Please advise.

Similar Messages

  • How to find and export all Scheduled Tasks in Domain with multiple servers.

    Hi everyone,
    I have been given a task of finding all of Scheduled Tasks in the Domain on all of the servers. So far I have manage to create a script that will pull out all Scheduled Tasks from one Server, in this case Domain Controller. 
    Butt in my company are more than 150 servers so I am looking for a script that can connect to AD (or LDAP), than to certain OUs, then pull out Server list and than query them for Schedule Task. I have found already some scripts online and tried to adjust
    them butt they simply didnt work.
    I am new in the company and still learning about the system,  this is my first real task so any help will be greatly appreciated.

    Just a tip that I found after running across this myself - if you run a
    Get-AdComputer -filter {operatingsystem -like '*server*'} | ft name | out-file servers.txt
    and then save the output to a text file, it may look good, but there may be white space at the end of the computer names. Make sure that only the computernames are in the file and then the script works great.
    http://absoblogginlutely.net
    This would happen because you are trying to get around the format of the output.  When you want the raw value do it this way;  it is faster and easier:
    Get-AdComputer -filter {operatingsystem -like '*server*'} |
         %{$_.Name } | out-file servers.txt
    Now there can never be any extra spaces and there will be no header to cause problems. 
    This is why it pays to spend time studying the details of how PowerShell works instead of just sticking things together until you get a result.  PowerShell is designed to do all of these things without fudging or guesswork but it requires that you actually
    learn how it works.  I highly recommend stating with a good technical book on PowerShell.
    ¯\_(ツ)_/¯

  • Coldfusion 11 Update 4 scheduled task error

    My scheduled tasks stopped and on going into Administrator I got:
    The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
      Null Pointers are another name for undefined values. 
      The error occurred in scheduletasks.cfm: line 190
    -1 : Unable to display error's location in a CFML template.
    I found some posts referring to earlier versions of CF and the neo-cron.xml file. This file was blank. I replaced with the file from my development server as per the posts.
    Can anyone advise why this problem occurred (and has occurred to others)? - I cannot afford to have scheduled tasks anything less than bullet-proof
    Regards
    Richard

    Could you please update the bug with your findings. This will definitely help everyone.
    Regards,
    Anit Kumar
    Re: ColdFusion 11 update 5 

  • KM Scheduler Task Cache issue

    We have created couple of custom schedulers in Enterprise Portal. These schedulers are worked fine in our QA and DEV environment. But when we move the same transport to Production the scheduleru2019s tasks are not showing up in KM scheduler list. But after restarting J2EE couple of times it's showing up in KM scheduler task. This is the behavior we are seeing whenever we move the scheduler to production.
    Here are the some technical details about the scheduler,
    We have created one Portal Development component and 10 Scheduler Tasks under this component. All the tasks are not created in a single release. Initially when we develop we used to have 2 scheduler tasks under this component, when we move this transport to production we didn't faced any issue. Even after adding 4 to 5 scheduler task we didn't had any issues. After adding more than 6 to 7 whenever we add one we are getting the same issue.
    Question: 1 - Is there any limit to for adding Scheduler task in one Portal Component?
    This time we have restarted our server more than 5 times but scheduler not showed up. We ask our manger to logon to the portal server who never navigated to KM screen, we ask her to navigate and she did. For her schedulers are showed up. After she navigated to the KM screen everybody is able to see the scheduler. This is not the first time it happens like this, the same situation happen for the previous release also. In previous release we ask our Technical Architect to login to see KM schedulers. After his login everybody is able to see the schedulers.
    After doing all these is what I obverse is, it seems KM scheduler has some server level cache for the user and it's giving old screen whenever we are trying to login and see. After the transport, the cache is not getting updated with the new version.
    We guess it might be something we need to do with cache.
    Is there any idea why the system is behaving like this.

    Hi,
    I am facing similar issue. How did you resolve it?
    Regards,
    Apurva

  • Office 2013 C2R Update Scheduled Task does not work

    Hi all.
    I am having difficulty getting network deployed updates to work correctly. I installed and older version of Office 2013 with the ODT from a network share and set the update path. I then downloaded an update via ODT.
    The issue is the scheduled task does not update office. If I trigger or manually run from a command prompt "C:\Program Files\Microsoft Office 15\ClientX64\integratedoffice.exe RUNMODE RERUNMODE modetorun updatedetection modeargs reschedulemode tasktrigger
    scheduledtask updateuitype background” from Task Scheduler nothing seems to happen. Monitoring Task Manager it looks like integratedoffice is called albeit very briefly.
    But, if I run "C:\Program Files\Microsoft Office 15\ClientX64\integratedoffice.exe RUNMODE RERUNMODE modetorun updatedetection background” from a command prompt Office updates, but if I edit the Scheduled Task to above Office does not update if the
    task is triggered.
    As Office can update if the right command is given it would appear that my config.xml etc is correct. Any ideas on why the Scheduled Task does not work?
    Cheers
    Jakes

    What permissions are set on the location of the updates ? C2R currently needs permissions granted for machine accounts as it runs under that context. This will change at some point that C2R gets updated.

  • Issues with Backup-GPO Scheduled Task as a non-admin account

    I'm having an issue trying to get a daily backup of domain GPO's from a non-administrative account. I'm using Powershell 2.0, the Backup-GPO cmdlet runs fine as a standard user, but when I run the same cmdlet with the same user, but with a scheduled task,
    the backup does not produce valid output. The command I run is:
    [batch file called by scheduled task]
    powershell.exe d:\loj\psps.ps1
    [psps.ps1]
    import-module grouppolicy
    backup-gpo -all -path d:\loj
    The specific problem is, all other files created by the backup are created successfully except the 'gpreport.xml' file found directly under the folder identified by the backup ID. All of the subdirectories under DomainSysvol\GPO contain xml files with the
    appropriate data, and the Backup.xml and bkupInfo.xml files are also created normally. The manifest.xml file is also created normally in the root directory.
    The gpreport.xml file however is malformed. It contains only two bytes of data, FF FE.
    The reason this is a problem is that the xml in the gpreport file can be used to restore whether the GPO is 'enforced' and also contains link data. Using this when restoring the GPO's makes the process a lot less painful.
    Running the batch file while logged in interactively as the user removes the problem, without making them an administrator.
    I've been using a test domain to investigate this, I tried adding the user in question to every local group except administrators, gave it full control to the destination folder for backups, the powershell executable, batch and ps1 files. Resultant set of
    policy access has been granted (rsop.msc run-as the user tested fine). The scheduled task stores credentials (needs to run when the user is not already logged in) and runs with the highest privileges.
    The only possibly related error I could find in the logs was this:
    This error goes away if enough group memberships are added to the account or alternatively if this string is added to the security descriptor for the LanManServer service: (A;;GA;;;S-1-5-21-1191697313-1384311512-914143962-35706), which just adds
    generic all to this account by referencing the SID. However, despite the fact that the error is no longer raised, the issue with the gpreport.xml file remains.
    Does anyone have any ideas on why this is happening? At this point my best guess is something UAC related, since the gpreport.xml file is created like normal if the user is made an administrator on the local machine (I'd rather not do that in production).

    Hi Fergubru,
    Thanks for your posting.
    To troubleshoot Task scheduled that a task ran, but the program that should have been executed did not run correctly.
    As AZ said above, some programs require elevated privileges to run correctly.  If a task is running a program that requires elevated privileges, ensure that the task runs with the highest privileges. You can set a task to run with the highest privileges
    by changing the task's security options on the General tab of the Task Properties dialog box.
    If a task program does not run correctly, check the history of the task for errors. For more information, see
    View Task Properties and History.
    For the Event ID 4656, this is an Audit log, This event will be Audit Success or Audit Failure depending on whether the user account under which the account is running has the requested permissions or not. 
    For more detailed information about Event ID 4656, please refer to this article:
    http://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=4656
    I hope this helps.
    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.

  • Create Scheduled Task in GPOPref using System account - issue

    Hi all,
    I'm trying to create a scheduled task (computer configuration) in GPOPref which is executed by the system account. Creating locally and running the task manually is running without issues.
    When I'm creating the task in a GPOPref using a domain account the task is installed on the targetsystem. When just changeing the account to System and run gpupdate the task is not deployed.
    Any hints or workaround? Thanks for you help in advance.
    Regards,
    Andreas

    > When I'm creating the task in a GPOPref using a domain account the task
    > is installed on the targetsystem. When just changeing the account to
    > System and run gpupdate the task is not deployed.
    Please post the XML of your task in the state that is not working (right
    click - all tasks - display xml).
    And as a hint: There's a german GP forum too -
    https://social.technet.microsoft.com/Forums/de-DE/home?forum=gruppenrichtliniende
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Problem updating Schedule Task Jar

    Hi,
    I have created a schedule task, uploaded the jar in server/scheduleTask folder.
    I was able to run the job without any issues. But after I updated the code, I recreated the the jar and replaced the existing jar.
    But I am not able to see my updated code.
    I have tried, using upload jar utility also.
    It only gets updated after I restart the server. Please provide any suggestions
    Thanks

    Did you follow the sequence mentioned by Bikash ?
    Did you remove old jar from Schedule Task folder ?
    Is it clustered environment ? If yes, verify at both the nodes.

  • Issue with Task Scheduler on win 2012 R2

    Hi All,
    I am running a powershell script on windows server 2012 R2. It runs fine when i run it with powershell.
    And when i create task and choose option " Run only when the user is logged in" it works fine.
    But the issue is when i select "Run whether is the user is logged in or not" And with highest privilege it doesn't work.
    Tried solution:
    created a folder (or two on a 64bit-windows):
    (32Bit, always)
    C:\Windows\System32\config\systemprofile\Dektop
    (64Bit)
    C:\Windows\SysWOW64\config\systemprofile\Desktop
    as the powershell creates a excel and saves it in the some folder.
    not sure what is causing it.
    Any help on this will be appreciated.

    Hi,
    From the
    Task Security Context article, we can get following description.
    You can specify that a task should run even if the account under which the task is scheduled to run is
    not logged on when the task is triggered. To do this, select the radio button labeled Run whether user is logged on or not. If this radio button is selected, tasks will not run interactively. To make a task run interactively, select the Run only when user
    is logged on radio button.
    Just a confirmation, did your PowerShell script involve any operation of mapped drive? If involved, please
    use the full UNC path and monitor the result. Please refer to following similar thread and check if can help you.
    Task
    Scheduler Problem (run whether user is logged on or not)
    Meanwhile, please open this scheduled task’s Properties and navigate to History tab, then check if find some
    relevant events.
    View Task Properties and History
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Modifying/Updating User Defined Field in a Scheduled Task

    I've written a notification task to send an e-mail to a manager who has a contract employee with a contract that is about to expire.
    Once we isolate a user who has a contract about to expire, we send a notification to the manager. The date that the notification is sent out should be stored in the USR table in a user-defined field, "USR_UDF_LASTSENT."
    Updating this USR_UDF_LASTSENT field is where I'm having difficulty.
    I've tried using the UserManager in a couple of ways. Suppose I've isolated a single user using SearchCriteria and the UserManager and have a single User object called "currentUser." I want to store a Date object in the user defined field "USR_UDF_LASTSENT". Date today = new Date();
    I've tried: currentUser.setAttribute("USR_UDF_LASTSENT", today); //This will run without error, but when I check the DB there is no change to the attribute.
    With a defined instance of UserManager userManager, I've tried: userManager.modify("USR_UDF_LASTSENT", today, currentUser); //This errored out with this error - oracle.iam.identity.exception.NoSuchUserException: IAM-3054135:No user found for the criteria USR_UDF_LASTSENT-9/24/13 2:58 PM.:USR_UDF_LASTSENT:9/24/13 2:58 PM. It looks like it's doing a search rather than a modification.
    I've also tried using the entity manager in the following way:
    Date today = new Date();
    HashMap<String, Object> mapAttrs = new HashMap<String, Object>(); 
    mapAttrs.put("USR_UDF_LASTSENT", today); 
    EntityManager entMgr = Platform.getService(EntityManager.class); 
    entMgr.modifyEntity("User", currentUser.getEntityId(), mapAttrs);
    But it returns with this error: Failed: oracle.iam.platform.entitymgr.UnknownAttributeException: User : [USR_UDF_LASTSENT]
    Is my entityType, "User" inappropriate in this case? What should be used here?
    How can I Set or Update this user defined field from a scheduled task?

    Thanks guys. I did go to Identity System Administration console and chose 'Export' from under "System Managment" which I believe Kevin may have been hinting at. I got an xml export of the AttributeDefinitions for our user defined fields. In this file, there was a header for the attribute I was looking for:
    <AttributeDefinition repo-type="API" name="LastSent" subtype="User Metadata">
       <multiValued>
       <backendName>usr_udf_lastsent</backendName>
    I put the string "LastSent" in place of USR_UDF_LASTSENT in the EntityManager version of my attempt at this task. I believe this is what Kevin and delhi were getting at.
    This didn't work:
    Date today = new Date();
    HashMap<String, Object> mapAttrs = new HashMap<String, Object>(); 
    mapAttrs.put("USR_UDF_LASTSENT", today); 
    EntityManager entMgr = Platform.getService(EntityManager.class); 
    entMgr.modifyEntity("User", currentUser.getEntityId(), mapAttrs);
    But this did:
    Date today = new Date();
    HashMap<String, Object> mapAttrs = new HashMap<String, Object>(); 
    mapAttrs.put("LastSent", today); 
    EntityManager entMgr = Platform.getService(EntityManager.class); 
    entMgr.modifyEntity("User", currentUser.getEntityId(), mapAttrs);
    I wonder if currentUser.setAttribute("LastSent", today); would work... Hmm.

  • Running without Adobe Flash Player Updater Scheduled Task

    I'm trying to understand how to avoid installing Adobe Flash Player Updater Scheduled Task.
    I am also unable to remove the Scheduled Task using a script that works on other tasks, on the same workstations.
    Is there an mms.cfg setting that will instruct the installer to skip the Task?
    1) Uninstall the Scheduled Task from all workstations in my environment.
    2) Install future updates without the Scheduled Task.
    I have already tried mm.cfg with these lines:
    AutoUpdateDisable=1
    SilentAutoUpdateEnable=0
    It still runs the update process every hour.
    I have explained that it hasn't been causing a problem, but running this many processes on so many computers for no reason is causing some concern.
    My organization also does not allow big bang automation included with this product.
    Has anyone managed to shut off the Updater process from running?
    Thank you

    Hi Ethan,
    try creating an MST file, with Fx, Wise package studio...
    Edit the CustomAction “NewCustomAction1” added the parameter “-au 2” to the Command line argument.
    you should do that for both:
    install_flash_player_11_active_x.msi
    and
    install_flash_player_11_plugin.msi
    If you are using both of them..
    Or you can delete the scheduled task with schtask /delete "taskname"
    Br Jens

  • Schedule task - manager updation for user in oim 11g

    Hi,
    I am in the way of writing a custom schedule task to update manager for the user created in oim.
    I know the procedure of custom scedule task
    I want the code snipet to be written in the execute() method of java class to update the manager for the user
    Could anybody help me with this!

    Hi Gyanprakash,
    How will you retrieve the user detail ..?? i am getting null pointer exception error
    public void execute(HashMap taskParameters) {
    System.out.println("inside the Execute methode");
    System.out.println("Schedule task Arguments "+taskParameters);
    String userId = (String)taskParameters.get("User Login");
    System.out.println("===========input=============== "+userId);
    String passwordex=taskParameters.get("usr_pwd_expire_date").toString();
    System.out.println("===========input=============== "+passwordex);
    String passwordwar=taskParameters.get("usr_pwd_warn_date").toString();
    System.out.println("===========input=============== "+passwordwar);
    Thanks,
    Edited by: Srivatsa.kashyap on May 25, 2012 6:00 AM

  • Is there a commandline option to force update of firefox that can be added to as a schedule task, similar to chrome

    I observed that firefox will not auto update unless it's open or in use, if I want to force an auto update even firefox without being in use, is there an option. Similar to google update which also has a scheduled task to update the product periodically.

    No, there isn't such a Command line switch to check for updates in Firefox
    *https://developer.mozilla.org/Command_Line_Options
    You will have to check for updates yourself by starting Firefox and check tor updates via Help > About.

  • WCS - WLAN Scheduled task issue

    I am using WCS to control our 5508 wireless appliance. We currently have 2 WLANS that are active..One of them is a guest WLAN that
    I use 2 scheduled tasks. One task is to disable this WLAN every night after 6pm and the other task is used to re-enable the WLAN at 6am every morning.
    When it works it works well. However over the last 2 months there has been at least 3 - 4 times where WCS does not re-enable this Guest WLAN..which of course causes ALOT of support calls to be placed.  I upgraded WCS to latest version..Any ideas on what could be causing this issue ?
    Cheers
    Dave                

    Thanks for the input everyone...I tried adding a 2nd re-enable task 10 mins later and that didnt work..So after doing a bit of looking around..I noticed I could view the history for each task and it shows me the success or failure with a description of why it failed..Looks like I am losing connectivity to the 5508 controller from the WCS server when the task tries to run. Right now I am trying to find out when the WCS server is being backed up..its possible that the backups are happening at the same time and are affecting this process.
    More to follow
    Cheers
    Dave

  • Issue with Bulk Load Post Process Scheduled Task

    Hello,
    I successfully loaded users in OIM using the bulk load utility.  I also have LDAP sync ON.  The documentation says to run the Bulk Load Post Process scheduled task to push the loaded users in OIM into LDAP.
    This works if we run the Bulk Load Post Process Scheduled Task right away after the run the bulk load.
    If some time had passed and we go back to run the Bulk Load Post Process Scheduled Task, some of the users loaded through the bulk load utility are not created in our LDAP system.  This created an off-sync situation between OIM and our LDAP.
    I tried to use the usr_key as a parameter to the Bulk Load Post Process Scheduled Task without success.
    Is there a way to force the re-evaluation of these users so they would get created in LDAP?
    Thanks
    Khanh

    The scheduled task carries out post-processing activities on the users imported through the bulk load utility.

Maybe you are looking for

  • Quicktime buffer overrun error with windows

    Hi I hope that some one out there can help me!!!! I have tried to install the new version of quicktime 7.4 but it won't install. And everytime that I try to open Quicktime player is gives me an error which reads: Buffer overrun detected! A buffer ove

  • I cannot access the "General" tab in Options.

    I recently received a browser highjack due to a sketchy program recommended by a friend. (Last time I listen to them.) I uninstalled the program but and restored my search engine, homepage, newtab page, and all that. (Some through the options, some t

  • PO number in FBL1N and FBL3N

    Dear Experts, If i want to see PO Number in FBL1N and FBL3N what is the procedure? useful answers duely rewarded

  • Flash Media Server 4.5 unable to start setup on OS X 10.7

    When I downloaded a developer edition from Flash Media Server page (11 Oct 2011). I tried to follow the setup instruction in readme.htm which comes in the zip of Linux version. I logged in to terminal as root user and call './installFMS' and then the

  • Media live - VFD display not working

    Hi, hopefully some body will be able to help me... I recently purchased an MSI media live from ebay, and having built it I can't get the vfd display to show anything. From my understanding the buttons below the display, the display itself,  the bluet