Siebel HTTP request monitoring

Source: Internet
Author: User

I. Function Overview:

The Service web engine HTTP txn can monitor various parameters in the HTTP Process, including client, server, and network layer session information.

Applicable business scenarios:

1. The getallservervariables method in web engine HTTP txn can obtain the Client IP address and logon username. You can use an IP address to call WebService to obtain the geographical location and analyze the session request based on the location dimension.

2. Use the getrequestparameters method to obtain all URL parameter variables and interact with system objects.

Ii. configuration method:

Scenario 1:

Bytes -----------------------------------------------------------------------------------------------------------------

1. web engine HTTP txn call and analysis script

, The file will not be uploaded. There is a sample in the PDF file.

2. Add an operation set to manage running current events

3. Manage the weblogin monitoring of application added to the running current events

4. Reload the configuration (no restart required)

5. log on to the sales module and go to $ {siebelroot}/siebsrvr/bin/in the background.

"User_request.txt ", the output content contains various client information

Scenario 2:

Bytes -----------------------------------------------------------------------------------------------------------------

1. Use the getrequestparameters method to obtain all URL parameter variables. To create or query data.
2. Use the running event to trigger this method. The trigger condition is that the specified view is loaded.
After the URL is opened, it must be automatically directed to the corresponding View Interface to trigger BS to call the corresponding method to obtain the HTTP parameter. In this way, Siebel can directly direct such URL, add the parameter swecmd = gotoview & sweview = Account + list + view.
3. Siebel user authentication must be added to the URL. The following parameters must be added to the interface following the Siebel swe standard parameters:
Swecmd = executelogin & sweusername = sadmin & swepassword = sadmin
4. You can add other parameters directly after passing them, as shown below:
Telephone = 1380013800 & callinid = 231212

5. Complete URLs that Siebel can parse are roughly as follows:

Http: // crmtest/sales_chs/start. SWE? Swecmd = executelogin & sweusername = sadmin & swepassword = sadmin2 & sweac = swecmd = gotoview & sweview = Account + list + View> telephone = 1380013800 & callinid = 23121

Enter the preceding address in the browser to go to the page.

6. obtain the relevant request parameters in the output file of the background:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.