I just did the upgrade to 9.5.2 in my test environment as I really wanted to try out the Query tool. The upgrade went successfully but I do not see Query listed in the apps like what is shown in http://www.ibm.com/support/knowledgecenter/SSTK87_9.5.0/com.ibm.bigfix.webui.doc/WebUI/Admin_Guide/c_apply_webui_permissions.html
Also when I log in to the WebUI, I do not see it there either.
When I go to https://:52315/api/session, I see the following output
<BESAPI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BESAPI.xsd">
<Session Resource="https://<servername>:52315/api/session">
<Operator>id@domain.com</Operator>
<UserID>2</UserID>
<EffectivePermissions>
<MasterOperator>true</MasterOperator>
<CustomContent>true</CustomContent>
<ShowOtherActions>true</ShowOtherActions>
<CanCreateActions>true</CanCreateActions>
<CanLock>true</CanLock>
<CanSendMultipleRefresh>true</CanSendMultipleRefresh>
<CanSubmitQueries>true</CanSubmitQueries>
<PostActionBehaviorPrivilege>AllowRestartAndShutdown</PostActionBehaviorPrivilege>
<ActionScriptCommandsPrivilege>AllowRestartAndShutdown</ActionScriptCommandsPrivilege>
<UnmanagedAssetPrivilege>ShowAll</UnmanagedAssetPrivilege>
<InterfaceLogins>
<Console>true</Console>
<WebUI>true</WebUI>
<API>true</API>
<Applications>
<Name>custom</Name>
<Name>patch</Name>
<Name>swd</Name>
</Applications>
</InterfaceLogins>
</EffectivePermissions>
</Session>
</BESAPI>
Any thoughts?
Thanks
Martin