2

One of the team member after upgrading the ADL tools for VS to version 2.3.4000.x, getting the below error..

Error : (-1,-1) 'E_CSC_SYSTEM_INTERNAL: Internal error!

The ObjectManager found an invalid number of fixups.

This usually indicates a problem in the Formatter.' Compile failed!

Tried to downgrade back to version ( 2.3.3000.2 ), it didn't help much.

If encountered similar issue, found the reason and resolved it, please share it.

Community
  • 1
  • 1
obulis
  • 41
  • 3
  • At least two of our team members are also getting this. Version 2.3.3000.5 here. – svsk Jul 05 '18 at 08:23
  • Also faced another issue. When we submit a job (just ‘select’ from a table to .csv file) from visual studio, we got empty result set. But when we ran same script from PowerShell or Test, able to get the result. It helped us to understand the versions are causing issues and we thought cleaning up datarootpath might help. – obulis Jul 09 '18 at 22:27
  • Did you get this figured out? – JKMajcen Oct 19 '19 at 20:24

1 Answers1

2

After trying out few unsuccessful options, decided to clean up the files in USQLDataRoot including localrunmetadata and catalog folder. Still, when I submit a job to create a database, there was no error, but it didn’t create the database.

We had some powershell scripts to setup the database and other objects. Ran the powershell script, which created the database and procedures. Then we were able to run the tests successfully. One more thing to double check, make sure build platform is set to “x64”.

obulis
  • 41
  • 3
  • Deleting the contents of C:\Users\\AppData\Local\USQLDataRoot also did the trick for me. I'm now able to build. – JKMajcen Oct 22 '19 at 15:30