Write to Datastore entity is not writing value to table

Certified Senior Developer

Hi 

I am trying to write data to a table using write to datastore entity . In production environment, some of the instance is not working as expected. Nodes are getting executed successfully but not writing in db. If i restart the particular node it works.

Anyone faced this issue? What could be the issue?

Please help.

Thanks in advance 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    If the node completed successfully the first time,
    1. check the stdout log for info on the action

    2. make sure you are capturing outputs on the node to see if success without error and value was returned (like the new PK if increment)

    3. check the pv history, did the pv have a value before that write to ds was executed

    I would start there...

Reply
  • 0
    Certified Lead Developer

    If the node completed successfully the first time,
    1. check the stdout log for info on the action

    2. make sure you are capturing outputs on the node to see if success without error and value was returned (like the new PK if increment)

    3. check the pv history, did the pv have a value before that write to ds was executed

    I would start there...

Children
No Data