My computer said; your current security settings prohibit
running active x controls on this page. As a result this
page my not show right. Thank YouThis is a SQL Server newsgroup so it's not really the best
place to post this message. If you are using Internet
Explorer, you may want to post ot the newsgroups for
Internet Explorer issues.
It's not clear what exactly your question is but in Internet
Explorer, the settings for this can be accessed by right
clicking on Internet Explorer, select properties. Go to the
Security tab, select the security zone context you are
operating in when receiving the message and then select
Custom Level.
-Sue
On Fri, 28 May 2004 11:28:32 -0700, "Vicki"
<anonymous@.discussions.microsoft.com> wrote:
>My computer said; your current security settings prohibit
>running active x controls on this page. As a result this
>page my not show right. Thank You
Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts
Tuesday, March 20, 2012
Sunday, February 12, 2012
Accessing printer settings in the sql reporting services 2000
I am using Visual Studio 2003 and SQL Reporting Services 2000. I am creating a Intranet based application which will be used by our company employees only. I want to know how can I set a printer, paper tray and paper size in the report settings, so that user need not to change the printer settings for each report. In the application some of the reports will be printed on pre-printed paper, some on the plain paper. and i want to print the reports which is not a defaul printer.
I did not find any solution yet... any ideas ... It will be a great help for me..
Thursday, February 9, 2012
accessing MSDE over the internet
Hi!
I was wondering if it was possible to access a MSDE server through the
internet and if it is what settings have to be made on the server machine.
I would like this so I could make any required repairs of my application
over the internet...
Thanks,
sasoSaso,
The MSDE Database work fine if u have less than 15 concurrent users and the
Database maximum file is 1GB. You don't need do any special configuration to
MSDE work through internet, but the performance will be poor.
[ ]'s
PEDRO HENRIQUE NUNES - Brasil
"Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
news:binqgk$fog$1@.planja.arnes.si...
> Hi!
> I was wondering if it was possible to access a MSDE server through the
> internet and if it is what settings have to be made on the server machine.
> I would like this so I could make any required repairs of my application
> over the internet...
> Thanks,
> saso
>|||let's say you are installing MSDE on your home PC. You give your IP address
to your friend and he can't connet to it. Here are things you should look
at:
1. your MSDE must use TCP/IP in net library.
2. you must know, and should change the default SQL port number 1433.
3. if you have a router you must have the router routes traffic on SQL port
to your MSDE box.
With a proper setup of your router and IP + port number given to your friend
he (she) can connect to SQL
"Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
news:binuv2$iq8$1@.planja.arnes.si...
> I have MSDE installed on my computer and I gave my friend my IP address...
> and he cound't connect to my server...
> "Pedro Henrique" <pedro@.jew.com.br> wrote in message
> news:O9es1DkbDHA.3044@.TK2MSFTNGP11.phx.gbl...
> > Saso,
> >
> > The MSDE Database work fine if u have less than 15 concurrent users and
> the
> > Database maximum file is 1GB. You don't need do any special
configuration
> to
> > MSDE work through internet, but the performance will be poor.
> >
> > [ ]'s
> >
> > PEDRO HENRIQUE NUNES - Brasil
> >
> >
> >
> > "Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
> > news:binqgk$fog$1@.planja.arnes.si...
> > > Hi!
> > > I was wondering if it was possible to access a MSDE server through the
> > > internet and if it is what settings have to be made on the server
> machine.
> > > I would like this so I could make any required repairs of my
application
> > > over the internet...
> > >
> > > Thanks,
> > > saso
> > >
> > >
> >
> >
>|||Hi Folks,
It also depends upon the version you have installed. At the SP3a level, MSDE
installs with network protocols disabled. Run the server network utility
SRVNETCN.exe to correct that.
HTH,
Greg Low (MVP)
MSDE Manager SQL Tools
www.whitebearconsulting.com
"Flicker" <hthan@.superioraccess.com> wrote in message
news:%23FaMV$kbDHA.2668@.TK2MSFTNGP09.phx.gbl...
> let's say you are installing MSDE on your home PC. You give your IP
address
> to your friend and he can't connet to it. Here are things you should look
> at:
> 1. your MSDE must use TCP/IP in net library.
> 2. you must know, and should change the default SQL port number 1433.
> 3. if you have a router you must have the router routes traffic on SQL
port
> to your MSDE box.
> With a proper setup of your router and IP + port number given to your
friend
> he (she) can connect to SQL
> "Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
> news:binuv2$iq8$1@.planja.arnes.si...
> > I have MSDE installed on my computer and I gave my friend my IP
address...
> > and he cound't connect to my server...
> > "Pedro Henrique" <pedro@.jew.com.br> wrote in message
> > news:O9es1DkbDHA.3044@.TK2MSFTNGP11.phx.gbl...
> > > Saso,
> > >
> > > The MSDE Database work fine if u have less than 15 concurrent users
and
> > the
> > > Database maximum file is 1GB. You don't need do any special
> configuration
> > to
> > > MSDE work through internet, but the performance will be poor.
> > >
> > > [ ]'s
> > >
> > > PEDRO HENRIQUE NUNES - Brasil
> > >
> > >
> > >
> > > "Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
> > > news:binqgk$fog$1@.planja.arnes.si...
> > > > Hi!
> > > > I was wondering if it was possible to access a MSDE server through
the
> > > > internet and if it is what settings have to be made on the server
> > machine.
> > > > I would like this so I could make any required repairs of my
> application
> > > > over the internet...
> > > >
> > > > Thanks,
> > > > saso
> > > >
> > > >
> > >
> > >
> >
> >
>
I was wondering if it was possible to access a MSDE server through the
internet and if it is what settings have to be made on the server machine.
I would like this so I could make any required repairs of my application
over the internet...
Thanks,
sasoSaso,
The MSDE Database work fine if u have less than 15 concurrent users and the
Database maximum file is 1GB. You don't need do any special configuration to
MSDE work through internet, but the performance will be poor.
[ ]'s
PEDRO HENRIQUE NUNES - Brasil
"Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
news:binqgk$fog$1@.planja.arnes.si...
> Hi!
> I was wondering if it was possible to access a MSDE server through the
> internet and if it is what settings have to be made on the server machine.
> I would like this so I could make any required repairs of my application
> over the internet...
> Thanks,
> saso
>|||let's say you are installing MSDE on your home PC. You give your IP address
to your friend and he can't connet to it. Here are things you should look
at:
1. your MSDE must use TCP/IP in net library.
2. you must know, and should change the default SQL port number 1433.
3. if you have a router you must have the router routes traffic on SQL port
to your MSDE box.
With a proper setup of your router and IP + port number given to your friend
he (she) can connect to SQL
"Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
news:binuv2$iq8$1@.planja.arnes.si...
> I have MSDE installed on my computer and I gave my friend my IP address...
> and he cound't connect to my server...
> "Pedro Henrique" <pedro@.jew.com.br> wrote in message
> news:O9es1DkbDHA.3044@.TK2MSFTNGP11.phx.gbl...
> > Saso,
> >
> > The MSDE Database work fine if u have less than 15 concurrent users and
> the
> > Database maximum file is 1GB. You don't need do any special
configuration
> to
> > MSDE work through internet, but the performance will be poor.
> >
> > [ ]'s
> >
> > PEDRO HENRIQUE NUNES - Brasil
> >
> >
> >
> > "Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
> > news:binqgk$fog$1@.planja.arnes.si...
> > > Hi!
> > > I was wondering if it was possible to access a MSDE server through the
> > > internet and if it is what settings have to be made on the server
> machine.
> > > I would like this so I could make any required repairs of my
application
> > > over the internet...
> > >
> > > Thanks,
> > > saso
> > >
> > >
> >
> >
>|||Hi Folks,
It also depends upon the version you have installed. At the SP3a level, MSDE
installs with network protocols disabled. Run the server network utility
SRVNETCN.exe to correct that.
HTH,
Greg Low (MVP)
MSDE Manager SQL Tools
www.whitebearconsulting.com
"Flicker" <hthan@.superioraccess.com> wrote in message
news:%23FaMV$kbDHA.2668@.TK2MSFTNGP09.phx.gbl...
> let's say you are installing MSDE on your home PC. You give your IP
address
> to your friend and he can't connet to it. Here are things you should look
> at:
> 1. your MSDE must use TCP/IP in net library.
> 2. you must know, and should change the default SQL port number 1433.
> 3. if you have a router you must have the router routes traffic on SQL
port
> to your MSDE box.
> With a proper setup of your router and IP + port number given to your
friend
> he (she) can connect to SQL
> "Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
> news:binuv2$iq8$1@.planja.arnes.si...
> > I have MSDE installed on my computer and I gave my friend my IP
address...
> > and he cound't connect to my server...
> > "Pedro Henrique" <pedro@.jew.com.br> wrote in message
> > news:O9es1DkbDHA.3044@.TK2MSFTNGP11.phx.gbl...
> > > Saso,
> > >
> > > The MSDE Database work fine if u have less than 15 concurrent users
and
> > the
> > > Database maximum file is 1GB. You don't need do any special
> configuration
> > to
> > > MSDE work through internet, but the performance will be poor.
> > >
> > > [ ]'s
> > >
> > > PEDRO HENRIQUE NUNES - Brasil
> > >
> > >
> > >
> > > "Saso Zagoranski" <saso.zagoranski@.guest.arnes.si> wrote in message
> > > news:binqgk$fog$1@.planja.arnes.si...
> > > > Hi!
> > > > I was wondering if it was possible to access a MSDE server through
the
> > > > internet and if it is what settings have to be made on the server
> > machine.
> > > > I would like this so I could make any required repairs of my
> application
> > > > over the internet...
> > > >
> > > > Thanks,
> > > > saso
> > > >
> > > >
> > >
> > >
> >
> >
>
Subscribe to:
Posts (Atom)