Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
We had a working standalone cluster (ServiceFabric_7_2_457_9590).
After migrating to the new domain forest, we ran into a problem.
Factory starts up with no problems, but when we try to install an application, an error occurs:
_Error getting user account information for [domain\username]: status=5, error=EACCESSDENIED
There seem to be some blocks, possibly related to some global policies. But I have no idea where to look.
One other thing, a new account was created in the new domain to run the applications.
Hi, Guys!
We had a working standalone cluster (ServiceFabric_7_2_457_9590). After migrating to the new domain forest, we ran into a problem. Factory starts up with no problems, but when we try to install an application, an error occurs:
_Error getting user account information for [domain\username]: status=5, error=EACCESSDENIED
There seem to be some blocks, possibly related to some global policies. But I have no idea where to look. One other thing, a new account was created in the new domain to run the applications.
It's very similar to Microservice's, Kerberos security and AD forest permissions #748 or this Service Fabric requirements to RunAs a domain user. But unfortunately we cannot rebuild the domain from scratch (
We tried to install the factory from scratch, but it did not bring a positive result
Thanks in advance!!