Jump to content
Welcome to our new Citrix community!
  • 0

StoreFront - Receiver for Web error "unable to refresh"


Kevin Bennett

Question

Hi All,

 

Hopefully someone can point me in the right direction to resolve an issue. I am getting an error message 'unable to refresh' within Receiver for Web in StoreFront.

 

I had been looking at the system.webServer/defaultDocument in Configuration Editor via IIS and made a change to my receiver web site.

 

This mucked up the site. So I went into StoreFront>Receiver for Web and selected the option to delete the website to start over again.

 

Now every time I select  Receiver for Web in StoreFront I get the error message "unable to refresh'

 

in the eventviewr I get the following message:

 

----------------------------------------------------------------------------------------------------

 

An error occured during refresh.
An error occurred running the command: 'Get-DSWebReceiversSummary' 
Property 'defaultDocument' cannot be found on this object. Make sure that it exists.
At C:\Program Files\Citrix\Receiver StoreFront\Management\Cmdlets\WebReceiverModule.psm1:308 char:5
+     $defaultPage = $xml.configuration.'system.webserver'.defaultDocument.files.a ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Property 'defaultDocument' cannot be found on this object. Make sure that it exists.
 
Citrix.DeliveryServices.PowerShell.Command.RunnerInterfaces.Exceptions.PowerShellExecutionException: An error occurred running the command: 'Get-DSWebReceiversSummary' 
Property 'defaultDocument' cannot be found on this object. Make sure that it exists.
At C:\Program Files\Citrix\Receiver StoreFront\Management\Cmdlets\WebReceiverModule.psm1:308 char:5
+     $defaultPage = $xml.configuration.'system.webserver'.defaultDocument.files.a ...

 

------------------------------------------------------------------------------------------------------------------

 

The line from line 308 in the WebReceiverModule.psm1 is '$defaultPage = $xml.configuration.'system.webserver'.defaultDocument.files.add.value'

 

Any advise would be appreciated.

 

Thanks 

 

Link to comment

4 answers to this question

Recommended Posts

  • 3

In our case "unable to refresh" error when accessing Receiver for Web node in storefront console was due to customizing the web.config file for the respective storeweb folder.

 

we opened inetmgr - Default website - Citrix - accessed storeweb - Default document

 

Select revert from parent on the right pane

deleted default.htm from the list

Added default.htm maunally

stopped and started the IIS service

 

bingo refresh Receiver for Web node. you will get it back

  • Like 4
Link to comment
  • 0
On 2/12/2016 at 5:06 PM, Balaji Muthukrishnan said:

In our case "unable to refresh" error when accessing Receiver for Web node in storefront console was due to customizing the web.config file for the respective storeweb folder.

 

we opened inetmgr - Default website - Citrix - accessed storeweb - Default document

 

Select revert from parent on the right pane

deleted default.htm from the list

Added default.htm maunally

stopped and started the IIS service

 

bingo refresh Receiver for Web node. you will get it back

 

This is still a valid fix! Nice job!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...