community-content

Forum Replies Created

Viewing 15 posts - 7,291 through 7,305 (of 9,652 total)
  • Author
    Posts
  • in reply to: BAM – The query could not be processed #15465

    More Information on how the error occur:

    I click on aggregation, then pivot table 1. The I get a popup from MS Office Web Component saying:

    This website uses a data rpovider that may be unsafe. If you trust the website, click ok. Otherwise click cancel.

    When I click ok I receive the error explained in previous post. It appears directly inside the OWC pivot table. Maybe this is caused by some security setting I need to do on server or client ?

    Fred

    in reply to: Rules engine multiple policy versions #15468

    I found that there is dynamic policy updates feature in biztalk 2006. Can anyone explain it to me?

    Also, I have another question.. I have a policy and the policy is being used by an orchestration. now I have created a new version of the policy and deployed it without undeploying the previous version. Which version will execute when the orchestration execute next time..?

    Thanks for your time..
    Shane.

    in reply to: BizTalk Transport not an option in Visual Studio .NET ?!? #15429

    [quote:198f3cabdb=\”greg.forsythe\”]You can use the Specify Later option when configuring ports from within your orchestration.
    You can then add, configure and bind whatever port you wish when you deploy the assembly.

    The error you are receiving indicates the adapter and pipeline have successfully received a message, but are unable to find a subscriber for that message. A subscriber is a send port or orchestration that subscribes to specific promoted properties from that message.

    You need to check the subscription details of your orchestration:
    [url]http://www.winterdom.com/weblog/2006/03/14/ViewingSubscriptionsInBizTalk2006.aspx[/url]

    And compare that against the context properties from the message that failed[/quote:198f3cabdb]

    Thanks Greg.

    I was able to get it to \”kind of\” work by changing the message type coming in to an XMLDocument. For some reason, when I change the message type to STRING, which is what I need passed in, I get that error.

    Any thing else you think I should try?

    Thanks again!

    in reply to: datas from Excel to SQL #12126

    I have wasted an incredible amount of time, trying to create a post with this information that passes the infernal spam filter.

    There is a too-expensive solution that nonetheless may be just what some developers might need to achieve this, you can find it by googling FarPoint and Excel and BizTalk

    in reply to: datas from Excel to SQL #12125

    One possibility below, from Matt Meleski — it’s somewhat inelegant but I plan to give it a try:

    { and I can’t give you this URL, because of the spam filter, so just google Matt Meleski, BizTalk, and \”Custom Pipeline Component for Processing DBF, Excel\” }

    What is the enterprise application limit?

    in reply to: How do I save all inbound and outbound messages #14181

    I need to log all in coming and outgoing messages. Most are XML messages of various size and occoationally (quarterly) we receive very large files.

    Not all messages pass through Orchestrations so even if I did not mind saving the altered form of the messages, using the orichestrations would not result in catching all messages.

    I tried the pipeline component in this 2004 blog entry – http://blogs.msdn.com/gzunino/archive/2004/07/12/181337.aspx

    The archiving part works well but for some reason, the disassemble phase of the pipeline continues to fail. I set a XML dissasembler and it does not recognize the XML message. If I use the default XML pipleline it works, if I use a custome pipeline with the XML dissasembler it works, but if I use a custome pipeline and Archiver component it fails in the disassembler portion of the pipeline even though it looks like the Archiver pipeline component does not alter the original message in any way.

    Does anyone know of other solutions to this problem?

    in reply to: Getting HTML body content using POP3 adapter #15411

    Hi Greg,
    This is the file content when:

    apply mime : false
    index : 0
    content type : empty

    Received: from XXXXXX ([10.17.33.181]) by XXXXX with Microsoft SMTPSVC(6.0.3790.211); Fri, 25 Aug 2006 11:04:29 +0300
    MIME-Version: 1.0
    Content-Type: text/plain;
    charset=\”us-ascii\”
    Content-Transfer-Encoding: quoted-printable
    Content-class: urn:content-classes:message
    Return-Path: XXXXXX
    X-MimeOLE: Produced By Microsoft Exchange V6.5
    X-OriginalArrivalTime: 25 Aug 2006 08:04:29.0442 (UTC) FILETIME=[17231620:01C6C81D]
    Subject: ccxvcxv
    Date: Fri, 25 Aug 2006 11:04:29 +0300
    Message-ID: XXXXX
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    Thread-Topic: ccxvcxv
    Thread-Index: AcbIHRcOXSECBs/MTM2O6PJFOSV4sQ==
    From: \”Elad Rosenberg\” XXXXXXXX
    To: \”~Online Forms – Offline Approvals UAT\” XXXXX

    =20

    xcvxcvx

    Elad Rosenberg

    Amdocs Online Forms Team

    XXXXXX.com | xxxxxxx

    =20

    when apply mime is true im getting only the text itself (without tags…) :

    xcvxcvx

    Elad Rosenberg

    Amdocs Online Forms Team

    XXXXXX.com | xxxxxxx

    when content type text/html im getting the error (cannot find mime type…)
    thanks again…
    if u can send your project (msi file) where u succeeded to retrieve html i will be thankfull

    [email protected]

    in reply to: Getting HTML body content using POP3 adapter #15405

    I was using a receive location with the default passthru pipeline and a send port with default passthru pipeline.

    Can you try:

    POP3 Adapter – Apply MIME = false
    Passthru receive pipeline
    Passthru send pipeline
    FILE adapter

    This should give you the raw MIME encoded data in the output file.
    Can you post this – delete the email content, just need the MIME data

    in reply to: Getting HTML body content using POP3 adapter #15410

    Hi Greg,
    i just tried it – simple recieve loc. that gets the outlook 03 mail and pass it to file send port.No orchestration…
    content type : text/html
    index : 0
    apply mime : true

    and im getting my \”regular\” error:
    The MIME decoder cannot find a MIME part for the specified content-type. Either there was no matching content-type or there were not enough occurrences of it.

    10x 4 responding

    in reply to: Authentication of web services #15439

    Depends.

    Are you using plain web services or WSE/WCF web services
    Do you wish to use transport level or message level authentication.
    You will need WSE or WCF to do message level authentication.

    How are you authenticating users? Integrated security, client certificates, Basic, Digest…

    For plain web services (no WS-Security) you only have the option of using IIS security for restricting access. Unless you modify the web service to implement your own access control.

    in reply to: Variable of type System.Guid in orchestration #15454

    From the variable properties select:
    Type
    – <.Net Class…>
    – mscorlib
    – System
    – Guid

    in reply to: Getting HTML body content using POP3 adapter #15409

    Really?
    i tried it and it didn’t work.
    I will try again…
    which pipline? passthrough ?

    I don’t understand – if the SP is just inserting records, why it should return something?

    in reply to: Getting HTML body content using POP3 adapter #15404

    I just did a quick test sending from Outlook 2003 and here is the MIME layout in the message.

    [code:1:f4ca01fa97]Content-Type: multipart/related; boundary=\"—-=_NextPart_000_0004_01C6C823.9AF70B90\"

    ——=_NextPart_000_0004_01C6C823.9AF70B90
    Content-Type: multipart/alternative; boundary=\"—-=_NextPart_001_0005_01C6C823.9AF97C90\"

    ——=_NextPart_001_0005_01C6C823.9AF97C90
    Content-Type: text/plain; charset=\"us-ascii\"
    Content-Transfer-Encoding: 7bit

    Text Body

    ——=_NextPart_001_0005_01C6C823.9AF97C90
    Content-Type: text/html; charset=\"us-ascii\"
    Content-Transfer-Encoding: quoted-printable

    <html>Body</html>

    ——=_NextPart_001_0005_01C6C823.9AF97C90–

    ——=_NextPart_000_0004_01C6C823.9AF70B90
    Content-Type: image/jpeg;
    name=\"image001.jpg\"
    Content-Transfer-Encoding: base64
    Content-ID: <[email protected]>

    ——=_NextPart_000_0004_01C6C823.9AF70B90–[/code:1:f4ca01fa97]

    By setting the following on the POP3 adapter config I was able to extract the html content

    Apply MIME Decoding: [b:f4ca01fa97]true[/b:f4ca01fa97]
    Body Part Content Type: [b:f4ca01fa97]text/html[/b:f4ca01fa97]
    Body Part Index: [b:f4ca01fa97]0[/b:f4ca01fa97]

Viewing 15 posts - 7,291 through 7,305 (of 9,652 total)