<?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 Re: Setting up multiple database connections for use in Data Integration Studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Setting-up-multiple-database-connections-for-use-in-Data/m-p/206545#M267162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is tricky stuff to trouble shoot, especially via a forum.&lt;/P&gt;&lt;P&gt;It should work...&lt;/P&gt;&lt;P&gt;So where do you store the userid/psw? In the user group account (I hope)?&lt;/P&gt;&lt;P&gt;Do you use AUTHDOMAIN= in your library definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logs, it not always obvious which log to look in:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The DI Studio Log of course. Adding options sastrace=',,,d' sastraceloc=saslog nostsuffix msglevel=i; &lt;EM&gt;might&lt;/EM&gt; give you some more info.&lt;/LI&gt;&lt;LI&gt;Metadata server log, holds authentication info&lt;/LI&gt;&lt;LI&gt;Even the Object Spawner log might give some clues&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 09:56:12 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2015-03-20T09:56:12Z</dc:date>
    <item>
      <title>Setting up multiple database connections for use in Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Setting-up-multiple-database-connections-for-use-in-Data/m-p/206544#M267161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having issues having 2 oracle database connections running concurrently in Data Integration Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had an existing odbc, user group and library for database 1. All worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then added a new odbc connection, a new library and a new user group. This database has a different username and password to database 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have 2 jobs in DI, one referring database 1 the other database 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If i delete the username and password for the user group database1 and recreate then the job associated with database 2 will work and job 1 will not work. If i then delete the password associated with database 2 and recreate the password then the job associated with database1 will work and job 2 will stop working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So it appears to be the username and password associated with the first user group created that is maintained. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Am i missing a link somewhere? Is it possible to have jobs looking at multiple schemas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Where can I locate the log files for DI?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 08:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Setting-up-multiple-database-connections-for-use-in-Data/m-p/206544#M267161</guid>
      <dc:creator>prenderj</dc:creator>
      <dc:date>2015-03-20T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up multiple database connections for use in Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Setting-up-multiple-database-connections-for-use-in-Data/m-p/206545#M267162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is tricky stuff to trouble shoot, especially via a forum.&lt;/P&gt;&lt;P&gt;It should work...&lt;/P&gt;&lt;P&gt;So where do you store the userid/psw? In the user group account (I hope)?&lt;/P&gt;&lt;P&gt;Do you use AUTHDOMAIN= in your library definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logs, it not always obvious which log to look in:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The DI Studio Log of course. Adding options sastrace=',,,d' sastraceloc=saslog nostsuffix msglevel=i; &lt;EM&gt;might&lt;/EM&gt; give you some more info.&lt;/LI&gt;&lt;LI&gt;Metadata server log, holds authentication info&lt;/LI&gt;&lt;LI&gt;Even the Object Spawner log might give some clues&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 09:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Setting-up-multiple-database-connections-for-use-in-Data/m-p/206545#M267162</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-03-20T09:56:12Z</dc:date>
    </item>
  </channel>
</rss>

