sdpstartinpro (starts in-process-connection adaptors)
Format
For starting the standard adaptors in the in-process connection mode:
sdpstartinpro {adaptor-group-name|-help}
For starting a custom adaptor in the in-process connection mode:
sdpstartinpro {name-of-in-process-connection-custom-adaptor|-help}
Function
This command starts specified standard adaptors or a specified custom adaptor in the in-process connection mode.
If you execute this command with a custom adaptor in the in-process connection mode specified, the command loads the main class specified in the in-process connection property file, registers it into the SDP server, and then executes the execute method in the StreamInprocessUP interface implementation class.
Execution permissions
Administrator user
Prerequisites for command execution
To execute this command, you need the following files:
Storage directory
working-directory\bin\
Arguments
adaptor-group-name
Specifies the name of the in-process group to be started. This must be an adaptor group name specified in the name attribute in the in-process group definition (<InprocessGroupDefinition> tag) in the adaptor configuration definition file (AdaptorCompositionDefinition.xml).
name-of-in-process-connection-custom-adaptor
Specifies the name of the custom adaptor in the in-process connection mode that is to be started. This must be a name specified in user_app.name-of-in-process-connection-custom-adaptor.properties.
-help
Displays how to use the command.
If this option is specified, the command terminates without starting the standard adaptors in the in-process connection mode or the custom adaptor in the in-process connection mode, or checking the options for errors.
Notes
Return value
Value | Meaning |
---|---|
0 | The command terminated normally. |
1 | The command resulted in an error. |