Windows Server - Check Receive Location

Asked By ahmad.huntas
28-May-07 05:46 AM
i have a little problem which is that i have two receive location to
the adapter how i can check the receive location name from the
orchestration with the shape expression.
InboundTransportLocation
(1)
ReceiveLocation
(1)
ReceivePort
(1)
BTS
(1)
Location
(1)
Problem
(1)
Expressionmatch
(1)
Distinguished
(1)
  Saravana Kumar replied...
28-May-07 06:02 AM
I guess you can't get the ReceiveLocation name, it's bit strange but I was
in a similar situation before.

With the help of context properties you can only get the ReceivePort Name.

Regards,
Saravana Kumar
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[Please mark the response as "Answer" if it solves your problem.]
  Abh replied...
30-May-07 11:43 AM
We had a similar problem in whihc we distinguished using a regex  on the
actual recive folder path from the BTS.InboundTransportLocation property .

In the expression shape

Location = Message_1(BTS.InboundTransportLocation)

if Location1 has a regulat expressionmatch of type1 do something
if Location1 has a regulat expressionmatch of type2  do somthing .

Hope that Helps

Thanks
Abhilash




--
Abhialsh M S
help
want to give access to the ISA server with 2 NIC's from our remote location but in spite of defining Static Routing in that system with the above mentioned command i was unable to give access to the said system. User's of remote location wants to access all the server's at my location the problem is that theycan access all the system's with either Static Routing defined want to give access to the ISA server with 2 NIC's from our remote location but in spite of defining Static Routing in that system with the above mentioned command i was unable to give access to the said system. User's of remote location wants to access all the server's at my location the problem is that theycan access all the system's with either Static Routing defined want to give access to the ISA server with 2 NIC's from our remote location but in spite of defining Static Routing in that system with the above mentioned command i was unable to give access to the said system. User's of remote location wants to access all the server's at my location the problem is that theycan
at the office, mostly smoke. I have had to move the server to a temporary location. The original connection was via DSL. The server has 2 NICs, one for the DSL our office will be located and then find out what service is available at that location. At the moment, I need to get our email server back on line so some Transfer-Encoding: quoted-printable So is your server and internet connection in a different physical = location from where it was before the fire? I'm still a bit unclear about this the office, mostly smoke. I have had to move the = server to = 20 a temporary location. The original connection was via DSL. The server = has 2 = 20 NICs, one for the Content-Transfer-Encoding: quoted-printable charset = 3Diso-8859-1"> connection in a = 20 different physical location from where it was before the = fire?< / FONT> < / DIV> setup. . .do = 20 you assign a office, mostly smoke. I have had to move the server = to <BR> a = 20 temporary location. The original connection was via DSL. The server = has 2 = 20 a = 20 static <BR 3D = = 3D = 3D = 3D So is your server and internet connection in a different physical = location from where it was before the fire? I'm still a bit unclear about this the office, mostly smoke. I have had to move the = server to = 20 a temporary location. The original connection was via DSL. The = server has 2 = 20 NICs, one for the
Windows Server bts.inboundtransportlocation question I have a question regarding the bts.inboundtransportlocation variable that can be read for a message in an orchestration. The scenario is as receive locations on a port and is decrypted and placed into the HIPAA pickup file location. The HIPAA adapter then picks up the file and the process continues to the orchestration once the file is converted to XML and coverted to a canonical shape. Does the bts.inboundtransportlocation variable have the receive location of the receive location that directly activated the orchestration, or of the original receive location
com / MSDN / default.aspx?ForumGroupID = 398&SiteID = 1 If it is the BaseEDI adapter, the BTS.InboundTransportLocation, you can create a seperate message and assign the context property into the data of the following: tempXML = new System.XML.XmlDocument(); tempXML.LoadXML("<ns0:Root xmlns:ns0 = \ http: / / InboundTransport \ > <InboundTransportLocation> "+inboundMsg(BTS.InboundTransportLocation)+"< / InboundTransportLocation> < / ns0:Root> "); senderID = tempXML; In the map you will need to extract the information that ISA06:ISA05:GS02 Hope that this helps Eric http: / / blog.biztalk-info.com le Msg(BTS.InboundTransportLocation)+"< / In = ADboundTransportLocation> < / ns0:Root = text - Using the base adapter. I will try that in an