How to invoke command manager scripts of Microstrategy using Java program without .bat file -
i had created array commands:
string[] commands={"chdir c:\\program files (x86)\\microstrategy\\command manager","cmdmgr -n xyz -u pqr -p lmn -f c:\\users\\administrator\\desktop\\script.scp -o c:\\users\\administrator\\desktop\\myscript.log"};
it giving me invalid -n error.
with -n should specify project source name. in developer or project source manager if not sure name correct. if single word without spaces can provide is. if contains spaces has enclosed in double quotes -n "my project source"
. hth!
Comments
Post a Comment