By following the instructions (FCAdminGuide0.pdf) I installed the FC12 Distributed components: UAC disabled, IIS, .Net4.5, Microsoft SQL Server with "Authentication Mode: Mixed Mode", FC12 Server, FC12 Stations. Then I created a new database with the option "Authentication settings: Data server authentication" using the Administation and Monitoring Console. Now when I try to get to the Application server, I have a problem: "You need to be an authorized Windows user". My user account has administrator privileges (hopefully), because it is the only user of my Windows Server 2012 R2 (where the whole instance takes place).
What or where could I do wrong?
Comments
3 comments
Hello,
Please check how the FC12 services are launched, and if this user/service (by default it is the Network Service) does have enough rights for the DB usage (see the “Processing Server and Processing Stations setup” article in the Developer Help).
I checked all Your suggestions. Everything seems to be fine, but problem still exist:
when I login via Data Server Authentication:
Login failed for user 'ABBYY12SDK\Administrator'.
when I login via Windows Authentication:
Cannot configure database. Connection to database failed with error: Cannot open database "FCDemoDataBase" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.. Check connection settings and try again. Connection to database failed with error: Login failed for user 'FCUser'.. Check connection settings and try again.
There was no such user NT AUTHORITY\NETWORK SERVICE with db_owner rights to FCDemoDataBase in SQL server. I added this and it helped a lot.
Please sign in to leave a comment.