BizTalk Server - creating orchestra

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > February 2006 > creating orchestra





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author creating orchestra
Nazeedah

2006-02-06, 7:55 am

Hello
I have design an orchestra but when i try to build it i am having an errors:
"you must specify at least one already-initialized correlation set for a
non-activation receive that is on a non-selfcorrelating port C:\Documents and
Settings\nns\Desktop\Nazeedah\BizTalk\Te
st\BizTalk Server Project8\BizTalk
Server Project8\BizTalk Orchestration.odx".
Can anyone suggest me the solution??

Te aim of my project is to extract information from one table which is
stored in SQl server database and to move it to another table in an Oracle
database.it would be nice if you could explain how should i proceed. since i
am a beginner in Biztalk.i am sill trying but in vain till now havent been
able to move the data.

Thx a lot in advance
Nazeedah

BA

2006-02-06, 7:55 am

Hello Nazeedah,

I think your error is from the first receive shape in your orchestration.

Set the shape's property for activate to true, that should solve it. Otherwise,
you have to setup a correlation set, the BizTalk SDK has an example of this.

BA
http://biztalkia.blogspot.com/



> Hello
> I have design an orchestra but when i try to build it i am having an
> errors:
> "you must specify at least one already-initialized correlation set for
> a
> non-activation receive that is on a non-selfcorrelating port
> C:\Documents and
> Settings\nns\Desktop\Nazeedah\BizTalk\Te
st\BizTalk Server
> Project8\BizTalk
> Server Project8\BizTalk Orchestration.odx".
> Can anyone suggest me the solution??
> Te aim of my project is to extract information from one table which is
> stored in SQl server database and to move it to another table in an
> Oracle database.it would be nice if you could explain how should i
> proceed. since i am a beginner in Biztalk.i am sill trying but in vain
> till now havent been able to move the data.
>
> Thx a lot in advance
> Nazeedah



Nazeedah

2006-02-08, 2:57 am

Thx a lot
I have change the activate to true and now i am having 2 more errors.
1. "use of unconstructed message 'Message_1'"
2. "'Message_1': message has not been initialized in construct statement".
I think that i have not done my Orchestra well. can i get a help how to
proceed to extract data from sql server and move to an Oracle databse. since
i am a beginner. i am sure ther are some steps taht i missed at the beginning.
Thx
Nazeedah

BA

2006-02-08, 7:48 am

Hello Nazeedah,

The error message means you have not actually built the message, in the properties
of your construct message shape select message_1 as a message you want to
create, that should solve the error.

Cheers,
BA
http://biztalkia.blogspot.com/



> Thx a lot
> I have change the activate to true and now i am having 2 more errors.
> 1. "use of unconstructed message 'Message_1'"
> 2. "'Message_1': message has not been initialized in construct
> statement".
> I think that i have not done my Orchestra well. can i get a help how
> to
> proceed to extract data from sql server and move to an Oracle databse.
> since
> i am a beginner. i am sure ther are some steps taht i missed at the
> beginning.
> Thx
> Nazeedah



Nazeedah

2006-02-08, 7:48 am

Thx a lot BA. now its Deploy without any errors but the problem is taht its
not working. i mean my data have not moved from sql to oracle database.

Can anyone suggest a ways of doing it. how should i proceed..

How can i view what have gone wrong when i deploy. Its when i deploy that
the data should move??

Thx
Nazeedah
BA

2006-02-08, 7:48 am

Hello Nazeedah,

BizTalk is a black box, so my advice is to download the DebugView from sysinternals.

In your orchestration add expression shapes with system.diag...debug.writeline
statements to output your message at certain stages.

To do this create an xmlDocument variable then set your message at different
stages to the new variable and write it to the debug view.

This way you can also easily capture the message at different stages and
see how far your orchestration is getting. Try it out, we use it every day
here.

BA
http://biztalkia.blogspot.com/


> Thx a lot BA. now its Deploy without any errors but the problem is
> taht its not working. i mean my data have not moved from sql to oracle
> database.
>
> Can anyone suggest a ways of doing it. how should i proceed..
>
> How can i view what have gone wrong when i deploy. Its when i deploy
> that the data should move??
>
> Thx
> Nazeedah



Nazeedah

2006-02-08, 7:48 am

Thx BA. I am downloading the software.
I havn't understand the part for creating the expression shapes
and also the xml document. Can you please be more details.
Can i send you my Orchestra so that you can better help me out.

Thx
Nazeedah

BA

2006-02-08, 7:48 am

Hello Nazeedah,

mail it to biztalk.architect@gmail.com

I will add a sample expression shape and mail it back.

BA
http://biztalkia.blogspot.com/

> Thx BA. I am downloading the software.
> I havn't understand the part for creating the expression shapes
> and also the xml document. Can you please be more details.
> Can i send you my Orchestra so that you can better help me out.
> Thx
> Nazeedah



Nazeedah

2006-02-08, 7:48 am

thx a lot for your help BA.
i am still having these problems:
use of unconstructed message 'Message_1'.
'Message_1': message has not been initialized in construct statement.
Plz help.
Thx
Nazeedah
Nazeedah

2006-02-09, 2:54 am

Hi
For the errors that i have metioned above for the "message_1" do you think
thats because i have wrongly choose the message type or its from the port
that i am having an error.

Thanks in advance
Nazeedah
BA

2006-02-09, 2:54 am

Hello Nazeedah,

I think its because you are not constructing the message in a construct shape.

Make sure that you are using the xml receive pipeline, make sure your message
is actually being constructed.

BA
http://biztalkia.blogspot.com/

> Hi
> For the errors that i have metioned above for the "message_1" do you
> think
> thats because i have wrongly choose the message type or its from the
> port
> that i am having an error.
> Thanks in advance
> Nazeedah



Nazeedah

2006-02-09, 2:54 am

Hello BA.

Can you be more precise about creating the message in the construct shape
or what do you mean by the xml receive pipeline and the message
being constructed.

since i am a beginner i do not understand all the features in it.
Thx a Lot in Advance for your precious help
Nazeedah
BA

2006-02-09, 2:54 am

Hello Nazeedah,

> Can you be more precise about creating the message in the construct
> shape


In the orchestration you sent me you have a map, that map is enclosed in
a construct shape. In the construct shape you must specify what message
you want to construct (output), meaning what message you want created when
the shape is done.

You are specifying more messages than you are actually constructing, that
is your error. In the properties you are supposed to specify ONLY the output
message, not all the messages you are using. You have message_1 AND messageSend
selected, you only want to build messageSend, so uncheck message_1 and it
should work fine.

Look at it this way: You are in a car with 4 people, one person gets out.

I ask you: who got out of the car?

You answer by telling me the names of the 4 people in the car. I only want
to know who got out. See what I mean?


> or what do you mean by the xml receive pipeline and the message
> being constructed.


In your receive port, you must select a receive pipeline, make sure it is
not the "pass thru" pipeline, but the XmlReceive pipeline.


Good luck,

BA
http://biztalkia.blogspot.com/


Nazeedah

2006-02-09, 7:54 am

hello BA
Thx a lot for your help. its been build and deploy successfully. thx a lot

Nazeedah
BA

2006-02-09, 7:54 am

Good to hear!


> hello BA
> Thx a lot for your help. its been build and deploy successfully. thx a
> lot
> Nazeedah
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com