|
1 | 1 | <?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> |
5 | 5 | <TimeCreated>63732,50627.865496</TimeCreated> |
6 | 6 |
|
7 | 7 | <XData name="Install"> |
|
19 | 19 | <Database Name="${Namespace}" Dir="${MGRDIR}/${Namespace}" Create="yes" MountRequired="true" Resource="%DB_${Namespace}" PublicPermissions="RW" MountAtStartup="true"/> |
20 | 20 | </Configuration> |
21 | 21 | <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" /> |
23 | 23 | <RunInstall Class="kutac.monitor.utils.Installer" Method="EnableDeepSee"/> |
24 | 24 | </Namespace> |
25 | 25 | <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> |
88 | 88 | <FormalSpec>pVars,pLogLevel,tInstaller</FormalSpec> |
89 | 89 | <ReturnType>%Status</ReturnType> |
90 | 90 | <Implementation><![CDATA[ |
91 | | - do EnableDeepSee^%SYS.cspServer("/csp/"_pVars("Namespace")_"/") |
| 91 | + do EnableDeepSee^%SYS.cspServer("/csp/"_$ZCONVERT(pVars("Namespace"), "L")_"/") |
92 | 92 | quit $$$OK |
93 | 93 | ]]></Implementation> |
94 | 94 | </Method> |
|
0 commit comments