Anyone seen this error before? Trying to make sense of this and folks I have spoken to have not been able to figure out so far. Attempting to connect to GCP through a linux server. Work on other projects except for my billing project.
ERROR: CLI error trying to establish connection: Optional feature not
implemented : Invalid native catalog name occurs in mappings:
DB=anbc-hcb-dev. : No data source or driver specified; dialog prohibited
TKTS_ATTR_CURRENT_CATALOG
Trying to connect to my billing project using libname statement and in order to upload data and no luck.
*establish connection to linux;
%let sasapp = xmeuw01p.xxxxx.com 7551;
options comamid=tcp;
signon SASApp &_log_inf;
*submit code to linux for bigquery access;
rsubmit sasapp;
%put Remote environment: &syshostname;
libname db bigquery project="xxxxxx"
credfile="/xy/testsasgcp/sasgcp.json"
schema="xxxxxx" Bulkload=yes MAX_CHAR_LEN=50;
endrsubmit;
signoff;
Has a connection to this particular database ever worked or are you trying it for the first time? Does removing the BULKLOAD option help? If connections to other GBQ databases work then that suggests a database configuration problem.
This is likely a permission issue. The service account used in the credentials file does not have access to the billing project which is throwing this completely weird error, that is nothing to do with permissions.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.