cancel
Showing results for 
Search instead for 
Did you mean: 

PHP Startup: Unable to load dynamic library 'ext\php_saprfc_530.dll'

virenp_devi
Contributor
0 Kudos

While executing the code from the editor it gives below error,

PHP Startup: Unable to load dynamic library 'ext\php_saprfc_530.dll' - The specified procedure could not be found. in Unknown on line 0.

I am not able to find php_saprfc.dll file anywhere but I have put php_saprfc_530,php_saprfc_530_nts,php_saprfc_528,php_saprfc_528_nts,php_saprfc_449 files on \ext location.

For any of this file it gives the same above error

For below part of code I also get some errors,

$LOGIN = array (

u201CASHOSTu201D=>u201Ddewall37.ccss.capgemini.comu201D, // application server host name

u201CSYSNRu201D=>u201D00u201D, // system number

u201CCLIENTu201D=>u201D800u201D, // client

u201CUSERu201D=>u201DIDADMINu201D, // user

u201CPASSWDu201D=>u201Dwelcomeu201D, // password

u201CCODEPAGEu201D=>u201D1100u201D); // codepage

//u2014u2014u2014u2014- Set the name of the function

$rfcfunction = u201CSO_USER_LIST_READu201D;

$resultstable = u201CUSER_DISPLAY_TABu201D;

***************************************************

Errors:

PHP Notice: Use of undefined constant u201CASHOSTu201D - assumed 'u201CASHOSTu201D' in C:\Documents and Settings\videvi\Application Data\LuckaSoft\PHPTemplates\Test_SAP_Module.php on line 4 PHP Notice.....so on and so forth of all other parameters.

Could you please guide me where I am going wrong.

Thanks,

Viren

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Where did you download nad get SAPRFC from is it the newest one?

virenp_devi
Contributor
0 Kudos

Hi,

I loaded it from sourceforge. It's version 1.4.1. Below is the link I refered,

http://sourceforge.net/projects/saprfc/

Thanks,

Viren

Former Member
0 Kudos

Depending on how new your system is this could be the problem - http://www.piersharding.com/blog/archives/2009/08/new_release_for.html

Try that link instead.