Hello All,
Thanks to 'BizTalk Receipes' Book and Steven Thomas samples, I'm able to extract my message from a batch using envelopes.
Simply, for each message I use content based routing and map to call a stored procedures.
everyting is fine, but my stored procedures takes time to be executed, so I receive timeout (note, I don't have an orchestration)
secondly, I got some errors becuase sql server is not able to process all that large number of requests.
I tried to use BizTalk 2006 throttling, but I couldn't configure it (lake of knowledge actually).
Is theres is solution for the timeouts (I tried to increate the time out in the adaptor configuration, but it doesn't save my new value)
I got alot of warning (it is embrassing me, my boss sees them)….
Any helpl is appericated