You may receive the following error when trying to create a project on Project Server 2010 PWA:
This error as described in MSDN Project Server Error Codes here, comes from the invalid number of digits after decimal in Currency Format.
[ProjectOptCurrencyDigitsInvalid = 1037
The optional currency digits are not valid.]
The solution simply as the following:
- Open Control Panel
- Open Region and Language
- Click Additional Settings
- Click Currency tab
- Change the No. of digits after decimal to any value below 3
- Restart your server
- Now go back to PWA and try to create a project, it should work
I hope that helped
Ahmed