community-content

Forum Replies Created

Viewing 15 posts - 6,541 through 6,555 (of 9,652 total)
  • Author
    Posts
  • in reply to: Routing of files using file name. #16592

    sorry, the above is only correct for a pass through pipe…

    if you have a FF adapter the COMPLETE file path will be promoted, ie you'll need to parse it in order to get the filename…maybe thats the reason you have a routing failure?

    in reply to: BizTalk2006 difference #16591

    Hey, check out http://www.microsoft.com/biztalk/howtobuy/default.mspx for the details.  Basically, Standard limits the number of physical servers, processors and "applications" you can have, while Enterprise is virtually unlimited.  Development has the same capability as Enterprise.

    in reply to: Connecting to Suspended Messages #16590

    Wow, listening on the MessageBox tables directly is not a good idea.  Have you tried (if you're using BTS 2006) subscribing to suspended messages using the new error reporting?  You now have things like ErrorReport.ErrorDescription to listen in on.  Not sure if you can get the AppName from that, probably not, but it's a much cleaner way of building an architecture that gracefully handles suspended messages.

    in reply to: Routing of files using file name. #16585

    I had to promote the FILE.ReceivedFileName in a custom receive pipeline to get this to work inside an orchestration…

    in reply to: BizTalk2006 Learn #16584

    A good start is going through the microsoft tutorials (if you have not worked with biztalk before) … It take some time to get used to all the interfaces.

    in reply to: Routing of files using file name. #16582

    Hi,

    While running the application discussed about yesterday regarding routing of files using the file name and calling orchestration the following error comes:

    The published message cannot be routed because no subscribers were found.It says the send ports or orchestration may be enlisted or message property necessary for subscription has not been promoted.

    May i know the cause for this error and how to go about it.

    in reply to: Custom receive pipe line error #16578
    in reply to: Storing Flat file data into Database #16577

    Thank you Greg, U were right.

    Its work fine now.

    Siva

    in reply to: Storing Flat file data into Database #16576

    The Biztalk assembly needs a strong name key, if you can deploy your assembly then it has a strong name key.

    Did you restart the Biztalk Host Instance after deploying the assembly containing the pipeline.
    It is possible that the Host instance has loaded a previous version of the assembly, and although the configuration specifies the SampleTDPO3.ReceiveTDPOFlat pipeline, it does not exists in the already loaded assembly.

    in reply to: Storing Flat file data into Database #16574

    Hi,

    I created a custom receive piple line to convert the flat file to xml using the flat file schema.

    I am getting following error when I drop flat file in the input folder.

    There was a failure executing the receive pipeline:
    "SampleTDPO3.ReceiveTDPOFlat, SampleTDPO3, Version=1.0.0.0, Culture=neutral,
    PublicKeyToken=3e4eb9c872147ff3" Source: "Unknown " Receive Port:
    "rpTDPOSample3" URI: "C:\Excercise_Siva\SampleTDPO3\IN\*.txt" Reason: Failed
    to get pipeline: SampleTDPO3.ReceiveTDPOFlat, SampleTDPO3, Version=1.0.0.0,
    Culture=neutral, PublicKeyToken=3e4eb9c872147ff3. Please verify that the
    pipeline strong name is correct and that the pipeline assembly is in the GAC.

    In the Receive Pipe line properties there are 3 fileds for schema, Document
    Schema, Header Schmea and Trailer Schema. I set the Document Schema field to
    the Flat file Schema that I created and rest both I left as "NONe"

    Why do I get the above error?
    How to verify that the pipeline strong name is correct and that the pipeline assembly is in the GAC ? I have no idea about it.

     

    Thank you in advance,

    Siva

    in reply to: Xml validation in exposed web service #16573

    I’d put that type of logic inside an Orchestration so I could return the error message.  Not sure how else to accomplish this otherwise.

    in reply to: SQL Adapter and Updategram #16572
    in reply to: webservice (Schema) didn’t validate file #16571

    The default Xml Receive pipeline does not contain the Xml Validator pipeline component. Validation against an Xml schema is only performed by the Xml Validator component.

    You will need to construct a custom pipeline containing the Xml Disassembler and Xml Validator components.

    If validation fails within this pipeline the default behaviour is to suspend the message. With BTS 2006 you can use the "Route failed messages" functionality to handle failures more constructively.

    in reply to: Storing Flat file data into Database #16569

    Thank you Greg.

    Siva

    in reply to: Storing Flat file data into Database #16568

    You need to create a custom pipeline and add the Flat File Disassembler. This is the component that converts the flat file into Xml, based on your flat file schema.

Viewing 15 posts - 6,541 through 6,555 (of 9,652 total)