Quantcast
Channel: IIUG Forum: IDS Forum
↧

Re: sqlca.sqlcode = -27000 DOES NOT STOP 4GL E....

Whether the WHENEVER ERROR works properly or not is kind of aside. The solution for handling the error is to add: if (sqlca.sqlcode < 0) then display "Error connecting to the database:',...

View Article


upgrade OS affects Informix?

Hello, Sysadmin will upgrade Solaris 10 to 11, will this affect our current Informix 11.50? How can we know? Should we open an PMR with IBM? or is there anyone out there running 1150.FC9W1 on Solaris...

View Article


Re: sqlca.sqlcode = -27000 DOES NOT STOP 4GL E....

Unless my memory is failing me, by default I4GL behaves as if WHENEVER ERROR CONTINUE is effect. If you add WHENEVER ERROR STOP and I4GL (or I4GL-RDS) does not stop when that error occurs, it is a bug;...

View Article

Re: upgrade OS affects Informix?

11.50.FC9 is not certified for Solaris 11 http://publib.boulder.ibm.com/infocenter/idshelp/v115/topic/com.ibm.relnotes.doc/machnotes_ifx1150xc9.html This should not have changed in the PID 11.50.FC9W1...

View Article

Re: upgrade OS affects Informix?

Informix 11.50 is not officially supported on Solaris v11. See this link: https://www-304.ibm.com/support/docview.wss?mynp=OCSSGU8G&mync=E&uid=swg27013343&myns=swgimgmt#sols You could...

View Article


Re: upgrade OS affects Informix?

Fernando, Does this mean our 11.50 still runs with Solaris 11 just that it is NOT certified for Solaris 11? (but noone wants to take this chance anyway). Thanks for your info....

View Article

Re: upgrade OS affects Informix?

I can't say. It probably runs, assuming Oracle (or SUN?) maintained binary compatibility. But more importantly, it means it was not tested, and you'll not get proper support. Regards. On Mon, May 13,...

View Article

Re: upgrade OS affects Informix?

Thank you Art, I was wrong, they are NOT going to 11 but just Solaris 10 - update 11. ________________________________ From: Art Kagel <art.kagel@gmail.com> To: ids@iiug.org Sent: Monday, May 13,...

View Article


Re: upgrade OS affects Informix?

That should be cool. There are good reasons to upgrade to Informix 11.70 or 12.10 at some point anyway, but at least this project can get done without the extra headache of upgrading the databases...

View Article


Re: upgrade OS affects Informix?

First check the machine notes. Inside the machine notes in your install ( under $INFORMIXDIR/release/en_us/0333 ) I don't recall the actual file name. There will be notes on what version was used for...

View Article

RE: sqlca.sqlcode = -27000 DOES NOT STOP 4GL E....

Isn't it set up so that WHENEVER ERROR STOP is default, but some minor errors continue anyway? I think to stop on every error you need to set WHENEVER ANY ERROR STOP. --EEM -----Original Message-----...

View Article

send value from one 4gl program to another 4gl pro

Hi all, how can i send value from one 4gl program to another 4gl program some can send me sample code for the above Thanks...

View Article

Re: send value from one 4gl program to another....

On 14/05/13 09:28, PUSHPA KUMARA wrote: > Hi all, > > how can i send value from one 4gl program to another 4gl program some can send > me sample code for the above > > Thanks It can...

View Article


Re: send value from one 4gl program to another 4gl

Hi, thanks for the reply, i'm trying to collect data from program1 to program2 is it possible Thanks pushpa ******************************************************************************* To post a...

View Article

RE: send value from one 4gl program to another 4gl

Program that calls another 4gi program. let l_str_par = "fglgo prog1.4gi ",var1 Clipped,"",var2 Clipped,"",var3 Clipped Run l_str_par on the other program: Main Let parameter_1 = arg_val(1) # var1 Let...

View Article


RSS and BLOBs

Quick question...maybe... We're using RSS but we have a BLOB space. According to developer works http://www.ibm.com/developerworks/data/tutorials/db2-cert9195/section9.html RSS isn't able to restore a...

View Article

Re: RSS and BLOBs

Original post: Quick question...maybe... We're using RSS but we have a BLOB space. According to developer works http://www.ibm.com/developerworks/data/tutorials/db2-cert9195/section9.html RSS isn't...

View Article


Re: RSS and BLOBs

Shouldn't the L flag not be present in onstat -d output then? 7000000226fd870 10 0x40811 27 2 204800 NLBB informix db Infocenter says L is Being logically recovered....

View Article

Re: RSS and BLOBs

Original post: Shouldn't the L flag not be present in onstat -d output then? 7000000226fd870 10 0x40811 27 2 204800 NLBB informix db Infocenter says L is Being logically recovered. Response: Well, it...

View Article

Re: RSS and BLOBs

Blobspace blobs do not replicate using HDR or RSS (IB that they cannot be used with SDS either, but not certain about that). It's not the blobspace per ce, but the fact that blobs stored in a blobspace...

View Article