Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ttkong

    error 25588 the application process cannot connect to online server

    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...
  2. ttkong

    Unicode and GLS

    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...
  3. ttkong

    Terminating 4GL process

    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...
  4. ttkong

    Java (Front End), Informix (Back End)

    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...
  5. ttkong

    Java (Front End), Informix (Back End)

    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...
  6. ttkong

    Informix 4GL call JAVA Program

    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...
  7. ttkong

    Error Creating Informix Runner

    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
  8. ttkong

    Error Creating Informix Runner

    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...
  9. ttkong

    Different size when creating Informix 4GL Runner

    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
  10. ttkong

    Import data is corrupted!

    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
  11. ttkong

    &lt;command line&gt;:10:2: missing '(' after predicate

    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...
  12. ttkong

    Error creating informix runner

    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...
  13. ttkong

    IT Career Over The Long Term

    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...
  14. ttkong

    Poor performance when migrating from 32 bits machine to 64 bits -

    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
  15. ttkong

    NULL and Blank in different INFORMIX Version

    Hi all, Is anybody know that NULL and bank (&quot;&quot;) 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 = &quot;&quot; or LET a = NULL LET b = &quot;&quot; IF a = b...
  16. ttkong

    PREPARE A SQL STATEMEMT

    Hi all, I have the following 4GL codes: LET str = &quot;INSERT INTO &quot;, local_path, &quot;:table1&quot;, &quot; VALUES ('&quot;, client_name, &quot;' &quot;) PREPARE qid FROM str EXECUTE qid It executes perfectly. However, when there is a single quote (') in...
  17. ttkong

    segmentation fault

    Hi all, I encounter &quot;segmentation fault&quot; 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
  18. ttkong

    Record Locking in JAVA

    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
  19. ttkong

    Record Locking in JAVA

    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
  20. ttkong

    Record Locking in JAVA

    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...

Part and Inventory Search

Back
Top