SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Allyis
Capabilities
and
Case Studies
SharePoint Palooza 2010
Agenda
About Allyis:
Capabilities
Engagement Models
Project Examples
Case Studies:
External User Account Management
Large File Storage
Business Connectivity Services
About Allyis
 Technology, Consulting, Development + Site Management
 Founded 1996 | 190 Employees | Privately Held
 Fastest Growing Company (PSBJ) | 5 Years Running
 Washington Best Workplace (PSBJ, WA CEO, WA Business)
 Microsoft Gold Certified Partner
– Custom Development Solutions | Web Development Specialization
– Information Worker Solutions | Portals + Collaboration Specialization
– Data Management Solutions| Business Intelligence
 Key Clients:
– Microsoft, Expedia, State of Washington, Amazon, WTIA, WellPoint,
Disney Interactive
Capabilities
Depth of Expertise Spanning Multiple Discipline Areas
On-LineCommunities
•SharePoint
•Digital Marketing and
Communication
•Social Media Strategy
and Execution
•User Experience and
Surveys
•Web Analytics
•Dashboards
•Scorecards
•Reporting & Analysis
ContentManagement
•Content Strategy
•Content Development
•Content Analytics +
Optimization
•Content Audits
•Content Migrations
•Publishing
Management
•Information
Architecture +
Taxonomy
•User Generated
Content
ProjectManagement
•Project Management
•Program Management
•Business Analysis
•Requirements
Definition +
Documentation
•Change Management
WebApplications
•Custom .NET
Development
•SharePoint
•Windows Live
Services
•Silverlight
•Social networking
•Web content
management systems
(CMS)
•Database
development
•HTML, XHTML, J-
Query, Javascript, CSS,
XML, XSL, Ajax
Flexible Engagement Models
Project Managers
+ Consultants
• 1 Individual
• Mid-Long Term Engagements
Managed
Teams
• Teams of 2+
• Long Term Engagements
• Service Level Agreements
Projects +
Consulting
• Discreet Timelines
• Explicit Deliverables
Project
Manager
Content Management
+ Publishing Team
SharePoint 2010
Migration Strategy
Examples
Project Examples
 Demonstrates the capabilities of our team
Microsoft OEM Partner Center
On-Line Community: Digital Marketing, Content Management and Web
Development
Our Role:
• Site Migration to SharePoint 2010
• Content Strategy, Development + Optimization
• Infrastructure Planning and Implementation
• Search Engine Optimization (SEO)
• Marketing Strategy and Consulting
• Digital Marketing and Communications
• Social Media Strategy and Execution
• Reporting and Analysis
• User Experience and Surveys
Impact:
• More Relevant, Accessible Content Worldwide
• Improved Stakeholder Engagement
• Better Search Results (optimized ~250 pgs)
• Measurement driven by business objectives
Technology:
• SharePoint 2007 + 2010
• SharePoint Designer
• HTML, XML/XSLT, CSS, JavaScript
• ASP.NET, VB.NET, C#
• Visual Studio 2008
• SQL Server 2008
• Product Studio
• .NET Web Services
• Custom CMS
• ExactTarget
• Windows Live Services
• Visual Studio 2008
• Webtrends
Case Studies
 Highlight specific SharePoint features
The Business Need #1: Client Collaboration
 Mid-sized national environmental science and engineering firm
 Growing rapidly and had a contractual need to collaborate with clients over the
Internet
 Small IT organization
 Need to push client login and account creation to edges of business
– Cannot be the same as internal company user management
The Options: Non-IT Administration of Users
 Need to address user login and user management
– User login comes with SharePoint (Forms Based Authentication)
– User management does not
 Options for user login
– SQL
– LDAP (Active Directory, Novell Directory Services)
– Windows Live ID, Google OpenID
 Options for user management
– Commercial tools (Bamboo Solutions, SharePoint Boost)
– Open Source tools (CodePlex)
– IIS 7.0
– ASP.NET Website Management Tool
The Solution: Claims-based web application and IIS 7
 SharePoint Forms Based Authentication for
user login
 Windows Server 2008 R2 IIS 7.0 for
user management
 Benefits
– Secure access to extranet for clients
– No need to grant network access to clients
– Easy way to create users and grant access
– Removes IT resource requirement
– Optionally enable other user features
(change or reset password,
set security question and answer)
The Solution: High Level Implementation
 Create claims-based web application
 Configure membership store (user login)
