Workflow Soluiton

 View Only
  • 1.  Monitoring Service properties.config

    Posted Sep 15, 2010 02:38 PM

    We recently installed a Monitoring project type as a Windows Service.  However, I noticed that there is not a properties.config file for the project properties stored within the project (at least not that I can find).  Are the project properties stored in a different location for Monitoring project types?

    Anytime the process runs, it fails because it is trying to use project properties, but cannot fine the properties.config file in the project directory.

    Here is the error captured from the logs:
    Error capturing component data. System.Exception: Could not find property file c:\Program Files (x86)\Altiris\Workflow Designer\WorkflowDeploy\Release\CWxBuildAutomationCreateCRService\properties.config



  • 2.  RE: Monitoring Service properties.config

    Posted Sep 22, 2010 08:32 AM

    There's probably just a bug in the code that generates the Windows Service exe for the corresponding workflow project that fails to generate the properties file.

    Deploy your project (or just run it in the debugger) to a different directory, grab the properties file out of the folder and paste it into the bin directory where the windows server was generated.  That should work fine.



  • 3.  RE: Monitoring Service properties.config

    Posted Sep 22, 2010 05:07 PM

    You have to publish to an install directory and the  run the .bat install file.  This will create the properties file.