Launchd agents not working

Hi,
I have created a user launchd agent saved in ~/Library/LaunchAgents and is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.Keith.ThingsBackupLaunchd</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Scripts/Folder Action Scripts/Copy Things to Dropbox.scpt</string>
</array>
<key>StartInterval</key>
<integer>30</integer>
</dict>
</plist>
Basically it calls a script every 30 secs (only for testing, it will actually only call the script when a file gets modified) which is as follows:
tell application "Finder"
set sfolder to folder "Things" of folder "Cultured Code" of folder "Application Support" of folder "Library" of folder "Keith" of folder "Users" of startup disk
set tfolder to folder "Dropbox" of folder "Keith" of folder "Users" of startup disk
duplicate sfolder to tfolder with replacing
end tell
Copying my Things DB folder to my Dropbox folder. The Script works fine but the Launchd Agent does not.
In console I am getting the following error message:
22/07/2010 22:41:18 com.apple.launchd.peruser.501184 (com.Keith.ThingsBackupLaunchd392) posix_spawn("/Library/Scripts/Folder Action Scripts/Copy Things to Dropbox.scpt", ...): Permission denied
22/07/2010 22:41:18 com.apple.launchd.peruser.501184 (com.Keith.ThingsBackupLaunchd392) Exited with exit code: 1
Actually it doesn't seem to matter what I try to call, even trying to start an app at a specific time with a launchd agent produces the same error.
Any ideas?
Thanks

Thanks for the suggestions,
I have tried lots of variations but still no closer. Currently I have:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.MyLaunchd</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>cp</string>
<string>-R</string>
<string>-f</string>
<string>/Users/Keith/Library/Application\ Support/Prog /Users/Keith/Dropbox/Backups/</string>
</array>
<key>WatchPaths</key>
<array>
<string>/Users/Keith/Library/Application Support/Prog</string>
</array>
</dict>
</plist>
This errors in the console with
17/08/2010 21:54:39 com.MyLaunchd[4224] usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
17/08/2010 21:54:39 com.MyLaunchd[4224] cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
17/08/2010 21:54:39 com.apple.launchd.peruser.501[268] (com.MyLaunchd[4224]) Exited with exit code: 64
So I definitely know it is call the launchd when the folder is modified.
Any further suggestions?
Message was edited by: Crystal Reef

