If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Problem to make a runner....HELP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-25-02, 05:28
bertrand bertrand is offline
Registered User
 
Join Date: Nov 2002
Posts: 3
Red face Problem to make a runner....HELP

Hi ,

We are trying to run 4js under Linux :

mandrake 8.2 kernel 2.4.18-6
informix SE 7.25.UC1
SDK 2.70.UC3
4j's Dynamic Virtual Machine Demonstration version 3.20.01.66

Does anynoby knows the way to make a runner compatible with informix SE ??
It seems we've got a wrong version of the SDK

Thank's
Reply With Quote
  #2 (permalink)  
Old 11-25-02, 19:00
vribeiro vribeiro is offline
Registered User
 
Join Date: Nov 2002
Location: Portugal
Posts: 2
Re: Problem to make a runner....HELP

Hi!

Try this:

1.) Check that your FGLDIR, INFORMIXDIR and PATH enviroment variables are ok.


2.) Force FourJ's to use the Informix Cliente-SDK:

findlib.sh -sh esql


3.) Execute the environment script generated by the "findlib.sh" script (the environment scripts are, if I am not wrong, "envcomp" for Bourne Shell and "envcomp.csh" for C-Shell):

- If you use the Bourne Shell (sh), the Bourne Again Shell (bash) or the Korn Shell (ksh):

cd $FGLDIR
. ./envcomp # that is: dot space dot slash envcomp

- If you use the C-Shell (csh) or TC-Shell (tcsh):

cd $FGLDIR
source envcomp.csh


4.) Check that the "esql" command is accessible:

esql
esql -V


5.) Try again to generate the runner:

fglmkrun


-----
P.S.: If you need a different version of the Informix Client- SDK:

- You can download the 2.60 version from the IIUG Web Site (http://www.iiug.org)
- You can download the 2.80 version from the IBM/Informix Web Site (http://www.informix.com/evaluate)



Hope this helps.

Vitorino Ribeiro


Quote:
Originally posted by bertrand
Hi ,

We are trying to run 4js under Linux :

mandrake 8.2 kernel 2.4.18-6
informix SE 7.25.UC1
SDK 2.70.UC3
4j's Dynamic Virtual Machine Demonstration version 3.20.01.66

Does anynoby knows the way to make a runner compatible with informix SE ??
It seems we've got a wrong version of the SDK

Thank's
Reply With Quote
  #3 (permalink)  
Old 11-26-02, 02:45
bertrand bertrand is offline
Registered User
 
Join Date: Nov 2002
Posts: 3
Talking Re: Problem to make a runner....HELP

Thanks no more problem.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On