Option | Argument | Description |
---|---|---|
-DomainName -dn | domain_name | Name of the Informatica domain. |
-UserName -un | user_name | User name to connect to the domain |
-Password -pd | password | Password for the user name. |
-SecurityDomain -sdn | security_domain | Name of the security domain to which the domain user belongs. |
-Gateway -hp | gateway_host1:port gateway_host2:port ... | Required if the gateway connectivity information in the domains.infa file is out of date. The host names and port numbers for the gateway nodes in the domain. |
-ResilienceTimeout -re | timeout_period_in_seconds | Amount of time in seconds that infacmd attempts to establish or re-establish a connection to the domain. |
ScheduleName -scn | schedule_name | Optional. Returns schedules with n name. |
Description -scd | description | Optional. Returns schedules with n description. |
RunnableObjects -ro | runnableObjects | Optional. Lists the schedules that run an object. Enter the object type and path on the Data Integration Service in the following format: '{mapping|workflow}://dis_name/app_name/obj_name' For example, 'mapping://dis_demo/app_demo/mapping_demo' |
ScheduleStatus -ss | created|scheduled|paused|completed | Optional. Returns schedules with n status. |
NumberOfFireTimes -n | number_of_fire_times | Optional. Returns schedules that have run n number of times. |
Maxresults -m | max_results | Optional. Maximum number of schedules you would like the command to return. |