0
votes
2answers
329 views
QueueConnectionFactory for MQSeries
Does anyone know if there is an implementation of javax.jms.QueueConnectionFactory for MQSeries and where to get it? I Googled it and searched IBM website but couldn't find anythin …
0
votes
0answers
9 views
IBM Functional Tester - Form upload file
Hi,
I'm trying to create test script to fill form and upload file using this form.
I can fill the form but I don't know how to set a file which I would like to upload to server. …
0
votes
0answers
5 views
RAD Websphere - EAR not picking up latest jar
Hi,
I am using RAD 7.0. My web application works with a jar(contains the backend code for our application) which undergoes frequent changes. But whenever I replace the jar in the …
2
votes
1answer
27 views
Does IBM Doors support design documents?
In my company we use IBM Doors (formerly Telelogic Doors) for requirement management.
We're starting now the development of a new series of applications and we were wondering if D …
0
votes
0answers
23 views
IBM ICU - String conversion functions
In IBM ICU C library are there any string to number conversion functions. Something like atoi and atoll.
I am looking for ICU function for string conversions - Cross platform, cros …
0
votes
2answers
493 views
installing websphere portal express
I'm trying to install websphere portal express 6.1 on my windows xp machine. I am using the following download link:
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do? …
0
votes
0answers
7 views
Importing Websphere Business Modeler project into jBPM
My boss asked me to prepare a PoC about importing a IBM Websphere Business Modeler's output into the JBOSS's BPM solution (jBPM).
He want to know the cost effort of this task (the …
7
votes
5answers
133 views
Why this warning from IBM XL C/C++ compiler?
Here's a minimum code example that illustrates the problem:
#include <iostream>
class Thing
{
// Non-copyable
Thing(const Thing&);
Thing& operator=(const T …
1
vote
3answers
91 views
Installing IBM JRE on Windows (a non-IBM machine)
I'm developing a Java 5.0 application that connects to Websphere Application Server default messaging queues.
My application will be deployed on Windows server (with sun JDK insta …
0
votes
1answer
52 views
DB2 9.7 cannot enable PL/SQL syntax
After I installed DB2 9.7 Express, I tried to enabled DB2 to support PL/SQL by following command:
DB2SET DB2_COMPATIBILITY_VECTOR=ORA
then I got result as below:
DBI1301E Inva …
1
vote
1answer
87 views
How can I get the EBCDIC value of a character in RPGLE?
I need to have some way of converting single characters in RPGLE into integers - does anyone know a good way? It has to work for all possible inputs and ideally provide a different …
0
votes
3answers
157 views
DB2 automatic trim tailing whitespace
This is data in TB_USER table
USER_USERID
--------------
A111
A9999
ADMIN
AHO
AHO2
AHO3
AHO4
.. …
1
vote
2answers
67 views
What’s the default heap size for IBM’s J9VM?
I have IBM's J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3) installed. After getting an OOM, the size of the heap dump is 383MB. How much heap does the JVM have?
The reason why I ask is …
0
votes
0answers
78 views
Can you extract the value of strings from an IBM PHD java heap dump?
I have a PHD format heap dump from an IBM jvm and I wish to examine the values of some strings. With the Sun JVM's binary hprof dumps this is possible, but I haven't been able to r …
0
votes
1answer
36 views
What exactly is “Insunix”?
Searching on Internet, I found that "Insunix" is related to "Informix" a family of IBM's products for servers and databases, but I couldn't find what exactly is "Insunix".
