Creating simple expert system with Biztalk 2009

Home Page Forums BizTalk 2004 – BizTalk 2010 Creating simple expert system with Biztalk 2009

Viewing 2 reply threads
  • Author
    Posts
    • #24006

      Welcome,

       

      i’m in a desperate moment here. i have to build an expert system. since i feel comfortable with microsoft technologies i decided to explore Biztalk’s features toward this subject. I’ve figured out that i will create expert system that will help to find a computer hardware failure by asking a chain of questions (only with two possible answers – yes or no) like “Any other adapters installed?”. It seems like an easy thing to do – however i’m new to BizTalk and i would love if someone send me a link to good tutorial or good book about it. Or maybe BizTalk isn’t appriopiate tool for such task in your opinion? Any help is welcome. I’ve googled the subject up and down but i haven’t found much.

    • #24008

      Hi,

       

         Have you looked into Windows Management Interface (WMI) scripts, which should do what you want (i.e. monitor hardware performance and uptime)? You don’t need BizTalk in this scenario if you are only doing notifications of system failures, you might want to check into MOM (Microsoft Operations Management), SQL Server Notification Services or something of that nature.

       

         BizTalk is ideally suited for B2B messaging exchanges, routing and transformation between corporate business and outside vendors/providers/partners with standard interfaces (i.e. EDI, X12, HL7, HIPAA, EDIFACT, etc.) .

       

         I hope this clarifies things for you.

       

         Daniel.

    • #24040

      In your position, which I think is:

      1. Must create Expert System.
      2. Knowledge Domain is not fixed.
      3. Happy with MS technologies.

      I’d forget the technologies altogether to start.

      I’d find an expertInterview him.  Figure what he knows, what makes it special… Write it down.  Be sure you have something real.

      Then look at ways to do it.

      I’d probably sketch out the idea writing some code that might use a database at the back end.

      A lot of ES work kills itself before it starts by deciding on an inference engine up front.  I say map out your knowledge before you decide how to represent it.

      There are a lot of red herrings in the ES field.  Like ES shells that are flaky. Be careful.  My observation is that a lot of the prior art hasn’t endured!

      That’s enough for now.

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.