Skip to Content
0
Jun 15, 2021 at 06:17 AM

Getting page expired error on posting login request in JMeter 5.1

422 Views

I am getting page expired error on posting login request in JMeter 5.1

Steps:

1. I have recorded a script using https://archive.sap.com/documents/docs/DOC-45507

2. Posting below login request:

POST https://<sap_bi_url>/BOE/portal/2006300101/InfoView/logon.faces
POST data: _id0%3Alogon%3ACMS=<servername>%3A<serverport>&_id0%3Alogon%3ASAP_SYSTEM=& _id0%3Alogon%3ASAP_CLIENT=&_id0%3Alogon%3AUSERNAME=<username>&_id0%3Alogon%3APASSWORD= <password>&_id0%3Alogon%3AAUTH_TYPE=secEnterprise&com.sun.faces.VIEW=_id418%3A_id419&_id0=_id0
Cookie Data:
JSESSIONID=08EFD4**********4C6B30D4073AC; InfoViewPLATFORMSVC_COOKIE_TOKEN=

3. And getting issue in Response body: "This page has expired. Enter your credentials and try again. (FWC00006)"with response code 200 OK

note: session ID is traversing through to subsequent requests, as you can see JSESSIONID is coming from page launch. So session is not an issue.