This section describes software requirements and preparation steps for each adapter. For installation information, see Installing BizTalk Adapters for Enterprise Applications later in this document.
Requirements for BizTalk Adapter for J.D. Edwards EnterpriseOne
BizTalk Adapter for J.D. Edwards EnterpriseOne enables you to use J.D. Edwards EnterpriseOne business functions within BizTalk Server. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about J.D. Edwards EnterpriseOne, see the documentation for the application.
Supported Operating Systems
BizTalk Adapter for J.D. Edwards EnterpriseOne runs on the following operating systems:
-
Microsoft Windows Server® 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows® 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported J.D. Edwards EnterpriseOne Versions
BizTalk Adapter for J.D. Edwards EnterpriseOne supports the following J.D. Edwards EnterpriseOne versions:
-
J.D. Edwards EnterpriseOne 8.10, 8.11, and 8.12
-
Tools Release 8.93, 8.94, 8.95, and 8.96
Required Servers
BizTalk Adapter for J.D. Edwards EnterpriseOne requires the following servers to install and configure the adapter:
-
BizTalk server
-
EnterpriseOne Server. It is needed for copying the .jar files to the BizTalk server.
Required Components
BizTalk Adapter for J.D. Edwards EnterpriseOne requires the following components on the server where the adapter is installed.
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
Sun Microsystems Java Development Kit (JDK) version 1.4.2 or later
-
JDBC drivers for J.D. Edwards EnterpriseOne databases
Required Files
BizTalk Adapter for J.D. Edwards EnterpriseOne uses the following .jar files at both runtime and design time:
|
Version
|
Required Files
|
| 8.10 with Tools Release version 8.93, 8.94, 8.95, and 8.96 | -
Connector.jar
-
Kernel.jar
-
database.jar
-
jdeutil.jar
-
log4j.jar
-
xerces.jar
|
| 8.11 with Tools Release version 8.94, 8.95, and 8.96 | -
Connector.jar
-
Kernel.jar
-
database.jar
-
jdeutil.jar
-
log4j.jar
-
xerces.jar
|
| 8.12 with Tools Release version 8.96 | -
ApplicationAPIs_JAR.jar
-
ApplicationLogic_JAR.jar
-
Base_JAR.jar
-
BizLogicContainer_JAR.jar
-
BizLogicContainerClient_JAR.jar
-
Connector.jar
-
jdbj.ini
-
JdbjBase_JAR.jar
-
JdbjInterfaces_JAR.jar
-
jdeinterop.ini
-
jdelog.properties
-
JdeNet_JAR.jar
-
log4j.jar
-
PMApi_JAR.jar
-
Spec_JAR.jar
-
System_JAR.jar
-
xalan.jar
-
xerces.jar
|
| All versions | -
The JDBC files for the corresponding database (For Microsoft SQL Server™ 2000 JDBC driver, the adapter requires msbase.jar, mssqlserver.jar, and msutil.jar.)
|
| All versions | -
JDEDynAccess.jar (installed with the adapter)
|
Prerequisites for Installing BizTalk Adapter for J.D. Edwards EnterpriseOne
Before installing BizTalk Adapter for J.D. Edwards EnterpriseOne, you must configure the BizTalk server for the adapter installation by following these basic steps:
-
Copy the J.D. Edwards .jar files from the EnterpriseOne server to the BizTalk server
-
Install the JDK 1.4.2 or later
-
Install the JDBC driver
Copying the J.D. Edwards .Jar Files from the EnterpriseOne Server to the BizTalk Server
The J.D. Edwards .jar files are listed in the previous Required Files section. As previously mentioned, you must copy the .jar files to the BizTalk server. They can be copied to any location on the BizTalk server. These files will be referenced from the Transport Properties dialog box while you create the send ports.
Installing the JDK 1.4.2 or Later
You can download the JDK 1.4.2 or later from the Sun Microsystems Web site. Follow the instructions on the site to install it on the BizTalk server.
Installing the JDBC Driver
BizTalk Adapter for J.D. Edwards EnterpriseOne calls the J.D. Edwards EnterpriseOne API that uses JDBC, which needs a driver for the database. If you install J.D. Edwards EnterpriseOne with a SQL Server database, you need MS-SQL drivers. Similarly, if you installed J.D. Edwards EnterpriseOne with an Oracle database, you will need Oracle drivers; or if you installed with a DB2 database, you will need DB2 drivers.
If you are using Oracle DatabaseType, you must add extra information to the jdeinterop.ini file. Specifically, you must add the database parameter to the [JDBj-ORACLE] section, which defines the Oracle tnsnames location. You must also ensure that Oracle’s SQLNET.ORA file is present on the BizTalk server. Using the information from the J.D. Edwards EnterpriseOne’s jde.ini file, add the following to the adapter’s jdeinterop.ini file:
[JDBj-ORACLE]
tns=c:\Oracle\ora92\network\Admin\tnsnames.ora
[JDBj-BOOTSTRAP DATA SOURCE]
Database=sys810
Understanding Jdeinterop.ini
The Connect.jar and Kernel.jar files use the jdeinterop.ini file to configure connection parameters to the J.D. Edwards OneWorld XE server. We recommend that you not edit this file manually because it interacts with the Transport Properties dialog box for the BizTalk send port. Specifically, you should not modify those fields marked as Configured_by_BizTalk in the following table.
The J.D. Edwards EnterpriseOne connector classes in Connector.jar and Kernel.jar require that you use a configuration file named jdeinterop.ini. This file is defined by the J.D. Edwards EnterpriseOne application and uses its terminology. For more information about the purpose and terminology of this file, see the J.D. Edwards Interoperability Guide. There is a sample jdeinterop.ini file in: C:\Program files\Program Files\Microsoft BizTalk Adapters for Enterprise Application\J.D. Edwards EnterpriseOne\config folder. The following table gives a short description of the entries in that file:
|
Parameters
|
Description
|
| [SERVER] glossaryTextServer=Configured_by_BizTalk codePage=1252 | -
glossaryTextServer: the enterprise server and port that provide glossary text information, for example, JDED:6010.
This is the server that returns text descriptions for errors. This is often the same host and port as the J.D. Edwards EnterpriseOne application server. There may be more than one glossary server for different supported language encodings. -
codePage: the encoding scheme.
Here is a list of commonly used code page numbers: -
1252 English and Western European
-
932 Japanese
-
950 Traditional Chinese
-
936 Simplified Chinese
-
949 Korean
|
| [JDENET] serviceNameConnect=Configured_by_BizTalk enterpriseServerTimeout=1200000 maxPoolSize=30 netTrace=false | -
enterpriseServerTimeout: the time-out value for a request to the enterprise server, for example, 90000.
-
maxPoolSize: the JDENET socket connection pool size, for example, 30.
|
| [JDBj-BOOTSTRAP SESSION] User=Configured_by_BizTalk Password=Configured_by_BizTalk Environment=Configured_by_BizTalk Role=*ALL | The information in this section should match the corresponding information specified in the [DB SYSTEM SETTINGS] section of this installation's jde.ini file. |
| [JDBj-BOOTSTRAP DATA SOURCE] name=Configured_by_BizTalk server=Configured_by_BizTalk databaseType=Configured_by_BizTalk physicalDatabase=Configured_by_BizTalk serverPort=Configured_by_BizTalk owner=Configured_by_BizTalk | The information in this section should match the corresponding information specified in the [DB SYSTEM SETTINGS] section of this installation's jde.ini file. |
Requirements for BizTalk Adapter for J.D. Edwards OneWorld XE
BizTalk Adapter for J.D. Edwards OneWorld XE enables you to use J.D. Edwards OneWorld XE business functions within BizTalk Server. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about J.D. Edwards OneWorld XE, see the documentation for the application.
Supported Operating Systems
BizTalk Adapter for J.D. Edwards OneWorld XE runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported J.D. Edwards OneWorld XE Versions
BizTalk Adapter for J.D. Edwards OneWorld XE supports the following J.D. Edwards OneWorld XE versions:
-
B7.3.3.3 with Service Pack 23
-
B7.3.3.4 with Service Pack 23
Required Servers
BizTalk Adapter for J.D. Edwards OneWorld XE requires the following servers to install and configure the adapter:
-
J.D. Edwards enterprise server. This server can be on any of the operating systems supported by J.D. Edwards OneWorld XE.
-
J.D. Edwards Deployment server. This server is used for installing the BTSREL Application Software Update and creating BTSLIBInterop.jar. This server has to be on a Windows operating system.
-
BizTalk server. This is the server where the adapter is installed. The adapter can run on both BizTalk Server 2006 and BizTalk Server 2006 R2.
Required Components
BizTalk Adapter for J.D. Edwards OneWorld XE requires the following components on the server where the adapter is installed:
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
Sun Microsystems Java Development Kit (JDK) version 1.4.2 or later. It is required on the deployment server in order to create BTSLIBInterop.jar.
BizTalk Adapter for J.D. Edwards OneWorld XE Installation Process Overview
The following figure shows the installation and configuration process for BizTalk Adapter for J.D. Edwards OneWorld XE.
-
Providing BTSREL.exe
-
Installing the planner update Electronic Software Update (ESU)
-
Installing the BTSREL application software update (ASU)
-
Applying the BTSREL ASU to J.D. Edwards OneWorld XE environments
-
Creating and building the BTSREL custom business function library manually
-
Creating and deploying a full package
-
Creating BTSLIBInterop.jar
-
Copying the J.D. Edwards .jar files and BTSLIBInterop.jar to the BizTalk server
-
Installing the JDK 1.4.2 or later
-
Installing BizTalk Adapter for J.D. Edwards OneWorld XE
-
Adding BizTalk Adapter for J.D. Edwards OneWorld XE to BizTalk Server
-
Creating send ports
-
Communication is established from the BizTalk server to the enterprise server
You must perform the following steps before installing BizTalk Adapter for J.D. Edwards OneWorld XE and after J.D. Edwards OneWorld XE has been installed and configured on the deployment server and the enterprise server. These steps must be performed by a J.D. Edwards Configurable Network Computing (CNC) specialist or administrator:
-
Installing planner update Electronic Software Update (ESU)
-
Installing the BTSREL application software update (ASU)
-
Applying the BTSREL ASU to J.D. Edwards OneWorld XE environments
-
Creating and building BTSREL custom business function library manually
-
Creating and deploying a full package
-
Creating BTSLIBInterop.jar
-
Copying the J.D. Edwards .jar files and the BTSLIBInterop.jar to the BizTalk server
You need to repeat step 3 through 5 on each environment that BizTalk Server will connect to.
In some of the procedures, we use the following names for common J.D. Edwards environments:
|
Environment Name
|
Description
|
| JDEPLAN | Common name for the planning environment. |
| DV7333 | Common name for the development environment. |
| PY7333 | Common name for the prototype environment. |
| PD7333 | Common for name for the production environment. |
| DEP7333 | Common for name for the deployment environment. |
Installing Planner Update Electronic Software Update (ESU)
You must perform this step on the deployment server. You can skip this step if the deployment server has got a planner update with SAR #4533357 already installed.
The planner update must be installed before installing the BTSREL application software update (ASU) provided by Microsoft. BizTalk Adapter for J.D. Edwards OneWorld XE requires SAR #4533357 in the planner update. The planner update gets superseded each time. You can install JD24819 or later that includes SAR #4533357.
To install the planner update ESU
-
Download the planner update that includes SAR #4533357 from J.D. Edwards - Update Center on the Oracle Web site.
-
Extract the planner update.
-
Run setup.exe, and follow the steps in the wizard.
After the planner update is installed, you need to complete the following steps:
-
Creating/updating the Internet Code Change ODBC data source
-
Copying the new Object Configuration Mappings to the Planner ODBC data source and the System ODBC data source
-
Copying control table information to the planner update Access database
-
Copying bitmaps to the planner update directory
Creating/Updating the Internet Code Change ODBC Data Source
This step needs to be performed every time you install a new planner update on the deployment server.
Each planner update includes a Microsoft Office Access database. The database is in the <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version>\PLANNER\DATA directory. It is a requirement to have an ODBC data source called "Internet Code Change" pointing to the Access database on the deployment server. When the planner update is installed for the first time, you need to make sure that there is an ODBC data source with the name. Otherwise, you must create one through the ODBC Data Source Administrator from Administrative Tools. When you create the data source, you must choose Microsoft Access Driver (.mdb). For the subsequent planner update installations, you just need to re-map the data source to the appropriate Access database.
Copying New Object Configuration Mappings to the Planner ODBC Data Source and the System ODBC Data Source
This step needs to be performed every time you install a new planner update on the deployment server.
This step copies the new object configuration mappings (OCM) into the Planner ODBC data source and the System ODBC data source.
To copy new OCM mappings into the Planner ODBC data source and the System ODBC data source
-
Click Start, point to Programs, and click JDEdwards OneWorld to open J.D. Edwards OneWorld Explorer.
-
Log on to the JDEPLAN environment as user JDE, the default administrator account.
-
In the fast path box, enter P98305 (batch version), and then press Enter.
-
In Batch Application, enter R98403 (report), and press Enter.
-
Highlight version XJDE0029, and then click Processing Options on the left panel to open the Processing Options dialog box.
-
In the Processing Options dialog box, click the Environment tab, and then enter the following values:
|
Processing Option
|
Value
|
| 1 | (The name of the planner environment, for example, JDEPLAN) |
| 2 | (Leave it blank) |
| 3 | 2 |
| 4 | Internet Code Change |
| 5 | (Leave it blank) |
-
In the Processing Options dialog box, click the Update tab, and then enter the following values:
|
Processing Options
|
Value
|
| 6 | 1 |
| 7 | (Leave it blank) |
| 8 | (Leave it blank) |
| 9 | Y |
-
In the Processing Options dialog box, click the Print tab, and then verify that option 10 is blank.
-
In the Processing Options dialog box, click the Licensing tab, and then verify that options 11 and 12 are blank.
-
In the Processing Options dialog box, click OK to close the dialog box.
-
Double-click XJDE0029 to run the version.
-
Select the Data Selection check box, and click OK to submit.
-
Double-click XJE0029.
-
Select the Data Selection check box, and then click Submit menu button.
-
In the Data Selection dialog box, change Data Selection to:
Where ‘BC Object Name’ = F986101
-
Click OK to close the Data Selection dialog box. The Processing Options dialog box opens.
-
Click OK to close the Processing Options.
-
Double-click XJDE0029 to run the version again.
-
Highlight XJDE0029, and then click Processing Options on the left panel to open the Processing Options dialog box.
-
In the Processing Options dialog box, click the Environment tab, and then enter the following value:
|
Processing Option
|
Value
|
| 1 | (The name of the deployment environment, for example, DEP7333.) |
-
In the Processing Options dialog box, click OK to close the dialog box.
-
Double-click XJDE0029 to run the version.
-
Select the Data Selection check box, and then click OK to submit.
-
Double-click XJE0029.
-
Select the Data Selection check box, and then click Submit menu button.
-
In the Data Selection dialog box, change Data Selection to:
Where ‘BC Object Name’ = F986101
-
Click OK to close the Data Selection dialog box. The Processing Options dialog box opens.
-
Click OK to close the Processing Options dialog box.
-
Double-click XJDE0029 to run the version again.
Copying Control Table Information to the Planner Update Access Database
This step only needs to be performed once on the deployment server. You can skip it if you have already performed it during a previous planner update installation.
This step copies new Data Dictionary items and new Universal Data Connection (UDC) codes into the planner update Access database.
Note |
|---|
|
When you apply the planner update after installing J.D. Edwards OneWorld XE, you will see errors in jde.log indicating that you are trying to insert duplicate values into F0004 and F0005. This is expected behavior, since you have already copied the new UDC values in this step. |
To copy control table information to the planner update Access database
-
Double-click version XJDE0029.
-
Select the Data Selection check box, and then click the Submit menu button.
-
In the Data Selection dialog box, change Data Selection to:
Where BC Object Type = TBLE and BC Object Name = F0004 F0005 F9200 F9202 F9203 F9207 F9210
-
Click OK to close the Data Selection dialog box. The Processing Options dialog box opens.
-
In the Processing Options dialog box, click the Environment tab, and then enter the following values:
|
Processing Option
|
Value
|
| 1 | JDEPLAN |
| 2 | (Leave it blank) |
| 3 | 2 |
| 4 | Internet Code Change |
| 5 | (Leave it blank) |
-
In the Processing Options dialog box, click the Update tab, and then enter the following values:
|
Processing Options
|
Value
|
| 6 | 1 |
| 7 | (Leave it blank) |
| 8 | (Leave it blank) |
| 9 | Y |
-
In the Processing Options dialog box, click the Print tab, and then verify that option 10 is blank.
-
In the Processing Options dialog box, click the Licensing tab, and then verify that option 11 and option 12 are blank.
-
In the Processing Options dialog box, click OK to close the dialog box.
-
Click OK to run the report.
Copying Bitmaps to Planner
You perform this step only once using the deployment server. You can skip it if you have already performed it during a previous planner update installation.
You need to copy all the bitmaps from the following folder: <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version>\PLANNER\Package\<current ESU version>\res folder to <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version>\PLANNER\res.
Installing BTSREL Application Software Update (ASU)
You must perform this step needs on the deployment server.
BTSREL is a custom package, or an Application Software Update (ASU) in J.D. Edward terms. An ASU is a post-release update that provides software changes for specific purposes, such as regulatory changes or enhancements. It contains business functions to extract metadata and custom functions within J.D. Edward environments.
These ASUs are created for specific functionality. For example, BTSREL is created to extract metadata. When the BTSREL ASU is installed, it updates selected modules in the J.D. Edwards OneWorld XE environment. To update, BTSREL objects must be merged into the appropriate J.D. Edwards OneWorld XE environment.
You can download BTSREL from http://go.microsoft.com/fwlink/?LinkId=93673. You must install it on the deployment server which runs on a Windows operating system, and then deployed it to the enterprise server.
Note |
|---|
|
When applying the ASU to the deployment server, check the processing option to verify that you are in Update mode. The Proof mode verifies that there are no bugs in the ASU, whereas Update mode is for when you apply the ASU. |
To install BTSREL on the deployment server
-
Log on to Windows on the deployment server as user JDE.
-
Create a new folder named BTSREL in the <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version> folder.
-
Copy BTSREL.exe to the newly created folder.
-
Run BTSREL.exe to start the J.D. Edwards OneWorld XE Installation Manager.
-
Click Next.
-
Click Finish. After the installation finishes, a dialog box informs you if the installation was successful.
Applying BTSREL ASU to J.D. Edwards OneWorld XE Environments
This step needs to be performed on the deployment server.
After BTSREL is installed on the deployment server, you must apply it to the environments where you want the update installed.
To apply BTRREL ASU to a J.D. Edwards OneWorld XE environment
-
Log on to the JDEPLAN environment as user JDE on the deployment server.
-
In the fast path box, enter GH9612, and then press Enter.
-
Double-click Application Software Update.
-
On the Work with Software Updates screen, double-click the BTSREL ASU to select BTSREL ASU, and then click Next menu button.
-
Double-click the environments where you want the update installed, and then click Next menu button.
-
If you want the software update to run in unattended mode, select the Unattended Workbench check box.
-
If you want the backup of the specifications (so that the original specifications can be restored), select the Backup check box.
-
Click Next to apply it to the environment. See the automatically generated PDFs for any errors that may occur after the installation is finished.
Note |
|---|
|
If errors occur, refer to the J.D. Edwards OneWorld XE Software Update Guide for troubleshooting tips, or contact J.D. Edwards OneWorld XE directly. |
Creating and Building the BTSREL Custom Business Function Library Manually
This step needs to be performed on the deployment server.
Because of a limitation of the J.D. Edwards OneWorld XE product packaging process, you must manually register the custom Business Function Library DLL created by BTSREL with J.D. Edwards OneWorld XE. This process consists of the following three steps:
-
Creating the Custom Business Function Library
-
Building the library to create the DLL
-
Copying the Custom Business Function Library DLL
Step 1: Creating the BTSREL Custom Business Function Library
Using J.D. Edwards OneWorld XE Object Management Workbench (OMW), create the Custom Business Function Library. You must perform the following procedure on the initial setup.
To create the BTSREL custom business function library
-
Click Start, point to Programs, and then click JDEdwards OneWorld to open J.D. Edwards OneWorld Explorer.
-
Log on to the environment with which the BizTalk server will communicate, for example, DV7333, as user JDE.
-
In the fast path box, enter P98220 (OMW), and then press Enter.
-
Click the Add menu button.
-
In the Object Librarian Objects area, click Business Function.
-
Enter the following information for the New Business Function Library Object:
|
Name
|
Value
|
| Name | BTSLIB |
| Description | Microsoft BizTalk JDE Adapter DLL |
| Product Code | 55 |
| Product System Code | 55 |
-
Click OK.
Step 2: Building the Library to Create the DLL
You must perform the following procedure on the initial setup.
To create the dll
-
Click Start, and then click Run.
-
From the Run window, enter busbuild.exe, and then click OK. You are prompted to log on to J.D. Edwards OneWorld XE.
-
Log on to the J.D. Edwards environment where the BizTalk server will talk as user JDE.
-
Right-click BTSLIB from the function list, and then select Build.
-
In the output screen, verify that all DLLs have been built successfully.
Step 3: Copying the Custom Business Function Library DLL
Copy the custom DLL from the path code directory to the parent package directories on the deployment server and on the enterprise server as follows:
To copy the custom DLLs by using the deployment server
-
Copy BTSLIB.dll from <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version>\<environment>\BIN32 to <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version>\<environment>\PACKAGE\<environment>FA\BIN32.
-
Copy BTSLIB.def, BTSLIB.dmp, and BTSLIB.mak from <J.D. Edwards OneWorld XE installation folder>\<OneWorld XE version>\<environment>\obj folder to <J.D. Edwards OneWorld XE installation folder>\< OneWorld XE version>\<environment>\PACKAGE\<environment>FA\obj folder.
-
Copy BTSLIB.exp, BTSLIB.lib, and sBTSLIB.lib from <J.D. Edwards OneWorld XE installation folder>\< OneWorld XE version>\<environment>\lib32 folder to <J.D. Edwards OneWorld XE installation folder>\< OneWorld XE version>\<environment>\PACKAGE\<environment>FA\lib32 folder.
-
On the enterprise server, create a folder called BTSLIB under <J.D. Edwards OneWorld XE installation folder\<OneWorld XE version>\packages\DV7333FA\source folder. After the folder is created, verify the folder access authorization.
-
Copy b5500901.c from the <J.D. Edwards OneWorld XE installation folder\<OneWorld XE version>\DV7333\source directory on the deployment server to the <J.D. Edwards OneWorld XE installation folder\<OneWorld XE version>\packages\DV7333FA\source\BTSLIB directory on the enterprise server.
-
Copy b5500901.h from the <J.D. Edwards OneWorld XE installation folder\<OneWorld XE version>\DV7333\include directory on the deployment server to the <J.D. Edwards OneWorld XE installation folder\<OneWorld XE version>\packages\DV7333FA\include directory on the enterprise server.
Building and Deploying the Full Package
This step needs to be performed on the deployment server.
The full package is mandatory to get the latest specifications of BTSREL ASU.
Because of a limitation of the J.D. Edwards package-build process, you must build a full package for each of the J.D. Edwards environments to which you applied the BTSREL ASU. Otherwise the update package build will not work correctly. For more information about building a full package, see the J.D. Edwards OneWorld XE documentation.
To build a full package
-
Log on to the J.D. Edwards deployment environment, for example, DEP7333, as user JDE on the deployment server.
-
In the fast path box, enter P9601, and then press Enter.
-
In the Work With Packages screen, click Add.
-
In the Package Assembly Director screen, click Next.
-
In the Package Information screen, enter the Package Name, Description, and Path Code, and click Next.
|
Field Name
|
Value
|
| Package Name | DV7333FC |
| Description | DV7333 full package |
| Path Code | DV7333 |
-
In the Package Type Selection screen, click Full, and then click Next.
-
In the Foundation Component screen, click Next.
-
In the Help Component screen, click Next.
-
In the Database Component screen, click Next.
-
In the Default Object Component screen, click Next.
-
In the Features Component screen, click Next.
-
In the Language Component screen, click Next.
-
In the Package Component Revisions screen, click End.
-
In the Work with Packages screen, highlight the package, for example, DV7333FC, and then click Active/Inactive. The box icon in front of the package will change from an opened box icon to a closed box icon.
-
In the Work with Packages screen, highlight the package, for example, DV7333FC, and then click Define Build.
-
In the Package Build Definition Director screen, click Next.
-
In the Package Build Location screen, select the Client check box and the Server check box, and then click Next.
-
In the Server Selection screen, select the enterprise server that you would like to build the package for, and then click Next
-
In the Build Specification Options screen, click Next.
-
In the Business Function Options screen, clear the Clear Output Destination First check box, and then click Next.
-
In the Compression Options screen, click Next.
-
In the Package Build Revisions screen, click End.
-
In the Work With Package Build Definition screen, highlight the package, for example, DV7333FC, and then click Active/Inactive.
-
In the Work With Package Build Definition screen, highlight the package, for example, DV7333FC, and then click Submit Build.
-
In the Report Output Destination screen, click On Screen, and then click OK. Two automatically generated PDFs (R9621 and R9622) appear on the screen. If there are any errors, you can check the jde.log build logs.
-
In the fast path box, enter GH9083, and then press Enter.
-
Double-click Package Deployment.
-
Enter the package name, and then click Find to find the package that you build.
-
Highlight the package, and then click Add menu button.
-
In the Package Deployment Director screen, click Next.
-
Select the package, and then click Next.
-
In the Package Deployment Targets screen, select both Client Workstation and Enterprise Server, and then click Next.
-
In the Package Deployment Attributes screen, select the Mandatory Installation check box, and then click Next.
-
In the Enterprise Server Selection screen, select the enterprise server name, and click Next.
-
In the Work with Package Deployment screen, click End.
-
Click Close.
-
In the fast path box, enter P9631, and then press Enter.
-
Enter the package name, for example, DV7333FC, and then click Find to find the package.
-
Expand the package, expand the enterprise server, select the build, and then click Active/Inactive.
-
Click Deploy to deploy the package on the enterprise server. A PDF file with the deployment status will open. You can check the PDF output to see whether the package installed successfully.
Creating BTSLIBInterop.jar
Once the BTSREL is installed, you need to generate the BTSLIBInterop.jar file on the deployment server, and copy this .jar file along with Kernel.jar and Connector.jar to the BizTalk server.
To generate BTSLIBInterop.jar
-
From a Command Prompt, change the directory to C root.
-
Include the path to javac by executing the following command with the appropriate path on the command prompt:
path=%path%;[Path to the JDK installation folder]\bin
-
Set the CLASSPATH environment variable to point to the Kernel.jar and Connector.jar files by executing the following command with the appropriate path on the command prompt:
Set CLASSPATH=[path to Kernel.jar]\Kernel.jar;[path to Connector.jar]\Connector.jar
Important |
|---|
|
Do NOT include any spaces - especially around the equal sign and after the semicolon. |
-
Create a text file named MSBTSLIB.cmd on the C root folder with the following text:
define library JDEJAVA_BTSLIB
login
library %library%
interface B5500901
import B5500901
build
logout -
Generate the BTSLIBInterop.jar by executing the following command:
C:\>genjava /Cmd MSBTSLIB.cmd /Out C:\MSGENJAVA /TempOut C:\MSGENJAVA /ErrFile c:\MSGENJAVA\comerror.log
Enter UserID, password, and environment when prompt. The output should resemble the following:
MSGENJAVA\comerror.log
J.D.Edwards OneWorld XE(tm) Interoperability Interface Generator
Copyright (C) 1996-2000 J.D. Edwards World Source Company
All Rights Reserved.
BTSGetFunctionDefinition [D5500901A]
BTSGetFunctionList
BTSGetLibraryList
BTSGetObjectList
javac C:\MSGENJAVA\com\jdedwards\application\interop\btslib\*.java
javadoc -d C:\MSGENJAVA\com\jdedwards\application\interop\btslib\doc -sourcepath
C:\MSGENJAVA com.jdedwa
rds.application.interop.btslib >
C:\MSGENJAVA\com\jdedwards\application\interop\btslib\javadocoutput
see C:\MSGENJAVA\com\jdedwards\application\interop\btslib\javadocoutput for any
javadoc warning/error messages.
jar -cf C:\MSGENJAVA\JDEJAVA_BTSLIBInteropDoc.jar *
jar -cf C:\MSGENJAVA\JDEJAVA_BTSLIBInterop.jar BTSLIB.xml
com\jdedwards\application\interop\btslib\*.class.
You need to move the generated .jar file to the BizTalk server. The detailed steps are described in the next section.
Copying the BTSLIBInterop.jar File and the J.D. Edwards .JAR Files
You must copy BTSLIBInterop.jar, Connector.jar and Kernel.jar to the BizTalk server. BTSLIBInterop.jar is created in the last step of the previous procedure with the following name: JDEJAVA_BTSLIBInterop.jar. It is located in the C:\MSGENJAVA\ folder on the deployment server. The other two J.D. Edwards .jar files are located in the <J.D. Edwards OneWorld XE installation folder>\System\classes\ folder of the deployment server.
You can copy these files to any location on the BizTalk server. You need to point to these files while creating send ports.
Installing the JDK 1.4.2 or Later on the BizTalk Server
Download the JDK 1.4.2 or later from the Sun Microsystems Web site, and follow the instructions to install it on the BizTalk server.
Requirements for BizTalk ODBC Adapter for Oracle Database
With BizTalk ODBC Adapter for Oracle Database, you can access stored procedures, tables, and views for Oracle databases that run on Oracle 8i or 9i or 10g databases. The interfaces are made available as schemas that you can use when Oracle database items are imported into BizTalk Server projects. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about Oracle database, see the documentation for the application.
Supported Operating Systems
BizTalk ODBC Adapter for Oracle Database runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported Oracle Database Versions
BizTalk ODBC Adapter for Oracle Database supports the following Oracle Database versions:
-
Oracle Database 8i, 9i, 10g
Required Servers
BizTalk ODBC Adapter for Oracle Database supports the following servers to install and configure the adapter:
Required Components
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
Oracle Client 9, 10
-
Oracle Driver 9.02.00.65
Prerequisites for Installing BizTalk ODBC Adapter for Oracle Database
Before installing the adapter on the BizTalk server, you must perform the following steps:
-
Installing the Oracle Client
-
Configuring a database connection
-
Upgrading the Oracle driver
Installing the Oracle Client
You must have an Oracle Client installed on the BizTalk server to use BizTalk ODBC Adapter for Oracle Database. The adapter uses databases registered through the ODBC Data Source Administrator. The Oracle Client installation includes the Oracle ODBC driver, which must be updated to Oracle ODBC driver 9.02.00.65 after you install the client.
Note |
|---|
|
Oracle Client 9.2 only - The ODBC driver that is installed with the Oracle Client 9.2 contains a bug that prevents the enumeration of items that contain Japanese characters. |
For the instructions on installing Oracle Client, see http://go.microsoft.com/fwlink/?LinkId=96008.
Configuring a Database Connection
Upgrading Oracle Driver
The Oracle Client installation includes the Oracle ODBC driver, which must be updated to Oracle ODBC driver 9.02.00.65 after you install the client. For instructions on how to upgrade the Oracle driver, see http://go.microsoft.com/fwlink/?LinkId=96009.
Requirements for BizTalk ODBC Adapter for Oracle E-Business Suite
BizTalk ODBC Adapter for Oracle E-Business Suite is a development and run-time environment for line-of-business process management and automation that enables you to reuse your existing Oracle E-Business Suite procedures and applications with other applications. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about Oracle E-Business Suite, see the documentation for the application.
Supported Operating Systems
BizTalk ODBC Adapter for Oracle E-Business Suite runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported Oracle E-Business Suite Versions
BizTalk ODBC Adapter for Oracle E-Business Suite supports the following Oracle E-Business Suite versions:
-
Oracle E-Business Suite Application 11.5.10.2
Required Servers
BizTalk ODBC Adapter for Oracle E-Business Suite requires the following servers to install and configure the adapter
Required Components
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
Oracle Client version 9 or 10
-
Oracle ODBC Driver version 9.02.00.65
Prerequisites for Installing BizTalk ODBC Adapter for Oracle E-Business Suite
Before installing the adapter on the BizTalk server, you must perform the following steps on the BizTalk server:
-
Installing the Oracle Client
-
Configuring a database connection
-
Upgrading the Oracle driver
Installing the Oracle Client
You must have an Oracle Client installed on the BizTalk server to use BizTalk ODBC Adapter for Oracle E-Business Suite. The adapter uses databases registered through the ODBC Data Source Administrator. The Oracle Client installation includes the Oracle ODBC driver, which must be updated to Oracle ODBC driver 9.02.00.65 after you install the client.
Note |
|---|
|
Oracle Client 9.2 only - The ODBC driver that is installed with the Oracle 9.2 client contains a bug that prevents the enumeration of items that contain Japanese characters. |
For the instructions on installing Oracle Client, see http://go.microsoft.com/fwlink/?LinkId=96026.
Configuring a Database Connection
You must set several ODBC variables before you can configure BizTalk ODBC Adapter for Oracle E-Business Suite. For the instructions on configuring the database connection, see http://go.microsoft.com/fwlink/?LinkId=96029.
Upgrading Oracle Driver
The Oracle Client installation includes the Oracle ODBC driver, which must be updated to Oracle ODBC driver 9.02.00.65 after you install the client. For the instructions on upgrading Oracle driver, see http://go.microsoft.com/fwlink/?LinkId=96031.
Requirements for BizTalk Adapter for PeopleSoft Enterprise
BizTalk Adapter for PeopleSoft Enterprise enables you to communicate with PeopleSoft via the PeopleSoft JOLT protocol (over TCP/IP). This adapter is a send adapter. If you need to have PeopleSoft Enterprise to initiate the call to BizTalk Server, we recommend using the HTTP adapter. You must install a custom component interface (CI) on the PeopleSoft system in order for the BizTalk Adapter for PeopleSoft Enterprise to browse the component interfaces available and get the metadata to call into the existing component interfaces.
This section describes how to prepare the server before installing the adapter. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about PeopleSoft Enterprise, see the documentation for the application.
Supported Operating Systems
-
BizTalk Adapter for PeopleSoft Enterprise runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported PeopleSoft PeopleTools Versions
BizTalk Adapter for PeopleSoft Enterprise supports the following PeopleSoft PeopleTools versions:
-
PeopleTools 8.17.02, 8.43, 8.45, 8.46, 8.48
Required Server
BizTalk Adapter for PeopleSoft Enterprise requires the following servers to install and configure the adapter:
Required Components
BizTalk Adapter for PeopleSoft Enterprise requires the following components on the server where the adapter is installed:
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
Sun Microsystems Java Development Kit (JDK) 1.4.2 or later
Prerequisites for Installing BizTalk Adapter for PeopleSoft Enterprise
Before installing BizTalk Adapter for PeopleSoft Enterprise, you must perform following steps:
-
For the instructions about how to use PeopleTools 8.17.02, see "Uploading a Custom Component Interface into PeopleSoft," later in this document.
-
For the instructions about how to use PeopleTools versions other than 8.17.02, see "Creating a New Component Interface," later in this document
Send Handler PeopleSoft Requirements
BizTalk Adapter for PeopleSoft Enterprise provides a GET_CI_INFO.pc. It is a custom component interface (CI) that you must upload to PeopleSoft system. It can provide metadata information that is required by BizTalk Adapter for PeopleSoft Enterprise. You must have access to the PeopleSoft Application Designer to deploy GET_CI_INFO.pc; however, the PeopleSoft Application Designer does not have to be on the BizTalk server.
Receive Handler PeopleSoft Requirements
The BizTalk Adapter for PeopleSoft Enterprise is a send adapter only. To be able to receive calls from PeopleSoft Enterprise, you must use the BizTalk Server default HTTP adapter.
Uploading a Custom Component Interface into PeopleSoft
BizTalk Adapter for PeopleSoft Enterprise requires a modification to the PeopleSoft application. To use component interfaces, you must upload GET_CI_INFO into PeopleSoft. GET_CI_INFO.pc is located in C:\Program Files\Microsoft BizTalk Adapters for Enterprise Applications\PeopleSoft Enterprise(r)\Config\. The adapter uses GET_CI_INFO to obtain information about other existing component interfaces in PeopleSoft.
To import the custom component interface, you can use one of the following methods:
-
Creating a new component to import the custom methods.
-
Using an existing component that contains no keys, for example, INSTALLATION_RS.
Creating a New Component Interface
The following steps are performed on PeopleSoft Application Designer 8.1 and 8.4.
To create a component interface on Application Designer 8.1
-
Click Start, point to All Programs, point to PeopleSoft, and then select Application Designer.
-
Enter a three-tier connection type, and then click OK.
For example, select Application Server from the list.
-
On the File menu, click New.
-
In the New dialog box, select Component Interface, and then click OK.
In the Select Source Component for Component Interface window, select the component to use as a basis for the component interface, and then click Select.
Note |
|---|
|
The custom methods do not use or modify any properties of the component interface that they are installed in. |
Note |
|---|
|
This simple component interface must not contain keys. If you are not sure whether a particular component interface contains keys, you can run the following simple SQL statement using your SQL Query tool. It will give you a list of all the component interfaces in your application that have no keys. To verify that your GET_CI_INFO has no keys, run the PeopleTools Application Designer Component Interface Test tool. |
select distinct BCNAME
from PSBCITEM bc1
where not exists
(select 1
from PSBCITEM bc2
where bc1.BCNAME = bc2.BCNAME
and bc2.BCTYPE in (1, 2)) Note |
|---|
|
You can also follow PeopleSoft documentation to create a unique simple component for storing custom methods for BizTalk Adapter for PeopleSoft Enterprise. |
-
On the File menu, click Save As.
-
In File Name, enter GET_CI_INFO, and then click OK.
-
Right-click any method of your new component interfaces, and then click View PeopleCode.
-
Copy and paste the contents of <PeopleSoft installation directory>\PeopleSoft Enterprise\config\get_ci_info.pc into the window.
-
On the File menu, click Save. You now have a new component interface.
To create a component interface on Application Designer 8.4
-
Click Start, point to All Programs, point to PeopleSoft, and then select Application Designer.
-
Enter a three-tier connection type, and then click OK.
For example, select Application Server from the list.
-
On the File menu, click New.
-
In the New dialog box, select Component Interface.
-
Select the component on which this Component Interface will be based on.
After you select the appropriate component, you see a message asking if you want the fields exposed in the selected component to become the default properties of the Component Interface.
Note |
|---|
|
Not all fields on the component interface can have automatic defaults created for them. |
-
Click Yes to confirm the Default Property Definitions or No if you don’t want any properties initially created.
If you select to have the Property Definitions automatically defaulted by the system, then all properties that appear on the pages of the underlying component are added to the component interface. Even though the system adds the default properties, you may need to move other properties into the component view for the component to work.
An untitled Component Interface appears, showing the Get keys and Find keys. Create keys are produced only if the underlying component is able to run in Add mode (the example preceding this procedure does not have Create keys, because the search record of the underlying component cannot run in Add mode). PeopleSoft Application Designer generates the keys for you as you drag definitions.
The standard methods Cancel, Find, Get, and Save are automatically created. The Create method is not automatically created unless the component supports the Add mode.
Note |
|---|
|
You can begin adding properties to a new component interface at any point. However, you cannot add any user-defined methods to the component interface until you have saved the component interface. |
-
On the File menu, click Save As.
-
In File Name, enter GET_CI_INFO, and then click OK.
-
Right-click any method of your new Component Interfaces, and then click View PeopleCode.
-
Copy and paste the contents of <PeopleSoft installation directory>\PeopleSoft Enterprise\config\get_ci_info.pc into the window.
-
On the File menu, click Save. You now have a new Component Interface.
Note |
|---|
|
Once you have saved the component interface, you can further define user-defined methods. |
Checking the Component Interface
You have completed uploading the BizTalk Adapter for PeopleSoft GET_CI_INFO into your PeopleSoft System. The GET_CI_INFO is a user-defined custom component interface. It contains user-defined methods. The GET_CI_INFO component interface lets you browse component interfaces in your PeopleSoft system by using the BizTalk Add Adapter Wizard. You can locate and expand GET_CI_INFO to view its user-defined methods. For more information about user-defined methods, see http://go.microsoft.com/fwlink/?LinkId=96136.
Setting the Component Interface Security
After you install the custom GET_CI_INFO PeopleSoft component interface on PeopleSoft, set the security settings for GetCINamespace, GetDetails, and GetCollections methods for BizTalk Adapter for PeopleSoft Enterprise. This is standard practice when you create custom components or user-defined methods.
Note |
|---|
|
The following procedure describes how to configure security for all supported releases of PeopleSoft in all supported modes. |
To configure security for the component interface on Application Designer 8.1
-
Log on to the PeopleTools browser-based GUI.
-
From the menu, expand PeopleTools, and then click Security.
-
From the Permissions & Roles category, click Permission Lists.
-
Click Search.
-
In the Permission Lists Search pane, double-click the hyperlink of the relevant Permission List.
-
Click the right arrow next to the Sign-on Times tab to display the Component Interfaces tab.
-
Click the Component Interfaces tab.
-
Click the Find hyperlink.
-
In the Explorer User Prompt dialog box, enter GET_CI_INFO in the text box, and then click OK.
-
From the Component Interfaces panel, click the Edit hyperlink for the GET_CI_INFO component interface.
-
To give the full access to all the methods, click Full Access (All), and then click OK.
-
Click Save.
To configure security for the component interface on Application Designer 8.4
-
Log on to the PeopleTools browser-based GUI.
-
From the menu, expand People Tools, expand Security, expand Permissions & Roles, and click Permission Lists.
-
Select the Permission List for which you want to set security.
The Permission List component appears.
-
Access the Component Interfaces page.
-
Select GET_CI_INTO, the Component Interface for which you want to set security, and then click Edit.
The Component Interface Permissions page appears, showing all of the methods (both standard and user-defined) in the Component Interface and their method access.
-
Set the access permission for each method.
Select Full Access or No Access. You must grant full access to at least one method to make the Component Interface available for testing and other online use.
-
Click OK.
-
Click Save.
Testing the Component Interface
You have finished configuring security for the GET_CI_INFO component interface delivered with BizTalk Adapter for PeopleSoft Enterprise. Your PeopleSoft component interface is ready, and you can browse PeopleSoft component interfaces.
Follow these steps to test the component interface in the Application Designer.
To test the component interface
-
Start Application Designer.
-
On the File menu, point to Open, and then select Definition = Component Interface.
-
From the list of component interfaces, select GET_CI_INFO.
-
After you open GET_CI_INFO, right-click anywhere in the right pane of your component interface definition, and then select Test Component Interface.
The Component Interface Tester window appears.
There should be no keys listed. If your GET_CI_INFO contains keys or if there is another option for selection, return to the Application Designer and eliminate all keys from GET_CI_INFO.
Requirements for BizTalk Adapter for Siebel eBusiness Applications
BizTalk Adapter for Siebel eBusiness Applications is a development and run-time environment for line-of-business process management and automation. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about Siebel eBusiness Applications, see the documentation for the application.
Supported Operating Systems
BizTalk Adapter for Siebel eBusiness Applications runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported Siebel Platforms
BizTalk Adapter for Siebel eBusiness Applications supports the following Siebel eBusiness Application versions:
-
Version 6.2.1 with patch 110 or later
-
Version 7.0.*
-
Version 7.5.*
-
Version 7.7
-
Version 7.8
Required Servers
BizTalk Adapter for Siebel eBusiness Applications requires the following servers to install and configure the adapter:
Required Components
BizTalk Adapter for Siebel eBusiness Applications requires the following components on the server where the adapter is installed.
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
Siebel software:
|
Version
|
Components
|
| Siebel, version 6.2.1 with patch 110 or later | -
Siebel Thin Client Enterprise Component
-
Siebel Java Data Bean using the JDK 1.1.8 or the JDK 1.3
Note |
|---|
|
Patch 110 for version 6.2.1 resolves a memory leak on the Siebel server when you use any kind of remote client. You must follow all instructions in the patch 110 Maintenance Release Guide from Siebel Systems. Note that you can avoid the server side memory leak by specifying the Siebel server component parameter recyclefactor to a value greater than the default, zero. The guide recommends a value of 3. This improves server performance and memory usage. You must do this for all object managers that are being used. |
|
| | -
Siebel Java Data Bean (using the JDK 1.1.8, JDK 1.3, or JDK 1.4)
|
| Siebel, version 7.5.2 and 7.7 | -
Siebel Java Data Bean (JDK 1.4)
|
Required Files
BizTalk Adapter for Siebel eBusiness Applications uses Siebel Object Interface API as implemented in the Siebel Java Data Bean. The following Siebel .jar files must be available to support the adapter:
|
Version
|
Files
|
| | -
SiebelTcOM.jar
-
SiebelTcCommon.jar
-
SiebelTC_%lang%.jar, where %lang% is the installed language pack; for example, SiebelJI_enu.jar is for English and SiebelJI_jpn.jar is for Japanese. You can install the .jar files through the Siebel Enterprise Server installation, or by installing Siebel Tools. For more information, see the Siebel documentation.
-
SiebelDataBean.jar
|
| | -
SiebelJI_%lang%.jar, where %lang% is the installed language pack; for example, SiebelJI_enu.jar is for English and SiebelJI_jpn.jar is for Japanese. You can install the .jar files through the Siebel Enterprise Server installation, or by installing Siebel Tools. For more information, see the Siebel documentation.
-
SiebelJI_Common.jar
-
SiebelJI.jar
-
SBLJAccess.jar
|
-
Siebel 7.7 and Siebel 7.8
| -
Siebel_%lang%.jar, where %lang% is the installed language pack; for example, SiebelJI_enu.jar is for English or SiebelJI_jpn.jar is for Japanese. You can install the .jar files through the Siebel Enterprise Server install, or by installing Siebel Tools. For more information, see the Siebel documentation.
-
Siebel.jar
-
SBLJAccess.jar
|
Note |
|---|
|
Excerpt from Siebel Knowledge Base 38-683408651: If you receive an 8859_1 not supported error, you must set your Java Virtual Machine (JVM) environment. The JVM encoding must match the Siebel FileEncoding setting. You must add this setting in the Windows registry or systemsettings.txt file: Adapters/Siebel/Compatibility.FileEncoding: string = ISO8859_1 |
Requirements for BizTalk Adapter for TIBCO Enterprise Message Service
BizTalk Adapter for TIBCO Enterprise Message Service enables you to publish and subscribe to queues and topics managed by TIBCO EMS by using BizTalk Server 2006 or BizTalk Server 2006 R2. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about TIBCO EMS, see the documentation for the application.
Supported Operating Systems
BizTalk Adapter for TIBCO Enterprise Message Service runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported TIBCO Enterprise Message Service Versions
BizTalk Adapter for TIBCO Enterprise Message Service supports the following TIBCO Enterprise Message Service versions:
-
TIBCO Enterprise Message Service (EMS) version 4.2
Required Servers
BizTalk Adapter for TIBCO Enterprise Message Service requires the following servers to install and configure the adapter:
Required Components
BizTalk Adapter for TIBCO Enterprise Message Service requires the following components on the server where the adapter is installed:
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
TIBCO Enterprise Message Service version 4.2 client SDK (using the TIBCO EMS C# API)
Requirements for BizTalk Adapter for TIBCO Rendezvous
BizTalk Adapter for TIBCO Rendezvous enables you to use TIBCO Rendezvous business functions within BizTalk Server. For more detailed information about the adapter, see the specific Help documentation for the adapter that is installed with BizTalk Adapters for Enterprise Applications. For information about TIBCO Rendezvous, see the documentation for the application.
Supported Operating Systems
BizTalk Adapter for TIBCO Rendezvous runs on the following operating systems:
-
Microsoft Windows Server 2003 R2
-
Microsoft Windows Server 2003 with Service Pack 1
-
Microsoft Windows 2000 with Service Pack 4
-
Microsoft Windows XP with Service Pack 2
Supported TIBCO Rendezvous Versions
BizTalk Adapter for TIBCO Rendezvous supports the following TIBCO Rendezvous versions:
-
TIBCO Rendezvous version 7.3
Required Servers
BizTalk Adapter for TIBCO Rendezvous requires the following servers to install and configure the adapter:
Required Components
BizTalk Adapter for TIBCO Rendezvous requires the following components on the server where the adapter is installed:
-
BizTalk Server 2006 or BizTalk Server 2006 R2
-
TIBCO Rendezvous run-time component
Other Requirements
-
The TIBCO Rendezvous run-time component must be installed on the computer where BizTalk Adapter for TIBCO Rendezvous is running.
-
The TIBCO Rendezvous license must be configured on the computer where BizTalk Adapter for TIBCO Rendezvous is running.
-
The TIBCO Rendezvous binaries directory must be visible to the adapter: either in the Environment variables PATH value, or specified on each Rendezvous port in BizTalk Server. This is necessary for the Rendezvous assembly to find its libraries and executables.
-
The TIBCO.Rendezvous.dll assembly must be registered in the global assembly cache (GAC) so that the adapter can find the DLL.
Requirements for BizTalk Adapter v2.0 for mySAP™ Business Suite Service Pack 1
The Adapter requires that you install the following software on one computer, in the order listed:
-
Microsoft Windows Server 2003 R2, Microsoft Windows Server 2003 SP1 or Microsoft Windows 2000 Server SP4. You can also use Windows XP SP2 for your development environment only.
-
Microsoft Visual Studio 2005. This software is not required on your run-time computers.
-
BizTalk Server 2006 and all prerequisites. For more information about installing BizTalk Server 2006 and its prerequisites, see the BizTalk Server installation guide at http://go.microsoft.com/fwlink/?LinkId=46922.
-
SAP .NET Connector for Visual Studio, available from the SAP Service Marketplace Web site.
-
You must install the SAP .NET Connector 1.x RUNTIME before installing the Adapter. You can download the SAP .NET Connector from the SAP Marketplace Web site. To download the SAP .NET Connector, you must be an SAP customer with a valid user name and password.