Warning: Use of undefined constant widget_share_on_facebook_register - assumed 'widget_share_on_facebook_register' (this will throw an Error in a future version of PHP) in H:\root\home\shadowcouncil-001\www\AugmentedDeveloper\wp-content\plugins\share-on-facebook\shareonfacebook.php on line 269
Augmented Developer | Gadgetry for the Next Generation | Page 20

Storing Context Properties onto the document for Break-Fix use in Sharepoint.

Problem: Moving documents to SharePoint removes context properties from message.  Using EDI this makes it difficult to use the Break-Fix Resubmit.

Write using Reflection and a lot of custom code to produce a standarized document to send to SharePoint that would be reusable.

<ToSharePoint>
 <SavedContext>
           <Context>
                      <Name>ReceiverPartyName</Name>
                      <Value>ACME</Value>
                       <Type>String</Type>
            </Context>
            <Context>
                      <Name>ToBeBatched</Name>
                      <Value>True</Value>
                      <Type>Boolean</Type>
             </Context>
 </SavedContext>
          <Payload>
               Original Documentusing xs:any
          </Payload>
</ToSharePoint>

Share on Facebook

Azure Firestarter Wednesday November 10th, 2010 : Alpharetta

https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032463587&Culture=en-US

I will be there, if any of you are going let me know.  We can plan lunch properly.

Share on Facebook

MIA Azure Demo Shell

Note to self:  Create short names.  MicrosoftIntegrationArchitects.BCSSample.Azure failed to Run the first time through with an error message of so:

Where to start New Project:



Windows Azure Tools: Failed to initialize Development Storage service. Unable to start Development Storage. Failed to start Development Storage: the SQL Server instance ‘localhostSQLExpress’ could not be found. Please configure the SQL Server instance for Development Storage using the ‘DSInit’ utility in the Windows Azure SDK.
 
 Moved to my local instace:
 
Copy and paste this into a command window.  [Start->run] Type CMD in run then OK.
“C:Program FilesWindows Azure SDKv1.2bindevstoreDSInit.exe” /sqlInstance:.



First Test (Not the URL came up as :5051)  investigated port change, to see if my last implementation was somehow blocking the use of that port.
I ran IISReset [Start->Run] Type IISRESET and then hit OK,  used “Start Debugging” and the site came up properly.
Done for the morning.
Share on Facebook

Webcasts and recent reading (Why I haven’t posted much in the last week)

Sharepoint BCS

http://www.screencast.com/users/jthake/folders/SharePointDevWiki.com%20Screencast/media/10d81c1f-2bbf-417f-a307-1e88933b2864

ESB Toolkit from scratch to Done

http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521358748974196639

http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521358747494657215

http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521358746500315471

http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521358745490654863

ESB Offramp to Azure

http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521364259904108159

http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521364267614392367

SOA with .Net

http://search.barnesandnoble.com/SOA-with-NET-and-Windows-Azure/Thomas-Erl/e/9780131582316

Thomas Erl’s SOA Design Patterns

http://www.soapatterns.com/

Richard Seroter’s SOA Patterns with  BizTalk Server 2009

http://seroter.wordpress.com/2009/04/24/soa-patterns-with-biztalk-server-2009-released/

Share on Facebook

MIA Meetup Page tenative:

http://www.meetup.com/Microsoft-Integration-Architects/calendar/list/

Using forwarding from

http://www.microsoftintegrationarchitects.com

Share on Facebook

Getting Laptop Setup for the Sharepoint Workflow Services Talk at the first Integration Users Group meeting.

Loading from MSDN:
Sharepoint 2010
Sharepoint Designer 2010
Sharepoint Workspace 2010
VS2010Pro
SQL 2008R2

http://msdn.microsoft.com/en-us/library/ms549489.aspx

(Up and runnign as of 11:30 am)

Share on Facebook

SOA with .NET & Windows Azure Realizing Service-Orientation with the Microsoft Platform

Incredible new book, seems a very easy read. Looks like Brian Loesgan wrote part of this as well.

Share on Facebook

Excellent Azure Website. (Group of Developers)

http://oakleafblog.blogspot.com/2010/08/windows-azure-and-cloud-computing-posts_05.html

Share on Facebook

BizTalk 2010 Developer edition: ESB 2.1 Toolkit walkthrough. Part 1

I did a few of these work around blogs for BT2010 Beta.  This is for BT2010 Developer and Enterprise

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0f852e77-f792-4784-b2d4-95113d40db64&displaylang=en

I downloaded the BizTalk ESB Toolkit 2.1_x64.msi

After downloading I hit RUN

It looks like the ESB 2.1 is still Beta.

I kept the same installation directory

I installed all the options

Share on Facebook

Upgrading from BT2010 Beta to BT2010 Developer

Control Panel -> Programs ->Uninstall Programs

Find BizTalk Server 2010 Beta and double click.  This should bring up the  Installation Wizard.

Once run through the wizard and BizTalk is uninstalled log into the SQL Server that Biztalk was loaded onto.

Log into Integration Services:

Make sure the  Stored Package->MSDB->Maintenance Plans is empty

Remove all BT related Maintanance Plans from the SS Integration Services

If you want to use Bam Analysis server you will need to make sure SSAS is running as a service.

Then log into the Database Engine

Make sure you have deleted All of the Biztalk Database and SSO (You can delete UDDI if you have uninstalled it and will be reinstalling).

Run BT2010 upgrade like normal.  Reinstall UDDI if you uninstalled it.

The removal of those SQL atrifacts should allow for complete re-installation

Share on Facebook