an ODBC driver?
The blog shows how to use Easysoft's SQL Server ODBC driver to work with SQL Server data from Pega Robot Studio on Windows.
The install program starts the Easysoft License Manager, because you cannot use your Easysoft product until a license is obtained.
The following types of license are available:
Complete the Name, E-Mail Address, and Company fields.
The E-Mail Address must be the same as the address used to register and download from the Easysoft web site or you will be unable to obtain trial licenses.
You're asked for a license type.
The License Manager asks what software you are licensing. Select your product from the drop-down list and then choose Next.
The License Manager requests your authorization code.
Enter the authorization code and then choose Next.
The License Manager then sends a request to the Easysoft license server to activate your license key automatically. This is the quickest method and results in your details being entered immediately into our support database.
Each of these methods involves providing Easysoft with information including your machine number (a number unique to your machine) and then waiting to receive your license key.
Instead of emailing your details to Easysoft, you can enter them directly at the Easysoft web site and your license key will be emailed to you automatically.
To use this method, choose View Request, and then visit:
In the licensing page, enter your machine number (and authorization code for a purchased license), choose Submit and your license key will be emailed to you.
When you receive the license key, you can activate it either by double-clicking the email attachment or by choosing Enter License on the License Manager main screen and pasting the license key into the dialog box.
The installation is complete.
Before you can use the SQL Server ODBC driver to connect Pega Robot Studio to SQL Server, you need to configure an ODBC data source. An ODBC data source stores the connection details for the target database (in this case, SQL Server) and the ODBC driver that is required to connect to it (in this case, the SQL Server ODBC driver).
You configure ODBC data sources in ODBC Data Source Administrator, which is included with Windows. How you run ODBC Data Source Administrator depends on whether your version of Pega Robot Studio is 32-bit or 64-bit.
If your version of Pega Robot Studio is 64-bit, you need to use the 64-bit version of ODBC Data Source Administrator. In the Windows Run dialog box, enter:
odbcad32.exe
If your version of Pega Robot Studio is 32-bit, you need to use the 32-bit version of ODBC Data Source Administrator. In the Windows Run dialog box, enter:
%windir%\syswow64\odbcad32.exe
In ODBC Data Source Administrator:
Field | Value |
---|---|
DSN | MSSQL |
Database | The database that contains the data you want to work with in Pega Robot Studio. |
Server | myserver\myinstance |