Author |
Message |
Topic: Getting Error - java.lang.UnsatisfiedLinkError |
belka
Replies: 8 Views: 14687
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 12, 2007 8:33 am Subject: Getting Error - java.lang.UnsatisfiedLinkError |
i ran into the same issue on unix.
so if you're running on unix you need to set
LD_LIBRARY_PATH to include the path to your mqm/java/lib directory.
if you're running on windows, try adding - ... |
Topic: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
belka
Replies: 9 Views: 11190
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 12, 2007 8:17 am Subject: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
IBM instructed to apply SP4 and follow insturctions for updatingn the web client.
the problem had to do with....
"This FP contains IY85881 for the webclient:
Force finish calls on activi ... |
Topic: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
belka
Replies: 9 Views: 11190
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 08, 2007 11:49 am Subject: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
will do. thanks for taking a look. |
Topic: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
belka
Replies: 9 Views: 11190
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 08, 2007 11:08 am Subject: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
sorry. didn't pay attention. here is the correct record.
/*
*
* FDL definitions generated by MQ Workflow at 2007-03-08, 1:12:54 PM.
*
*/
CODEPAGE 1252
FM_RELEASE V3R6 0
/*
* STRU ... |
Topic: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
belka
Replies: 9 Views: 11190
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 08, 2007 9:21 am Subject: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
the code you're mentioning gets generated from forcefinish.jsp page (i think).
i'll try the vb client.
here is the fdl.
/*
*
* FDL definitions generated by MQ Workflow at 2007-03-08, 11: ... |
Topic: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
belka
Replies: 9 Views: 11190
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 08, 2007 8:49 am Subject: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
i did look at the IBM topic before and i've implemented the encoding, but it didn't help. our problem is consistent.
i don't know if in prod we did a rebind, but i have the same problem on my pc, ... |
Topic: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
belka
Replies: 9 Views: 11190
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 08, 2007 7:46 am Subject: [SOLVED] Forcefinish throws FMC00118E Object does not exist |
hi. we've upgraded from 3.4 to 3.6, and now my web client throws an error on forcefinish work item. first i through it was the customization, but i've also tried vanilla client and get the same erro ... |
Topic: WBI 2.1 and Namespace |
belka
Replies: 3 Views: 2261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 24, 2004 12:33 pm Subject: WBI 2.1 and Namespace |
Hi.
we are using PeopleSoft Adapter with WBI 2.1 (CSD 7). Adapter messages are all prefixed with namespace and there is no way to turn that off (righ now).
Is there a way to strip off namespac ... |
Topic: Passing XML as part of the Input Data |
belka
Replies: 9 Views: 4421
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 03, 2004 6:28 am Subject: [SOLVED]Passing XML as part of the Input Data |
ok. had to write my own conversion function. for anybody that cares, here is the code.
public String getHexMember(RequestContext context, ReadOnlyContainer input, String name)
{
String val ... |
Topic: requestcontext , worklists |
belka
Replies: 4 Views: 2582
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 03, 2004 5:04 am Subject: requestcontext , worklists |
no. in the response method of your custom viewer (whatever response method you're overwriting) |
Topic: Passing XML as part of the Input Data |
belka
Replies: 9 Views: 4421
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 02, 2004 12:34 pm Subject: Passing XML as part of the Input Data |
it worked. is there an API to convert the string from hex to ansi |
Topic: Passing XML as part of the Input Data |
belka
Replies: 9 Views: 4421
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 02, 2004 10:38 am Subject: Passing XML as part of the Input Data |
john,
i'm totally confused by your last response.
this is what a sample message looks like. text in red will be the original message received by WMQI that couldn'tl be processed.
you're say ... |
Topic: requestcontext , worklists |
belka
Replies: 4 Views: 2582
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 02, 2004 10:24 am Subject: requestcontext , worklists |
after you did "builtinhandler.queryWorkItems(request, response)" did you get work items array?
i'm not sure if this is the "right way" of doing it, because i'm new at this too, but try
create a ... |
Topic: Passing XML as part of the Input Data |
belka
Replies: 9 Views: 4421
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 02, 2004 9:50 am Subject: Passing XML as part of the Input Data |
CDATA works, but it strips out all of the XML tags inside.
i haven't tried converting to hex. |
Topic: Passing XML as part of the Input Data |
belka
Replies: 9 Views: 4421
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jul 29, 2004 8:06 am Subject: Passing XML as part of the Input Data |
We are using WMQI to create a message and send it the workflow to start the process.
i have an input container defined for the message structure. we would like to use one of the fields in the cont ... |