Application Development 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: 

Testing Enteprise Portal with HP LoadRunner with SPNEGO configured

Former Member
0 Kudos

Has anyone had any experience with getting HP LoadRunner to work with SPNEGO enabled?

When scripting the session, we cannot seem to get to the next step but fail on the HTTP 401: Unauthorized error that is standard with SPNEGO Kerberos Single SIgn On

Thanks in advance.

-Tim

2 REPLIES 2

Former Member
0 Kudos

Yes, I have tested SAP with SPNEGO enabled and it worked fine with LoadRunner, i believe that there is a header value that is suppose to be passed form LoadRunner script using

web_add_header....

however, i have seen issues with this as you might not be able to go thru the F5 URL, you might have to hit the app servers directly instead, it gets a little tricky when you have SSL enabled or disabled

Also, you will need to change the the IE advanced settings and enable "Integrated Windows Authentication"

here is a link that might help

http://altentee.com/blogs/blogs/2008/performance-testing-spnego-or-kerberos-with-loadrunner/

Are you using SPNEGO for SAP Blackberry integration ?

Edited by: Musa Azar on Jan 4, 2011 5:10 PM

sriramya41
Discoverer
0 Kudos

I am seeing 401 (Unauthorized) error in my SAP Fiori vugen script.
Error: <html><meta http-equiv="refresh" content="0"><body onload="JavaScript:document.location.reload(true);"><H1>Your browser is not configured for using SPNego</H1>Press F5 (Page Refresh) to continue.</body></html>

Could you please suggest which header shall I add to resolve this issue?

Thanks in advance!