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.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

Discussion stats
  • 1 reply
  • 1486 views
  • 2 likes
  • 1 in conversation