• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30763
  • Open Date : 2019/09/05 17:01
  • Print
NEW

[DataSpider Servista] Please tell me the necessary points to check when the response or the performance of DataSpider Studio is low.

What do I need to check if DataSpider Studio is not responding or performing well?
 
Category : 

Answer

The matter of the slow response of DataSpider Studio occurs due to multiple factors such as communication line with DataSpiderServer and communication settings.
 
Please refer to the following for details:
 
Table of Contents
 
 
Also, if you would like to refer to information related to this inquiry, please check the “Reference Information.”
 
 
*In the following description, "Server" refers to a server on which DataSpiderServer is installed and "Client" refers to a client on which DataSpider Studio is installed.
  1. DataSpider Studio Communication setting
Please confirm whether the setting key of the following setting file is not commented out with "#" and the value is set:
  • Setting file
$ DATASPIDER_HOME / client / conf / system.properties
  • Setting key
java.rmi.server.hostname
ds.rmi.port
 
If the value is commented out with "#", please proceed to the following workaround.
 
Workaround
 
Please specify a correct hostname in "java.rmi.server.hostname" and a port available for communication between “Server” and “Client” in "ds.rmi.port".
 
Please refer to the FAQ below for the setting method.
 
 
[DataSpider Servista] Explain about the problem that occurs in the terminal in which DataSpider Studio has been installed newly
  1. Communication Check between "Server" and "Client"
Please execute the following command on the server with DataSpiderServer installed and check if the communication is possible.
 
telnet <a value of java.rmi.server.hostname confirmed in 1.> <a value of ds.rmi.port confirmed in 1.>
 
If the communication is not successful, a communication error such as Connection refused occurs. If the communication is successful, nothing is displayed on the screen. In this case, please quit the telnet by pressing Ctrl + [.
 
If the error occurs, please execute with the following workaround.
 
Workaround
 
Please change the communication environment so the communication is available from "Server" to "Client" with "java.rmi.server.hostname" and "ds.rmi.port" specified in step 1.
  1. Repository DB Usage and Communication Environment
If you are using a repository DB, please make sure it is installed on the same server as DataSpiderServer or in a location that affects communication, such as on another segment or in the cloud.
 
In the past case, the poor response problem occurred in the following cases:
 
  • "Server" and a repository DB server are in a different segment
  • A communication path between "Server" and a repository DB server is via VPN.
 
Workaround
 
Use either the same server as DataSpiderServer or a database installed on the same segment as the repository DB.
 
For the migration of settings, please use the server migration function. Please check the details about the server migration function from the following:
 
  1. Communication Environment Between "Server" and "Client"
For communication between “Server” and “Client,” please make sure if there are restrictions to bandwidth or speed.
 
In past cases, the problem of poor response occurred in the following cases:
 
  • "Server" and "Client" are in a different segment
  • The communication path between "Server" and "Client" is via VPN.
  • There is a physical distance between “Server” and “Client.”
 
Workaround:
 
Please try one of the following methods.
 
  • Install DataSpider Studio on a terminal in the same segment as "Server", log on to the terminal with Remote Desktop, and use DataSpider Studio.
  • Use Data Spider Studio for Web
 
DataSpider Studio for Web requires a different license than DataSpider Studio. If you want to verify in an environment where you have not purchased a license, please apply for an evaluation license.
 
 
 Top 
 
When expanding My Project and Designer in DataSpider Studio, the communication confirmation (CALLBACK) is received from DataSpiderServer only when logging in and expanding for the first time.
 
DataSpider studio is waiting for this traffic confirmation with the hostname and port specified in the configuration file at point 1. It will not proceed with the next process (screen display) until it receives it
 
As a result, the response appears to be degraded. The following checks are required to isolate the situation above.
 
  1. Check the environment using DataSpider Studio
  1. Communication check between "server" and "client"
In addition, if you are using the repository DB, DataSpiderServer queries repository DB to obtain various setting information to be displayed in DataSpider Studio.
 
For this reason, if it takes time to acquire information from the repository DB, the overall response will be degraded. The following confirmation is necessary to separate the above.
  1. Repository DB usage and communication environment
If the communication between DataSpiderServer and DataSpider Studio is slow even though there is no problem in communication between DataSpiderServer and repository DB, and repository DB is not used, it takes time to acquire the information required for display, and overall the response is reduced. For this reason, the following confirmation is required.
  1. Communication environment between "server" and "client"
Please note that the communication method (RMI communication) used between DataSpiderServer and DataSpider Studio has more communication count than other communication methods (FTP etc.) and tends to be greatly affected by the bandwidth and physical distance.
 
For this reason, please consider using Remote Desktop and DataSpider Studio for Web to check the cause separation even if the processing does not seem to be slow by other processes.
 
 Top 
 
If the problem is not solved even if you execute all the methods described in "Confirmation point and workaround", some error may occur and the process may not be completed normally.
 
For confirmation of the situation, please obtain the following information and contact the support center.
 
  1. Trigger for the occurrence of the incident
Please check if the incident occurred immediately after installing DataSpider Studio or if the response has suddenly dropped in an environment where there was no problem with the response.
 
Also, if the response drops suddenly, please confirm the date and time when the drop was confirmed and the changed settings and the work performed before and after that.
  1. Specific situation
Please check the following information regarding the poor response.
  • Displayed screen or function
  • The number of seconds until the display is complete
  • Features (only some icons appear early, stop loading, etc)
  1. Operating time zone and log file
Please send the time zone where the response deterioration was confirmed and the log file updated during that time zone. The required log files are as follows.
  • Server side
$DATASPIDER_HOME/server/logs/server.log
 
$DATASPIDER_HOME/server/logs/server.error.log
 
$ DATASPIDER_HOME / server / logs / $ {execution date} /exec.log
  • Client side
$DATASPIDER_HOME/client/logs/client.log
 
$DATASPIDER_HOME/client/logs/client.error.log
 
$DATASPIDER_HOME/client/logs/studio.log
  1. Communication configuration file
Please send the current configuration file for reference when checking the log file.
  • Configuration file
$DATASPIDER_HOME/client/conf/system.properties
 
 Top 
Reference Information
  • About server switchover
 
  • What to do if there is a problem with the communication settings of DataSpider Studio
[DataSpider Servista] Explain about the problem that occurs in the terminal in which DataSpider Studio has been installed newly