Siebel Administration >  How to run generate Triggers in Siebel GUI and Server Manager

Generate Triggers

run task for comp GenTrig with EXEC=True,Remove=True,PrivUser=siebel,PrivUserPass=[siebelpswd],ALERTLEVEL=2,ERRORFLAGS=1,TRACEFLAGS=1,SQLFLAGS=8run task for comp GenTrig with EXEC=True,Remove=False,PrivUser=siebel,PrivUserPass=[siebelpswd],ALERTLEVEL=2,ERRORFLAGS=1,TRACEFLAGS=1,SQLFLAGS=8

 

 

To run the Generate Triggers server komponent from GUI

  1. Navigate to the Administration - Server Management screen, and then the Jobs view.
  2. In the Jobs list, click New.
  3. In the Component/Job field, click the select button.
  4. In the Components/Jobs dialog box, in the Find window, choose Name.
  5. In the Starting With window, enter the following text, and then click Go:

Generate Triggers

  1. Now, in the Job Parameters applet, you need to provide the following four parameters :

EXEC : TRUE
 Remove : TRUE
 Privileged User : "Database Table Owner Name"
 Privileged User Password : "Table Owner Password"

  1. Click on Start.
  2. After few seconds, refresh the view (by clicking on "Execute Query" button), you will see Execution Server will get assigned to the request and Status changes to "Active".
    After few minutes, again refresh the record and once the trigger gets generated, Status changes to "Success"Upon completion, the Siebel Server displays Success or Error in the Status field.
  3. To view log details, do the following:
    1. Click the Tasks link.
    2. In the Tasks list, locate the job you started.
    3. Examine the records in the Log list.

 

  1. Now, in the Job Parameters applet, you need to provide the following four parameters :

  EXEC : TRUE
 Remove : FALSE
 Privileged User : "Database Table Owner Name"
 Privileged User Password : "Table Owner Password"

 

  1. Press submit and wait till you get success result.
  2. Run one of these two sqls

select VALUE from SIEBEL.S_SRM_REQ_PARAM
select * from SIEBEL.S_SRM_REQ_PARAM

There should be two rows where the Siebel password is displayed

Update the value to something rubbish or delete these records.