Hi
This is my first post, I am new to vRanger
Of course I read the user/installation guide and the post in this community
After a trial version, I bought a licence with my new backup server.
I can't search in the Catalog, it is empty
Cataloging is enable in the options, "Quest Catalog Service" service is running
Cataloging is enable in the session
It seems to be OK in the log of the task
[2013-10-11 15:32:21.839]: Lancement du catalogage de 'vix:r:XX.XX.XX.XX:902:[datastore1] test win2k3/test win2k3.vmdk'
[2013-10-11 15:32:23.901]: Les données de catalogue pour 'vix:r:XX.XX.XX.XX:902:[datastore1] test win2k3/test win2k3.vmdk' volume 1 ont été mises en attente avec succès pour l'enregistrement.
[2013-10-11 15:32:23.938]: Les données de catalogue pour le disque 'vix:r:XX.XX.XX.XX:902:[datastore1] test win2k3/test win2k3.vmdk' volume 1 ont été mises en attente pour l'activation.
Yes it is in french but it means that Catalog data for disk has been queued to activate.
But when I try to search in the catalog, there is nothing at all
I have looked at the records in the Catalog tables, they are empty
I have seen several vzl files in "D:\CatalogManager\Logs\Support\Service" but I am not able to open those files.
I did not found "C:\Windows\Temp\CatalogOutput"
So I modified the file "Vizioncore.CatalogManager.WCF.Service.exe.config"
<!-- <add key="WorkingDirectory" value="C:\Windows\Temp\CatalogOutput"/> -->
in
<add key="WorkingDirectory" value="D:\temp"/>
I checked the NTFS rights
restart all services and make a new backup => NO OK
Then I changed
<!--<add name="Catalog" connectionString="Server=.\SQLExpress;Database=Catalog;Trusted_Connection=True;"/>
<add name="CatalogStage" connectionString="Server=.\SQLExpress;Database=CatalogStage;Trusted_Connection=True;"/>-->
in
<add name="Catalog" connectionString="Server=.\VRANGER;Database=Catalog;Trusted_Connection=True;"/>
<!--<add name="CatalogStage" connectionString="Server=.\SQLExpress;Database=CatalogStage;Trusted_Connection=True;"/>-->
restart all services and make a new backup => NO OK
I have read that catalogin was creating csv files where are they ? Are they deleted if they are not imported in the Catalog tables
Is there a missing step ?
I can backup windows and Linux VM
I can use FLR
I can create reports
Log concerning vRanger and catalog installation are OK
CONFIGURATION
Here is my configuration
PE R520 12 Go RAM RAID 1 2*600 Go SAS 15k and RAID5 5*4To SATA 7k2 and 1 *4To hot spare
Windows 2008 R2 SP1
vRanger 6.1.0.35402 on D:\vranger
MS Sql Server 2008 SP3 Instance VRANGER and databases on d:\vrangerbdd
Thanks for your ideas
Philippe