I am trying to connect to a DB.

But I get an error:
Connection verification failed for data source: dwh_trgt_care
java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: pasdwdb01:3003. Reason: Connection refused: connect
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: pasdwdb01:3003. Reason: Connection refused: connect
I can't figure out why it thinks it should be connecting to 3003
Addendum
This is the first time I have connected to and SQL Server 2008 R2