Author |
Message |
Topic: WPS-WID6.0.1 "LT_COMMIT" Error |
abiram8
Replies: 1 Views: 4050
|
Forum: General Discussion Posted: Fri Mar 10, 2006 5:16 am Subject: WPS-WID6.0.1 "LT_COMMIT" Error |
Hi All,
We have resolved the error as the IBM Patch 6.0.2.3 had the fix for same.
This fix is for WPS and BPEL flows now after migrating to WPS6.0.2.3 we are not getting the error.
 |
Topic: WPS-WID6.0.1 "LT_COMMIT" Error |
abiram8
Replies: 1 Views: 4050
|
Forum: General Discussion Posted: Sun Feb 26, 2006 11:16 pm Subject: WPS-WID6.0.1 "LT_COMMIT" Error |
Hi,
When we are migrating our Module from WID 6.0 to WID 6.0.1
I am getting runtime error specifying "LT_COMMIT" exception when I am running my module during run time.
Any one has experience ... |
Topic: All Exits in Java |
abiram8
Replies: 7 Views: 5453
|
Forum: General IBM MQ Support Posted: Sun Aug 21, 2005 11:06 pm Subject: All Exits in Java |
Hi,
Does any one knows, if IBM has provision for writing the all types of exits
in java in the future releases.. etc in most used platforms
It would be good if they give the provision, and hen ... |
Topic: Abnormal Shutdown of Cluster QM - Best Practices |
abiram8
Replies: 0 Views: 1982
|
Forum: Clustering Posted: Fri Oct 29, 2004 2:50 am Subject: Abnormal Shutdown of Cluster QM - Best Practices |
Hi All,
We faced the problem when our Cluster QM had a abnormal shutdown.
The best practice by which the QM reappeared in our MQ Explorer listed below.
Now follow the following steps to res ... |
Topic: CLOSED_WAIT and TIME_OUT for netstat |
abiram8
Replies: 8 Views: 7155
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 25, 2004 12:57 am Subject: CLOSED_WAIT and TIME_OUT for netstat |
Hi,
In this case AdoptNewMCA won't help you because this use a SVRCONN
In such cases use "KeepAlive" Option
Turn KeepAlive on for the Queue Manager.
It will use the system value (default ... |
Topic: Exits (All type) |
abiram8
Replies: 4 Views: 4446
|
Forum: IBM MQ API Support Posted: Mon Feb 16, 2004 8:50 pm Subject: Exits (All type) |
Hi RogerLacroix
What does RTFM stand for ??? |
Topic: amqcert,crtmqcvx |
abiram8
Replies: 1 Views: 2947
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Feb 16, 2004 6:15 am Subject: amqcert,crtmqcvx |
Hi,
Have any body used this two commands
1) amqcert
2) crtmqcvx
Would like to know what for its used
Abiram |
Topic: Exits (All type) |
abiram8
Replies: 4 Views: 4446
|
Forum: IBM MQ API Support Posted: Mon Feb 16, 2004 6:11 am Subject: Exits (All type) |
Hi Guys,
What is the basic diffrence bettween User Exit,API Exit,Channel Exit prog
Please if you can add up a simple real time example
Abiram |
Topic: UOW (all type) |
abiram8
Replies: 1 Views: 2022
|
Forum: General Discussion Posted: Mon Feb 16, 2004 6:09 am Subject: UOW (all type) |
Hi Guys,
I have couple of doubts which are really basic but sorry to say that I could not undersatnd from the PDf.
1) What is Local Unit of Work
2) What is Global Unit of Work
... |
Topic: Do MQGETs need an MQCMIT? |
abiram8
Replies: 8 Views: 8807
|
Forum: General IBM MQ Support Posted: Fri Feb 13, 2004 6:06 am Subject: Do MQGETs need an MQCMIT? |
Hi JasonE,
Thanks for driving me in correct direction.
Iam going to try each cases using my own sample example.
Abiram |
Topic: Do MQGETs need an MQCMIT? |
abiram8
Replies: 8 Views: 8807
|
Forum: General IBM MQ Support Posted: Fri Feb 13, 2004 5:35 am Subject: Do MQGETs need an MQCMIT? |
Hi Jason,
Thanks for Ur Reply.
How to achive this.
I want to do a batch commit
(Both the queue belong to same Queue Manager).
Case 1) For Single Message.
Get the message with Syncpoi ... |
Topic: Do MQGETs need an MQCMIT? |
abiram8
Replies: 8 Views: 8807
|
Forum: General IBM MQ Support Posted: Thu Feb 12, 2004 11:23 pm Subject: Do MQGETs need an MQCMIT? |
Hi guys,
I have a requirment where I have to commit to the queue level.
ie., my java application puts same instance of mqMessage to two queues.
To my knowledge the commit to Queuemanager leve ... |
Topic: Channel Exit programme for Message priority |
abiram8
Replies: 2 Views: 3071
|
Forum: IBM MQ API Support Posted: Thu Feb 12, 2004 8:44 pm Subject: Channel Exit programme for Message priority |
Hi mq_developer,
Thanks for Ur Inputs
Do U have any link available for such prog provided by IBM or any third party which would help me.
Thanks,
Abiram |
Topic: Compiled Cluster Workflow User Exit program |
abiram8
Replies: 5 Views: 4042
|
Forum: Clustering Posted: Thu Feb 12, 2004 1:10 am Subject: Compiled Cluster Workflow User Exit program |
Hi,
Iam not sure but few post showed me that creation of shared library thro gcc can be done thro AIX or Linux for channel exit
They have not mentioned abt Solaris I donot really know if I can ... |
Topic: Channel Exit programme for Message priority |
abiram8
Replies: 2 Views: 3071
|
Forum: IBM MQ API Support Posted: Thu Feb 12, 2004 12:54 am Subject: Channel Exit programme for Message priority |
Hi,
We have a critical requirment where the message will be assigned a priority while passing through the channel
I have seen few exit progrmme which queries to the queue properties etc.,
and ... |