– aspnet_regsql makes this easy when using SQL as the store
 Configure membership and role providers
– IIS 7 wizard or web.config files may
be manually modified
– Must be done for the following
applications:
o FBA zone for web application
o Central Admin
o Security Token Service
 Create users and roles for setup and testing
– IIS 7 makes this quick and easy
The Business Need #2: Large File Storage
 Mid-sized national environmental science and engineering firm
 Frequently deal with very large files involving GIS data
 Need to store and share these files with clients
 Existing files would overwhelm the content database
 Growth in database size would be unsustainable
 Limited budget for implementing a solution
The Options: Store files outside the content database
 Options
– External Blob Storage (EBS) - SharePoint 2007 SP1
o Runs on SharePoint server
o Predecessor to RBS
– Remote Blob Storage (RBS) - SharePoint 2010
o Primarily runs on SQL server
– Third Party (Metalogix StoragePoint, AvePoint DocAve)
 Gotchas
– Mirroring not supported by Remote Blob Storage
– Deletion of files does not happen in real time
o RBS Maintainer must be scheduled to clear deleted files
– Only cleans up the RBS tables, does not delete files
o FILESTREAM provider requires T-log backups and CHECKPOINT
The Solution: Remote Blob Storage
 Use Remote Blob Storage and SQL FILESTREAM
 Places all the large files outside the database
– This is invisible to the site users
 No additional technology purchase required
 Native SharePoint and SQL integration
– No code required
The Solution: High Level Implementation
 Enable FILESTREAM provider on SQL Server
 Install Remote Blob Storage (RBS) on all farm servers (SQL, app and front-end)
 Enable and test RBS
– Using PowerShell command line
 Configure and schedule RBS Maintainer
 Ensure properly scheduled transaction log backups
– must run twice if in full recovery mode before deleted files are eligible for
removal
 SQL CHECKPOINT
– Determine if you want to let SQL Server manage the schedule on CHECPOINT
executions, schedule if desired
The Business Need #3: Access to External Data
 Small manufacturing company
 Enterprise resource planning (ERP) application on site
– Not used in pre-sales process
– System of record for customer information
 Host SharePoint 2010 Foundation off-site
– Did not want to expand limited internal IT support
 Need to access customer account numbers in ERP for managing the sales process
in SharePoint
Historical: External Data Access in SharePoint
 SharePoint 2007 made SharePoint a viable option for consolidating data access
on a single platform
 Business Data Catalog (BDC)
– Limitations:
o Had to purchase MOSS
o Very complicated to configure (use a 3rd party application)
o Read-only access without development work
 As a result it tended to be larger organizations that took advantage of this
feature
New World: Business Connectivity Services
 Business Connectivity Services (BCS) are the BDC upgrade
 Included in SharePoint 2010 Foundation
 Full Create, Read, Update and Delete operations
 Configurable within SharePoint Designer 2010
The Solution: Hosted SharePoint Accessing Internal Data
 External hosting partner
– SharePoint 2010 Foundation in a
managed virtual environment
 Client infrastructure
– Create a SQL account with
read-only permissions
– Configure to allows secure
connection with hosted SharePoint
 Create External List from BCS connection
– Limitations in connection type in Foundations
– BCS does support using SQL Credentials
– Instructions here: http://bit.ly/bv1dD1
Watch Out For: A few common issues
 Permissions
– Make sure users and groups are granted access to the external content type
and the external list
 List limits
– If your table has more that 2000 items you will need to change number of
records that can be read through the database connector
– The limit can be changed via the
'Set-SPBusinessDataCatalogThrottleConfig' cmdlet.
Questions and Contact Information
Allison Leonard
Account Manager
425-691-5832
aleonard@allyis.com
Jeremy Syme
Director of Project Services
jsyme@allyis.com
Ananda Burke
Solutions Architect
aburke@allyis.com
So Much More to Talk About
Stop by the Allyis booth to:
• Sign-up for a free 90-minute SharePoint assessment of your organization
• Get access to the latest AIIM SharePoint 2010 Report
• Discuss your SharePoint project and get answers to your questions
Visit our website @ www.allyis.com for more SharePoint Information & Resources
Thank You!

Weitere ähnliche Inhalte

Was ist angesagt?

First look at SharePoint 2013
First look at SharePoint 2013First look at SharePoint 2013
First look at SharePoint 2013Adis Jugo
 
SharePoint User Experience Best Practices
SharePoint User Experience Best PracticesSharePoint User Experience Best Practices
SharePoint User Experience Best PracticesPerficient, Inc.
 
