cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with saprfc on login with a password with special caracters

Former Member
0 Kudos

When i try to connect with php on my SAPSystem with a password like pwd := "tes,ab;"

i have the following message :

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

saprfc::login()

Open RFC connection with saprfc_open() failed with error:

RFC Error Info :

Key : RFC_ERROR_SYSTEM_FAILURE

Status :

Message : Value for ID 'DEBUG' not found

Internal:

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

I think the prroblem is a password with special caracter but i don't understand why.

With another password it is OK of course.

Thanks for your help.

Edited by: Eugene Botella on Feb 26, 2008 7:47 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello all,

Complement of issue

When i try to connect with a special caracter "," or ";" in my login or password i have an issue.

For example if i use a password like "test,ab;"

i have the following message :

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

saprfc::login()

Open RFC connection with saprfc_open() failed with error:

RFC Error Info :

Key : RFC_ERROR_SYSTEM_FAILURE

Status :

Message : Value for ID 'DEBUG' not found

Internal:

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

if i use a login like "log;in"

RFC_ERROR_PROGRAM Message : Value for ID 'IN' not found

Of course a login or password without "," or ";" are OK.

How can i do use this caracters ";" or ",". I

It is necessary in my office.

Thanks for your help.

Edited by: Eugene Botella on Feb 27, 2008 10:42 AM