Catapult, a Quisitive company, is a Microsoft-focused solutions and services firm that specializes in imagining, building and sustaining digital transformation and cloud-based solutions that people love to use. Catapult has consistently been recognized as a leading Microsoft Partner with 10 Advanced Specializations and 17 Microsoft competencies. Recent accolades include 2020 MSUS Partner Award Winner Azure – DevOps, Top Microsoft 365 Security Partner for FY20, and being named a finalist of the Data Analytics 2020 Microsoft Partner of the Year Award. Catapult has offices nationwide.
Angular JS has many applications, for my first project at Catapult one of the most interesting to me has been the way in which we are using angular-translate in order to build an app in real-time that can be easily translated into any language. Having translated articles, instructions and how-to guides over the years from…
Recently a customer contacted me for input on an issue in their environment. They have a rather large OpsMgr 2012 R2 Management Group, with several dozen Gateway Servers that are responsible for monitoring OpsMgr agents in isolated environments (DMZ, customer site, etc.). The problem was fairly simple; when an agent that reports to a Gateway…
Join Microsoft’s Kent Cunningham and Catapult Systems’ Jason Grimm on June 4th at 2PM Eastern for an overview of Microsoft’s newest Cloud for Government offerings along with a demonstration of FUSE, Catapult Systems’ new Intranet as a Service offering. Kent will discuss the new security enhancements and latest features of Microsoft’s Government Cloud solutions. He will also…
When Microsoft released Skype for Business (SfB) through Windows Update (April 2015), I installed it on my home computer and was immediately able to connect to my work Lync environment. When I tried to install it on my work notebook it appears to have installed, but I never got the SfB User Interface. I did…
I’ve been doing quite a bit of work lately with remote code execution for SharePoint Online (SPO) to deploy artifacts (sites, webs, columns, content types, etc.). While the OfficeDev PnP project on GitHub is the definitive way to go and we should all be following those patterns for large-scale SPO dev efforts, much of what…
Ok, so there’s no “official” guidance. Generally, the message has been “you need to wait.” As you may know, we currently have no way to initiate a full/incremental crawl of content in SharePoint Online. Unfortunately, outside of that statement, Microsoft hasn’t provided any “official” guidance on the topic. In troubleshooting a recent issue, I opened…
A very useful new update has been rolled out to list toolbars in SharePoint Online. If you’ve gotten sick of the ellipsis (…), then you’ll appreciate how handy this is. To see the updated toolbar, navigate to a list or library. You’ll see something that looks familiar, but notice the More drop-down on the far…
Most of you out there that have been building K2 SmartForms for a while have all heard this from the customer “Wow, that error message is really not intuitive!” And usually they are talking about this error message that comes up when a user is trying to open a task that already has been opened…
In this example, I am attempting to join a SQL Table with a Table-valued Function that accepts column values from the SQL Table as parameters. DECLARE @AllValues INT = –1, @ReportDate DATETIME = ‘4/1/2015’ SELECT [s].[ServiceId] , [s].[ServiceName] , [ro].[AvailableRollover] , [ro].[RolloverUsed] , [ro].[RolloverAdded] , [ro].[RolloverExpired] , [ro].[RolloverBalance]FROM [dbo].[Service][s] , [dbo].[fnRetrieveManagedServicesRolloverTotals](@AllValues, [s].[ServiceId], @ReportDate)[ro] When…
In SharePoint 2013 On Premise, I was having some trouble with my search service. Initially, I was unable to crawl a site so I recreated my Search Service Application. I fixed the crawl issue, but then we could no longer launch Query Builder from the site collection. Error: Not able to connect to search service…