community-content

Forum Replies Created

Viewing 15 posts - 8,731 through 8,745 (of 9,652 total)
  • Author
    Posts
  • in reply to: Error while COnverting ANSI X12 835 to XML #13168

    Hi,
    Yes i am using the HIPAA EDI adapter here… that is from the HIPAA Accelerator 3.0… I get 2 different errors while i change the EDI:// values. i have posted another issue which is the other error i get.

    What is that you would like me to check from the configuration in Biztalk Explore.

    I appreciate your response.
    Thanks
    Divya

    [quote:9b6eccb5c4=\”Anonymous\”]Divya,

    it looks to me send Trading Partner issue…

    verify send trading patner configaration in biztalk explorer\\Administartor and your source file.

    Are you using any adapter here….

    Nar-

    [quote:9b6eccb5c4=\”Divya\”]Hi
    I am working on a project using Biz Talk & HIPAA 3.0, i have used a HIPAA_EDI recieve port to recieve the ANSI X12 835 File and i am trying to send it to an XML Format. The parties are defined and while i send this message i get an error as follows:

    Error encountered: ERROR (41), interchangenr 10039 :
    The sender of the document is not recognized. Check the receive location or send handler.
    sender: [][] [00390][ZZ][00390], (msgnr:0 segnr:0)(line:3 pos:42 filepos:447)

    I would really appreciate your respond to this.
    I am working on a virtual machine that is running on Windows Server 2003…
    Looking forward for a reply
    Thanks
    Divya[/quote:9b6eccb5c4][/quote:9b6eccb5c4]

    in reply to: HOw to Define our own Datatype to Child Field Elements #13171

    Hi All,

    I have an XSD, with Field elements like listPrice,transctotal,transcprice etc…, while working with Database Functoid’s, i am not getting the value of the listprice it shows error like:

    validation error: The ‘listPrice’ attribute has an invalid value according to its data type. An error occurred at file:///C:/DOCUME~1/user39/LOCALS~1/Temp/_MapData/Sales2POS_output.xml, (1, 138).

    I think this is error is occuring because of \”Variation\” of the datatypes. how is, i am retriveing datafrom the \”PUBS\” database here datatype of the \”price\” is Money. But in my XSD the datatype is \”Decimal\” I think for this one only it gives error.

    What my request is, is there any pozble to define money datatype in our XSD to price element. or What I have to do to solve this problem.

    in reply to: Error while COnverting ANSI X12 835 to XML #13167

    Hi
    I am working on a project using Biz Talk & HIPAA 3.0, i have used a HIPAA_EDI recieve port to recieve the ANSI X12 835 File and i am trying to send it to an XML Format. The parties are defined and while i send this message i get an error as follows:

    Error encountered: ERROR (41), interchangenr 10039 :
    The sender of the document is not recognized. Check the receive location or send handler.
    sender: [][] [00390][ZZ][00390], (msgnr:0 segnr:0)(line:3 pos:42 filepos:447)

    I would really appreciate your respond to this.
    I am working on a virtual machine that is running on Windows Server 2003…
    Looking forward for a reply
    Thanks
    Divya

    in reply to: Passing string thru orchestration #13162

    Thanks…that worked like a charm.

    in reply to: Biztalk setup #13156

    Hi,

    What is your OS? XP and 2000 you will see like this issues…not in 2003

    This is coman error when you installing BTS 2004.

    1.
    check your log file …Local Settings\\Temp\\Config(DATEtime).log

    2.
    C:\\WINDOWS\\SYSTEM32\\DRIVERS\\ETC\\Hosts File

    Add this content instead off 127.0.0.0 localhost

    <<IP ADDRESS>> <<COMPUTER NAME>> localhost

    3. make sure your sql logon permitions as admin to your account.

    it should work…let me know.

    Nar-

    [quote=\”Achref \”]i am installing biztalk server 2004 to use it with navison commerce gateway.
    i had configured biztalk but the system displays this message
    \”the message is Failed to enable the Single Sign-on (SSO) Service
    (error code 0x800700005)\”
    i notice you that i have created this domain groups
    biztalk user group
    biztalk isolated host user group
    biztalk base edi_user group
    biztalk sso administrator groups
    biztalk sso affiliate administrators
    biztalk sso application user
    and i added my account on this groups and used it in the configuartion
    notice that i am administrattor on my machine.
    i hope somebody can help me cause i ma really in hurry thanks[/quote]

    in reply to: Converting great Files with Biztalk 2004 #13165

    Hallo all,

    I am new to BizTalk and hat to convert realy big Files (~650 MB) with the Biztalk-Server.
    After processing the Receive.Pipeline the Biztalk-Server colapsed with the Exception: System.OutOfMemoryExaption

    But the System used at that time only 1.8 of the 3.5 GB RAM.

    Have the Biztalk-Server generaly Problems with such large Files or have I a Problen in the Server-configuration?

    in reply to: Biztalk setup #13152

    i used the sqlk server version 2000 sp4 that cames with the original version of microsoft biztalk server 2004
    i dont think that that version of sql dont contain thye sso service

    in reply to: Runtime Error #13124

    Sorry for not giving you proper information..

    In a schema of SQL adapter i have multiple <ut> nodes under single <ot> nodes. Means for single orderId there are multiple Email addresses of whom i have to send mail.

    Here i am sending MailMsg via Mail (For testing purpose). I have to send different body to that Email. It will be consider later on.

    I have taken the count of Email addresses within that <ot> node through Xpath. and \”i\” is intialized to 0 when i<= count loop get terminate.

    Your xpath seems to have an error:
    Quote:
    Xpathst = system.string.Format(\”/*[local-name()=’LoopMessage_IdeaSend_Resp’]/*[local-name()=’ot’]/*[local-name()= ‘ut’]{[0]}\”,i)
    The brackets around the format variable should be the other way [{0}] or you could use the position() function

    How i can give format variable in other way or use position function?

    Please give me reply as early as possible.

    Thanks

    in reply to: Generating message with expressions #13141

    Thanks!

    The first way seems to be good for me. But I had to insert the namespace to the <root> element also. Without it, the pipeline can’t process the xml.

    Now, I will try to do it with a multi-part message also, but I think, it will work.

    in reply to: BizTalk MessageBox Log file #13148

    I thnk you need to find out why the transaction log backup is failing.
    Here are some links to some useful info on Biztalk backups.

    [url]http://sydbiz.org/Home/tabid/36/ctl/Details/mid/414/ItemID/6/Default.aspx[/url]

    [url]http://dallas.sark.com/SarkBlog/mholdorf/archive/2004/06/14/261.aspx[/url]

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/operations/htm/ebiz_ops_backuprestore_zsbv.asp[/url]

    in reply to: BizTalk MessageBox Log file #13145

    There is a \”Backup BizTalk Server\” Job, and I tried to run it, but it stopped with an error. The backup itself was complete (I get the backup files), but at the second step(\”MarkAndBackupLog\”) it runs into an error: the sp_MarkAll stored procedure can’t finish.

    Can it be, that the log file’s growing comes from here?
    How can I set the job to run correctly? I set the Backup’s name, the file’s place.

    In the SQL Server Enterprise Manager I checked the properties of the BizTalkMsgBoxDb. I saw, that the log file has unrestricted file size (by default), and I can’t set it to lower. I can’t delete it, because it is the primary .ldf file.

    in reply to: Positional flat file reads only 1. row #14410

    I tend not to use the Flat file wizard, probably too old to learn new tricks.

    The output of the wizard for you example file should look like this

    [code:1:30e05585db]<Schema>
    Root (delimited, postfix, hex, 0x0D 0x0A)
    Record ( maxOccurs=unbounded, positional)
    FirstName (offset 0, length 5)
    LastName (offset 0, length 4)
    City(offset 0, length 8)[/code:1:30e05585db]
    If there is a discrepancy you can edit the schema without running the wizard again.

    What does the wizard actually produce?

    in reply to: Biztalk setup #13155

    Make sure you have installed sql server(enterprise/desktop/standard).

    Sql server personal edition does not support SSO.

    Keep in mind you remove the previous installation of sql prior to insatlling the new version.

    Hope this helps.

    in reply to: Runtime Error #13127

    In your message from SQL:

    <LoopMessage_IdeaSend_Resp>
    <ot>
    <ut>
    <RMail>zasds</RMail>
    </ut>
    <orderID>hfh </orderID>
    <status>fgfdg</status>
    </ot>
    </LoopMessage_IdeaSend_Resp>

    How does this message loop. Are there multple <ot> nodes or multiple <ut> nodes.
    Do you get one <ot> record that you email to multiple people or do you have multiple <ot> records that each get mailed to one person?
    What message are you sending via email?
    When does the loop stop?

    Your xpath seems to have an error:
    [quote:0c3aa6b6a4]Xpathst = system.string.Format(\”/*[local-name()=’LoopMessage_IdeaSend_Resp’]/*[local-name()=’ot’]/*[local-name()= ‘ut’]{[0]}\”,i) [/quote:0c3aa6b6a4]The brackets around the format variable should be the other way [{0}] or you could use the position() function.

    Have you considered extracting the email address into a string variable rather than a message.
    [code:1:0c3aa6b6a4]Xpathst = system.string.Format(\"string(/*[local-name()=’LoopMessage_IdeaSend_Resp’]/*[local-name()=’ot’]/*[local-name()= ‘ut’ and position()={0}]/*[local-name()=’RMail’])\",i)

    emailVar = xpath(Insert_idea_Resp.parameters, Xpathst);
    Address = \"mailto:\" + emailVar;[/code:1:0c3aa6b6a4]

    in reply to: BizTalk MessageBox Log file #13147

    Are you backing up the Biztalk Databases.
    The log files basically stores all the transactions that occur on the database. This allows a rebuild of the database from a backup and reapplying the logged transactions.

    As the MessageBox is a transitory database, it only stores stuff that is in-process or about to be copied to the BiztalkDTADb, it should remain fairly small.
    However each transaction against the database will create a log record, even when data is deleted.

    Because the Biztalk databases are all interlinked there is a Backup job provided but this must be setup to run.

Viewing 15 posts - 8,731 through 8,745 (of 9,652 total)