使用Campaign 联合数据访问 (FDA)用于处理存储在外部数据库中的信息的选项。 按照以下步骤配置对的访问权限 Vertica Analytics.
配置 Vertica Analytics 在CentOS上,请执行以下步骤:
下载的ODBC驱动程序 Vertica Analytics. 单击此处 并下载最新的Linux RPM。
然后,您需要使用以下命令安装unixODBC:
yum search unixODBC
yum install unixODBC.x86_64
如果您之前安装了 Vertica Analytics 服务器,将安装ODBC驱动程序。 在这种情况下,请按如下方式更新驱动器:
#Switch to root
sudo su
#Install the package (add --force to update it)
rpm -Uvh vertica-client-x.x.x-x.x86_64.rpm [--force]
#Open odbcinst.ini
vi /etc/odbcinst.ini
#Add a section for Vertica Analytics and save
[VerVertica Analyticstica]
Description = Vertica Analytics ODBC Driver
Driver = /opt/vertica/lib64/libverticaodbc.so
#Open odbc.ini
vi /etc/odbc.ini
#Add your DSN in ODBC Data Sources section, for example:
[ODBC Data Sources]
VMart = "VMart database on Vertica Analytics"
#Add a DSN definition section below, for example:
[VMart]
Description = Vmart Database
Driver = Vertica Analytics
Database = VMart
Servername = # The name of the server where Vertica Analytics is installed. Use localhost if Vertica Analytics is installed on the same machine.
UID = dbadmin
PWD = <password>
Port = 5433
#Cleanup
#Remove the ODBC package
rm vertica-client-x.x.x-x.x86_64.rpm
然后,您可以在Adobe Campaign中配置 Vertica Analytics 外部帐户。 有关如何配置外部帐户的更多信息,请参阅 本节.
下载 适用于Windows的ODBC驱动程序. 要安装Windows驱动程序,您需要启用.NET Framework 3.5,否则安装向导将尝试自动启用并下载它。
在Windows中配置ODBC驱动程序。 有关更多信息,请参阅 此页面
然后,您可以在Adobe Campaign中配置 Vertica Analytics 外部帐户。 有关如何配置外部帐户的更多信息,请参阅 本节.
下载的ODBC驱动程序 Vertica Analytics. 单击此处 开始下载。
然后,您需要使用以下命令安装unixODBC:
apt-get install unixODBC
如果您之前安装了 Vertica Analytics 服务器,将安装ODBC驱动程序。 在这种情况下,请按如下方式更新驱动器:
#Switch to root
sudo su
#Move or copy the downloaded file and change to /root
mv vertica_9.3..xx_odbc_x86_64_linux.tar.gz /
cd /
#Uncompress the file you downloaded
tar vzxf vertica_9.3..xx_odbc_x86_64_linux.tar.gz
#Remove the tar.gz since it is not needed anymore
rm vertica_9.3..xx_odbc_x86_64_linux.tar.gz
#Open odbcinst.ini
vi /etc/odbcinst.ini
#Add a section for Vertica Analytics and save
[Vertica Analytics]
Description = Vertica Analytics ODBC Driver
Driver = /opt/vertica/lib64/libverticaodbc.so
#Open odbc.ini
vi /etc/odbc.ini
#Add your DSN in ODBC Data Sources section, for example:
[ODBC Data Sources]
VMart = "VMart database on Vertica Analytics"
#Add a DSN definition section below, for example:
[VMart]
Description = Vmart Database
Driver = Vertica Analytics
Database = VMart
Servername = # The name of the server where Vertica Analytics is installed. Use localhost if Vertica Analytics is installed on the same machine.
UID = dbadmin
PWD = <password>
Port = 5433
然后,您可以在Adobe Campaign中配置 Vertica Analytics 外部帐户。 有关如何配置外部帐户的更多信息,请参阅 本节.
您需要创建 Vertica Analytics 用于将Campaign实例连接到 Vertica Analytics 外部数据库。
来自营销活动 Explorer,单击 Administration '>' Platform '>' External accounts.
单击 New。
选择 External database 作为外部帐户的 Type.
配置 Vertica Analytics 外部帐户,您必须指定:
Type: Vertica Analytics
Server:的URL Vertica Analytics 服务器
Account:用户的名称
Password:用户帐户密码
Database:数据库的名称
连接器支持以下选项:
Option | 说明 |
---|---|
时区名称 | 默认情况下为空,这意味着使用Campaign Classic应用程序服务器的系统时区。 选项可用于强制使用时区会话参数。 |