Author |
Message |
Topic: Error messages when adding to BAR files after Fix Pack 6 |
bolek
Replies: 3 Views: 2799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 28, 2005 8:49 am Subject: Re: Error messages when adding to BAR files after Fix Pack 6 |
Hi,
After installing Fix pack 6 I now get error messages when adding flows to existing bars or new bars. The message is as follows:
File test.esql can not be added to the archive file as it is undep ... |
Topic: WBIMB CSD06 extracting problems |
bolek
Replies: 2 Views: 2060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 11, 2005 9:59 pm Subject: Re: WBIMB CSD06 extracting problems |
When extracting the exe file for WBIMB CSD06, it by default wants to extract to my C drive, how do I tell it otherwise?
It extracts in your TMP directory, so you can SET TMP=d:\mydir before statrin ... |
Topic: Multiple Compute nodes cauisng error |
bolek
Replies: 11 Views: 5219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 12, 2004 2:38 am Subject: Multiple Compute nodes cauisng error |
chenulu,
I looked into the BAR file read the .cmf file, I can see the CREATE SCHEMA "" in that file. I dont know where it comes from. Also, the CopyEntireMessage() and CopyMessageHeaders() functions ... |
Topic: DATE manipulation question |
bolek
Replies: 2 Views: 2301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 27, 2004 6:08 am Subject: DATE manipulation question |
Hi,
This should work for you:
SET OutputRoot.XML.Top.Date = CURRENT_DATE - INTERVAL '13' MONTH;
Cheers,
Thanks !
It is really simple  |
Topic: DATE manipulation question |
bolek
Replies: 2 Views: 2301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 27, 2004 5:38 am Subject: DATE manipulation question |
Hi all,
is there any 'one line' ESQL solution to get a date in past, something like
SET myDate = CURRENT_DATE - 13 Months;
Or it is really necessary to extract individual fields from CURRENT ... |
Topic: WBIMB5.0.3 & WSAD5.1.1 co-existence |
bolek
Replies: 1 Views: 1788
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 13, 2004 3:35 am Subject: WBIMB5.0.3 & WSAD5.1.1 co-existence |
Hi,
is it possible to have both WBIMB5.0.3 and WSAD 5.1.1 on the same WinXP machine ?
The problem is that WSAD delivers own AgentController 5.1.1, but WBIMB prereq is AgentController 5.0.2
An ... |
Topic: MQSI and IMS database |
bolek
Replies: 2 Views: 2737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 22, 2004 12:48 am Subject: MQSI and IMS database |
Taking a quick look at "IMSConnect/IMSConnector for Java", it appears the product doesn't offer support for ODBC, but does for JDBC, so your solution may reside in developing a custom plug-in using ... |
Topic: Solved! Strange rumtime problem in WMQI |
bolek
Replies: 11 Views: 15023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 19, 2004 2:15 am Subject: Solved! Strange rumtime problem in WMQI |
Hi,
I think you have two problems:
1. SQL1224N - for answer just go to www.ibm.com and enter "SQL1224N" in search bar
Basically, you have to use EXTSHM=ON before starting DB2 and the broker a ... |
Topic: cciLog in UNIX (AIX) |
bolek
Replies: 1 Views: 2204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 25, 2004 12:51 am Subject: Re: cciLog in UNIX (AIX) |
I have implemented a user defined node in windows. I have used cciLog to report problems to the event log of windows. Once I have completed the task I have decided to port the code to UNIX. I have man ... |
Topic: WMQSI 2.1 JAVA PLUGIN NODE |
bolek
Replies: 7 Views: 5625
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2004 7:03 am Subject: Re: WMQSI 2.1 JAVA PLUGIN NODE |
Hi,
you can find ( indirectly ) some usefull information in WMQI Programming Guide, "Implementing a plug-in node or parser" / "Using event logging from a plug-in".
Generally, you have to packa ... |
Topic: Applying CSDs |
bolek
Replies: 1 Views: 2373
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 17, 2004 3:26 am Subject: Re: Applying CSDs |
I'm currently using Control Centre (Win2k) CSD03, and the broker (OS/390) was also on the same CSD level.
Recently, the broker has been updated with CSD05, so I am applying the same CSD update to m ... |
Topic: Co Ordinated Transaction error |
bolek
Replies: 4 Views: 4504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 16, 2004 5:02 am Subject: Co Ordinated Transaction error |
I can bet that you have some differences between your systems
1. Timer service can't run without the APAR ( APAR is included in CSD06 ). BTW, Timer is optional service and you do not need to dep ... |
Topic: Co Ordinated Transaction error |
bolek
Replies: 4 Views: 4504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 13, 2004 12:11 am Subject: Re: Co Ordinated Transaction error |
Hi,
which platform do you use ?
I think you have two problems:
1. XML parsing error in DNI_TIMER - you need an APAR from WMQI to use Timer service ( I think it is PQ73602 ).
2. DB2 switch fi ... |
Topic: Coredump |
bolek
Replies: 3 Views: 3714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2004 11:31 pm Subject: Coredump |
CSD05 may help to solve the problem, in my 390 environment CSD05 works really stable.
Otherwise you have to wait for answer from WMQI Service Team...
FYI:
Protection exception means:
CEE320 ... |
Topic: Coredump |
bolek
Replies: 3 Views: 3714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2004 7:28 am Subject: Coredump |
Hi,
Completion Code = 0C4 means "The system detected a protection exception", so it's time to contact IBM service. You will need the coredump ( TERSEd ) and probably collect stderr/stdout/syslog/e ... |