Getting started with service based architecture. Services appear to be up and running, but I'm receiving a 403 from IE. I'm logged into my environment as domain administrator. That login appears to have access to all other GP services. I.e. I can log into GP Web Client as well as the Web Management Console.
Thanks!
RESOLVED: I created and assigned a new domain user to a GP user. When prompted by IE for login information, I used the new domain user's credentials. All tests have worked so far.
Query:
https://myurl/GPService/Tenants(DefaultTenant)/Companies(Fabrikam,%20Inc.)/Inventory/Items().xml
XML Response:
-<DexResponse>
-<RequestError>
<CorrelationId>d64584f013f14b6c9d656db66b1b0ee4</CorrelationId>
<HttpCode>403</HttpCode>
<ErrorCode>TenantAuthorizationFailure</ErrorCode>
<Source>GPService</Source>
<Message>Authorization failed because the tenant does not exist, is not active, or is not associated with this user.</Message>
</RequestError>
</DexResponse>
*This post is locked for comments