Introduction and What is New: Microsoft SharePoint 2013
Introduction and What is New: Microsoft SharePoint 2013Introduction and What is New: Microsoft SharePoint 2013
Introduction and What is New: Microsoft SharePoint 2013David J Rosenthal
 
10 Best SharePoint Features You’ve Never Used (But Should)
10 Best SharePoint Features You’ve Never Used (But Should)10 Best SharePoint Features You’ve Never Used (But Should)
10 Best SharePoint Features You’ve Never Used (But Should)Christian Buckley
 
How to Deliver Internal Communications with a SharePoint Intranet
How to Deliver Internal Communications with a SharePoint IntranetHow to Deliver Internal Communications with a SharePoint Intranet
How to Deliver Internal Communications with a SharePoint IntranetCreative Sharepoint
 
SharePoint 2010 Overview
SharePoint 2010 OverviewSharePoint 2010 Overview
SharePoint 2010 OverviewEmad Adel
 
Xelleration SharePoint Sales Presentation
Xelleration SharePoint Sales PresentationXelleration SharePoint Sales Presentation
Xelleration SharePoint Sales PresentationKaitlyn Knoll
 
Microsoft Sharepoint 2010 by Mr. Johnny Benitez
Microsoft Sharepoint 2010 by Mr. Johnny BenitezMicrosoft Sharepoint 2010 by Mr. Johnny Benitez
Microsoft Sharepoint 2010 by Mr. Johnny Benitezkristine1018
 
Share Point 2010: What's in the box?
Share Point 2010: What's in the box?Share Point 2010: What's in the box?
Share Point 2010: What's in the box?Velrada
 
NOW I Get it!! What SharePoint IS and why I need it
NOW I Get it!! What SharePoint IS and why I need itNOW I Get it!! What SharePoint IS and why I need it
NOW I Get it!! What SharePoint IS and why I need itMark Rackley
 
1 introduction
1   introduction1   introduction
1 introductionicdesktop
 
Web Strategy & Websites Using SharePoint
Web Strategy & Websites Using SharePointWeb Strategy & Websites Using SharePoint
Web Strategy & Websites Using SharePointIntergen
 
Intranets With Office 365: What You Need To Know #spsdenver #spscolo #spsden
Intranets With Office 365: What You Need To Know #spsdenver #spscolo #spsdenIntranets With Office 365: What You Need To Know #spsdenver #spscolo #spsden
Intranets With Office 365: What You Need To Know #spsdenver #spscolo #spsdenKanwal Khipple
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013Shahbaz Ahmer
 
Share Point Summit 2010 - Selling SharePoint to Decision Makers
Share Point Summit 2010 - Selling SharePoint to Decision MakersShare Point Summit 2010 - Selling SharePoint to Decision Makers
Share Point Summit 2010 - Selling SharePoint to Decision MakersRich Blank
 
Building With SharePoint Server 2010 - Visionet Systems
Building With SharePoint Server 2010 - Visionet SystemsBuilding With SharePoint Server 2010 - Visionet Systems
Building With SharePoint Server 2010 - Visionet SystemsVisionet Systems, Inc.
 

Was ist angesagt? (19)

Meec 2010 SharePoint 2010
Meec 2010 SharePoint 2010Meec 2010 SharePoint 2010
Meec 2010 SharePoint 2010
 
First look at SharePoint 2013
First look at SharePoint 2013First look at SharePoint 2013
First look at SharePoint 2013
 
SharePoint User Experience Best Practices
SharePoint User Experience Best PracticesSharePoint User Experience Best Practices
SharePoint User Experience Best Practices
 
Introduction and What is New: Microsoft SharePoint 2013
Introduction and What is New: Microsoft SharePoint 2013Introduction and What is New: Microsoft SharePoint 2013
Introduction and What is New: Microsoft SharePoint 2013
 
10 Best SharePoint Features You’ve Never Used (But Should)
10 Best SharePoint Features You’ve Never Used (But Should)10 Best SharePoint Features You’ve Never Used (But Should)
10 Best SharePoint Features You’ve Never Used (But Should)
 
How to Deliver Internal Communications with a SharePoint Intranet
How to Deliver Internal Communications with a SharePoint IntranetHow to Deliver Internal Communications with a SharePoint Intranet
How to Deliver Internal Communications with a SharePoint Intranet
 
