Workflow Soluiton

 View Only
  • 1.  changed default Workflow server in Workflow Manager

    Posted Oct 27, 2011 12:25 PM

    Hello All,

    I am trying to develpe a WebForm Workflow that runs tasks created on the NS server. When I try to Create Integration Library and use ASDK Tasks Component Generator for NS 7.0 I get a wizard asking for the Notification Server Settings, my only selection choice is a drop down box that currently points to our old  NS 7.0 test server and I need it to point to our current NS server. This setting provides the connection to the current server by suppling the server name and the NS logon credentials. Does anyone know how to change the default NS server that Workflow Manager currently shows/points too? Thank you in advance for any suggetions.



  • 2.  RE: changed default Workflow server in Workflow Manager

    Posted Oct 27, 2011 12:48 PM

    You'll have to add new sets of SMP credentials to the Credentials tab in Workflow Explorer. This is what it uses to populate those dropdowns.



  • 3.  RE: changed default Workflow server in Workflow Manager

    Posted Oct 27, 2011 01:17 PM

    Thank you Reecardo for the quick responce, it was right on. I was able to remove the old server in WorkFlow Explorer and add the new server and the SMP server connection passed the test, however; I now get an error after choosing the server in the wizard,

    Unexpected Exception

    Server was unablel to process request --> Object refrence not set to an instance of an object.

    Anyone have any ideas? Thank you again to the for the fast and accurate response to the first issue Reecardo.



  • 4.  RE: changed default Workflow server in Workflow Manager

    Posted Oct 27, 2011 01:21 PM

    Could you post a screenshot of the exception if you have it available? Also, just to verify, do you have the Symantec Administrator SDK solution installed on your SMP? (it's required for the ASDK/Task generators to be used)



  • 5.  RE: changed default Workflow server in Workflow Manager

    Posted Oct 27, 2011 03:36 PM
      |   view attached

        Reecardo,

    ASDK 7.1 SP1 is now a core component of SMP and is installed during the configuration of the server. I have attached a copy of the error. Thank you again for all your help.



  • 6.  RE: changed default Workflow server in Workflow Manager

    Posted Oct 27, 2011 03:54 PM

    Next thing to troubleshoot is to go to the SMP and bring up ASDK.NS\TaskManagementService.asmx in IIS.

    Try running the GetTasksByType method with the following parameters:

    tasksParentFolderGuid  = "297171fd-395f-41d8-a482-ea4271bc9572"
    baseTask = "23502311-8884-4C4F-B768-F2112D0C0748"

    This is pretty much what the generator runs to collect tasks. I have a feeling you'll get the same exception (or something else that's odd)