IBM IDS Developer Forum

Syndicate content
RSS of
Updated: 35 min 55 sec ago

"Re: new IDS user needs help

4 hours 35 min ago
After much digging around, I determined that the reason the database service would not run was due to our default server group policy. I moved my server to the same container as our production machine and was able to get IDS running.
...

"Re: new IDS user needs help

Wed, 2008-05-21 18:51
Hopefully someone else can reply with advice on what the problem might be.
...

"Re: new IDS user needs help

Wed, 2008-05-21 18:26
Kevin,
...

"Re: new IDS user needs help

Wed, 2008-05-21 18:18
I would strongly recommend that you take some training. While IDS is relatively easy to manage, there is still a lot of skills required to manage a production database safely.
...

"new IDS user needs help

Wed, 2008-05-21 17:39
Hello,
...

"Re: Informix JDBC Driver Version Confusion

Wed, 2008-05-21 00:15
It's funny because that driver was not listed a few days ago.

The driver is listed as a "Trial" version.

Any way to find when the final release will be available?

"Dummy table for NEXTVAL ?

Tue, 2008-05-20 21:29
Hi Folks,
...

"Re: Informix JDBC Driver Version Confusion

Tue, 2008-05-20 18:40
Hello,
The latest version of JDBC is 3.50.JC1 release May 6, 2208. You
can find this at the following location:
http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc

"Re: Informix JDBC Driver Version Confusion

Mon, 2008-05-19 23:36
bump

"Informix JDBC Driver Version Confusion

Fri, 2008-05-16 16:15
I'm looking at the list of jdbc drivers IBM provides for Informix and am wondering how to decode the different versions.
...

"Re: IDS 11 on Windows Vista installation problem

Thu, 2008-05-15 18:27
Question:

What version of Winblow$ Vista are you using?

J.

"ODBC linked table error message

Tue, 2008-05-13 12:54
Getting the following error message when try to open a linked table on MS Access. The file I am linking to is on JDE. Using an Iseries Access ODBC driver to create the ODBC link. Please help......
...

"High availability using JDBC 3.0, IDS 10 and ER

Tue, 2008-05-06 02:14
I know that it is possible to specify secondary server connection properties for HDR for high availability. How can I get the same failover support using ER with JDBC 3.0 and IDS 10?

Thanks,
Dave

"Re: Locks question

Mon, 2008-05-05 11:04
Hello Yevgeni,
...

"Locks question

Sat, 2008-05-03 06:49
Hello to everyone
...

"Re: Error:'Can't load driver java.lang.reflect.InvocationTargetException'

Tue, 2008-04-29 21:08
Solved it. Using nmap http://nmap.org/ and some hints from Informix support, I learned that Informix wasn't listening properly on port 9088 (no wonder jdbc couldn't connect!) A post in a...

"Re: Error:'Can't load driver java.lang.reflect.InvocationTargetException'

Tue, 2008-04-29 00:18
There's a README file in that demo/basic directory in the Informix JDBC installation.

If that information isn't adequate to get you running, then I'd go to Informix Support next. Stay with the demo directory until you get one of those working.

"Re: Error:'Can't load driver java.lang.reflect.InvocationTargetException'

Mon, 2008-04-28 17:56
This must be a stubborn problem, because I'm running into the same thing. I'm trying to use ISW (née DB2 DWE) Design Studio to connect to an IDX 10.0.UC5 server. Both are running RHEL 4 and have the JDBC 3.10 drivers installed. Here's the oddity:
...

"Re: Error 9793 running select checksum(1,1) from systables where tabid = 1

Thu, 2008-04-24 20:25
That worked for the customer. She still has warnings but it works.
Thanks!

"Re: Error 9793 running select checksum(1,1) from systables where tabid = 1

Thu, 2008-04-24 17:07
Hi Bill,

can you try the following?

gcc -shared -I${INFORMIXDIR}/incl checksum.c -fPIC -o checksum.so

Regards,

Andreas