Prior to attempting to build a user-written proxy application (targeting Tuxedo servers) on a Window platform ensure the follow environment variables include paths to the CA Gen and Tuxedo installation directories as specified.
set PATH=%PATH%;%GENxx%Gen
Note:
set PATH=%PATH%;c:\oracle\tuxedo\bin
set INCLUDE=%INCLUDE%;%GENxx%Gen
set LIB=%LIB%;%GENxx%Gen
Note: If working with Visual Studio 32-bit or 64-bit, the LIB environment variable will be appended with %GENxx%Gen\VSabc or %GENxx%Gen\VSabc\amd64 instead of %GENxx%Gen.
Note: VSabc refers to the supported version of Visual Studio. Replace VSabc with VS100 for Visual Studio 2010 and VS110 for Visual Studio 2012. xx refers to the current release of CA Gen. For the current release number, see the Release Notes.
set LIB=%LIB%;c:\oracle\tuxedo\lib
set VIEWDIR32=c:\proxy\sample\bin
set VIEWFILES32=ProcStepName1.VV,ProcStepName2.VV
set WSNADDR=//Server_hostname:7878
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|