SharePoint 2013 library document synchronization

Hi All,
I need to put exported documents put in to a network path (\\servername\folder) to be automatically pushed to a SharePoint library folder. Will there be a tools to do this?
Many Thanks,
sudesh withanage

You must build simple service in C#. I dont think there is completed this type of tools.
Here is some code. This is part of my service that synchronize few columns from library with SQLServer. You must synchronize folder with Library.
private static void DoSync()
List<DataModel> ABWStringList = new List<DataModel>();
SPSecurity.RunWithElevatedPrivileges(delegate()
using (SPSite SitePw = new SPSite("https://pw.call.local/"))
using (SPWeb WebInner = SitePw.OpenWeb("/BW/"))
SPList ABWList = WebInner.Lists["MyLibraryName"];
foreach (SPListItem item in ABWList.Items)
ABWStringList.Add(new DataModel()
cell = item.Properties["col1"] != null ? item.Properties["col1"].ToString() : null,
name = item.DisplayName,
unit = item.Properties["col2"] != null ? item.Properties["col1"].ToString() : null,
using (DAL db = new DAL())
try
db.DBInsert(ABWStringList, 1);
catch
Console.WriteLine("error");

Similar Messages

  • AD RMS 2012 IRM permissions for SharePoint 2013 Library

    Hello guys
    Please, someone knows a technet document about IRM permissions for SharePoint 2013 Library,
    specifically?
    thanks a lot.
    Edward

    Hi I suggest you check out
    http://channel9.msdn.com/Events/SharePoint-Conference/2012/SPC073 it is a video recording but really interesting one. Also take a look at:
    http://technet.microsoft.com/en-us/library/jj219596%28v=office.15%29.aspx
    http://technet.microsoft.com/en-us/library/jj219785%28v=office.15%29.aspx
    Finally a great write-up is provided by Titus:
    http://www.titus.com/blog/2012/11/spc12-diary-day-5-%E2%80%93-information-rights-management-in-sharepoint-2013/
    HTH
    Martin

  • Sharepoint 2013 Open document in client application

    Hi,
    I have a sharepoint 2013 server which has word documents stored in a document library. I am able to open the documents when i click the url from sharepoint site. I have been trying to open those word documents from an angular js application using javascript
    but somehow it is not working for me. Can anyone provide any reference how to open word document for editing in word directly?
    The javascript code i am using is -
    function(docUrl){
    var spObj = new ActiveXObject("SharePoint.OpenDocuments.3");
     spObj.EditDocument(docUrl, 'SharePoint.OpenDocuments');

    Hi,
    How about modifying the code like this:
    function editDoc(docUrl)
    var spObj = new ActiveXObject("SharePoint.OpenDocuments.3");
    spObj.EditDocument(docUrl, 'SharePoint.OpenDocuments');
    In JavaScript, a function should be defined in this way:
    function function_Name(parameter)
    // TO DO LIST
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Integrating OneNote with Sharepoint 2013 - Custom document template, Change Content type, Checkout settings

    My client is migrating to SharePoint 2013 and the team uses OneNote Task list to track the project checklist. While I am successful extending the document template to support OneNote, still have some mysteries to solve as listed below:
    I am exploring Sharepoint 2013 and have tried to explain my problem clearly. If the information provided below is not clear enoug, let me know.
    1. Client has defined custom content type for all the documents in a library. I noticed OneNote comes with a Content type as "Folder". Is it possible to edit / modify the OneNote metadata to accommodate the predefined content types?
    2. In a library, I would like to defined multiple OneNote templates - Meeting, Task List, etc. I followed this article to create OneNote template for a library. Is is possible to edit the template and have "Meeting template" as default?
    3. A library can have multiple document types - word, excel, presentation, OneNote. In order for OneNote sync to work, below settings are mandatory (correct me if wrong):
            a. Checkout required should be set to "No"
            b. No versioning should be set
    My client's governance rule states "Checkout" is mandatory. How can I have a library to support OneNote with Checkout option enabled.
    Thanks in advance!

    Hi TMUser,
    regarding your questions:
    1. One note is based on folder not content type, so by design it is different items. but i heard you can have a look up for this, you may try to change my onenote notebook folder content type so that it allows for additional metadata columns. this way, the
    onenone notebook can be handled just like other office documents. for more detail you may try from this example: http://www.sharepointcowbell.com/2013/01/onenote-and-metadata-in-sharepointpart.html
    2. for onenote products, you may ask at onenote forum for more detail, http://support.microsoft.com/ask-community/office/onenote-2013/,
    we can help for general discussion regarding this. you may take a look at this article, it mentioned about set template as default: http://blogs.msdn.com/b/onenotetips/archive/2008/05/21/templates-in-onenote.aspx
    3. for this question, you may check this kb, http://support.microsoft.com/kb/2675731/en-us, i
    think it is by design, because onenote and other office are different, onenote is use shared, if we put checked out, then it will be set the limitation to only exclusive user.
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • SharePoint 2013 User Profile Synchronization service problem

    After one week trying (three clean installs of SharePoint 2013), I haven't succeed to start "User Profile Synchronization service".
    Environment:
    Domain environment with two Windows Server 2012 R2 domain controllers. 
    Fully qualified domain name matches NetBIOS name (domain.com - DOMAIN)
    Two tiers: SQL Server 2014 enterprise on Windows Server 2012 R2, and SharePoint 2013 SP1 on Windows Server 2012 R2.
    I'm using named SQL instance for SharePoint (<SQLSRV>\<SHAREPOINT>), and SQL alias on SharePoint app server.
    All SharePoint prerequisites are installed successfully.
    SharePoint 2013 is installed successfully.
    Hotfix 2760265 is installed (before configuring SharePoint)
    SharePoint is configured successfully
    Preparing MySites host:
    MySites web application is created with separate AppPool, and with address https://my.domain.com.
    Certificate used is wild-card cert (*.domain.com), issued by trusted local PKI
    Managed path "personal" is created
    Site collection of type "My Sites Host" is created at root path
    "Self-Service Site Creation" is enabled for https://my.domain.com web application
    Farm account permissions:
    Local admin at SharePoint application server
    "Log on locally" at SharePoint application server
    "Replicate Directory Changes" at domain level
    I've even tried with adding farm account into domain admins group :)
    After trying to to start user profile synchronization service, service is in "starting" state about 5-10 min, and then returns to "stopped" state. 
    ULS log shows the following exceptions:
    ILM Configuration: Error 'ERR_CONFIG_DB'
    UserProfileApplication.SynchronizeMIIS: Failed to configure MIIS post database, will attempt during next return. Exception: System.Configuration.ConfigurationErrorsException: ERR_CONFIG_DB
    UserProfileApplication.SynchronizeMIIS: Failed to configure MIIS post database, will attempt during next return. Exception: System.NullReferenceException: Object reference not set to an instance of an object
    Event viewer log:
    Event ID 6398, The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID <guid>) threw an exception. Unexpected exception in FeedCacheService.BulkLMTUpdate: Region not found..
    some perfnet event id 2004 errors
    Troubleshooting:
    I've tried with clearing configuration cache
    Assigning farm account to domain admins group
    Installing form scratch three times, and thousand times from different checkpoints...
    I've saw 'ERR_CONFIG_DB' like million times, but never "Started" next to "User Profile Synchronization service". Does anyone has actually succeeded to start this service? :)
    I would really appreciate any help. Thanks!
    P.S. I can't stop asking myself is it was really necessary to develop such complex, problematic, and log-tells-nothing software just for getting user info from AD? Honestly, after more then decade experience as software developer and software architect -
    I must say I doubt...
    Fat Dragon

    The full packages are available:
    http://blogs.technet.com/b/stefan_gossner/archive/2014/05/08/april-2014-cu-for-sharepoint-2013-has-finally-been-released.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Sharepoint 2013 delivers documents through IIS too good! Need to restrict by logged in user

    I have a Sharepoint 2013 app that lets external users (https://) pull data from SQL to create links on the page that the user can click on to get documents to pop-up in the browser so they can view/save them.  The page sends the user's ID as a parameter
    and the stored proc uses that to return only the documents that user is allowed to see.  Took forever to figure out... looks great... my employer is going to be impressed and save money... yada, yada yada!  Problem is:  If you knew the name
    of a directory on the mapped location and knew the filename (somehow), and you had a login that got you to the site, you could successfully put that address in your address bar and the document would come up!  That's a bad thing!  I need to only
    let users see documents they have access to.
    I have been playing with the app pool settings and advanced settings for the sub-site, but it still lets me pull items that the logged-in user doesn't have permissions on the server to get to.  I haven't been able to prove it, but I suspect that IIS
    is sending another login credential to the directory to retrieve the file... something like "admin" or something that can have wider access.
    Here is my setup:  I have a directory on another server that is mapped to the Sharepoint Server box.  I have a Virtual Directory that points to that mapped drive.  My Sharepoint Page is on a site of its own and is called with the URL "https://reportcenter.<company
    name>.com".  There is only one page on the site.  When the page opens it provides links to documents on the Virtual Directory.  When you click on any of them the files appear in the browser just fine.  Sharepoint is running on a
    Windows 2012 R2 Standard OS.  The test user I am using is "Client1" and they are a member of the "SP_Clients" group which is not a member of anything else in Active Directory.  In the file directory I went to the Share list and
    made sure my test user and the SP_Clients group is not in the list... if the system tried to use Client1 there is no way they should get access.
    Any thoughts on what I can do to stop Clients from getting to files they shouldn't be?

    Thank you for your question and reply.
    No, the identity is not passed as a URL property.  The way it works is that SP verifies the user and sends them to the default page after they sign-in.  Once there, the page evaluates the UserID value and that values is passed to a stored procedure
    as a parameter.  The user can't get to the page unless they are verified by SP, they can't somehow go around this. 
    Now, once the page loads they click on one of files they wish to see (a link on the page that was created from the results of the stored procedure call).  The link points to a virtual directory setup in IIS that points to a mapped drive where the files
    are located.  The security on the files is set on the directories in their actual location.  I just need SP to pass the user's ID to the file directory and check the sharing rights on the file to see if this user has rights to get it.  It seems
    like SP is passing some other credential (probably SP_Admin, or Admin or something) which has the ability to read the file and therefore pass it back to the screen.
    I can't put the documents in SharePoint... they have to be in a file directory. The reason is that we have an elaborate program that runs every month to create these files and places them in the correct directories.  Somehow changing that application
    to create the files and place them programmatically in a SharePoint directory is beyond the scope of the project.  Under the circumstances, it would be much simpler to just provide the user a list of the documents they have access to and have them click
    on a link on a page and have the document appear in their browser.  Everything actually works, but I just have this last piece where SP is not 'telling' the file directory the UserID of the logged in user and therefore all the documents are available.
    All that needs to be done, is to make sure the userID is passed to the file directory so it can be checked against the security there to see if the user can have the file or not.
    I hope that makes sense.  I look forward to hearing back from you with your thoughts on this and how this can be accomplished.
    Thanks,
    Scott

  • SharePoint 2013 library features in Firefox

    I cannot get the check out options to work when using firefox to access my SharePoint 2013 libraries.
    I thought it was compatible.  Are there steps or add-ins required for this to work on firefox?
    kwade

    Hi,
    Did the issue only occur in one library or in all the library? You can create a new library to check whether it works.
    Did the issue only occur in one files or all the files? You can download a local copy check whether you can edit it, then upload to another library to check  whether it works.
    Did you have a root site collection? This issue is always caused that the web application don’t have a root site collection.
    http://support.microsoft.com/kb/2625462
    You can go to CA to create a root site collection to check whether it works.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Jason Guo
    TechNet Community Support

  • Sharepoint 2013 Library cell color

    Hi,
    How can I change a cell color of a field to Green/Red but my field name in projectstatus.
    http://techtrainingnotes.blogspot.in/2008/11/sharepoint-color-coding-sharepoint.html
    How can I use this for 2013 library cell.
    rgds/-

    here is similar for calendar( true for 2013)
    http://davidlozzi.com/2012/01/26/color-code-your-sharepoint-calendar/
    or http://www.xelleration.com/Blogs/Lists/Posts/Post.aspx?ID=8
    you can use the java script to get this:
    http://www.learningsharepoint.com/2013/04/04/color-code-list-items-with-javascript-using-js-link-in-sharepoint-2013/
    http://davecoleman146.com/2013/07/08/colour-coding-a-sharepoint-2013-list-with-jquery/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • SharePoint 2013 - In document library, an unexpected error has occurred when a user clicks on ellipsis then "EDIT"

    Just as the title infers, I have a user who is experiencing an unexpected error when he clicks on "EDIT" after clicking on the ellipsis. Document in the Document library is an MS Word file.

    Hi,
    According to your post, my understanding is that an unexpected error has occurred when a user clicks on ellipsis then "EDIT".
    Please make sure he has the edit permission.
    Please make sure the Office 2013 is installed correctly on his computer.
    In addition, I recommend to use another brower to check whether it works.
    If so and the error message persists, please check the SharePoint ULS log to find more information about this error, the ULS
    log file is in the location: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    You can check the ULS log by the methods here:
    http://blog.credera.com/technology-insights/microsoft-solutions/troubleshooting-sharepoint-errors/
    More information:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • SharePoint 2013 Library Upload document manage permissions

    Hi,
    I have  ShaPoint 2013  Document Library. I want to add document to Library using
    Windows Explorer and   stop inheritance permissions automatically.
    I Can do this process using workflow or Event Receiver normally.
    But  using Windows  explorer ..
    *Not starting workflow any case
    * Not starting Event Receiver (for document)
    if you adding folder and document  event receiver  working only folder.But  adding document in the folder  not working  and inheriting permissions from root folder.

    Hi Veli,
     I just wanted to ask you, are you system account to copy the documents using Windows explorer. 
     If you use system account, workflow will not trigger. Please refer the below thread
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/3757c99b-5d5f-4023-8a37-1b323f324bc7/sharepoint-workflow-automatic-start-workflow-when-an-item-is-changed-problem?forum=sharepointcustomizationprevious
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you
    see a reply being an answer to the question of the thread, click "Mark As Answer

  • Sharepoint 2013 Upload documents error

    I have users in Europe that are unable to upload their documents to Sharepoint, we hare just going LIVE with Sharepoint and have come across this issue, any help would be appriciated.
    [Forced due to logging gap, cached @ 02/14/2014 09:11:11.46, Original Level: Verbose] No data was found on the incoming client request 
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x2EC8 SharePoint Foundation          Monitoring                   
     nasq Medium   Entering monitored scope (Timer Job job-timer-locks). Parent No 78936543-e4ec-46d1-9fa4-eb2e7f0314d7
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x2EC8 SharePoint Foundation          Logging
    Correlation Data       xmnv Medium   Name=Timer Job job-timer-locks 6c1d749c-98f4-c091-4b50-af9d33019692
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x31BC SharePoint Foundation          Monitoring                   
     nasq Medium   Entering monitored scope (Timer Job MySite-Instantiation-Interactive-Request-Queue). Parent No f6d5da03-0759-484f-8dbf-35e450f84783
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x31BC SharePoint Foundation          Logging
    Correlation Data       xmnv Medium   Name=Timer Job MySite-Instantiation-Interactive-Request-Queue 6c1d749c-98f4-c091-4b50-a1097818c997
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x31BC SharePoint Portal Server       Personal Site Instantiation  
     aj58q Medium   <LogTimerJobInstance> Starting timer My Site Instantiation Interactive Request Queue (e94a6caa-b0f5-4897-b489-585ca50c7803) for web application: SP-MySite.hosting.scottwilson.com. Function: MySiteInstantiationJob:Execute 6c1d749c-98f4-c091-4b50-a1097818c997
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x31BC SharePoint Portal Server       Personal Site Instantiation  
     aj58r Medium   <LogTimerJobInstance> Finishing on timer My Site Instantiation Interactive Request Queue (e94a6caa-b0f5-4897-b489-585ca50c7803) for web application: SP-MySite.hosting.scottwilson.com.  Function: MySiteInstantiationJob:Execute 6c1d749c-98f4-c091-4b50-a1097818c997
    02/14/2014 09:11:11.94  OWSTIMER.EXE (0x1968)                    0x31BC SharePoint Foundation          Monitoring                   
     b4ly Medium   Leaving Monitored Scope (Timer Job MySite-Instantiation-Interactive-Request-Queue). Execution Time=5.7581 6c1d749c-98f4-c091-4b50-a1097818c997
    02/14/2014 09:11:11.96  w3wp.exe (0x3860)                        0x45E8 SharePoint Foundation        
     Monitoring                     nasq Medium   Entering monitored scope (Render Ribbon.). Parent SharePointForm Control Render 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:11.96  w3wp.exe (0x3860)                        0x45E8 SharePoint Foundation        
     Monitoring                     b4ly Medium   Leaving Monitored Scope (Render Ribbon.). Execution Time=3.7351 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:11.96  w3wp.exe (0x3860)                        0x45E8 SharePoint Server Search       Query                        
     dn4s High     FetchDataFromURL start at(outside if): 1 param: start 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:12.00  w3wp.exe (0x3860)                        0x45E8 SharePoint Foundation        
     Monitoring                     b4ly Medium   Leaving Monitored Scope (Request (GET:http:///SitePages/Home.aspx?AjaxDelta=1&isStartPlt1=1392369075368)).
    Execution Time=545.3983 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:12.02  w3wp.exe (0x3860)                        0x1B68 SharePoint Foundation        
     Request Management             aeboc High     [Forced due to logging gap, cached @ 02/14/2014 09:11:11.46, Original Level: Verbose] No data was found on the incoming
    client request 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:12.02  w3wp.exe (0x3860)                        0x1B68 SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (SPRoutingReverseProxy Get Response). Execution Time=554.6085 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:12.02  w3wp.exe (0x3860)                        0x2090 SharePoint Foundation        
     Monitoring                     b4ly Medium   Leaving Monitored Scope (Request (GET:http:///SitePages/Home.aspx?AjaxDelta=1&isStartPlt1=1392369075368)).
    Execution Time=561.8352 6c1d749c-48d6-c091-4b50-a738b7f35b33
    02/14/2014 09:11:12.05  OWSTIMER.EXE (0x1968)                    0x2EC8 SharePoint Foundation          Monitoring                   
     b4ly Medium   Leaving Monitored Scope (Timer Job job-timer-locks). Execution Time=106.8584 6c1d749c-98f4-c091-4b50-af9d33019692
    02/14/2014 09:11:12.14  w3wp.exe (0x31D8)                        0x3928 SharePoint Server Search       Query                        
     ac3iq High     Ims::EndPoints: old: net.tcp://BA-SHA-001/EA323E/QueryProcessingComponent1/ImsQueryInternal;, new: net.tcp://BA-SHA-001/EA323E/QueryProcessingComponent1/ImsQueryInternal; 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(SP-SearchService-PRD_0_Portal_Content)\Transactions
    Completed. instanceHandle: 3. 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(SP-SearchService-PRD_0_Portal_Content)\Transactions
    In Progress. instanceHandle: 3. 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(SP-SearchService-PRD_0_Portal_Content)\Transactions
    in filters. instanceHandle: 3. 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(SP-SearchService-PRD_0_Portal_Content)\Transactions
    Started. instanceHandle: 3. 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(SP-SearchService-PRD_0_Portal_Content)\Transactions
    Delayed. instanceHandle: 3. 
    02/14/2014 09:11:13.06  w3wp.exe (0x3860)                        0x3FDC SharePoint Foundation        
     Monitoring                     nasq Medium   Entering monitored scope (Request (POST:http://_layouts/15/inplview.aspx?List={52D82E91-4033-4877-B596-83F8711AC2ED}&View={91DA3981-73EA-4FB8-A4A2-A8231E6F1AB1}&ViewCount=15&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView)).
    Parent No 
    02/14/2014 09:11:13.06  w3wp.exe (0x3860)                        0x3FDC SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (POST:http:///_layouts/15/inplview.aspx?List={52D82E91-4033-4877-B596-83F8711AC2ED}&View={91DA3981-73EA-4FB8-A4A2-A8231E6F1AB1}&ViewCount=15&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView) 6d1d749c-d83a-c091-4b50-ad3a9739452b
    02/14/2014 09:11:13.06  w3wp.exe (0x3860)                        0x3FDC SharePoint Foundation        
     Request Management             ai2q3 High     Reached maximum number of failed machines based on ping results for this routing group 6d1d749c-d83a-c091-4b50-ad3a9739452b
    02/14/2014 09:11:13.06  w3wp.exe (0x3860)                        0x3FDC SharePoint Foundation        
     Request Management             adc7u Medium   Mapping URI from 'http:///_layouts/15/inplview.aspx?List={52D82E91-4033-4877-B596-83F8711AC2ED}&View={91DA3981-73EA-4FB8-A4A2-A8231E6F1AB1}&ViewCount=15&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView'
    to 'http://BA-SHA-001/Projects/Spain/Bilbao/SP-BIL-13002/_layouts/15/inplview.aspx?List=%7B52D82E91-4033-4877-B596-83F8711AC2ED%7D&View=%7B91DA3981-73EA-4FB8-A4A2-A8231E6F1AB1%7D&ViewCount=15&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView' 6d1d749c-d83a-c091-4b50-ad3a9739452b
    02/14/2014 09:11:13.06  w3wp.exe (0x3860)                        0x26B4 SharePoint Foundation        
     Monitoring                     nasq Medium   Entering monitored scope (Request (POST:http:///_layouts/15/inplview.aspx?List=%7B52D82E91-4033-4877-B596-83F8711AC2ED%7D&View=%7B91DA3981-73EA-4FB8-A4A2-A8231E6F1AB1%7D&ViewCount=15&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView)).
    Parent No 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(a37d97d0-48e7-4b6f-a8aa-7c342d7f1f9c-crawl-0
    -Regular Crawl)\Items Ready. instanceHandle: 4. 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(a37d97d0-48e7-4b6f-a8aa-7c342d7f1f9c-crawl-0
    -Continuous Crawl)\Items Ready. instanceHandle: 5. 
    02/14/2014 09:11:13.06  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(a37d97d0-48e7-4b6f-a8aa-7c342d7f1f9c-crawl-0
    -Regular Crawl)\Items Submitted. instanceHandle: 4. 
    02/14/2014 09:11:13.08  mssearch.exe (0x0BEC)                    0x1F4C SharePoint Server            
     Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(a37d97d0-48e7-4b6f-a8aa-7c342d7f1f9c-crawl-0
    -Continuous Crawl)\Items Submitted. instanceHandle: 5. 
    02/14/2014 09:11:13.08  w3wp.exe (0x3860)                        0x26B4 SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (POST:http:///_layouts/15/inplview.aspx?List=%7B52D82E91-4033-4877-B596-83F8711AC2ED%7D&View=%7B91DA3981-73EA-4FB8-A4A2-A8231E6F1AB1%7D&ViewCount=15&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView) 6d1d749c-d83a-c091-4b50-ad3a9739452b
    02/14/2014 09:11:13.08  w3wp.exe (0x3860)                        0x26B4 SharePoint Foundation        
     Authentication Authorization   agb9s Medium   Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\user, ClaimsCount=52 6d1d749c-d83a-c091-4b50-ad3a9739452b

    Hi CliveWightman,
    i checked the logs, and seems from the logs it is not when upload happens, but when create new folder. please let me know if it is true.
    based from the log: "list doesn't exist", this should be indicate a server side error, but from you previous testing, it looks like a client side issue (IE8). please help to clarify if should this is a server side or client side.
    if should this is a client side, then only at specific client machine or specific application that run in the client machine only that able to reproduce the issue, you can try also to install higher IE, such as IE 9 or 10 to try if should this is client
    issue.
    Please use below command to export the schema of good library and problematic one. Make a comparison between 2 schemas
    $site=get-spsite URL
    $web=$site.openweb(“sitename”)
    $list=$web.lists[“ListName”]
    $list.SchemaXml >>C:\1.xml
    and please check IE add-ons, verify if "STSUPLD.UPLOADCTL" is enabled.
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Sharepoint 2013 Excel document Browser issue

    Hi ,
    Office documents opened via a hyperlink from SharePoint document libraries may be missing the Server Message Bar
    IE it is not working.  Chrome it is working fine.
    Refer the below screen shot. 
    IE : 
    Chrome : 
    I am using SP 2013  with SP1  My IE browser is 11 .
    Please let me know how to fix this issue. 
    Thanks,
    Amar
    Amar

    Hi Amar,
    According to your descritpion, my understanding is that the Server Message bar was missing when you open documents with IE 11, and it worked well with Chrome.
    Please test with IE 10. If it can work, please use IE 10 mode in IE 11.
    Please add your site into IE Trusted Sites, compare the rsult.
    Also, add your site into Compatibility view.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How to use Blob storage to office 365 sharepoint online library documents

    Hello,
    Considering that we cant uploade a file with size more than 250 MB and it is recommended using Remote
    Blob Storage (RBS) if large files are supposed to store in SharePoint.
    My question is, how to use RBS or Azure Blob storage to store files instead of SQL database.
    What is the configuration or code i need to write to accomplished this where i would prefer if it can be done simply using some configuration.
    any sample or tutorial would be great help.
    Thanks,
    Asjad 

    HI,
    What we did, we deploy small Azure PaaS application what used Azure Blob Storage and table and then show it in Office365 SharePoint online trough iframe. This gives you flexibility to customimze the PaaS application and show the content at blog storage.
    We tested this in SharePoint ONline multitenant and Dedicated plus in On Premise SharePoint with the custom code in separate IIS server published trough UAG to Internet. This allows you to save or replace your file server with Azure and small PaaS apps in
    and show the content on SharePoint ONline trough Iframe.
    Br Petri

  • SharePoint 2013 cannot view PDF documents in mobile browser with office web apps

    Hi,
    I'm receiving the following error when viewing SharePoint 2013 PDF documents in a mobile browser after clicking on the filename:
    "Viewing of .pdf files has been disabled in Microsoft Word Mobile Viewer. Please get in touch with your helpdesk."
    My Question
    Is viewing PDF documents in mobile browsers with Office Web Apps SP1 actually supported?  If so, how can I enable it?  I've already have pdf viewing working in non-mobile browsers. Word documents open just fine on mobile browsers too.
    I'm getting conflicting answers for pdf mobile viewing support from various sources:
    You've got Microsoft toting that they've added in PDF viewing on any device for Office Web Apps
    http://blogs.office.com/2013/07/03/pdfs-in-the-word-web-app/
    A MS support person saying saying it is not supported
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2013/12/31/enabling-pdf-previews-in-document-libraries-with-office-web-apps-2013-in-sharepoint-2013-open-link-does-not-work-from-preview.aspx
    Another person implying that it should work because you can disable pdf browsing for mobile browsers only
    http://blogs.technet.com/b/office_resource_kit/archive/2013/07/24/control-whether-pdfs-open-in-word-web-app-or-the-default-pdf-reader.aspx
    What I've tried
    When I started looking into this there was a mobile WOPI entry:
    Application     : WordPdf
    Extension       : PDF
    ProgId          :
    Action          : mobileView
    IsDefaultAction : False
    ServerName      : 20SP8
    WopiZone        : internal-http
    I tried experimenting with tweaking this binding by changing the DefaultAction to true, and even removing it altogether via:
    Get-SPWopiBinding -Action "MobileView" -Application "WordPDF" | Remove-SPWopiBinding -Confirm:$false
    But I still get the same message.
    I removed all the WordPdf bindings and re-added them via:
    New-SPWOPIBinding –ServerName "<myserver>" –Application "WordPDF" -AllowHTTP
    No dice.  In fact the mobileview binding doesn't even come back... but I guess that is a different issue altogether.
    Version
    SharePoint 2013 (SP1)
    Office Web Apps Server (SP1)
    Farm Setup
    Internal facing only
    2 front end servers, 1 app server, 1 office web apps server

    I think the PDF support, if it exists, in only in Office 365. Always remember that the Office 365 and on premises versions will never be in sync. On premise is updated using periodic service packs and Office 365 has continuous updates. (I've heard every
    10 days.)
    In my Office 365 / IE 10 tests, the PDFs open in the browser's default PDF viewer, in my case FoxIt Reader. So I can't prove one way or the other about support in Office Web Apps.
    Mike Smith TechTrainingNotes.blogspot.com

  • Issues when trying to setup alternate sync location of OneDrive for Business / SharePoint 2013 Libraries

    Hello,
    I have an issue that prevents me from choosing the alternate location of sync'ed OneDrive for Business folders. I'm trying to setup an alternate location for synchronization, using the guidelines found in the Office support web site.
    The option to replace the default sync location appears the first time a SharePoint 2013 Library or OneDrive for Business is setup for synchronization.
    Here would be a link to a snapshot (since my account has not been verified): /Forums/getfile/443247
    At this point, the Library or personal OneDrive folder syncs correctly and the files are stored in the alternate choosen location.
    However, on when trying to setup an additionnal Library for synchronization, the alternate sync location has not been saved and reverts to the default sync location. Furthermore, the option to replace the default sync location does no longer appear
    on the dialog box.
    Here would be a link to a snapshot (since my account has not been verified): /Forums/getfile/443249
    I have tried by first sync'ing a SharePoint 2013 Library (instead of the personal OneDrive for Business folder) with the same result. Meaning that the first SharePoint 2013 Library correctly sync's in the alternate location of my choosing. However,
    any subsequent attempts to sync either a SharePoint 2013 Library or the OneDrive for Business folder results in them being sync'ed to the original default location in a folder under the user's profile directory.
    I'm using Office Professional Plus 2013 (64bits). The version of Groove.exe is 15.0.4605.1000 (12th March 2014 - 13 383 360 bytes).
    Is there something I'm missing ?
    Thanks for any help on this issue.

    Hi SpringComp,
    You can change the root path for libraries you sync to your computer, though you can do this only if you’re not currently syncing any libraries. If you’re already syncing at least one library and you want to change the path, you must first
    stop syncing all libraries. Then, the first time you run the OneDrive for Business wizard to sync a library to your computer, you’ll see an option to change the location.
    More information, please refer to the link:
    http://office.microsoft.com/en-001/support/change-the-location-where-you-sync-sharepoint-libraries-on-your-computer-HA102893480.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Ml81n- service entry sheet error

    Dear Experts I have getting error in Ml81n-service entry sheet, i was tested cost center master data i has given in  PO,in my company cost centers are delimited (01.04.2014 to 31.12.999 ) now system showing ks02-pop-up will get showing 2 delimited li

  • Red track button and mouse does not work sometimes on start up and after stand by mode

    i recently downgraded my t61p from vista basic to xp pro.  all the drivers were installed but my mouse doesn't seem to work consistently.  if i turn it on, sometimes it doesnt move -- i then have to hit standby and see if it works after that..  somet

  • I bought an album and Its not showing up in my library

    I recently bought an album and when I upgraded my phone, the album doesn't show up in my library. I need to get it back, I'm not going to buy the same album when I already spent money on it once.

  • Searching Sequence  query in other query

    Hi With code below when in table TMP_EQUIP_CRM have QTD =2 It return me 2 rows, when QTD = 3 return me 3 rows ....etc SQL> SELECT t2.loc_cntr_id_sn, t2.loc_product_sn,   2         ROW_NUMBER () OVER (PARTITION BY t2.loc_cntr_id_sn, setid, companyid,

  • Can't open you iphoto library with current version of Iphoto

    I just got a new Imac and transferred my files from my G4 ibook but in doing so I seem to have modified my iphoto library on my ibook. Now I can't access any of the photos unless I upgrade iphoto. however I don't want to upgrade and was wondering if