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

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -