I can't seem to get the Self-Routing sample working. I'm using BizTalk
Server 2002 Enterprise Edition, I ran the SetUp.vbs script in the
BizTalk\SDK\Messaging Samples\Self-routing directory and it supposedly
worked. The script didn't ask me anything (no prompts) about Home
Organization name or anything similar.
It DID create all directories (data...), copy files (csv, skv, ), 2
ports, 3 channels, 3 organizations, 3 document definitions, 1 envelope
and 1 receive function. The receive function was "not-open", the
envelope was set, and the destination organization was incorrectly set
to "Home organization", which didn't exist in the database, so I
manually set it to my default organization. This didn't correct the
problem though, I still got this error:
The server could not find any channels that matched this document. See
the Event Log for more information.
The event log was, as usual, more descriptive:
An error occurred in BizTalk Server.
Details:
------------------------------
[0x0112] No channels matched the input criteria. Verify that a
messaging port and a channel exist, and that they match the following
fields:
Source qualifier: "10"
Source identifier value: "NWB"
Source document name: "NWBPO"
Destination qualifier: "OrganizationName"
Destination identifier value: "Agito"
Also verify that any expressions specified for the channels are
compatible with this document.
[0x014e] No channel that corresponds to the parameters has been
specified.
[0x1730] Suspended Queue ID: "{EDD4C59B-AC86-4EA9-A36C-A0D1632F9BA4}"
I checked the port settings, and it was set up to an application
(XLANG schedule). Seems logical enough, but where does the
Organization ID come in? I couldn't set it anywhere in Messaging
Manager, so I guess this is the reason why the receive function cannae
find the correct channel - no port matches the organization. Am I
right here? And if I am, what can I do to make the sample to work?
TIA.
YogiBaar
You have changed the value default of the default (Home Organization)
Organization's Identifier to ...
>> > Destination identifier value: "Agito"
... "Agito"
Change it back to ""Home Organization" and it should work
HTH
"YogiBaar" <gsva...@yahoo.com> wrote in message
news:f0068914.03052...@posting.google.com...