Tuesday, June 9, 2015

FTP Server - 530 User cannot log in. - Critical error: Could not connect to server

Problem: When connecting to FTP Server, User can't login.

Firewall is disabled
User created

Note: Even allowing all users error happens

Following error appears:

Status: Connecting to 10.1.163.72:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Command: USER FTPuser
Response: 331 Password required
Command: PASS *********************************
Response: 530 User cannot log in.
Error: Critical error: Could not connect to server


Solution: After trying a lot of things, I found the solution to be simple!!

Just login with the new user to the server machine. After login and Profile is created you can login successfully on FTP. 

Enjoy :)

Tuesday, June 2, 2015

Sql Server Configuration Manager remote procedure call failed(0x800706be)

Problem: Receiving the following message in SQL Server Configuration Manager:

"SQL Server Configuration Manager remote procedure call failed (0x800706be)"


Solution that WORKED for me: 

Tried a bunch of solutions found online but none worked. So i found myway out.
  1. Uninstall all versions of other SQL Versions in Control Panel
  2. Register the sqlmgmprovider with this command 
regsvr32 "C:\Program Files\Microsoft SQL Server\100\Shared\sqlmgmprovider.dll"