Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

LoadBalancer.xml - WinLog Error

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

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
MVP
MVP

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

View solution in original post

2 Replies
rwunderlich
MVP
MVP

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

Not applicable
Author

Thanks a million