SharePoint 2013 Add Author image in default view of blog post

Hi, 
How to add Author Image in the Default view of SharePoint 2013 blog site. 
Thanks
ram

Hi  Ram,
According to your description, my understanding is that you want to display author picture in SharePoint blog.
In my test, we can achieve the demand as following steps:
Go to the blog site ->Site Actions -> View All Site Content ->Posts.
In the Posts list, go to List  Settings-> click Created By column  in the Columns section.
In Additional Column Settings,  select
Name (with picture) or Name (with picture and details) for Show field.
Reference:
https://social.technet.microsoft.com/Forums/en-US/0d2fd27b-c96e-4c24-a1c8-e415969693bd/authors-image-on-blog-posts?forum=sharepointcustomizationpreviou
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • Add new fields to default view when creating fields via REST in sharepoint 2013

    Hello,
    When I add new fields via REST in a list, they don't appear in the default view for that list.
    Here is my code in case you need it:
    public function creeChamp(nomListe:String, champ:String, type:int, requis:Boolean):void
    postURL.data = JSON.stringify({ '__metadata': { 'type': 'SP.Field' }, 'Title': champ, 'FieldTypeKind': type,'Required': requis, 'EnforceUniqueValues': false,'StaticName': champ});
    thanks

    You need to add the field to the view as well.
    Here is the API.
    Our code looks pretty different because I'm working in AngularJS, but here's a snippet from a working example:
    $http.post(siteUrl + "/_api/web/lists/GetByTitle('" + listName +
    "')/Views/GetByTitle('All%20Items')/ViewFields/addViewField('" + columnName + "')",
    // POST data is empty for this request
    }, getPostConfig())
    .then(function (response) {
    deferred.resolve("Added column to view");
    .catch(function (response) {
    deferred.reject('Error ' + response.status + ': ' + response.data.error.message.value)
    Bottom line is you just POST to this URL however you normally do - except no data:
    "/_api/web/lists/GetByTitle('" + listName + "')/Views/GetByTitle('All%20Items')/ViewFields/addViewField('" + columnName + "')",
    Hope this helps!
    - Bob

  • SharePoint 2013 Service Pack 1 broke Explorer View (WebDAV)?

    We recently installed SharePoint 2013 Service Pack 1 and have since been troubled by Explorer View. Very often Explorer View doesn't work. This error often appears:
    "We're having a problem opening this location in File Explorer. Add this web site to your Trusted Sites list and try again."
    The weird thing is that sometimes the Explorer View works just fine, but more often it doesn't. There's are a lot of blogs / topics about this on the internet, but they all didn't help resolve this issue. We use persistent cookies for our STS (AllowSessionCookies
    == false), we've added the site to Trusted Sites, made sure WebClient service is running on the clients, cleared cookie caches, etc., etc.
    Explorer View works fine when we connect to Office 365 instances. But our local farm has these problems. We use ADFS auth.
    Our problems actually resemble the problems this guy had:
    http://blog.skadefro.dk/2011/09/sharepoint-2010-and-webdav.html
    But his fix doesn't seem to apply to us.
    This all started after installing Service Pack 1, so could this be a Service Pack 1 issue?

    Hi LZandman,
    There is a KB article, it provides that:
    Issue 2
    Assume that you access the date in a SharePoint Document Library. Then, you click Open with Explorer View when you view a SharePoint Document Library in Internet Explorer 10. In this situation, the operation fails, and you receive one of the following error
    messages.
    Error message 2
    We're having a problem opening this location in File Explorer. Add this web site to your Trusted Sites list and try again.
    Notes
    These issues occur only when the SharePoint server is configured for cookie-based authentication, such as SharePoint Online.
    You may encounter a similar issue when you use other Web Distributed Authoring and Versioning (WebDAV) servers that are configured for cookie-based authentication.
    Please take a look at :
    http://support.microsoft.com/kb/2846960/en-us , and download and install the hotfix, compare the result.
    I hope this helps.
    Thanks,
    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

  • Sharepoint 2013 Web Parts missing - XsltListViewWebPart, Data View Web Part ...

    Hi,
    I'm using a SP2013 standalone dev server and I can´t find some web parts like XsltListViewWebPart and Data View Web Part.
    I was expecting to find a category like "Lists and Libraries" or "Authoring" but I can´t find it.
    I'm a site collection admin and have standard, enterprise and publishing features activated.
    Shouln´t I see those Web Parts?
    I noticed that I don´t have any file "XsltListViewWebPart.webpart" on my server file system. should it exists there?
    Thanks,
    DD 

    Hi,
    If you want to add a XsltListViewWebPart into page via UI.
    In SharePoint 2010, we can find in "Lists and Libraries" category.
    In SharePoint 2013, the category named "Apps".
     Best Regards
    Dennis Guo
    TechNet Community Support

  • I am not seeing export to Excel option in SharePoint 2013 survey (even in the overview view mode)

    Hi
    If anyone could point me in the right direction as to what steps to take to enable the export to excel option in a sharePoint survey list.
    all other surveys are showing up that export to excel option.
    I am not seeing the view dropdown as well which shows up on right (the only way to create new view is through the URL as of now)
    Constraints
    Survey already has several responses now so making a new survey is not an option
    (I know that when is any custom view is changed to default view and if Overview is made as the default view again this option goes away, but how to get this export to excel option back?)
    Steps taken till now
    Checked in SP designer as to which field is set to default and it shows overview as the default.
    Checked whether any web part was closed and it seems there was none else closed web part category would've shown up
    Saved the existing survey as template both with the content included and without the content (without the content template has the export to excel option showing up)
    Many thanks ,
    Ab

    Aby,
    Do following, it will work
    Create a simple list and hit export to excel to create owssvr.iqy file
    Open that file in notepad
    Collect Survey list' GUID and View GUID from SPD. You need to change the pointer to test list to survey
    Change list GUID and view Guid 
    File will contain these code
    WEB
    1
    https://mycomp.sharepoint.com/sites/RND/_vti_bin/owssvr.dll?XMLDATA=1&List={577F5EF1-DA61-4BAD-B912-E16CEFD72AE2}&View={05CF5C6B-92F0-4681-BC4A-F60E2646A41D}&RowLimit=0&RootFolder=%2fsites%2fRND%2fReports%20List
    Selection={9CC32EE5-7C16-49EE-9BA1-136C1ADBEBEF}-{2D172036-F4BF-459D-BBAB-4FEE3310511D}
    EditWebPage=
    Formatting=None
    PreFormattedTextToColumns=True
    ConsecutiveDelimitersAsOne=True
    SingleBlockTextImport=False
    DisableDateRecognition=False
    DisableRedirections=False
    SharePointApplication=https://mycomp.sharepoint.com/sites/RND/_vti_bin
    SharePointListView={05CF5C6B-92F0-4681-BC4A-F60E2646A41D}
    SharePointListName={577F5EF1-DA61-4BAD-B912-E16CEFD72AE2}
    RootFolder=/sites/RND/Reports List
    It will work :)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • SharePoint 2013 : Add annotation to document library item

    Hi all,
    Is there a possibility to add annotation to library items. Example, I am sharing a document library item to a user then the user add an annotation and share to another user.  The other user also should add his/her comments on the item.
    Can anyone help me how to achieve this?
    Many thanks & regards
    Vinay

    We've done this in the past using a Rich Text Field in the metadata of the document.  You can set it up so it Appends new entries to the bottom of the field instead of replacing the existing content.  When a user edits the metadata they see a
    blank field.  When they save it their comments are added to the bottom with their name and a timestamp.  We've used it primarily on issues lists, but it should work on a document also.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • SharePoint 2013 Community Site Discussion List Custom View Issue

    I need to create a custom view to show the discussions updated in the past 7 days and ordered by most replies.  I have created a custom view based on the subject view and included the following columns:
    Body
    Category
    Last Updated
    Modified By
    Replies
    Subject (linked to item
    the problem is that when you click on the subject link, it does not return that discussion.  We get the message that There are no items to show in this view.
    This happens even if I use the Flat or Threaded view option when creating a custom view.

    You haven't most probably set the "Folders" property when setting up the view. Go to Folders property and set Show this view: In the top-level folder. Also, in Sort property select Replies column and set it to Show items in descending
    order and in Filters property set Last Updated column "is less than or equal to" [Today]+7
    Nadeem Yousuf

  • SharePoint 2013 SQL Server Reporting Services Report Viewer (Web Part) - IE Tab Title

    Hi,
    We are using a wiki Library to create page with SQL Server Reporting Services Report Viewer Web Part.
    Everything is working great except for the Internet Explorer tab, instead of giving me the name of the Report it is showing the name of the web application. All the other wiki pages is working fine.
    Regards,
    Social Technet Microsoft.

    Hi Brysk,
    Is there any difference between the problemaitc page containing the webpart and other working wiki pages for showing the title name in IE tab?
    The IE tab should show the information in tag<title> of the page, please check if it is correct for that page (using F12).
    Also check if it is related to IE browser compatibility issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Viewing full blog post....

    I'm using 'Free RSS Reader' from the app store on my 64gb iPod latest sw version.
    When subscribing to a blog sometimes I get the full blog with images and all the text for that entry. Frustratingly I also get some blogs where all I get is the first say 3 lines then I have to click go to website
    I don't mind paying for an app so could anyone either tell me how to resolve this issue in the free app or recommend a paid for one that ***** in the whole post. Also is it possible to get an offline reader so you d/l the blog in full for Reading later when you have no wireless connection?
    Cheers
    Hvxuser

    Thanks for the reply!
    I'm publishing to a folder and using FileZilla to upload the site. I simply click and drag all the files within my site folder onto the site. I did not click and drag the folder, because then it gives me the address http://HealthyDayFitness.com/HealthyDayFitness/Welcome.html. Looks messy in my opinion.
    I'm a little confused on what you mean by blank spaces on the page name... This is the blog page that works: http://healthydayfitness.com/Blog/Blog.html
    If you click on "First Post," that's when things go haywire, but I don't see any blank spaces in that broken URL.
    Any other thoughts? If not, I'll give the folder upload a try.

  • Add read more link SharePoint 2013 blog site

    Hi,
    I have blog site in SharePoint 2013. I want to add "Read More" link for all the blog post.
    I found a lot of solution by manipulating through the layouts folder in 15 hive directory.
    But I have no access to the 15 hive directory.
    Is it possible through JavaScript or j query ?
    Please share your suggestion.
    Thank you

    I've used this guide: http://www.learningsharepoint.com/2013/04/07/styling-announcements-with-javascript-using-js-link-in-sharepoint-2013/
    The guide is actually for Announcements but the basic behavior is the same. The code is simple to modify even by a beginner.

  • SP2013 Set default views across multiple site collections (powershell)?

    I am the editor for a large SharePoint 2013 publishing site with approximately 130+ subsites. Based on our most popular content types, I've create two diffferent default views that will come in handy as we move to a distributed authorship model. (I'm thinking
    specifically about the Quick Edit/Excel-like feature to make quick changes to page/document metadata.) 
    The authors/content owner/editors have NO experience with SharePoint, so while the usual benefit of using views is that they can be tailored to individual needs, I'd like to start them off with something that is VERY easy to change on the fly using Ribbon >
    Library > Quick Edit. It's either that or, as just a power user in the CMS, go to each individual page and document library and change it manually, which could take days, if not longer. The ideal solution would look for all subsite of layout/content type
    foo and change the default views within the page libraries to a set of 17 metadata.
    Any help would be greatly appreciated!
    Ryan D Watters

    Hi Ryan,
    As I understand, you would like to change default view for page/document libraries via powershell.
    Firstly, you need to get all page/document libraries in the site, then add columns to default view.
    Here are some articles for your reference:
    1.Get all document libraries:
    http://www.sharepoint-journey.com/get-all-document-libraries-in-a-site-collection.html
    2.Managing List Views:
    https://nkelkar.wordpress.com/2011/06/21/powershell-create-lists-add-columns-set-new-default-view/
    http://get-spscripts.com/2012/02/managing-creating-and-deleting.html
    Regards,
    Rebecca Tu
    TechNet Community Support

  • After Up-Gradation to SharePoint 2013 Web Parts Stopped Working.

    Hi,
    I upgraded SharePoint 2013 from 2010. After up-Gradation my existing web-parts are no more working.
    I also tried after upgrading web part for 15 hive but still same issue.
    When ever I click on button it takes me to error page and shows message "
    Sorry, something went wrong
    An unexpected error has occurred. "
    Following are logs from ULS:
    Medium Entering monitored scope (Request (POST:http://SPSRVR/PWA/ADBCCRO/Custom/Timesheet.aspx)). Parent No 2f1a8b9c-88c5-f019-bb28-82a0422a41e6
    04/26/2014 15:38:15.51 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SPSRVR/PWA/ADBCCRO/Custom/Timesheet.aspx) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.51 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=, ClaimsCount=0 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String virtualPath) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web) at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...ecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...etion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files aiv4w Medium Spent 0 ms to bind 3870 byte file stream 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ahjkm Medium Spent 0 ms to send 3870 byte file stream 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/PWA 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=16.3957 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.54 w3wp.exe (0x1FE8) 0x0988 Web Content Management Publishing 7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General 8nca Medium Application error when access /PWA/ADBCCRO/Custom/Timesheet.aspx, Error=The IListSource does not contain any data sources. at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ReadOnlyDataSource.System.Web.UI.IDataSource.GetView(String viewName) at System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() at System.Web.UI.WebControls.DataBoundControl.GetData() at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.BindResources() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.btnSearchPeriod_Click(Object sender, EventArgs e) at System.EventHa... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General 8nca Medium ...ndler.Invoke(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Runtime tkau Unexpected System.Web.HttpException: The IListSource does not contain any data sources. at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ReadOnlyDataSource.System.Web.UI.IDataSource.GetView(String viewName) at System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() at System.Web.UI.WebControls.DataBoundControl.GetData() at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.BindResources() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.btnSearchPeriod_Click(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Runtime tkau Unexpected ...at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General ajlz0 High Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x80004005): The IListSource does not contain any data sources. at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ReadOnlyDataSource.System.Web.UI.IDataSource.GetView(String viewName) at System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() at System.Web.UI.WebControls.DataBoundControl.GetData() at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.BindResources() at P... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General ajlz0 High ...rjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.btnSearchPeriod_Click(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.Ca... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General ajlz0 High ...llHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General aat87 Monitorable 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,1 agb9s,11 ak8dj,5 b4ly,18 7fz3,20 8nca,0 tkau,0 ajlz0,1 aat87 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SPSRVR/PWA/ADBCCRO/Custom/Timesheet.aspx)). Execution Time=65.8699 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    Regards,
    Mehar

    Hi Mehar,
    Please try to run the PowerShell command, and compare the result:
    $webApp = Get-SPWebApplication "http://ihaveablobproblem.com"
    [Microsoft.SharePoint.Publishing.PublishingCache]::FlushBlobCache($webApp)
    More information, please refer to the link:
    http://richardleeman.blogspot.com/2013/08/sharepoint-2013-useragent-not-available.html
    Here is a similar post, please check if it is useful:
    http://social.technet.microsoft.com/Forums/en-US/05144219-aa4a-49d4-b7f6-31d83e7e97c6/sp2013-upgradation-breaks-all-list-views-with-fieldscontent-types?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    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

  • User profiles from Active directory when loggedin then userdisplay, useredit shows blank white screen in SharePoint 2013

    User profiles from Active directory when loggedin then userdisplay, useredit shows blank white screen in SharePoint 2013 
    I can login with the these AD users and AD direct import is working just fine. We are not using UPS.
    With admin user when I click on the user it shows up proper data. But when I login with the same user it does not show me userdisplay/useredit and shows blank data. Also another strange thing is when I add new item in list with these AD users created by
    modified by is blank and its really strange. I checked user information list, tried to rerun user sync with direct AD import option but no success.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the page is blank when the use accessed /_layouts/15/userdisp.aspx and the created by field was blank when the user created a new list item in SharePoint 2013.
    I tested the same scenario per your post, however I cannot reproduce your issue.
    For troubleshooting this issue, I recommend to verify the things below:
    Check the permission of the user in the corresponding site collection to see if he can access /_layouts/15/userdisp.aspx.
    Delete the user from AD and SharePoint, then re-add the user to AD and grant proper permission to the user in SharePoint to see if the issue still occurs.
    Did this issue occur with all the users? Add a new user in AD and test the same scenario.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Possible to use both Tabular and Multidimentinal with same SharePoint 2013 farm?

    I would like to build SharePoint 2013 based reporting portal with Power View as visualization tool.
    Is it possible to install both Tabular and Multidimentional to same physical server?
    Is it possible that some Power View reports use tabular and others multidimentional?
    Could above requirement work in production environment? Anybody tried?
    Kenny_I

    Hi Kenny_I,
    According to your description, you are going to create a PowerView report using SQL Server Analysis Services Multidimensional database or SSAS tabular model as data source in SharePoint 2013, now what you want to know is that is it possible to install both
    Tabular and Multidimensional to same physical server? And is it possible that some Power View reports use tabular and others Multidimensional?
    Of course we can install both Tabular and Multidimensional to same physical server that had SharePoint 2013 installed. In my tested environment, I have installed all of them on the same server. And we can use tabular model and others Multidimensional database
    on individual PowerView report. However, it seems that we cannot use both tabular model and others Multidimensional database on the same Powerview report.
    Even though we can install both Tabular and Multidimensional to same physical server, however in the production environment, the recommendation is that install them on different server, it will beneficial to troubleshooting the issue when some issue occur
    on the environment.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • What will be physical architecture for SSAS Tabular model with Sharepoint 2013?

    I would like to build SharePoint 2013 based reporting portal with Power View as visualization tool.
    I have 300-800 million rows and customer puts priorities in high performance.
    Data source is SQL Server database and Flat Files.
    What will be recommended physical archicture? Is following good?
    -SQL Server database server
    -SSAS Tabular application server
    -SharePoint 2013 Front-End (multiple if needed)
    Kenny_I

    Hi Kenny_I,
    According to your description, you want to if it's OK to SQL Server database server, SSAS tabular application server and SharePoint 2013 Front-End on different server, right?
    As I said in another thread, even though we can install all of them on same physical server, however in the production environment, the recommendation is that install them on different server, it will beneficial to troubleshooting the issue when some
    issue occur on the environment. So in your scenario, it Ok to install all the application on different server. Here are some links about requirement to install the application.
    System requirements for Power View
    Hardware
    Sizing a Tabular Solution (SQL Server Analysis Services)
    If I have anything misunderstood, please point it out.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

Maybe you are looking for