Hi, im trying to use this functoid to execute a sp.
I already set 2 parameters.
1 Parameter – Connection String.
D:\Runtime\Conn\EAI_Params.xml
This is what you can find in this xml
– <Root>
<ConnStr Value=”Data Source=D095NWSQDES01\SQLBIZ;Initial Catalog=EAI_Params;Integrated Security=SSPI” />
</Root>
I tried .udl and also writing the hole conection string.
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=EAI_Params;Data Source=D095NWSQDES01\SQLBIZ
2 Parameter – Name of my sp
CF_Timer_Update
And testing map using error extractor functoid ,i get this error.
System.NullReferenceException: Object reference not set to an instance of an object. at Disco.BizTalk.Functoids.DBFunktoids.DBFunk.RunStoredProcedureEx(String connectionString, String storedProcedureName, String parameterNames, String[] parameters).
Can someone help me out?
Thanks