Tagged Questions

International Business Machines is an American multinational technology and consulting firm headquartered in New York. IBM manufactures and sells computer hardware and software, and it offers infrastructure, hosting and consulting services

learn more… | top users | synonyms

22
votes
9answers
8k views

Java VM: IBM vs Sun

I'm surprised at how little information I can find comparing IBM's jvm to Sun's. How do they compare? I have always used Sun's version - what are the reasons (if any) to consider switching to ...
17
votes
3answers
203 views

Memory leaking without objects growing in number or size

On an IBM iSeries system, I have a Java program running - an application server with a web server component, all in-house developed. When running on the 32 bit or 64 bit J9 JVM (IBM Technology for ...
8
votes
2answers
724 views

Japanese COBOL Code: rules for G literals and identifiers?

We are processing IBMEnterprise Japanese COBOL source code. The rules that describe exactly what is allowed in G type literals, and what are allowed for identifiers are unclear. The IBM manual ...
8
votes
11answers
3k views

Why are there many JRE implementations?

I was wondering..There is Sun's JRE, IBM's JRE, BEA's JRE, Oracle's JRE and some more less know JREs in the market. Why is there so many JRE implementations? Does the fact that Sun opened the Java ...
8
votes
19answers
1k views

How do you protect code from being physically stolen? [closed]

I've recently purchased an IBM Thinkpad that came with a fingerprint scanner. That got me thinking: are fingerprint scanners a good way to protect your code i.e. if someone takes your laptop or goes ...
7
votes
5answers
365 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 Thing&); int ...
5
votes
2answers
356 views

RAD sporadic errors - Could not initialize com.ibm.rational.team.client.ui.model.common.ImageManager

I am using RAD version 7.5.4 and whenever I am opening the IDE, the following error pops up. An error has occurred. See error log for more details. ...
5
votes
2answers
363 views

Emulating IBM floating point multiplication/addition in VBA

I am attempting to emulate a (no longer existing) mainframe report generator in an Access 2003 or Access 2010 environment. The data it generates must match exactly with paper reports from the early ...
5
votes
3answers
2k views

Why am I getting a ParseException when using SimpleDateFormat to format a date and then parse it?

I have been debugging some existing code for which unit tests are failing on my system, but not on colleagues' systems. The root cause is that SimpleDateFormat is throwing ParseExceptions when parsing ...
5
votes
4answers
1k views

Implement 3270 protocol in Java

I've got a big problem with IBM HACL for accessing a server which speaks 3270 protocol. The library keeps crashing, and our JNI wrapper is actually a bug-fixing layer for the poorly-implemented and ...
4
votes
2answers
1k views

Downloading IBM J9 JDK

I have the following questions on IBM J9 JDK/JRE. Does any one know the location where I can download the latest J9 JDK? I googed it and couldn't find the location. What is the relation between IBM ...
4
votes
1answer
1k views

Dojo vs jQuery on IBM Portal

About to move into developing with IBM Portal and portlets. Does DoJo, which comes shipped with the IBM product, have any advantage over jQuery?
4
votes
4answers
200 views

What are the difference between Cygwin on windows and real UNIX environment

I am a C/C++ developer. I have never done C++ programming on UNIX, I have done only on windows. I want to practice C++ on Unix. (Because all big companies ask C++ with Unix). I have a laptop on which ...
4
votes
1answer
144 views

what language was cybersyn/cyberstride implemented in?

I am aware that it was implemented on the IBM 360 mainframe architecture but does anyone know what language(s) were used in particular? Supposedly the bulk of it was programmed and deployed in 3-4 ...
4
votes
3answers
970 views

Strange garbage collection behaviour with Websphere Portal Server

We're running a fairly complex app as a portlet on Websphere Portal Server 5.1 on AIX using IBM JDK 1.4.2. On our production system I can see a strange behaviour in the verbose GC logs. After a period ...
4
votes
3answers
10k views

(SC) DeleteService FAILED 1072

Last time I create WAS profile and WASService then I try to config and run many script for learn how to config WAS, Finally it crash so i use wasprofile delete this profile and forgot delete ...
3
votes
2answers
266 views

