Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Configuration
file format [Table of Contents] Guidelines
for access service names

Access Service User's Guide DirectConnect for AS/400

[-] Chapter 2 Configuring the DirectConnect Access Service Library
[-] Configuration file
[-] Sample configuration file

Sample configuration file

Following is an example of an access service library configuration file:

[Service Library]
 {Logging}
 LogSvclibStatistics=60
 
 #The configuration for the first service
 [ServiceA]
 {ACS Required}
 ASCIICodeset=850
 ConnectionProtocol=lu62
 ConnectionSpec1=LOCALA
 ConnectionSpec2=BLANCO
 ConnectionSpec3=QPCSUPP
 DatabaseName=S10A0031DefaultClientCodeset=850
 DefaultTargetCodeset=500
 EBCDICCodeset=500
 TPName=\x7F6DB
 {Client Interaction}
 EnableAtStartup=yes
 {Logging}
 LogReceivedSQL=yes
 
 #The configuration for the second service
 [ServiceB]
 {ACS Required}
 ASCIICodeset=850
 ConnectionProtocol=lu62
 ConnectionSpec1=LOCALB
 ConnectionSpec2=BLANCO
 ConnectionSpec3=QPCSUPP
 DatabaseName=S10A0031DefaultClientCodeset=850
 DefaultTargetCodeset=500
 EBCDICCodeset=500
 TPName=\x7F6DB
 {Client Interaction}
 EnableAtStartup=yes
 {Datatype Conversion}
 DateTimeResults=char_iso
 {Logging}
 LogReceivedSQL=yes
 LogTransformedSQL=yes

You can create an initial access service using the template provided in the installation. The template file also provides an example of each configuration property.

For more information about installing the initial access service, see the DirectConnect Installation Guide for Enterprise Connect IPS.


Configuration
file format [Table of Contents] Guidelines
for access service names