cancel
Showing results for 
Search instead for 
Did you mean: 

Error While using Code stage

PrasadM
Level 3
Hi, I m trying use Code block for finding a string match in Excel, Added the required namespace and libraries and there is no ERRORS encountered in code block ie No Compilation error in code block but while executing "Object reference not set to instance of object "error messege is found help would be appreciated . Thanks in Advance
1 REPLY 1

jgreaves2
Level 4
Hi Prasad, The error you are experiencing could be a couple of things. Try the following: 1) If this occurs on the first time running it from a development, try doing a simple refresh. See if that solves it 2) If the input parameters feeding into the code stage are populated by a single Data Item, ensure that there is a data type stipulated. 3) If the input parameters are fed from a Collection, ensure that this collection is populated. Let me know how you get on. Thanks, James