Walks you through the process of configuring the imported JCLSP
enterprise server region for use with this tutorial.
Start
Enterprise Server Common Web Administration
Add configuration information
In this section, you add an
Enterprise Server environment variable, JCLPROJ, that points to your
SPCall project subdirectory:
- In
ESCWA, click
NATIVE.
- In the navigation tab, expand
.
- Click
JCLSP.
This displays the
GENERAL PROPERTIES page.
- In the
Configuration Information field, add the following:
[ES-Environment]
JCLPROJ=C:\tutorials\HCOSS\SPDDemo\SPCall
- Click
APPLY.
Configure the CALLSP XA resource
Now you configure the CALLSP XA resource to point to the
ESODBCXA.dll module:
- Click
.
This displays the
XA RESOURCES table.
- Click
Edit in the row that corresponds to the CALLSP XA resource name.
This opens the
XA Resource Configuration dialog box.
- Ensure that the
Module field is set to the absolute path for the
ESODBCXA.dll file, which by default is located at
C:\Program Files (x86)\Micro Focus\Enterprise Developer\src\enterpriseserver\xa\ESODBCXA.dll.
- If you are using SQL Server authentication for your ODBC connection, edit the
Open string field to append the USRPASS parameter to the open string so that it reads as follows:
DSN=SQLCLRTutorial, USRPASS=userid.password
Where
userid.password is the user ID and password used to log onto SQL Server.
If you are using Windows authentication, skip this step.
- Click
SAVE.
- You can now close
ESCWA.