Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/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
Partner Ambassador/MVP
Partner Ambassador/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