ANS9999E during backup

Sunhillow

ADSM.ORG Senior Member
Joined
Oct 27, 2003
Messages
410
Reaction score
16
Points
0
Location
Stuttgart, Germany
Hi together

on backup of a NAS filesystem I get these messages in the dsmerrorlog every day:

Code:
14-10-2010 03:21:55 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from GetBackupStreamSize(): uc_CreateFile. Error desription: The symbolic link cannot be followed because its type is disabled.
14-10-2010 03:21:55 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from fioScanDirEntry(): GetBackupStreamInfo. Error desription: The symbolic link cannot be followed because its type is disabled.
14-10-2010 03:21:55 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from GetBackupStreamSize(): uc_CreateFile. Error desription: The symbolic link cannot be followed because its type is disabled.
14-10-2010 03:21:55 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from fioScanDirEntry(): GetBackupStreamInfo. Error desription: The symbolic link cannot be followed because its type is disabled.
14-10-2010 03:24:59 ANS1512E Scheduled event 'DAILY_0130' failed.  Return code = 12.

The dsmschedlog however looks good, the errors are embedded in "normal" log content:
Code:
13-10-2010 11:38:38 ANS1898I ***** Processed 1.553.500 files *****
13-10-2010 11:38:38 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from GetBackupStreamSize(): uc_CreateFile. Error desription: The symbolic link cannot be followed because its type is disabled.
13-10-2010 11:38:38 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from fioScanDirEntry(): GetBackupStreamInfo. Error desription: The symbolic link cannot be followed because its type is disabled.
13-10-2010 11:38:38 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from GetBackupStreamSize(): uc_CreateFile. Error desription: The symbolic link cannot be followed because its type is disabled.
13-10-2010 11:38:38 ANS9999E ntrc.cpp(939): Received Win32 RC 1463 (0x000005b7) from fioScanDirEntry(): GetBackupStreamInfo. Error desription: The symbolic link cannot be followed because its type is disabled.
13-10-2010 11:38:40 ANS1898I ***** Processed 1.554.000 files *****
13-10-2010 11:38:42 ANS1898I ***** Processed 1.554.500 files *****

Is there a way to find out which file or directory the client does not like?
Client is 5.5.3.0 Win x64, Server is 5.5.4.2 on AIX

Thanks in advance :)
 
Last edited:
No, there is nothing peculiar in the server eventlog.

Maybe my Windows specialists know something as the error is being returned by the OS.
 
This is it :)
Code:
D:\>fsutil behavior query SymlinkEvaluation
Local to local symbolic links are enabled
Local to remote symbolic links are enabled.
Remote to local symbolic links are disabled.
Remote to Remote symbolic links are disabled.

Now i have to make clear if they intentionally use symlinks in Windows. Or maybe one of our MAC users did so
 
Back
Top