On clients running Microsoft® Windows® version 3.x, invokable TPs are configured through entries in the WIN.INI file.
Note With Windows version 3.x, the recommended method for setting environment variables for autostarted invokable TPs is to use the sample TP configuration program, TPSETUP. Compile INSTALL.C, the source code for TPSETUP, for the Windows version 3.x environment. When you write an installation program for autostarted invokable TPs, it is recommended that you add code similar to TPSETUP to the installation program. For information about TPSETUP, see Sample APPC TPs in the SDK.
The following table lists the section headings and environment variables used in the WIN.IN file for invokable TPs on clients running Windows version 3.x:
Type of TP |
Section in WIN.INI listing TP names only | Section and possible environment variables defining TP |
---|---|---|
Autostarted invokable TP on a client running Windows version 3.x | [SNAServerAutoTPs] TPName1=SectionName1 ... TPNameX=SectionNameX |
[SectionName1] PathName=path LocalLU=LUalias Parameters=ParameterList TimeOut=number Queued={ YES | NO } ConversationSecurity={ YES | NO } AlreadyVerified={ YES | NO }1 Username1=Password11 ... UsernameX=PasswordX1
|
Operator-started invokable TP on a client running Windows version 3.x | [SNAServerAutoTPs] TPNameN=SectionNameN ... TPNameX=SectionNameX |
[SectionNameN] LocalLU=LUalias TimeOut=number Queued=OPERATOR ConversationSecurity={ YES | NO } AlreadyVerified={ YES | NO }1 Username1=Password11 ... UsernameX=PasswordX1 |
Note:
1 AlreadyVerified and Username/Password lines are used only if ConversationSecurity is set to YES.