Showing posts with label System does not support setup 'continuous' of number sequence. Show all posts
Showing posts with label System does not support setup 'continuous' of number sequence. Show all posts

Wednesday, 13 March 2013

System does not support setup 'continuous' of number sequence

Solution:

Some functions need to be called with a transaction processing.So just try using ttsbegin and ttscommit for the fuction call which is issuing the error.
Mostly issued while using the number sequence.

E.g:

ttsbegin;

// statements giving error

ttscommit;