Command Reference > infacmd sch Command Reference > updateUserPasswordInSchedule
  

updateUserPasswordInSchedule

When the password for a user is changed, the scheduled jobs associated with the user start to fail. The updateUserPasswordInSchedule command updates the password in the scheduler for a specified schedule name.
The infacmd sch updateUserPasswordInSchedule command uses the following syntax:
updateUserPasswordInSchedule
<-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
       
[<-ScheduleUserName|-sun> schedule_user_name]
       
[<-ScheduleUserPassword|-sup> schedule_user_password]
The following table describes infacmd sch updateUserPasswordInSchedule options and arguments:
Option
Argument
Description
-UserName
-un
user_name
User name to connect to the Informatica domain.
-Password
-pd
password
Updated password for the user.
-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
Name of the schedule for which you want to update the password.
-ScheduleUserName
-sun
schedule_user_name
User name associated to the scheduled job. If you do not specify this value, -UserName is used to update the password.
-ScheduleUserPassword
-sup
schedule_user_password
Updated password for the scheduler user. If you do not specify this value, -Password is used to update the password.