Hey All,
I was updating a new environment to latest versions as part of an upgrade. Hit 3 1 issue I'd be interested if anyone has seen before or has solutions.
1. System Out of Memory exception when applying large hotfix package (ALL app fixes past 7.3) in Visual Studio 2015, got to about 600 changes to check-in which is not enough. If i kept hitting apply it got a bit further but this isn't ideal. I was expecting a few thousand.
2. Applying via command line did not correctly give me the number of checkins I expected - only 100
3. Rolling back to the changeset I checked in after 'prepare' still shows loads of installed hotfixes from step 1, which is not correct. How can I reset the 'installed hotfixes' list in VS? 2 and 3 likely because "prepare" didn't check in the Descriptors for each model, and I didn't add manually. Make sure you add that, bit of an oversight!
Process:
- Deploy Dev VM with 7.3 platform 12.
- Apply latest binaries
- Map to virtually empty Dev Branch. Only tiny extension model.
- Download Hotfix package
- Prepare > Checkin (Changeset A)
- Apply with Visual Studio - fell over a lot with sysoutofmemory VS exeception.
- Rollback to Changeset A
- Ran from command line: SCDPBundleInstall.exe -install -packagepath=C:\Users\REMOVED\Downloads\package\HotfixPackageBundle.axscdppkg -metadatastorepath=K:\AOSService\PackagesLocalDirectory -tfsworkspacepath=K:\AOSService\PackagesLocalDirectory -tfsprojecturi=removed.visualstudio.com/D365
- checked installed updates, still thinks they're all installed - they shouldn't be.
Am I in a 'Throw away VM and start again' situation?
*This post is locked for comments
I have the same question (0)