Showing posts with label parameters. Show all posts
Showing posts with label parameters. Show all posts

Monday, March 26, 2012

MSDE Replication Scenario

Greetings to fellow fleetfingers:

> May I ask for your opinion on a msde replication scenario?
>
> Here are the parameters of the scenario:
>
> 1. There are a number of standalone vb.net
> applications (named appx) living on different
> computers each uses an msde. Each is capable
> of accessing the internet. None are on static
> IP.
>
> 2. There is a threaded piece of appx which culls
> changed records from its msde.database.table(s),
> makes the returned rows into an xml structure and makes
> a web service call to a static ip. The web service
> sees the request type (a web method parameter)
> and the payload (a web method parameter) and updates records
> in a sqlserver located on its internal.
>
> What would be accomplished is (essentially) replication
> from the sql server instance to each of the msde instances
> (like we would if the sql server and each msde were on the same
> network. ) however this would be across the internet.
> Each msde publishes its essential elements and subscribes
> to changes that are made by the mother sql server.
>
> Is there a product that you know of that will accomplish this type
> of data transfer across the internet. Am I missing some essential
> features that already exist in msde?

Any one out there already walked this walk?
Any suggestions?

Fleetfingers

Web Synchronization sounds like what you are looking for. Take a look at the books on line topic "Web Synchronization for Merge Replication".

I'd love to hear back on how it goes.

Philip

Friday, March 9, 2012

MSDE Installation Parameters

When installing MSDE What is the cmd parameters for enable a TCPIP
connection on a port that is not default. Is this possible.
Thanks
hi Robert,
"Robert Barnett" <rlbcomp@.att.net> ha scritto nel messaggio
news:d5741a07.0404260740.55e21773@.posting.google.c om...
> When installing MSDE What is the cmd parameters for enable a TCPIP
> connection on a port that is not default. Is this possible.
... MSDE 1.0 installer did, but MSDE 2000 setup does not provide this
functionality..
you can only enable/disable network protocols, but you can not specify which
protocol and/or which port..
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
|||Is there a way to do this though the Deployment kit, in
that I have to deploy MSDE automatically on over 1000 systems,
Thanks
Robert[vbcol=seagreen]
>--Original Message--
>hi Robert,
>"Robert Barnett" <rlbcomp@.att.net> ha scritto nel messaggio
>news:d5741a07.0404260740.55e21773@.posting.google. com...
enable a TCPIP
>... MSDE 1.0 installer did, but MSDE 2000 setup does not
provide this
>functionality..
>you can only enable/disable network protocols, but you can
not specify which
>protocol and/or which port..
>--
>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
>.
>
|||hi Robert,
"Robert Barnett" <anonymous@.discussions.microsoft.com> ha scritto nel
messaggio news:478901c42bc6$177f8a90$a001280a@.phx.gbl...
> Is there a way to do this though the Deployment kit, in
> that I have to deploy MSDE automatically on over 1000 systems,
really no idea...
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

Wednesday, March 7, 2012

MSDE installation

I installed MSDE 2000 with parameters SAPWD='ahoj' SECURITYMODE=SQL
Installation was OK, I enabled all networks protocols in SVRNETCN.exe and
restared server.
osql.exe -L found 1 server: (local);
But if I try to start osql.exe -U sa and write a password, osql says 'Login
failed for user sa'.
Where is the mistake?
The password is OK.
Best regards,
Jakub Cermak
ICQ 159971304
http://cermi.wz.cz
Hope you didnt mess up with the syntax, in your case it would be:
OSQL -Usa -Pahoj
Did you tried it with those space between -P and -U ? Most be used with no
spaces between paramters...
HTH, Jens Suessmeyer
http://www.sqlserver2005.de
"Jakub Cermak (news)" <ja.cermi@.centrum.cz> schrieb im Newsbeitrag
news:uaZulUpQFHA.3384@.TK2MSFTNGP10.phx.gbl...
>I installed MSDE 2000 with parameters SAPWD='ahoj' SECURITYMODE=SQL
> Installation was OK, I enabled all networks protocols in SVRNETCN.exe and
> restared server.
> osql.exe -L found 1 server: (local);
> But if I try to start osql.exe -U sa and write a password, osql says
> 'Login
> failed for user sa'.
> Where is the mistake?
> The password is OK.
> --
> Best regards,
> Jakub Cermak
> ICQ 159971304
> http://cermi.wz.cz
|||The problem was in another thing.
The space isn't important.
Best regards,
Jakub Cermak
ICQ 159971304
http://cermi.wz.cz
Jens Smeyer napsal(a):
> Hope you didnt mess up with the syntax, in your case it would be:
> OSQL -Usa -Pahoj
> Did you tried it with those space between -P and -U ? Most be used with no
> spaces between paramters...
> HTH, Jens Suessmeyer
> --
> http://www.sqlserver2005.de
> --
> "Jakub Cermak (news)" <ja.cermi@.centrum.cz> schrieb im Newsbeitrag
> news:uaZulUpQFHA.3384@.TK2MSFTNGP10.phx.gbl...
>
>