![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello, I have a C# app that creates local cubes using PTS. It works fine as long as the relational source (an MSDE instance) referenced in the create cube command isn't behind an XP firewall. I've tried making firewall exceptions for all the ports recommended by this KB article http://support.microsoft.com/default...b;en-us;841549 (meaning 2725, 2393, 2394, 135, 137, 138, 139, 445) but it doesn't seem to make any difference. I always get the following: Cannot connect to the data source '[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).;01000;[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.;08001'. I can only get it to work if I turn the firewall off. Does anyone have an idea how to configure the firewall to get this working? Helpful ideas or suggestions greatly appreciated! Keith |
#4
| |||
| |||
|
|
If the MSDE data source is behind the firewall it is the SQL ports you will need to open, not the AS ones. Try opening port 1433 (and you can probably close the others) HTH -- Regards Darren Gosbell [MCSD] dgosbell_at_yahoo_dot_com Blog: http://www.geekswithblogs.net/darrengosbell In article <eIZH7nwvFHA.464 (AT) TK2MSFTNGP15 (DOT) phx.gbl>, keith (AT) alh (DOT) com says... Hello, I have a C# app that creates local cubes using PTS. It works fine as long as the relational source (an MSDE instance) referenced in the create cube command isn't behind an XP firewall. I've tried making firewall exceptions for all the ports recommended by this KB article http://support.microsoft.com/default...b;en-us;841549 (meaning 2725, 2393, 2394, 135, 137, 138, 139, 445) but it doesn't seem to make any difference. I always get the following: Cannot connect to the data source '[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).;01000;[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.;08001'. I can only get it to work if I turn the firewall off. Does anyone have an idea how to configure the firewall to get this working? Helpful ideas or suggestions greatly appreciated! Keith |
#5
| |||
| |||
|
|
I thought of this today (it really was a 'duh!' sort of moment) but it doesn't seem to make any difference, either with the Analysis Services ports open or not. I'm trying to make sense of the firewall log, but it looks like PTS is using a range of TCP ports (I haven't opened any UDP ports...do I need to?) and I don't see a way to open a range of ports in the firewall. Any other suggestions? "Darren Gosbell" <xxx (AT) xxx (DOT) com> wrote in message news:MPG.1d9d16099fb32f119896b9 (AT) news (DOT) microsoft.com... If the MSDE data source is behind the firewall it is the SQL ports you will need to open, not the AS ones. Try opening port 1433 (and you can probably close the others) HTH -- Regards Darren Gosbell [MCSD] dgosbell_at_yahoo_dot_com Blog: http://www.geekswithblogs.net/darrengosbell In article <eIZH7nwvFHA.464 (AT) TK2MSFTNGP15 (DOT) phx.gbl>, keith (AT) alh (DOT) com says... Hello, I have a C# app that creates local cubes using PTS. It works fine as long as the relational source (an MSDE instance) referenced in the create cube command isn't behind an XP firewall. I've tried making firewall exceptions for all the ports recommended by this KB article http://support.microsoft.com/default...b;en-us;841549 (meaning 2725, 2393, 2394, 135, 137, 138, 139, 445) but it doesn't seem to make any difference. I always get the following: Cannot connect to the data source '[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).;01000;[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.;08001'. I can only get it to work if I turn the firewall off. Does anyone have an idea how to configure the firewall to get this working? Helpful ideas or suggestions greatly appreciated! Keith |
![]() |
| Thread Tools | |
| Display Modes | |
| |