คำถาม Application Template: Room Equipment Reservation

  • Thursday, May 29, 2008 9:18 AM
     
     

    I have tried to utilize one of the Application Template provided by Microsoft: "Room Equipment Resevation". However, whenever, I try to add new reservation, there'll be error message: "The resource you are trying to reserve is not available at the time you specified". This is a new reservation to a newly created Resource (in new create site), so there's no previous reservation at all. Any idea?

All Replies

  • Monday, June 23, 2008 3:09 PM
     
     

    I experience the same problem. In the form "lists/reservations/availability" every resource is fully booked. On the calendar however, no reservation shows up. I think it's related to regional options of the site vs. language in the browser, but I didn't manage to support that with examples. The availability screen does not change with the regional options of the site/browser, which I find curious.

     

    When I started it worked fine. I added a few fields for extra information about the reservation. After that the problem somehow came up, but I''m not sure it is really related with this because I don't recall if it did not work at all after that.

     

    Anyone any idea? When this works I can get rid of an old ugly ASP reservation system.

     

    Regards,

    Jos Janssen

    DSV Solutions

  • Monday, June 30, 2008 6:46 AM
     
     

     

    I had the same issue until I came across this link today: http://www.sharepointblogs.com/tigirry/archive/2008/06/11/room-and-equipment-reservations-sharepoint-template-can-t-reserve.aspx

     

    I was logged in as the System Account and tried making reservations under the same account. The problem went away when I created resources and reservations using another account that had contribute permissions.

     

    Hope this helps.

     

    Regards,

    Binu Jose Moothedan

    Extentia Information Technology.

  • Wednesday, December 09, 2009 2:45 PM
     
     
    The problem is that you created the resources and sales with System Account. WorksFlows in MOSS 07 or WSS 3.0 dont run automatic when the user is a system account (Big Bug for developers jejej).
    Create a new user with colaboration grants.
    Create the resources with this user.
    And AbraCadabra. The workflow is on and the resources is on.
    Bye and excusme for my english
  • Wednesday, August 04, 2010 2:05 AM
     
     

    I have tried all isted solutions here but they do not work. i have WSS 3.0 and haved created a site using a user with full control permissions, not a systen account using the Application Template provided by Microsoft: "Room Equipment Resevation". 

    I made the site brand new so ther are no reservations but all appear booked out endlessly, I make a new resource, called "Office Projector" which is part of the default projector resource type, go to my reservations try to add a new item (i.e make a reservation) and get the error "The resource you are trying to reserve is not available at the time you specified. "

    I have no idea why this isn't working, I looked at the link by Mooti above but no help. All users regardless of permission settings can't add a reservation. Thsi messge is all I get "The resource you are trying to reserve is not available at the time you specified. " .

    Any help is appreciated.Thanks in advance.

     

  • Friday, April 27, 2012 7:15 PM
     
      Has Code

    Does anybody have an idea on how the XSL is to be manipulated so it shows the resources from another list besides the default 'resources' list?
    I tried creating a new resources list and replace the piece of code:

    <xsl:template name="dvt_1">
    				<xsl:variable name="Rows" select="/dsQueryResponse/ReserveringenSEA/Rows/Row"/>
    				<xsl:variable name="ResourceCollection" select="/dsQueryResponse/ResourceSEA/Rows/Row[($resourceDropDown = -1 or $resourceDropDown = @ID) and ($resourceTypeDropDown = -1 or $resourceTypeDropDown = @ResourceType)]"/>
    				<xsl:variable name="dvt_IsEmpty" select="count($ResourceCollection) = 0" />
    				<xsl:variable name="shownDay">

    ResourceSEA is the list i changed... default it links to 'resources'...
    But what happens is that it shows  this text: 'there are no resources available for the selected time'

    Thing is there are entries in the list.

    Somebody an idea?