Microsoft Content Management Server - Editing Console Not Appearing

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > October 2004 > Editing Console Not Appearing





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 Editing Console Not Appearing
ilona

2004-10-15, 9:13 pm

Hi Stefan,
we just rewamped CMS site that is now hosted on Windows 2003.However, there
is something strange going on with the Editing console. Logging in to the
site from the server box itself using IE is ok - editing console shows just
fine. Logging from my box across the network - ok as well, but for most of
the editors - once they log in to the new site - they do not see Editing
console using IE as well, even when the same user id/password is used as the
one working from the server box. This is a big issue, cuz nobody will
approve going into production if editors can not edit. Is there something
editors can do to get the editing console to show after the log in?


We have anonumous user allowed and forms authentication is enabled in web
config like so:
<authentication mode="Forms">
<forms name="blabla" path="/" loginUrl="ManualLogin.aspx"
protection="All" timeout="5" >
</forms>
</authentication>
<authorization>
<allow users="*" />
</authorization>

Thank you!


Stefan [MSFT]

2004-10-15, 9:13 pm

Hi Ilona,

did these users login using Forms authentication?
If yes the console should show up.

If not, please debug your ManualLogin.aspx to see if a valid ticket has been
created for this login.
Maybe there is a problem with the login page.

The fact that the problem does not occur on the server machine seems to
indicate that you are using windows authenication also.
Please check in IIS MMC if windows authentication is enabled beside
anonymous.

For a site that only needs to be accessed with forms authentication please
disable all other authentication methods beside anonymous in IIS MMC.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"ilona" <ilona_scrambled@no-go.com> wrote in message
news:eFw$R8TsEHA.3324@TK2MSFTNGP15.phx.gbl...
> Hi Stefan,
> we just rewamped CMS site that is now hosted on Windows 2003.However,

there
> is something strange going on with the Editing console. Logging in to the
> site from the server box itself using IE is ok - editing console shows

just
> fine. Logging from my box across the network - ok as well, but for most of
> the editors - once they log in to the new site - they do not see Editing
> console using IE as well, even when the same user id/password is used as

the
> one working from the server box. This is a big issue, cuz nobody will
> approve going into production if editors can not edit. Is there something
> editors can do to get the editing console to show after the log in?
>
>
> We have anonumous user allowed and forms authentication is enabled in web
> config like so:
> <authentication mode="Forms">
> <forms name="blabla" path="/" loginUrl="ManualLogin.aspx"
> protection="All" timeout="5" >
> </forms>
> </authentication>
> <authorization>
> <allow users="*" />
> </authorization>
>
> Thank you!
>
>



Stefan [MSFT]

2004-10-16, 5:52 pm

Hi Ilona,

do you have a custom console in place?
I have never heard about a case where our default console does something
like this.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"ilona" <ilona_scrambled@no-go.com> wrote in message
news:e4VBX9tsEHA.1720@TK2MSFTNGP14.phx.gbl...
> Stefan,
> I checked all the directories under CMS website - only anonymous
> authentication is enabled. Forms authentication is used. Code in Maual

login
> has not changed - it was the same as currently in production on Win2000.
> (although I cannot step through the code on new production server- no

Visual
> Studio there) CMS Database is a copy of production db, upgraded w/sp1a.
> Using local users and groups that are exactly the same. The new server is
> Win2003
>
> Upon login, a user in the role of Moderator and Editor is redirected to

the
> page like so w/no editing menu shown
>

http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
>
> Loggin in from the same box, it works just fine for Administrator,
> redirecting to this url and showing editing menu
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
>
> Is there something else I can check?
> Thank you
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:uYRAz$TsEHA.3268@TK2MSFTNGP09.phx.gbl...
> been
please[vbcol=seagreen]
> rights.
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



ilona

2004-10-17, 8:48 pm

Stefan,
No, we did not do any custom modifications to the console. I did more
testing and here is what I found:
if the user is directly assigned to Moderators, Administrators, or Editors
in Site Manager, then everything works ok. Editing menu shows just fine.

if the user is made a member of an NT group and then the NT group (as
opposed to the individual user) is assigned to Moderators, Administrators,
or Editors in the Site Manager, then editing menu does not show upon log in
(although "login" button switches to "log-off") - so the problem that I
described earlier happens only to NT groups.

On our Win2000/CMS 2002 w/no sp1, sp1a all users were in NT groups and then
those groups were assigned to CMS groups. On the new WIn2003 box w/CMS
SP1a - we seem to have the problem described earlier w/editing console not
showing

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OS%23Kqi3sEHA.3200@TK2MSFTNGP09.phx.gbl...
> Hi Ilona,
>
> do you have a custom console in place?
> I have never heard about a case where our default console does something
> like this.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>
> MCMS FAQ:
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>

