Command Reference > infacmd sch Command Reference > CreateSchedule
  

CreateSchedule

Creates a schedule for deployed mappings, deployed workflows, profiles, and scorecards.
The infacmd sch CreateSchedule command uses the following syntax:
CreateSchedule
<-DomainName|-dn> domain_name

<-UserName|-un> user_name

<-Password|-pd> password

[<-SecurityDomain|-sdn> security_domain]

[<-Gateway|-hp> gateway_host1:port gateway_host2:port...]

[<-ResilienceTimeout|-re> timeout_period_in_seconds]
<-ScheduleName|-scn> schedule_name

[<-ScheduleDescription|-scd> schedule_description]

<-Recurrence|-r> once|daily|weekly|monthly

<-StartTime|-st> yyyy-MM-dd HH:mm

[<-EndTime|-et> yyyy-MM-dd HH:mm]

[<-TimeZone|-tz> time_zone]

[<-DailyRunEvery|-dre> daily_run_every]

[<-RunDaysOfWeek|-rdw> mon|tue|wed|thu|fri|sat|sun]

[<-RunDayOfWeekMonth|-rdwm> monday|tuesday|wednesday|thursday|friday|saturday|sunday]

[<-RunDayOfMonth|-rdm> 1-30|LAST_DAY_OF_MONTH]

[<-RepeatCount|-rc> repeat_count]

[<-RunnableObjects|-ro> runnable_objects]

[<-Status|-ss> SCHEDULED|SUSPENDED]

[<-RunNow|-rn> true|false]
To configure multiple values for an argument, separate the values with commas.
The following table describes infacmd sch CreateSchedule options and arguments:
Option
Argument
Description
-DomainName
-dn
domain_name
Required. Name of the Informatica domain. You can set the domain name with the -dn option or the environment variable INFA_DEFAULT_DOMAIN. If you set a domain name with both methods, the -dn option takes precedence.
-UserName
-un
user_name
Required if the domain uses Native or LDAP authentication. User name to connect to the domain. You can set the user name with the -un option or the environment variable INFA_DEFAULT_DOMAIN_USER. If you set a user name with both methods, the -un option takes precedence.
Optional if the domain uses Kerberos authentication. To run the command with single sign-on, do not set the user name. If you set the user name, the command runs without single sign-on.
-Password
-pd
password
Required if you specify the user name. Password for the user name. The password is case sensitive. You can set a password with the -pd option or the environment variable INFA_DEFAULT_DOMAIN_PASSWORD. If you set a password with both methods, the password set with the -pd option takes precedence.
-SecurityDomain
-sdn
security_domain
Required if the domain uses LDAP authentication. Optional if the domain uses native authentication or Kerberos authentication. Name of the security domain to which the domain user belongs. You can set a security domain with the -sdn option or the environment variable INFA_DEFAULT_SECURITY_DOMAIN. If you set a security domain name with both methods, the -sdn option takes precedence. The security domain name is case sensitive.
If the domain uses native or LDAP authentication, the default is Native. If the domain uses Kerberos authentication, the default is the LDAP security domain created during installation. The name of the security domain is the same as the user realm specified during installation.
-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
Optional. Amount of time in seconds that infacmd attempts to establish or re-establish a connection to the domain. If you omit this option, infacmd uses the timeout value specified in the INFA_CLIENT_RESILIENCE_TIMEOUT environment variable. If no value is specified in the environment variable, the default of 180 seconds is used.
-ScheduleName
-scn
schedule_name
Required. Name of the schedule. The schedule name is case sensitive.
-Description
-scd
schedule_description
Optional. Schedule description.
-Recurrence
-r
once|daily|weekly|monthly
Required. Specify whether the schedule runs once or recurs.
-StartTime
-st
yyyy-MM-dd HH:mm
Required. Date and time that the recurrence starts.
-EndTime
-et
yyyy-MM-dd HH:mm
Optional. Date and time that the recurrence ends.
-TimeZone
-tz
timezone
Optional. Time zone for the schedule start time.
To configure the time zone, you can enter the time zone ID number or the Olson Database ID.
Default is locale of the client machine.
-DailyRunEvery
-dre
daily_run_every
Optional. Run the schedule on an interval.
The following list describes the options that you can configure:
  • - minute(s). Run the schedule daily every n minutes.
  • - hour(s). Run the schedule daily every n hours.
  • - day(s). Run the schedule every n days.
  • - week(s). Run the schedule every n weeks.
  • - month(s). Run the schedule every n months.
  • - year(s). Run the schedule every n years.
  • - FIRST. Run the schedule every first n day of the month. Use the -rdwm option to specify the day or days of the week.
  • - SECOND. Run the schedule every second n day of the month. Use the -rdwm option to specify the day or days of the week.
  • - THIRD. Run the schedule every third n day of the month. Use the -rdwm option to specify the day or days of the week.
  • - FOURTH. Run the schedule every fourth n day of the month. Use the -rdwm option to specify the day or days of the week.
  • - LAST. Run the schedule every last n day of the month. Use the -rdwm option to specify the day or days of the week.
