I. Install BIP
1. Installation version description
The environment here is:
OS: rel5.4
Siebel: Siebel 8.1.1.4
DB: paiel 11gr2. According to the document,
JDK: 1.6.2
BIP: 10.1.3.4.2
Siebel fixback: bip_8113.sif
1. BIP for Windows Installer sometimes reports an error during installation. If oraparam. INI is missing, you can copy./install/oraparam_bak_nic.ini to the execution directory.
After installation, enter the URL: http: // 192.168.159.139: 9704/xmlpserver
Default username and password: Administrator/Administrator
2. Copy the font, CP/etc/fonts/* $ {java_home}/lib/fonts/-RF;
Note that the java_home here is the JDK used by Solaris. You can view the execution path through PS-Ef | grep Solaris.
3. Go to the "bip" tab, click "runtime configuration"> "properties", modify "Disable external reference" to "false", click "Save application", and restart "Solaris.
4. start or stop the Solaris script
Java_home =/Siebel/APP/BIP/JDK
ORACLE_HOME =/Siebel/APP/BIP/oc4j_bi
Start: nohup Solaris-Start &
Stop: Solaris-shutdown-port 23791-Password hand1234
Ii. Configure Siebel
1. Configure Siebel BIP WebService two-way communication
Go to management-Web Service/outbound, find publicreportserviceservice, modify the Host IP address and port number: http: // 192.168.159.139: 9704/xmlpserver/services/publicreportservice
Go to Web Service/inbound, import tools \ reppatch \ bipdataservice. XML, Modify host, user name and password, click Generate WSDL, and save as dataservice. WSDL
Click Clear Cache
In Windows, place dataservice. wsdl in the oc4j_bi/bin/directory. The file names must be absolutely consistent. Modify the names of the dataservice. WSDL files to the oc4j_bi/bin/directory.
2. Copy the Siebel BIP jar package to the bip site directory.
Siebel Directory: $ {sieble_home}/siebelsrvr/class/
Jar: Functions functions. Jar
Siebelcustomxmlp. Jar
Siebelcustomxmlp_sia.jar
BIP Directory: $ {c4j_home}/J2EE/home/applications/xmlpserver/WEB-INF/lib
3. Enable the Siebel xmlp report component and go to management-Server Configuration
Enable xmlp report component group, allocate component xmlpreportserver, synchronize component, restart Siebel Server
4. Set BIP Login User identity authentication for components (dB or LDAP, but I personally think it is unnecessary and will not be discussed)
Go to management-server configuration, view the component definition xmlp Report Server, and modify the bip user name and password parameters. The default values are administrator.
You can add system users to the bip system and assign responsibilities. For example, sadmin/sadmin is used here.
5. Import Siebel BIP fixback to Repository
A. Modify the symstrprefix parameter in local tools. cfg and change the value to SBL _
B. log on to tools and lock the following projects
Xmlp Integration Project
Table XML
Symbolic strings
Reports UI
User preferences
C. Import the tools \ reppatch \ bip_8113.sif File
D. apply:
S_repoutpt_pstn
S_rep_tmpl_pstn
S_xmlp_repoutpt
S_xmlp_rep_tmpl
S_xmlp_rpt_view
E. Compile the above project
F. If the database is Oracle 11gr2_x64, then apply will have a bug [ID 1300472.1], view reports SBL-DBC-00105, Om log reports SQLORA-24345 error.
Solution:Manual SQL Execution by the database
Update s_xmlp_rep_tmpl set rpt_sel_record_flg = 'n'
Where rpt_sel_record_flg is not null;
6. Management-ApplicationProgram/Create view in view, create new responsibilities xmlp_admin, associate view, and associate user
3. Create a report
Report creation process diagram
1. Create bip io in tools. Note that the IO here must start with Bip. Select the I/O wizard as EAI Siebel wizard.
2. After compilation and release, generate an XML sample file in management-bip report
3. Download bipdeskbuilder and word plug-in to load XML sample data to create a report template.
4. debug the server on the local client, go to management-bip report/Report Template registration to create a record, associate with integrated Io, add a template file, and generate an xliff File
5. Find the generated xliff file under the local client \ xmlp \ CHS \, log on to the Siebel application on the server, find the registered report, and add the xliff File
6. Click Upload report to go To the bip server.
7. Associate view and required reports on The View Association page
Click generatereport in the Report button