I thought we have token-based authentication, because we do not enter a password to connect to EG or MIP, but ... it did not work 😞 So I wrote down a username and password, and a surprise!!! it worked 🙂 Eran. <USERID=user_ID> specifies the user ID that has access to SAS Model Implementation Platform. The user ID is required only if you are using ticket-based authentication. If you do not specify a user ID, the macro uses token-based authentication and retrieves a one-time password from SAS Metadata Server. <PASSWORD=password> specifies the password for the user ID that you specified. You can use PROC PWENCODE to encode your password. The password is required only if you are using ticket-based authentication. If you do not specify a password, the macro uses token-based authentication and retrieves a one-time password from SAS Metadata Server.
... View more