Skip to content

Commit 3a95bf1

Browse files
author
nalexand
committed
Installer
1 parent 3667cc3 commit 3a95bf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Export generator="Cache" version="25" zv="Cache for Windows (x86-32) 2015.1 (Build 429U)" ts="2015-07-24 13:06:58">
3-
<Class name="cls.kutac.monitor.utils.Installer">
4-
<TimeChanged>63757,47200.76574</TimeChanged>
2+
<Export generator="Cache" version="25" zv="Cache for Windows (x86-32) 2015.1 (Build 429U)" ts="2015-07-24 16:07:29">
3+
<Class name="kutac.monitor.utils.Installer">
4+
<TimeChanged>63757,58028.937681</TimeChanged>
55
<TimeCreated>63732,50627.865496</TimeCreated>
66

77
<XData name="Install">
@@ -19,7 +19,7 @@
1919
<Database Name="${Namespace}" Dir="${MGRDIR}/${Namespace}" Create="yes" MountRequired="true" Resource="%DB_${Namespace}" PublicPermissions="RW" MountAtStartup="true"/>
2020
</Configuration>
2121
<Log Text="Creating web application /csp/${Namespace}" Level="0"/>
22-
<CSPApplication Url="/csp/${Namespace}" Directory="#{##class(%DeepSee.Report.UI.reportModelServer).GetCSPDirectory()}/${Namespace}" AuthenticationMethods="64" IsNamespaceDefault="true" />
22+
<CSPApplication Url='#{$ZCONVERT("/csp/${Namespace}", "L")}' Directory="#{##class(%DeepSee.Report.UI.reportModelServer).GetCSPDirectory()}/${Namespace}" AuthenticationMethods="64" IsNamespaceDefault="true" />
2323
<RunInstall Class="kutac.monitor.utils.Installer" Method="EnableDeepSee"/>
2424
</Namespace>
2525
<Log Text="End Creating namespace ${Namespace} and web application /csp/${Namespace}" Level="0"/>
@@ -88,7 +88,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
8888
<FormalSpec>pVars,pLogLevel,tInstaller</FormalSpec>
8989
<ReturnType>%Status</ReturnType>
9090
<Implementation><![CDATA[
91-
do EnableDeepSee^%SYS.cspServer("/csp/"_pVars("Namespace")_"/")
91+
do EnableDeepSee^%SYS.cspServer("/csp/"_$ZCONVERT(pVars("Namespace"), "L")_"/")
9292
quit $$$OK
9393
]]></Implementation>
9494
</Method>

0 commit comments

Comments
 (0)