Error with printing and fixed assets in v12 after migration

Good day

I'm hoping someone has come across this issue before, we have completed a test migration from v11 to v12 and after the migration has completed we are unable to print in the new environment due to an error: Unable to connect: incorrect log on parameters [database vendor code: 18456], additionally when accessing any fixed assets option, the system will generate an SQL error file containing a similar message that the SQL login failed, all other access works perfectly.

Both these issues seem to be related to the adxodbc file, I have rebuilt this file from the command line as we as changing the folder password from the Sage console which forces a rebuild of this file, these actions have not helped.

Lastly, it's important to note that printing and fixed assets both work perfectly in the SEED folder on the exact same environment.

Parents Reply
  • 0 in reply to Mike Shaw

    Hi Mike, thank you for your response, yes I recreated the adxodbc as per those instructions with no success, everything else works fine but printing and fixed assets not. I checked the SQL connection logs since my initial post and it turns out the application server is actually using the database name from this file instead of the user name when attempting to connect and of course there is no user with this name, so instead of using line 3 of the adxodbc file as the username it's using line 2 which is the database, and yet in SEED it works and the adxodbc file in SEED is identical.

Children