ds_loadlibrary: Win32 error in LoadLibrary of infmxcli.dll

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
mchaves
Participant
Posts: 50
Joined: Mon Aug 08, 2005 9:59 pm
Location: Sydney
Contact:

ds_loadlibrary: Win32 error in LoadLibrary of infmxcli.dll

Post by mchaves »

Hi there,

I am getting this error when trying to run a job that pulls data from an informix database into a file. I am using the informix stage. This job worked before but suddenly it stopped.

Any ideas on how to resolve this???

This is the entire error message:

ds_loadlibrary: Win32 error in LoadLibrary of infmxcli.dll - The specified module could not be found.

Thanks,
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Is this the first time you ever tried connecting to Informix from your DS install?
If so go over the docs regarding the installation/configuration notes.

If it worked before try testing if the informix client can connect.

and post your findings

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
mchaves
Participant
Posts: 50
Joined: Mon Aug 08, 2005 9:59 pm
Location: Sydney
Contact:

Post by mchaves »

Hi Roy,

Thanks for your interest in helping me.

Yes, it was working before. It's been very hard to identify the problem.

I tested the informix client and it is working.

Have changed the user that executes datastage as service to admin and it still doesn't work.

As another test, I've written a perl script to connect to informix and it works under the same account but when I setup a job to kick off the script it fails. So I believe it's something regarding rights or paths but I did modify the user for datastage and no success.

Any other ideas?

Cheers,
Melquior
Post Reply