Application Center Usage - Syncronizing Issues (part 2)

This is Interesting: Free IT Magazines  
Home > Archive > Application Center Usage > October 2004 > Syncronizing Issues (part 2)





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Syncronizing Issues (part 2)
Richard Norman

2004-10-19, 5:48 pm

Just posting to the top so that this particular issue is not lost.

Sorry for that, but this is an issue my company is facing right now in the
middle of testing.

Richard Norman


"Richard Norman" <normri@samc.com> wrote in message
news:e7v4s0htEHA.948@tk2msftngp13.phx.gbl...
> How about this...
>
> We have users that fill out applications. when they fill out the
> application, a resume can be uploaded to the server. If this server is a
> scondary server, what is the best way to be sure that the resume can be
> saved to the "master" server before the replication takes place. Cause
> wouldn't the replication remove that file since it is not on the master?
>
> We are starting this investigation of using Application Center to balance
> our server with a failover. So if a person is on a secondary server, how
> do
> we make sure that the resume that they upload is replicated properly? We
> are
> not as worried about session replication, jut making sure that the file
> they
> upload gets put into the system properly.
>
> Thanks for any advice you can provide...
>
> Richard Norman
>
> ""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
> news:mW1NThOlEHA.3608@cpmsftngxa10.phx.gbl...
>
>



George Cheng [MSFT]

2004-10-21, 5:50 pm

You will need to modify your application to force uploads to the dedicated
IP address of the controller. How are you currently doing uploads?

Thank You

George Cheng

Microsoft Application Center & Index Server Support

Note: This article has no warranties implicit or explicit.
All the content is given on the "as is" basis and the user
takes full responsibility for its use and assumption.
Microsoft Corporation Copyright 2004
All Rights Reserved

--------------------
| From: "Richard Norman" <normri@samc.com>
| Subject: Syncronizing Issues (part 2)
| Date: Tue, 19 Oct 2004 14:41:39 -0700
| Lines: 87
| Organization: Saint Agnes Medical Center
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#FsUsRitEHA.3320@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.applicationcenter.usage
| NNTP-Posting-Host: 66.209.144.3
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.applicationcenter.usage:3954
| X-Tomcat-NG: microsoft.public.applicationcenter.usage
|
| Just posting to the top so that this particular issue is not lost.
|
| Sorry for that, but this is an issue my company is facing right now in
the
| middle of testing.
|
| Richard Norman
|
|
| "Richard Norman" <normri@samc.com> wrote in message
| news:e7v4s0htEHA.948@tk2msftngp13.phx.gbl...
| > How about this...
| >
| > We have users that fill out applications. when they fill out the
| > application, a resume can be uploaded to the server. If this server is a
| > scondary server, what is the best way to be sure that the resume can be
| > saved to the "master" server before the replication takes place. Cause
| > wouldn't the replication remove that file since it is not on the master?
| >
| > We are starting this investigation of using Application Center to
balance
| > our server with a failover. So if a person is on a secondary server,
how
| > do
| > we make sure that the resume that they upload is replicated properly?
We
| > are
| > not as worried about session replication, jut making sure that the file
| > they
| > upload gets put into the system properly.
| >
| > Thanks for any advice you can provide...
| >
| > Richard Norman
| >
| > ""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
| > news:mW1NThOlEHA.3608@cpmsftngxa10.phx.gbl...
| >> That is by design. Ensure all changes are made to the controller, or
use
| >> request forwarding if you are updating via frontpage or webdav.
| >>
| >> Thank You
| >>
| >> George Cheng
| >>
| >> Microsoft Application Center & Index Server Support
| >>
| >> Note: This article has no warranties implicit or explicit.
| >> All the content is given on the "as is" basis and the user
| >> takes full responsibility for its use and assumption.
| >> Microsoft Corporation Copyright 2004
| >> All Rights Reserved
| >>
| >> --------------------
| >> | From: "Mustang" <Mustang@mordamus.nl>
| >> | Subject: load balancing synchronising issues
| >> | Date: Sun, 5 Sep 2004 14:06:06 +0200
| >> | Lines: 12
| >> | Organization: Mordamus
| >> | X-Priority: 3
| >> | X-MSMail-Priority: Normal
| >> | X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| >> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| >> | Message-ID: <eRI30C0kEHA.324@TK2MSFTNGP11.phx.gbl>
| >> | Newsgroups: microsoft.public.applicationcenter.usage
| >> | NNTP-Posting-Host: mordamus.xs4all.nl 213.84.254.82
| >> | Path:
| >>
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
| >> phx.gbl
| >> | Xref: cpmsftngxa10.phx.gbl
| >> microsoft.public.applicationcenter.usage:3895
| >> | X-Tomcat-NG: microsoft.public.applicationcenter.usage
| >> |
| >> | Hi there,
| >> |
| >> | Please answer me this question; when we use load balancing, data
that
| >> is
| >> | added/ modified on our second server is lost because it is not the
| >> | controller.
| >> |
| >> | What are possible solutions ?
| >> |
| >> | Kind Regards,
| >> | D.J. de Groot
| >> |
| >> |
| >> |
| >>
| >
| >
|
|
|

