About

Richard Seroter is currently the Chief Evangelist at Google Cloud and leads the Developer Relations program. He’s also an instructor at Pluralsight, a frequent public speaker, the author of multiple books on software design and development, and a former InfoQ.com editor plus former 12-time Microsoft MVP for cloud. As Chief Evangelist at Google Cloud, Richard leads the team of developer advocates, developer engineers, outbound product managers, and technical writers who ensure that people find, use, and enjoy Google Cloud. Richard maintains a regularly updated blog on topics of architecture and solution design and can be found on Twitter as @rseroter.

27 thoughts

  1. Hey Richard,

    Just checking out the new blog. Glad to see that you’re still going to be posting about BizTalk as I always found your MSDN blog to interesting and informative. Keep up the good work and good luck with the new job.

    Cheers

    Peter

  2. Hey I didnt know that you worked with Biztalk 2000 beta release. I was in school that time.:)
    Thanks for answering my questions on biztalkgurus/forums.

  3. Hello Richard,
    This is my second mail I want the sample project of your blog SQL Updategrams(Insert/Update/Delete) in BizTalk. Please send me the sample project becuase i am facing the problem that resolve by the help of SQL Updategrams(Insert/Update/Delete) please please please send it to my this email address xerobyte@hotmail.com.

    I hope u except my request this time and send me the sample project of ur blog.

  4. Hello Richard,
    I facing a problem with SQL adapter when I get data from SQL server and try to put that data in another SQL server, both SQL server has same version , same table sturcture and their is no error reporting in HAT tool, but in the end I did’nt get any data in my destination database. Yes I have done it from SP but not be able to do that from updategrams so that why I taking your project sample for my help.
    I know and I tested it when my destination is set xml file its give me my all data from source database but don’t get any when I set it to SQL Server as destination.
    Can u give me any idea, suggestion or help who I can get rid off from this unresolvable problem. I am looking for your help.

  5. Hey Xero,

    I don’t want to debug this on the “About” page, so shoot me another note if the suggestions below don’t work.

    So stored procedure works, but you’re trying updategrams as well? You’ve generated a schema for your destination SQL Server table from the wizard, and map the “source” XML to the “destination” XML? And there are no suspended messages, retry messages, or errors in the event log, but you DON’T see the data in the destination SQL Server? You could try returning a value from your stored proc to prove that you actually made it across.

  6. Richard,
    We are in the process at my company of rolling out BizTalk as a main component of our (complex) e-Commerce application. I’ve got a question regarding actual BizTalk deployments that I have been unable to find answers to while trolling the Blogsphere for answers. Can I ask you, and if so, shall i use this forum? Thanks so much

  7. Richard,

    I have a question on how to copy values from envelopes to output messages when debatching messages using envelope schemas. What is the best way to contact you about that?

    Thank you!
    Yuri

  8. Hello Richard,

    I was wondering if you have a solution/idea of why my WSDL generated from the Biztalk WebServices publishing wizard is not taking the XSD restrictions that I have in the schema file. I am publishing an orchestration as a web service but the WSDL generated does not take the XSD restritions (maxlength, facets etc) from the XSD file that I created. Do you know if this is a limitation by using the wizard or is there something that I am missing.

    Thanks!

  9. Hi Richard,

    We have a scenario where all the exceptions which occur need be communicated to the sender. i am planning to use Failed message routing capability of Biztalk. So now i have orchestrtaion which subscribes for all the errors which occur in the receive port. the plan is on basis of the error received in the ErrorReport.Description, we will send custom error message back to the sender.

    When a incoing message fails schema validation in the disassemble stage of the receive pipeline, it throws on eventlog like

    “No Disassemble stage components can recognize the data”

    or

    ‘http://tempuri.org/XMLSchema.xsd:DailyPullPurchaseOrder’ element is not declared.

    depending on the exception

    But the ErrorReport.Description in the failed message subscribing orch always has this error

    “The Messaging Engine encountered an error during the processing of one or more inbound messages.”..

    This error comes for all types of exceptions which makes it very difficult to perform a decision in the orchestration.

    Please advice.

    Regards,

    Mahesh

  10. Hi Richard,
    First of all, thanks a lot for your all helps in the bloggs. They are really very helpful.
    I have a problem related to a looping mecnanism. Suppose I am debatching 1000 records using XPath and inside a loop where I am sending individual debatched records to MS CRM system. In case any error occuring within the loop, I am sending the file to a perticular folder with error info appended with that record.
    But problem occurs here. I want to resume my further processing with that instance. Suppose error occurs in the 500th record. After sending that record in the Catch Exception block, I want to proceed ahead with that loop and process records from 501 th records onwards within the very same instance.

    Is it possible?? I am trying me level best. If any help is possible,plz let ke know.

    Regards
    Joon

  11. Joon, Wouldn’t you just have a loop that continues after the exception block sends the message out? The loop should only break after all 1000 have run, even if 10 are bad. The key is catching the exception so that you don’t end up with unhandled exceptions which cause the orchestration to stop running.

  12. Looks like your Contact Me still links to the MSDN blog. Is this the best way of contacting you directly? Thanks. Love your new book.

Leave a reply to Richard Seroter Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.