I want to backup my SAPDB on to another server, so I use instead of a local directory a network shared directory. The User-created shares works allright but the C$ and D$ don't. I have administrative rights on both servers so that can't the problem cause the "MD" command creates successfully my specified subdirectory .
Is there a solution? ----------------------------------------------------------------------------------------------- That's the script: SET SAPDB.BACKUP.DIR=\\SERVER2\D$\SapDB\AutoBackup MD %SAPDB.BACKUP.DIR%\DATA_1 > NUL ECHO backup_media_put everyDaySave %SAPDB.BACKUP.DIR%\DATA_1\DATA_1.backup FILE DATA 0 8 YES > %TEMP%\~SAPDB_param.tmp ECHO util_connect user,password >> %TEMP%\~SAPDB_param.tmp ECHO backup_save everyDaySave >> %TEMP%\~SAPDB_param.tmp TYPE %TEMP%\~SAPDB_param.tmp | dbmcli -d %1 -u %2,%3 ----------------------------------------------------------------------------------------------- That's the dump: dbmcli on DATA_1>OK --- dbmcli on DATA_1>OK --- dbmcli on DATA_1>ERR -24988,ERR_SQL: sql error -903,Host file I/O error,access denied [5] --- ----------------------------------------------------------------------------------------------- Matthias Suttner Systemadministrator -- MultiVisual GmbH Kohlenhofstra�e 60 D-90443 N�rnberg Tel. +49 (0) 9 11. 20 01 - 8 00 Fax +49 (0) 9 11. 20 01 - 8 88 http://www.multivisual.de _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
