Question:
Why would you need to change the Service Account from Local System to Domain User and why can't you use impersonation within PSIcapture?
Answer:
Some PSIcapture users may wish not to affect the physical folder locations and instead want to run the Capture Service as a specific user account. Also, Impersonation does not provide the same level of permissions that logging the service in can provide for certain automated workflows. ApplicationXtender Migration is a perfect example of this.
- Log in as the domain user account you want to run the Capture Service with.
- Ensure that a localdb instance has been created. Follow SQL Local DB commands to check for instance open cmd and type in sqllocaldb info "v11.0" or newest version.
- Stop the Capture Service.
- Cut and paste the Configuration.mdf/.ldf and BatchManager.mdf/.ldf files out of the program data PSIGEN location.
- Log in the Capture Service with the user account you are logged in with.
- Start Capture Service.
- Let it create new Configuration and Batch Manager .mdf/.ldf files.
- Stop the Capture Service and delete out the new created .mdf files
- Copy and paste back in the the previous databases with batchmanager and configuration data
- Start the Capture Service.
- You should now be running the service with specified user and existing configuration data.
Comments
Please sign in to leave a comment.