Black Marble
open-menucloseme
Home
Sub-Sites
Main Black Marble Website
  • Azure Logic Apps-Service Bus connector not automatically triggering?

    author James Mann calendar Apr 8, 2016 · 1 min read · Azure Logic Apps  ·
    Share on: twitter facebook linkedin copy

    By default logic apps will be set to trigger every 60 minutes which, if you are not aware, may lead you to thinking that your logic app isn’t working at all!

    As Logic Apps are preview there are some features that are not available through the designer yet, but you can do a lot through the Code view.

    In this instance …


    Read More
  • Azure Logic Apps–Parsing JSON message from service bus

    author James Mann calendar Apr 6, 2016 · 2 min read · Azure Logic Apps  ·
    Share on: twitter facebook linkedin copy

    What I want: When the logic app trigger receives a JSON formatted message from Azure Service Bus topic, I want to send a notification to the “email” field.  My sample message structure looks like this:

    imageclass="image_figure image_internal image_unprocessed" …


    Read More
  • Generate my namespace based on InfoPath URN

    author James Mann calendar Apr 18, 2008 · 1 min read · Uncategorised  ·
    Share on: twitter facebook linkedin copy

    There is a direct correlation between a form template URN and the my namespace uri that is required by infopath forms referencing the template.

    This little method will give you the namespace required for a given template URN. This is nothing complex, but is handy nontheless.

    1public static string …

    Read More
  • Enumerate web applications on a sharepoint farm

    author James Mann calendar Mar 11, 2008 · 1 min read · Uncategorised  ·
    Share on: twitter facebook linkedin copy
    To enumerate site collections on a farm:``` SPWebService contentService = SPWebService.ContentService; foreach(SPWebApplication app in contentService.WebApplications) { if (app.Sites.Count > 0) { // pick the first site (root site) SPSite rootSite = app.Sites[0]; Trace.WriteLine(site.Url); } …
    Read More
  • Get the item a SharePoint workflow task is associated with

    author James Mann calendar Mar 10, 2008 · 1 min read · Infopath MOSS Sharepoint  ·
    Share on: twitter facebook linkedin copy

    This is handy. SharePoint helpfully populates the meta data with the GUID of the list and the ID of the item a WF instance is associated with. These are stored in "ows_WorkflowListId" and "ows_WorkflowItemId" fields on the task list item.

     An example of using this is from an InfoPath form in the …


    Read More
  • Introduction to writing BizTalk pipeline components

    author James Mann calendar Nov 1, 2007 · 1 min read · Uncategorised  ·
    Share on: twitter facebook linkedin copy

    Found an excellent article that introduces various need to know concepts:

     http://www.microsoft.com/belux/msdn/nl/community/columns/claessens/custompp.mspx


    Read More
  • Creating Multiple Messages in a BizTalk Server disassemble pipeline component

    author James Mann calendar Oct 31, 2007 · 1 min read · BizTalk Pipeline disassemble  ·
    Share on: twitter facebook linkedin copy

    There is a interface IBaseMessageFactory that you can use to create instances of BizTalk messages and BizTalk message parts.

    You can grab a handle to an instance of a subtype of this interface from within the Dissassemble method using the IPipelineContext.GetMessageFactory().

    An important thing to note is that in order …


    Read More
  • Persisting state in Sharepoint timer job definitions

    author James Mann calendar Oct 18, 2007 · 1 min read · Uncategorised  ·
    Share on: twitter facebook linkedin copy

    Using class member variables will not work if you want to persist state between invocations. This seems to be due to the way sharepoint manages timer jobs. A solution is to use the Properties *property* which is exposed to all SPJobDefinition subtypes. This is a hashtable which accepts a key value pair. Usage:

    1public …

    Read More
  • Sharepoint and TaskListContentTypeId with mixing Office workflow tasks with regular sharepoint workflow tasks. Part 2

    author James Mann calendar Oct 16, 2007 · 1 min read · Infopath MOSS Sharepoint  ·
    Share on: twitter facebook linkedin copy

    The reason the Office Sharepoint Server Workflow Task is not visible is because it is assigned to a special group named "_Hidden" which precludes it from being displayed in the site collection content type view.

    As it turns out content types are exposed and manipulable through the Sharepoint OM using the …


    Read More
  • Sharepoint and TaskListContentTypeId with mixing Office workflow tasks with regular sharepoint workflow tasks.

    author James Mann calendar Oct 16, 2007 · 3 min read · Infopath MOSS Sharepoint  ·
    Share on: twitter facebook linkedin copy

    We have a workflow that is a mix of simple tasks and MOSS infopath forms server workflow tasks.

    To that end we remove the TaskListContentTypeId from workflow.xml and use the CreateTaskWithContentType shape to manually set the content type on appropriate tasks. This works fine until we come to deploy on a fresh …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

The blog of James Mann


RSS RSS

Recent Posts

    Tags

    UNCATEGORISED 2090 TECH TIPS 96 VSTS 64 SHAREPOINT 50 WINDOWS AZURE 44 DEVOPS 40 POWERSHELL 22 AZURE 20 VISUAL STUDIO 20 DEPLOYMENT 15 EVENTS 15 SQL 15 ACS 11 GITHUB 11
    All Tags
    .NET FOR METRO STYLE APPS6 .NET FRAMEWORK5 ACCESS SERVICES2 ACS11 ACTIVE DIRECTORY7 ADFS4 ADSIEDIT1 AGILE3 AI2 AJAX1 ALM1 ANDROID1 APPFABRIC6 APPLICATION-INSIGHTS2 ASP.NET9 AZURE20 AZURE AD3 AZURE RESOURCE MANAGER3 AZURE STACK1 AZURE WEBSITES4 BACKUP2 BEST PRACTICE4 BIZTALK7 BIZTALK PIPELINE DISASSEMBLE1 BLETCHLEY PARK1 BLOGGING1 BOOK1 BOOKS2 BOTFRAMEWORK1 BOTS2 BPA1 BUSINESS PROCESS AUTOMATION1 CERTIFICATES2 CFP1 CHATBOTS1 CHRISTMAS1 CLOUD1 CLOUD OPERATING MODEL1 CLUSTER3 CODE BREAKING1 CODE QUALITY1 COLLABORATION1 COM1 CONFERENCE6 CONFIGURATION MANAGER6 CONTENT QUERY WEB PART1 CONTENT TYPE HUB1 CONTENT TYPES4 CRITICAL THINKING2 CRM4 CSOM1 DATA PROTECTION MANAGER5 DATA SCIENCE4 DDD10 DEBUGGING1 DEPLOYMENT15 DESIRED STATE CONFIGURATION2 DEVOPS40 DEVTEST LABS3 DIGITAL SIGNATURES1 DISCOVERY1 DPM5 DSC3 ENERGY SAVING1 ENIGMA1 EVENTS15 EXCHANGE2 FACEBOOK MESSENGER1 FEATURES1 FIREWALL1 FLOW1 GADGETEER4 GENERAL INTEREST1 GIT2 GITHUB11 GRAPHIC DESIGN3 GROUP POLICY3 HADOOP1 HARDWARE8 HIGH AVAILABILITY2 HORTONWORKS1 HYPER-V6 HYPER-V R26 HYPER-V SERVER1 IIS3 IMAGINE CUP1 INFOPATH5 INTEGRATION2 KERBEROS2 LINQ1 LIVE LABS1 LIVE MESSENGER1 LOGGING3 LOGIC APPS3 LOGICAPPS1 MALWARE1 MANAGED METADATA SERVICE1 MANAGEMENT4 METRO6 MICROSOFT AZURE4 MICROSOFT EVENTS3 MICROSOFT TEAMS2 MIGRATION5 MOSS3 MVP3 MYSITE1 MYSITE NEWSFEED1 NETWORK LOAD BALANCING2 NGROK1 NODE1 NODEJS1 OPEN XML1 OPINION10 OPTION1 OSLO1 PASSWORD RESET1 PERFORMANCEPOINT2 PERMISSIONS7 PESTER1 POLICING1 POWER AUTOMATE1 POWERSHELL22 PRISM6 PROBABILITY1 REGISTRY4 RELEASE MANAGEMENT9 REMOTE MANAGEMENT7 REPORTING1 REPORTING SERVICES2 SCCM1 SCOM 20071 SCRUM1 SCVMM1 SCVMM 20083 SEARCH1 SECURITY4 SERVICE APPLICATIONS2 SERVICE BUS11 SHAREPOINT50 SIGNALR3 SILVERLIGHT1 SOFTWARE DELIVERY1 SONARQUBE6 SPC 20094 SPN2 SQL15 SQL AZURE6 SQL SERVER7 STATISTICS1 SURFACE PRO 31 SYSTEM CENTER7 SYSTEM CENTER OPERATIONS MANAGER2 TEAM FOUNDATION SERVER3 TEAMS2 TECH ED EMEA 2008 IT2 TECH TIPS96 TECHTIPS9 TESTING3 TFS5 THREAT MANAGEMENT GATEWAY1 TLS1 TMG2 TNMOC1 TYPEMOCK1 UI3 UK IT CAMPS1 UNCATEGORISED2090 UPGRADE9 USER PROFILE SERVICE APPLICATION1 VBUG1 VIRTUAL MACHINES8 VISUAL STUDIO20 VSO1 VSTO2 VSTS64 WCF DATA SERVICE1 WCF DATA SERVICES1 WEB API4 WEB APPLICATION PROXY3 WEB PARTS2 WEB PLATFORM INSTALLER1 WHITE PAPER3 WHITE PAPERS1 WINDOWS 108 WINDOWS 10 15111 WINDOWS 10 19031 WINDOWS 72 WINDOWS 86 WINDOWS 8.12 WINDOWS ADMIN CENTER1 WINDOWS AZURE44 WINDOWS AZURE APPFABRIC8 WINDOWS AZURE WEBSITES4 WINDOWS HOME SERVER4 WINDOWS PHONE1 WINDOWS PHONE 71 WINDOWS SERVER2 WINDOWS SERVER 20037 WINDOWS SERVER 20087 WINDOWS SERVER 2008 CORE1 WINDOWS SERVER 2008 R29 WINDOWS SERVER 2008 R2 CORE1 WINDOWS SERVER 20125 WINDOWS SERVER 2012 R25 WINDOWS SERVER CORE1 WINDOWS TIME SERVICE1 WINOWS SERVER 20161 WINRT7 WORKFLOW MANAGER1 WORLD WAR 21 WSUS4 X646 ZOMBIES1
    [A~Z][0~9]
    Black Marble

    Copyright  BLACK MARBLE. All Rights Reserved

    to-top