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 26 matches
Author Message
  Topic: Archiving of AUDIT_TRAIL table
dkrawczynski

Replies: 9
Views: 4556

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Mar 16, 2005 2:22 pm   Subject: Archiving of AUDIT_TRAIL table
If you are not using a global container in your process templates, then the CONTAINER_CONTENT column should always be NULL.

That column is only populated where EVENT = 21082.

You can turn off th ...
  Topic: Archiving of AUDIT_TRAIL table
dkrawczynski

Replies: 9
Views: 4556

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Jan 26, 2005 1:38 pm   Subject: Archiving of AUDIT_TRAIL table
I've used the following SQL to successfully export the audit trail table but I do not have more than 37k of data in the container column.

EXPORT TO audit_trail.ixf OF IXF SELECT * FROM FMC.AUDIT_TR ...
  Topic: BWU calculation
dkrawczynski

Replies: 4
Views: 3481

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Mon Sep 06, 2004 8:57 am   Subject: BWU calculation
I've calculated the BWU capacity numerous times and you do not necessarily need to use the exact configuration as IBM describes in the support pack. In fact I prefer not use use such a configuration b ...
  Topic: Audit_Trail Table...
dkrawczynski

Replies: 7
Views: 3845

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Sun Aug 03, 2003 5:35 pm   Subject: Audit_Trail Table...
You can join the GC_... table to the process instance table using the PIID column to get a view of the global container data for each process instance. The PIID column looks empty using a normal quer ...
  Topic: BUP/BPR tools
dkrawczynski

Replies: 1
Views: 1721

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Fri Apr 18, 2003 11:09 am   Subject: BUP/BPR tools
I have no idea what BUP means, but BPR stands for Business Process Reengineering. A BPR tool would be any tool that allows you to document and revise a business process. The MQWF Buildtime tool is c ...
  Topic: MS-Word Document Workflow !!!
dkrawczynski

Replies: 8
Views: 5261

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Apr 02, 2003 6:30 am   Subject: MS-Word Document Workflow !!!
I think FTP is a good choice to retrieve and save files over the internet. I don't think there is a need to have more than one activity though. If a user selects a workitem, make sure the check it o ...
  Topic: [Solved] Multiple outputs from looping process (in Holosofx)
dkrawczynski

Replies: 13
Views: 8528

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Fri Mar 28, 2003 9:09 am   Subject: [Solved] Multiple outputs from looping process (in Holosofx)
I'll throw my two cents in. I am in agreement with John. If you are deadset on using Holosofx Workbench to model your processes you still need to understand what the FDL is that is generated by the ...
  Topic: Attributing an automated activity to a person
dkrawczynski

Replies: 5
Views: 3175

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Mar 18, 2003 4:30 am   Subject: Attributing an automated activity to a person
jmac wrote:

My fear with the 1 second expiration time, is that you'd need to set the Scheduling server Notification Check interval to 1 second. I think this would cause an unacceptable amount of ov ...
  Topic: Attributing an automated activity to a person
dkrawczynski

Replies: 5
Views: 3175

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Mar 11, 2003 5:25 am   Subject: Attributing an automated activity to a person
I curious as to why you want to immediately send an email to the user assigned to Activity C. Have you considered using notifications?

If you set a first notification on Activity C and assign th ...
  Topic: XML parsing error for UPES
dkrawczynski

Replies: 2
Views: 2130

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Mar 04, 2003 12:10 pm   Subject: XML parsing error for UPES
I've been using the UPES interface ever since it came out and have not run into this problem. Did you get the correlation id from an ActivityImplInvoke message? If so, then I would say IBM has a pr ...
  Topic: MQWF v3.3.2 SP4 is available
dkrawczynski

Replies: 3
Views: 2901

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Mar 04, 2003 12:00 pm   Subject: MQWF v3.3.2 SP4 is available
I ran some more tests. It seems that the Buildtime problem (IY35837) is fixed when the asynchronous activity is at the top level of the process template. The problem still exists when the asynchrono ...
  Topic: MQSeries Workflow DB2 tables
dkrawczynski

Replies: 11
Views: 6645

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Fri Feb 28, 2003 7:15 am   Subject: MQSeries Workflow DB2 tables
The workitem states and other "state" numerical values stored in the runtime match the CONSTANTS defined for the C API. Each constant value represent a bit in the state numeric value, which is really ...
  Topic: MQWF v3.3.2 SP4 is available
dkrawczynski

Replies: 3
Views: 2901

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Feb 26, 2003 12:51 pm   Subject: MQWF v3.3.2 SP4 is available
I just installed SP4 on my Win2000 machine using the "Full" installation.

I verified that IY39759 was corrected, but I still see the IY35837 problem in buildtime. The date on the fmcbmain.exe is 1 ...
  Topic: MQSeries Workflow DB2 tables
dkrawczynski

Replies: 11
Views: 6645

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Feb 26, 2003 7:53 am   Subject: MQSeries Workflow DB2 tables
The fastest, most efficient way to get a count of workitems or process instances is to directly query the runtime database, but if you have problems with the query do not bother calling IBM for help ( ...
  Topic: MQWF v3.3.2 SP4 is available
dkrawczynski

Replies: 3
Views: 2901

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Feb 26, 2003 7:33 am   Subject: MQWF v3.3.2 SP4 is available
You can use the following link to download the service pack
http://www-1.ibm.com/support/search.wss?rs=174&tc=SSCJ3J&dc=D420&rankprofile=8

or use

http://www-3.ibm.com/software/ts/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.