SharePoint 2010 Overview
SharePoint 2010 OverviewSharePoint 2010 Overview
SharePoint 2010 Overview
 
Understanding SharePoint Online
Understanding SharePoint Online Understanding SharePoint Online
Understanding SharePoint Online
 
Xelleration SharePoint Sales Presentation
Xelleration SharePoint Sales PresentationXelleration SharePoint Sales Presentation
Xelleration SharePoint Sales Presentation
 
Microsoft Sharepoint 2010 by Mr. Johnny Benitez
Microsoft Sharepoint 2010 by Mr. Johnny BenitezMicrosoft Sharepoint 2010 by Mr. Johnny Benitez
Microsoft Sharepoint 2010 by Mr. Johnny Benitez
 
Share Point 2010: What's in the box?
Share Point 2010: What's in the box?Share Point 2010: What's in the box?
Share Point 2010: What's in the box?
 
NOW I Get it!! What SharePoint IS and why I need it
NOW I Get it!! What SharePoint IS and why I need itNOW I Get it!! What SharePoint IS and why I need it
NOW I Get it!! What SharePoint IS and why I need it
 
1 introduction
1   introduction1   introduction
1 introduction
 
Web Strategy & Websites Using SharePoint
Web Strategy & Websites Using SharePointWeb Strategy & Websites Using SharePoint
Web Strategy & Websites Using SharePoint
 
Intranets With Office 365: What You Need To Know #spsdenver #spscolo #spsden
Intranets With Office 365: What You Need To Know #spsdenver #spscolo #spsdenIntranets With Office 365: What You Need To Know #spsdenver #spscolo #spsden
Intranets With Office 365: What You Need To Know #spsdenver #spscolo #spsden
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013
 
Microsoft SharePoint 2010
Microsoft SharePoint 2010Microsoft SharePoint 2010
Microsoft SharePoint 2010
 
Share Point Summit 2010 - Selling SharePoint to Decision Makers
Share Point Summit 2010 - Selling SharePoint to Decision MakersShare Point Summit 2010 - Selling SharePoint to Decision Makers
Share Point Summit 2010 - Selling SharePoint to Decision Makers
 
Building With SharePoint Server 2010 - Visionet Systems
Building With SharePoint Server 2010 - Visionet SystemsBuilding With SharePoint Server 2010 - Visionet Systems
Building With SharePoint Server 2010 - Visionet Systems
 

Andere mochten auch (20)

7055
70557055
7055
 
780009
780009780009
780009
 
29658ip
29658ip29658ip
29658ip
 
780074
780074780074
780074
 
28470ip
28470ip28470ip
28470ip
 
научно методический журнал-информатизация_образования_и_науки_№2_2010_(2)
научно методический журнал-информатизация_образования_и_науки_№2_2010_(2)научно методический журнал-информатизация_образования_и_науки_№2_2010_(2)
научно методический журнал-информатизация_образования_и_науки_№2_2010_(2)
 
780042
780042780042
780042
 
7050
70507050
7050
 
el medio ambiente Fabi20
el medio ambiente Fabi20el medio ambiente Fabi20
el medio ambiente Fabi20
 
7075
70757075
7075
 
780161
780161780161
780161
 
лингвистика №2 2010
лингвистика №2 2010лингвистика №2 2010
лингвистика №2 2010
 
6319
63196319
6319
 
6795
67956795
6795
 
La contaminació(laiaana diego judit r.)
La contaminació(laiaana diego judit r.)La contaminació(laiaana diego judit r.)
La contaminació(laiaana diego judit r.)
 
6727
67276727
6727
 
7035
70357035
7035
 
7092
70927092
7092
 
780139
780139780139
780139
 
состояние водных ресурсов республики калмыкии как важнейший фактор здоровья н...
состояние водных ресурсов республики калмыкии как важнейший фактор здоровья н...состояние водных ресурсов республики калмыкии как важнейший фактор здоровья н...
состояние водных ресурсов республики калмыкии как важнейший фактор здоровья н...
 

Ähnlich wie SharePoint Palooza 2010 - Allyis showcase

SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010nplowman
 
The Information Governance Headache - SharePoint ECM
The Information Governance Headache - SharePoint ECMThe Information Governance Headache - SharePoint ECM
The Information Governance Headache - SharePoint ECMGareth Fisher
 
Introduction To SQL Server 2014
Introduction To SQL Server 2014Introduction To SQL Server 2014
Introduction To SQL Server 2014Vishal Pawar
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Vishal Pawar
 
Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013MJ Ferdous
 
