<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Connector framework service</title>
    <link>/en/security-and-authentication/connector-framework-service/</link>
    <description>Recent content in Connector framework service on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/security-and-authentication/connector-framework-service/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Security-and-Authentication: Implementing CFS</title>
      <link>/en/security-and-authentication/connector-framework-service/implementing-cfs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/security-and-authentication/connector-framework-service/implementing-cfs/</guid>
      <description>
        
        
        &lt;p&gt;After OpenText™ Analytics Database ingests documents from IDOL into flex tables, you can implement CFS to secure those documents. Implementing the security requires that the database administrator modify the CFS configuration file.&lt;/p&gt;
&lt;h2 id=&#34;modify-the-cfs-configuration-file&#34;&gt;Modify the CFS configuration file&lt;/h2&gt;
&lt;p&gt;The database administrator must modify the following in the CFS configuration file to have CFS automatically index the metadata:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In the [Indexing] section, set the IndexerSections parameter to vertica:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Indexing]
IndexerSections=vertica
IndexBathSize=1
IndexTimeInterval=30
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a new section with the same name you entered in the IndexerSections parameter and enter the following parameters and keywords:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[vertica]
IndexerType=Library
ConnectionString=Driver=Vertica;Server=123.456.478.900;Databaswe=myDb;UID=dbadmin;PWD=password
TableName=myFlexTable
LibraryDirectory= ./shared_library_indexers
LibraryName=VerticaIndexer
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The VerticaIndexer (&lt;code&gt;LibraryName&lt;/code&gt; above) is part of CFS. To use this tool, you must install and configure the ODBC drivers on the same machine as CFS. CFS sends JSON-formatted data to the Flex table using ODBC.&lt;/p&gt;
&lt;p&gt;For more information, see &lt;a href=&#34;../../../en/connecting-to/client-libraries/client-drivers/install-config/odbc/installing-odbc/#&#34;&gt;Installing the ODBC client driver&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;query-the-idol-data&#34;&gt;Query the IDOL data&lt;/h2&gt;
&lt;p&gt;To query the IDOL data in a flex table, run a simple SELECT query. In this example, idol_table is the name of the flex table:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM idol_table;
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
  </channel>
</rss>
