by community-syndication | Jun 7, 2012 | BizTalk Community Blogs via Syndication
I recently did an in-person demonstration of how to use the cool Twilio service to send voice messages when Microsoft StreamInsight detected a fraud condition. In this blog post, I’ll walk through how I built the StreamInsight adapter, Twilio handler service and plugged it all together. Here is what I built, with each numbered activity […]
Blog Post by: Richard Seroter
by community-syndication | Jun 7, 2012 | BizTalk Community Blogs via Syndication
After years of publishing BizTalk WCF-Services and countless hours spend configuring the services in the wizard I just recently found out the WCF-Publishing Wizard can be started with a configuration file provided.
by community-syndication | Jun 7, 2012 | BizTalk Community Blogs via Syndication
Next week I will be speaking at the Cloud Computing Expo in New York City . I am particularly excited about this event because I will have the unique opportunity to present about the new concept behind our upcoming enterprise mobility platform: the enterprise…(read more)
Blog Post by: gsusx
by community-syndication | Jun 7, 2012 | BizTalk Community Blogs via Syndication
Windows Azure
SDK for .NET – June 2012 available.
Blog Post by: Mick Badran
by community-syndication | Jun 7, 2012 | BizTalk Community Blogs via Syndication
I thought I’d give it a go and see how far this would take me. (One of the Win8 x64
beta installs caused alot of grief)
So my environment:
-
Recent Win8 RC x64
-
Office 2010 x64
-
Outlook 2010 x64
Installed the CRM 2011 Client by going to the web address of our crm site e.g. https://crm.acme.com
There’s a button on page that says ’download Dynamics CRM for Outlook’ – after a short
download and install all went well
I grabbed CRM2011 CU8 – http://www.microsoft.com/en-us/download/details.aspx?id=29692 and
updated accordingly.
Note at this point CRM plugin had not been configured.
CRM Client Log files prove very helpful here:
When I fired up Outlook and went to configure the CRM Plugin, Testing connection I
would get back
“we can’t authenticate your credentials”
Digging into the log files..
C:\Users\mickb\AppData\Local\Microsoft\MSCRM\Logs\Crm50ClientConfig.log
22:05:18| Error| Error connecting to URL: https://crm.acme.com/XRMServices/2011/Discovery.svc Exception:
System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.IdentityModel,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies.
The system cannot find the file specified.
File name: ‘Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’
at Microsoft.Xrm.Sdk.Client.ServiceConfiguration`1.CreateLocalChannelFactory()
at Microsoft.Xrm.Sdk.Client.ServiceConfiguration`1.CreateChannelFactory(ClientCredentials
clientCredentials)
at Microsoft.Xrm.Sdk.Client.DiscoveryServiceConfiguration.CreateChannelFactory(ClientCredentials
clientCredentials)
at Microsoft.Xrm.Sdk.Client.ServiceProxy`1.get_ChannelFactory()
at Microsoft.Xrm.Sdk.Client.ServiceProxy`1.CreateNewServiceChannel()
at Microsoft.Xrm.Sdk.Client.ServiceContextInitializer`1.Initialize(ServiceProxy`1
proxy)
at Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.Execute(DiscoveryRequest
request)
at Microsoft.Crm.Application.Outlook.Config.DeploymentsInfo.DeploymentInfo.LoadOrganizations(AuthUIMode
uiMode, Form parentWindow, Credential credentials)
at Microsoft.Crm.Application.Outlook.Config.DeploymentsInfo.InternalLoadOrganizations(OrganizationDetailCollection
orgs, AuthUIMode uiMode, Form parentWindow)
Solution: Install the Windows Identity Framework 3.5 that comes with Win8
RC.
And in my case, you’re done.
Happy CRM-ing.
Now to fill in my timesheets
Mick.
Blog Post by: Mick Badran
by community-syndication | Jun 6, 2012 | BizTalk Community Blogs via Syndication
Last couple of months I written a number of wiki articles for Microsoft TechNet Wiki. Initially and along with Ruth Resende I decided to fill a gap in TechNet Wiki: the lack of BizTalk articles or documentation in Portuguese but I ended up joining the BizTalk Wiki Ninjas (Steef-Jan Wiggers, Tord Gard Nordahl, Dan Rosanova […]
Blog Post by: Sandro Pereira
by community-syndication | Jun 6, 2012 | BizTalk Community Blogs via Syndication
Good morning world! Its time to hand out the signed copy of the BizTalk Server 2010 Cookbook authored by Steef-Jan Wiggers (read my review here). So the competition have been running for a while and it sure was time to reveal the winner! A lot of people had full score and here is the answers
Blog Post by: Tord Glad Nordahl
by community-syndication | Jun 5, 2012 | BizTalk Community Blogs via Syndication
Ok this will be my third mapping problem published and I can tell that it will not be the last First of all let me tell you that for me there is no perfect solution to solve a particular mapping problem, often there are several ways to solve the problem and how it’s solved always […]
Blog Post by: Sandro Pereira
by community-syndication | Jun 5, 2012 | BizTalk Community Blogs via Syndication
Lately I have come across this annoying little bug (feature?) of Visual Studio while working with BizTalk orchestrations. If an orchestration is opened in XML view and then closed, it will forever more insist on opening up in TEXT view.
As you can see, this is not very useful. Right clicking on the orchestration in Solution […]
Blog Post by: kmorillo
by community-syndication | Jun 4, 2012 | BizTalk Community Blogs via Syndication
HTTP handlers and modules are a great way to handle HTTP request sent to the server. They can be used to write a specialized image server, a process to handle custom level of security, or a file processor. This was the case for a previous project I worked on; we used HTTP Handlers for the […]
Blog Post by: Micael George