Search found 4 matches

by jokerday
Thu Jun 02, 2011 8:20 pm
Forum: General
Topic: Error with DSRoutine
Replies: 7
Views: 3063

the batch file is actually invoking an exe application. The program is written in C language, and it shall return only one line. I tested it externally and it is working fine and same goes to the DSRoutine test, just when I put everything into the workflow, the output file behaves unexpectedly. I tr...
by jokerday
Thu Jun 02, 2011 7:38 pm
Forum: General
Topic: Error with DSRoutine
Replies: 7
Views: 3063

please take a look with the example below :-

Data returned from Routine Test:
P91300000022

Data returned from workflow (write to a file from transformer stage):
K000

Hence, other than NLS settings, couldn't think of any possible reason. :oops:
by jokerday
Thu Jun 02, 2011 7:18 pm
Forum: General
Topic: Error with DSRoutine
Replies: 7
Views: 3063

please take a look with the example below :-

Data returned from Routine Test:
P91300000022

Data returned from workflow (write to a file from transformer stage):
K000

Hence, other than NLS settings, couldn't think of any possible reason. :oops:
by jokerday
Thu Jun 02, 2011 4:18 am
Forum: General
Topic: Error with DSRoutine
Replies: 7
Views: 3063

Error with DSRoutine

I wrote a simple DSRoutine, which will invoke my external application (*.exe) and produce a result on the command prompt. Sample Code:- Command = DQuote('C:\Abc\exec.bat ' : InputData) Call DSExecute("NT", Command, Output, ErrCode) Ans = Output When I test this function alone, it returns m...