Running the 64-bit Code Converter (Release 9.2.3)
In my older post JDE 64 BIT Support, i mentioned that we have to move to 32 bit first and then we need to go for 64 bit. When we do an upgrade for 64 bit, system will do conversion of objects to 64 bit when you run the package build for the first time. We can also run this conversion manually using an UBE: R9664CONV before submitting the build.
To run the 64-bit code converter:
- Go to Batch Versions to run the UBE R9664CONV.
- Select Row, then Processing Options.
- Specify values for these parameters:
- Process Mode
0 = Path code. Include and source files in the repository (F98780R) table are converted to include64 and source64 files.
1 = Local. Local include and source directories are converted to include64 and source64 directories.
- Path Code
Specify the path code to convert. - Ignore 64Bit Pathcode Flag
Blank = Do not ignore.
'1' = Ignore. - When the process finishes, it sets a field in the F00942T table to '1' to indicate that this path code has been converted. If you need to rerun this UBE, then use '1' to ignore this setting in the field. Use this processing option to override an existing setting
reference: Oracle Documentation
Comments
Post a Comment