![]() |
VOOZH | about |
Reveal is a data visualization solution provided by Infragistics and can be paired with the CData API Server to build dynamic dashboards from live Sybase data. The CData API Server generates an OData API for Sybase, which is natively consumable in Reveal. In this article, we walk through connecting to Sybase in API Server and connecting to the API Server from Infragistics Reveal to create a simple dashboard.
CData API Server uses a straightforward, point-and-click interface to connect to data sources and generate APIs.
To connect to Sybase, specify the following connection properties:
Optionally, you can also secure your connections with TLS/SSL by setting UseSSL to true.
Sybase supports several methods for authentication including Password and Kerberos.
Set the AuthScheme to Password and set the following connection properties to use Sybase authentication.
To connect with LDAP authentication, configure Sybase server-side to use the LDAP authentication mechanism.
After configuring Sybase for LDAP, you can connect using the same credentials as Password authentication.
To leverage Kerberos authentication, begin by enabling it setting AuthScheme to Kerberos. See the Using Kerberos section in the Help documentation for more information on using Kerberos authentication.
You can find an example connection string below:
Server=MyServer;Port=MyPort;User=SampleUser;Password=SamplePassword;Database=MyDB;Kerberos=true;KerberosKDC=MyKDC;KerberosRealm=MYREALM.COM;KerberosSPN=server-nameπ Configuring a connection (Salesforce is shown).
After connecting to Sybase, create Resources, which represent API endpoints for Sybase data.
Create a User to connect to Sybase from Reveal through API Server.
When accessing and connecting to multiple different domains from an application such as Ajax, there is a possibility of violating the limitations of cross-site scripting. In that case, configure the CORS settings in Settings -> Server.
Save the changes to the settings.
π Configuring CORS settingsWith the API Server configured, we can visualize Sybase data in Reveal.
At this point, you have created a simple dashboard from live Sybase data. For more information on creating OData feeds from Sybase (and more than 150 other sources), visit the API Server page. Download a free, 30-day trial and start working live Sybase data in tools that consume OData APIs.
Learn more or sign up for a free trial:
CData API Server