Unable to publish process template to AgilePoint Server


Problem:
While publishing process template to AgilePoint Server from Envision if you encounter an error message “ Please check Server URL/Authentication details”.


Resolution:

As alert message shows it could be one of the following.
1.Check whether your AgilePoint Service is running or not.
2.Check your AgilePoint Server URL it might be wrong.To find AgilePoint Server URL click here
3.Verify your Server Authentication credentials .


  1. On the AgilePoint Server Manager, click the name of your AgilePoint instance.
  2. Find your WsHttp Port.
  3. Build your AgilePoint service URL as shown in the following table.
    Format
    http://[AgilePoint Server host name]:[WsHttp Port]/AgilePointServer
    Example
    http://myapserverhost:1234/AgilePointServer
Database Agile Shapes does not provide support for retrieval multiple records. As a workaround we would suggest to write a custom web service and inside web service fetch multiple records and return back as a response. Inside process model make use WSE shape and configure schema using mapper to obtain multiple records.
If you want the functionality of retrieval of multiple records through AgileParts you can write a custom AgilePart or extend the existing Database AgilePart to support multiple records retrieval .
Yes we can use custom attribute / Shared Custom Attribute in Server URL . Server URL is used in run time execution of AgilePart so if you use custom attribute also it would resolve in run time by AgilePoint Server.For More Details you can click here.
Have a look at these screenshots.