Resolving "Could not validate TransportTypeData" for SQL Data Ports
Failed updating binding information. BindingException: Could not validate TransportTypeData or Address properties for Primary Transport of Send Port 'MySQLPortName. Exception from HRESULT: 0x80131500
Here are some steps:
1) If you are using client-network utility - make sure that it is set up properly on the target machine.
2) If you are using non-integrated security, there will be a password=******** in the binding file, you will need to change this to the real password for the target system.
3) It's often a security or logon issue; have your security people or database admins added the userid to the target system, had it been granted the necessary security to actually run the stored proc? My suggestion is to logon SQL Query Analyzer with the desired userid/password, and try to run the stored proc or SQL command. Once you get error eliminated here, then redeploy.


<< Home