Debugging an Orchestration exposed as a Web Service
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Debugging an Orchestration exposed as a Web Service




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Debugging an Orchestration exposed as a Web Service  
Sedat Cankaya


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-18-04 03:53 PM

I have a simple orchestration including just a receive shape, a send shape,
a receive port and a send port. I want to receive an XML document through an
InfoPath document and send it to a file on my harddidsk. I exposed my
orchestration as a Web Service. The Web Service works well and there
appeared no problem while telling InfoPath to submit the document to that
Web Service. It says the document is submitted successfully but the document
does not arrive to the location on the harddsik. How can I see where the
problem is? In HAT the schema of the document I am submitting does not
appear in the find messages section. I would be glad to hear your solution
suggestions.

Thanks in advance...







[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Christof


Report This Message To A Moderator Edit/Delete Message


 
04-18-04 08:35 PM

Check the operations view in HAT.  Is your orchestration suspended?  Is the
messaging to file system being retried?  You may use the debugger view in
HAT as well to track this down.

Regards,
Christof


"Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
news:%23KY034SJEHA.3120@TK2MSFTNGP09.phx.gbl...
> I have a simple orchestration including just a receive shape, a send
shape,
> a receive port and a send port. I want to receive an XML document through
an
> InfoPath document and send it to a file on my harddidsk. I exposed my
> orchestration as a Web Service. The Web Service works well and there
> appeared no problem while telling InfoPath to submit the document to that
> Web Service. It says the document is submitted successfully but the
document
> does not arrive to the location on the harddsik. How can I see where the
> problem is? In HAT the schema of the document I am submitting does not
> appear in the find messages section. I would be glad to hear your solution
> suggestions.
>
> Thanks in advance...
>
>







[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Sedat Cankaya


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-04 05:36 PM

I could not find the schema of my message in the find message query. Why? I
still could not solve the problem. Whay I could not receive the xml file
sent through infopath?







[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Christof


Report This Message To A Moderator Edit/Delete Message


 
04-23-04 07:36 PM

What does the eventlog tell you?
The fact that the schema does not appear in the find message view means that
BizTalk never saw a message before that was recognised as being an instance
of that particular schema!

Regards,
Christof

"Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
news:OEKY9tUKEHA.3016@tk2msftngp13.phx.gbl...
> I could not find the schema of my message in the find message query. Why?
I
> still could not solve the problem. Whay I could not receive the xml file
> sent through infopath?
>
>







[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Sedat Cankaya


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-04 08:36 PM

We debugged the web service and saw that the message comes but we think that
it could not be written to the SQL Server database. We are submitting the
document from another computer and it is trying to connect  to the SQL
Server installed on the other
machine with a IUSR account. However SQL Server is using the Administrator
account. So the message comes but it cannot be written to the database and
the orchestration suspends. Actually this is what we think. We would be glad
to hear your solution suggestions. Thanks in advance...


"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:e%23XZF3VKEHA.1764@TK2MSFTNGP12.phx.gbl...
> What does the eventlog tell you?
> The fact that the schema does not appear in the find message view means
that
> BizTalk never saw a message before that was recognised as being an
instance
> of that particular schema!
>
> Regards,
> Christof
>
> "Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
> news:OEKY9tUKEHA.3016@tk2msftngp13.phx.gbl... 
Why?[vbcol=seagreen]
> I 
>
>







[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Christof


Report This Message To A Moderator Edit/Delete Message


 
04-24-04 05:34 PM

Any eventlog messages?

"Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
news:%23kIxdiWKEHA.2756@TK2MSFTNGP10.phx.gbl...
> We debugged the web service and saw that the message comes but we think
that
> it could not be written to the SQL Server database. We are submitting the
> document from another computer and it is trying to connect  to the SQL
> Server installed on the other
> machine with a IUSR account. However SQL Server is using the Administrator
> account. So the message comes but it cannot be written to the database and
> the orchestration suspends. Actually this is what we think. We would be
glad
> to hear your solution suggestions. Thanks in advance...
>
>
> "Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
> message news:e%23XZF3VKEHA.1764@TK2MSFTNGP12.phx.gbl... 
> that 
> instance 
> Why? 
file[vbcol=seagreen] 
>
>







[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Eric Z. Beard


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-04 01:36 PM

Hi,

Check the event log for a message about not having access to
BizTalkMgmtDb.. I think you are probably running into a common issue
that is caused by web services being published under the Share Point
Admin Pool, which runs as an identity that doesn't have access to the
database.

I haven't seen a solution to this problem that I'm happy with yet, so
please post yours if you get it working!

EZB

"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in message news:<Ow1lpihK
EHA.2260@TK2MSFTNGP09.phx.gbl>...[vbcol=seagreen]
> Any eventlog messages?
>
> "Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
> news:%23kIxdiWKEHA.2756@TK2MSFTNGP10.phx.gbl... 
>  that 
>  glad 
>  that 
>  instance 
>  Why?
>  I 
>  file 





[ Post a follow-up to this message ]



    Re: Debugging an Orchestration exposed as a Web Service  
Vikas Nahata [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-04 06:36 PM

There is a section in the documentation called Enabling Biztalk webservices
which talks about different option you have.
In short, if you are on Win2K3 (IIS 6.0) then you should create a seperate
Application Pool for your published webservices and run the Application
pool under a identity which is part of the Biztalk Isolated Host Users
group. If the BiztalkMgmt DB  is remote then the Application Pool Identity
must be added to the Biztalk Isolated Host Users group of that machine.

If you are on WinXP or Win2K then if BiztalkMgmt DB is local then you
should add ASPNET user to Biztalk Isolated Host Users group of your local
machine.
If BiztalkMgmt DB is remote then you should change the process model
identity in machine.config to preferebly a domain identity and add that
idenity to Biztalk Isolated Host Users group of the remote server. Other
options are also given in the documentation.
Hope this helps.

| >>Hi,
| >>
| >>Check the event log for a message about not having access to
| >>BizTalkMgmtDb.. I think you are probably running into a common issue
| >>that is caused by web services being published under the Share Point
| >>Admin Pool, which runs as an identity that doesn't have access to the
| >>database.
| >>
| >>I haven't seen a solution to this problem that I'm happy with yet, so
| >>please post yours if you get it working!
| >>
| >>EZB
| >>
| >>"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:<Ow1lpihKEHA.2260@TK2MSFTNGP09.phx.gbl>...
| >>> Any eventlog messages?
| >>>
| >>> "Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
| >>> news:%23kIxdiWKEHA.2756@TK2MSFTNGP10.phx.gbl...
| >>> > We debugged the web service and saw that the message comes but we
think
| >>>  that
| >>> > it could not be written to the SQL Server database. We are
submitting the
| >>> > document from another computer and it is trying to connect  to the
SQL
| >>> > Server installed on the other
| >>> > machine with a IUSR account. However SQL Server is using the
Administrator
| >>> > account. So the message comes but it cannot be written to the
database and
| >>> > the orchestration suspends. Actually this is what we think. We
would be
| >>>  glad
| >>> > to hear your solution suggestions. Thanks in advance...
| >>> >
| >>> >
| >>> > "Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote
in
| >>> > message news:e%23XZF3VKEHA.1764@TK2MSFTNGP12.phx.gbl...
| >>> > > What does the eventlog tell you?
| >>> > > The fact that the schema does not appear in the find message view
means
| >>>  that
| >>> > > BizTalk never saw a message before that was recognised as being an
| >>>  instance
| >>> > > of that particular schema!
| >>> > >
| >>> > > Regards,
| >>> > > Christof
| >>> > >
| >>> > > "Sedat Cankaya" <sedat.cankaya@ceng.metu.edu.tr> wrote in message
| >>> > > news:OEKY9tUKEHA.3016@tk2msftngp13.phx.gbl...
| >>> > > > I could not find the schema of my message in the find message
query.
| >>>  Why?
| >>>  I
| >>> > > > still could not solve the problem. Whay I could not receive the
xml
| >>>  file
| >>> > > > sent through infopath?
| >>> > > >
| >>> > > >
| >>> > >
| >>> > >
| >>> >
| >>> >
| >>

This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:35 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register