Issue while performing People Tools 8.51 Upgrade May 24, 2011
Posted by Nilotpal Mrinal in PeopleSoft, Uncategorized.Tags: People Tools Upgrade, PeopleSoft, PeopleSoft Upgrade
10 comments
Currently I am doing an application Upgrade from FSCM 8.9 to 9.1. As part of that we are upgrading Tools from 8.48 to 8.51.
While running DBTSFIX.sqr, we faced this error -
SQR 1500: (SQR 1500) Array element out of range (32767) for array ‘a_dbts_list’ on line 125.
We tweaked the sqr as below -
Locate the create-array name=a_DBTS_list statement in sqr.
Update the size of the array to 131070 (double the delivered size of 65535).
This help us run the sqr successfully. Oracle validated the fix later.
I hope this will help folks who are upgrading to Tools 8.51.