I tried connect IBM database through PDO using below code. But, it is not working try { $db = new PDO("odbc:DRIVER={IBM DB2 ODBC DRIVER};DATABASE=BLUDB;HOSTNAME=hostname;PORT=50000;PROTOCOL=TCPIP;", "username", "password"); e
I am working with IBM BPM Designer and want to create a simple process that is connected to my database. All my variables up to now were just connected to the process so I did not need to access them from the database. Now here is what I want to do a
I had a table in a DB2 database that was dropped. Is there a way to determine when the drop query was executed? The DB2 installation is on a Windows ServerIf you're working on an IBMi iSeries and have access to an audit profile you can check the Audi
I'm attempting to start and stop an application on a single JVM via the wsadmin console since the Web UI for IBM BPM PS Adv. doesn't allow for that kind of operation. So, I have the following script: https://gist.github.com/predatorian3/b8661c9496177
I am facing a strange problem with IBM MQ 8.0.0.4. My command line application (Java 8) connects to MQ server installed in linux server from windows environment. The application reads messages from a particular queue as it arrives. I use following ja
I am using IBM MQ-7.5. I am running a jms client which connects to the manager running on some other hosts. I want to monitor the TCP connections with the manager. How do I get notified if my client connection is broken with the manager ? Is there an
I have two different system tables in my database: Systables (which stores all tables of the database) and Syscolumns (which stores all columns of the tables of the database). Systables contains: tabname and tabid; Syscolumns contains: colname, tabid
I did the following tutorial to connect my Raspberry Pi with an application on Bluemix using the IoT Foundation: https://developer.ibm.com/bluemix/2015/04/02/tutorial-using-a-raspberry-pi-python-iot-twilio-bluemix/ I have the following problem: If I
I'm really new to Bluemix and I didn't find any other similar questions here on StackOverflow. I created my first Bluemix application, tried the /api/hello servlet and it worked. I added my code using DevOps online code editing in the same package (c
When we tried to deploy an application from anthill pro it is not getting deployed on all the nodes equally. Any suggestions how to avoid this issue?What do you mean "not getting deployed to all the nodes equally"? Is it not getting deployed to
Any idea how to change timestamp column size in DB2? I tried altering table, drop and then create table. Both didn't work. Here are the queries I've tried: alter table clnt_notes alter column lupd_ts set data type timestamp(26) create table CLNT_NOTE
In my Informix 4GL program, I have an input field where the user can insert a URL and the feed is later being sent over to the web via a script. How can I validate the URL at the time of input, to ensure that it's a live link? Can I make a call and s
When I install IBM Big Insights Quick Start Editor 3.0.0.0, other components are correct except the Big SQL component that has an error: can not start the Big SQL Head Node and Big SQL Scheduler Nodes . When I run ./start.sh bigsql in <BIGINSIGHTS_HO
Environment Details : 1- Application Server : IBM Application Server 7.0.11 2- Web Server : IBM HTTP Server ( IHS ) . When I requested stopped application for example : TETS1 the below error appeared on browser : SRVE0255E: A WebGroup/Virtual Host to
I'm trying to understand IBM BlueMix and GIT and hence following tutorials on https://hub.jazz.net/tutorials/jazzeditorjava The image above showing that I've successfully clone the repo but when I try to change app source code, I get exception? Not a
Is it possible to use java code globally for all my applications in a domino server? For example a global directory where i can put jar files, so as to import and instantiate these classes anywhere.I used domino/jvm/lib/ext to put jar files to. That
I was wondering if I can run more than one parallel job at a time in parallel. I have two separate parallel jobs "Job1" and "Job2". What I can do is to put them in a sequence and then run. But this way once the Job1 is finished then Jo
I am trying to persist Arabic characters into Oracle 11g Database. When I persist Arabic strings they persist successfully but, in the database they appear as question marks ???????. I searched and found that problem might be with database encoding,
Have anyone done this? I think this could be a major deal breaker if you need to modify all your JS code to work with later versions of Dojo to be able to upgrade your servers. I have an application that doesn't work, out of the box, on Dojo 1.8x and
I am trying to send an email from localhost. I am using websphere application server. I get following error: [2/21/13 9:21:24:407 IST] 00000036 SystemOut O DEBUG: setDebug: JavaMail version 1.4ea [2/21/13 9:21:24:502 IST] 00000036 SystemOut O DEBUG:
How can I get the current value of my DB2 9.7 DB's STMTHEADP, and how can I alter it?Open up the command line. On Windows, search your Start Menu for Command Window - Administrator. To get the current value, use the GET DB CFG command: db2 get db cfg
I use Informix DBMS in all my web applications. My question has two parts: Does the DBMS have a big effect on the performance of my applications and if the answer is yes what about Informix and `MS SQL Server in this issue? I want some GUI tools to f
I'm comparing the client stubs generated by IBM Rational Application Developer with Java's wsimport and notice that IBM RAD generates an extra class which is the SOAPProxy class. This class allows the setting of the URL of the web service. How can I
What is the difference b/w Oracle Business Rules and ILOG JRULESFirst point would be that almost all rule engines are identical, except the software stack they integrate into. Most are Java, which means they work great in Java environments. However i
About what I'm using: I'm using z390 Portable Mainframe Assembler and Emulator. I'm getting a "no base register found" error when attempting to assemble. I tried putting in USING *,12 but wherever I put it it doesn't do anything. "no base r
Is there any standard method in java to convert IBM 370(in the form of bytes) to IEEE format.?Any algorithm for the conversion would help.. I tried writing a java code..But i fail to understand where do i go wrong. When i give the input as -2.0000000
I am using OpenJPA 1.2.3 on WebSphere with DB2. Is there a way to build and bundle my application in a way that allows for the same application (EAR) to have a changing Schema name based on environment (DEV, ACPT, PROD, etc). My PU is setup up to be
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 J9 JDK and Apache Harmony project? Thank you.As McDo
This is data in TB_USER table USER_USERID -------------- A111 A9999 ADMIN AHO AHO2 AHO3 AHO4 ...and schema of TB_USER table is COLUMN_NAME DATA_TYPE DATA_LENGTH -------------------- --------- ----------- USER_USERID VARCHAR 15 When I execute followin
I'm looking for people who have had experience scaling IBM's WebSphere to high traffic volumes. This is in terms of both the number of messages and the size of the data. Have there been any issues and are there any gotchas to be looking out for?I wou