X-UP collects data from various data sources in multiple formats, processes it, and generates new data. This section explains the data sources supported by X-UP.
The data sources supported by X-UP are as follows.
SAP RFC
DB (Data Base)
WS(WebService)
OpenApi
X-UP
OData
AS400
OData has been removed.
X-UP data sources consist of configuration settings required to connect to external data sources.
SAP RFC Data Source
Selecting [Select X-UP Project > X-UP > new X-UP DataSource] opens the screen for creating a new data source.
To create an SAP RFC data source, select SapRfc as the DataSource Type, then enter the required data source information.
Name | Description |
---|---|
Name | Data source name |
Description | Description |
charset | Encoding (default : UTF-8) |
Timeout(msec) | Timeout in case of failure (ex. 1000 = 1 second) |
Id | User ID |
Password | Password |
Client | SAP RFC Client information |
Host Name | SAP RFC Host Name information |
System Number | SAP RFC System Number information |
Repository | SAP RFC Repository information |
Lang | Language setting ex) en |
Parameters | Parameters required for service connection |
DB Data Source
When you select [Select X-UP Project > X-UP > new X-UP DataSource], a screen appears where you can create a new data source. To create a DataSource, select DB as the DataSource Type, then enter the corresponding data source information.
Name | Description |
---|---|
Name | Data source name |
Description | Description |
DBMS | Choose one: Oracle, MSSQL, MySQL, DB2 |
Driver Name | Driver name (ex. oracle.jdbc.driver.OracleDriver) |
Connection URL | Connection URL (ex. jdbc:oracle:thin:@127.0.0.1:1521:dbms ) |
User ID | User ID |
User PW | Password |
Database | Database name |
Charset | Character set (default: UTF-8) |
Timeout(msec) | Timeout in case of failure (ex. 1000 = 1 second) |
ConnectionPool maxActive | Maximum number of active connections in the pool |
ConnectionPool maxIdle | Minimum number of idle connections in the pool |
The DB DataSource supports Select, Modify, and Procedure invokes.
OpenApi Data Source
When you select [Select X-UP Project > X-UP > new X-UP DataSource], a screen will appear to create a new data source. To create an OpenApi data source, select OpenApi as the DataSource Type, and you can then enter the corresponding data source information.
Name | Description |
---|---|
Name | DataSource Name |
Description | Description |
HTTP URL | The HTTP URL to connect to |
Charset | Encoding (default: UTF-8) |
Timeout(msec) | Timeout in case of failure (ex. 1000 = 1 second) |
Parameters | Parameters required for service connection |
Auth Type | Select Auth Type (None or User Key / Basic Authentication / User Define Login Page) |
User ID | User ID for HTTP authentication, if required, register it |
X-UP Data Source
When you select [Select X-UP Project > X-UP > new X-UP DataSource], a screen will appear to create a new data source. To create an X-UP data source, select X-UP as the DataSource Type, and you can then enter the corresponding data source information.
Name | Description |
---|---|
Name | DataSource Name |
Description | Description |
ServerURL | Server URL to connect |
ServicePath | Service Path |
ServiceInfoPath | Service Infomation Path |
Charset | Encoding (default : UTF-8) |
Timeout(msec) | Timeout in case of failure (ex. 1000 = 1 second) |
Parameters | Parameters required for service connection |
Auth Type | Select Auth Type (None or User Key / Basic Authentication / User Define Login Page) |
The image has been updated and table contents (ServicePath, ServiceInfoPath) have been added.
The OData Datasource has been hidden.
AS400 Data Source
When you select [Select X-UP Project > X-UP > new X-UP DataSource], a screen will appear to create a new data source. To create an X-UP data source, select Cobal as the DataSource Type, and you can then enter the corresponding data source information.
Name | Description |
---|---|
Name | DataSource Name |
Description | Description |
Path | Path to the Visual Cobol resource to be used |
Charset | Encoding (default : UTF-8) |
Database List | List of database connections registered in the project |
Cobol Code Preview | After registering the database, click the button to preview the generated Cobol code |