I am using Oracle BI Analytics 12.2.1.3.0 on OL 8.9. I use the command:
/home/oracle/Oracle/Middleware/Oracle_Home/user_projects/domains/mydomain/bitools/bin/datamodel.sh uploadrpd -I myrpd.rpd -SI ssi -U rpdupload -P <rpduserpwd> -W <rpdpwd>
This gives me an error: "Connection failed, the server processes may be down"
Checking bi-lcm-rest.log.0 shows that the response returned was "javax.ws.rs.WebApplicationException : HTTP 401 Unauthorized","oracle.bi.restkit.security.auth.RequiredGroupAuthoriser"
If I add the "rpdupload" user into the Administrators group, the command works. However, this introduces a security weakness and I want this to be a restricted user.
I tried other groups, such as Deployers, but that didn't work.