Author |
Message
|
jk |
Posted: Mon Jun 17, 2002 12:39 am Post subject: _RC=143 ?? |
|
|
Apprentice
Joined: 09 Jan 2002 Posts: 36
|
Hi,
what does _RC=143 mean? i got this return value when i tried to run a java program as part of an activity implementation.
thanx in advance |
|
Back to top |
|
 |
dsbailey |
Posted: Wed Jul 03, 2002 11:53 am Post subject: |
|
|
Novice
Joined: 20 May 2002 Posts: 24
|
Are you sure it was 143? (and not 134?) Unless it is coming from the application.......
All the MQWF return codes are documented in the fmcmretc.h header file located in the API subdirectory.
denise |
|
Back to top |
|
 |
jk |
Posted: Wed Jul 03, 2002 7:55 pm Post subject: |
|
|
Apprentice
Joined: 09 Jan 2002 Posts: 36
|
The value is 143 bcos it is being returned by the application. i want to capture the value that is being sent back by the application. the value 143 remains unchanged evn though the return type is changed from a "string" to an "int". how can i capture this return value from the application within workflow and assign it to a data structure. |
|
Back to top |
|
 |
jmac |
Posted: Thu Jul 04, 2002 5:14 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
What language are you writing this app in?
There is no 143 documented in any MQWF header file. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
jk |
Posted: Mon Jul 08, 2002 5:55 am Post subject: |
|
|
Apprentice
Joined: 09 Jan 2002 Posts: 36
|
its a simple java application which has one method.
this method accepts a command line argument from workflow prints the same in the method and returns a hardcoded string. |
|
Back to top |
|
 |
|