Operating System - OpenVMS
1828225 Members
2441 Online
109975 Solutions
New Discussion

%DCL-W-ACTIMAGE, error activating image LIBCLNTSH

 
SOLVED
Go to solution
berlioz
Regular Advisor

%DCL-W-ACTIMAGE, error activating image LIBCLNTSH

Hello,

On an OpenVMS 7.3-2 platform with Oracle 9i, i've the following error when running a C/Pro*C program

%DCL-W-ACTIMAGE, error activating image LIBCLNTSH
-CLI-E-IMAGEFNF, image file not found $DKA0:[SYS0.SYSCOMMON][SYSLIB]LIBCLNTSH.EXE

This library seems to be an oracle library and it's real path is dka0:[PRODUCT.ORACLE.LIB32]LIBCLNTSH.SO

What can i do ?

Some one can help me ?
6 REPLIES 6
Wim Van den Wyngaert
Honored Contributor
Solution

Re: %DCL-W-ACTIMAGE, error activating image LIBCLNTSH

Define/sys/exec LIBCLNTSH dka0:[PRODUCT.ORACLE.LIB32]LIBCLNTSH.SO

Wim
Wim Van den Wyngaert
Honored Contributor

Re: %DCL-W-ACTIMAGE, error activating image LIBCLNTSH

But are you sure ? The so extention ? Should be exe.

Wim
Wim
berlioz
Regular Advisor

Re: %DCL-W-ACTIMAGE, error activating image LIBCLNTSH

thank for all...

it's seems to work fine after..

i just dont know why lib32 and why oracle havent done so before
Wim Van den Wyngaert
Honored Contributor

Re: %DCL-W-ACTIMAGE, error activating image LIBCLNTSH

search in the oracle directories for LIBCLNTSH. Maybe you had to execute something before using the program.

Wim
Wim
berlioz
Regular Advisor

Re: %DCL-W-ACTIMAGE, error activating image LIBCLNTSH

As i see, insoracle.com (invoking by orauser.com) is used to load that library...

but it wasn't done...
Martin P.J. Zinser
Honored Contributor

Re: %DCL-W-ACTIMAGE, error activating image LIBCLNTSH

Hi Berlioz,

to make sure the definitons are in place also after a reboot of the system add insoracle.com to either systartup_vms.com or the startup database in SYSMAN.

Greetings, Martin