SharePoint Saturday Dayton 2012
SharePoint Saturday Dayton 2012SharePoint Saturday Dayton 2012
SharePoint Saturday Dayton 2012Scott_Brickey
 
SharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use CasesSharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use Casesjovojovo
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Vishal Pawar
 
SAP BI/DW Training with BO Integration
SAP BI/DW Training with BO IntegrationSAP BI/DW Training with BO Integration
SAP BI/DW Training with BO Integrationmishra4927
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Bert Johnson
 
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Joel Oleson
 
SharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldSharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldJason Himmelstein
 
The Rise of SharePoint as a Business Critical Hub
The Rise of SharePoint as a Business Critical HubThe Rise of SharePoint as a Business Critical Hub
The Rise of SharePoint as a Business Critical HubDan Barker
 
Tech Ed 2010 Attended Sessions
Tech Ed 2010 Attended SessionsTech Ed 2010 Attended Sessions
Tech Ed 2010 Attended Sessionsridwansassman
 
Microsoft Office SharePoint Server 2007 - Overview
Microsoft Office SharePoint Server 2007 - OverviewMicrosoft Office SharePoint Server 2007 - Overview
Microsoft Office SharePoint Server 2007 - OverviewAbhishek Bhowmick
 
Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...
Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...
Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...garthluke
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSguest7c2e070
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementChris McNulty
 
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupSharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupDrew Madelung
 

Ähnlich wie SharePoint Palooza 2010 - Allyis showcase (20)

SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010
 
The Information Governance Headache - SharePoint ECM
The Information Governance Headache - SharePoint ECMThe Information Governance Headache - SharePoint ECM
The Information Governance Headache - SharePoint ECM
 
Introduction To SQL Server 2014
Introduction To SQL Server 2014Introduction To SQL Server 2014
Introduction To SQL Server 2014
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
 
Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013
 
Demystifying SharePoint Server 2016
Demystifying SharePoint Server 2016Demystifying SharePoint Server 2016
Demystifying SharePoint Server 2016
 
SharePoint Saturday Dayton 2012
SharePoint Saturday Dayton 2012SharePoint Saturday Dayton 2012
SharePoint Saturday Dayton 2012
 
SharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use CasesSharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use Cases
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components
 
SAP BI/DW Training with BO Integration
SAP BI/DW Training with BO IntegrationSAP BI/DW Training with BO Integration
SAP BI/DW Training with BO Integration
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0
 
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
 
SharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldSharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid World
 
The Rise of SharePoint as a Business Critical Hub
The Rise of SharePoint as a Business Critical HubThe Rise of SharePoint as a Business Critical Hub
The Rise of SharePoint as a Business Critical Hub
 
Tech Ed 2010 Attended Sessions
Tech Ed 2010 Attended SessionsTech Ed 2010 Attended Sessions
Tech Ed 2010 Attended Sessions
 
Microsoft Office SharePoint Server 2007 - Overview
Microsoft Office SharePoint Server 2007 - OverviewMicrosoft Office SharePoint Server 2007 - Overview
Microsoft Office SharePoint Server 2007 - Overview
 
Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...
Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...
Effective SharePoint Scalability & Management. To BLOB or not to BLOB, that’s...
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and Management
 
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupSharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
 

Mehr von Allyis

SharePoint 2010 Web Content Management
SharePoint 2010 Web Content ManagementSharePoint 2010 Web Content Management
SharePoint 2010 Web Content ManagementAllyis
 
Dismantling the Society of Strangers at Work
Dismantling the Society of Strangers at WorkDismantling the Society of Strangers at Work
Dismantling the Society of Strangers at WorkAllyis
 
Dismantling the Society of Strangers at Work_May2010
Dismantling the Society of Strangers at Work_May2010Dismantling the Society of Strangers at Work_May2010
Dismantling the Society of Strangers at Work_May2010Allyis
 
Social Media and Collaboration
Social Media and CollaborationSocial Media and Collaboration
Social Media and CollaborationAllyis
 
Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...
Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...
Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...Allyis
 
Keys to Succesful Corporate Blogging
Keys to Succesful Corporate BloggingKeys to Succesful Corporate Blogging
Keys to Succesful Corporate BloggingAllyis
 
Keys to Succesful Corporate Blogging
Keys to Succesful Corporate BloggingKeys to Succesful Corporate Blogging
Keys to Succesful Corporate BloggingAllyis
 