Rational Team Concert 3.0: Is there a way to check-in changes in multiple components at once (with the same comment)?

I maintain build files in our project and I often need to make related changes in projects spread to multiple components. Currently, I check-in (using Eclipse plugin) each component separately, ...
3
votes
3answers
425 views

Need help finding a list of SQL Error Codes for IBM DB2 / UDB

Everyday I google SQL error codes for IBM's UDB and DB2. More often then not I get a lot of garbage results. Is there a list of error codes that is complete and searchable that anyone knows of? This ...
3
votes
3answers
150 views

java -verbose does not give a file location for every class

We are trying to debug some mean classloader issues with our WAS (Websphere Application Server) instance. For this we provided the option -verbose:class in order to see which class WAS is loading ...
3
votes
1answer
150 views

Where is a message under syncpoint control stored prior to COMMIT?

With WebSphere MQ, where is a message addressed to a remote queue manager and PUT under syncpoint control stored until MQCMIT is issued?
3
votes
1answer
333 views

Is AJAX for inter portlet communication possible?

I know that you can create portlets that can refresh its content without refreshing the whole portal page by simply using the JSR286 resourceURL tag and doing an AJAX call. My question is, is it ...
3
votes
3answers
918 views

What's wrong with IBM's JCE provider?

I have a JCE test that works fine with all Sun JDKs I have tried, but fails with various IBM J9 JDKs (e.g. 1.6.0 build pwi3260sr8-20100409_01(SR8)). The exception below happens when the cipher is ...
3
votes
3answers
986 views

End of life of IBM JDK/JRE 5?

Is there an announced end of life/end of support-date for the ibm jdk 5 (on Solaris/SPARC and Linux/x64)?
3
votes
8answers
900 views

Does IBM use Dojo Toolkit?

I was told IBM no-longer uses Dojo. Is this true? A small amount of web searching shows IBM is/was a member of the Dojo Foundation and is/was a code contributor... If it is true, approximately when ...
3
votes
4answers
2k views

Generate an LTPA token?

We have a need to integrate a server with our WebSphere environment that does not support LTPA. I found the blog post here and corresponding code to decode the information in an LTPA token. However, ...
3
votes
2answers
2k views

JCL file to create PDS and member

How can I write a JCL file that will create a PDS and a member within that same PDS?
3
votes
1answer
425 views

AS/400 'SELECT 1' Equivalent

I'm trying to help a friend troubleshoot connection problems with an AS/400. He'd like to run a query against the AS/400 that will always return a record, (similar to a SELECT 1 against MSSQL). He's ...
3
votes
1answer
577 views

IBM MQSeries Problem: remote host closes connection when writing message (error 10054)

