Viewing 3 posts - 1 through 4 (of 4 total)
I had the same problem and the solution was to disable distributed transactions at the server level.
February 12, 2025 at 4:31 pm
I has the some error and the solution was disabling distributed transactions at server level:
Also in the link server propertires
February 12, 2025 at 4:24 pm
I have the same problem (virtual machine), PLE values:
393
393
393
4294925
4294940
4294956
440
440
440
I solve the problem with this powershell script:
$server = "Server1"
& relog Server1_XXXX.blg -f csv -o logfile.csv
($csv = Import-Csv logfile.csv -Delimiter ',')...
November 17, 2016 at 7:25 am
Viewing 3 posts - 1 through 4 (of 4 total)