Keys to Successful Corporate Blogging
Keys to Successful Corporate BloggingKeys to Successful Corporate Blogging
Keys to Successful Corporate BloggingAllyis
 
Keys to Successful Corporate Blogging
Keys to Successful Corporate BloggingKeys to Successful Corporate Blogging
Keys to Successful Corporate BloggingAllyis
 
Enterprise Social Computing
Enterprise Social ComputingEnterprise Social Computing
Enterprise Social ComputingAllyis
 
Enterprise Social Computing
Enterprise Social ComputingEnterprise Social Computing
Enterprise Social ComputingAllyis
 
Social Media In The Enterprise
Social Media In The EnterpriseSocial Media In The Enterprise
Social Media In The EnterpriseAllyis
 
Enterprise 2.0 - Who, What, Where, Why, When & How
Enterprise 2.0 - Who, What, Where, Why, When & HowEnterprise 2.0 - Who, What, Where, Why, When & How
Enterprise 2.0 - Who, What, Where, Why, When & HowAllyis
 
Collaboration as an Engagement Tool
Collaboration as an Engagement ToolCollaboration as an Engagement Tool
Collaboration as an Engagement ToolAllyis
 
AIIM E2.0 Strategy Day Allyis
AIIM E2.0 Strategy Day AllyisAIIM E2.0 Strategy Day Allyis
AIIM E2.0 Strategy Day AllyisAllyis
 
Social Media In The Enterprise
Social Media In The EnterpriseSocial Media In The Enterprise
Social Media In The EnterpriseAllyis
 
Next Generation HR - Building and Implementing a Technology Strategy for the ...
Next Generation HR - Building and Implementing a Technology Strategy for the ...Next Generation HR - Building and Implementing a Technology Strategy for the ...
Next Generation HR - Building and Implementing a Technology Strategy for the ...Allyis
 

Mehr von Allyis (17)

SharePoint 2010 Web Content Management
SharePoint 2010 Web Content ManagementSharePoint 2010 Web Content Management
SharePoint 2010 Web Content Management
 
Dismantling the Society of Strangers at Work
Dismantling the Society of Strangers at WorkDismantling the Society of Strangers at Work
Dismantling the Society of Strangers at Work
 
Dismantling the Society of Strangers at Work_May2010
Dismantling the Society of Strangers at Work_May2010Dismantling the Society of Strangers at Work_May2010
Dismantling the Society of Strangers at Work_May2010
 
Social Media and Collaboration
Social Media and CollaborationSocial Media and Collaboration
Social Media and Collaboration
 
Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...
Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...
Strategic HR: Fostering Employee Engagement via Enterprise 2.0 Technologies &...
 
Keys to Succesful Corporate Blogging
Keys to Succesful Corporate BloggingKeys to Succesful Corporate Blogging
Keys to Succesful Corporate Blogging
 
Keys to Succesful Corporate Blogging
Keys to Succesful Corporate BloggingKeys to Succesful Corporate Blogging
Keys to Succesful Corporate Blogging
 
Keys to Successful Corporate Blogging
Keys to Successful Corporate BloggingKeys to Successful Corporate Blogging
Keys to Successful Corporate Blogging
 
Keys to Successful Corporate Blogging
Keys to Successful Corporate BloggingKeys to Successful Corporate Blogging
Keys to Successful Corporate Blogging
 
Enterprise Social Computing
Enterprise Social ComputingEnterprise Social Computing
Enterprise Social Computing
 
Enterprise Social Computing
Enterprise Social ComputingEnterprise Social Computing
Enterprise Social Computing
 
Social Media In The Enterprise
Social Media In The EnterpriseSocial Media In The Enterprise
Social Media In The Enterprise
 
Enterprise 2.0 - Who, What, Where, Why, When & How
Enterprise 2.0 - Who, What, Where, Why, When & HowEnterprise 2.0 - Who, What, Where, Why, When & How
Enterprise 2.0 - Who, What, Where, Why, When & How
 
Collaboration as an Engagement Tool
Collaboration as an Engagement ToolCollaboration as an Engagement Tool
Collaboration as an Engagement Tool
 
AIIM E2.0 Strategy Day Allyis
AIIM E2.0 Strategy Day AllyisAIIM E2.0 Strategy Day Allyis
AIIM E2.0 Strategy Day Allyis
 
Social Media In The Enterprise
Social Media In The EnterpriseSocial Media In The Enterprise
Social Media In The Enterprise
 
