I met another problem: vpxuser password contained special character, what is unsupported by vCenter.
So, I've changed password of vpxuser with commands:
use VCDB
go
ALTER LOGIN vpxuser WITH PASSWORD = 'newpassword' OLD_PASSWORD = 'oldpassword'
aaand, I have previous issue with permissions again.