Author |
Message |
Topic: passing NULL value to oracle passthru |
ling_71_99
Replies: 7 Views: 3751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 25, 2010 12:32 pm Subject: passing NULL value to oracle passthru |
Possibly you need use COALESCE(T.MYCOL, 'WAS NULL') to identify those null values for the column. |
Topic: Connecting to MQ queue manager with WAS 6.1 |
ling_71_99
Replies: 2 Views: 4970
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 12, 2010 7:19 am Subject: Different approch for WAS connecting to MQ |
I think you application team changed to use SIB in the WAS 6.1, possibly the WAS admin need to setup the MQ link to connect to your QM, so likely it works as dummy qm on WAS 6.1 then to your QM. Check ... |
Topic: Problem with Hungarian characters in XML. |
ling_71_99
Replies: 4 Views: 5675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 08, 2008 7:10 am Subject: Try the UTF8 in XML |
Leave the CCSID and encoding as you did before. Try to convert the XML header to UTF8 in broker. Here is the example code:
SET OutputRoot.XMLNSC.(XMLNSC.XmlDeclaration)*.Version = 1.0;
SET OutputR ... |
Topic: Cannot create JNDI InitialContext! |
ling_71_99
Replies: 5 Views: 11437
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 03, 2008 7:51 am Subject: sibc_install-o0635.08.jar |
As above said, you need to download this jar then you can run it from you java se environment. here is the link and instruction:
http://www-1.ibm.com/support/docview.wss?uid=swg24012804 |
Topic: JMS applications & Clustered queues |
ling_71_99
Replies: 14 Views: 12253
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 21, 2007 8:30 am Subject: If java side is websphere MQ Link |
Which version are you running for websphere?
Before websphere 6, all java application using MQ JMS client to connect to remote Queue Manager,
After 6.x, there are one more way to connect websphere ... |
Topic: WMB v6 / XP / Java - can't find log4j output |
ling_71_99
Replies: 3 Views: 3275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 11, 2007 8:22 am Subject: Should use classpath if you put properties in jar file |
// Use a PropertyConfigurator to initialize from a property file.
String resource = "/examples/lf5/InitUsingPropertiesFile/example.properties";
URL configFile ... |
Topic: CCSID for Trademark |
ling_71_99
Replies: 9 Views: 6188
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 11, 2007 8:11 am Subject: Try to read into byte[] instead of StringBuffer |
Try to read it into byte[] first, then convert to String the encoding you want as following:
encoding = "Cp437"; // the code page you want
byte[] ebcdic = ....;
String reco ... |
Topic: Weblogic 9.2 & MQ6 |
ling_71_99
Replies: 8 Views: 8748
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 10, 2007 11:14 am Subject: How is your weblogic-ejb-jar.xml? |
Here is a article reference to this:
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0604_kesavan/0604_kesavan.html
By the way, weblogic 9 need to save the changes before it a ... |
Topic: IMS Header |
ling_71_99
Replies: 1 Views: 3606
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Dec 05, 2007 11:00 am Subject: IIH header definition |
Maybe useful for you.
My idea is you can remove the IIH header if you do not like by set to null.
http://middleware.its.state.nc.us/middleware/Documentation/en_US/htm/csqzal06/csqzal0648.htm
Mi ... |
Topic: OutOfMemory - Cannot increase jvm Heap Size |
ling_71_99
Replies: 13 Views: 16297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 05, 2007 10:26 am Subject: Some useful link for your reference to change max heap size |
http://www.ibm.com/developerworks/websphere/library/techarticles/0608_braithwaite/0608_braithwaite.html
Michael |
Topic: Can't add projects to Team Project Set |
ling_71_99
Replies: 3 Views: 3565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2007 8:56 am Subject: Check your projects in version control systme/opened? |
Check whether your projects is getting from Version control system or the project been opened in workspace.
Regards,
Michael |