MarkBird
2 years agoContributor III
Connector Rule - Object reference not set to an instance of an object
Hi
I always seem to get an "Object reference not set to an instance of an object" in the error log when I execute data loads that use connector rules.
The full error message is:
----------------------------------------
Exception Type: Unknown
Message: Object reference not set to an instance of an object.
Stack Trace:
at OneStream.Shared.Engine.XFTelemetryHelper.GetTaskActivityArgsInfo(SessionInfo si, TaskActivityArgs taskActivityArgs) in C:\agent\_work\411\s\Source\Shared\Engine\SharedEngineBase\UserActivity\XFTelemetryHelper.cs:line 55
The strange thing is that the data load is always successful... Does anyone know how to get rid of this error message?
Thanks,
Mark
If you are using multiple fields then I would do it as
Dim fieldValues as String() = args.line.split(",")
Then fieldValues(0) is first column and filed values(3) is 4th column.