问题
I'm trying to connect via ODBC to a clean install of Progress DB. Any idea what username/password should I use?
回答1:
Did you try :
-user sysprogress -password 123
回答2:
Out-of-the-box you have two options to access the database with an account that has DBA privileges granted:
- The credentials of the operating system account under which you've created the database.
- You can manually create or, if it already exists, modify the special user SYSPROGRESS with the 4GL data administration tool. You cannot change it's password but you can delete and re-create it with a password of your choice if you have the credentials of an account on the 4GL engine that has the privileges to do so.
Both users will have DBA privileges.
来源:https://stackoverflow.com/questions/13244012/admin-account-of-progress-database