Dear friends,
I encountered the above error when more than 32 users accessing the application. My onconfig.abc file has the following parameters:
DBSERVERNAME abc
DBSERVERALIASES abc_tcp
NETTYPE ipcshm,1,64,CPU
NETTYPE tlitcp,1,64,CPU
MULTIPROCESSOR 1...
Hi all,
I am new to configure informix IDS to support unicode and storing languages other than english. Any one has done it before, appreciate if you could share with me the steps of setting up IDS, configuration file, and any customisation required on 4GL etc.
Thank you.
Regards...
Hi all,
I need to cancel 4GL program's session that is executed by "fglgo <4GL program> on UNIX prompt. I have been using "onmode -z" to cancel 4GL process session, but the database tables affected by those processes seem to behave abnormal or index crash if the operation is performed...
Hi MarkTyrer,
Thanks for your valuable input. I am now trying the 1st option, but thinking how to include the 4GL code for table verification (to know whether process has been cancelled by user). Is there any special 4GL command to verify the table and terminate 4gl process directly...
Hi all,
1) We have application written in Informix 4GL but we web-enable the application by re-writing the front end interface using JAVA and leaving the business logic in 4GL. Is there better way to perform the interaction between Java and Informix 4GL?
2) On top of that, the Java...
Hi all,
We do know that how to create 4GL runner using C program so that C function can be called by 4GL program to perform low level routine such as reading a file and pass in row of the file to 4GL for futher process.
Can we replace C program with JAVA? In another word, can we...
olded,
Sorry to tell you that I just gave the example (file1.c, file2.c, file3.c etc.). FYI, the runner was successfully compiled in old platform base on same set of c programs.
Thanks.
TTKong
Hi all,
I had encountered error when creating a runner using the following command:
cfglgo file1.c file2.c file3.c -lm -o runner_file
The error message:
--------------------------------------------
file1.c
:
ld: 0711-740 ERROR: Input file fgiusr.o:
is a discontinued XCOFF64 file.
ld...
Hi all,
I encounter different size everytime creating a same runner. The command used is pretty standard:
cfglgo file1.c file2.c file3.c file4.c file5.c -o bmsgo
Anyone has encountered this before and why?
Thanks.
Rgrds,
TTKong
Hi all,
I have experienced many times the same problem during dbimport from tape. The message (as below) appear when the third table is being created.
Message : Import data is corrupted!
Anyone of you know about this?
Billion Thanks.
Rgrds,
TTKong
Hi all,
When I create a runner by issuing the following command:
cfglgo applcfunc.c -o bmsgo
Error message displayed:
<command line>:10:2: missing '(' after predicate
I'm using :
a) INFORMIX Dynamic Server Version 7.31 FD3 (64 bits)
b) IBM/Informix-Client...
Hi all,
When I build the informix runner (with c programs) using cfglgo, the following error appear:
/usr/ccs/bin/ld: Unsatisfied symbols:
ibm_lib4gl_doOperMDY (first referenced in /informix/lib/tools/libfglgo.a(fgim
ain.o)) (code)
ibm_lib4gl_doConcat (first referenced in...
Yes, those with the X years IT technical experience would be looking for management position due to the aging. Those with age of 40 may have more family commitment, higher salary, and may not be able to work longer hour than a fresh graduate that willing to learn and ambituous regardless of...
Hi all,
I have a IBM INFORMIX IDS 9.30 running on Solaris 64-bits system, but it is much slower than a INFORMIX online 5.0 running on Solaris 32-bits system. Of course, I am using the same set of application and data for the above testing. Any idea?
Thx.
Rgrds,
TTKong
Hi all,
Is anybody know that NULL and bank ("") is considered same value when assigning to a variable in INFORMIX version 5 or older? For example:
LET a = NULL
is equal to
LET a = ""
or
LET a = NULL
LET b = ""
IF a = b...
Hi all,
I have the following 4GL codes:
LET str = "INSERT INTO ", local_path, ":table1",
" VALUES ('", client_name, "' ")
PREPARE qid FROM str
EXECUTE qid
It executes perfectly. However, when there is a single quote (') in...
Hi all,
I encounter "segmentation fault" while running a 4GL program. I have no idea what is wrong after adding some codes to existing program and rerun.
Billion thanks.
Rgrds,
TTKong
Dear Daniel,
I understand that record locking should be handled by database itself. However, there are circumstances where records need to be retrieved, locked and pending for user interaction. Do you have any suggestion?
Rgrds,
TTKong
Hi Imotic,
I am currently using INFORMIX JDBC driver for database connection. I ever tried INFORMIX-CLI (ODBC driver) too. However, how does it relates to record locking?
Rgrds,
TTKong
Hi all,
I am new in JAVA programming. However, I am now doing a research on developing back office application using JAVA technology. The languages involved are HTML, Java script, JSP, servlet, and JAVA. Browser is served as client, a web server to accommodate JSPs and java classes, and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.