I have followed these steps to solve this issue .
1. Execute this SQL statement
Select DEFAULTVER from PSMSGDEFN where MSGNAME = 'UR MSG NAME ' ,
IF the value of DEFAULTVER is empty .
2. Execute this SQL statement
UPDATE PSMSGDEFN SET DEFAULTVER = 'UR MSG VER. NO.' WHERE MSGNAME = 'UR MSG NAME' .
3. Commit.
4. Execute the Full Table Publish program EOP_PUBLUSHT.
1. Execute this SQL statement
Select DEFAULTVER from PSMSGDEFN where MSGNAME = 'UR MSG NAME ' ,
IF the value of DEFAULTVER is empty .
2. Execute this SQL statement
UPDATE PSMSGDEFN SET DEFAULTVER = 'UR MSG VER. NO.' WHERE MSGNAME = 'UR MSG NAME' .
3. Commit.
4. Execute the Full Table Publish program EOP_PUBLUSHT.
No comments:
Post a Comment