Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have hundreds of this in the Windows logs (Application) every day. Someone who knows what this is and could give me a hint?
What input string is it that could be in fail format?
Failed to read from \\QVFSC\QDS\LoadBalancer.xml. Exception=System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at QDSMain.LoadBalancer.Load.ReadXml(XmlReader reader)
at QDSMain.LoadBalancer.ReadXml(XmlReader reader)
at QDSMain.Clustering.ClusterFileHandler.Read(Action`1 readXML)
Regards
// Fjalar
It sounds like
C:\ProgramData\QlikTech\DistributionService\LoadBalancer.xml
got corrupted. Take a look at it to see if it has any garbage.
I believe you can delete it (take a backup to be sure) and it will get recreated.
1. Stop the Qlikview Distribution Service.
2. Delete LoadBalancer.xml.
3 Start the Service.
-Rob
It sounds like
C:\ProgramData\QlikTech\DistributionService\LoadBalancer.xml
got corrupted. Take a look at it to see if it has any garbage.
I believe you can delete it (take a backup to be sure) and it will get recreated.
1. Stop the Qlikview Distribution Service.
2. Delete LoadBalancer.xml.
3 Start the Service.
-Rob
Thanks a million