Management and Monitoring
BEA WebLogic Adapter for SAP User’s Guide 7-27
9. Locate the following section:
<m:MIGRATEREPO
xmlns:m="urn:schemas-iwaysoftware-com:jul2003:ibse:config" version="">
<m:repositorysetting>
<m:rname>oracle</m:rname>
<m:rconn>String</m:rconn>
<m:rdriver>String</m:rdriver>
<m:ruser>String</m:ruser>
<m:rpwd>String</m:rpwd>
</m:repositorysetting>
<m:servicename>String</m:servicename>
</m:MIGRATEREPO>
a. For the <m:rconn> tag, replace the String placeholder with the repository URL
where you want to migrate your existing iBSE repository.
For example, the Oracle repository URL has the following format:
jdbc:oracle:thin:@[host]:[port]:[sid]
b. For the <m:rdriver> tag, replace the String placeholder with the location of your
Oracle driver.
Note: This is an optional tag. If you do not specify a value, the default Oracle JDBC
driver is used.
c. For the <m:ruser> tag, replace the String placeholder with a valid user name to
access the Oracle repository.
d. For the <m:rpwd> tag, replace the String placeholder with a valid password to
access the Oracle repository.
10. Perform one of the following migration options.
If you want to migrate a single Web service from the current iBSE repository, enter the
Web service name in the <m:servicename> tag, for example:
<m:servicename>Service1</m:servicename>
If you want to migrate multiple Web services from the current iBSE repository,
duplicate the <m:servicename> tag for each Web service, for example:
<m:servicename>Service1</m:servicename>
<m:servicename>Service2</m:servicename>
If you want to migrate all Web services from the current iBSE repository, remove the
<m:servicename> tag.
11. From the SOAP menu, select Send request to server.
Your iBSE repository and the Web services you specified migrate to the new Oracle
repository URL that you specified.