netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • SharePoint 2010 BDC Error: The system of the external content type cannot be accessed.

    calendar Sep 18, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, after importing some bdcm files, I was unable to create new forms based off of my new External Content Types. The error I received was;

    The system of the external content type cannot be accessed. It is either removed from the Business Data Connectivity Metadata Store or you do not have the necessary …


    Read More
  • SharePoint + Powershell: Remove Hold, Record Declaration on All Documents in a Library

    calendar Sep 8, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    In order to delete a Records Library or Records Center, all holds and records in a library must be removed and the Holds and Processing timer job must be run. If this criteria is not met, the "Delete this Document Library" will not be an option in the library settings.

    Here is how you can do this …


    Read More
  • SharePoint 2010 + PowerShell: Delete Site Content Type

    calendar Sep 7, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    So first, you have to delete all of the content type's children or you'll receive the error "Error: content type in use." Once the dependencies are gone, you can delete the custom site content type itself.

    $sitename = $args[0] $contentType = $args[1]

    $web = Get-SPWeb $sitename $ct = …


    Read More
  • PowerShell Workaround: "Replicate Directory Changes" Permissions in AD Required for SharePoint 2010 Profile Syncs

    calendar Sep 6, 2011 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    According to the SharePoint 2010 Communities FAQ, Microsoft is burdening SharePoint 2010 Administrators with new requirements to obtain Active Directory accounts with "Replicate Directory Changes" permissions because...

    In order to interrogate AD about “what has changed since time xyz”, we need the …


    Read More
  • SharePoint 2010 + PowerShell: View Dependencies of Content Types (aka Content Type Usage)

    calendar Sep 6, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Earlier today, I created some test Content Types while playing around with the fancy new Content Organizer. I ran into a few errors, though, and subsequently wanted to delete the dummy content types to start over. I was unable to, however, because the content types were still in use. By what? I didn't know.

    Too bad …


    Read More
  • SharePoint 2010: Configuration Wizard Shows Missing Patches

    calendar Sep 1, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I'm unsure if this is related to my earlier issue, but today, after installing the SharePoint 2010 June Cumulative Update (KB2536599), I encountered an error while running the Configuration Wizard. It kept telling me that various portions of KB2536599 were missing from a particular server. I verified that they were, in …
    Read More
  • SharePoint 2010: Malformed Configuration Database Name after Update Causes Exception

    calendar Aug 31, 2011 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, I updated my SharePoint 2010 RTM farm to SharePoint 2010 SP1. I followed the steps touched on here on my WFE. I had a good hour before the June Cumulative rollup would be finished downloading so I figured I'd run the Configuration Wizard on my WFE then go and upgrade my index server.

    I was soon presented with …


    Read More
  • SharePoint 2010: Create Site Column based on External Data

    calendar Aug 5, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    While the process to create a site column based on external data is pretty straightforward, I wanted to document it here for myself; I keep forgetting that this can't be done using SharePoint Designer. Here's how to do it using your a browser:

    Create your External Content Type and associated lists -> Site Actions …


    Read More
  • SharePoint 2010 Gotcha: Associated ECT Column Does Not Show Up in Filter Choices

    calendar Aug 1, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I have a relational table in SQL Server that I access in SharePoint 2010 as an External Content Type. The table, disks, has an FK (serverID) that is associated with a PK in another table, servers, via an Association Operation. Once I create a list and add it to a webpage, I am unable to select the serverID column or …
    Read More
  • SharePoint 2010: External Content Types for DBA's

    calendar Jul 26, 2011 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    One of the biggest annoyances of SharePoint 2007 was the lack of a native ability to work directly with SQL Server tables. SharePoint 2010 has addressed that issue with External Content Types. ECT's combine the best of both worlds -- you can modify and manage tables as usual in SQL Server, and display them (somewhat) …
    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Chrissy LeMaire

SQL & PowerShell MVP. GitHub Star. Creator of dbatools. Need to oil my knees.

GenAI book

Buy the MEAP at manning.com for 45% off with code gaipbl45

AI Integration Series

  • Automation with AI Toolkit + GH Models
  • Getting Started with AI for PowerShell
  • Asking Tiny Questions: Local LLMs
  • Local Models Demystified
  • Asking Bigger Questions: Remote LLMs
  • PDF Text to SQL Data with OpenAI
  • Document Classification in SharePoint
  • Azure Functions Doc Parser

dbatools book

Now available in bookstores and amazon 🥳 Buy it at manning.com for 50% off with code bldbatools50

dbatools

dbatools is an awesome PowerShell module that helps you migrate entire instances with a single command, plus a whole lot more.

available from dbatools.io and github

dbachecks

dbachecks validates SQL Server environments using crowdsourced DBA checklists and outputs to Power BI and is available on github.com 📊

Find me

Find me on Bluesky

recent posts

  • Document Intelligence with Azure Functions: A Practical Implementation
  • Automating Document Classification in SharePoint with Power Platform and AI
  • Asking Bigger Questions: Remote LLMs for Automation Engineers
  • AI Integration for PowerShell Developers: Getting Started with PSOpenAI and GitHub Models
  • AI Automation with AI Toolkit for VS Code and GitHub Models: A Visual Guide
  • Asking Tiny Questions: Local LLMs for PowerShell Devs
  • Local models mildly demystified
  • Let's talk about anti-AI slop: my plead for schools to teach AI literacy

categories

powershell 128 sql-server 123 general 64 security 60 windows 47 sharepoint 42 active-directory 37 linux 31 networking 30 vbscript 30 apple 24 virtualization 22 iis 19 genai 14 github 10
All Categories
active-directory37 ai1 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 devcontainers1 exchange7 genai14 general64 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell128 security60 sharepoint42 sql-server123 typescript1 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved