Workflow Soluiton

 View Only
  • 1.  Error in Tasks on Production server

    Posted Aug 21, 2013 09:50 AM

    I am using the dialog workflow component in my workflow to create some tasks in process manager.  When I debug or deploy this workflow to our test server everything works fine and I am able to run the tasks in the workflow.

     

    When I deployed this workflow to our productions server, I am able to run the workflow and our service request is created in process manager, however all of the tasks error out with the message below.  I have checked the deployed directory and there is a StartTaskDialog.aspx file.  I am using the same account to run the workflow that I use on our test server.  No error comes up in the log.

     

    Any assistance as to where I could start looking to resolve the problem is greatly appreciated.

     

    Janet

     

      workflowerrortask.jpg



  • 2.  RE: Error in Tasks on Production server
    Best Answer

    Posted Aug 21, 2013 10:36 AM

    It looks like you deployed the project with BaseURL ending in the default "virtualdirectory", hence the 404. That probably needs to be corrected (unsure if this is intentional, but I've never heard of anyone using that)

    To can mark this up by redeploying or manually editing the properites.config in the deployed folder.



  • 3.  RE: Error in Tasks on Production server

    Posted Aug 21, 2013 01:32 PM

    Thank you, I had deployed by Creating a Publishing installer and it must have defaulted to this BaseURL.  I have found it and corrected it in the properties and it is working great now!