hi guys;
I use unix commande for stopping repository server , i ve the choice between two command in informatica help :
-pmrepserver -s -x <administrator_password> -h <host_name>:<port_number>
or this :
pmrepserver -s -X <administrator_password_environment_variable> -h <host_name>:<port_number>
i use the second command, i make this
pmrepserver -s -X ENVPASS -h localhost:5030
but it doesn't run.
Why ????
Thanks
I use unix commande for stopping repository server , i ve the choice between two command in informatica help :
-pmrepserver -s -x <administrator_password> -h <host_name>:<port_number>
or this :
pmrepserver -s -X <administrator_password_environment_variable> -h <host_name>:<port_number>
i use the second command, i make this
pmrepserver -s -X ENVPASS -h localhost:5030
but it doesn't run.
Why ????
Thanks