I'm new to BT2006 and have run into a slight problem. I've written an Orch with an Expression Shape.
In the Shape is the floowing code to set a dynamic port
//Set FileName
SupplierCode = System.Convert.ToString(POIn(PSSSchemas.PropertySchema.SupplierCode));
OrderNumber = System.Convert.ToString(POIn(PSSSchemas.PropertySchema.BuyersOrderNumber));
This works… POOutPort(Microsoft.XLANGs.BaseTypes.Address)= "FILE://C:/POBiztalk/OUT/" + SupplierCode + "/O" + OrderNumber + ".xml";
This Doesnt…POOutPort(Microsoft.XLANGs.BaseTypes.Address)= "FILE://PSS04787/POBiztalk/OUT/" + "/O" + OrderNumber + ".xml";
PSS04786 is a network drive.