Error Running Workflows with omcmdline.jar 4 Months ago
Karma: 0  
KB Server in W2k3 SP2 Meister 7.1 Client in Windows XP SP 2
Now I have configured a WorkFlow (WF) in Meister which name is “BCV” I have run the WF and everything work very well Therefore I have trying to run the same “BCV” WF from the command line with omcmdline.jar
According to the User Manual pag. 35 but I got the following error Exception in thread "main" java.lang.NoClassDefFoundError: ûcp Could you please give me a hand with this problem?
I have checked that the file omcmdline.jar is in the following PATH D:Meister_7_1clientbin
2.- My PATH Variable has the following information
Re:Error Running Workflows with omcmdline.jar 1 Month, 1 Week ago
Karma: 0  
Since no reply has been posted, I'm not certain if this is still a problem.
Was your command entered directly on the command-line or is this being run from a batch file or after a "cut-and-paste" operation from some editor?
In reviewing the command you have posted here, the dash in front of the cp is longer than the dash in front of the BUILD. If that is true of the text entered at the command-line, there would be an error with an unrecognized character, which is what your error message seems to indicate - notice that the error message presents a "non-ASCII" (the letter u with the caret) character in front of the cp.
To test this, open a command-line in Windows and enter the text directly there without any batch file or "cut-and-paste" operations in order to execute the command.
I have seen this same problem in my command-line functions where I have touched my batch files and Perl _script_s with an editor like Word or even Wordpad which can allow other representations of both the hyphen/dash and the double quotation marks. Typically, I don't even see the difference until I attempt to execute the file and get the error.
That's why I've gone to using "straight-text" editors, like SciTE or NotePad++, for all of my batch file and Perl _script_ edits.