cancel
Showing results for 
Search instead for 
Did you mean: 

Could not open the ICU common library or RFC DLL not found

Former Member
0 Kudos

Hello all,

I'm using SAP .NET Connector for integration between .NET application and SAP System. (SAP ERP2005 (SAP ECC 6.0) SP11 installed on Microsoft Windows Server 2003 R2 Standard x64 Edition; I use MS WinXP SP3 and SAP .NET Connector2.0, SAPGUI 7.1)

One of the following errors appears when I try to call document checkin/checkout BAPI (it depends on which set of ICU libraries we use):

u2022 u201CCould not open the ICU common libraryu201D in case when I use ICU dll from our basis first set

Could not open the ICU common library.

The following files must be in the path described by

the environment variable "PATH":

icuuc30.dll, icudt30.dll, icuin30.dll

u2022 u201CRFC DLL not foundu201D in case when I use ICU dll from from http://icu-project.org/

Please, help if you know how to solve this issue.

Regards,

Alex

Edited by: Alexey120 on Feb 5, 2010 11:20 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I solved the problem with ICU dll by means of reinstall SAPGUI 7.1. But now I call BAPI checkin/checkout and don't get any result. Can anybody to provide an C# example how call BAPI like checkin/checkout?