Richard Norman

2004-10-25, 5:48 pm

Well it is done through a web page. It uses an ActiveX control to save the
file to the server. So when someone uploads a resume, it saves the file to
the server using an ASP upload page and a Binary writer control.

All I do is send the file to this particular ASP page and it saves the file
uploaded to the server.

Richard Norman
Web/Application Developer

""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:ws8qi95tEHA.3660@cpmsftngxa10.phx.gbl...
> You will need to modify your application to force uploads to the dedicated
> IP address of the controller. How are you currently doing uploads?
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> | From: "Richard Norman" <normri@samc.com>
> | Subject: Syncronizing Issues (part 2)
> | Date: Tue, 19 Oct 2004 14:41:39 -0700
> | Lines: 87
> | Organization: Saint Agnes Medical Center
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> | X-RFC2646: Format=Flowed; Original
> | Message-ID: <#FsUsRitEHA.3320@TK2MSFTNGP15.phx.gbl>
> | Newsgroups: microsoft.public.applicationcenter.usage
> | NNTP-Posting-Host: 66.209.144.3
> | Path:
> cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15
> phx.gbl
> | Xref: cpmsftngxa10.phx.gbl microsoft.public.applicationcenter.usage:3954
> | X-Tomcat-NG: microsoft.public.applicationcenter.usage
> |
> | Just posting to the top so that this particular issue is not lost.
> |
> | Sorry for that, but this is an issue my company is facing right now in
> the
> | middle of testing.
> |
> | Richard Norman
> |
> |
> | "Richard Norman" <normri@samc.com> wrote in message
> | news:e7v4s0htEHA.948@tk2msftngp13.phx.gbl...
> | > How about this...
> | >
> | > We have users that fill out applications. when they fill out the
> | > application, a resume can be uploaded to the server. If this server is
> a
> | > scondary server, what is the best way to be sure that the resume can
> be
> | > saved to the "master" server before the replication takes place. Cause
> | > wouldn't the replication remove that file since it is not on the
> master?
> | >
> | > We are starting this investigation of using Application Center to
> balance
> | > our server with a failover. So if a person is on a secondary server,
> how
> | > do
> | > we make sure that the resume that they upload is replicated properly?
> We
> | > are
> | > not as worried about session replication, jut making sure that the
> file
> | > they
> | > upload gets put into the system properly.
> | >
> | > Thanks for any advice you can provide...
> | >
> | > Richard Norman
> | >
> | > ""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
> | > news:mW1NThOlEHA.3608@cpmsftngxa10.phx.gbl...
> | >> That is by design. Ensure all changes are made to the controller, or
> use
> | >> request forwarding if you are updating via frontpage or webdav.
> | >>
> | >> Thank You
> | >>
> | >> George Cheng
> | >>
> | >> Microsoft Application Center & Index Server Support
> | >>
> | >> Note: This article has no warranties implicit or explicit.
> | >> All the content is given on the "as is" basis and the user
> | >> takes full responsibility for its use and assumption.
> | >> Microsoft Corporation Copyright 2004
> | >> All Rights Reserved
> | >>
> | >> --------------------
> | >> | From: "Mustang" <Mustang@mordamus.nl>
> | >> | Subject: load balancing synchronising issues
> | >> | Date: Sun, 5 Sep 2004 14:06:06 +0200
> | >> | Lines: 12
> | >> | Organization: Mordamus
> | >> | X-Priority: 3
> | >> | X-MSMail-Priority: Normal
> | >> | X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
> | >> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
> | >> | Message-ID: <eRI30C0kEHA.324@TK2MSFTNGP11.phx.gbl>
> | >> | Newsgroups: microsoft.public.applicationcenter.usage
> | >> | NNTP-Posting-Host: mordamus.xs4all.nl 213.84.254.82
> | >> | Path:
> | >>
> cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
> | >> phx.gbl
> | >> | Xref: cpmsftngxa10.phx.gbl
> | >> microsoft.public.applicationcenter.usage:3895
> | >> | X-Tomcat-NG: microsoft.public.applicationcenter.usage
> | >> |
> | >> | Hi there,
> | >> |
> | >> | Please answer me this question; when we use load balancing, data
> that
> | >> is
> | >> | added/ modified on our second server is lost because it is not the
> | >> | controller.
> | >> |
> | >> | What are possible solutions ?
> | >> |
> | >> | Kind Regards,
> | >> | D.J. de Groot
> | >> |
> | >> |
> | >> |
> | >>
> | >
> | >
> |
> |
> |
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com