Hi,
Created a Realtime SDI flowgraph, with one to one transformation like
Source table -> Filter -> Hana Table
and executed using the statement CALL Proc.
got error on specific column as "max length violated" This got failed due to wrong mapping in flowgraph.
Modified the flowgraph with correct mapping, when I am trying to save(activate) the flowgraph this is the issue I am getting.
[02:05:08] Error while activating /rg/Data/FG_ELL_MSF000_DC0001.hdbflowgraph:
[rg.Data:FG_ELL_MSF000_DC0001.hdbflowgraph] sql processing error: DROP: ergon.Data::FG_ELL_MSF000_DC0001_RS: stopSubscription failed for remote subscription rg.Data::FG_ELL_MSF000_DC0001_RS. exception 151053: CDC stop subscription failed: Invalid session id
: line 1 col 1 (at pos 0)
can anyone suggest how to activation the flowgraph after modification.