随笔分类 -  sharepoint2013

摘要: 阅读全文
posted @ 2017-01-17 10:42 Jason.Bird 阅读(217) 评论(0) 推荐(0)
摘要:Check event viewer log Click Start, click Run, type eventvwr, and then click OK. Click on Security under Windows Log Do the following steps to resolve 阅读全文
posted @ 2016-11-23 23:41 Jason.Bird 阅读(288) 评论(0) 推荐(0)
摘要:IE从IE8+才支持console物件,但如上图所示,网页明明是IE9标准模式,为什么IE9却说console物件不存在? 但进行侦错,console.log()却又正常! 原因: IE8/IE9要先按F12开启IE Dev Tools才能存取console物件啦 阅读全文
posted @ 2016-09-05 10:21 Jason.Bird 阅读(237) 评论(0) 推荐(0)
摘要:Hello, I did the steps from the tutorial you are using. I have received the same error when I did not do the last for steps specified: 12. Save all fi 阅读全文
posted @ 2016-09-02 15:22 Jason.Bird 阅读(238) 评论(0) 推荐(0)
摘要:目前仅支持IE7/8不支持IE11和谷歌 对于跨域情况,目前找到如果jquery是get获取方式,可以配置web.config相关属性,具体powershell命令如下: 另外也需要在javascript里面进行相关配置,具体如下: 阅读全文
posted @ 2016-09-02 13:27 Jason.Bird 阅读(606) 评论(0) 推荐(0)
摘要:在页面地址后面添加?contents=1就可以显示所有页面的webpart部件了 server=wtcsps05;database=Testing_DB;uid=sqluser;password=wtc#123;" <add key="OnlineTestConnStr" value="Data S 阅读全文
posted @ 2016-08-14 22:44 Jason.Bird 阅读(175) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-08-09 10:00 Jason.Bird 阅读(116) 评论(0) 推荐(0)
摘要:配置完成powerviot后发现打开excel无法刷新数据源连接提示出错: 在security token service服务应用中新建application,如图创建,然后将excel里面的authenticated配置指向PPCres即可 重启服务成功! 问题描述 筛选Excel数据时,显示无法 阅读全文
posted @ 2016-08-08 19:35 Jason.Bird 阅读(268) 评论(0) 推荐(0)
摘要:Testing Service c2WTS +- Service c2WTS found +- Service c2WTS is running +- Path of service: C:\Program Files\Windows Identity Foundation\v3.5\c2wtsho 阅读全文
posted @ 2016-08-08 18:35 Jason.Bird 阅读(318) 评论(0) 推荐(0)
摘要:In Central Administration, in System Settings, click Manage farm solutions. Click Powerpivotwebapp. Click Deploy Solution. Choose the web application 阅读全文
posted @ 2016-08-02 11:31 Jason.Bird 阅读(238) 评论(0) 推荐(0)
摘要:Add-PSSnapin microsoft.sharepoint.powershell $WebAppName = "http://wtcsps99:82/" $wa = get-SPWebApplication $WebAppName $wa.UseClaimsAuthentication = 阅读全文
posted @ 2016-08-02 11:13 Jason.Bird 阅读(2001) 评论(0) 推荐(0)
摘要:1、在app server安装powerviot for sharepoint,然后进行配置powerviot 2、powerviot配置之前需要设置security token service以及excel service无人值守用户(先决条件) 3、在前端服务器上安装powerviot for 阅读全文
posted @ 2016-08-02 09:41 Jason.Bird 阅读(260) 评论(0) 推荐(0)
摘要:需要在所有安装sharepoint服务器里面安装ADOMD组件 \Program Files\Microsoft Office Servers\15.0\WebServices\PpsMonitoringServer Inside web.config you need to find the li 阅读全文
posted @ 2016-08-02 06:57 Jason.Bird 阅读(218) 评论(0) 推荐(0)
摘要:security userkey:westracpass:Set#@!123 阅读全文
posted @ 2016-07-29 20:46 Jason.Bird 阅读(121) 评论(0) 推荐(0)
摘要:需要在管理中心运行SQL安装程序,添加SSRS服务和SSRS-ADD-IN for sharepoint两个features 其他前端服务器不需要安装 app-server install reporting service other front web install add-in for sh 阅读全文
posted @ 2016-07-28 13:13 Jason.Bird 阅读(256) 评论(0) 推荐(0)
摘要:昨晚配置完成office web apps 2013的外部网络访问之后,今天发现了一个很奇怪的问题,就是IE 11不支持文档在线浏览,找了很多方法,打补丁什么的,都不管用,最后在预览文件的页面,看到<head>标签,里面有一句代码:<meta http-equiv="X-UA-Compatible" 阅读全文
posted @ 2016-07-28 12:11 Jason.Bird 阅读(593) 评论(1) 推荐(1)
摘要:$badjobTake2 = Get-SPTimerJob -ID "job-service-instance-f2de35ab-bca3-4e53-b51a-98d3b06a6930"$badjobTake2.Delete() #this worked 阅读全文
posted @ 2016-07-27 23:47 Jason.Bird 阅读(109) 评论(0) 推荐(0)
摘要:PAY2016012971546 附件8M,下载时间超3分钟 经过排查并非是查询历史记录导致速度比较慢,原因是附件大于1M时,内网申请单打开特别慢,追踪发现附件大小和本地网速有关,附件越大,网速越慢打开就越慢 阅读全文
posted @ 2016-07-26 23:03 Jason.Bird 阅读(112) 评论(0) 推荐(0)
摘要:标题头添加属性:(如果需要使用ddwrt)xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"> <xsl:template name="MyCustomStyle" match="Row[@Style='My 阅读全文
posted @ 2016-07-26 14:14 Jason.Bird 阅读(197) 评论(0) 推荐(0)
摘要:The fix is simple, do the following: 1. Open your project file in NotePad 2. Find the PropertyGroup nodes. 3. Add a new PropertyGroup node. <PropertyG 阅读全文
posted @ 2016-07-19 00:42 Jason.Bird 阅读(276) 评论(0) 推荐(0)