UpdatesDeployment - another job is still in progress

Hi there
I have 1 secondary site (out of around 70) that clients are not installing their Windows Updates correctly.  The software updates icon appears in the system tray and when any user at the site tries to install the available updates, the UpdatesDeployment.log file on the PC contains the following lines:
    InstallUpdates Initiated by user
    Install not allow as another job is still in progress.
    InstallUpdates failed, error 80040703
    Failed to initiate installation of updates, error = 0x80040703
    EnumerateUpdates for action (UpdateActionInstall) - Total visible updates = 16
I am not able to determine what other job is still in progress, but does anyone know of a way to do this?  And to hopefully cancel it if possible?   Every other site with the same deployment works properly.
Thanks in advance
John

None of these fixes have worked for me. I still have the problem.
Specifically, I am doing a bare metal Windows XP w/SP3 x86 deployment and have four sets of "install software updates" task sequence line items, along with corresponding “Post Update Reboot” line items after each one.
The 1st batch of 130 some updates install without error.
Then the 1st reboot reboot occurs, and a 2nd set of 40 or so updates (that were dependent on the 1st batch of updates) installs.
Then the 2nd reboot occurs.
Next a 3rd set of approximately 22+ updates, tries to install, but those 22+ updates are not even able to be installed into the CCM Cache because of  what appears to be a “Locked Up SCCM Client Agent”, that thinks another job is still in
progress.
Request received – InstallTargetedUpdates. UpdatesDeploymentAgent   7/15/2011 1:55:46 PM, 1012 (0x03F4)
Install not allow as another job is still in progress. UpdatesDeploymentAgent   7/15/2011 1:55:46 PM, 1012 (0x03F4)
InstallTargetedUpdates failed, error 80040703. UpdatesDeploymentAgent   7/15/2011 1:55:46 PM, 1012 (0x03F4)
The following hotfix was released on June 28th 2011.
KB2509007 - Software Update for ConfigMgr 2007 SP2 (KB2509007)
However even after applying it and re-attempting to run the updates, the same problem still occurs.
We even eliminated all the updates, as a test, to just try 5 of the updates from the 3rd set along with their required pre-requisite updates, and we still have the problem.
The SCCM Client Agent appears to be locked up in incorrectly thinking that another job is still in progress.
Any ideas?

