Loss of people picker column data during import/export of a list in SharePoint 2010

Hi 
Even we are facing the same issue. i a have meeting minutes(ootb) list, there are totally 100 items with multiple participant in Participant column, when i try to import export that list to some other site.
participant column loosing the data, for all the items the data is empty. 
any idea?
guru

If the other site is in another site collection then that is to be expected.
User information is cached on each site collection as the user identity is referenced. That means that a user might have id #7 on one site and #8438 on another. The user lookup column references that ID value rather than holding full information on the user
in each column they might be needed. To avoid using the wrong IDs when you move a site i suspect it just throws them out.
If that's the case then you'll need to create your own export/import process, most probably with PowerShell.

Similar Messages

  • People Picker column not displaying name in list view

    I have a strange thing going on in list views. If I create a default view with a people picker column, it does not show the name - it appears to be blank (like below);
    If I then alter the view and make the style "Shaded" the user name appears (like below);
    It also seems to be an issue when looking at a Workflow process or survey results..  Can anybody explain to me why this is happening and how to resolve the issue? 

    Hi,
    As I understand, the issue occurs to All task view in task list, assigned to column not showing while it could be filtered.
    I’d recommend you create a new view with needed column including assigned to column, and make it default.
    Here is a similar thread, please check if it helps:
    http://sharepoint.stackexchange.com/questions/87089/assigned-to-column-text-hidden-but-filterable
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Java exception: Planning Data Form Import/Export Utility: FormDefUtil.sh

    Hi,
    We have the following in our environment
    Oracle 10gAS (10.1.3.1.0)
    Shared Services (9.3.1.0.11)
    Essbase Server (9.3.1.3.01)
    Essbase Admin Services (9.3.1.0.11)
    Provider Services (9.3.1.3.00)
    Planning (9.3.1.1.10)
    Financial Reporting + Analysis UI Services (9.3.1.2)
    I got the following error while using the Planning Data Form Import/Export Utility. Does anyone have any idea?
    hypuser@server01>$PLANNING_HOME/bin/FormDefUtil.sh import TEST.xml localhost admin password SamApp
    [May 6, 2009 6:25:11 PM]: Intializing System Caches...
    [May 6, 2009 6:25:11 PM]: Loading Application Properties...
    [May 6, 2009 6:25:11 PM]: Looking for applications for INSTANCE: []
    [May 6, 2009 6:25:13 PM]: The polling interval is set =10000
    Arbor path retrieved: /home/hypuser/Hyperion/common/EssbaseRTC/9.3.1
    [May 6, 2009 6:25:14 PM]: Setting ARBORPATH=/home/hypuser/Hyperion/common/EssbaseRTC/9.3.1
    Old PATH: /home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/AnalyticServices/bin:/home/hypuser/Hyperion/common/JRE-64/IBM/1.5.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/hypuser/bin:/usr/bin/X11:/sbin:.
    [May 6, 2009 6:25:14 PM]: Old PATH: /home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/AnalyticServices/bin:/home/hypuser/Hyperion/common/JRE-64/IBM/1.5.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/hypuser/bin:/usr/bin/X11:/sbin:.
    java.lang.UnsupportedOperationException
    at com.hyperion.planning.olap.HspEssbaseEnv.addEssRTCtoPath(Native Method)
    at com.hyperion.planning.olap.HspEssbaseEnv.init(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:187)
    at com.hyperion.planning.HspJSImpl.createOLAP(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.utils.HspFormDefUtil.main(Unknown Source)
    Setting Arbor path to: /home/hypuser/Hyperion/common/EssbaseRTC/9.3.1
    [May 6, 2009 6:25:15 PM]: MAX_DETAIL_CACHE_SIZE = 20 MB.
    [May 6, 2009 6:25:15 PM]: bytesPerSubCache = 5654 bytes
    [May 6, 2009 6:25:15 PM]: MAX_NUM_DETAIL_CACHES = 3537
    Setting HBR Mode to: 2
    Unable to find 'HBRServer.properties' in the classpath
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.Exception: HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    HBRServer.properties:HBR.embedded_timeout=10
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:205)
    at com.hyperion.hbr.api.thin.HBR.<init>(Unknown Source)
    at com.hyperion.hbr.api.thin.HBR.<init>(Unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.initHBR(Unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.initializeDB(Unknown Source)
    at com.hyperion.planning.HspJSImpl.createDBs(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.utils.HspFormDefUtil.main(Unknown Source)
    Caused by: Exception HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    ClassName: java.lang.Exception
    at com.hyperion.hbr.common.ConfigurationManager.getServerConfigProps(Unknown Source)
    at com.hyperion.hbr.cache.CacheManager.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:187)
    ... 11 more
    [May 6, 2009 6:25:15 PM]: Regeneration of Member Fields Complete
    [May 6, 2009 6:25:16 PM]: Thread main acquired connection com.hyperion.planning.olap.HspEssConnection@5f0e5f0e
    [May 6, 2009 6:25:16 PM]: Thread main releasing connection com.hyperion.planning.olap.HspEssConnection@5f0e5f0e
    [May 6, 2009 6:25:16 PM]: Thread main released connection com.hyperion.planning.olap.HspEssConnection@5f0e5f0e
    [May 6, 2009 6:25:16 PM]: Need to create an Object. pool size = 0 creatredObjs = 1
    java.lang.RuntimeException: Unable to aquire activity lease on activity 1 as the activity is currently leased by another server.
    at com.hyperion.planning.sql.actions.HspAquireActivityLeaseCustomAction.custom(Unknown Source)
    at com.hyperion.planning.sql.actions.HspAction.custom(Unknown Source)
    at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)
    at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)
    at com.hyperion.planning.HspJSImpl.aquireActivityLease(Unknown Source)
    at com.hyperion.planning.HspJSImpl.reaquireActivityLease(Unknown Source)
    at com.hyperion.planning.utils.HspTaskListAlertNotifier.reaquireTaskListActivityLease(Unknown Source)
    at com.hyperion.planning.utils.HspTaskListAlertNotifier.processTaskListAlerts(Unknown Source)
    at com.hyperion.planning.utils.HspTaskListAlertNotifier.run(Unknown Source)
    [May 6, 2009 6:25:16 PM]: Fetching roles list for user took time: Total: 42
    [May 6, 2009 6:25:16 PM]: Entering method saveUserIntoPlanning
    [May 6, 2009 6:25:16 PM]: User role is:0
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HP:0005,ou=HP,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:1,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:9,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:3,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:7,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:14,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:15,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:10,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:12,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:13,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:1,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:9,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:3,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:7,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:14,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:15,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:10,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:12,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:13,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Hub Roles for user is:991
    [May 6, 2009 6:25:16 PM]: Exiting method saveUserIntoPlanning
    [May 6, 2009 6:25:16 PM]: Saved the user admin to Planning
    [May 6, 2009 6:25:16 PM]: Entering method persistUserChanges()
    [May 6, 2009 6:25:16 PM]: Exiting method persistUserChanges()
    [May 6, 2009 6:25:16 PM]: Before calling getGroupsList for user from CSS
    [May 6, 2009 6:25:16 PM]: After getGroupsList call returned from CAS with groupsList [Ljava.lang.String;@705c705c
    [May 6, 2009 6:25:16 PM]: Fetching groups list for user took time: Total: 4
    [May 6, 2009 6:25:16 PM]: Entering method persistGroupChanges()
    [May 6, 2009 6:25:16 PM]: Exiting method persistGroupChanges()
    [May 6, 2009 6:25:16 PM]: User synchronization of 1 user elapsed time: 81, Users: 72, Groups: 9.
    [May 6, 2009 6:25:16 PM]: Didnt add child Forms, couldnt find parent 1
    Add/Update form under form folder - Corporate
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspObject Object Type: -1 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspPDFPrintOptions Object Type: -1 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspForm Object Type: 7 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspPDFPrintOptions Object Type: -1 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspAnnotation Object Type: 14 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspAccessControl Object Type: 15 Primary Key: 50001,1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspFormDef Object Type: -1 Primary Key: 1454699 ]
    Form imported complete.
    [May 6, 2009 6:25:21 PM]: Could not get HBR connection.

    Hi,
    When I run the Formdefutil command, forms were imported successfully. But I got the following message.
    Could not get HBR connection.
    What does it mean?
    Thanks & Regards,
    Sravan Kumar.

  • Reading and writing data to a list in Sharepoint 2010.

    I'm having difficulty writing data to a list in sharepoint 2010, the reading the information is going fine, but I just tried writing data, and it's not working well.
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using ListQuery.StudentsList;
    using System.Xml.Linq;
    using System.Net;
    namespace ListQuery
    class Program
    static void Main(string[] args)
    XNamespace ns = "#RowsetSchema";
    ListsSoapClient soap = new ListsSoapClient();
    XElement query = new XElement("Query");
    XElement options = new XElement("QueryOptions");
    XElement view = new XElement("ViewFields");
    soap.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;
    XElement list = soap.GetListItems("Students", null, query, view, "900001", options, null);
    foreach (XElement descendent in list.Descendants())
    descendent.SetAttributeValue("ows_fullName", "I am sparticus");
    soap.UpdateListItems("Students", list); // ERROR LINE
    var asdf = from x in list.Descendants()
    where x.Name == ns + "row"
    select x.Attribute("ows_fullName").Value;
    foreach (string blah in asdf)
    Console.WriteLine(blah);
    Console.WriteLine("\n\t--Process Completed--");
    Console.ReadKey(true);
    I wrote a comment showing the line where the code had a break in execution. The error I'm receiving is this,
    "Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown."
    Any help is appreciated, thanks!

    Puil, I decided to go with your idea, but when trying to connect to the data source at listdata.svc using the add data connection wizard, at the very end upon clicking finish I get an error "System.Exception", this is what shows up in my error list.
    Error 1 Custom tool error: Schema specified is not valid. Errors:
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Relationship' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item_CreatedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'FromRole' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Relationship' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item_ModifiedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'FromRole' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Relationship' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item_CheckedOutTo' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'FromRole' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item_CreatedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Role' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Type' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0019: Each type name in a schema must be unique. Type name 'Microsoft.SharePoint.DataService.' was already defined.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item_ModifiedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Role' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Type' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0019: Each type name in a schema must be unique. Type name 'Microsoft.SharePoint.DataService.' was already defined.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item_CheckedOutTo' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Role' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Type' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0019: Each type name in a schema must be unique. Type name 'Microsoft.SharePoint.DataService.' was already defined.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '_10' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'EntityType' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item_CreatedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Association' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item_CreatedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Role' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'EntitySet' attribute is invalid - The value '_10' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item_ModifiedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Association' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item_ModifiedBy' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Role' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'EntitySet' attribute is invalid - The value '_10' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Name' attribute is invalid - The value '__10Item_CheckedOutTo' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Association' attribute is invalid - The value 'Microsoft.SharePoint.DataService.__10Item_CheckedOutTo' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TQualifiedName' - The Pattern constraint failed.
    (0,0) : error 0005: The 'Role' attribute is invalid - The value '__10Item' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed.
    (0,0) : error 0005: The 'EntitySet' attribute is invalid - The value '_10' is invalid according to its datatype 'http://schemas.microsoft.com/ado/2007/05/edm:TSimpleIdentifier' - The Pattern constraint failed. c:\users\wileym\documents\visual studio 2010\Projects\ecomms\ecomms\Service
    References\studentList\Reference.datasvcmap 1 1 ecomms
    It seems the schema is all wrong... Any help would be appreciated.

  • How to make users to select the date from calendar control my making the date field read only in date time control in external list in sharepoint 2010

    How to make users to select the date from calendar control only, by my making the date text field read only (don't want to let users type the date) in date time control in external list in sharepoint 2010. I am looking for a solution which can
    be done through sharepoint desginer / out of the box.
    thanks.

    Congratulate you got the solution by yourself. I am new to a
    WinForms calendar component, I feel so helpless on many problems even I'd read many tutorials. This question on the
    calendar date selection did me a great favor. Cheers.

  • Set login to people picker column

    Hi All,
    Is there a way to set a pepole picker column default value ofthe user whose sign in to the list? I had a code for 2010 but it doesn't work in 2013 anymore.
    Thanks a lot in advance

    Hi,
    If you can use SharePoint Designer it would be very easy because all you would have to do to get
    the current logged user is to use the "Created By" field in the list. This column automatically populates the individual who created the item so just place the value of Created by column to your custom column<o:p></o:p>
    <o:p> </o:p><script
    type="text/javascript">
    $(document).ready(function() { <o:p></o:p>
    $('div.ms-inputuserfield').text($().SPServices.SPGetCurrentUser({fieldName: "Title",debug: false}));<o:p></o:p>
    </script><o:p></o:p>
    Or you can set the default value to ME,
    which allow user set "Current User"  as default value as shown in below image.<o:p></o:p>
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • Is there a way to exclude temporary people picker fields from a query when receiving the "List View Lookup Threshold" error.

    Hi All,
    My users require the ability to select a sharepoint group from a drop down list and then be able to select a user from a people picker based on the drop down selection.    The best solution I was able to up with, was create a people picker
    for each drop down selection and set the Sharepoint group field to the selected group.  All people picker filed are hidden except the one that matches the drop down selection.  When creating an entry from the sharepoint list this method
    works perfectly.
    However, when I add the list onto a site page using an "Listview webpart", then add an infopath web part and then finally connect the two parts, I get a "List View Lookup Threshold" error when selecting an entry from the list.  I
    understand from the error and reading that this error is related to the number of People pickers in the list.   Is there a way to exclude temporary people picker fields from a site page query, as they are only temporary fields to allow the users
    to select a person and then assign the name to another field.
    Dwayne

    Hi Dwayne,
    In SharePoint 2013, we could manually create a list for all users. Here are the reference:
    Go to Site Settings >  People and Groups > SiteMembers
    Modify url
    http://sitename/_layouts/15/people.aspx?MembershipGroupId=8 to
    http://sp/sites/tutu/_layouts/15/people.aspx?MembershipGroupId=0 , now you will see All people in this site.
    Change the view to List view, and copy the listview id in the url
    http://sitename/_layouts/15/people.aspx?MembershipGroupId=0&View={viewID}
    Go to Settings > List settings, copy the list id in the url
    http://sitename/_layouts/15/listedit.aspx?List=listeid&Source=....
    Now type the address in IE:
    http://sitename/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=[LISTID]&View=[VIEWID]&CacheControl , such as
    http://sp/sites/tutu/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=f3958d27-9c2f-4f8d-b221-89466e816667&View=696BFDC5-0C6E-4E27-818F-0E6292A18407&CacheControl=1
    Save the owssvr.jqy from SharePoint site
    Now you could see the file in your desktop with all users, save it as allusers in Excel.
    Then import it to your SharePoint site, add an app > find an app > import spreadsheet
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Point of Entry Excel form w/data to Flow into Access DB Hosted on SharePoint 2010

    Hello - 
    I have an Excel file with multiple tabs that require different people to enter data.  I need to post the Excel file on SharePoint with the data entered to flow into an Access DB.  I am new to SharePoint and would appreciate any ideas or thoughts
    on how to accomplish this task.
    Thanks!

    Hi,
    According to your post, my understanding is that you wanted to post the Excel file on SharePoint with the data entered to flow into an Access DB.
    Both Access and Excel provide commands to connect to data in SharePoint lists. Excel 2010 provides a read-only (one-way) connection to linked SharePoint lists; whereas Access 2010 lets you read and write (two-way) data in linked SharePoint lists.
    You can synchronize Excel 2010 and SharePoint 2010 with a download and install of a
    Microsoft Excel Addin.
    You can synchronize Excel 2010 and Access 2010  with Sharing data by linking to an Excel worksheet from Access or Connecting to Access data from Excel
    More information:
    Top 10 reasons to use Access with Excel:
    http://office.microsoft.com/en-in/excel-help/top-10-reasons-to-use-access-with-excel-HA010264081.aspx#BM10
    Build an Access database to share on the Web:
    http://office.microsoft.com/en-in/sharepoint-server-help/build-an-access-database-to-share-on-the-web-HA010356866.aspx#_Toc262821713
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to get data from subsites list of SharePoint 2010 in ssrs

    Hi,
    Can someone help me on this issue.
    I want to create a report using ssrs, I have some of the data in SQL and some of the data in sharepoint list.
    First I need to go to SQL and get the data from the table which contains URL for the subsite in sharepoint.
    after that I need to go to all the subsites and go to perticulat list in the subsites and get data from that list.
    for example, their is a top level site "abc"
    it contains sub site "123", "456","567", etc.. All this sub sites contain a list by name "Sample List", Now I need to go to that sub site list(Sample List) and get list-item column say "created By" which
    is created on particular date. 
    in my report, I need to print the sub site "url/Title" which comes from SQL database and list-item column  "Created By" of that sub site list "Sample List".
    I tried using subreport inside a report by using "Microsoft SharePoint List" as a datasource, but when it comes to real time we don't know how many subsites will be created, so we can't create a datasource for each subsite site.
    I guess we need to be using XML as a datasource, but how can we go to particular subsite in query while using XML, since all subsites have list with the same name ?
    I appreciate your help.
    Thank you,
    Kishore 

    Hi Kishore,
    SQL Server Reporting Services(SSRS) supports expression-based connection strings. This will help us to achieve the goal you mentioned in this case:
    Create a new report
    Create a Data Source in the report with the connection string like this:
    http://server/_vti_bin/lists.asmx (We use static connection string instead of expression-based connection string now, as it is not supported to get fields based on expression-based connection string in design time. We will change it to be expression-based
    connection string later)
    Create the data set(as you have done using XML query language). Please use list name instead of GUID in the listName parameter.
    Design the report(e.g. Add controls to the report)
    Now, let's change the connection string to be expression-based. First, please add a parameter to the report, move this parameter to top. This parameter is used to store the sub site name.
    Open the Data Source editor, set the connection string to be: ="http://server/" & Parameters!parameterCreatedInStep5.value & "_vti_bin/lists.asmx"
    In the main report, pass the sub site name to the report we created above via the parameter created in step5
    That is all.
    Anyway, this is actually a SQL Server Reporting Service(SSRS) question. You can get better support on this question from:
    http://social.technet.microsoft.com/Forums/en/sqlreportingservices/threads
    For more information about Expression-Based connection string, please see:
    http://msdn.microsoft.com/en-us/library/ms156450.aspx#Expressions
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jinchun Chen
    Jin Chen - MSFT

  • How can I change the width of a column in a list of sharepoint 2010 ?

    How do I change the column width in sharepoint 2010 so the data displays properly in standard view?
    I open the list View in sharepoint designer,and change the width of the <td> ,but ,when I preview ,the column width don't change. what should I do?

    While they may auto adjust to what it thinks is a correct width, far too often it allocates way too much room and that causes lists with 4 columns to be much longer than they need to be and without the ability to adjust them, lists look strange.
    http://twitpic.com/23ro09/full is an example of the first column having been allocated too much room.
    Denzel

  • Data base Import/Export

    Hi All!
    Please help me...it is urgent!!!
    I have 20 tables in a database. I have entered huge data in those tables. Now my database schema has to be changed. So please tell me that how can I save my previous data of tables if a new fields are added to tables.
    How can I export/import this data?
    Please!
    thanks in advance
    Vijay

    You need to do nothing special. Just execute:
    ALTER TABLE <table> ADD(<field description>);
    The field is added to the table and your 'old' data is still there. If you want that your new fields are not null, you must create them with a default value or create them as null allowed and fill them in yourself. Once they are all filled in you can change them to not null fields.

  • Error during import/export Software Component in IR

    After updating XI(DEV) to following SP19 stacks, the problem was encountered with the export or import of design objects in integration repository.
    All following were completed successfully,
    1. SAP KERNEL 6.40, to latest patch level 155;
    2. SAP BASIS 6.40, from SP15 to SAPKB64019;
    3. SAP ABA 6.40, from SP15 to SAPKA64019;
    4. SAP J2EE ENGINE 6.40, from SP15 to SP19;
    5. XI ADAPTER FRAMEWORK CORE 6.40, from SAPXIAFC15 to SAPXIAFC19;
    6. XI ADAPTER FRAMEWORK 6.40, from SAPXIAF15 to SAPXIAF19;
    7. XI TOOLS 6.40, from SAPXITOOL15 to SAPXITOOL19;
    When we try to import the Software Component XI3_0_SAP_BASIS_6.40_19_00.tpz, a problem happened with the exception (See Exception below), and then we cannot log in any component of JAVA stack for unauthorized reason untill we restart the J2EE engine.
    When we try to export the Software Component, the exporting procedure will be interupted for some exsited or unexsited(maybe already-deleted) message interfaces (See , and then we cannot log in any component of JAVA stack either as after importing.
    Exception:
    #7 13:19:07 [AWT-EventQueue-0] ERROR
    com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID:
    com.sap.aii.ib.gui.tools.transport.rb_transport.IMPORT_FAILED
    com.sap.aii.utilxi.misc.api.BaseException: Import failed
    at
    com.sap.aii.ib.gui.tools.transport.ContentImportProgressDialog.retryInForceMode(ContentImportProgressDialog.java:245)
    at
    com.sap.aii.ib.gui.tools.transport.ContentImportProgressDialog.executeConcurrentAction(ContentImportProgressDialog.java:198)
    at
    com.sap.aii.ib.gui.tools.transport.ConcurrentProgressDialog$ProgressDialogRunnable.run(ConcurrentProgressDialog.java:207)
    at
    com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run
    (ThreadPool.java:321)
    Root cause:
    MESSAGE ID:
    com.sap.aii.ib.server.pvcadapt.rb_XIPropProvider.PS_STORAGE_XIOBJECT_FAILED
    com.sap.aii.ib.core.util.WarnMessageException: Attempt to save
    object "Integration Scenario CheckFlightSeatAvailability |
    http://sap.com/xi/XI/Demo/Agency" failed
    Attempt to save object "Integration Scenario
    CheckFlightSeatAvailability | http://sap.com/xi/XI/Demo/Agency" failed
    Options:
    Text: Continue Value: 1
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.createWarnMessageException(PvcTransport.java:539)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.handleImportException(PvcTransport.java:522)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.pvcImport
    (PvcTransport.java:141)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvcImport
    (RepPvcTransport.java:108)
    at
    com.sap.aii.ibrep.server.transport.impl.service.InternalRepTransportServiceImpl.pvcImport(InternalRepTransportServiceImpl.java:185)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:706)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importFromImportSource(InternalTransportServiceImpl.java:362)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importFromImportSource(TransportServiceImpl.java:151)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceBean.importFromImportSource(TransportServiceBean.java:75)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.importFromImportSource(TransportServiceRemoteObjectImpl1_0.java:730)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:100)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:320)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:198)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:129)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java)
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged
    (AccessController.java)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java)
    Serialized server exceptions:
    MESSAGE ID:
    com.sap.aii.ib.server.pvcadapt.rb_XIPropProvider.PS_STORAGE_XIOBJECT_FAILED (serialized)
    com.sap.aii.utilxi.misc.api.ResourceException: Attempt to save
    object "Integration Scenario CheckFlightSeatAvailability |
    http://sap.com/xi/XI/Demo/Agency" failed
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.throwRootCause
    (PvcTransport.java:448)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.pvcImport
    (PvcTransport.java:133)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvcImport
    (RepPvcTransport.java:108)
    at
    com.sap.aii.ibrep.server.transport.impl.service.InternalRepTransportServiceImpl.pvcImport(InternalRepTransportServiceImpl.java:185)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:706)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importFromImportSource(InternalTransportServiceImpl.java:362)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importFromImportSource(TransportServiceImpl.java:151)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceBean.importFromImportSource(TransportServiceBean.java:75)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.importFromImportSource(TransportServiceRemoteObjectImpl1_0.java:730)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:100)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:320)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:198)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:129)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java
    (Compiled Code))
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java(Compiled Code))
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged
    (AccessController.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java(Compiled Code))
    MESSAGE ID:
    com.sap.aii.ib.server.pvcadapt.rb_XIPropProvider.PS_STORAGE_XIOBJECT_FAILED (serialized)
    com.sap.aii.ib.server.propagation.XIPropagationException: Attempt to
    save object "Integration Scenario CheckFlightSeatAvailability |
    http://sap.com/xi/XI/Demo/Agency" failed
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.createFromException(XIPropagationException.java:48)
    at com.sap.aii.ib.server.pvcadapt.XIPropagationProvider.setData
    (XIPropagationProvider.java:235)
    at
    com.tssap.dtr.pvc.propagation.providers.WindowedDelegatingPropagationProvider.setData(WindowedDelegatingPropagationProvider.java:220)
    at
    com.tssap.dtr.pvc.propagation.server.CatalogTagProvider.setData
    (CatalogTagProvider.java:107)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableElementsProvider.importFromStream(PropagatableElementsProvider.java:278)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableElementsProvider.setData(PropagatableElementsProvider.java:215)
    at
    com.tssap.dtr.pvc.propagation.providers.StatefulPropagationProvider$State.setData(StatefulPropagationProvider.java:274)
    at
    com.tssap.dtr.pvc.propagation.providers.StatefulPropagationProvider.setData(StatefulPropagationProvider.java:79)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.setData
    (PropagatableProvider.java:595)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.import_
    (PropagatableProvider.java:780)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.import_
    (PropagatableProvider.java:821)
    at com.tssap.dtr.pvc.objectpers.Propagator.import_
    (Propagator.java:104)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiContent
    (PropagatorImpl.java:245)
    at com.sap.aii.ib.server.propagation.Propagator.importXiContent
    (Propagator.java:156)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.pvcImport
    (PvcTransport.java:104)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvcImport
    (RepPvcTransport.java:108)
    at
    com.sap.aii.ibrep.server.transport.impl.service.InternalRepTransportServiceImpl.pvcImport(InternalRepTransportServiceImpl.java:185)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:706)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importFromImportSource(InternalTransportServiceImpl.java:362)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importFromImportSource(TransportServiceImpl.java:151)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceBean.importFromImportSource(TransportServiceBean.java:75)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.importFromImportSource(TransportServiceRemoteObjectImpl1_0.java:730)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:100)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:320)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:198)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:129)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java
    (Compiled Code))
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java(Compiled Code))
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged
    (AccessController.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java(Compiled Code))
    Caused by: com.sap.aii.ib.server.pvcadapt.XIPropProviderException:
    Attempt to save object "Integration Scenario
    CheckFlightSeatAvailability | http://sap.com/xi/XI/Demo/Agency" failed
    at
    com.sap.aii.ib.server.pvcadapt.XIPropagationProvider.writeXiObject
    (XIPropagationProvider.java:290)
    at com.sap.aii.ib.server.pvcadapt.XIPropagationProvider.setData
    (XIPropagationProvider.java:220)
    ... 31 more
    If I use the "release transfer" function of  IR, the new created version can be export correctly.
    I've tried to create a new SC and SWCV, it can be export & import correctly.
    Also, if copied all of the objects from a namespace to a new namespace, and delete the old one, that SWCV can be export correctly.
    Anyone knows what's wrong within my IR?
    Thanks.

    Hi,
    While Importing some components has missed and the Exception is unable to handle it. Is it possible for you to Import again and check the table space is sufficient.
    Regards
    Agasthuri Doss

  • Error during Import & Export of rules - RAR 5.2

    Hi all,
    We tried exporting the rule set from Production to the Quality system (as we wanted to make changes in the quality system and then move to the production again).
    For this we followed the step by step procedure provided in the configuration guide for Import and Export of rules. The background job was successfull. But we are unable the generate the Action and Permission rules in Quality System
    We observed the following the Quality system
    a) All the functions and risks imported successfully and we could able to see them
    b) But when we click on the Action rules it is poping up the error
         "500 Internal Server error.00 -Failed to process request Please contact your sys admin"
    c) We are unable to find the ACTIONS (T-CODES) under the respective functions imported into the Quality System.
    Does anybody faced the same problem and resolved it. Please help us in resolving
    Thanks and Best Regards,
    Srihari.K

    Hi
    You can also review the guide GRC Access Control 5.2 u2013 Risk Analysis and Remediation: Quick Reference Guide for Moving to Production to see if it helps you identify your problem.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00bb29df-8b58-2a10-869a-a016de9d0ef7
    Lori

  • Just restored to 3. Because once more I lost all my ReminderFox data during the upgrade. Not listed under tools . note to say not compatible with version 9. When will it be OK to upgrade to version 9 AND keep reminderfox intact?

    Firstly, what do I have to do so that, when I upgrade FireFox, there is a restore point set? Do this manually? If so, alter your install procedure - a message to say - set a restore point now, because it won't be set automatically.
    once more, after upgrading, my ReminderFox is gone. How can you do this? Offer something so good that becomes so important and then we lose it when we upgrade. I have installed 3.6 and my reminders are back! PLEASE let us know when you are releasing an upgrade that is compatible with ReminderFox

    https://addons.mozilla.org/en-US/firefox/addon/reminderfox/?src=search <br />
    Version 1.9.9.4.3 Released September 22, 2011 859.1 KB <br />
    '''Works with Firefox 3.0 - 10.*'''
    That includes Firefox 9.0.1 compatibility.
    Do you gave the latest version of ReminderFox installed? <br />
    Beyond that, see ReminderFox help. <br />
    http://www.reminderfox.org/help/

  • How we calculate the date difference between two list in SharePoint 2010

    Hi friend's....I have two list first is list1. In this list i have two coulmn start_date and End_date. In second list2 i have two column HolidayName and Holiday_date. Now i want two find the number of day in list1 Excluding Weekend and Holiday_date(that
    column from list2). How i will do ..? Please help me dosto..

    Thanks for reply...
    I have done the date difference in list1. But i want to Exclude the Holiday_date form list2.
    I have list1 - Start_date , End_date, Number_of_day(Exclude weekend and Holiday_date between Start_date and End_date )
    list2 - HolidayName, Holiday_date
    Now how i will calculate the Number_of_day in first list.

Maybe you are looking for

  • Digital Signatures from VB

    Hello, I am trying to digitally sign a bunch of pdfs from LotusScript (it is VB6-like). Till now I am able to insert a signature field in a document but not sign that field. My problem is I could not find a way to construct the required SignatureInfo

  • Can't configure both WAN ports on 1811 with SDM

    Hi, We recently procured an 1811 router to replace a SOHO linksys at a store we service. We needed redundant WAN interfaces to use the DSL as a backup to the main cable connection, and a Linksys RV082, while doing the job when it actually worked, die

  • Inventory management snapshot model using Datamart Interface

    Hi, We have implemented Inventory management NON-CUMULATIVE scenario. Now for reporting needs we are adding snapshot model and trying to use datamart interface to fill up snapshot cube. But how to get value of KF say "ZTOTALST" becuase NON-*** cube h

  • HT1338 How to format my mac?!

    I got an used Mac OS X Version 10.5.8. It works very bad and slowly. What's wrong you think? How to format and update software?

  • Open application in new window

    I want to have a link on a page which calls the login screen of the application in a new window. I put the following into my page template a href="http://ae-pt-03:7778/iworld/intsys01_v6.html" target="_blank">New</a> When you click on the link it doe