 |
|
 |
|
08-09-05 10:53 PM
In our installation of MCS (SP3, FP1) when trying to publish
profiles form business desk we recieve the following error:
Publish profiles failed.
The refresh page on the site could not be accessed. The returned error
is: 404 Not Found
What page is this messge about and how to correct this?
--
Yours faithfully,
Alexander Yushchenko
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
RE: Publish profile failed |
 |
 |
|
|
08-10-05 10:52 PM
I'm not certain which file it is; but it's either BDRefresh.aspx or
RefreshApp.aspx that it is trying to access. These pages should both be in
the root VDir of your runtime site (for a default CSharp.pup site, this
would be http://localhost/CSharpSite/). This could also be a permissions
problem if the pages do exist. Examine your web logs for more information.
Thanks,
David
--------------------
Date: Tue, 09 Aug 2005 19:34:19 +0400
From: Alexander Yushchenko <sasha-yoush@mtu-net.ru>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
X-Accept-Language: ru-ru, ru
MIME-Version: 1.0
Subject: Publish profile failed
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <#6W4QfPnFHA.1044@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.commerceserver.userprofilemgt
NNTP-Posting-Host: mipt.server.ru 194.67.183.7
Lines: 1
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:504
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
In our installation of MCS (SP3, FP1) when trying to publish
profiles form business desk we recieve the following error:
Publish profiles failed.
The refresh page on the site could not be accessed. The returned error
is: 404 Not Found
What page is this messge about and how to correct this?
--
Yours faithfully,
Alexander Yushchenko
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Publish profile failed |
 |
 |
|
|
08-12-05 10:57 PM
Thanks for your answer!
Further investigation results are the following:
1. "Publish profiles" page in business desk is
"Profiles/RefreshProfileSvcAll.asp"
2. This file contains the line that causes the problem:
refreshform.sWebPath.value = "http://" &
oSelection.SelectSingleNode(".//webserver").text &
":" & sPort & "/" & oSelection.SelectSingleNode(".//application").text &
"/" & "RefreshApp.asp"
3. This file ("RefreshApp.asp") can be found on our site.
4. When changing this line to the following, it works:
refreshform.sWebPath.value = "http://" &
"our.site.host.name" &
":" & sPort & "/" & oSelection.SelectSingleNode(".//application").text &
"/" & "RefreshApp.asp"
5. But on the business desk screen our site host name is displayed
correctly!.
Please, advice.
--
Yours faithfully,
Alexander Yushchenko
David Hargis [MSFT] wrote:
> I'm not certain which file it is; but it's either BDRefresh.aspx or
> RefreshApp.aspx that it is trying to access. These pages should both be i
n
> the root VDir of your runtime site (for a default CSharp.pup site, this
> would be http://localhost/CSharpSite/). This could also be a permissions
> problem if the pages do exist. Examine your web logs for more information
.
>
> Thanks,
> David
>
> --------------------
> Date: Tue, 09 Aug 2005 19:34:19 +0400
> From: Alexander Yushchenko <sasha-yoush@mtu-net.ru>
>
> In our installation of MCS (SP3, FP1) when trying to publish
> profiles form business desk we recieve the following error:
>
> Publish profiles failed.
> The refresh page on the site could not be accessed. The returned error
> is: 404 Not Found
>
> What page is this messge about and how to correct this?
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Publish profile failed |
 |
 |
|
|
08-12-05 10:57 PM
That webserver value is created in the function GetServerList; and I don't
believe it's exactly what is displayed on the BizDesk page. From what I
can see, it is created by combining the site resources
s_WebServerMachineName and s_VirtualRootName. Try verifying that the
values for those site resources are correct; and maybe step through the
GetServerList function to see exactly what is getting placed into the HTML.
But from the fix you described, I believe you want to use the host name
instead of the machine name when publishing the profiles. If you can't
make the machine name directly accessible by BizDesk, you can modify the
code in GetServerList to use the host name instead of the machine name. I
think you can replace s_WebServerMachineName with s_SecureHostName to
accomplish this. Just be sure to backup everything before you make changes.
Hope this works for you
David
--------------------
Date: Fri, 12 Aug 2005 17:08:14 +0400
From: Alexander Yushchenko <sasha-yoush@mtu-net.ru>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
X-Accept-Language: ru-ru, ru
MIME-Version: 1.0
Subject: Re: Publish profile failed
References: <#6W4QfPnFHA.1044@tk2msftngp13.phx.gbl>
<V7CVkqcnFHA.3120@TK2MSFTNGXA01.phx.gbl>
In-Reply-To: <V7CVkqcnFHA.3120@TK2MSFTNGXA01.phx.gbl>
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <#v90n7znFHA.708@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.userprofilemgt
NNTP-Posting-Host: mipt.server.ru 194.67.183.7
Lines: 1
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:507
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
Thanks for your answer!
Further investigation results are the following:
1. "Publish profiles" page in business desk is
"Profiles/RefreshProfileSvcAll.asp"
2. This file contains the line that causes the problem:
refreshform.sWebPath.value = "http://" &
oSelection.SelectSingleNode(".//webserver").text &
":" & sPort & "/" & oSelection.SelectSingleNode(".//application").text &
"/" & "RefreshApp.asp"
3. This file ("RefreshApp.asp") can be found on our site.
4. When changing this line to the following, it works:
refreshform.sWebPath.value = "http://" &
"our.site.host.name" &
":" & sPort & "/" & oSelection.SelectSingleNode(".//application").text &
"/" & "RefreshApp.asp"
5. But on the business desk screen our site host name is displayed
correctly!.
Please, advice.
--
Yours faithfully,
Alexander Yushchenko
David Hargis [MSFT] wrote:
> I'm not certain which file it is; but it's either BDRefresh.aspx or
> RefreshApp.aspx that it is trying to access. These pages should both be
in
> the root VDir of your runtime site (for a default CSharp.pup site, this
> would be http://localhost/CSharpSite/). This could also be a permissions
> problem if the pages do exist. Examine your web logs for more
information.
>
> Thanks,
> David
>
> --------------------
> Date: Tue, 09 Aug 2005 19:34:19 +0400
> From: Alexander Yushchenko <sasha-yoush@mtu-net.ru>
>
> In our installation of MCS (SP3, FP1) when trying to publish
> profiles form business desk we recieve the following error:
>
> Publish profiles failed.
> The refresh page on the site could not be accessed. The returned error
> is: 404 Not Found
>
> What page is this messge about and how to correct this?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Publish profile failed |
 |
 |
|
|
08-15-05 10:51 PM
Thanks for your answer!
> That webserver value is created in the function GetServerList; and I don't
> believe it's exactly what is displayed on the BizDesk page. From what I
> can see, it is created by combining the site resources
> s_WebServerMachineName and s_VirtualRootName. Try verifying that the
> values for those site resources are correct;
Where can I find these resources? I tried to locate them through
MSCS Manager, but failed.
> But from the fix you described, I believe you want to use the host name
> instead of the machine name when publishing the profiles.
I do not want to, but I see no difference.
What's the difference between using machine name and host name in
this operation?
--
Yours faithfully,
Alexander Yushchenko
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Publish profile failed |
 |
 |
|
|
08-15-05 10:51 PM
The secure host name, nonsecure host name, and virtual root name are
available in the Commerce Server Manager MMC by checking the properties of
the application (Commerce Sites --> <your site> --> Applications --> <your
application> ). I'm not actually sure where the machine name is editable -
as far as I know, this is created read-only when you unpack the site. But
phyiscally, these properties are stored in the ResourceProps table of the
MSCS_Admin database.
Often, the machine name and host name will be the same (for intranet). But
if exposed externally, the host name will usually be different (i.e.
www.foo.com). Which one you want to use just depends which form is visible
from the web servier hosting BizDesk (and under the security context of the
web server).
Thanks,
David
--------------------
Date: Mon, 15 Aug 2005 19:29:34 +0400
From: Alexander Yushchenko <sasha-yoush@mtu-net.ru>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
X-Accept-Language: ru-ru, ru
MIME-Version: 1.0
Subject: Re: Publish profile failed
References: <#6W4QfPnFHA.1044@tk2msftngp13.phx.gbl>
<V7CVkqcnFHA.3120@TK2MSFTNGXA01.phx.gbl>
<#v90n7znFHA.708@TK2MSFTNGP09.phx.gbl>
<oWqUhY2nFHA.944@TK2MSFTNGXA01.phx.gbl>
In-Reply-To: <oWqUhY2nFHA.944@TK2MSFTNGXA01.phx.gbl>
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <egsXl4aoFHA.4012@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.userprofilemgt
NNTP-Posting-Host: mipt.server.ru 194.67.183.7
Lines: 1
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:516
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
Thanks for your answer!
> That webserver value is created in the function GetServerList; and I
don't
> believe it's exactly what is displayed on the BizDesk page. From what I
> can see, it is created by combining the site resources
> s_WebServerMachineName and s_VirtualRootName. Try verifying that the
> values for those site resources are correct;
Where can I find these resources? I tried to locate them through
MSCS Manager, but failed.
> But from the fix you described, I believe you want to use the host name
> instead of the machine name when publishing the profiles.
I do not want to, but I see no difference.
What's the difference between using machine name and host name in
this operation?
--
Yours faithfully,
Alexander Yushchenko
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Publish profile failed |
 |
 |
|
|
08-16-05 12:50 PM
Thanks for your help!
It works now. The issue was in my IIS configuration: it was
configured to show the site only when accesing with the use of host
name. When I made it answer using the machine name as well, it began to
work properly.
--
Yours faithfully,
Alexander Yushchenko
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 08:01 AM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|