Unix Technical Forum

RE: 4GL Tools Fail to Run

This is a discussion on RE: 4GL Tools Fail to Run within the Informix forums, part of the Database Server Software category; --> Adelino Many thanks for this, it exactly describes the problem, and now i've seen it again I remember the ...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 12:17 PM
Simmons, Keith
 
Posts: n/a
Default RE: 4GL Tools Fail to Run

Adelino

Many thanks for this, it exactly describes the problem, and
now i've seen it again I remember the flash !! :-) Now I
need to find the way around it !!

Keith

-> -----Original Message-----
-> From: adelino silva [mailto:adelino_j_silva@hotmail.com]
-> Sent: Tuesday, June 06, 2006 5:29 PM
-> To: keith.simmons@office2office.biz
-> Subject: Re: 4GL Tools Fail to Run
->
->
-> Hi Simmons,
->
-> See the Flash (Alert).
->
-> Applying Technology Level package 5300-04 causes Informix 4GL and SQL
-> products to fail.
-> http://www-1.ibm.com/support/docview...4&context=SSGU
8G&context=SSVT2J&context=SSGHZP&context=SSGU5Y&c-> ontext=SSGKNY&context=SSGU5D&context=SSCRW7&dc=D60 0&uid=swg21
-> 231022&loc=en_US&cs=utf-8&lang=en
->
-> Simmons, Keith escreveu:
-> > All
-> >
-> > R4gl/I4gl/ISQL Version 7.32.FC3 running on AIX 5.3 against IDS
-> 9.40.FC6.
-> > I have the above environment running fine on a P570, am trying to
-> duplicate
-> > the environment on a P55Q and I am encountering problems.
-> > The P55Q is a clear build and I built the IDS environment
-> from a tar
-> of the
-> > P570 environment. A few config changes, sqlhosts changes
-> and services
-> > changes later I was able to restore an ontape archive
-> from the P570 with
-> > no issues and can connect fine from dbaccess, from ODBC
-> connections
-> and from
-> > another third party application.
-> > I tried to recreate the tools environment (r4gl, i4gl,
-> isql and id)
-> using the
-> > same method of tar -c, ftp and tar -x but get the error:-
-> > exec(): 0509-036 Cannot load program fglgo because of the
-> following
-> errors:
-> > or similar depending on the program, there are no
-> following errors !!
-> > Trussing the program gives the following details:-
-> >
-> > execve("/usr/IDSTOOLS/bin/r4gl", 0x2FF228F4, 0x2FF228FC) argc:
-> 1
-> > execve("/usr/sbin/execerror", 0x0FFFFFFFFFFFF5B0,
-> 0x0FFFFFFFFFFFF790) argc: 2
-> > _wlm_getclassname(0, 0x2FF22C1A, 804397336) =
-> 805519568
-> > _ewlm_classify_correlator(0x2FF21A50, 0x00000007, 0x00000010,
-> 0x0000D0B2, 0x00000000, 0x00000135, 0x00000000, 0x00000000) =
-> 0x00000000
-> > _wlm_getclassname(0, 0x2FF22EF9, 805310140) =
-> 805519568
-> > _wlm_get_info(0x00000000, 65552, 0x00000010, 0) =
-> 805519568
-> > _addcpucosts(0x00000004, 0x30013850, 0x00000000, 0x00000000,
-> 0x00000000, 0x00000000, 0x00000000, 0x00000000) =
-> 0x000003E8
-> > _addcpucosts(0x00000002, 0x00000000, 0x2FF22FFC, 0x0000D0B2,
-> 0x00000000, 0x00000116, 0x00000000, 0x00000000) =
-> 0x000003E8
-> > _addcpucosts(0x00000001, 0x00000000, 0x2FF22FFC, 0x0000D0B2,
-> 0x00000000, 0x0000011C, 0x00000000, 0x00000000) =
-> 0x000003E8
-> > _checkpnt_fail(0x00000004) =
-> 500
-> > _checkpnt_fail(0x00000002) =
-> 500
-> > _checkpnt_fail(0x00000001) =
-> 500
-> > auditbin(16777344, 804380656, 16000, 804396944) = -803581648
-> > .
-> > .
-> > .
-> > lchown("/usr/lib/nls/msg/en_US/execerr.cat", 804397952,
-> 805525610) =
-> 164316
-> > umask(805525576) =
-> 3
-> > open("", O_RDONLY|O_RSHARE|O_NOCTTY|O_DELAY) Err#25
-> ENOTTY
-> > kgetsidx(3) =
-> 0
-> > open("", O_RDONLY|O_RSHARE|O_NOCTTY|O_DELAY) Err#25
-> ENOTTY
-> > _thread_self() =
-> 4096
-> > schedtune(0x00000003, 0x00000000, 0x00000001, 0x0000D0B2,
-> 0x00000000,
-> 0x00000125, 0x00000000, 0x00000000) =
-> 0x00001000
-> > schedtune(0x00000003, 0x00000000, 0x00000001, 0x30004878,
-> 0x30036898,
-> 0x3835392D, 0x31000000, 0x00000000) =
-> 0x00001000
-> > schedtune(0x00000003, 0x00000000, 0x00000001, 0x00000000,
-> 0x00000000,
-> 0x00000000, 0x00000000, 0x00000000) =
-> 0x00001000
-> > lchown("", 805388892, 0) =
-> 164316
-> > schedtune(0x00000003, 0x00000000, 0x00000001, 0x00000000,
-> 0x00000000,
-> 0x00000000, 0x00000000, 0x00000000) =
-> 0x00001000
-> > exec(): 0509-036 Cannot load program
-> _getpgrpx(2) =
-> 37
-> > r4gl_getpgrpx(2) =
-> 4
-> > because of the following
-> errors:
-> > _getpgrpx(2) =
-> 34
-> > kgetsidx(1) =
-> 67108865
-> > kgetsidx(2) =
-> 67108865
-> > *** process killed ***
-> >
-> > I've tried installing from scratch and get the same errors.
-> > Anyone got any idea what is happening, why and how I can resolve
-> > the issue??
-> >
-> > Keith Simmons
-> >
-> >
-> ************************************************** ***********
-> **********************************
-> > This message is sent in strict confidence for the
-> addressee only. It
-> may contain legally privileged information. The contents
-> are not to be
-> disclosed to anyone other than the addressee. Unauthorised
-> recipients
-> are requested to preserve this confidentiality and to advise
-> the sender
-> immediately of any error in transmission.
-> >
-> > This footnote also confirms that this email message has been swept
-> for the presence of computer viruses, however we cannot
-> guarantee that
-> this message is free from such problems.
-> >
-> ************************************************** ***********
-> **********************************
->
-> __________________________________________________ _______________
-> MSN Busca: fácil, rápido, direto ao ponto. http://search.msn.com.br
->
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 12:17 PM
scottishpoet
 
Posts: n/a
Default Re: 4GL Tools Fail to Run

http://www.ibm.com/support/docview.w...=UTF-8&lang=en

Apparantly Installing the official e-fix for AIX APAR IY83580 resolves
the problem. The above should probably be updated to reflect this.

links to IBM AIX fixes

http://www.ibm.com/servers/eserver/s.../aixfixes.html

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:57 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com