ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 25 matches
Author Message
  Topic: MQ EOFException
spprash

Replies: 2
Views: 2719

PostForum: IBM MQ Java / JMS   Posted: Tue Nov 22, 2005 9:39 am   Subject: MQ EOFException
The version information in our com.ib.mq.jar file is below
Manifest-Version: 1.0
Name: com/ibm/mq/
Sealed: false
Implementation-Version: 5.304 - j5304-05-030915
Specification-Title: WebSphere MQ ...
  Topic: MQ EOFException
spprash

Replies: 2
Views: 2719

PostForum: IBM MQ Java / JMS   Posted: Mon Nov 21, 2005 5:35 pm   Subject: MQ EOFException
We are using MQworkflow 3.5 in solaris.

We occasionally get the below EOF errors while browsing from our UPES Queue defined in Workflow QueueManager
java.io.EOFException
at com.ibm.mq.MQMessag ...
  Topic: Workflow UPES Error
spprash

Replies: 1
Views: 1982

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Fri Nov 18, 2005 1:16 pm   Subject: Workflow UPES Error
The Above Error occurs in the below code snippet
browseMsgOptions = new MQGetMessageOptions();
browseMsgOptions.options = MQC.MQGMO_NO_WAIT | MQC.MQGMO_BROWSE_NEXT;
MQMessage retrievedMessage = new ...
  Topic: Workflow UPES Error
spprash

Replies: 1
Views: 1982

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Fri Nov 18, 2005 1:14 pm   Subject: Workflow UPES Error
We are using MQworkflow 3.5 in solaris.

We occasionally get the below EOF errors while browsing from our UPES Queue defined in Workflow QueueManager
java.io.EOFException
at com.ibm.mq.MQMessage.r ...
  Topic: MQ Workflow Pure Java API Query
spprash

Replies: 4
Views: 3906

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Sep 21, 2005 6:22 pm   Subject: MQ Workflow Pure Java API Query
We figured out the issue.
The dlls were getting loaded since the original fmcrc file had a wrong key in its configuration. This had forced the Workflow Java API to contact Workflow in JMS Bindings mo ...
  Topic: MQ Workflow Pure Java API Query
spprash

Replies: 4
Views: 3906

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Sep 20, 2005 1:39 pm   Subject: MQ Workflow Pure Java API Query
Thanks a lot...

However I stil have one nagging doubt..

Quote:
How do we try to communicate to Workflow without letting any of the Dlls from getting loaded into WebSphere, that is in the pure ...
  Topic: MQ Workflow Pure Java API Query
spprash

Replies: 4
Views: 3906

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Mon Sep 19, 2005 4:37 pm   Subject: MQ Workflow Pure Java API Query
Our application used Workflow 3.4 and connected using LOC_LOCATOR Policy. We are trying to eliminate JNI calls in our application and hence we have upgraded to Workflow 3.5 with support PAC (WA0C) to ...
  Topic: FMC00119E Not authorized
spprash

Replies: 5
Views: 5817

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Apr 15, 2004 7:54 pm   Subject: FMC00119E Not authorized
Infact the filter used is as shown below..

Filter:OWNER = CURRENT_USER AND PROCESS_STATE = RUNNING AND STATE = READY AND NAME LIKE 'ACTION_*'


The problem is, it occurs intermittently. The same ...
  Topic: FMC00119E Not authorized
spprash

Replies: 5
Views: 5817

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Apr 15, 2004 4:24 am   Subject: FMC00119E Not authorized
My OS is solaris and Workflow version is 3.4.

This looks like a defect since it works fine if I try the second time.

In fact the error seldom occurs if I modify my code as below
try {
inpu ...
  Topic: FMC00119E Not authorized
spprash

Replies: 5
Views: 5817

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Apr 14, 2004 2:05 am   Subject: FMC00119E Not authorized
We are using Workflow 4 in solaris environment. Ours is a java based application. I encounter a "FMC00119E Not authorized" occasionally while trying to view the workitems. This occurs occasionally onl ...
  Topic: Error in FMCINTERNALNOOP activity
spprash

Replies: 2
Views: 2041

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Mar 16, 2004 6:12 am   Subject: Error in FMCINTERNALNOOP activity
I have used an FMCINTERNOOP activity as the first activity in my process model followed by other UPES and manual activities. In sporadic cases I find the process instance to be in the running state bu ...
  Topic: Workflow Timeout Error
spprash

Replies: 0
Views: 1366

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Feb 12, 2004 9:29 pm   Subject: Workflow Timeout Error
Hi,

We have developed a J2EE application interfacing with MQWorkflow for initiating business processes. After long runs and during high loads we encounter a Timeout Error. This error occurs during ...
  Topic: Fetching container info from Audit Trail
spprash

Replies: 6
Views: 3106

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Mon Sep 01, 2003 8:17 am   Subject: Fetching container info from Audit Trail
I was of the opinion that the input/output containers of all activities will be audited and hence by using the audit trail we could fetch the container content of finished processes at various stages. ...
  Topic: Fetching container info from Audit Trail
spprash

Replies: 6
Views: 3106

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Mon Sep 01, 2003 5:08 am   Subject: Fetching container info from Audit Trail
I have set AUDIT_TRAIL to DB as full for my process models. I have a requirement to view the container values at various activities of my model. The Container_Content field in the AUDIT_TRAIL table is ...
  Topic: Workitem timeout / core dump problem
spprash

Replies: 1
Views: 4488

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Jul 31, 2003 2:15 am   Subject: Workitem timeout / core dump problem
I have developed a WebSphere application to access workflow. During system testing we get the following error. this occurs both while starting a workflow process and querying workitems.

FMC38009E M ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.