Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GuiXT Script Download RFC Error

Former Member
0 Likes
1,435

Hi,

I have created a simple guixt script in transaction variant for a tcode:

my script is simple as:

text F[Description] "abc"

But, it is not working as I am facing following error:

"GuiXT Script Download RFC Error"

"Name or Password is incorrect (Repeat Logon)"

"RFC_error_system_failure"

I am pretty sure that my user name and password is entered correctly. I am stuck, I am not sure where went wrong.

I set my SAP user id(SAP_ALL authorization) with selected option "script download via current client" in the profile.

  • I created it in client 200.

Can anyone help me on this?

Thanks in advance.

SP

Edited by: Seng Ping Gan on Mar 9, 2010 7:44 PM

Hi,

I have created a simple guixt script in transaction variant for a tcode:

my script is simple as:

text F[Description] "abc"

But, it is not working as I am facing following error:

"GuiXT Script Download RFC Error"

"Name or Password is incorrect (Repeat Logon)"

"RFC_error_system_failure"

I am pretty sure that my user name and password is entered correctly. I am stuck, I am not sure where went wrong.

I set my SAP user id(SAP_ALL authorization) with selected option "script download via current client" in the profile.

  • I created it in client 200.

Can anyone help me on this?

Thanks in advance.

SP

Edited by: Seng Ping Gan on Mar 9, 2010 7:44 PM

5 REPLIES 5
Read only

Former Member
0 Likes
833

- Solved by myself -

Read only

0 Likes
833

Hi,

Can you please write what was the solution? I'm having exactly the same problems with it.

Thank in advance,

Regards

BJ

Read only

Former Member
0 Likes
833

Hi,

First, check on the RFC user's authorization whether the user has the rights to access to read scripts from transaction variant.

Please refer to link here [here|http://www.synactive.de/docu_e/doc_rfc.html]

Second, if you are on ECC system and your RFC user's password is in lowercase. You will need to put your password begin with " and end with ". e.g: "password".

Or You can encode the password and put it in the guixt.ini file. Start command prompt by switching directory to where guixt.exe resides and then type in the following:

guixt.exe rfcpassword yourpassword

and you then get a new window pop-up showing the encrypted password which is auto copied to the clipboard read to past into the profile

Regards,

SP

Read only

0 Likes
833

Hi, i want to add the user name to be prepopulated, what is the code for that?

Read only

0 Likes
833

no problem, i have solved it. thank you.