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.
The Recruiting team at Catapult Systems is dedicated to finding great talent for our company. We are always looking for IT professionals who have a passion for Microsoft technology. Our blog will center around how we find this talent and best interviewing practices. We will post helpful information and also be available to answer questions…
Before Exchange will receive an inbound fax, you must first update the a field in the Exchange UM server’s bin\globcfg.xml to True, and restart UM. <!– EnableInbandFaxDetection: Specifies whether inband fax detection is enabled or not. The default setting is false and UM relies on the IP Gateways to perform the FAX detection. –>…
If you run OCS and Exchange 2007 UM together, you may notice the following error on the Exchange UM server: The Telephony Manager declined a call with Call Id ‘dc792cb1-3c0e-4a97-a8dc-ec948047af15’ for the following reason in component telephony session: ‘The media description received from the remote SIP peer has an invalid content type ‘multipart/alternative’.’. While researching…
If you are looking for PowerShell resources to get yourself up to speed look no further than “Mastering PowerShell”. 20 Chapters of what appears to be (I honestly have not read the whole thing) a comprehensive work on the topic. The book is available Online and for download as a PDF. From the generous makers…
There will be times that you will find yourself wanting to update a particular value in a repeating table and/or populate details based upon a selected row in a repeating table. This can be done fairly easily by code. Two of the ways that I accomplished this was either through adding a button to a…
For those of you that have tried developing an InfoPath 2007 form that is browser-enabled will agree with me that there can be a lot of headaches associated with it. A lot of the controls and functionality of InfoPath are limited when compatibility is browser-enabled. However, there are ways around things, just can be more…
When installing K2 Blackpoint (http://www.k2.com/en/blackpoint.aspx) you might encounter the following error: Arguments: Exception: Value was invalid. Parameter name: sddlForm StackTrace: at System.Security.Principal.SecurityIdentifier..ctor(String sddlForm) at SourceCode.SetupManager.Program.ensureUserPrivileges() at SourceCode.SetupManager.Program.Main(String[] sArgs) If this error occurs, it is due to the fact that K2 Blackpoint uses Active Directory, thefore it requires the logged in user to be…
There are some issues surrounding enabling the Aero transparency in Windows 7. There are several factors to keep in consideration in order to see the features work properly. Most notable are the following conditions that have to be met in order for the visual effects to take place: Desktop Window Manager must be enabled Color…
After completing the process of creating a MOSS configuration list and the SetConfiguration method in the event receiver (Creating Item Level Security for an Event Receiver based upon metadata (Part 1)), it’s now time to create the methods for actually implementing the security for the individual documents. SetSecurityForItem: This method will set the applicable security…
First step in the process is to create a basic feature for MOSS. For more information in regarding the template, view the information here: Creating a SharePoint Custom Event Handler as a feature – Basics The steps I took in creating item level security utilized a custom list in MOSS. This way, the user can…