Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Craziest error message in the world

Craziest error message in the world

Scheduled Pinned Locked Moved The Lounge
helpcollaborationquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GlobX
    wrote on last edited by
    #1

    So I've been having BizTalk woes - it's no surprise as I've never used it before and have no BizTalk masters (or experts, or journeymen or novices...) in the office. Today I finally thought I was having a breakthrough - I got it down to one compile error! Excited, I open my error list to find what is is, hoping it's a namespace I forgot to change, or a missing semi-colon, and I find this:

    "you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port"

    Wow. I mean, wow. I think whoever wrote that error was TRYING to make it impossible to understand - seems like quite an art to come up with that much BS in one error message. So I begin Googling, asking help from team-members for sanity checks, etc. Four hours later: I have my mentor beside me making me explain the problem to him. I end up opening an old orchestration that worked and comparing it with my current one. It turns out all I had to do was change the Activate property on my Receive shape from "False" to "True". I didn't even know that property existed let alone see a use for it. I also don't see why the error message needed to be so bloody convoluted! Why not just say "remember to activate the receive shape ya fool!" I need home time.

    OriginalGriffO Mike HankeyM 2 Replies Last reply
    0
    • G GlobX

      So I've been having BizTalk woes - it's no surprise as I've never used it before and have no BizTalk masters (or experts, or journeymen or novices...) in the office. Today I finally thought I was having a breakthrough - I got it down to one compile error! Excited, I open my error list to find what is is, hoping it's a namespace I forgot to change, or a missing semi-colon, and I find this:

      "you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port"

      Wow. I mean, wow. I think whoever wrote that error was TRYING to make it impossible to understand - seems like quite an art to come up with that much BS in one error message. So I begin Googling, asking help from team-members for sanity checks, etc. Four hours later: I have my mentor beside me making me explain the problem to him. I end up opening an old orchestration that worked and comparing it with my current one. It turns out all I had to do was change the Activate property on my Receive shape from "False" to "True". I didn't even know that property existed let alone see a use for it. I also don't see why the error message needed to be so bloody convoluted! Why not just say "remember to activate the receive shape ya fool!" I need home time.

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      I don't see the problem: the error message is pretty clear. Lest take a look in detail at what it is saying.

      You

      Indicates the person you should take remedial action. Polite, and specific!

      must

      This is compulsory, the action must be taken before processing can be completed.

      specify

      Identify, locate.

      at least one

      Minimum quantity required.

      already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port

      Obvious, really, I'm sure. I lost interest in the message at this point, I admit. But I'm sure it is a clear as the start was!

      Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        I don't see the problem: the error message is pretty clear. Lest take a look in detail at what it is saying.

        You

        Indicates the person you should take remedial action. Polite, and specific!

        must

        This is compulsory, the action must be taken before processing can be completed.

        specify

        Identify, locate.

        at least one

        Minimum quantity required.

        already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port

        Obvious, really, I'm sure. I lost interest in the message at this point, I admit. But I'm sure it is a clear as the start was!

        Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

        1 Offline
        1 Offline
        1 21 Gigawatts
        wrote on last edited by
        #3

        :laugh: Gave me a good belly laugh this morning! Thanks! :thumbsup:

        "Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick." ~ Garth Algar "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." ~ Paul Neal "Red" Adair

        OriginalGriffO 1 Reply Last reply
        0
        • 1 1 21 Gigawatts

          :laugh: Gave me a good belly laugh this morning! Thanks! :thumbsup:

          "Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick." ~ Garth Algar "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." ~ Paul Neal "Red" Adair

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #4

          I live but to serve! :-D

          Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          1 Reply Last reply
          0
          • G GlobX

            So I've been having BizTalk woes - it's no surprise as I've never used it before and have no BizTalk masters (or experts, or journeymen or novices...) in the office. Today I finally thought I was having a breakthrough - I got it down to one compile error! Excited, I open my error list to find what is is, hoping it's a namespace I forgot to change, or a missing semi-colon, and I find this:

            "you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port"

            Wow. I mean, wow. I think whoever wrote that error was TRYING to make it impossible to understand - seems like quite an art to come up with that much BS in one error message. So I begin Googling, asking help from team-members for sanity checks, etc. Four hours later: I have my mentor beside me making me explain the problem to him. I end up opening an old orchestration that worked and comparing it with my current one. It turns out all I had to do was change the Activate property on my Receive shape from "False" to "True". I didn't even know that property existed let alone see a use for it. I also don't see why the error message needed to be so bloody convoluted! Why not just say "remember to activate the receive shape ya fool!" I need home time.

            Mike HankeyM Offline
            Mike HankeyM Offline
            Mike Hankey
            wrote on last edited by
            #5

            GlobX wrote:

            I also don't see why the error message needed to be so bloody convoluted! Why not just say "remember to activate the receive shape ya fool!"

            That would make to much cents and they are not in business to make cents but dollars and plenty of them so how can they do this make themselves indispensable. i.e. Job security!

            Semper Fi http://www.hq4thmarinescomm.com[^]
            www.jaxcoder.com[^] WinHeist

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups