Creating Datasource in the AIV application

There are two ways in which a user can create a datasource in the AIV application.

  1. By clicking on the create icon on the bottommost toolbar.
  2. By right clicking on any existing datasource as follows:-



  3. Click on the Create Datasource using any of the methods above which will open the dialog box as shown below:-



  4. Here we are creating a datasource named Customer Data which will store data related to the customers and hence the display name.
  5. Put wait time as 0.
  6. Is JNDI is kept False.
  7. As we are connecting JDBC with PostgreSQL org.postgresql.Driver driver is used to connect.
  8. Provide your connection URI as shown in the figure.
  9. The Username is root and password is password to connect to the server.
  10. After that test connection, if it is successful click on save else click cancel.
  11. While saving the database, you will be given an option to create a dataset as well.



  12. Accept if you want to create a DataSet right now or decline for later.
  13. You have successfully created a datasource in the AIV application.
  14. In case of any further help, the user can click on the icon to access the AIV help documents.
  15. If the user is not satisfied and wants to cancel the create request, he can do this by clicking on the cancel button next to save or by clicking on button next to the icon.

In this manner, you can create a datasource in the AIV application.