ds_loadlibrary: Win32 error in LoadLibrary of command.dll -

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
qutesanju
Participant
Posts: 373
Joined: Tue Aug 26, 2008 4:52 am

ds_loadlibrary: Win32 error in LoadLibrary of command.dll -

Post by qutesanju »

I have one job in datastage as
from reportsfolder-->command stage

here command stage will in turn call a batch file as
copyfiles.bat file

here this copyfile.bat file contains code to copy all files from reports folder to temp location

i checked on command prompt that the batch file is working properly but using datastage commmand stage the batch file is not gettting called
and this datastage job is showing an error as

ds_loadlibrary: Win32 error in LoadLibrary of command.dll - The specified module could not be found.
rschirm
Premium Member
Premium Member
Posts: 27
Joined: Fri Dec 13, 2002 2:53 pm

Post by rschirm »

What version of Windows and is it 32 or 64bit?
qutesanju
Participant
Posts: 373
Joined: Tue Aug 26, 2008 4:52 am

Post by qutesanju »

here window is win server 2003- 32 bit
anyway i resolved error as i installed server and selected as repair option
and now i selected all plugins to installt.
this way all plugins got installed and error is resolved

let me know if anybody has different option
Post Reply