cmorgan Posted January 18, 2013 Posted January 18, 2013 Hello, got the HAP+ quota service running on our machine that serves user documents and quotas. The service itself works fine, but it gives this message for every quota it returns. \\srv2k8ent\Users\ System.Runtime.InteropServices.COMException (0x80045306): Exception from HRESULT: 0x80045306 at Microsoft.Storage.FsrmQuotaManagerClass.GetQuota(String Path) at HAP.Data.Quota.WCFService.GetQuotaFromPath(String path) Exception from HRESULT: 0x80045306 at Microsoft.Storage.FsrmQuotaManagerClass.GetQuota(String Path) at HAP.Data.Quota.WCFService.GetQuotaFromPath(String path) then gives 2 Information messages, one saying "Type System.Decimal" and the other showing statistics of that persons quota. Possibly an easy fix or just the tip of the iceberg?
nickbro Posted January 22, 2013 Posted January 22, 2013 is HAP+'s web interface giving the right info? if it is then I've prob just left some debug code in the dll from the development of the service.
mobybrick Posted January 22, 2013 Posted January 22, 2013 Hi Nick, Yes, quota info is being returned correctly (at least for us) - these appear to be 3 debug message entries as you suggest. Regards Moby
nickbro Posted January 23, 2013 Posted January 23, 2013 @mobybrick Can you try the updated quota service available from codeplex please: https://hap.codeplex.com/downloads/get/601319
cmorgan Posted January 24, 2013 Author Posted January 24, 2013 @mobybrick Can you try the updated quota service available from codeplex please: https://hap.codeplex.com/downloads/get/601319 I know my name isnt mobybrick, but I gave the MSI a test. Still the same error log entries unfortunately.
nickbro Posted January 24, 2013 Posted January 24, 2013 Ok, can you look at the exe in program files and see which version it is?
cmorgan Posted January 24, 2013 Author Posted January 24, 2013 Ok, can you look at the exe in program files and see which version it is? My bad, didnt realise the installer did not overwrite the EXE file. The error has gone but the Debug text is still there. Any way to filter it out?
nickbro Posted January 24, 2013 Posted January 24, 2013 Ok, try this DLL, it has the cFAQhanges to stop the event log from being inundated
mobybrick Posted January 24, 2013 Posted January 24, 2013 Hi Nick, Tried both the new release from hap.codeplex.com and the zip attachment with the updated DLL files you posted... now get two (not three) events for each quota lookup: 1: E:\staffhome\staffmember FREE: 10734883840 USED: 2150018048 TOTAL: 12884901888 2: Type: System.Decimal Ok, try this DLL, it has the cFAQhanges to stop the event log from being inundated
mobybrick Posted January 24, 2013 Posted January 24, 2013 Nearly there. Now just get the Type: System.Decimal entry. M
mobybrick Posted January 24, 2013 Posted January 24, 2013 Hi Nick, That appears to fix it, no more log entries. Just get 'Service started' and browse to My Files causes no more entries to be logged. Thanks, Moby
nickbro Posted January 24, 2013 Posted January 24, 2013 Good to hear, this fix will be in the next release
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now