|
Home > Archive > BizTalk Server > November 2005 > btm1010
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Paul Somers 2005-11-10, 7:50 am |
| Hi,
Has anyone seen this when compiling a map that uses a scripting functoid?
error btm1010: the "Scripting" functoid has 3 input parameter(s), but 0
paraneter(s) are expected.
Ah, it does need 3 inputs and they are defined, this started happining on a
map that compiled fine. No amoutn of restarting vstudio makes a difference.
Paul.
| |
| Marvin Smit 2005-11-14, 7:48 am |
| Hi,
i've 'seen the BT'04 code which deals with this' and must say some
pieces where brittle.
Are you using comments in your script?
something like
function /* Yeah, comments are good */ ExecuteFunction( /* first param
*/ String param1, String param2, String param3)
will break the internals.
Hope this helps,
Marvin Smit.
On Wed, 9 Nov 2005 14:16:57 -0000, "Paul Somers" <paul@somers.com>
wrote:
>Hi,
>
>Has anyone seen this when compiling a map that uses a scripting functoid?
>
>error btm1010: the "Scripting" functoid has 3 input parameter(s), but 0
>paraneter(s) are expected.
>
>Ah, it does need 3 inputs and they are defined, this started happining on a
>map that compiled fine. No amoutn of restarting vstudio makes a difference.
>
>Paul.
>
|
|
|
|
|