Table of Contents

Search

  1. Preface
  2. Product Overview
  3. Security
  4. Applications
  5. Partner and Account Information
  6. Events
  7. Event Archiving
  8. User Policies
  9. Schedules
  10. B2B Data Exchange Administrative Tasks
  11. On-boarding Checklist Template
  12. System Properties
  13. Repository Management
  14. Document Management
  15. B2B Data Exchange Utilities
  16. DX Toggle Server REST API
  17. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Run Endpoints Script

Run Endpoints Script

Use the runendpoint batch script to run inbound endpoints.
The following is an example of a sample batch script to run an endpoint object:
runendpoint.bat -e <endpointname> -u <loginname> -p <password>
The following table describes parameters and arguments for the runendpoint batch script.
Parameter Name
Argument
Description
Mandatory
-e or --endpointName
name
The name of the endpoint.
Yes
--server
"hostname:port"
Environment variable that contains the password value.
Optional. Host name and port number of the B2B Data Exchange server. If you do not enter an argument, the utility connects to the localhost server with the default port 18095. The argument must be enclosed in quotation marks.
For example:
runendpoint.bat --server “localhost:18095”
No
-u or --user
userID
Identifier of the Operation Console user account with run endpoint privileges. If you use Informatica platform authentication, the user ID must specify the Informatica security domain, separated by the @ symbol.
For example:
Administrator@SecurityDomain
You must specify at least one of the user name options, -u or -U to determine the UserID required to execute this command.
No
-U
Environment variable
Environment variable that contains the UserID value with run endpoint privileges.
If you use Informatica platform authentication, the user ID must specify the Informatica security domain, separated by the @ symbol.
For example:
Administrator@SecurityDomain
You must specify at least one of the user name options, -u or -U to determine the UserID required to execute this command.
No
-p or --password
password
Password of the Operation Console user. This option contains the clear text password.
You must specify at least one of the password options, -p or -P to determine the UserID required to execute this command.
No
-P
Environment variable
Environment variable that contains the password value.
Password for the Operation Console user that executes the auditExport command. The password must be encrypted.
You must specify at least one of the password options, -p or -P to determine the user's password required to execute this command.
No
The following is an example of a sample batch script to run an endpoint:
runendpoint.bat -e PRAD -u sys -p sys --server localhost:18095

0 COMMENTS

We’d like to hear from you!