- 論壇徽章:
- 0
|
數(shù)據(jù)庫備份是出現(xiàn)的奇怪問題。ㄕ埓蠹?guī)兔纯矗?/h2>
sybase的官方文檔的解釋如下:
Error 3240
Severity Level
18
Error Message Text
Unable to obtain the SQL Server's current working directory. The SQL Server must have search permission on its current working directory and the name must be shorter than %d bytes.
Explanation
Dumps and loads are performed by an Open Server program known as Backup Server. When you issue a dump database or load database command, SQL Server communicates certain information about its working environment to Backup Server. Error 3240 is raised when SQL Server is unable to determine its current working directory for Backup Server.
Action
This error commonly occurs when SQL Server is started from a directory other than the sybase home directory; the user ID of the user starting SQL Server may not have the appropriate permissions for the directory from which it was started.
To resolve the error, check that the SYBASE variable is set to the correct sybase home directory and is no longer than 255 bytes.
Make corrections if necessary, and restart SQL Server.
Additional Information
Scripts that start up SQL Server must always set the directory to the sybase home directory before starting SQL Server.
按照此文檔做過之后還是不行,實在是不知道該怎么辦了!誰實際碰到過這個問題,到底怎么解決的!再次謝謝! |
|