Summary
How do I change a Service Account into an Interactive Account (and vice versa)?Synopsis
I created a Service Account but meant to create an Interactive Account. How do I change this?
Discussion
Changing a Service Account into an Interactive Account (and vice versa) is currently not possible without running an SQL query.
- On FNMS Cloud (both US and EU), this must be requested through support.
- On FNMS On-Premises, this can be remedied via the 'Workaround' available in this KB.
Workaround
According to the online help available via the ? icon in the top-right of the Web UI, the difference between a Service and Interactive Account is the Web Service role is assigned automatically to a Service Account. You can read this by navigating down to System Menu -> Accounts -> Creating an Account.
Creating a Service Account, it can be seen that this is assigned the Web Service role and that the Interactive column of dbo.ComplianceOperator is set to 0.
Follow these steps to change the account into an Interactive Account (and vice versa by changing the SET Interactive statement to 0):- Back up the FNMS Compliance DB, particularly the dbo.ComplianceOperator table.
- Change the role of the account and permissions as desired.
- Amend and run the following SQL command, adjusting the variable @OperatorLogin to the DOMAIN\username of the account:
DECLARE @OperatorLogin varchar(255) SET @OperatorLogin = 'DOMAIN\username' UPDATE dbo.ComplianceOperator SET Interactive = 1 WHERE OperatorLogin = @OperatorLogin
Additional Information
This is typically seen when a user that has been mistakenly set up as a service account tries to login and gets an access denied page with the following message:Please contact your administrator.
Related Articles
Change your domain service account password 26Number of Views Using a Service Account with the Flexera One API 76Number of Views Characters to avoid when creating your service account password 10Number of Views App Portal Service Account Password Change 10Number of Views How to change the Service Account password for the Workflow Manager 8Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Revenera Assistant
Case id: 00001065
Activity: Status change: 2 hours ago