Operating System
| Command
| Description
|
---|---|---|
Linux
| infacmd.sh sap setOpenHubServiceParameters
| Run this command to set the third-party parameters for the Open Hub Destination or InfoSpoke that is part of the process chain.
|
Linux
| infacmd.sh sap startProcessChain
| Run this command to start the process chain and optionally set the third-party parameters for the Open Hub Destination or InfoSpoke that is part of the process chain.
|
Windows
| infacmd.bat sap setOpenHubServiceParameters
| Run this command to set the third-party parameters for the Open Hub Destination or InfoSpoke that is part of the process chain.
|
Windows
| infacmd.bat sap startProcessChain
| Run this command to start the process chain and optionally set the third-party parameters for the Open Hub Destination or InfoSpoke that is part of the process chain.
|
setOpenHubServiceParameters <-UserName|-un> user_name <-Password|-pd> password <-SystemNumber|-sy> system_number <-HostName|-hn> host_name <-ClientNumber|-cl> ClientNumber [<-Language|-lg> Language] [<-Trace|-tr> Trace] <-OpenHubDest|-od> OpenHubDest <-ThirdPartyDest|-td> ThirdPartyDest [<-ProcessChainName|-pc> ProcessChainName] [<-FolderName|-fn> FolderName] <-WorkflowName|-wn> WorkflowName <-ProjectName|-pn> ProjectName <-ApplicationName|-an> ApplicationName [<-DataIntegrationServiceName|-is> DataIntegrationServiceName] [<-DomainName|-dn> DomainName] <-Context|-cn> Context
startProcessChain <-UserName|-un> user_name <-Password|-pd> password <-SystemNumber|-sy> system_number <-HostName|-hn> host_name <-ClientNumber|-cl> ClientNumber [<-Language|-lg> Language] [<-Trace|-tr> Trace] [<-OpenHubDest|-od> OpenHubDest] [<-ThirdPartyDest|-td> ThirdPartyDest] <-ProcessChainName|-pc> ProcessChainName [<-FolderName|-fn> FolderName] [<-WorkflowName|-wn> WorkflowName] [<-ProjectName|-pn> ProjectName] [<-ApplicationName|-an> ApplicationName] [<-DataIntegrationServiceName|-is> DataIntegrationServiceName] [<-DomainName|-dn> DomainName] [<-Context|-cn> Context]
Options
| Argument
| Description
|
---|---|---|
-UserName
-un
| user_name
| Required.
User name for the SAP source system connection.
|
-Password
-pd
| password
| Required.
Encrypted password. Run
pmpasswd to encrypt the password.
|
-SystemNumber
-sy
| system_number
| Required.
SAP system number.
|
-HostName
-hn
| host_name
| Required.
SAP host name.
|
-ClientNumber
-cl
| ClientNumber
| Required.
SAP client number.
|
-Language
-lg
| Language
| Optional.
Language in which you want to receive messages from the SAP BW system. Use a language code that is valid for the SAP BW system that you are connecting to. If you leave this blank, the Developer tool uses the default language of the SAP system to connect to SAP BW.
|
-Trace
-tr
| Trace
| Optional.
Tracks the JCo calls that the SAP system makes. SAP stores the information about the JCo calls in a trace file.
|
-OpenHubDest
-od
| OpenHubDest
| Required for the setOpenHubServiceParameters command.
Optional for the startProcessChain command.
Open hub destination or InfoSpoke destination in the SAP system.
|
-ThirdPartyDest
-td
| ThirdPartyDest
| Required for the setOpenHubServiceParameters command.
Optional for the startProcessChain command.
Third-party destination in the SAP system.
|
-ProcessChainName
-pc
| ProcessChainName
| Required for the startProcessChain command.
Optional for the setOpenHubServiceParameters command.
Name of the process chain that you want to start.
|
-FolderName
-fn
| FolderName
| Optional.
Name of the folder that contains the workflow that you want to run.
|
-WorkflowName
-wn
| WorkflowName
| Required for the setOpenHubServiceParameters command.
Optional for the startProcessChain command.
Name of the workflow that you want to run to extract data from SAP BW.
|
-ProjectName
-pn
| ProjectName
| Required for the setOpenHubServiceParameters command.
Optional for the startProcessChain command.
Name of the project that contains the workflow that you want to run.
|
-ApplicationName
-an
| ApplicationName
| Required for the setOpenHubServiceParameters command.
Optional for the startProcessChain command.
Name of the application that contains the workflow to extract data from SAP BW.
|
-DataIntegrationServiceName
-is
| DataIntegrationServiceName
| Optional.
Name of the Data Integration Service that you created to run the workflow.
|
-DomainName
-dn
| DomainName
| Optional.
Name of the Informatica domain.
|
-Context
-cn
| Context
| Required for the setOpenHubServiceParameters command.
Optional for the startProcessChain command.
Set the value to BWOHS to read data from SAP BW through an Open Hub Destination or InfoSpoke.
|