hi all,
i'm testing some of my applications w/c runs on MSDE on the new Windows XP Service Pack2, which actually entails newer & more secure firewall settings.
my application run on both the server & workstations only w/ the firewall switched off.
but the problem comes w/n i have the firewall settings switched on. the applications runs on the server but the workstation applications cannot.
how do i configure my workstations to be in the exception list on the firewall so they can access the server?
i'll already added the workstation's IP address & subnet but still i can't get it connect.
how do i configure my network to use TCP/IP protocol w/ a static port so i can add the workstations to the firewall's exceptions list.
thanks.
herbert
hi Herbert,
"herbert" <praetorean.tech@.graffiti.net> ha scritto nel messaggio
news:EAE41221-4DE2-458E-84D7-B24A0531F1A1@.microsoft.com...
> hi all,
> i'm testing some of my applications w/c runs on MSDE on the new Windows XP
Service Pack2, which actually entails newer & more secure firewall settings.
> my application run on both the server & workstations only w/ the firewall
switched off.
> but the problem comes w/n i have the firewall settings switched on. the
applications runs on the server but the workstation applications cannot.
> how do i configure my workstations to be in the exception list on the
firewall so they can access the server?
> i'll already added the workstation's IP address & subnet but still i can't
get it connect.
> how do i configure my network to use TCP/IP protocol w/ a static port so i
can add the workstations to the firewall's exceptions list.
>
you have to manually open TCP/IP port 1433, if MSDE instance you are running
is listening on the default port.. or the port you are using to connect to
it...
as regards multi instance support, Windows XP SP2 firewall will actually
disable the benefit of dynamic port detection by SQL Server... that's to say
you have to manually statically set a designed port for each instance, open
all the required ports on the Firewall and close UDP 1434 port, which is no
longer needed when dynamic detection is "disabled"..
Microsoft is developing a script for customers who need an automated
solution. If you need the script, contact msdewxp2@.microsoft.com, asking for
"script for customers who need an automated solution to enable MSDE network
connections" , as required by PSS email "Guidance for using MSDE on Windows
XP Service Pack 2"
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
2012年2月24日星期五
Firewall Setting for XP Professional
We have installed SQL Server Evaluation copy on a Windows
XP Professional Workstation with SP2 installed. We also
installed Reporting Services on that workstation as well.
We would like to access the reports on that workstation
from a remote workstation. In this way, we would like to
know what is the best way to open the firewall ? Is it
only for us to add C:\Program Files\Microsoft SQL
Server\MSSQL\Binn\sqlservr.exe in the exception list ?
ThanksHi
http://support.microsoft.com/?kbid=841249
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Daniel" wrote:
> We have installed SQL Server Evaluation copy on a Windows
> XP Professional Workstation with SP2 installed. We also
> installed Reporting Services on that workstation as well.
> We would like to access the reports on that workstation
> from a remote workstation. In this way, we would like to
> know what is the best way to open the firewall ? Is it
> only for us to add C:\Program Files\Microsoft SQL
> Server\MSSQL\Binn\sqlservr.exe in the exception list ?
> Thanks
>
>
XP Professional Workstation with SP2 installed. We also
installed Reporting Services on that workstation as well.
We would like to access the reports on that workstation
from a remote workstation. In this way, we would like to
know what is the best way to open the firewall ? Is it
only for us to add C:\Program Files\Microsoft SQL
Server\MSSQL\Binn\sqlservr.exe in the exception list ?
ThanksHi
http://support.microsoft.com/?kbid=841249
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Daniel" wrote:
> We have installed SQL Server Evaluation copy on a Windows
> XP Professional Workstation with SP2 installed. We also
> installed Reporting Services on that workstation as well.
> We would like to access the reports on that workstation
> from a remote workstation. In this way, we would like to
> know what is the best way to open the firewall ? Is it
> only for us to add C:\Program Files\Microsoft SQL
> Server\MSSQL\Binn\sqlservr.exe in the exception list ?
> Thanks
>
>
2012年2月19日星期日
Firewall and port 1433
I read in a forum that port 1433 should never be opened to the internet. Is
this true?
We are developing Windows applications that will need access to our SQL
server from outside our firewall. Is it better to connect via a VPN first an
d
then run the Windows application?
Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
port 1433 to the internet.
We are using Netscreen 5GT as out main firewall and then we have Windows
fireall turned on."Curtis" <Curtis@.discussions.microsoft.com> wrote in message
news:44113285-9232-4CB1-96AD-116293A830CA@.microsoft.com...
> I read in a forum that port 1433 should never be opened to the internet.
Is
> this true?
Well, it depends. Do you want any random person knocking on that port and
waiting for the next Slammer type worm to come along and own your system?
If so, leave it open.
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first
and
> then run the Windows application?
Yes.
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to
open
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.
Also, if they are connecting from a specific range of IPs, narrow anything
you open to just that range for further protection.|||Hi
Have you considered creating a web based application? A half way house may
be to use a web service instead of direct database access.
John
"Curtis" wrote:
> I read in a forum that port 1433 should never be opened to the internet. I
s
> this true?
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first
and
> then run the Windows application?
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to ope
n
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.|||Thank you both for the sound advice.
We have considered web based application. I am not well versed in web
services, so I need to do some research.
"John Bell" wrote:
[vbcol=seagreen]
> Hi
> Have you considered creating a web based application? A half way house may
> be to use a web service instead of direct database access.
> John
> "Curtis" wrote:
>
this true?
We are developing Windows applications that will need access to our SQL
server from outside our firewall. Is it better to connect via a VPN first an
d
then run the Windows application?
Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
port 1433 to the internet.
We are using Netscreen 5GT as out main firewall and then we have Windows
fireall turned on."Curtis" <Curtis@.discussions.microsoft.com> wrote in message
news:44113285-9232-4CB1-96AD-116293A830CA@.microsoft.com...
> I read in a forum that port 1433 should never be opened to the internet.
Is
> this true?
Well, it depends. Do you want any random person knocking on that port and
waiting for the next Slammer type worm to come along and own your system?
If so, leave it open.
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first
and
> then run the Windows application?
Yes.
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to
open
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.
Also, if they are connecting from a specific range of IPs, narrow anything
you open to just that range for further protection.|||Hi
Have you considered creating a web based application? A half way house may
be to use a web service instead of direct database access.
John
"Curtis" wrote:
> I read in a forum that port 1433 should never be opened to the internet. I
s
> this true?
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first
and
> then run the Windows application?
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to ope
n
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.|||Thank you both for the sound advice.
We have considered web based application. I am not well versed in web
services, so I need to do some research.
"John Bell" wrote:
[vbcol=seagreen]
> Hi
> Have you considered creating a web based application? A half way house may
> be to use a web service instead of direct database access.
> John
> "Curtis" wrote:
>
Firewall and port 1433
I read in a forum that port 1433 should never be opened to the internet. Is
this true?
We are developing Windows applications that will need access to our SQL
server from outside our firewall. Is it better to connect via a VPN first and
then run the Windows application?
Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
port 1433 to the internet.
We are using Netscreen 5GT as out main firewall and then we have Windows
fireall turned on."Curtis" <Curtis@.discussions.microsoft.com> wrote in message
news:44113285-9232-4CB1-96AD-116293A830CA@.microsoft.com...
> I read in a forum that port 1433 should never be opened to the internet.
Is
> this true?
Well, it depends. Do you want any random person knocking on that port and
waiting for the next Slammer type worm to come along and own your system?
If so, leave it open.
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first
and
> then run the Windows application?
Yes.
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to
open
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.
Also, if they are connecting from a specific range of IPs, narrow anything
you open to just that range for further protection.|||Hi
Have you considered creating a web based application? A half way house may
be to use a web service instead of direct database access.
John
"Curtis" wrote:
> I read in a forum that port 1433 should never be opened to the internet. Is
> this true?
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first and
> then run the Windows application?
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.|||Thank you both for the sound advice.
We have considered web based application. I am not well versed in web
services, so I need to do some research.
"John Bell" wrote:
> Hi
> Have you considered creating a web based application? A half way house may
> be to use a web service instead of direct database access.
> John
> "Curtis" wrote:
> > I read in a forum that port 1433 should never be opened to the internet. Is
> > this true?
> >
> > We are developing Windows applications that will need access to our SQL
> > server from outside our firewall. Is it better to connect via a VPN first and
> > then run the Windows application?
> >
> > Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
> > port 1433 to the internet.
> >
> > We are using Netscreen 5GT as out main firewall and then we have Windows
> > fireall turned on.
this true?
We are developing Windows applications that will need access to our SQL
server from outside our firewall. Is it better to connect via a VPN first and
then run the Windows application?
Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
port 1433 to the internet.
We are using Netscreen 5GT as out main firewall and then we have Windows
fireall turned on."Curtis" <Curtis@.discussions.microsoft.com> wrote in message
news:44113285-9232-4CB1-96AD-116293A830CA@.microsoft.com...
> I read in a forum that port 1433 should never be opened to the internet.
Is
> this true?
Well, it depends. Do you want any random person knocking on that port and
waiting for the next Slammer type worm to come along and own your system?
If so, leave it open.
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first
and
> then run the Windows application?
Yes.
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to
open
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.
Also, if they are connecting from a specific range of IPs, narrow anything
you open to just that range for further protection.|||Hi
Have you considered creating a web based application? A half way house may
be to use a web service instead of direct database access.
John
"Curtis" wrote:
> I read in a forum that port 1433 should never be opened to the internet. Is
> this true?
> We are developing Windows applications that will need access to our SQL
> server from outside our firewall. Is it better to connect via a VPN first and
> then run the Windows application?
> Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
> port 1433 to the internet.
> We are using Netscreen 5GT as out main firewall and then we have Windows
> fireall turned on.|||Thank you both for the sound advice.
We have considered web based application. I am not well versed in web
services, so I need to do some research.
"John Bell" wrote:
> Hi
> Have you considered creating a web based application? A half way house may
> be to use a web service instead of direct database access.
> John
> "Curtis" wrote:
> > I read in a forum that port 1433 should never be opened to the internet. Is
> > this true?
> >
> > We are developing Windows applications that will need access to our SQL
> > server from outside our firewall. Is it better to connect via a VPN first and
> > then run the Windows application?
> >
> > Does anyone know how to open port 1433 on Netscreen 5gt? If it's ok to open
> > port 1433 to the internet.
> >
> > We are using Netscreen 5GT as out main firewall and then we have Windows
> > fireall turned on.
firewall
Hello,
I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
the sqlserver. Disabling the firewall solves the problem.
What else should I set?
Thanks
FrankIs it a named instance or a default instance?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Frank" <frank@.iDontWantSpam.com> wrote in message news:42b92757$0$34674$e4fe514c@.news.xs4al
l.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||http://support.microsoft.com/defaul...kb;en-us;287932
Hope this helps.
Francesco Anti
"Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||Thanks, I get it.
Frank
"Francesco Anti" <fanti_@._sicosbt.it> schreef in bericht
news:OMDq4lwdFHA.3048@.TK2MSFTNGP12.phx.gbl...
> http://support.microsoft.com/defaul...kb;en-us;287932
> Hope this helps.
> Francesco Anti
>
> "Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
> news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
>
I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
the sqlserver. Disabling the firewall solves the problem.
What else should I set?
Thanks
FrankIs it a named instance or a default instance?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Frank" <frank@.iDontWantSpam.com> wrote in message news:42b92757$0$34674$e4fe514c@.news.xs4al
l.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||http://support.microsoft.com/defaul...kb;en-us;287932
Hope this helps.
Francesco Anti
"Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||Thanks, I get it.
Frank
"Francesco Anti" <fanti_@._sicosbt.it> schreef in bericht
news:OMDq4lwdFHA.3048@.TK2MSFTNGP12.phx.gbl...
> http://support.microsoft.com/defaul...kb;en-us;287932
> Hope this helps.
> Francesco Anti
>
> "Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
> news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
>
firewall
Hello,
I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
the sqlserver. Disabling the firewall solves the problem.
What else should I set?
Thanks
Frank
Is it a named instance or a default instance?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Frank" <frank@.iDontWantSpam.com> wrote in message news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>
|||http://support.microsoft.com/default...b;en-us;287932
Hope this helps.
Francesco Anti
"Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>
|||Thanks, I get it.
Frank
"Francesco Anti" <fanti_@._sicosbt.it> schreef in bericht
news:OMDq4lwdFHA.3048@.TK2MSFTNGP12.phx.gbl...
> http://support.microsoft.com/default...b;en-us;287932
> Hope this helps.
> Francesco Anti
>
> "Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
> news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
>
I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
the sqlserver. Disabling the firewall solves the problem.
What else should I set?
Thanks
Frank
Is it a named instance or a default instance?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Frank" <frank@.iDontWantSpam.com> wrote in message news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>
|||http://support.microsoft.com/default...b;en-us;287932
Hope this helps.
Francesco Anti
"Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>
|||Thanks, I get it.
Frank
"Francesco Anti" <fanti_@._sicosbt.it> schreef in bericht
news:OMDq4lwdFHA.3048@.TK2MSFTNGP12.phx.gbl...
> http://support.microsoft.com/default...b;en-us;287932
> Hope this helps.
> Francesco Anti
>
> "Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
> news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
>
firewall
Hello,
I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
the sqlserver. Disabling the firewall solves the problem.
What else should I set?
Thanks
FrankIs it a named instance or a default instance?
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Frank" <frank@.iDontWantSpam.com> wrote in message news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||http://support.microsoft.com/default.aspx?scid=kb;en-us;287932
Hope this helps.
Francesco Anti
"Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||Thanks, I get it.
Frank
"Francesco Anti" <fanti_@._sicosbt.it> schreef in bericht
news:OMDq4lwdFHA.3048@.TK2MSFTNGP12.phx.gbl...
> http://support.microsoft.com/default.aspx?scid=kb;en-us;287932
> Hope this helps.
> Francesco Anti
>
> "Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
> news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
>> Hello,
>> I opened ports 1433 and 1434 in the Windows firewall and cannot connect
>> to
>> the sqlserver. Disabling the firewall solves the problem.
>> What else should I set?
>> Thanks
>> Frank
>>
>
I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
the sqlserver. Disabling the firewall solves the problem.
What else should I set?
Thanks
FrankIs it a named instance or a default instance?
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Frank" <frank@.iDontWantSpam.com> wrote in message news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||http://support.microsoft.com/default.aspx?scid=kb;en-us;287932
Hope this helps.
Francesco Anti
"Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
> Hello,
> I opened ports 1433 and 1434 in the Windows firewall and cannot connect to
> the sqlserver. Disabling the firewall solves the problem.
> What else should I set?
> Thanks
> Frank
>|||Thanks, I get it.
Frank
"Francesco Anti" <fanti_@._sicosbt.it> schreef in bericht
news:OMDq4lwdFHA.3048@.TK2MSFTNGP12.phx.gbl...
> http://support.microsoft.com/default.aspx?scid=kb;en-us;287932
> Hope this helps.
> Francesco Anti
>
> "Frank" <frank@.iDontWantSpam.com> ha scritto nel messaggio
> news:42b92757$0$34674$e4fe514c@.news.xs4all.nl...
>> Hello,
>> I opened ports 1433 and 1434 in the Windows firewall and cannot connect
>> to
>> the sqlserver. Disabling the firewall solves the problem.
>> What else should I set?
>> Thanks
>> Frank
>>
>
Firefox browser support
Hi all,
We are trying to use SQL RS 2005 at our Company. We have a mix of MAC and
Windows users and I am trying to see whether RS 2005 can work with FireFox. I
created a simple matrix report and the rendering is quite bad, fields dont
have the right widths (IE shows correctly).
How do I get the matrix reports to show correctly in Firefox? Even if it is
extra code that needs to be written somewhere, thats fine. I just want to
have an idea of where to write the code (to show right widths for fields) and
how to implement the code? Any suggestions?
I know the firefox support for RS 2005 has become a FAQ, but I would like to
explore the work-arounds that can be done.
ThanksSeventhSense wrote:
> Hi all,
> We are trying to use SQL RS 2005 at our Company. We have a mix of MAC and
> Windows users and I am trying to see whether RS 2005 can work with FireFox. I
> created a simple matrix report and the rendering is quite bad, fields dont
> have the right widths (IE shows correctly).
> How do I get the matrix reports to show correctly in Firefox? Even if it is
> extra code that needs to be written somewhere, thats fine. I just want to
> have an idea of where to write the code (to show right widths for fields) and
> how to implement the code? Any suggestions?
> I know the firefox support for RS 2005 has become a FAQ, but I would like to
> explore the work-arounds that can be done.
> Thanks
I am having the same problem. I could tell that the data are shown in
firefox, however, it is so tiny that it is not legible, but they show
up nicely in IE.
Any good solution? Thanks.
We are trying to use SQL RS 2005 at our Company. We have a mix of MAC and
Windows users and I am trying to see whether RS 2005 can work with FireFox. I
created a simple matrix report and the rendering is quite bad, fields dont
have the right widths (IE shows correctly).
How do I get the matrix reports to show correctly in Firefox? Even if it is
extra code that needs to be written somewhere, thats fine. I just want to
have an idea of where to write the code (to show right widths for fields) and
how to implement the code? Any suggestions?
I know the firefox support for RS 2005 has become a FAQ, but I would like to
explore the work-arounds that can be done.
ThanksSeventhSense wrote:
> Hi all,
> We are trying to use SQL RS 2005 at our Company. We have a mix of MAC and
> Windows users and I am trying to see whether RS 2005 can work with FireFox. I
> created a simple matrix report and the rendering is quite bad, fields dont
> have the right widths (IE shows correctly).
> How do I get the matrix reports to show correctly in Firefox? Even if it is
> extra code that needs to be written somewhere, thats fine. I just want to
> have an idea of where to write the code (to show right widths for fields) and
> how to implement the code? Any suggestions?
> I know the firefox support for RS 2005 has become a FAQ, but I would like to
> explore the work-arounds that can be done.
> Thanks
I am having the same problem. I could tell that the data are shown in
firefox, however, it is so tiny that it is not legible, but they show
up nicely in IE.
Any good solution? Thanks.
订阅:
博文 (Atom)