Custom Pipeline component Errors
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 General > Custom Pipeline component Errors




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

    Custom Pipeline component Errors  
Ashish Shukla


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


 
12-22-04 12:46 PM

Hi Gurus

My orchestration gets an encrypted file.  I cannot use Paathrough pipeline
due to business requirements. I was getting error when I tried to consume
this file in orchestration. The error was regarding surrogate pairs, which i
s
due to encryption. So I wrote a decoding component. It gets the stream and
then decodes it and passes it on to disassemble stage.
In the code I am creating a clone of the original message and adding
the decrypted stream as the body part. If I use this component in the
pipeline I get an error saying "File transport does not have read/write
priviledges for receive location d:\testreceivelocation". Message engine
failed while notifying an adapter of its configuration. Receive location is
shutting down.
If I use the Pipeline.exe tool provided in the
\sdk\utilities\pipelinetools, the decoding component works(I have put
system.diagnostic.eventlog in the code), but in the end I get the error on
command window saying "None of the disassembler component could recognise a
data".

Any help would be highly appreciated.

Thanks in advance
Ashish Shukla





[ Post a follow-up to this message ]



    Re: Custom Pipeline component Errors  
Matt Milner


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


 
12-23-04 07:46 AM

the problem doesn't sound like it is with your component, it sounds like the
biztalk service running the receive does not have "Full control" access to
the file location where you are trying to receive. Check the permissions on
the folder and give the biztalk service full control.

You can also debug your components by attaching to the running btsntsvc.exe
process while sending messages into your pipeline.

Matt


"Ashish Shukla" <AshishShukla@discussions.microsoft.com> wrote in message
news:858312AD-D9A5-4177-A959-25F07C9B110D@microsoft.com...
> Hi Gurus
>
> My orchestration gets an encrypted file.  I cannot use Paathrough pipeline
> due to business requirements. I was getting error when I tried to consume
> this file in orchestration. The error was regarding surrogate pairs, which
> is
> due to encryption. So I wrote a decoding component. It gets the stream and
> then decodes it and passes it on to disassemble stage.
>        In the code I am creating a clone of the original message and
> adding
> the decrypted stream as the body part. If I use this component in the
> pipeline I get an error saying "File transport does not have read/write
> priviledges for receive location d:\testreceivelocation". Message engine
> failed while notifying an adapter of its configuration. Receive location
> is
> shutting down.
>        If I use the Pipeline.exe tool provided in the
> \sdk\utilities\pipelinetools, the decoding component works(I have put
> system.diagnostic.eventlog in the code), but in the end I get the error on
> command window saying "None of the disassembler component could recognise
> a
> data".
>
> Any help would be highly appreciated.
>
> Thanks in advance
> Ashish Shukla







[ Post a follow-up to this message ]



    Re: Custom Pipeline component Errors  
Ashish Shukla


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


 
12-24-04 12:46 PM

Hi Matt,

Thanks for the response. I have installed BizTalk server in my local
machine. It runs under my account which is an administrator of the machine.
If I remove the custom decoding component from the pipeline I dont get this
permissions error. I think there is something wrong with my component.

Thanks again
Ashish Shukla





[ Post a follow-up to this message ]



    Re: Custom Pipeline component Errors  
Matt Milner


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


 
12-28-04 01:46 AM

Have you tried attaching to the process and seeing where in your code the
error occurs?  you might also be running into a problem where BizTalk is
trying to load your component but something else has it locked, like VS.net.
You might trying running after a reboot without opening VS.Net and see if
that helps.  It may be a misleading error, but if it is a permissions error
than it would seem to be either to your component, the file itself, or some
other resource like the registry.  if it is running with full priveleges, it
is more likely that it is a contention issue rather than an permissions
issue.

matt


"Ashish Shukla" <AshishShukla@discussions.microsoft.com> wrote in message
news:A9718695-4D8D-446E-A8FC-DE48B81C94D9@microsoft.com...
> Hi Matt,
>
> Thanks for the response. I have installed BizTalk server in my local
> machine. It runs under my account which is an administrator of the
> machine.
> If I remove the custom decoding component from the pipeline I dont get
> this
> permissions error. I think there is something wrong with my component.
>
> Thanks again
> Ashish Shukla







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:09 PM.      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