Workflow and ServiceDesk Community

 View Only
Expand all | Collapse all

ConnectionContextName Parameter in Workflow 7.1

  • 1.  ConnectionContextName Parameter in Workflow 7.1

    Posted Oct 30, 2011 10:53 PM
      |   view attached

    In the "GetUserInfo" component in Workflow 7.1 there's a new required parameter "ConnectionContextName".  This parameter is not present in Workflow 7.0. 

    I can't find any obvious components that provide the connection context.  What should it be filled with? 

    Thanks. Phil



  • 2.  RE: ConnectionContextName Parameter in Workflow 7.1
    Best Answer

    Posted Oct 31, 2011 12:14 PM

    There should be another GetUserInfo1 component that does not require a Connection Contect name. It's namespace/classname is Ensemble.Userman.GetUserInfo1 (located on Settings tab in Edit Component).

    If you do use the GetUserInfo (namespace/classname: Ensemble.Userman.GetUserInfo), Connection Context Name requires the name of a connection context you define at Admin - Reports - Connection Context List (basically lets you define multiple connection strings for reporting purposes)



  • 3.  RE: ConnectionContextName Parameter in Workflow 7.1

    Posted Nov 01, 2011 01:56 AM

    Thanks reecardo