I have made a connection local with FME 64b to SQL server.
This worked for about a half year but now I get the message:
Error: COM.safe.fmeserver.api.FMEServerException: User encryption is specified but can't find key to decrypt.
and
com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host ..., named instance ….,... failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434. For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.getInstancePort(SQLServerConnection.java:3639)
According to the DBA-er nothing has changed (ports are ok and there is no firewall inbetween) and when I try to log in with SQL DEVELOPER there is no problem. So I tried different varieties as :
host\\instance,port
Host:port
etc but nothing works.
Do you have an idea what might be wrong and how I can fix this?
Thanks for your reply.