Quantcast
Channel: Lepa's blog
Viewing all articles
Browse latest Browse all 20

How to resubmit on Integration Broker message with DONE status

$
0
0

Go To subscription node in PeopleTools >> Integration Broker >> Monitor Integrations >> Sub Contracts and get teh the PUBID of the message in DONE status

For PT 8.47 and lower run the below SQL to verify that the message status is DONE
select * from PSAPMSGSUBCON where PUBID=;

Then run the update below:
update PSAPMSGSUBCON set STATUSSTRING='CNCLD', RETRYCOUNT=0, SUBCONSTATUS=8 where PUBID=;

For PT 8.48 and higher, run the below SQL to verify that the message status is DONE
select * from PSAPMSGSUBCON where QUEUESEQID=;

read more


Viewing all articles
Browse latest Browse all 20

Latest Images

Trending Articles



Latest Images