<?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: Getting error while trying to connect to Dataflux repostiory on Data management server in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/817715#M20373</link>
    <description>Are you trying to connect to a DataFlux Repository hosted in SAS Web Infrastructure Platform Data Servers through SAS Federation Server?</description>
    <pubDate>Mon, 13 Jun 2022 06:58:39 GMT</pubDate>
    <dc:creator>VincentRejany</dc:creator>
    <dc:date>2022-06-13T06:58:39Z</dc:date>
    <item>
      <title>Getting error while trying to connect to Dataflux repostiory on Data management server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/816602#M20370</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have Created a dataflux repository on Dataflux data management studio and was successful in doing that. Have created a database type of repository using SAS Federation server. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using the SAS Web Infrastructure Platform Data Servers created a separate database in postgres for the same as mentioned in documents(dfdmstudio). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now copied the configuration of the data management studio server.rcf file to data management server server.rcf file as mentioned.&lt;/SPAN&gt;&lt;SPAN&gt;But on the server getting an error. Attached the error screenshot for reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="india2016_0-1654501645172.png" style="width: 636px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72005i4049D4A35813B082/image-dimensions/636x97?v=v2" width="636" height="97" role="button" title="india2016_0-1654501645172.png" alt="india2016_0-1654501645172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know if anyone has faced same issue and able to solve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 07:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/816602#M20370</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2022-06-06T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while trying to connect to Dataflux repostiory on Data management server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/817715#M20373</link>
      <description>Are you trying to connect to a DataFlux Repository hosted in SAS Web Infrastructure Platform Data Servers through SAS Federation Server?</description>
      <pubDate>Mon, 13 Jun 2022 06:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/817715#M20373</guid>
      <dc:creator>VincentRejany</dc:creator>
      <dc:date>2022-06-13T06:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while trying to connect to Dataflux repostiory on Data management server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/842260#M20601</link>
      <description>&lt;P&gt;Resolution&lt;BR /&gt;Check for ODBC DSN corruption&lt;BR /&gt;Create a new ODBC DSN with the minimum connection options required to connect to the database and test connect using the sample applications like ODBC Test, example, etc.&lt;BR /&gt;Verify with the database administrator&lt;BR /&gt;If the specified Host Name / IP address and port number are correct.&lt;BR /&gt;If the user credentials are valid and/or correct.&lt;BR /&gt;If the database service is still listening on the specified port, including secondary login brokers that may not have started.&lt;BR /&gt;If there are errors in the database logs (e.g. OpenEdge databasename.lg file) when attempting to connect.&lt;BR /&gt;What the database version is that you connect to and verify if this version is supported by the driver.&lt;BR /&gt;If the database is stressed which could result in refused connection requests. The connection option Connection Retry Count may need to be set to a higher value than the default 0 when the cause is a stressed database.&lt;BR /&gt;Specifically for SQL Server, check the below database information to determine if additional connection options need to be set.&lt;BR /&gt;1) Is the connection attempt being made to a regular SQL Server instance or a named instance.&lt;BR /&gt;2) Is TCP/IP enabled?&lt;BR /&gt;Go to SQL Server Configuration Manager &amp;gt; SQL Server Network Configuration &amp;gt; Protocols for &amp;lt;SQL Server instance&amp;gt; and ensure TCP/IP is enabled.&lt;BR /&gt;3) Is Encryption enabled?&lt;BR /&gt;Go to SQL Server Configuration Manager &amp;gt; SQL Server Network Configuration &amp;gt; Protocols for &amp;lt;SQL Server instance&amp;gt; and see if Force Encryption value is set to Yes.&lt;BR /&gt;If so, what protocols are allowed by the OS?&lt;BR /&gt;&lt;BR /&gt;Verify with the network administrator&lt;BR /&gt;If the specified IP-address / Host name can be reached from the client machine where the driver is installed and that the hostname is pointing to the correct machine.&lt;BR /&gt;If there are client / server / network firewalls, packetshapers,.. which might block communication.&lt;BR /&gt;If the client and server machines are on different subnets and a router blocks communication.&lt;BR /&gt;Verify with the system administrator&lt;BR /&gt;If there are firewall / virus scanners active on the client or server side which block communication. Firewalls may come with the system (e.g. windows 2003, 2008,..) or may be included as part of anti-virus software, VPN software.&lt;BR /&gt;Clustered environments&lt;BR /&gt;Verify that all nodes or server hosts that the connection may be rerouted to are reachable by the client machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 08:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-error-while-trying-to-connect-to-Dataflux-repostiory-on/m-p/842260#M20601</guid>
      <dc:creator>RacheLGomez123</dc:creator>
      <dc:date>2022-11-03T08:42:01Z</dc:date>
    </item>
  </channel>
</rss>

