FAQ's - APPX Software, Inc. : APPX Utility : APPX Installation & Configuration :
How do I setup an APPX/NET client? | |
The APPX/Net Client can be installed and run on a Windows desktop computer. An APPX/Net Client session uses APPX/Net to connect to a remote APPX Server to access all data files.
The only file that needs to be installed on the desktop computer is the APPX/Windows executable (appx.exe). This is the same executable file that is needed when configuring a Windows desktop computer to use the APPX/Win32 Client. The following three environment variables must be set.
APPXPATH=<dir>
where:
Windows PC's can run an APPX/Net Client by setting the appropriate environment variables and then running appx.exe (without the -c command line switch). This can be done in a batch (.bat) file or from a Command Prompt. An APPX/Net client is a "thick client" that actually runs the APPX session on the desktop computer but performs all file I/O through an APPX/Net connection to an APPX FMS Server session runing on the server where APPX is installed.
| |
Example where: <dir>=c:\appxnet <hostname>=myappxserver <port>=8060 <userid>=joe <password>=please set APPXPATH=c:\appxnet set APPX_DATA_SERVER=myappxserver:8060 set APPX_UID=joe:please c:\appxnet\appx.exe | |
[Append to This Answer] | |
2003-Nov-12 2:21pm |
Previous: | Appx Client/Server security considerations |
Next: | How to connect Appx to Oracle |
|