We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667892b commit b52c7b2Copy full SHA for b52c7b2
1 file changed
MDX2JSON/AbstractREST.cls.xml
@@ -59,7 +59,7 @@ Add param Namespace to a request to execute MDX in desired namespace.]]></Descri
59
60
#; Check that the effective user ( could be unknown user ) can access this resource
61
Set tAccess=$SYSTEM.Security.Check($Piece($zu(90,21,$namespace),"^",4))
62
- Set tAccess2=$SYSTEM.Security.Check($Piece($zu(90,21,Namespace),"^",4))
+ Set tAccess2=$SYSTEM.Security.Check($Piece($zu(90,21,$ZCVT($Namespace,"U")),"^",4))
63
If ((tAccess'["READ,WRITE") || (tAccess2'["READ,WRITE"))
64
{
65
#; Don't want the session token
0 commit comments