KB#01199-How do I access the BBj Pro5 Data Server?
Title:
How do I access the BBj Pro5 Data Server?
Description:
The BBj Pro5 Data Server is one of the components of BBj Services. It Is installed automatically with the standard BBj Services install.
1.) It can only be accessed from Pro5\Vpro5 clients.
2.) The default port is 2100.
3.) It is configured in Enterprise Manager under the SERVER tab.
https://documentation.basis.cloud/BASISHelp/WebHelp/em-java/enterprise_manager_-_server_information.htm
4.) It uses the same syntax as the standalone Pro5 Data Server.
setopts $00000020$
open(1)"/<server,port=2100>/path/file"
|
WarningAlways exercise extreme care when interacting with the operating system via SCALLs, pipes, or invocations such as the OPEN verb. Many of these commands have the potential to permanently delete or overwrite files and directories, and it is possible to make typographic errors that result in a dangerous command.
|