SAP R/3 - Win32 error in LoadLibrary of dsidoc.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
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

SAP R/3 - Win32 error in LoadLibrary of dsidoc.dll

Post by gomez »

Hi:

I have installed SAP PACK for R/3 for IIS 8.0.1

I have a job which reads from iDoc and writes to a sequential file

The connection details to SAP are tested since I am able to fetch the metadata for iDoc

However, When I run the job, I get the following error

Code: Select all

ds_loadlibrary: Win32 error in LoadLibrary of dsidoc.dll - The specified module could not be found.
I checked the Server and found the dll in the following locations

Code: Select all

\IBM\InformationServer\Server\DSComponents\bin

\IBM\InformationServer\Server\StagingArea\Installed\IDOC_EXT_for_R3\server\windows

\IBM\InformationServer\Server\StagingArea\Mothballed\IDOC_EXT_for_R3\server\windows
Appreciate any help on this

Thanks
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Post by gomez »

Well I got help from Ascential support. Figured out dsidoc.dll depends on the existence of dsrpc32u.dll and dssapucum.dll which were not registered on my machine
Once I registered them, the jobs ran fine
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Good to know - thanks for posting that! :D
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you using version 8, or an earlier version?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Start a new thread if you want help with that.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Hopefully you understood that the 'that' I was referring to was the 'required link property' question which has nothing to do with the current topic, hence the request.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply