| smawad 2005-10-03, 6:01 pm |
| Here is a breif description about what i am trying to do, and the error i am
getting........ i have an input file with records of this
nature......."1,12,123,1234". This record can occur an unbounded amount of
times. I am connecting an iteration functoid to the main node of the source
scema, and passing the iteration number to the scripting functoid. The
scripting functoid is taking that number, and subtracting 1. This is where i
run into problems.......i am attempting to pass the output of the scripting
functoid to the index functoid to pull a value of the previous record in the
file to compare to a value in the current record of the file. This is the
error i receive:
C:\BizTalkServer2004_Projects\Concur\Fid
elity557_to_ConcurOrgFile\OrgExport_to_O
rgLoadFIle_3.btm
XSL transform error: The variable or param
'http://schemas.microsoft.com/BizTalk/2003/var:v3' is either not defined or
it is out of scope.
Does anyone know what this error message means? I am fairly new to Biztalk
mapping, and am not sure what is causing this error.
|