tags: Sybase SQL SQL Server EXT log4j
Recently, because of the use of ASE and ASA, but also use its dbisql graphical interface tool. It must be used strongly.
But found that ASE's dbisql opened, actually can not be used.

This is obviously trying to load dbisql in the ASA. Sigh.
After careful searching, I finally found that when ASE uses dbisql, I need a configuration file, which is:
Below the %ALLUSERSPROFILE%\DBISQL 11.0.0 directory, where:
ALLUSERSPROFILE=C:\Documents and Settings\All Users
This file is named: dbisql.rep and its contents are:
[Adaptive Server Enterprise] classLoaderName=aseisqlplugin11 mainclass=com.sybase.aseisqlplugin.ASEISQLPlugin classpath=D:\Sybase\Shared\lib\jconn3.jar;D:\Sybase\DBISQL\lib\aseisqlplugin.jar;D:\Sybase\DBISQL\lib\jodbc.jar;D:\Sybase\DBISQL\lib\xml4j.jar;D:\Sybase\DBISQL\lib\planviewer.jar;D:\Sybase\DBISQL\lib\dsparser.jar;D:\Sybase\DBISQL\lib\asa.jar;D:\Sybase\DBISQL\lib\uaf-client.jar;D:\Sybase\DBISQL\lib\jini-core.jar;D:\Sybase\DBISQL\lib\jini-ext.jar;D:\Sybase\DBISQL\lib\jmxremote.jar;D:\Sybase\DBISQL\lib\jmxri.jar;D:\Sybase\DBISQL\lib\commons-logging.jar;D:\Sybase\DBISQL\lib\log4j-1.2.6.jar
The D:\sybase\ should be replaced with the real %SYBASE% directory.
In this way, it will finally be easy to use.
This is the result of starting dbisql after manually adding dbisql.rep:

As for how to find out this configuration file, I compare and find out from a machine that already has ASE installed and does not have an ASA installed.
Sigh. I believe this stuff is useful for people who use ASA/ASE at the same time. Maybe IQ and ASA will also fight.
I will talk about it later.
The solution to the problem of installing the Sybase database server and client on the Windows system that failed to start the Sybase database service is Sybase Ase _15.7 as an example 1. The Sybase A...
Deployment process: Prepare a sh file and sql file The contents of the Sh file are as follows The contents of the sql file are as follows ...
First, the basic concept The B-tree index used mainly in Sybase ASE. However, its index has been subdivided for practical application and performance considerations. The B tree is just a general term....
First download the installation file of Sybase ASE 12.5, the download address ishttp://download.sybase.com/eval/ASE_1252_DE/ase1252_de_win.zip There is also Sybase ASE 12.5Client Of course, the Sybase...
Sybase ASE Agent Table Application Problem background When solving the digital court on-site province, the writing and reading library often occurs in the case of the library structure, such as the la...
Download the Sybase installation media Official website address: https://www.sap.com/community.html Register first https://scn.sap.com/community/developer-center/oltp-db...
has encountered a problem: Sybase data, query after giving a null alias, and then according to this field to filter whether it is null will report an error. The sql statement is: Error message: Soluti...
[size=small]SQL online sample [url]http://sqlzoo.net/wiki/Main_Page[/url] [B] Query system global variables, date, date conversion, addition and subtraction date [/ b] select @@ERROR select OBJECT_ID(...
In the Sybase central tool, we can often see the following page: Yesterday, a customer happened to need to export such a table of data, so I wrote the following SQL statement to query the table inform...
Oracle 12c supports sharding, but for lower versions, how to implement horizontal sharding? When writing a PostgreSQL horizontal sub-database solution, I thought of a trick. Why not use PostgreSQL's f...