cancel
Showing results for 
Search instead for 
Did you mean: 

CBTA VBS Error when starting script

Former Member
0 Kudos


Hello,

i try to run a previously captured cbta script in solman from transaction secatt. The capturing works fine but when i try to run the script a vbs error message appears.

The CBTA.DefaultDomain.log file shows this entry:

2015-09-21 13:21:11:207 : ERROR   : Thread04 (MainThread) : CBTA.COM.TafHelper.TestInterpreter : executeTestScript - operation failed - System.NotSupportedException: Test execution failed - no report has been generated

   bei CBTA.COM.TafHelper.TestInterpreter.RunTest()

I'm a little bit confused about this defect because i thought when the capturing works fine the replay should be no problem.

Does anyone had this problem already? Is it a configuration problem?

Looking forward for some suggestions.

Accepted Solutions (0)

Answers (3)

Answers (3)

vijayvv
Explorer
0 Kudos

Hello,

This happens when you do not have the access for GUI Scripting .

Enable Server Side Scripting (the RZ11 parameter)

  1. Login to SAP, Start transaction RZ11
    RZ11.png
  2. On the Maintain Profile Parameters screen, enter “sapgui/user_scripting” and Click Display
    RZ11_scripting.png
  3. In the Display Profile Parameter Attributes screen, choose Change Value.
    DisplayParemeters.png
  4. Enter “TRUE” in the new value field, Click the Save Button.
    Set_True.png
  5. Check that Current Value is set to TRUE.
    After_Set_True.png
  6. Verify with the SAP Administrator that S_SCR authorization is granted for all required users.

Note: User need to restart SAP GUI after having changed the value from FALSE to TRUE on server side (RZ11).

juandavid_murcia
Explorer
0 Kudos

Hello Andre,

If appliying the note 2175828 does not work, check via SE80, if there are two CBASE-Configuration.xml files,

Here you need to rename the old one, navigate to  folder
'SAP/PUBLIC/CBTA' and rename the old one to
CBASE-Configuration.XML.BAK
 

then try again.

Regards,

Juan.

Former Member
0 Kudos