

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
WiE 19.2 issue
I have in my environmet SQL server 14 and installing WIE. We would like to use dbo-user (service user) defined via AD for the installation but WIEInitializer is not able to connect to the base with those credentials. We have done a workaround with local SQL user and they work, so connection is ok.
Our service user is defined as dpo for WIEdatabase and SSCdatabase and it works fine with SSC. For SSC needs running Tomcat as that service user.
If you have ideas how configure windows login in WIE or the win2016 server running it and/or AD and/or SQL server I would appriciate such information greatly. This local user use is not company best practice compliant, we should use AD users always when possible.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Important! The Fortify WebInspect Enterprise server application uses the IIS application pool identity. Because the IIS application pool is not a true Windows account, Fortify WebInspect Enterprise cannot use Windows authentication for the database connection. Customers must create a SQL Server account that can be used for the database connection.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Important! The Fortify WebInspect Enterprise server application uses the IIS application pool identity. Because the IIS application pool is not a true Windows account, Fortify WebInspect Enterprise cannot use Windows authentication for the database connection. Customers must create a SQL Server account that can be used for the database connection.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
OK thanks!
Shouldn't MF take off the alternative of windows user connectivity to the database from Initializer if it doesn't work? It only creates confucion.
This case is solved.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi
There are two places in the initializer where the login method is asked and your answer is valid for the WIE as database user.
WIE is not able to be a windows serviceuser. That was understood and that is what the documentation is refering to.
The windows login is for installing the database in the initializer process and that was not working. Reason for that was that the Windows auhentication box was not checked in IIS security settings. NOW windows user can be used to install the database as we found the reason.
Case solved