BAR GUI popup during restore attempt displays "Failed to lookup VxUL message catalog (Status 366)"

Article: 100047143
Last Published: 2021-09-20
Ratings: 1 0
Product(s): NetBackup & Alta Data Protection

Problem

BAR GUI displays Error popup when attempt to run a restore

Error Message

Failed to lookup VxUL message catalog (Status 366)

Cause

The nblog.conf paths for the  L10nLib and L10nResouceDir are incorrect.

Default.L10nLib=C:\Program Files\Veritas\NetBackup\bin\vxextwincat
Default.L10nResourceDir=C:\Program Files\Veritas\NetBackup\resources

Solution

To view the value run below commands
 
vxlogcfg -l -p 51216 -o Default -s L10nLib
 
vxlogcfg -l -p 51216 -o Default -s L10nResourceDir
 
To Correct your Default.L10nLib & L10nResourceDir using below command
 
vxlogcfg -a -p 51216 -o Default -s L10nLib= "path where the file exist"
 
vxlogcfg -a -p 51216 -o Default -s L10nResourceDir="path where the file exist"

 

Example:

vxlogcfg -a -p 51216 -o Default -s L10nLib=D:"\Program files\Veritas\NetBackup\bin\vxextwincat"
 ( if  folder "Program files\Veritas\NetBackup\bin\vxextwincat" does not exist, create it first)
vxlogcfg -a -p 51216 -o Default -s L10nResourceDir=D:"\Program files\Veritas\NetBackup\resources"

Stop and Restart  Services on the server.

 

 

 

Was this content helpful?