Jump to content

Error when running IronPython script - "ValueError: The column 'CALIPERX_id' does not exist in the collection."


Dariy Yerlan

Recommended Posts

Hi,

Could you please help me faster to fixed this erorr,

KE02-06

Traceback (most recent call last):

File "Spotfire.Dxp.Application.IronPython20", line unknown, in ExecuteForDebugging

File "", line 264, in

File "", line 210, in update_tables_of_well

File "Spotfire.Dxp.Data", line unknown, in get_Item

ValueError: The column 'CALIPERX_id' does not exist in the collection.

System.ArgumentException: The column 'CALIPERX_id' does not exist in the collection.

at Spotfire.Dxp.Data.DataColumnCollection.get_Item(String name)

at _stub_$3719##3719(Closure , CallSite , Object , String )

at Microsoft.Scripting.Actions.MatchCaller.Call2[T0,T1,TRet](Func`4 target, CallSite site, Object[] args)

at Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[] args)

at Microsoft.Scripting.Actions.UpdateDelegates.Update2[T,T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)

at update_tables_of_well$3704##3704(Closure , Object )

at Microsoft.Scripting.Actions.MatchCaller.Call3[T0,T1,T2,TRet](Func`5 target, CallSite site, Object[] args)

at Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[] args)

at Microsoft.Scripting.Actions.UpdateDelegates.Update3[T,T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)

at $3696##3696(Closure , Scope , LanguageContext )

at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)

at Spotfire.Dxp.Application.IronPython20.IronPythonScriptEngine.ExecuteForDebugging(String scriptCode, Dictionary`2 scope, Stream outputStream)

Link to comment
Share on other sites

Hello,

 

Without access to your IronPython script or the data it operates on it's difficult to say, but from the error, it's expecting the column 'CALIPERX_id' to be available where it isn't so you might want to start your investigation there.

For further assistance, if the analysis or (at least the IronPython script and data it operates on) isn't sensitive, consider posting it here - otherwise, I would recommend opening a support case in the Support portal - https://support.tibco.com.

 

Best Regards

Fredrik

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...