community-content

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 9,652 total)
  • Author
    Posts
  • Hey I tryed both but I am still getting this error.

    Mark

    in reply to: Input string was not in a correct format #26055

    Sorry, the error.

    xlang/s engine event log entry: Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'QUASAR.BusinessHiway.Common.PhdInterface.CommonTestTrigger(3bcb26a2-08d7-a4db-8fda-463c4a483850)'.

    The service instance will remain suspended until administratively resumed or terminated.

    If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception.

    InstanceId: 7d537472-7283-474e-a690-aafd2876b18e

    Shape name:

    ShapeId: 0194f9a7-adf6-4349-9845-8985ab5c1d43

    Exception thrown from: segment 1, progress 25

    Inner exception: Input string was not in a correct format.

    Exception type: FormatException

    Source: mscorlib

    Target Site: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)

    The following is a stack trace that identifies the location where the exception occured

      at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)

      at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)

      at Microsoft.XLANGs.RuntimeTypes.XmlHelpers.ParseString(String s, Type targetType, Boolean throwIfNotParsed)

      at Microsoft.XLANGs.RuntimeTypes.XmlHelpers.ChangeType(Object val, Type targetType)

      at Microsoft.XLANGs.Core.XMessage.GetContentProperties()

      at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.PrepareMessage(XLANGMessage msg, IList promoteProps, IList toPromote)

      at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.PersistMessageState(XLANGMessage msg)

      at Microsoft.XLANGs.Core.XMessage.PrePersist(Boolean dehydrate, IStateManager state)

      at Microsoft.XLANGs.Core.ReferencedMessages.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.Context.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.Context.PrePersist(Boolean dehydrate, XlangStore store)

      at Microsoft.XLANGs.Core.ExecutingSubStates.PrePersist(Boolean dehydrate, Context ctx)

      at Microsoft.XLANGs.Core.Context.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.ServiceContext.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.Service.PrePersist(Boolean dehydrate, Context ctx)

      at Microsoft.XLANGs.Core.Service.PrePersist(Boolean dehydrate, XlangStore store)

      at Microsoft.XLANGs.Core.ExecutingSubStates.PrePersist(Boolean dehydrate, Context ctx)

      at Microsoft.XLANGs.Core.Context.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.Context.PrePersist(Boolean dehydrate, XlangStore store)

      at Microsoft.XLANGs.Core.ExecutingSubStates.PrePersist(Boolean dehydrate, Context ctx)

      at Microsoft.XLANGs.Core.Context.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.ServiceContext.PrePersist(Boolean dehydrate, Context state)

      at Microsoft.XLANGs.Core.Service.PrePersist(Boolean dehydrate, Context ctx)

      at Microsoft.XLANGs.Core.Service.Persist(Boolean dehydrate, Context ctx, Boolean idleRequired, Boolean finalPersist, Boolean bypassCommit, Boolean terminate)

      at Microsoft.XLANGs.Core.LongRunningTransaction.PendingCommit(Boolean ignore, XMessage msg)

      at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.SendMessage(Int32 iOperation, XLANGMessage msg, Correlation[] initCorrelations, Correlation[] followCorrelations, SubscriptionWrapper& subscriptionWrapper, Context cxt, Segment seg, ActivityFlags flags)

      at Microsoft.XLANGs.Core.PortBase.SendMessage(Int32 iOperation, XLANGMessage msg, Correlation[] initCorrelations, Correlation[] followCorrelations, SubscriptionWrapper& subscriptionWrapper, Context cxt, Segment seg)

      at QUASAR.BusinessHiway.Common.PhdInterface.PhdInterfaceModify.segment1(StopConditions stopOn)

      at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)

    in reply to: Biztalk 2006 XML to HL7 Problem #26053

    HI,

    Go to BTAHL7 Configuration Explorer, go to your party, to to validation tab, then uncheck "Validate body segments" and check "Allow Trailing delimiters"

    Thank you

    Rahmatullah

    YOu can receive the entire message into one orchestration and debatch using a pipeline within this orchestration:

    jeremyronk.wordpress.com/…/how-to-debatch-into-an-orchestration-with-a-pipeline

    I have the same issue, could you please provide me the solution to achieve this

    in reply to: Event ID: 5743 #26049

    Its Urgent

    in reply to: Event ID: 5743 #26048

    The adapter failed to transmit message going to send port "POrchestrations_1.0.0.0_POrchestrations.POINV_Port_5" with URL "http://localhost/xyz.asmx". It will be retransmitted after the retry interval specified for this Send Port.Details:"Transmission failed for message "032277bf-9be2-4c90-aaad-b51b4c776e1":Error sending email message:System error:server certificate verification failed.Connection aborted,".

    Can anyone help in this

    in reply to: BizTalk Application Bloat #26047

    Nobody has any experience with such a large amount of applications within BizTalk? No pitfalls to watch out for?

    in reply to: Biztalk Server 2006 Training #26046

    Kapil-9008148987

    he is a good trainer

    Bangalore

    Kapil-9008148987

    he is a good trainer

    in reply to: Track messages by schema name #26039

    Hi Tamas, here's hopefully a useful link for you

    social.msdn.microsoft.com/…/a49fe8ac-5e8f-4760-8a90-26e7eb71b45d

    Thanks for taking the time to document this. That helped me solve my missing application mystery, too.

    in reply to: Antivirus at BizTalk Servers #26035

    What is wrong with File adapter???

    in reply to: Execute DTS Package on SQL 2008R2 #26034

    That is correct, xp_cmdShell is not allowed for security reasons

    The option to call a sql job is not good in my case because I am also looking to get a response back from sql.

    So, Yes I did go with the option of calling a stored procedure from C# within my orchestration. That works fine as well.

    Thank you

    Ajay

Viewing 15 posts - 361 through 375 (of 9,652 total)