Skip to content

Commit 30e0fbd

Browse files
committed
Grant %All role for /csp/sysmon
1 parent 0d638de commit 30e0fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/kutac/monitor/utils/Installer.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Namespace Name="${Namespace}" Create="no">
3535
<Log Text="Creating web application /csp/${Namespace}" Level="0"/>
3636
37-
<CSPApplication Url='#{$ZCONVERT("/csp/${Namespace}", "L")}' Directory='#{##class(%DeepSee.Report.UI.reportModelServer).GetCSPDirectory()_$ZCONVERT("${Namespace}", "L")}' AuthenticationMethods="64" IsNamespaceDefault="true" Recurse="true"/>
37+
<CSPApplication Url='#{$ZCONVERT("/csp/${Namespace}", "L")}' Directory='#{##class(%DeepSee.Report.UI.reportModelServer).GetCSPDirectory()_$ZCONVERT("${Namespace}", "L")}' AuthenticationMethods="64" IsNamespaceDefault="true" Recurse="true" Grant="%All"/>
3838
<RunInstall Class="kutac.monitor.utils.Installer" Method="EnableDeepSee"/>
3939
4040
<Log Text="End creating web application /csp/${Namespace}" Level="0"/>

0 commit comments

Comments
 (0)