Problem:
FlexApp Application Tableau does not work for non admin users
Description:
Resolution:
A security descriptor is set on the licensing service.
Typically the licensing service is installed during the application installation. If the user needs permissions on the licensing service service, install the licensing service/software on a separate test machine.
Open CMD and run the following to display the service's security descriptor.
sc sdshow “license-service-name”
Save the output.
Playback the FlexApp package and run the same command.
If the security descriptor is different create a post license activation batch script that runs the following using the output that was saved from the test machine.
@echo off
sc sdset “license-service-name” output
This would reset the service's security descriptor, post playback to the original settings set by the application.
Screenshot examples:
This was created with help from Eric Rosen! Thank you Eric!
Product: ProfileUnity-FlexApp
Product Version: 6.8.x