Skip to main content
Solved

Invalid metadata for projection [Test] in odp-default-log

  • January 31, 2023
  • 2 replies
  • 228 views

Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • 1 reply

I created a test projection for investigation with 1 function and 1 action.

The function work but when deployed the action. Both will give the ODP_ILLEGAL_STATE error.

The action consists of a parameter Stream if I switch to parameter  Binary; there is no error.

 

What cause it to have invalid metadata and how to fix?

Also found a “Unsupported Operation Parameter Type STREAM” error in the log .

I am using  parameter Stream to save doc attachment. Thanks

 

IFS 10 update 13
 

 

 

 

 

Best answer by Mathias Dahl

This might be too technical and too hard to sort out here. I suggest you contact IFS or a partner to help out with whatever you are trying to do.
 

2 replies

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2903 replies
  • Answer
  • February 13, 2023

This might be too technical and too hard to sort out here. I suggest you contact IFS or a partner to help out with whatever you are trying to do.
 


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • 1 reply
  • February 14, 2023

Thanks Mathias.

 

I manage find out that Stream is not supported in Action parameter. Need to use Binary and it will generate FndTempLobStore to handle large parameter (Blob and Clob)