Windows Server 2016 cannot load data from LDAP - ldap

we have following issue: we have LDAP server running on Linux, we have 2 windows servers .
Windows server 2016 and server windows 2012 . from server windows 2012 we can connect and load data from LDAP, from windows server 2016 we can connect, but fail to get data from LDAP.
I tested the connection with ping and got same results for both.
I thinks that we should install same ldap driver or provide some additional credentials.
in 2012 I use (from web browse )following URL LDAP://100.30.6.230:389/ou=People,dc=Main_1, and we get the users list.
but for same url in 2016 I get following message "There are no entries in the derectory service that match your search criteria".

Related

BizTalk configuration troubleshooting

I am trying to configure BTS 2016 3.12.774.0 against SQL Server v 17.9.1. They are running on separate servers running Windows server 2016 64 bit OS.
The Enterprise Single Sign On database (SSODB) and the Business Rules Engine DB (BizTalkRuleEngineDB) get created but only to BRE is configured when I go into Biztalk Config.
I have had the servers rebooted but no change.
The Ent SSO Service does not exist in Services
User doing the install is in groups Biztalk Server Admin, Application Users, Server Operators and SSO Admin, Affiliate Admin all at the domain level.
Names of both servers are 13 characters.
Not sure what to look for in the configuration logs. I have searched for the words Error, Fail, Exception but there are none.
A new attempt to configure gave the following error:
Microsoft BizTalk Server Configuration Wizard ------------------------------ Failed to create the SQL database 'SSODB' on SQL Server 'servername10' (with SSO Administrator account 'SSO Administrators'). (SSO) For help, click: go.microsoft.com/fwlink/… ------------------------------ ADDITIONAL INFORMATION: (0xC0002A21) An error occurred while attempting to access the SSO database. (SSO) For help, click: go.microsoft.com/fwlink/… ------------------------------ An error occurred while attempting to access the SSO database. See the event log (on computer 'servername10') for more details. (SSO)
There is no SQL Server v 17.9.1. That version number is one for SSMS.
BizTalk Server 2016 does not support SQL Server 2017. Hardware and Software Requirements for BizTalk Server 2016
Please post the error text, either from the little red X or the error log. There will always be an error. BT Config will never silently fail.

Hyper V Remote Manage Windows 2012 Server R2 from Windows 10 otuside domain not working

It appears to be nearly impossible to remote manage a hyper v windows 2012 server r2 using windows 10 hyper v management tools.
https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/remotely-manage-hyper-v-hosts
As stated in this readme by microsoft in the link above you cannot remotely connect to another hyper v host on windows 2012 server r2 as another user. But i cannot connect to the server as the same user either?
-------------SERVER Configuration-----------
Server i have user "test1" and user is part of the Hyper V Administrator group on the server.
On server i have granted the hostname of the client machine to trusteddomains.
-------------CLIENT Configuration-----------
Windows 10 client i am logged on with user test1 and test1 is an administrator of this computer.
Both server and client user "test1" has the same password.
Trying to connect via the hyper v manager to SERVER from windows 10 client will give me error message:
You do not have the required permission to complete this task. Contact the Administrator of the authorization policy for the computer "SERVER"
Running windows 8 client with user "test1" connecting via hyper v manager instantly works to SERVER.
What is wrong with windows 10 Hyper V Tools? Or am i mistaken that adding the same user accounts on both computers does not count as the same user?
Shouldn't Microsofts docs simply say as long as you are not part of a domain you CANNOT remote administer anything except windows 2016 server if you have windows 10?
Am i mistaken here or am i doing something wrong?
No resolution, ended up putting up a domain in order to control the hyper v park over windows 10.

SQL Server windows authentication Login failure

I have installed SQL Server 2008 in my pc having windows 8 version and after installation while i am trying to login to SQL Server using windows authentication it is showing error as shown below
And I tried as shown below
Resolving SQL Server Connection Error 26
And i got the below error while i tried the above suggestion
During the installation, you didn't Add the current user as Windows Authenticated User, you need to re-install the SQL Server, then add the current user as one of the Authenticated User

How to find why application cannot connect to SQL Server 2008

Windows application is set to connect to the SQL Server using SQL Server authentication.
When I RDP to the box where the application resides and start the application, it successfully connects to the SQL Server.
When a customer runs the application on his desktop (he is on the network with the application box) and starts the application, connection fails (error. Server does not exist or access denied).
The customer can ping the SQL Server IP in his command prompt.
Yet, when I look at the error log on the SQL server I don't see the logs of his failure to connect.
What could be blocking his access to the SQL Server?
You may have to enable the TCP/IP protocol in SQL Server Configuration Manager - it's disabled by default.

Sql Server 2005 Dev Edition Not connecting on Windows 2003 Server from Win 7

Management Studio of Sql Server Dev Edition 2005 installed on Win 7 is not able to connect on Windows 2003 Server where standard edition of sql server 2005 is installed.
The connection is working when I use the Sa password but when I use windows authentication then it is showing err msg that "user is not associated with a trusted sql server connection"..
I'm using a local admin password on win 7 and in passwords server password is saved (i.e. the domain password), I'm even able to get exchange mails so domain pass is working fine from other places but sql server is not able to connect..
Pls help
Passwords are not used while using windows authentication :) Your client computer credentials need to be trusted by SQL server - this is easiest to achieve for domain (Active Directory) accounts.
You need 1) login into your dev computer as domain user 2) add same domain user (or containig group) to sql server permitted logins for your database.
Thanks for reply on this..
I got the final answer and below is the link for the same..
http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/291024fe-5ba7-4872-b0f0-8fc0c78578bc/