http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:e4VBX9tsEHA.1720@TK2MSFTNGP14.phx.gbl...
> login
> Visual
is[vbcol=seagreen]
> the
>

http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
has[vbcol=seagreen]
to[vbcol=seagreen]
> please
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



Angus Logan [MVP]

2004-10-18, 2:50 am

Hi Ilona,

What edition of MCMS are you running?

If it is standard edition it may be throwing you into 'violation mode'.

Regards
--
________________________________________


Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________

"ilona" <ilona_scrambled@no-go.com> wrote in message
news:utFBEbKtEHA.2808@TK2MSFTNGP14.phx.gbl...
> Stefan,
> No, we did not do any custom modifications to the console. I did more
> testing and here is what I found:
> if the user is directly assigned to Moderators, Administrators, or Editors
> in Site Manager, then everything works ok. Editing menu shows just fine.
>
> if the user is made a member of an NT group and then the NT group (as
> opposed to the individual user) is assigned to Moderators, Administrators,
> or Editors in the Site Manager, then editing menu does not show upon log
> in
> (although "login" button switches to "log-off") - so the problem that I
> described earlier happens only to NT groups.
>
> On our Win2000/CMS 2002 w/no sp1, sp1a all users were in NT groups and
> then
> those groups were assigned to CMS groups. On the new WIn2003 box w/CMS
> SP1a - we seem to have the problem described earlier w/editing console not
> showing
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:OS%23Kqi3sEHA.3200@TK2MSFTNGP09.phx.gbl...
> rights.
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://www.gotdotnet.com/community/...t+S
erver

> is
> http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
> http://bla.bla.bla/Templates/Home.a...tionUnpublished
> has
> to
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://www.gotdotnet.com/community/...t+S
erver

>
>



Stefan [MSFT]

2004-10-18, 7:47 am

Good point!

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:es4FSPMtEHA.3412@TK2MSFTNGP14.phx.gbl...
> Hi Ilona,
>
> What edition of MCMS are you running?
>
> If it is standard edition it may be throwing you into 'violation mode'.
>
> Regards
> --
> ________________________________________

>
> Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
> Product Specialist
> Microsoft Application Solutions
> Data#3 Limited
> E angus_logan@data3.com.au
> BLOG www.anguslogan.com
> ________________________________________

> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:utFBEbKtEHA.2808@TK2MSFTNGP14.phx.gbl...
Editors[vbcol=seagreen]
Administrators,[vbcol=seagreen]
not[vbcol=seagreen]
something[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver
[vbcol=seagreen]
Maual[vbcol=seagreen]
w/sp1a.[vbcol=seagreen]
server[vbcol=seagreen]
to[vbcol=seagreen]
http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest[vbcol=seagreen]
http://bla.bla.bla/Templates/Home.a...tionUnpublished[vbcol=seagreen]
seems[vbcol=seagreen]
MMC.[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver
[vbcol=seagreen]
>
>



ilona

2004-10-18, 5:50 pm

Using Win2003 Standard and MCMS Enterprise License Version of Client and
Server 5.0.4484.0

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:ufGVfTPtEHA.4040@TK2MSFTNGP09.phx.gbl...
> Good point!
>
> --
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>
> MCMS FAQ:
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>

http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
> news:es4FSPMtEHA.3412@TK2MSFTNGP14.phx.gbl...
> Editors
fine.[vbcol=seagreen]
> Administrators,
log[vbcol=seagreen]
I[vbcol=seagreen]
> not
> something
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> Maual
no[vbcol=seagreen]
> w/sp1a.
> server
redirected[vbcol=seagreen]
> to
>

http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
ticket[vbcol=seagreen]
> seems
beside[vbcol=seagreen]
authentication[vbcol=seagreen]
> MMC.
no[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen]
>

http://www.gotdotnet.com/community/...t+S
erver

http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx[vbcol=seagreen]
>
>



Stefan [MSFT]

2004-10-18, 5:50 pm

Hi Ilona,

did you already test with a simple template that only contains the console
and one html placeholder control?
Just to check if this is being caused by a problem in the template file.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"ilona" <ilona_scrambled@no-go.com> wrote in message
news:#45jenStEHA.2196@TK2MSFTNGP14.phx.gbl...
> Using Win2003 Standard and MCMS Enterprise License Version of Client and
> Server 5.0.4484.0
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:ufGVfTPtEHA.4040@TK2MSFTNGP09.phx.gbl...
> rights.
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

mode'.[vbcol=seagreen]
more[vbcol=seagreen]
> fine.
(as[vbcol=seagreen]
> log
that[vbcol=seagreen]
> I
and[vbcol=seagreen]
w/CMS[vbcol=seagreen]
console[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

server-[vbcol=seagreen]
> no
> redirected
>

http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
Administrator,[vbcol=seagreen]
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
> ticket
> beside
> authentication
IIS[vbcol=seagreen]
confers[vbcol=seagreen]
> no
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>

http://www.gotdotnet.com/community/...t+S
erver

> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
>
>



ilona

2004-10-18, 5:50 pm

Yes,
I tested this even with MCMS startup page which is a default page in top
Common channel listing links to channels underneath and contains No
placeholders.

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OhnIIzStEHA.2316@TK2MSFTNGP12.phx.gbl...
> Hi Ilona,
>
> did you already test with a simple template that only contains the console
> and one html placeholder control?
> Just to check if this is being caused by a problem in the template file.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>
> MCMS FAQ:
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>

http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:#45jenStEHA.2196@TK2MSFTNGP14.phx.gbl...
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> mode'.
> more
> (as
upon[vbcol=seagreen]
> that
> and
> w/CMS
> console
no[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen]
>

http://www.gotdotnet.com/community/...t+S
erver

http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx[vbcol=seagreen]
anonymous[vbcol=seagreen]
in[vbcol=seagreen]
> server-
>

http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
> Administrator,
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
machine[vbcol=seagreen]
> IIS
> confers
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



Stefan [MSFT]

2004-10-18, 5:50 pm

Hi Ilona,

then it's time now to open a service request.
This seems to require deeper investigations.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"ilona" <ilona_scrambled@no-go.com> wrote in message
news:uRU1A#StEHA.272@TK2MSFTNGP12.phx.gbl...
> Yes,
> I tested this even with MCMS startup page which is a default page in top
> Common channel listing links to channels underneath and contains No
> placeholders.
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:OhnIIzStEHA.2316@TK2MSFTNGP12.phx.gbl...
console[vbcol=seagreen]
> rights.
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

and[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

or[vbcol=seagreen]
just[vbcol=seagreen]
group[vbcol=seagreen]
> upon
groups[vbcol=seagreen]
confers[vbcol=seagreen]
> no
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>

http://www.gotdotnet.com/community/...t+S
erver

> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> anonymous
> in
on[vbcol=seagreen]
upgraded[vbcol=seagreen]
new[vbcol=seagreen]
>

http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
message[vbcol=seagreen]
valid[vbcol=seagreen]
> machine
enabled[vbcol=seagreen]
in[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



ilona

2004-10-18, 5:50 pm

Stefan,
I am talking to the client and I think they will want to go ahead and open a
support ticket. When I open a ticket will I be working w/you or somebody
else? Can you recommend a support professional that I should request?


"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:u0aYDLTtEHA.3788@TK2MSFTNGP09.phx.gbl...
> Hi Ilona,
>
> then it's time now to open a service request.
> This seems to require deeper investigations.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>
> MCMS FAQ:
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>

http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:uRU1A#StEHA.272@TK2MSFTNGP12.phx.gbl...
> console
file.[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> and
no[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

did[vbcol=seagreen]
Administrators,[vbcol=seagreen]
> or
> just
> group
show[vbcol=seagreen]
problem[vbcol=seagreen]
> groups
box[vbcol=seagreen]
message[vbcol=seagreen]
does[vbcol=seagreen]
> confers
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

Code[vbcol=seagreen]
production[vbcol=seagreen]
> on
> upgraded
> new
>

http://bla.bla.bla/Templates/Home.a...BFDAFE%7d&NRCAC
HEHINT=NoModifyGuest
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
> message
> valid
> enabled
> in
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



Stefan [MSFT]

2004-10-18, 5:50 pm

Hi Ilona,

it depends where the ticket is opened.
In EMEA (europe, middle east, africa) you can request to get in contact with
me.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"ilona" <ilona_scrambled@no-go.com> wrote in message
news:Oc0X1UTtEHA.2808@TK2MSFTNGP14.phx.gbl...
> Stefan,
> I am talking to the client and I think they will want to go ahead and open

a
> support ticket. When I open a ticket will I be working w/you or somebody
> else? Can you recommend a support professional that I should request?
>
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:u0aYDLTtEHA.3788@TK2MSFTNGP09.phx.gbl...
> rights.
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

top[vbcol=seagreen]
> file.
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

Client[vbcol=seagreen]
> no
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen]
>

http://www.gotdotnet.com/community/...t+S
erver

http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx[vbcol=seagreen]
'violation[vbcol=seagreen]
> did
> Administrators,
shows[vbcol=seagreen]
> show
> problem
> box
w/editing[vbcol=seagreen]
> message
> does
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> Code
> production
production[vbcol=seagreen]
The[vbcol=seagreen]
>

http://bla.bla.bla/Templates/Home.a...BFDAFE%7d&NRCAC
> HEHINT=NoModifyGuest
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
anonymous[vbcol=seagreen]
and[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



ilona

2004-10-18, 5:50 pm

I am in Missouri, USA

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23i56OXTtEHA.820@TK2MSFTNGP12.phx.gbl...
> Hi Ilona,
>
> it depends where the ticket is opened.
> In EMEA (europe, middle east, africa) you can request to get in contact

with
> me.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>
> MCMS FAQ:
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>

http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:Oc0X1UTtEHA.2808@TK2MSFTNGP14.phx.gbl...
open[vbcol=seagreen]
> a
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> top
no[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> Client
confers[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>

http://www.gotdotnet.com/community/...t+S
erver

> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
message[vbcol=seagreen]
> 'violation
I[vbcol=seagreen]
> shows
NT[vbcol=seagreen]
NT[vbcol=seagreen]
WIn2003[vbcol=seagreen]
> w/editing
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

used.[vbcol=seagreen]
> production
> The
is[vbcol=seagreen]
>

http://bla.bla.bla/Templates/Home.a...BFDAFE%7d&NRCAC
>

http://bla.bla.bla/Templates/Home.a...tionUnpublished
a[vbcol=seagreen]
server[vbcol=seagreen]
also.[vbcol=seagreen]
> anonymous
> and
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx[vbcol=seagreen]
>
>



Stefan [MSFT]

2004-10-18, 5:50 pm

Hi Ilona,

that's fine!
There are lots of good engineers over there!
Send greetings from me to whoever takes your request.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"ilona" <ilona_scrambled@no-go.com> wrote in message
news:OCEMVbTtEHA.376@TK2MSFTNGP09.phx.gbl...
> I am in Missouri, USA
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:%23i56OXTtEHA.820@TK2MSFTNGP12.phx.gbl...
> with
> rights.
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> open
somebody[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

in[vbcol=seagreen]
No[vbcol=seagreen]
the[vbcol=seagreen]
template[vbcol=seagreen]
> no
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen]
>

http://www.gotdotnet.com/community/...t+S
erver

http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx[vbcol=seagreen]
message[vbcol=seagreen]
> confers
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> message
console.[vbcol=seagreen]
> I
> NT
Moderators,[vbcol=seagreen]
not[vbcol=seagreen]
> NT
> WIn2003
console[vbcol=seagreen]
and[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

only[vbcol=seagreen]
> used.
db,[vbcol=seagreen]
same.[vbcol=seagreen]
Editor[vbcol=seagreen]
> is
>

http://bla.bla.bla/Templates/Home.a...BFDAFE%7d&NRCAC
>

http://bla.bla.bla/Templates/Home.a...-B5720FBFDAFE%7
d&NRCACHEHINT=NoModifyGuest&wbc_purpose=Basic&WBCMODE=PresentationUnpublishe
d
in[vbcol=seagreen]
if[vbcol=seagreen]
> a
> server
> also.
is[vbcol=seagreen]
forms[vbcol=seagreen]
warranties,[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
>
>



ilona

2004-10-28, 5:49 pm

They might be really good, but they do not know how to samba ;(
I rebooted the box and everything worked! Thanks for you help, though - do
not know what I'd do without you!

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:O4WpN7TtEHA.3152@TK2MSFTNGP14.phx.gbl...
> Hi Ilona,
>
> that's fine!
> There are lots of good engineers over there!
> Send greetings from me to whoever takes your request.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>
> MCMS FAQ:
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>

http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:OCEMVbTtEHA.376@TK2MSFTNGP09.phx.gbl...
contact[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

and[vbcol=seagreen]
> somebody
request?[vbcol=seagreen]
no[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

page[vbcol=seagreen]
> in
> No
> the
> template
confers[vbcol=seagreen]
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>

http://www.gotdotnet.com/community/...t+S
erver

> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
of[vbcol=seagreen]
> message
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

> console.
menu[vbcol=seagreen]
the[vbcol=seagreen]
> Moderators,
> not
the[vbcol=seagreen]
in[vbcol=seagreen]
in[vbcol=seagreen]
> console
> and
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx[vbcol=seagreen]
> only
> db,
> same.
> Editor
>

http://bla.bla.bla/Templates/Home.a...BFDAFE%7d&NRCAC
>

http://bla.bla.bla/Templates/Home.a...-B5720FBFDAFE%7
>

d&NRCACHEHINT=NoModifyGuest&wbc_purpose=Basic& WBCMODE=PresentationUnpublishe
> d
wrote[vbcol=seagreen]
> in
> if
> is
> forms
> warranties,
>

http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>

http://www.gotdotnet.com/community/...t+S
erver

>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com