BookmarkSubscribeRSS Feed
OptimusPrime
Calcite | Level 5

Hi, I'm interested in running a batch mip process.

According to the SAS Guide "SAS-Model Implementation Platform 3.2 Programming Guide"

The process is supposed to be possible by using macros as they exist in the manual, but I have difficulty creating a portfolio run by using
% mip_rest_submit_run

I get type error messages like :

ERROR: A work group must be selected first.
ERROR: The runs could not be retrieved for the work group.

or

MPRINT(MIP_REST_SUBMIT_RUN): run;
ERROR: Internal error
ERROR: The run "TEST_CUBE" could not be submitted.

Has anyone experienced success and can share in the process he has performed?

 

Thanks, Eran.

1 REPLY 1
OptimusPrime
Calcite | Level 5

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.