-RunDaysOfWeek
-rdw
mon|tue|wed|thu|fri|sat|sun
Optional. Run the schedule on certain days of the week.
-RunDayOfWeekMonth
-rdwm
monday|tuesday|wednesday|thursday|friday|saturday|sunday
Optional. Run the schedule on certain days of the week every month. Use the -dre options to run the schedule every first, second, third, fourth, or last n day of the month.
-RunDayofMonth
-rdm
1-30|LAST_DAY_OF_MONTH
Optional. Run the schedule on day n of the month.
-RepeatCount
-rc
repeat_count
Optional. End the recurrence after a number of runs instead of on a date.
-RunnableObjects
-ro
runnableObjects
Optional. Objects that you would like to schedule. Enter the object type, followed by the path to the object on the Data Integration Service. For example:
"mapping:DIS_1234/Application_mapping/Mapping_abc"
Optionally, use the following arguments to configure a parameter file, parameter set, run as user, or operating system profile for the object:
  • - parameterFilePath=PATH_TO_PARAMETER_FILE
  • - parameterSet=PARAMETER_SET_NAME
  • - runAsUser=USER_NAME
  • &runAsUserSecurityDomain=SECURITY_DOMAIN
    &runAsUserPassword=PASSWORD
  • - osProfileName=OS_PROFILE_NAME
For example:
"workflow:DIS_1234/Application_workflow/Workflow_abc?
parameterFilePath=C://Informatica/Parameter Files/Parameter.xml
&runAsUser=Administrator
&runAsUserSecurityDomain=Native
&runAsUserPassword=Administrator"
-Status
-ss
SCHEDULED|PAUSED
Optional. Create the schedule in scheduled or paused state.
-RunNow
-rn
true|false
Run the schedule immediately.

Valid Time Zone Parameters