Similar Messages

  • EFS Recovery Agent not working on Windows 8.1

    I know EFS data recovery has been discussed so many times in the forums but I could not find anything useful in the other threads as I believe I have followed all the required steps but still cannot get EFS recovery agent to work.
    I have a Client1 (Win 8.1) and a DC1 (Windows Server 2012 R2) under beta.com domain.
    DC1 is a CA server as well as a domain controller.
    I logged into DC1 as beta.com\Administrator
    which is the Domain Administrator account.
    I duplicated the EFS Recovery Agent template on the
    DC1 and published it into Active Directory.
    Then I edited the Default Domain Policy GPO and under
    Computer Settings\Policies\Windows Settings\Security Settings\Public Key Policies
    I right clicked Encrypting File System and selected Create a Data Recovery Agent
    and a new file recovery certificate was generated for the Administrator account.
    I exported the newly-created Recovery Agent certificate and then logged into
    Client1 as beta.com\Administrator and imported
    it.
    I then logged off from Client1 and logged back in using a different account beta.com\johns
    and encrypted a folder (with a text file inside) using EFS. (The folder address on local disk is
    C:\Reports)
    Then I logged back into Client1 again using beta.com\Administrator
    but I am unable to open the file inside the folder and I get an
    Access is denied message.
    It is very strange to get an "Access is denied" message because on the text file when I right click and click Properties -> Advanced -> Details, under the Recovery Certificates, the Administrator account's certificate is listed
    and its thumbprint corresponds to the same recovery certificate which I created in step 3. But I am still unable to access the file.
    Do you have any idea why? Am I missing something?
    Thanks in advance.
    MCT, MCSA/MCSE Security
    http://esitech.spaces.live.com/

    Hi
    The Client1 user needs to enrol via GPO to get the recovery certificate normally via automatic enrolment
    Check the Personal Certificate store for Client1
    I think the policy needs to be applied before you encrypt any data
    To manually recover
    Did you export the Private key when you did the export ?
    Did you export to a .cer file

  • Sql server agent not work

    hi every one ,
    i use sql server agent to make a job which delete some rows from my table at 12:00 AM
    this job works on (Mydatabase1) but when i make another job to another database(Mydatabase2)
    i get this error from ViewJob HIstory :
    Myjob2,Error,1,FATMA\MSSQLSERVER2008,Myjob2,step2,,Executed as user: NT AUTHORITY\SYSTEM. DELETE
    failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are
    correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query
    notifications and/or XML data type methods and/or spatial index operations. [SQLSTATE 42000] (Error 1934).  The step
    failed
    please inform me what is that error means?and how can i fix it?and why this job work to database and not work for another!!!
    best wishes
    fatma
    fatma mohamed

    Hi Miloslav Peterka,
    i set Quoted Identifiers to true it was false,it woorked in first time after that i get this error(but in my worked job on myDatabase1 the Quoted Identifiers was false.)
    Date  24-05-2010 10:44:28 ص
    Log  Job History (AttendanceJob)
    Step ID  0
    Server  FATMA\MSSQLSERVER2008
    Job Name  AttendanceJob
    Step Name  (Job outcome)
    Duration  00:00:01
    Sql Severity  0
    Sql Message ID  0
    Operator Emailed  
    Operator Net sent  
    Operator Paged  
    Retries Attempted  0
    Message
    The job failed.  The Job was invoked by User sa.  The last step to run was step 1 (attStep).
    wat is the reason of that error?
    best wishes
    fatma mohamed

  • Database Upgrade Agent not working for upgrading Oracle 9i DB to Oracle 10i

    Hi All,
    Presently I have completed my Oracle 10i installation on Solaris Server but I am facing an issue during the upgrade process of Oracle 9i to 10g. Whenever I try to upgrade the 9i databases to 10g using DBUA(Database Upgrade assistant) I am facing an issue that Data base not running from oracle home or pfile not found. The exact error message says:-
    The upgrade assistant failed in bringing up the database XIPCOTS. Oracle Home /opt/apps/home/oracle9i/product/releases/92/92 obtained from file /var/opt/oracle/oratab was used to connect to the database. Either the database is not running from Oracle Home /opt/apps/home/oracle9i/product/releases/92/92 or the correct Initialisation parameter file (pfile) was not found. To start the database , Oracle needs the pfile. Provide the full path name of the init file for the database XIPCOTS.
    In reality the XIPCOTS database is running fine in Oracle 9i and we can connect it using PL/SQL developer in windows.I have also provided the path of pfile but it is still not accepting the same.
    Path of pfile I provided :- /XIP/ofaroot/XIPCOTS/pfile/initXIPCOTS.ora
    Any help or suggestions would be greately appreciated.
    Our both Oracle 9i and 10g are installed on same Solaris server where solaris version is 9
    Installation path for 9i :- /opt/apps/home/oracle9i/product/releases/92/92
    Installation path for 10g :- /opt/apps/home/oracle/product/releases/10201
    Oracle 9i version :- 9.2.0.7
    Oracle 10g version :- 10.2.01
    Thanks in advance.
    Best Regards,
    Gourav Banerjee

    Can you please mention the specific folder name under oracle home where we need to put this pfile because there are two folder dbs and ds I have allready tried putting it inside dbs its not working. And my home path is correct I hope and is set for oracle 9i directories in the .oraenv file do we need to set it for oracle 10g before the DBUA upgrade.

  • Nac Agent Not Working on Windows 64 Bit

                       Hi All ,
    I have a Cisco ISE 3315 With Version 1.1.4 .
    We have Windows Work Station and we have some issue with Windows 7 64 Bit users !!
    On Some 64 Bit Workstation the nac Agent is getting about 25 Minute to start Checking the Posture Statu !!
    I don't Havec that Proble With 32 Bit Workstation . We are using Nac Agent 4.9.0.37 and Nac agent 4.9.0.42!!
    Here is log that i get From the 64 bit Workstation

    Hi
    Verify that supplicant is configured properly to conduct a full EAP conversation with ISE. Verify that NAS is configured properly to transfer EAP messages to or from supplicant. Verify that supplicant or network access server (NAS) does not have a short timeout for EAP conversations. Check the network that connects the NAS to ISE. If the external ID store is used for the authentication, it may be not responding fast enough for current timeouts.
    Check whether the proper server certificate is installed and configured for EAP by going to the Local Certificates page (Administration > System > Certificates > Local Certificates ). Also ensure that the certificate authority that signed this server certificate is correctly installed in client's supplicant.
    Check the previous steps in the log for this EAP-TLS conversation for a message indicating why the handshake failed. Check OpenSSLErrorMessage and OpenSSLErrorStack for more information

  • [solved]ssh-agent not working

    ssh-agent
    SSH_AUTH_SOCK=/tmp/ssh-TwKWWk9859/agent.9859; export SSH_AUTH_SOCK;
    SSH_AGENT_PID=9860; export SSH_AGENT_PID;
    echo Agent pid 9860;
    jithine ~ $ ssh-add
    Could not open a connection to your authentication agent.
    How could I make agent auto start during my every kde  4.3.1 login? Also I want to use it with ksshaskpass. Running ssh-add in krunner used to popup ksshaskpass dialog in kubunutu. How can I make it work. Please help.
    Last edited by jithin1987 (2009-09-17 00:43:18)

    Diaz wrote:I have kde4 from the repos, ssh-agent is launched by kde, i installed keychain and kaskpass, and it works.
    I think that initially i had the same problem as you but don't really remember what i changed or if it was just me doing something wrong...
    For some reason kdemod kde is not reading /etc/kde/env folder. I copied the agent-startup.sh from there to ~/.kdemod4/env and now the ssh-agent starts on login

  • Agents not working in the upgraded OBIEE 11G

    Hi All,
    Recently we hae upgraded our BI Suite(10.1.3.4.1) to 11G(11.1.1.5.0)
    We are able to see all of our ibots(Agents) in the new 11G instance and I have added new recipients, set the schedule for the seedding cache.
    But when I try to run the Agent (Start Immediately), Agent ending up with a warning Invalid subscribers skipped
    Even we have configured the email setup(SMTP) in the enterprise manager and we are able to receive the mail attachments.
    But our goal is to add the usernames in the recipients tab and set the seeding cache option for the specified users.
    How can we achieve this in OBIEE 11G
    Any help would be much apprecialted....
    Thanks
    Praveen Chandu.

    Hello Everyone,
    The write back feature is working fine. There was an issue privilege setting in rpd.
    Now one field is getting editable while pressing Update button in the dashboard report and type new value and pressing Apply button, data is getting updated in to DB table.
    To aviod the manual entry i want to enter a value from some kind of dropdown or any choice box. So could you please let me know how can i achieve this functionality.
    Thanks in advance.
    Regards
    Niraj

  • TREX sapccmsr agent not working

    HI.
         We have TREX7.0 system. In trex mmc sapccsr agent is not running. As per some guides we registered sapccmsr agent using  sapccmsr pf=<instprofile> -j2ee -r to central solution manager system
    in services sapccmsr agent is registerd and started but it is immediatly stopping. as per note 883361 i have executed Agent for J2EE and TREX instances:
    sapccmsr pf=<instance profile> -j2ee -initshm but still we have same problem.
    And how services sapccmsr and sapmmc(automatically available in trex mmc)ccmsr is mapped.

    can you please check RFC status and also concern SM21 logentries.
    regards
    nag

  • Launchd does not work on Volumes under /Volumes during startup any more

    Hi folks,
    we have many launchd jobs launching scripts, binaries and resources from Volumes that are mounted in /Volumes. That worked fine so far.
    Now with 10.5.8 the Volumes in /Volumes are mounted after launchd has started up LaunchDaemons. That means I cannot start anything that uses resources outside of the root volume during system boot; e. g. our Sybase database is located on a different volume, and now it cannot be started during system start any more.
    Apple Care has confirmed this change of behaviour.
    Is there any workaround for this restriction? We would have to repartition and move lots of stuff to get along with that.
    Any hint or help is appreciated. Thanks in advance!
    Dirk

    hi pierre, try this search:
    http://forums.adobe.com/search.jspa?q=iphone+&resultTypes=MESSAGE&resultTypes=COMMUNITY&da teRange=all&communityID=3384&username=&numResults=15&rankBy=10001
    and especially this thread:
    http://forums.adobe.com/message/2948219#2948219
    cheers,
    dave

  • Internal Agent not working.

    Hi,
    I recently upgraded ODI from version 10.1.3.5.1 to version 10.1.3.5.6,we do development in house and mostly use the "Internal agent(no agent)" to execute our packages and interfaces.I was always able to restart a failed session using the "Local Agent(internal Agent)" before the upgrade,now after the upgrade I am not able to restart a failed session using the "Local Agent(internal Agent)" and I can only restart any failed session using a "user created agent".Did I miss any step while upgrading ODI.
    Any help on this front is appreciated.
    Regards,
    John
    Edited by: user12083061 on Apr 15, 2010 9:46 AM
    Edited by: user12083061 on Apr 15, 2010 9:46 AM

    Hi Reshma,
    Thanks you for your reply.I am using "LKM File to SQLLDR" to bulk load millions of rows from flat files and I execute the process using the local(no agent) option,some of these rows in the flat files have special characters which chokes sqlldr and the step bombs out.When I continue the loading of data after I select the "Ignore Error" switch and restart the failed process using the local (no agent),the process does not restart,it sits on the same failed state,but If I restart the failed process using an agent that I had defined,it restarts.
    I dont understand this behavior and this is happening only after I upgraded from ODI 10.1.3.5.1 to 10.1.3.5.6
    Regards,
    John

  • SAPSCCMSR Agent not working

    Hi All,
    I have WebAs 6.40 with SP13 running ABAP+JAVA stack. We have XI running on WebAS.
    I have problem with sapccmsr agent. It is configured as service in Windows 2000 with AUTO mode. When I try to run agent,it starts without any error. but after some time it stops working. It doesn't give any specific error in event log. I removed and installed agant again but it didn;t help me.
    I have another JAVA system running on same server which has agent connecting to ABAP which runs without error.
    Pls guide me how do I troubleshoot?
    I have checked sapccmsr log / SM21/eventlog, which doesn't show any error about sapccmsr agent.

    Hi Vinod,
    Just check this out.This should help u better.
    http://help.sap.com/saphelp_erp2005/helpdata/en/ac/e9d8a51c732e42bd0e7de54b9ff4e2/frameset.htm
    Hope this solves ur problem,
    Regards,
    Nagarajan.

  • Uninstall policy agent not working

    I am attempting to uninstall the policy agent for SJS Web Server 6.1 on Solaris. (logged on as root, using a telnet session)
    When I execute the ./uninstall_agent -nodisplay command I am getting a java exception (see below).
    Any ideas on how I can work around this issue; I need to do the uninstall so I can install a new vrsion with a patch.
    Thanks
    Exception in thread "Thread-0" java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
    at java.awt.ScrollPane.<init>(ScrollPane.java:183)
    at java.awt.ScrollPane.<init>(ScrollPane.java:170)
    at com.iplanet.install.panels.common.VerifyPanel.run(VerifyPanel.java:283)
    at com.iplanet.install.panels.common.VerifyPanel.beginDisplay(VerifyPanel.java:235)
    at com.sun.wizards.core.IteratorLayout.setCurrentLeaf(IteratorLayout.java:580)
    at com.sun.wizards.core.IteratorLayout.next(IteratorLayout.java:783)
    at com.sun.wizards.core.WizardTreeManager.nextButtonPressed(WizardTreeManager.java:1198)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:148)
    at java.lang.Thread.run(Thread.java:595)

    You can use non-GUI based unintallation option, or setup X-Windows (export DISPLAY=1pAddress:0.0) if you prefer GUI.

  • Service launched by launchd suddenly not working....

    Hello,
    I wrote a .plist file to launch a java app and made it bind to port 80. At first everything was fine. The application loaded, and I can point access the app via port 80 using Safari.
    After that I mucked around testing other launchd options, and now the app no longer load becos "java.net.BindException: Address already in use:80"
    The strange thing is that the app can be launched and bind to port 80 manually.
    I checked the system, and no services are using port 80.
    I tried deleting the launchd caches but the problem still occur.
    Can somebody help? Is it a problem at OSX level? At JVM level?

    Here is my .plist :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>ABC</string>
    <key>OnDemand</key>
    <true/>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/bin/java</string>
    <string>-jar</string>
    <string>abc.jar</string>
    </array>
    <key>Sockets</key>
    <dict>
    <key>Listeners</key>
    <dict>
    <key>SockServiceName</key>
    <string>http</string>
    </dict>
    </dict>
    <key>WorkingDirectory</key>
    <string>/Users/abc/abc</string>
    </dict>
    </plist>

  • Agent (10.2.0.5.0) on OEL is running, upload is not working

    Hello,
    I am installing boot/stage server for provisioning on Oracle Enterprise Linux, so I need to install Management Agent.
    Agent is installed and running. But upload XML files is not working (last successful heartbeat to OMS: unknown).
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.5.0
    OMS Version : 10.2.0.5.0
    Protocol Version : 10.2.0.5.0
    Agent Home : /home/oracle/OracleHomes/agent10g
    Agent binaries : /home/oracle/OracleHomes/agent10g
    Agent Process ID : 3141
    Parent Process ID : 3122
    Agent URL : https://localhost.localdomain:3872/emd/main/
    Repository URL : https://xxx.xx.xx:1159/em/upload
    Started at : 2009-12-10 11:00:13
    Started by user : oracle
    Last Reload : 2009-12-10 11:00:13
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 123
    Size of XML files pending upload(MB) : 3.37
    Available disk space on upload filesystem : 71.78%
    Last attempted heartbeat to OMS : 2009-12-10 11:44:05
    Last successful heartbeat to OMS : unknown
    Agent is Running and Ready
    When issuing emctl upload agent receiving error:
    EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..
    When trying to secure, everything is fine:
    Enter Agent Registration Password Agent successfully restarted... Done. Securing agent... Successful.
    When trying to unsecure then getting:
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Checking Agent for HTTP... Done.
    Agent successfully stopped... Done.
    Unsecuring agent... Started.
    OMS Upload URL - http://xxx.xx.xx:4889/em/upload/ is locked or unavailable.
    Unsecuring Agent... Failed.
    Agent successfully restarted... Done.
    when trying to connect with telnet:
    Trying 192.168.8.59...
    Connected to xxx.xx.xx (192.168.8.59).
    Escape character is '^]'.
    then issued
    ^]
    and received:
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>501 Method Not Implemented</TITLE>
    </HEAD><BODY>
    <H1>Method Not Implemented</H1>
    ^] to /index.html not supported.<P>
    Invalid method in request ^]<P>
    <HR>
    <ADDRESS>Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server Server at xxx.xx.xx Port 4889</ADDRESS>
    </BODY></HTML>
    Connection closed by foreign host.
    And sample of emagent.trc imho regarding this situation:
    2009-12-10 11:00:13,661 Thread-1173184 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    Help needed! What should I check? I am very new to Linux, maybe I missed something?
    Waiting for any response,
    Best regards,
    Nikolajus
    Edited by: Nikolajus on Dec 10, 2009 6:48 AM

    Thanks for answering, Rob
    My activity was:
    On OMS:
    [oracle@gc bin]$ ./emctl secure unlock
    Oracle Enterprise Manager 10g Release 5 Grid Control
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    OMS Console is unlocked. HTTP ports too can be used to access console.
    Agent Upload is unlocked. Unsecure Agents may upload over HTTP.
    Then on boot_test:
    ./emctl unsecure agent (all completed without errors)
    Then:
    ./emctl secure agent
    Securing agent... Successful.
    Then back to OMS:
    [oracle@gc bin]$ ./emctl secure lock
    Oracle Enterprise Manager 10g Release 5 Grid Control
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    OMS Console is locked. Access the console over HTTPS ports.
    Agent Upload is locked. Agents must be secure and upload over HTTPS port.
    Then on boot_test:
    [oracle@boot_test bin]$ ./emctl stop agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Stopping agent ... stopped.
    [oracle@boot_test bin]$ ./emctl start agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Starting agent ..... started.
    [oracle@boot_test bin]$ ./emctl clearstate agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    EMD clearstate completed successfully
    [oracle@boot_test bin]$ ./emctl upload agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..
    And the status is:
    [oracle@boot_test bin]$ ./emctl status agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.5.0
    OMS Version : 10.2.0.5.0
    Protocol Version : 10.2.0.5.0
    Agent Home : /home/oracle/OracleHomes/agent10g
    Agent binaries : /home/oracle/OracleHomes/agent10g
    Agent Process ID : 29610
    Parent Process ID : 29594
    Agent URL : https://localhost.localdomain:3872/emd/main/
    Repository URL : https://xxx.xx.xx:1159/em/upload
    Started at : 2009-12-11 09:42:54
    Started by user : oracle
    Last Reload : 2009-12-11 09:42:54
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 78
    Size of XML files pending upload(MB) : 3.84
    Available disk space on upload filesystem : 71.95%
    Last attempted heartbeat to OMS : 2009-12-11 09:51:01
    Last successful heartbeat to OMS : unknown
    Agent is Running and Ready
    So, it seems nothing changed. Am I missing something? Waiting for any help!
    Best regards,
    Nikolajus

  • I have installed the agent 10 or 15 times and one installation hasfailed, no error appeared during the installation but I am havinginconsistent issues with my ethernet card not working here and there. Werebooted and can log into Novell client but th

    I have installed the agent 10 or 15 times and one installation has failed, no error appeared during the installation but I am having inconsistent issues with my ethernet card not working here and there. We rebooted and can log into Novell client but the login prompt did not appear for ESM client or the icon was not in the systray. Everything seems to work, besides at times (a couple times today) it terminates his ethernet card/connection. I would re-image his computer but he has several applications and it would take several hours, so I am hoping someone has an idea to fix this issue. So I was trying to figure out why he did not get the prompt to login and why it's not in the systray and it appears to not have completed the install? I checked the add/remove programs, its not listed within their, I also checked the registry and found nothing for endpoint within their, but the files are within c:\program files\novell\zenworks endpoint security.
    I have also tried uninstalling it but that fails due to it "not being installed", and it will not reinstall over itself either.
    I did notice that stuninstdrv.exe is running in task manager. Any help would be great...
    Windows xp sp3
    ESM 3.5.154
    Thanks,
    Andy

    If you are searching the registry, check for the "Senforce" string. It should be at HKLM\Software\Senforce
    Try running the install program for the ZSC with the following command line:
    setup.exe /V"STUNINSTALL=1"
    If you've specified an uninstall password, try this one instead:
    setup.exe /V"STUNINSTALL=1 STUIP=password"" (please note the double quote at the end)
    Let me know if that helped you.
    Daniel
    >>>
    From: Andy_DeWees<[email protected] du>
    To:novell.support.zenworks.endpoint-security-management
    Date: 2/5/2009 12:52 PM
    Subject: I have installed the agent 10 or 15 times and one installation hasfailed, no error appeared during the installation but I am havinginconsistent issues with my ethernet card not working here and there. Werebooted and can log into Novell client but the login prompt did not appearfor ESM client or the icon was not in the systray. Everything seems towork, besides at times (a couple times today) it terminates his ethernetcard/connection. I would re-image his computer but he has severalapplications and
    I have installed the agent 10 or 15 times and one installation has failed, no error appeared during the installation but I am having inconsistent issues with my ethernet card not working here and there. We rebooted and can log into Novell client but the login prompt did not appear for ESM client or the icon was not in the systray. Everything seems to work, besides at times (a couple times today) it terminates his ethernet card/connection. I would re-image his computer but he has several applications and it would take several hours, so I am hoping someone has an idea to fix this issue. So I was trying to figure out why he did not get the prompt to login and why it's not in the systray and it appears to not have completed the install? I checked the add/remove programs, its not listed within their, I also checked the registry and found nothing for endpoint within their, but the files are within c:\program files\novell\zenworks endpoint security.
    I have also tried uninstalling it but that fails due to it "not being installed", and it will not reinstall over itself either.
    I did notice that stuninstdrv.exe is running in task manager. Any help would be great...
    Windows xp sp3
    ESM 3.5.154
    Thanks,
    Andy

Maybe you are looking for

  • Need to download QuickTime 7.5.5 - where can I find it?

    I have a mac osx 10.4.11 and cannot run the latest version of QuickTime. Where can i download the older version?

  • Oracle 11g Performance tunning

    Hi Guru's I am new to Performance tunning, can u please guide me from where to start performance tuning so that i study and do the practical as well. I know how to run AWR and ADDM but i want to konw what are the sequence i follow to learn and do per

  • HR BW Authorization

    Hi all we have PA_DS02 and PA_DS03 active in BWP, but only PA_DS03 has data in BWP would The authorization work , with out data in PA_DS02? Thanks In advance

  • Remove XML Header

    I am developing a Java Servlet and would like to query the database multiple times. I have used OracleXMLQuery and an array to be able to run three separate queries. My problem is occuring in my returned XML Document. Each query comes back with a XML

  • Looking for best wireless Network Adapter for my PowerMac G5

    Dual 2.3 GHz PowerMac G5 (PowerMac11,2) 5.5GBs DDR2 SDRAM Leopard 10.5 Before the local Mac Store upgraded me from Tiger To Leopard I was using a Hawking Technology HWUG1A Wireless Adapter. It was clunky and the software crashed me now and then. Now