<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Connecting SAS to Google Big Query Issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/872637#M344757</link>
    <description>&lt;P&gt;Anyone seen this error before?&amp;nbsp; Trying to make sense of this and folks I have spoken to have not been able to figure out so far.&amp;nbsp; Attempting to connect to GCP through a linux server.&amp;nbsp; Work on other projects except for my billing project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: CLI error trying to establish connection: Optional feature not &lt;BR /&gt;implemented : Invalid native catalog name occurs in mappings: &lt;BR /&gt;DB=anbc-hcb-dev. : No data source or driver specified; dialog prohibited &lt;BR /&gt;TKTS_ATTR_CURRENT_CATALOG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to connect to my billing project using libname statement and in order to upload data and no luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*establish connection to linux;&lt;BR /&gt;%let sasapp = xmeuw01p.xxxxx.com 7551;&lt;BR /&gt;options comamid=tcp;&lt;BR /&gt;signon SASApp &amp;amp;_log_inf;&lt;BR /&gt;*submit code to linux for bigquery access;&lt;BR /&gt;rsubmit sasapp;&lt;BR /&gt;%put Remote environment: &amp;amp;syshostname;&lt;BR /&gt;libname db bigquery project="xxxxxx" &lt;BR /&gt;credfile="/xy/testsasgcp/sasgcp.json"&lt;BR /&gt;schema="xxxxxx" Bulkload=yes MAX_CHAR_LEN=50;&lt;BR /&gt;endrsubmit;&lt;BR /&gt;signoff;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 18:56:40 GMT</pubDate>
    <dc:creator>PhatRam33</dc:creator>
    <dc:date>2023-04-27T18:56:40Z</dc:date>
    <item>
      <title>Connecting SAS to Google Big Query Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/872637#M344757</link>
      <description>&lt;P&gt;Anyone seen this error before?&amp;nbsp; Trying to make sense of this and folks I have spoken to have not been able to figure out so far.&amp;nbsp; Attempting to connect to GCP through a linux server.&amp;nbsp; Work on other projects except for my billing project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: CLI error trying to establish connection: Optional feature not &lt;BR /&gt;implemented : Invalid native catalog name occurs in mappings: &lt;BR /&gt;DB=anbc-hcb-dev. : No data source or driver specified; dialog prohibited &lt;BR /&gt;TKTS_ATTR_CURRENT_CATALOG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to connect to my billing project using libname statement and in order to upload data and no luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*establish connection to linux;&lt;BR /&gt;%let sasapp = xmeuw01p.xxxxx.com 7551;&lt;BR /&gt;options comamid=tcp;&lt;BR /&gt;signon SASApp &amp;amp;_log_inf;&lt;BR /&gt;*submit code to linux for bigquery access;&lt;BR /&gt;rsubmit sasapp;&lt;BR /&gt;%put Remote environment: &amp;amp;syshostname;&lt;BR /&gt;libname db bigquery project="xxxxxx" &lt;BR /&gt;credfile="/xy/testsasgcp/sasgcp.json"&lt;BR /&gt;schema="xxxxxx" Bulkload=yes MAX_CHAR_LEN=50;&lt;BR /&gt;endrsubmit;&lt;BR /&gt;signoff;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 18:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/872637#M344757</guid>
      <dc:creator>PhatRam33</dc:creator>
      <dc:date>2023-04-27T18:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS to Google Big Query Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/872715#M344782</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 01:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/872715#M344782</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-04-28T01:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS to Google Big Query Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/873841#M345240</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 10:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-SAS-to-Google-Big-Query-Issue/m-p/873841#M345240</guid>
      <dc:creator>rohitshetty1</dc:creator>
      <dc:date>2023-05-04T10:19:22Z</dc:date>
    </item>
  </channel>
</rss>

