Hi all,
I 've have upgraded two seperate instances from 3 to 3.2, one worked fine, the other fails with this error:
Production of the Monthly Usage Report has failed: java.lang.RuntimeException: Exception while executing statement : ERROR: canceling statement due to user request errorCode: 0, sqlState: 57014 Select sum(capped("Sample2"."vmBillingMemory",?)) as "c0" From "SampleToLicense" "SampleToLicense1", "Sample" "Sample2", "Collection" "Collection3", "Vm" "Vm4", "HostLatest" "HostLatest5", "License" "License6" Where ((("SampleToLicense1"."vmId" in ((Select "CustomerVm9"."vmId" as "CustomerVm9_vmId" From "CustomerVm" "CustomerVm9", "CustomerVmRule" "CustomerVmRule10" Where (("CustomerVmRule10"."createdBy" = ?) and ("CustomerVm9"."customerVmRuleId" = "CustomerVmRule10"."id")) ) )) and ("SampleToLicense1"."start" between ? and ? and "SampleToLicense1"."reportExclusionReason" is null)) and ("SampleToLicense1"."sampleId" = "Sample2"."id")) jdbcParams:[24576,2,2014-01-01 00:00:00.0,2014-02-01 00:00:00.0]
Anything I can try?
thanks