Similar Messages

  • Unable to remove a host from VMM - Error (2606) Unable to perform the job because one or more of the selected objects are locked by another job.

    I am unable to remove a host from my Virtual Machine Manager 2012 R2. I receive the following error:
    Error (2606)
    Unable to perform the job because one or more of the selected objects are locked by another job.
    Recommended Action
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    I have already tried running the following command in SQL Server Management Studio
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    I received this error back:
    Msg 8169, Level 16, State 2, Line 1
    Conversion failed when converting from a character string to uniqueidentifier.
    I have also tried rebooting both the host and the Virtual Machine Manager Server.  After rebooting them both, I still receive the same error when trying to remove the host.
    Here are my server details
    VMM Server OS = Windows 2012 Standard
    VMM Version = 2012 R2 3.2.7510.0
    Host OS = Windows 2012 R2 Datacenter
    Host Agent Version = 3.2.75.10.0
    SQL Server OS = Windows 2012 Datacenter
    SQL Version = 2012 SP 1 (11.0.3000.0)

    Hi there,
    How many hosts are you managing with your VMM server?
    The locking job might be the background host refresher job. Did you see any jobs in the jobs view, when the host removal job failed?
    If there is no active jobs in the jobs view when this host removal job fails, can you please turn on the VMM tracing, retry the host removal, and paste back the traces for the failed job (search for exception and paste the whole stack)?
    Thanks!
    Cheng

  • How do i stop loading a swf file which is still in progress.

    //I have three buttons on the stage (btn1, btn2, btn3)
    when i click the first button swf starts loading
    while the swf is loading if i press the 2nd button
    the first swf wont stop loading and both the swfs start playing
    but if the first swf is fully loaded then every thing workes fine.
    so please let me know how do i stop loading a file which is still in progress.
    var _contentSWF:ContentSWF
    var _content
    btn1.addEventListener(MouseEvent.CLICK, handleClick)
    btn2.addEventListener(MouseEvent.CLICK, handleClick)
    btn3.addEventListener(MouseEvent.CLICK, handleClick)
    function handleClick(){
        if(_content!=undefined){
            _contentSWF.removeContent()
            removeChild(_contentSWF);
            _contentSWF =null;
        _contentSWF = new ContentSWF()
        _content = addChild(contentSWF);
        _contentSWF.init(some path.swf)
    //ContentSWF.as
    private var _path:String
    private var swfLoader:Loader
    private var _content
    public class ContentSWF extends Sprite{
        public function init(path){
            if(_content!=null){
                _content.content.removeEventListener(Event.COMPLETE, completeHandler)
                _content.removeChild(mymc)
                _content=null
            swfLoader=new Loader();
            _path = path
            swfLoader.load(new URLRequest(path));
            swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, swfLoaded);
        public function removeContent(){
            swfLoader.contentLoaderInfo.removeEventListener(Event.COMPLETE, swfLoaded);
            swfLoader.unloadAndStop()
        private function swfLoaded(e:Event){
            _content = addChild(mymc)

    Thanks Kglad, it all worked fine but can you help me in this.
    I have 4 movieclips (_a,_b,_c,_d) when i click each of the movieclip they load a SWF(my_mc)
    now when the swf file loades it starts loading a Sound(mp3)
    Now when i press another button  (_b) while this mp3 is loading
    all the methords like  Loader.close and loader.unloadAndStop() workes fine  but i dont know how dose the MP3 loades and start playing
    I also used the below script in  my_mc.swf , but it wont work
    this.addEventListener(Event.unload, myfun)
    function myfun(e:Event){
    \     if(_sound.bytesLoaded<_sound.bytesTotal){
              _sound.close()
         if (_chanel){
              _chanel.stop()

  • Download still in progress...agent never registers with SDS

    Team,
    I've installed agents on a number of hosts and successfully patched and upgraded them, and I've recently run into a problem where the agent never seems to complete it's registration with the SDS. The agent error.log shows this:
    7381:2008-04-28_16:31:02 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    7381:2008-04-28_16:31:02 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://uce.example.com:8002/config_files/SOLARIS_10_0_SPARC/agent.tgz
    7381:2008-04-28_16:31:02 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    7381:2008-04-28_16:31:05 ERROR [ default_logger: source_unavailable: #0 ] 118100992 Info: Setting Username and Password (User=<>, Pass<**>).
    7381:2008-04-28_16:31:05 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    7381:2008-04-28_16:31:05 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    7381:2008-04-28_16:31:05 ERROR [ default_logger: source_unavailable: #0 ] 151070720 INFO: Using output file = /opt/SUNWuce/agent//config_files/.temp_si.7381_vIaOAo .
    7381:2008-04-28_16:31:05 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://uce.example.com:8002/config_files/SOLARIS_10_0_SPARC/agent.tgz.sig
    7381:2008-04-28_16:31:08 ERROR [ default_logger: source_unavailable: #0 ] 0 ShouldGetFile /opt/SUNWuce/agent//config_files/agent.tgz return with signature equals
    7381:2008-04-28_16:31:34 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    7381:2008-04-28_16:31:34 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://uce.example.com:8002/cgi-bin/server.cgi
    7381:2008-04-28_16:31:34 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    7381:2008-04-28_16:31:41 ERROR [ default_logger: source_unavailable: #0 ] 151068928 INFO: Download still in progress, retrying longer (knowledgebase_conflict_reconnect_retries=360, knowledgebase_conflict_reconnect_interval=5).
    7381:2008-04-28_16:31:41 ERROR [ default_logger: source_unavailable: #0 ] 151066368 INFO: Waiting 5 seconds before retrying to communicate with parent.
    7381:2008-04-28_16:31:46 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    7381:2008-04-28_16:31:46 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://uce.example.com:8002/cgi-bin/server.cgi
    7381:2008-04-28_16:31:46 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    7381:2008-04-28_16:31:52 ERROR [ default_logger: source_unavailable: #0 ] 151068928 INFO: Download still in progress, retrying longer (knowledgebase_conflict_reconnect_retries=360,knowledgebase_conflict_reconnect_interval=5)....over and over again. I've tried several things to rectify this...stop/start the agent. Uninstall/reinstall the agent. I've stopped all other jobs on the SDS so this one can have all system resources. Nothing seems to be working and I can't find any information on either side to indicate why this is persisting.
    Any ideas?
    Thanks,
    pb

    Second this problem - various clients - Solaris 8 9 or 10 (all SPARC)
    Only way I've been able to get around that for newly built hosts is to reboot after installation..
    Very frustrating as we build a machine and then use UCE/CE to patch it - so we are leaving a relativly unpatched system on network till it can connect

  • Exported originals turn Black! I have an awful situation where my exported RAW (Nef) files from a special event have turned solid black. This happened while I was importing another job.

    A few days ago I got back late with my days work and went about importing it into Aperture as per usual. It was a big job so while the import was taking place I decided to export another job that was wanted the next morning. This client needed  origonal RAW files (NEF nikon) so I selected 'all' and chose 'export originals' from the File menu. These then went to my desktop, ready to be uploaded to a client FTP. So.. this is where the scary stuff started. The import went fine but the export was a disaster.  They appeared (on the desktop folder) with the preview as cover flow being the same as the import. When trying to open them they come up as completely black images. Ok, stay with me, this gets worse. Going back to the Aperture project, many of the correctly displaying previews have now turned black also, remaining previews when clicked on turn black. I've checked in the package contents of the library and have found the import master files correctly archived. The master files for the export though (the ones I'm desperately looking for) still view as the same image as the import. They do however have the file number of the exported files. I hope this makes sense. I really need to locate these missing original NEF files. Please help..

    You can just try it with one image to start with, perhaps even one that youaren't having a problem with just to get the idea.
    From the Aperture Manual:
    To update JPEG previews for an image selection
    In the Browser, select an image or group of images whose JPEG previews you want to update.
    Control-click the image selection, then choose Update Previews from the shortcut menu.
    You can also force the rebuilding of previews for an image selection.
    To force the rebuilding of JPEG previews for an image selection
    In the Browser, select an image or group of images whose JPEG previews you want to force Aperture to update.
    Hold down the Option key while Control-clicking the image selection, then choose Generate Previews from the shortcut menu.
    Link to manual: http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=6%26sec tion=15%26tasks=true
    I'm not certain that it'll help your problem, but it rang a bell with me as I had some images with black previews in an old library I was looking at last week and I used the force procedure to get the previews back how they should be.
    EDIT: Added link to manual

  • Hi everyone! i am deleted a game but i forgot to backup them. can i get my progress back in a game called clash of clans. or there is another way to get the progress back??? plz reply fast

    hi everyone! i am deleted a game but i forgot to backup them. can i get my progress back in a game called clash of clans. or there is another way to get the progress back??? plz reply fast

    Hi cor-el,
    Yes I did. It didn't seem to work when just extracted into my home directory. After looking at the two wrapper scripts (firefox and run-mozilla.sh) it looked like it needed to be in /usr/local/lib/firefox-3.6.23 which I did and which works. The problem is that the Help menu is the one for 3.5.9 (including Help > About Firefox says version 3.5.9). Even if I rename the two wrapper scripts and the executable for 3.5.9 I still get the 3.5.9 Help menu. FWIW, my 3.5.9 was packaged in FC11 and the 3.5.9 firefox script is in /usr/bin.
    I'm sure I'm just overlooking something obvious but here is some debugging output:
    <pre><nowiki>[mike@desktop firefox-3.6.23]$ pwd
    /usr/local/lib/firefox-3.6.23
    [mike@desktop firefox-3.6.23]$ ./firefox
    + moz_libdir=/usr/local/lib/firefox-3.6.23
    + found=0
    + progname=./firefox
    ++ dirname ./firefox
    + curdir=.
    ++ basename ./firefox
    + progbase=firefox
    + run_moz=./run-mozilla.sh
    + test -x ./run-mozilla.sh
    + dist_bin=.
    + found=1
    + '[' 1 = 0 ']'
    + script_args=
    + debugging=0
    + MOZILLA_BIN=firefox-bin
    + '[' linux-gnu = beos ']'
    + pass_arg_count=0
    + '[' 0 -gt 0 ']'
    + '[' 0 = 1 ']'
    + exec ./run-mozilla.sh ./firefox-bin
    [mike@desktop firefox-3.6.23]$ </nowiki></pre>
    Thanks for any help.
    Cheers,
    Mike

  • Ordet still in progress?

    Infinity 2 installed yesterday before ten am. Order is showing still in progress, so I have no BT email use yet. When does this get updated and sorted?
    Happy to post here, especially if it helps anyone else.
    Solved!
    Go to Solution.

    Had a call yesterday moring from BT and was put through to bills. They said that I was unable to change the primary email address and that they would do it. (stragne that as I was the one who put the original email address in it). They said that it may take a few hours to update itself. Well it still is showing the old email address.
    Another matter is that I made a supplementary payment this morning at thier request and confirmation was to go to the primary address. Nothing yet received.
    To those who have been here a lot longer than me - Is all this usual or am I just being unfortunate that simple things cannot be done properly and with at least some decent speed in this modern world.
    Happy to post here, especially if it helps anyone else.

  • Service template problem - Unable to perform the job because one or more of the selected objects are locked by another job - ID 2606

    Hello,
    I’ve finally managed to deploy my first guest cluster with a shared VHDX using a service template. 
    So, I now want to try and update my service template.  However, whenever I try to do anything with it, in the services section, I receive the error:
    Unable to perform the job because one or more of the selected objects are locked by another job.  To find out which job is locking the object, in the jobs view, group by status, and find the running or cancelling job for the object.  ID 2606
    Well I tried that and there doesn’t seem to be a job locking the object.  Both the cluster nodes appear to be up and running, and I can’t see a problem with it at all.  I tried running the following query in SQL:
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    but all this gives me is an error that says - conversion failed when converting from a character string to uniqueidentifier msg 8169, level 16, State 2, Line 1
    I'm no SQL expert as you can probably tell, but I'd prefer not to deploy another service template in case this issue occurs again.
    Can anyone help?

    No one else had this?

  • I can't shut down my MacBook Pro.  I'm getting the following message: "The Finder can't quit because some operations are still in progress." How can I determine what is running?

    I can't shut down my MacBook Pro.  Each time I try, I get the following message: "The Finder can't quit because some operations are still in progress."  How can I determine what is running?

    Yea,
    I bought an original CRT iMac  two day's before  they were launched, which got the reseller into trouble, and had it replaced by APPLE.
    This was a great learning process for me dealing with the glitches. :-)
    I LOVE MAC. Now own 4 and on my 10th. in 15 years + 7  bought for family.
    Cheers,
    Tom

  • HT1848 I downloaded a book on itunes on one computer and it is not listed on a seconded computer.  Same account.  I have tried updating purchases and transferring recent purchases, transferring purchases from another devices.  Still does not appear.

    I purchased a book on one macbook in my itunes account.  I tried to open it on another account while logging into itunes account.  The book does not appear.
    I have tried updating purchases, the bottom at the bottom-update purchases from another device.  Still does not appear.

    If it's an audiobook then you will need to copy it over from the first computer to the second computer - audiobooks are currently one-time only downloads, so they won't appear under the Purchased link for re-downloading.  If you copied it onto a device from the first computer then you should be able to copy it off that device to the second computer's iTunes via File > Transfer Purchases. If it's not on a device and both computers are on the same wifi network then you should be able to copy it over via home sharing (there are instructions on this page), or you can copy it to, for example, a flash drive (you can find it's location on the first computer by control-clicking it in your iTunes library and selecting 'Show In Finder') and then add it to the second computer's iTunes (File > Add To Library).
    If it's an ibook then you should be able to re-download it from the store : re-downloading.

  • Schedule job with dependencies in another job

    Hi All,
             I Have a job in sm36 schedule but I want to create a new job and will be started after my first job,
       for exemple : I have a job Test1 started in 30 and 30 minutes and I create a new job test2 that this job has to executable after the job test1, I can to do this but my slave job only executable one time, I need that this job stay continued always after job test1 and don't finish.
    Thank for Help.
    Regards,
    Osvaldo Antonio dos Santos

    Hi,
    I am afraid your reqmt may not be possible.
    You can very well run one job after another job by maintaining the After event parameters in SM36. However you cannot enable a job run for ever. Once there is no input meeting the selection criteria, teh job will finish.
    Instead of thinking of enabling the job for ever, you can maintain the jobtest2 as after event of jobtest1.
    After that you can create jobtest3 using the same variant of jobtest2 and schedule it to run once in 15 min or 30min or so.
    Hope this helps you
    Pls reward if it is of some help to you

  • SQL SERVER AGENT job dependent on another job

    Hi
    I have 2 Sql Server Agent jobs that run on a daily basis.
    One which is run first but is dependant on another job completing.
    The secone runs every 30 mins between 9:00am to 7:00pm.
    If my first Job hasn't run but the 2nd job does start running the 2nd job will fail.
    Is there away with SQL servent agent where if my first Job hasn't run  then don't run the 2nd job?
    Regards

    Hi aivoryuk,
    According to your description, if you set one job is dependent on another job, when the first job does not run or execute failed, then the second job will not run. I recommend you use two steps to instead of this two jobs. In step Advanced page, we can set
    that the first job execute successfully then go to the next step. Or else, it will quit the job and report a failure.
    The other way is that we create new job with the same schedule as the second job , in this job , we can check the first job status with the sp_help_job stored procedure, then you can use sp_start_job to Start
     the second job. For more information, you can review the following post.
    http://social.technet.microsoft.com/Forums/en-US/d5cb4004-02fb-4b41-a321-5197f8105941/sql-server-agent-making-1-job-dependent-on-another?forum=sqltools
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • ERROR: Download still in progress - not making progress

    I'm adding a new clients to a new UCE server (SUNOS 10 SPARC), but the agents on the SPARC machines cannot patch themselves due to the following errors. The agents show up on the server console, but remain "disconnected" and cannot be patched. The "Download still in progress" is repeated without end. Any suggestions?
    Also the "uce_agents_check_prerequisites" doesn't appear to be available any more in the downloads site. Is there an alternative?
    12889:2011-08-30_17:21:48 ERROR [ default_logger: source_unavailable: #0 ] 118100992 Info: Setting Username and Password (User=<>, Pass<**>).
    12889:2011-08-30_17:21:48 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:21:48 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    12889:2011-08-30_17:21:48 ERROR [ default_logger: source_unavailable: #0 ] 151070720 INFO: Using output file = /opt/SUNWuce/agent//config_files/.temp_si.12889_O8ailz .
    12889:2011-08-30_17:21:48 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002///channels.xml.sig
    12889:2011-08-30_17:21:50 ERROR [ default_logger: source_unavailable: #0 ] 118100992 Info: Setting Username and Password (User=<>, Pass<**>).
    12889:2011-08-30_17:21:50 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:21:50 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    12889:2011-08-30_17:21:50 ERROR [ default_logger: source_unavailable: #0 ] 151070720 INFO: Using output file = /opt/SUNWuce/agent//config_files/.temp_si.12889_Q8ailz .
    12889:2011-08-30_17:21:50 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002/blobs/scripts/SOLARIS_10_0_SPARC_detect.sh.sig
    12889:2011-08-30_17:21:51 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:21:51 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002/config_files/SOLARIS_10_0_SPARC/agent.tgz
    12889:2011-08-30_17:21:51 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    12889:2011-08-30_17:21:53 ERROR [ default_logger: source_unavailable: #0 ] 118100992 Info: Setting Username and Password (User=<>, Pass<**>).
    12889:2011-08-30_17:21:53 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:21:53 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    12889:2011-08-30_17:21:53 ERROR [ default_logger: source_unavailable: #0 ] 151070720 INFO: Using output file = /opt/SUNWuce/agent//config_files/.temp_si.12889_S8ailz .
    12889:2011-08-30_17:21:53 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002/config_files/SOLARIS_10_0_SPARC/agent.tgz.sig
    12889:2011-08-30_17:21:54 ERROR [ default_logger: source_unavailable: #0 ] 0 ShouldGetFile /opt/SUNWuce/agent//config_files/agent.tgz return with signature differs
    12889:2011-08-30_17:21:54 ERROR [ default_logger: source_unavailable: #0 ] 118100992 Info: Setting Username and Password (User=<>, Pass<**>).
    12889:2011-08-30_17:21:54 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:21:54 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    12889:2011-08-30_17:21:54 ERROR [ default_logger: source_unavailable: #0 ] 151070720 INFO: Using output file = /opt/SUNWuce/agent//config_files/.temp_si.12889_T8ailz .
    12889:2011-08-30_17:21:54 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002/config_files/SOLARIS_10_0_SPARC/agent.tgz
    12889:2011-08-30_17:22:42 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:22:42 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002/cgi-bin/server.cgi
    12889:2011-08-30_17:22:42 ERROR [ default_logger: source_unavailable: #0 ] 118100736 Info: Enabling Authentication mechanism (User=<>, Pass<**>).
    12889:2011-08-30_17:22:43 ERROR [ default_logger: source_unavailable: #0 ] 151068928 INFO: Download still in progress, retrying longer (knowledgebase_conflict_reconnect_retries=360, knowledgebase_conflict_reconnect_interval=30).
    12889:2011-08-30_17:22:43 ERROR [ default_logger: source_unavailable: #0 ] 151066368 INFO: Waiting 30 seconds before retrying to communicate with parent.
    12889:2011-08-30_17:23:13 ERROR [ default_logger: source_unavailable: #0 ] 151069440 INFO: Enabling SSL communication.
    12889:2011-08-30_17:23:13 ERROR [ default_logger: source_unavailable: #0 ] 151069184 INFO: Setting Url to download: https://dyson:8002/cgi-bin/server.cgi
    Edited by: user13075976 on Aug 30, 2011 10:33 AM
    Edited by: user13075976 on Aug 30, 2011 10:36 AM

    Second this problem - various clients - Solaris 8 9 or 10 (all SPARC)
    Only way I've been able to get around that for newly built hosts is to reboot after installation..
    Very frustrating as we build a machine and then use UCE/CE to patch it - so we are leaving a relativly unpatched system on network till it can connect

  • Adobe CS4: Error 1618. Another installation is already in progress.

    I can not reinstall the Flash or Fireworks components of my Adobe CS4.  I get this error message:  Error 1618. Another installation is already in progress. I am attempting to reinstall Adobe Creative Suite 4 because Acrobat was not interfacing with my Microsoft Word.  Reinstalling Creative Suite reinstalled Acrobat which now interfaces correctly with Microsoft Word but I can not reinstall Flash or Fireworks which had been working fine.  I open my task manager and shut off any unnecessary processes and disable my Norton firewall and antivirus.  I have tried multiple times, restarting my computer after uninstalling CS4 before trying to reinstall.  Does anyone have any ideas as to how to fix this?

    Hi Charles,
    I don't think this has anything to do with Crystal Reports so go back to the top of the list and try one of the Classic SAP forums:
    http://forums.sdn.sap.com/index.jspa#45
    Or it may be Business One which is an OEM version of Crystal Reports in which case you need to post int his forum:
    http://forums.sdn.sap.com/index.jspa#44
    Please mark as answered.
    Don

  • Cisco UP Replication Watcher has detected that database replication is still in progress

    Hi Guys
    In the Presence server System Troubleshooter, have the follow message:
    "Cisco UP Replication Watcher has detected that database replication is still in progress"
    Any idea to solve this?
    TIA
    Cristian

    was this ever fixed? and if so how?

Maybe you are looking for

  • PORTAL ACCESS  THROUGH HTTP and HTTPS BOTH

    Hi, Is it possible to make the portal listen on both http and https ports at the same time? What is the required configuration for the same? Please let me know for any other details. Any input is highly appreciated. regards, Chandra

  • Create a new Mail Folder in Outlook 2011 and control its location?

    Hello, I want to create a new mail folder in Outlook in a location of my choosing (from dialogue box) After selecting the location, the user would get a dialog box that asks for the users initials (i.e CY) A second dialog box would ask for the name o

  • Bounding box, paths and control points are not visible

    When I select an element, in this case a building, to make changes, the entire file is selected instead of the building. There is nothing to ungroup when this happens. Can someone tell me how to fix this? Thanks

  • Is there a liquid tag for related products?

    There does not seem to be liquid tag for related products. I'm now using {tag_relatedproducts}. I would like to use {{relatedproducts}} because I would like to use useli="true" to get rid of the default table. Am I missing something or is there no li

  • Weird Battery

    I'm having battery issues but I have yet to identify the source of the problem Around Nov. 05 I purchased a 'new' battery, then that Dec. my adapter died since then I've been using a PB 1400 adapter. Around that same time my battery has been acting s