Discovery Service
The discovery service can be found here:
https://vmgp2015.devshed.local/GPService/Tenants(DefaultTenant)/Companies(Fabrikam,%20Inc.)/help
https://vmgp2015.devshed.local/GPService/Tenants(DefaultTenant)/help
Either will work, the top one is best. The discovery service will list for you all the URLs that you need to user SBA
Echo
https://vmgp2015.devshed.local/GPService/Tenants(DefaultTenant)/Utility/Echo
Will echo back any payload
Ping
https://mymachine:myport/GPService/Tenants(Test)/Companies(Fabrikam,%20Inc.)/Utility/Ping
Returns a timestamp if the minimum amount of stuff is working.
Diagnostics
https://mymachine:myport/GPService/Management/Diagnostics
Gives a good bit of information on your install. At a minimum, you need to have at least 1 Tenant listed and one value in the RoutingTable or you won’t be getting a lot out of the service.
Logs
The following locations have diagnostic information.
- %programdata%\Microsoft Dynamics\GPSvc\Logs\DexterityControlService: log for the Dexterity Control Service.
- %programdata%\Microsoft Dynamics\GPSvc\Logs\GPService: log for the GP service itself (the main entry point, so the first place to check for errors).
- %programdata%\Microsoft Dynamics\GPSvc\Logs\Inst_[instance_name]\DexterityRequests: if RequestLoggingEnabled is true in your Tenant configuration, then a file will be logged here for each request coming into the service that has useful stuff like the URL of the request and the script log of the GP process that handled it