|
Home > Archive > Microsoft Content Management Server > December 2007 > Site Manager error - newbie
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 |
Site Manager error - newbie
|
|
|
| Hello
I get the following error when trying to connect to SiteManager.
[line 2, column 0]:: Expected statement
Source line:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra
When I select "Ignore script errors" checkbox and continue, I get.....
Error: Script contains syntax errors. Cannot continue loading Microsoft
Content Management Server.
Source: LinkConfig::LaunchLogon
Please help!
thanks
-sai
| |
| Stefan Goßner [MSFT] 2007-11-30, 7:27 am |
| Hi Sai,
sounds as if Site Manager gets an html error page in return when requesting
a javascript file.
I would suggest to take a network monitor trace to see what's going on.
Cheers,
Stefan
"sai" <sai@discussions.microsoft.com> wrote in message
news:255E576F-33E5-4B4F-97FF-007A6A97A4C4@microsoft.com...
> Hello
> I get the following error when trying to connect to SiteManager.
>
>
> [line 2, column 0]:: Expected statement
>
> Source line:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra
>
> When I select "Ignore script errors" checkbox and continue, I get.....
>
>
>
> Error: Script contains syntax errors. Cannot continue loading Microsoft
> Content Management Server.
> Source: LinkConfig::LaunchLogon
>
>
> Please help!
>
> thanks
> -sai
>
>
| |
|
| Hi Stefan
Thanks for your response.
I figured that MCMS is configured as Read-only on the live server. Thats why
I'm unable to connect to it with Site Manager. On the Authoring server, there
are virtual directories created for the login page that Site Manager is
requesting. None exists on the Live server.
Anyways, I just took over maintenance of an MCMS website. Here is what I'm
trying to accomplish. We have a batch job that syncs content between the
Author and Live servers. One of the users has deleted a file on the Author,
but the change is not getting reflected on the live server. All other changes
are getting reflected as expected.
Till now, I was trying to connect to Site Manager on the live server and
manually delete the file. But now I know that I can not. What do you suggest
I should tackle this situation?
thanks
-sai
"Stefan Goßner [MSFT]" wrote:
> Hi Sai,
>
> sounds as if Site Manager gets an html error page in return when requesting
> a javascript file.
>
> I would suggest to take a network monitor trace to see what's going on.
>
> Cheers,
> Stefan
>
> "sai" <sai@discussions.microsoft.com> wrote in message
> news:255E576F-33E5-4B4F-97FF-007A6A97A4C4@microsoft.com...
>
>
>
| |
| Stefan Goßner [MSFT] 2007-12-03, 7:26 am |
| Hi Sai,
first of all: incremental deployment should also transfer the delete
information.
Sounds to me as if one of the following conditions is true:
1) the file was deleted in Site Manager rather than using web author
2) the incremental deployment file carrying the delete information has not
been imported on the live server
You should only use web author to delete, copy or move items. Not Site
Manager.
To delete the item now manually you can either quickly reconfigure the
website as read-write, perform the delete and then reconfigure to read-only
or you can create a second website in IIS and configure this second website
as read-write and connect to it using Site Manager to perform the delete.
Cheers,
Stefan
"sai" <sai@discussions.microsoft.com> wrote in message
news:ECB2EF77-0ADC-4A84-B104-D81B0D85A6E4@microsoft.com...[vbcol=seagreen]
> Hi Stefan
> Thanks for your response.
>
> I figured that MCMS is configured as Read-only on the live server. Thats
> why
> I'm unable to connect to it with Site Manager. On the Authoring server,
> there
> are virtual directories created for the login page that Site Manager is
> requesting. None exists on the Live server.
>
> Anyways, I just took over maintenance of an MCMS website. Here is what I'm
> trying to accomplish. We have a batch job that syncs content between the
> Author and Live servers. One of the users has deleted a file on the
> Author,
> but the change is not getting reflected on the live server. All other
> changes
> are getting reflected as expected.
>
> Till now, I was trying to connect to Site Manager on the live server and
> manually delete the file. But now I know that I can not. What do you
> suggest
> I should tackle this situation?
>
> thanks
> -sai
>
>
> "Stefan Goßner [MSFT]" wrote:
>
|
|
|
|
|