February 9, 2012  
   Login  
Forum  
 
ForumForumEnesys RS Data ...Enesys RS Data ...Support - RS Da...Support - RS Da...Cannot find list errorCannot find list error
Previous Previous
 
Next Next
New Post
 7/29/2008 12:11 PM
 

I'm trying to use the relativeSiteUrl setting with a report parameter but my datasource always returns an error that the list that I'm using cannot be found, but it does exist.

<?xml version="1.0" encoding="utf-8" ?>
<root xmlns="
http://enesyssoftware.com/schemas">
 <list title="Tasks" relativeSiteUrl="@SiteUrl!" expandRecurrent="true" meetingInstanceId="-1" tableName="allTasks" useDisplayname="false" stripHtml="true">
  <fields>Agenda_x0020_ItemID, Agenda_x0020_Item, ID, Title, Status, PercentComplete, AssignedTo, DueDate, Body</fields>
  <query>
                                      <Where>
                                          <Or>
                                             <Lt>
                                                       <FieldRef Name="PercentComplete" />
                                                       <Value Type="Number">1.00</Value>
                                              </Lt>
                                               <IsNull>
                                                       <FieldRef Name="PercentComplete" />
                                               </IsNull>
                                            </Or>
                                       </Where>
                                       <OrderBy>
                                              <FieldRef Name="DueDate" Ascending="True" />
                                      </OrderBy>

                                </query>
 </list>
</root>

New Post
 7/29/2008 1:23 PM
 

Hi,

Which version of ERSDE do you use ? I see that Frederic has given you an access to the version 3 preview.
I tested with both versions, and I can't reproduce this bug.

In the error dialog, the site is shown. "The list <<YourList>> could not be found in the site <<YourSite>>". Are you sure your site is correct ?

Regards,

Marien Monnier
Enesys

New Post
 7/29/2008 2:24 PM
 

Hi,

We're using version 2.1.5.26079 (DLL version).

We appear to have fixed it by recreating the data sources and report. It must've been some sort of corruption in the files.

New Post
 7/30/2008 1:18 PM
 

Hi,

Due to the specific nature of the relativeSiteUrl which needs to be resolved at some point to retrieve the schema necessary for building the report, you may encounter such a problemin specific cases.

This is explained in the following KB:

Products/EnesysRSDataExtension/KnowledgeBase/tabid/86/Default.aspx

Hope this helps,


Frederic LATOUR
ENESYS
Previous Previous
 
Next Next
ForumForumEnesys RS Data ...Enesys RS Data ...Support - RS Da...Support - RS Da...Cannot find list errorCannot find list error

 
You need to login for posting to the forums.
If you don't have a login, click here to register.
 
Copyright 2010 Enesys - All rights reserved Terms Of UsePrivacy Statement