When you enter the Time Zone parameter, you can enter a time zone ID or you can enter the Olson Database ID.
The following table lists the values you can enter for the time zone:
ID
Olson Database ID
Name
0
Etc/GMT+12
(UTC-12:00) International Date Line West
110
Etc/GMT+11
(UTC-11:00) Coordinated Universal Time-11
200
Pacific/Honolulu
(UTC-10:00) Hawaii
300
America/Anchorage
(UTC-09:00) Alaska
410
America/Santa_Isabel
(UTC-08:00) Baja California
400
America/Los_Angeles
(UTC-08:00) Pacific Time (US & Canada)
520
America/Phoenix
(UTC-07:00) Arizona
510
America/Chihuahua
(UTC-07:00) Chihuahua, La Paz, Mazatlan
500
America/Denver
(UTC-07:00) Mountain Time (US & Canada)
610
America/Guatemala
(UTC-06:00) Central America
620
America/Chicago
(UTC-06:00) Central Time (US & Canada)
630
America/Mexico_City
(UTC-06:00) Guadalajara, Mexico City, Monterrey
600
America/Regina
(UTC-06:00) Saskatchewan
710
America/Bogota
(UTC-05:00) Bogota, Lima, Quito, Rio Branco
700
America/New_York
(UTC-05:00) Eastern Time (US & Canada)
720
America/Indianapolis
(UTC-05:00) Indiana (East)
840
America/Caracas
(UTC-04:30) Caracas
850
America/Asuncion
(UTC-04:00) Asuncion
800
America/Halifax
(UTC-04:00) Atlantic Time (Canada)
810
America/Cuiaba
(UTC-04:00) Cuiaba
830
America/La_Paz
(UTC-04:00) Georgetown, La Paz, Manaus, San Juan
900
America/St_Johns
(UTC-03:30) Newfoundland
910
America/Sao_Paulo
(UTC-03:00) Brasilia
940
America/Cayenne
(UTC-03:00) Cayenne, Fortaleza
950
America/Buenos_Aires
(UTC-03:00) City of Buenos Aires
920
America/Godthab
(UTC-03:00) Greenland
930
America/Montevideo
(UTC-03:00) Montevideo
820
America/Santiago
(UTC-03:00) Santiago
1010
Etc/GMT+2
(UTC-02:00) Coordinated Universal Time-02
1100
Atlantic/Azores
(UTC-01:00) Azores
1110
Atlantic/Cape_Verde
(UTC-01:00) Cabo Verde Is.
1220
Africa/Casablanca
(UTC) Casablanca
1230
Etc/GMT
(UTC) Coordinated Universal Time
1200
Europe/London
(UTC) Dublin, Edinburgh, Lisbon, London
1210
Atlantic/Reykjavik
(UTC) Monrovia, Reykjavik
1340
Europe/Berlin
(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
1300
Europe/Budapest
(UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague
1320
Europe/Paris
(UTC+01:00) Brussels, Copenhagen, Madrid, Paris
1310
Europe/Warsaw
(UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb
1330
Africa/Lagos
(UTC+01:00) West Central Africa
1350
Africa/Windhoek
(UTC+01:00) Windhoek
1450
Asia/Amman
(UTC+02:00) Amman
1430
Europe/Bucharest
(UTC+02:00) Athens, Bucharest
1460
Asia/Beirut
(UTC+02:00) Beirut
1410
Africa/Cairo
(UTC+02:00) Cairo
1480
Asia/Damascus
(UTC+02:00) Damascus
1470
Africa/Johannesburg
(UTC+02:00) Harare, Pretoria
1420
Europe/Kiev
(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius
1490
Europe/Istanbul
(UTC+02:00) Istanbul
1440
Asia/Jerusalem
(UTC+02:00) Jerusalem
1530
Europe/Kaliningrad
(UTC+02:00) Kaliningrad (RTZ 1)
1510
Asia/Baghdad
(UTC+03:00) Baghdad
1500
Asia/Riyadh
(UTC+03:00) Kuwait, Riyadh
1400
Europe/Minsk
(UTC+03:00) Minsk
1540
Europe/Moscow
(UTC+03:00) Moscow, St. Petersburg, Volgograd (RTZ 2)
1520
Africa/Nairobi
(UTC+03:00) Nairobi
1550
Asia/Tehran
(UTC+03:30) Tehran
1600
Asia/Dubai
(UTC+04:00) Abu Dhabi, Muscat
1610
Asia/Baku
(UTC+04:00) Baku
1650
Indian/Mauritius
(UTC+04:00) Port Louis
1640
Asia/Tbilisi
(UTC+04:00) Tbilisi
1620
Asia/Yerevan
(UTC+04:00) Yerevan
1630
Asia/Kabul
(UTC+04:30) Kabul
1710
Asia/Tashkent
(UTC+05:00) Ashgabat, Tashkent
1700
Asia/Yekaterinburg
(UTC+05:00) Ekaterinburg (RTZ 4)
1750
Asia/Karachi
(UTC+05:00) Islamabad, Karachi
1720
Asia/Calcutta
(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi
1730
Asia/Colombo
(UTC+05:30) Sri Jayawardenepura
1740
Asia/Katmandu
(UTC+05:45) Kathmandu
1800
Asia/Almaty
(UTC+06:00) Astana
1830
Asia/Dhaka
(UTC+06:00) Astana
1810
Asia/Novosibirsk
(UTC+06:00) Novosibirsk (RTZ 5)
1820
Asia/Rangoon
(UTC+06:30) Yangon (Rangoon)
1910
Asia/Bangkok
(UTC+07:00) Bangkok, Hanoi, Jakarta
1900
Asia/Krasnoyarsk
(UTC+07:00) Krasnoyarsk (RTZ 6)
2000
Asia/Shanghai
(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi
2010
Asia/Irkutsk
(UTC+08:00) Irkutsk (RTZ 7)
2020
Asia/Singapore
(UTC+08:00) Kuala Lumpur, Singapore
2040
Australia/Perth
(UTC+08:00) Perth
2030
Asia/Taipei
(UTC+08:00) Taipei
2050
Asia/Ulaanbaatar
(UTC+08:00) Ulaanbaatar
2110
Asia/Tokyo
(UTC+09:00) Osaka, Sapporo, Tokyo
2100
Asia/Seoul
(UTC+09:00) Seoul
2120
Asia/Yakutsk
(UTC+09:00) Yakutsk (RTZ 8)
2140
Australia/Adelaide
(UTC+09:30) Adelaide
2130
Australia/Darwin
(UTC+09:30) Darwin
2210
Australia/Brisbane
(UTC+10:00) Brisbane
2200
Australia/Sydney
(UTC+10:00) Canberra, Melbourne, Sydney
2240
Pacific/Port_Moresby
(UTC+10:00) Guam, Port Moresby
2220
Australia/Hobart
(UTC+10:00) Hobart
2310
Asia/Magadan
(UTC+10:00) Magadan
2230
Asia/Vladivostok
(UTC+10:00) Vladivostok, Magadan (RTZ 9)
2300
Pacific/Guadalcanal
(UTC+11:00) Solomon Is., New Caledonia
2410
Pacific/Auckland
(UTC+12:00) Auckland, Wellington
2430
Etc/GMT-12
(UTC+12:00) Coordinated Universal Time+12
2400
Pacific/Fiji
(UTC+12:00) Fiji
2500
Pacific/Tongatapu
(UTC+13:00) Nuku'alofa
2510
Pacific/Apia
(UTC+13:00) Samoa