Re: First timers question

Tech-Archive recommends: Fix windows errors by optimizing your registry



You will need a visual studio project because you'll need to create a
schema that represents the SP call (or SQL Insert). You can do this
without Orchestration by having a Filter on the send port that matches
the BTS.ReceivePortName or BTS.MessageType of the received message
(ideally you'd use both to be really specific).

Also, even if you're XML is already in "the right format" you should
map into a canonical (internal) format when you receive (receive port)
and map out to the external SQL format (send port). Lastly the SQL
Adapter, unless you're using BT 2009, does not have an XML type and
you use the SQL Adapte Wizard from within the IDE to create your
schema for SQL Server. If you need more info check out my blog
entries:

http://www.novaenterprisesystems.com/Blog/post/More-SQL-Adapter-(Ab)Use.aspx

http://www.novaenterprisesystems.com/Blog/post/SQL-Server-Adapter-Port-(Ab)Use.aspx

Kind Regards,
-Dan
.



Relevant Pages

  • Re: problem - get the @@identity in MAP
    ... this is my updategram schema structure(i.e Destination schema for Map) ... The adapter "SQL" raised an error message. ... The adapter failed to transmit message going to send port ...
    (microsoft.public.biztalk.general)
  • RE: Side-by-Side Deployment Issue
    ... Then enlist and start the new orchestration version ... I moved my SQL schemas into their own assembly, ... only a specific version number of the schema. ... Start the receive port. ...
    (microsoft.public.biztalk.general)
  • RE: sql adapter not returning success message
    ... When you configure the two-way send port to SQL, ... These need to exactly match the target namespace of ... your schema and the root element for the response document. ...
    (microsoft.public.biztalk.general)
  • Re: Correlation
    ... I am developing an orchestration that is kicked off by a record being ... port and passed to an activating receive in my orchestration. ... set of SQL Server tables. ... field because, according to the generated schema, it can occur more than ...
    (microsoft.public.biztalk.general)
  • SQL Adapter Disassembling Result Sets & Dynamic Parameters
    ... properties of the schema returned in my orchestration. ... Also after processing all the records returned by SQL adapter in my ... from the toolbox drag an xml disassembler ...
    (microsoft.public.biztalk.general)