You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am currently trying to implement a simple NORM sender using the python APIs.
The idea is to just send some dummy data over a NORM_OBJECT_DATA.
What I did so far is to:
Create a NORM instance and a NORM session
Start a sender
Create dummy data and data info
Enque the data
The problem is that the code attached produces always the same error (regardless the size of data that I try to send):
Proto Fatal: NormObject::Open() error: object size exceeds FEC blocking and segmentation parameter capability
Proto Fatal: NormDataObject::Open() send object open error
Proto Fatal: NormSession::QueueTxData() object open error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am currently trying to implement a simple NORM sender using the python APIs.
The idea is to just send some dummy data over a NORM_OBJECT_DATA.
What I did so far is to:
The problem is that the code attached produces always the same error (regardless the size of data that I try to send):
Can anyone help me out on this?
Beta Was this translation helpful? Give feedback.
All reactions