I am trying to write to an IBM MQSeries host with: public void WriteMessage(string message) { queueMessage = new MQMessage(); queueMessage.WriteString(message); queueMessage.Format = ...
3
votes
3answers
3k views

Using LINQ to Entity Framework with DB2

Is there an IBM Driver so we can use Linq to Entity framework to connect to DB2 and generate the DB2 entities on the desinger edmx file? Any links would be greatly appreciated
3
votes
9answers
16k views

IBM RAD (Rational Application Developer) 7 and Websphere 6.1 slow and unresponsive

Does anyone have any performance tips or other help for local development with websphere and rad. I am using one web app of moderate size (1000? classes) and it is impossible to handle the app ...
3
votes
4answers
4k views

How do indicate the SQL default library in an IBM iSeries 2 connection string to an AS/400?

I'm connecting to an AS/400 stored procedure layer using the IBM iSeries Access for Windows package. This provides a .NET dll with classes similar to those in the System.Data namespace. As such we use ...
2
votes
1answer
30 views

Web Services with JAX WS-SUN library in WAS 7.0

CONTEXT OF THE PROBLEM: I consume a Web service methods exposed by an institution outside the mine, the web service was generated by JAX WS-SUN. Implement other web service for domestic consumption ...
2
votes
1answer
38 views

JMX on IBM JRE in Windows 7 wont work

We are running an application using IBM JRE 1.5.0_SR12_FP4 on Windows 7 and trying to get JMX monitoring on it. If we run the application using the SUN JVM then JMX monitoring works perfectly and we ...
2
votes
1answer
176 views

Websphere MQ 7.0.1 C# XMS connection causing 10054 (X'2746') tcp Error

I have a simple program connecting to a remote queue manager which seems to work fine and I can send and receive messages. However I have noticed that with every connection I am getting errors in the ...
2
votes
3answers
89 views

Alternative to property files in IBM WebSphere environment (WAS)

Im looking for an alternate way to store "environment variable" in the current environment that I'm currently working on. (IBM WebSphere) We are currently in a situation where we have to many ...
2
votes
3answers
120 views

Write a macro for C/C++ #include

I work on AS/400 which is sometimes non-POSIX. We also need to compile our code on UNIX. We have an issue with something as simple as #include. On AS/400, we need to write: #include "*LIBL/H/MYLIB" ...
2
votes
2answers
77 views

Is the virtual address 0x1FE0C0 below the “line” or above the line?

I'm studying z/OS and I was asked if the virtual address 0x1FE0C0 is: A. above the line. B. above the bar and below the line. C. above the line and below the bar. D. below the bar. I choose D as ...
2
votes
3answers
302 views

ASP.NET — IIS7 — IBM DB2 Issue

I'm working on a ASP.NET website that calls a DB2 database. I have Visual Studio installed on a Windows 2008 server where the site will be hosted. When I debug the site in Visual Studio, using the ...
2
votes
1answer
134 views

IBM JVM Garbage Collector details

I'm looking for details on the optthruput garbage collector of the IBM JVM. I already found this article, but I would like to know more details. For instance, I'd like to know how does the collector ...
2
votes
1answer
97 views

groups accociated with user in ITIM

I am working in JAVA application and authenticating user through ITIM api. How to get groups accociated with user through ITIM api?
2
votes
1answer
41 views

Authorize users w.r.t assigned groups in ITIM

I am new to ITIM. I am working on an application in JAVA. I want to authorize users based on groups they are assigned to. How can I do that? Is there any api that can fetch user roles/groups by which ...
2
votes
0answers
157 views

How to add roles in IBM Tivoli Identity Manager

I want to assign ITIM users, roles/groups so that I can block them from operations they are not authorized for. This concept is same as j2ee security roles. How to create roles/groups in ITIM? How ...
2
votes
0answers
78 views

Displaying error messages in WebSeal

I am in urgent need for answer. I have an application in webseal. The problem is that when an error (403 or 404) comes, the error pages of webseal are not being displayed. Please help. Thanks Imran ...
2
votes
3answers
426 views

IBM DB2 Content Manager vs IBM Filenet

IBM acquired FileNet to add BPM with document management, but also actively sells DB2 Content Manager (CM). Please suggest which product suite to choose for which scenario. Both seems to provide ...
2
votes
4answers
447 views

Are there reliable alternatives to Sun's JVM for desktop & enterprise development?

With the recent announcements from Oracle side, we have started to work on a plan for phasing out migration from the Sun JVM to the whatever reliable and free alternative we will end up with. Open ...
2
votes
1answer
275 views

What's the difference between Interface Map and Mediation Module?

What is the difference between Interface Map and Mediation Module in terms of IBM WID?
2
votes
3answers
689 views

Is there something like “-XX:OnError” or “-XX:OnOutOfMemoryError” in IBM JVM?

There are two following options in Java HotSpot VM Options: -XX:OnError="<cmd args>;<cmd args>" Run user-defined commands on fatal error. (Introduced in 1.4.2 update 9.) ...
2
votes
1answer
242 views

Install Code Rally

I am unable to install the game Code Rally .I unzipped it to the eclipse directory and after I start Eclipse , I don't find any option such as Games Project in File->New->Other. I found the game at ...
2
votes
1answer
66 views

IBM Informix using spatial datablade

I need to use IBM Informix for my project where I have point coordinates and I need to find which points are present in query rectangular region. Informix has spatial datablade module with ST_POINT ...
2
votes
0answers
506 views

Use javac fork attribute with IBM JDK

I have a large ant build that I'm working on, that is currently running out of memory. One ways I've read that can help mitigate this problem is to use javac fork="true" to run javac in a separate ...

1 2 3 4 5 8