I am trying to install Informatica server . I am using SQL Express database and windows Authentication. I am able to connect to database using SSMS.
But when I try to give database details in Domain Configuration repository database information, I get below error.
I got the host name and service name details by running below queries in SSMS.
SELECT HOST_NAME() AS HostName
select @@SERVICENAME
Can someone please assist with this.
