HTTP 500 while scheduling the Report in Business Object R4

26 views
Skip to first unread message

saravanan selvam

unread,
Jan 25, 2012, 3:16:10 PM1/25/12
to lr-loa...@googlegroups.com
Hi ALl,

I am working on the Business Object R4 environment.One my scenario is,
Scheduling the Report. When i replay the script, i am getting the HTTP
Status-Code=500 (Internal Server Error) for
"http://ustrntqa82:8080/BOE/portal/1201091652/AnalyticalReporting/ajaxUre/ajaxRequest"

and the script stopped at the Scheduling page.


The below is the script it gets stopped

web_custom_request("ajaxRequest_12",
"URL=http://ustrntqa82:8080/BOE/portal/1201091652/AnalyticalReporting/ajaxUre/ajaxRequest",
"Method=POST",
"Resource=0",
"RecContentType=text/json",
"Referer=http://ustrntqa82:8080/BOE/portal/1201091652/AnalyticalReporting/jsp/Shared_History/history.faces?cafWebSesInit=true&bttoken={Session}&appKind=InfoView&service=/InfoView/common/appService.do&loc=en&pvl=en_US&ctx=standalone&actId=4517&objIds=19860&containerId=undefined&pref=maxOpageUt%3D200%3BmaxOpageC%3D10%3Btz%3DAmerica%2FNew_York%3BmUnit%3Dinch%3BshowFilters%3Dtrue%3BsmtpFrom%3Dtrue%3BpromptForUnsavedData%3Dtrue%3B&autoNav",
"Snapshot=t41.inf",
"Mode=HTML",
"EncType=application/x-www-form-urlencoded; charset=UTF-8",
"Body=ureId=/BOE/portal/1201091652/AnalyticalReporting/jsp/Shared_History/history.faces_historyComponent_HistoryExplorer_80&bttoken={Session}&action=refresh&nodeSelection=&com.businessobjects.client.concurrent.sessionCounter=0&com.businessobjects.client.concurrent.requestCounter=0",
EXTRARES,
"URL=/BOE/portal/1201091652/shared/pluginIconLoader/Webi/SI_PLUGIN_ICON_1/overlay_running.gif",
"Referer=http://ustrntqa82:8080/BOE/portal/1201091652/AnalyticalReporting/jsp/Shared_History/history.faces?cafWebSesInit=true&bttoken={Session}&appKind=InfoView&service=/InfoView/common/appService.do&loc=en&pvl=en_US&ctx=standalone&actId=4517&objIds=19860&containerId=undefined&pref=maxOpageUt%3D200%3BmaxOpageC%3D10%3Btz%3DAmerica%2FNew_York%3BmUnit%3Dinch%3BshowFilters%3Dtrue%3BsmtpFrom%3Dtrue%3BpromptForUnsavedData%3Dtrue%3B&autoNav",
ENDITEM,
LAST);


Can any one help on this.

Regards,
Saro

James Pulley

unread,
Jan 25, 2012, 5:52:47 PM1/25/12
to LoadRunner
"1201091652"

Does this number change from one session to the next or one user to
the next for the same business process? My guess is that you're not
typing this value in....

On Jan 25, 12:16 pm, saravanan selvam <saroselv...@gmail.com> wrote:
> Hi ALl,
>
> I am working on the Business Object R4 environment.One my scenario is,
> Scheduling the Report. When i replay the script, i am getting the HTTP
> Status-Code=500 (Internal Server Error) for
> "http://ustrntqa82:8080/BOE/portal/1201091652/AnalyticalReporting/ajax..."
> ...

saravanan selvam

unread,
Jan 25, 2012, 7:57:27 PM1/25/12
to lr-loa...@googlegroups.com
No, This value is not at all changing. This is common for all the users and for all the session.
 
Regards,
saravanan

--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en

DF#1 Fan!

unread,
Jan 26, 2012, 3:29:09 PM1/26/12
to lr-loa...@googlegroups.com

Time to windiff ...

James Pulley

unread,
Jan 26, 2012, 5:56:49 PM1/26/12
to LoadRunner
Agreed, record multiple times same user as well as different users.
This would typically be the result of an unhandled element related to
session, state or time.

On Jan 26, 12:29 pm, "DF#1 Fan!" <codewarrior00...@gmail.com> wrote:
> Time to windiff ...
> On Jan 26, 2012 12:38 PM, "saravanan selvam" <saroselv...@gmail.com> wrote:
>
>

Tirumala Reddy K

unread,
Jan 27, 2012, 9:51:37 AM1/27/12
to lr-loa...@googlegroups.com
Hi,

Please convert the "Session" value from HTML to URL mode using web_convert_param() function..

here you go

web_convert_param("Session1","SourceString={Session}","SourceEncoding=HTML","TargetEncoding=URL",LAST);

replace the Session with Session1 in the script.

I hope this should help.

Good Luck:)

--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en



--
Kind Regard's,
Tirumala
Kind Regard's,
Re

saravanan selvam

unread,
Jan 28, 2012, 11:27:37 AM1/28/12
to lr-loa...@googlegroups.com
Hi,
 
I tried it. But no luck..I am getting 403 forbidden issue.
 
Can you please let me know where exactly i need to place this function.
 
Regards,
saravanan

Vivek

unread,
Jan 30, 2012, 10:48:42 AM1/30/12
to lr-loa...@googlegroups.com
"I am getting 403 forbidden issue"

 
I Wonder if 403 forbidden error has anything to do with missing correlations in your script. You might want to check if you can access the application manually at the time of this error.

Tirumala Reddy K

unread,
Feb 1, 2012, 8:38:48 AM2/1/12
to lr-loa...@googlegroups.com
hi,

you  can place the function after capturing the correlated value or next to that request.

On Sat, Jan 28, 2012 at 9:57 PM, saravanan selvam <saros...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages