-
UPDATE: When I activate the receive location with no subscribtions to the received message, polling works fine. I get a message with 5 records in the MessageBox about every 60 seconds. The message get suspended, because there are no subscribtions. When I make a subscribtion to this messages by using...
Posted to
BizTalk 2006
(Forum)
by
Robbish
on
Thu, Jun 11 2009
Filed under: oracle, oracle adapter, biztalk 2006, BizTalk 2006 version
-
In my recent experience while using biztalk 2006, I have found that using very large messages causes a huge performance hit. If throughput speed is not an issue, and as long as you NEVER load the document into memory (through using xmldocument \ object serialization or anything that may require the entire...
-
Hello, I have an Oracle 10g table with about 50 thousand records in it. I want to poll 5 records per minute to BizTalk Server 2006, to process them. I have made a Receive Port and Receive Location to do this. The Connection Properties for this Receive Location are: Delete after poll: True (tested with...
Posted to
BizTalk 2006
(Forum)
by
Robbish
on
Wed, Jun 10 2009
Filed under: oracle, oracle adapter, BizTalk 2006 Editions, biztalk 2006
-
Hi, If you haven't figured this out already, remove your BEGIN TRANSACTION, COMMIT TRANSACTION and ROLLBACK TRANSACTION statements from the code in your stored procedure, as using transactions in the SP cause problems when interfacing with BizTalk. Cheers. Daniel.
-
Hi, i added a web service to my biztalk project, but it has no schema (because of simple types or tree structure maybe).I also created a schema and messagetype based on this schema, changed send/receive components message types to this message type. Now i need to take/send message between send/receive...
Posted to
BizTalk 2006
(Forum)
by
piratejackus
on
Wed, May 27 2009
Filed under: mapping, schema, design, biztalk 2006, map, Transformations, receive location, BizTalk Schema node
-
Hi, i got a project about SOA,the short history is: form an interface i'm gonna take users id and pass and check this userc credentials from 3 databases by three web services which are connected directly to these databases. I know how to listen a directory to take files by a port (sender) and receive...
-
I have this following schema with element ElementB promoted as a message property (by defining a property schema) for routing purpose: <SchemaA> <ElementB>BLAH1</ElementB> <ElementC>BLAH2</ElementC> </SchemaA> And I also have an envelop schema call <Envelop>...
Posted to
BizTalk 2006 R2
(Forum)
by
Guo Ming Li
on
Tue, May 19 2009
Filed under: Biztalk, BizTalk Server 2006 R2, Map, biztallk, Biztalk 2006, envelope, Biztalk 2006 R2, Biztalk 2006 R2 configuration SSO, Schema
-
Hello from The Netherlands, We use the BizTalk Oracle adapter in BizTalk Production/Oracle Production and BizTalk Acceptation/Oracle Acceptation environment. Both Query and Insert did work in both environments and gave a QueryResponse and InsertResponse. Oracle Acceptation environment is a clone of the...
Posted to
BizTalk 2006
(Forum)
by
Robbish
on
Wed, Apr 29 2009
Filed under: oracle, oracle adapter, BizTalk 2006 Editions, biztalk 2006
-
Came into work to find the BTSNTSvc.exe on two of my biztalk servers (DEV & QA) dieing whenever they receive any messages. The messages appear to make it into the Message Box and they get routed to the correct orchestrations. The orchestrations lock as soon as they hit the initial receive shape....
-
Guys I need a design guidance on how to use ESB1.0's exception handling framework in BizTalk 2006 (not R2). Our project does not permit us to use R2, so we cannot use the ESP portal. We need to build our own persistence database and scaled-down version of portal. What we are trying to do is utilize...