Sign In
David Weinstein's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Disaster Recovery
Erratic Errata
Hybrid
MOSS
Office 365
Performance
Project Server 2007
Project Server 2007 Reporting
SharePoint 2007
SharePoint 2010
Social Networking
SQL Server
Sybase
The battle's done and we kinda won
Tips & Tricks
Tips and Tricks
Uglier Than I Wish
Under the hood
Workflow
Archive
Archives
March 2012
(1)
June 2011
(1)
March 2011
(1)
January 2011
(3)
November 2010
(4)
October 2010
(1)
August 2010
(2)
July 2010
(4)
August 2009
(3)
July 2009
(1)
June 2009
(6)
May 2009
(1)
MSDN Blogs
>
David Weinstein's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Weinstein's Blog
SharePoint Hybrid WhitePaper
Posted
2 months ago
by
Daweins
0
Comments
Working on updating the Designing Hybrid SharePoint Environments whitepaper detailing how to use out of the box features to harmonize On Premises and Office365-S SharePoint environments. We'll be focusing on leveraging O365's new (as of Oct 2011) BCS...
David Weinstein's Blog
SharePoint 2010 MySite My Profile Error
Posted
11 months ago
by
Daweins
2
Comments
Saw an interesting situation today… in one of my test environments, I set up a User Profile Service, a Web App for MySites, and a MySite Host Site Collection… when I tried to test it out, I was able to access the main MySite page, but I got an “unexpected...
David Weinstein's Blog
Formatting a date in a SharePoint DataFormWebPart DropDownList
Posted
over 1 year ago
by
Daweins
1
Comments
Here’s a trip down memory lane for those of you still working with SharePoint 2007 going down the SharePoint Designer application development path… I had a request to format a DVDropDownList displaying a date.There’s a lot of posts out there with...
David Weinstein's Blog
InfoPath 2010 Custom Code–Altering a Field
Posted
over 1 year ago
by
Daweins
1
Comments
Here’s a simple task – alter a field in the code behind for an InfoPath 2010 Form. Not as easy as you’d hope. You have to dust off your XML skills get this working. Here’s some sample code: XPathNavigator fieldTwo = MainDataSource...
David Weinstein's Blog
InfoPath 2010 Form with Sandboxed code will not publish to a SharePoint that is also a Domain Controller
Posted
over 1 year ago
by
Daweins
3
Comments
Receiving the following error: “The form template has been published to the server but it can only be opened in InfoPath Filler. The sandboxed solution could not be activated. The custom code in the form cannot be run. This functionality may be...
David Weinstein's Blog
Kindle for Windows Phone 7 Released!
Posted
over 1 year ago
by
Daweins
0
Comments
Yay! Mobile reading is back! It didn’t show up in the Marketplace Search, but I found it as the first entry in Apps->Books & Reference->New. Highly recommended – no more being bored in lines. Beautiful interface!
David Weinstein's Blog
Autogeneration of a WPF data grid fails
Posted
over 2 years ago
by
Daweins
0
Comments
Brushing off my coding skills & got stuck for a bit on a failure to autogenerate a Data Grid’s columns. I got plenty of rows, but no columns. The secret is to ensure that your base object has publicly available members. Don’t get lazy and just expose...
David Weinstein's Blog
Using claims in security for SharePoint 2010
Posted
over 2 years ago
by
Daweins
0
Comments
Been thinking about this, and as usual, Steve is out in front. Turns out you can use extended claims in web application policies. These are a bit too coarse for most use, but would be a great way to allow people with certain claims such as “Security Admin...
David Weinstein's Blog
What’s in SharePoint BPOS-D?
Posted
over 2 years ago
by
Daweins
0
Comments
I’m frequently asked about what is supported (or more accurately, what’s not supported) in Microsoft’s BPOS-D SharePoint environment. My first recourse is the BPOS-D bible, also known as the Service Description Document. The BPOS-D 10.3 document is now...
David Weinstein's Blog
DPM + SharePoint 2010 Storage Calculator
Posted
over 2 years ago
by
Daweins
1
Comments
There’s a great calculator posted at http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=c136c66c-bd4a-4fb1-8088-f610cd02dc51 Perfect for helping communicate storage needs to a DPM team supporting your SharePoint 2010 environment...
David Weinstein's Blog
Some interesting details from the InfoPath 2010 Capacity Planning White Paper
Posted
over 2 years ago
by
Daweins
0
Comments
If a scenario involves saving a form to a document library, it is better to submit the form to the library instead of saving it. A Submit operation triggers only one POST request or round trip, whereas a Save operation triggers two POST requests...
David Weinstein's Blog
Very cool solution accelerator: SCOM–Business Intelligence Integration
Posted
over 2 years ago
by
Daweins
1
Comments
Looking to roll your System Center Operations Manager data into your BI stack? Check out http://www.microsoft.com/business/performancepoint/downloads/default.aspx for info on the ETL (SSIS), Cube Design (SSAS) – it even has T-SQL scripts to speed...
David Weinstein's Blog
SharePoint Workflow not starting
Posted
over 2 years ago
by
Daweins
0
Comments
This was a silly mistake on my part, but it drove me crazy… I was debugging a simple workflow that was supposed to start upon item creation or modification. However, when I triggered an event that should have started the workflow, nothing would happen...
David Weinstein's Blog
Great SQL Server book
Posted
over 2 years ago
by
Daweins
0
Comments
SQL Server Deep Dives: fantastic collection of articles by those who know best. I just wish it was available on the Kindle – I hate carrying around such a heavy, but invaluable book. It has one of the better chapters on DB Mirroring that I’ve ever seen...
David Weinstein's Blog
Yet another wacky SharePoint error message: Port Collision
Posted
over 2 years ago
by
Daweins
0
Comments
When trying to access a SharePoint 2007 site, I was unable to access it. As part of my troubleshooting, I opened up IIS (7, the server was running Win Server 2008), and noticed that the site in question was stopped. Trying to start it gave the following...
David Weinstein's Blog
SharePoint Error Message: Operation aborted
Posted
over 2 years ago
by
Daweins
0
Comments
Here's a new SharePoint 2007 error message. I tried to browse to a site and got the following error: Operation aborted (Exception from HRESULT: 0×80004004 (E_ABORT)) This one turned out to be because the application pool's account had lost (still haven...
David Weinstein's Blog
Database Mirroring fighting with DocAve
Posted
over 2 years ago
by
Daweins
1
Comments
Here's a weird one… while trying to set up DB mirroring of a content database colocated with a SharePoint contentDB, I got the following error: "The server network address “TCP://SQLServer:5023″ can not be reached or does not exist. Check the network...
David Weinstein's Blog
Sybase ODBC Linked Server from SQL Server 2005 doesn’t like underscores in table names
Posted
over 3 years ago
by
Daweins
0
Comments
I hit an interesting issue this week trying to integrate with a Sybase ASE 15.x database via a linked server. I managed to properly formulate my provider strings, and I was able to issue queries against most tables. However, one of my queries failed,...
David Weinstein's Blog
Avoiding Project Corruption in Project Server
Posted
over 3 years ago
by
Daweins
0
Comments
Although the symptoms vary, one of the main culprits is a mismatch between the version of Project Pro on users’ machines and Project Server. For example, if you deploy SP2 on the server, you must ensure that you also deploy the corresponding patch to...
David Weinstein's Blog
Reattaching a Content Database Containing Project Server Project Workspaces
Posted
over 3 years ago
by
Daweins
0
Comments
There’s occasions where you’ll find it necessary to reattach a content database containing a PWA site and its associated Project Workspaces. This is essential for Disaster Recovery, migration across farms, or repairing accidental contentDB detachments...
David Weinstein's Blog
Interesting extension of social networking
Posted
over 3 years ago
by
Daweins
0
Comments
The London Bridge has it’s own twitter feed… http://twitter.com/towerbridge Technorati Tags: Social Networking , Interesting
David Weinstein's Blog
MOSS 2007 built-in workflows don’t like it if you change their groups
Posted
over 3 years ago
by
Daweins
0
Comments
Using a MOSS built in workflow, like the Approval workflow, and are surprised when it stops sending notifications? Ensure that nobody’s changed the name of the group that receives notifications. Apparently, the workflow uses the Group name as an internal...
David Weinstein's Blog
Artificial Keys
Posted
over 3 years ago
by
Daweins
0
Comments
How big? I’ve started noticing a lot of DBs (sometimes turning up in embarrassing places) that neglect some pretty easy scaling techniques. An often-looked consideration is designing a table to support efficient indexing. I personally find that, unless...
David Weinstein's Blog
My second favorite SQL tip
Posted
over 3 years ago
by
Daweins
0
Comments
Create an audit log table (or even better yet, an audit database). It can have a pretty simple structure – I often only have an artificial key, description, and date in mine. Then, when you’re executing a long running script or automated process, you...
David Weinstein's Blog
My favorite SQL tip
Posted
over 3 years ago
by
Daweins
0
Comments
Get SQL Server to do the hard work for you, and learn a lot of useful T-SQL while you’re at it. Nearly every operation you can perform with the SQL Server Management Studio GUI can be converted into a T-SQL script. This has a lot of advantages: You can...
Page 1 of 2 (28 items)
1
2