Skip to main content

Unable to load DLL 'CCITCP.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

  • June 13, 2017
  • 1 reply
  • 0 views

We have a webservice that we are creating in order to access our Legacy Cobol files.  When we run the webservice locally on the dev PC we can read our files successfully thru our fileshareService.  However when we publish the webservice on the server we get the error "Unable to load DLL 'CCITCP.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)". 

 

We are on ED 2.3 update 2

 

thanks


#EnterpriseDeveloper

1 reply

  • Author
  • Rocketeer
  • 19312 replies
  • June 15, 2017

We have a webservice that we are creating in order to access our Legacy Cobol files.  When we run the webservice locally on the dev PC we can read our files successfully thru our fileshareService.  However when we publish the webservice on the server we get the error "Unable to load DLL 'CCITCP.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)". 

 

We are on ED 2.3 update 2

 

thanks


#EnterpriseDeveloper
ccitcp.dll is part of Visual COBOL (and older MF-brand COBOL products), so it's also in Enterprise Developer, Enterprise Server, etc.

It sounds like either you don't have an appropriate COBOL product installed on the server, or the PATH is wrong.