Hello everyone,
When we tried to connect to MapR from SAS Visual Data builder we got this error:
Libref DB_HADP is not assigned.
LIBNAME db_hadp HADOOP PRESERVE_COL_NAMES=YES
PRESERVE_TAB_NAMES=YES SERVER="maprserver" PORT=10000 USER=mapruser ;
ERROR: The product with which the engine HADOOP is associated is either not licensed for your system or the product license has
expired. Please contact your SAS installation representative.
ERROR: Error in the LIBNAME statement.
options VALIDVARNAME=ANY VALIDMEMNAME=EXTEND;
But when we tested the connection to MapR using the same code in the logs:
LIBNAME db_hadp HADOOP PRESERVE_COL_NAMES=YES
PRESERVE_TAB_NAMES=YES SERVER="maprserver" PORT=10000 USER=mapruser ;
the DB_HADP was assigned successfully.
Could this issue be related to a missed configuration in the SAS VA server?
If you run a PROC SETINIT for the license that includes Visual Analytics, does it also include SAS/ACCESS for Hadoop? When you submitted the LIBNAME statement and it was successful, which workspace server was it running on?
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
We have SAS/ACCESS Interface to Hadoop included in the license. The successful LIBNAME statement was executed in the workspace server of the compute server, while the MapR connection was using the workspace server of the VA server
If you run PROC SETINIT inside of Data Builder by opening the Code window for a new query, and clearing out all of the auto-generated code, like this:
Do you see SAS/ACCESS for Hadoop along with the Visual Analytics products?
If so, then I'd suggest opening a ticket with SAS Technical Support at https://service.sas.com/csm?id=sc_category&sys_id=1b8611d5c3921200b0449f2974d3ae12
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.