You are on page 1of 5

CONNECTOR CREDENTIALS

RDBMS:-

1) My SQL :-
 AuthenticationType: "Database"
 DatabaseName: "NorthWind"
 Password: "root"
 Port: "3306"
 ServerName: "192.168.1.9"
 UserName: "root"

2) Oracle:-
 Server Name = "192.168.1.8";
 Port = "1521";
 SID = " SSPLSRV3.analance.com";
 Authentication Type = AuthenticationType.Database;
 User Name = "product_test";
 new Password = "password201912";
 Optional DB: Product_Test

3) Postgre SQL:-

 DB: SSPLSRV3
 AuthenticationType: "Database
 DatabaseName: "SSPLSRV3"
 Password: "root"
 Port: "5432"
 ServerName: "192.168.1.8"
 UserName: "postgres"

4) Microsoft Server:-

 Northwind:

 AuthenticationType: "Database"
 DatabaseName: "Northwind"
 Password: "$rya$Duc3n"
 Port: "1433"
 ServerName: "192.168.1.9"
 UserName: "product"

5) Maria DB:-
 AuthenticationType: "Database"
 DatabaseName: "NorthWind"
 Password: "root"
 Port: "3306"
 ServerName: "192.168.1.9"
 UserName: "root"

6) Tera data:-

 Northwind:
 AuthenticationType: "Database"
 DatabaseName: "Northwind"
 Password: "dbc"
 Port: "1025"
 ServerName: "192.168.1.86"
 UserName: "dbc"

 TeraData2:
 AuthenticationType: "Database"
 DatabaseName: "northwind"
 Password: "dbc"
 Port: "1025"
 ServerName: "192.168.1.86"
 UserName: "dbc"

7) IBM DB2:-
 Server: 192.168.1.8
 Port: 50000
 Database name: SAMPLE
 UN: db2admin
 Pwd: 1234@An@l@nc3

8) SQLITE:-
NOT APPLICABLE
9) MSACCESS:-
NOT APPLICABLE

BIG DATA:-

1) HORTONWORKS:-
 AuthenticationType: "Database"
 Database: "default"
 HiveServerType: "server2"
 Password: "Duc3n123"
 Port: "10000"
 ServerName: "192.168.1.93"
 UserName: "ducen"

2) IMPALA:-
 AuthenticationType: "Database"
 DatabaseName: "default"
 Password: "cloudera"
 Port: "21050"
 ServerName: "192.168.1.93"
 UserName: "cloudera"

3) CLOUDERAHIVE:-
 AuthenticationType: "Database"
 DatabaseName: "default"
 HiveServerType: "server2"
 Password: "Duc3n123"
 Port: "10000"
 ServerName: "192.168.1.93"
 UserName: "Kumar"

4) MAPRHIVE:-
 AuthenticationType: "Database"
 DatabaseName: "default"
 HiveServerType: "server2"
 Password: "mapr"
 Port: "10000"
 ServerName: "192.168.1.93"
 UserName: "mapr"

5) APACHEDRILL:-
 Catalog: "DRILL"
 DefaultSchema: "cp"
 Host: "192.168.1.9"
 Port: "31010"

6) APACHESOLR:-
NOT AVAILABLE

7) ELASTIC SEARCH:-
 AuthenticationType: "None"
 EndpointURL: "http://192.168.1.9:9200"
 IndexPattern: "schools"
 Password: ""
 UserName: ""

8) MONGODB:-
 AuthenticationType: "None"
 DatabaseName: "Integration_Analance"
 Password: ""
 Port: "27017"
 ServerName: "192.168.1.9"
 UserName: ""

OLAP:-

1) SSAS:-
 AuthenticationType: "None"
 CubeName: "Adventure Works"
 DatabaseName: "Adventure Works DW Standard Edition"
 Password: "Admin"
 ServerName: "https://olap.flexmonster.com/olap/msmdpump.dll"
 UserName: "Admin"
API:-

1) Rest API
Sample Get
 Method: "GET",
 URL: "https://reqres.in/api/users?page:2"

Sample POST
 Method: "POST",
 URL: https://reqres.in/api/users

2) SolrAPI
NOT AVAILABLE

3) ODATA
NOT AVAILABLE

SharePoint lists
NOT AVAILABLE

SSRS/Professional report:-
 domain: "Analance"
 password: "Duc3n@123"
 server: "http://192.168.1.58/Reportserver"
 username: "bis.team"

You might also like