Windows Authentication connecting string–Manual Configuration for ADMPRO DB
Manually Configuring database of ADMPRO
1.Run the ADMPRO db script to create the db.
2.Manual change the config files.
Manually changing of Config files with Sql instance and port no
Below is the Windows authentication connection string for admpro
<add key=”ConnectionString” value=”Data Source=ptm\mssqlserver1,3785;Initial Catalog=CION_AD_MANAGER_PRO;persist security info=False;Integrated Security=SSPI”/>
Note : In data source you have to specify servername\instance,portno
Replace the connection string in all the below files of ADMPRO with the above string
C:\inetpub\wwwroot\ActiveDirectoryManager\ADMSettings.config
C:\inetpub\wwwroot\ActiveDirectoryManager\ADManagerServices\ADManagerScheduler.exe
C:\inetpub\wwwroot\ActiveDirectoryManager\ADManagerServices\ADMJobs.exe
C:\inetpub\wwwroot\ActiveDirectoryManager\ADManagerServices\ADMMBoxSizeNotifier.exe
Restart the above services
Restart the iis.
Thanks,
Razi
Leave a Reply
Want to join the discussion?Feel free to contribute!