• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24374
  • Open Date : 2016/06/13 14:16
  • 更新日時 : 2020/10/05 18:04
  • Print

[DataSpider Servista] I want to confirm whether DataSpiderServer can be connected with Repository DB

As a part of operation monitoring, I want to check whether DataSpiderServer can be connected to the Repository DB.
What is the checking method?
 
Category : 

Answer

Two methods are used to check whether start-up has been carried out without Repository DB. Since execution is possible with command lines for CLI Console, it is possible to execute even from batch program.
 
For details, please refer to "About CLI batch" from "Reference Information" in Help.

 
・DataSpider Studio
 
It is possible to confirm from the tab "Connection test" of the tab "Connection Information"  from [Control Panel] - [Repository DB Management].
 
・CLI Console
 
It is possible to check whether start-up has been done with or without Repository DB by running the command "Repository" after logging in as root user.
 
  • Start-up with Repository DB
* Below is the Oracle example for Repository DB
-----------
# Repository
DBMS oracle
JDBC serverplugindata_processingmod
ulesoracle10gr2_adapterojdbc14.jar
URL jdbc:oracle:thin:@oracle10gr2:1521:dsserver
User repository
-----------
 
  • Start-up without Repository DB
-----------
# repository
-----------
* There will be no response and it will in a state where command can be entered.
 
 
・CLI Console