Next Generation HR - Building and Implementing a Technology Strategy for the ...
Next Generation HR - Building and Implementing a Technology Strategy for the ...Next Generation HR - Building and Implementing a Technology Strategy for the ...
Next Generation HR - Building and Implementing a Technology Strategy for the ...
 

Kürzlich hochgeladen

Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024Adnet Communications
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxsaniyaimamuddin
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Americas Got Grants
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Doge Mining Website
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 

Kürzlich hochgeladen (20)

Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 

SharePoint Palooza 2010 - Allyis showcase

  • 2. Agenda About Allyis: Capabilities Engagement Models Project Examples Case Studies: External User Account Management Large File Storage Business Connectivity Services
  • 3. About Allyis  Technology, Consulting, Development + Site Management  Founded 1996 | 190 Employees | Privately Held  Fastest Growing Company (PSBJ) | 5 Years Running  Washington Best Workplace (PSBJ, WA CEO, WA Business)  Microsoft Gold Certified Partner – Custom Development Solutions | Web Development Specialization – Information Worker Solutions | Portals + Collaboration Specialization – Data Management Solutions| Business Intelligence  Key Clients: – Microsoft, Expedia, State of Washington, Amazon, WTIA, WellPoint, Disney Interactive
  • 4. Capabilities Depth of Expertise Spanning Multiple Discipline Areas On-LineCommunities •SharePoint •Digital Marketing and Communication •Social Media Strategy and Execution •User Experience and Surveys •Web Analytics •Dashboards •Scorecards •Reporting & Analysis ContentManagement •Content Strategy •Content Development •Content Analytics + Optimization •Content Audits •Content Migrations •Publishing Management •Information Architecture + Taxonomy •User Generated Content ProjectManagement •Project Management •Program Management •Business Analysis •Requirements Definition + Documentation •Change Management WebApplications •Custom .NET Development •SharePoint •Windows Live Services •Silverlight •Social networking •Web content management systems (CMS) •Database development •HTML, XHTML, J- Query, Javascript, CSS, XML, XSL, Ajax
  • 5. Flexible Engagement Models Project Managers + Consultants • 1 Individual • Mid-Long Term Engagements Managed Teams • Teams of 2+ • Long Term Engagements • Service Level Agreements Projects + Consulting • Discreet Timelines • Explicit Deliverables Project Manager Content Management + Publishing Team SharePoint 2010 Migration Strategy Examples
  • 6. Project Examples  Demonstrates the capabilities of our team
  • 7. Microsoft OEM Partner Center On-Line Community: Digital Marketing, Content Management and Web Development Our Role: • Site Migration to SharePoint 2010 • Content Strategy, Development + Optimization • Infrastructure Planning and Implementation • Search Engine Optimization (SEO) • Marketing Strategy and Consulting • Digital Marketing and Communications • Social Media Strategy and Execution • Reporting and Analysis • User Experience and Surveys Impact: • More Relevant, Accessible Content Worldwide • Improved Stakeholder Engagement • Better Search Results (optimized ~250 pgs) • Measurement driven by business objectives Technology: • SharePoint 2007 + 2010 • SharePoint Designer • HTML, XML/XSLT, CSS, JavaScript • ASP.NET, VB.NET, C# • Visual Studio 2008 • SQL Server 2008 • Product Studio • .NET Web Services • Custom CMS • ExactTarget • Windows Live Services • Visual Studio 2008 • Webtrends
  • 8. Case Studies  Highlight specific SharePoint features
  • 9. The Business Need #1: Client Collaboration  Mid-sized national environmental science and engineering firm  Growing rapidly and had a contractual need to collaborate with clients over the Internet  Small IT organization  Need to push client login and account creation to edges of business – Cannot be the same as internal company user management
  • 10. The Options: Non-IT Administration of Users  Need to address user login and user management – User login comes with SharePoint (Forms Based Authentication) – User management does not  Options for user login – SQL – LDAP (Active Directory, Novell Directory Services) – Windows Live ID, Google OpenID  Options for user management – Commercial tools (Bamboo Solutions, SharePoint Boost) – Open Source tools (CodePlex) – IIS 7.0 – ASP.NET Website Management Tool
  • 11. The Solution: Claims-based web application and IIS 7  SharePoint Forms Based Authentication for user login  Windows Server 2008 R2 IIS 7.0 for user management  Benefits – Secure access to extranet for clients – No need to grant network access to clients – Easy way to create users and grant access – Removes IT resource requirement – Optionally enable other user features (change or reset password, set security question and answer)
  • 12. The Solution: High Level Implementation  Create claims-based web application  Configure membership store (user login) – aspnet_regsql makes this easy when using SQL as the store  Configure membership and role providers – IIS 7 wizard or web.config files may be manually modified – Must be done for the following applications: o FBA zone for web application o Central Admin o Security Token Service  Create users and roles for setup and testing – IIS 7 makes this quick and easy
  • 13. The Business Need #2: Large File Storage  Mid-sized national environmental science and engineering firm  Frequently deal with very large files involving GIS data  Need to store and share these files with clients  Existing files would overwhelm the content database  Growth in database size would be unsustainable  Limited budget for implementing a solution
  • 14. The Options: Store files outside the content database  Options – External Blob Storage (EBS) - SharePoint 2007 SP1 o Runs on SharePoint server o Predecessor to RBS – Remote Blob Storage (RBS) - SharePoint 2010 o Primarily runs on SQL server – Third Party (Metalogix StoragePoint, AvePoint DocAve)  Gotchas – Mirroring not supported by Remote Blob Storage – Deletion of files does not happen in real time o RBS Maintainer must be scheduled to clear deleted files – Only cleans up the RBS tables, does not delete files o FILESTREAM provider requires T-log backups and CHECKPOINT
  • 15. The Solution: Remote Blob Storage  Use Remote Blob Storage and SQL FILESTREAM  Places all the large files outside the database – This is invisible to the site users  No additional technology purchase required  Native SharePoint and SQL integration – No code required
  • 16. The Solution: High Level Implementation  Enable FILESTREAM provider on SQL Server  Install Remote Blob Storage (RBS) on all farm servers (SQL, app and front-end)  Enable and test RBS – Using PowerShell command line  Configure and schedule RBS Maintainer  Ensure properly scheduled transaction log backups – must run twice if in full recovery mode before deleted files are eligible for removal  SQL CHECKPOINT – Determine if you want to let SQL Server manage the schedule on CHECPOINT executions, schedule if desired
  • 17. The Business Need #3: Access to External Data  Small manufacturing company  Enterprise resource planning (ERP) application on site – Not used in pre-sales process – System of record for customer information  Host SharePoint 2010 Foundation off-site – Did not want to expand limited internal IT support  Need to access customer account numbers in ERP for managing the sales process in SharePoint
  • 18. Historical: External Data Access in SharePoint  SharePoint 2007 made SharePoint a viable option for consolidating data access on a single platform  Business Data Catalog (BDC) – Limitations: o Had to purchase MOSS o Very complicated to configure (use a 3rd party application) o Read-only access without development work  As a result it tended to be larger organizations that took advantage of this feature
  • 19. New World: Business Connectivity Services  Business Connectivity Services (BCS) are the BDC upgrade  Included in SharePoint 2010 Foundation  Full Create, Read, Update and Delete operations  Configurable within SharePoint Designer 2010
  • 20. The Solution: Hosted SharePoint Accessing Internal Data  External hosting partner – SharePoint 2010 Foundation in a managed virtual environment  Client infrastructure – Create a SQL account with read-only permissions – Configure to allows secure connection with hosted SharePoint  Create External List from BCS connection – Limitations in connection type in Foundations – BCS does support using SQL Credentials – Instructions here: http://bit.ly/bv1dD1
  • 21. Watch Out For: A few common issues  Permissions – Make sure users and groups are granted access to the external content type and the external list  List limits – If your table has more that 2000 items you will need to change number of records that can be read through the database connector – The limit can be changed via the 'Set-SPBusinessDataCatalogThrottleConfig' cmdlet.
  • 22. Questions and Contact Information Allison Leonard Account Manager 425-691-5832 aleonard@allyis.com Jeremy Syme Director of Project Services jsyme@allyis.com Ananda Burke Solutions Architect aburke@allyis.com
  • 23. So Much More to Talk About Stop by the Allyis booth to: • Sign-up for a free 90-minute SharePoint assessment of your organization • Get access to the latest AIIM SharePoint 2010 Report • Discuss your SharePoint project and get answers to your questions Visit our website @ www.allyis.com for more SharePoint Information & Resources

Hinweis der Redaktion

  1. Online community for Original equipment manufacturer partners Purchase CD’s Find and upload technical, sales and marketing information Blogs and RSS feeds Workflow approvals