@@ -848,10 +848,10 @@ This method transforms error </Description>
848
848
do ..SendData($C(13,10))
849
849
do ..SendData("35", ..#ConstClientOutputLocalized)
850
850
do ..SendData($C(13,10))
851
- set stload = $system .OBJ.LoadStream(httprequest.HttpResponse.Data,"",.error,.items)
852
- if $$$ISERR(stload) { do ..SendData(System.Status.GetErrorText(stload)) quit $$$NOTOK }
853
- set st2 = $system .OBJ.CompileList(.items)
854
- if $$$ISERR(st2) { do ..SendData(System.Status.GetErrorText(st2)) quit $$$NOTOK }
851
+ set stload = $System .OBJ.LoadStream(httprequest.HttpResponse.Data,"",.error,.items)
852
+ if $$$ISERR(stload) { do ..SendData($ System.Status.GetErrorText(stload)) quit $$$NOTOK }
853
+ set st2 = $System .OBJ.CompileList(.items)
854
+ if $$$ISERR(st2) { do ..SendData($ System.Status.GetErrorText(st2)) quit $$$NOTOK }
855
855
if $$$ISERR(error) {
856
856
do ..SendData($C(27)_"[31mFAILED" _ $C(27) _ "[0m" _ $C(13,10))
857
857
quit $$$NOTOK
@@ -942,7 +942,7 @@ the client - it includes authorization key.</Description>
942
942
continue:($order(userProps("")) = "")
943
943
944
944
set namespace = $case(namespace, "":userProps("NameSpace"), :namespace)
945
- set loginStatus = ##class(%SYSTEM .Security) .Login(username) // login user
945
+ set loginStatus = $System .Security.Login(username) // login user
946
946
947
947
kill ^%WebTerminal.AuthUser(key)
948
948
@@ -952,7 +952,7 @@ the client - it includes authorization key.</Description>
952
952
953
953
// kill "old" auth tickets
954
954
set time = $LISTGET(lb, 2)
955
- if (time '= "") && ($SYSTEM .SQL.DATEDIFF("s", time, $h) > 100) { // if older than 100 sec
955
+ if (time '= "") && ($System .SQL.DATEDIFF("s", time, $h) > 100) { // if older than 100 sec
956
956
kill ^%WebTerminal.AuthUser(key)
957
957
}
958
958
@@ -1163,7 +1163,7 @@ This method is invoked when a class is compiled.</Description>
1163
1163
set Properties("TempGlobals") = "CACHETEMP"
1164
1164
set status = ##Class(Config.Namespaces).Create("%All", .Properties)
1165
1165
if ($$$ISERR(status)) {
1166
- do $SYSTEM .Status.DisplayError(status)
1166
+ do $System .Status.DisplayError(status)
1167
1167
quit status
1168
1168
} else {
1169
1169
w !, "%All namespace is created."
0 commit comments