We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3116032 commit 99ad950Copy full SHA for 99ad950
1 file changed
MDX2JSON/Installer.cls.xml
@@ -63,7 +63,7 @@ todo add optional parameter WEBAPP to Alter web app name if it needs to have ano
63
<RunInstall Class="MDX2JSON.Installer" Method="GrantSelectToUserInstaller"/>
64
<Log Text="User modifyed/created and granted SELECT access to all tables in ${Namespace}" Level="0"/>
65
<RunInstall Class="MDX2JSON.Installer" Method="GrantExecuteToUserInstaller"/>
66
-<Log Text="User modifyed/created and granted Execute access to all procedures in ${Namespace}" Level="0"/>
+<Log Text="User modifyed/created and granted EXECUTE access to all procedures in ${Namespace}" Level="0"/>
67
</IfDef>
68
<IfNotDef Var="Password">
69
<Log Text="You specified username but not a password" Level="0"/>
0 commit comments