Dollar Universe shutdowns automatically on OS/400 (AS400 / iSeries) while performing the Online Reorganization with the error " reorganization error: Rename dta file error. stopping"
| 2020-09-02 09:19:36 |ERROR|X|IO |pid=53625.442| u_move_file | u_move_file error
| 2020-09-02 09:19:36 |ERROR|X|IO |pid=53625.442| u_trt_req_rgz | u_fmsp60 reorganization error: Rename dta file error. stopping...
| 2020-09-02 09:19:36 |INFO |X|IO |pid=53625.442| o_io_on_purge | Next IO purge date ^2020090309183600!.
| 2020-09-02 09:19:51 |INFO |A|CDJ|pid=53638.248| u_cdj_main | End of CDJ server
| 2020-09-02 09:43:23 |ERROR|X|uni|pid=60696.558| owls_connect_auth | k_connect_auth_timeout(COMPANY/SIO) returns error ^200!
The stop / start of the node does not fix the problem and occurs again the following day,
Release : 6.x
Component : DOLLAR UNIVERSE
Unknown problem on the Dollar Universe temp subfolder files.
On this case, the issue was linked to an issue with the files u_fmsp60.dta or u_fmsp60.idx that could not be created or moved from the temp subfolder to the data/exp folder.
To fix the issue, please apply the following procedure:
1. Stop the node
2. Empty the temp folder
3. Launch an offline reorganization
Example of the procedure:
-- Load the environment
UNIENV
-- Stop Dollar Universe (not the subsystem)
UNISTOP
-- check that all processes are down using:
WRKACTJOB
-- delete the content (all the files) from the IFS subfolder temp of the node
-- Run the offline reorg command:
UNIREORG CONFIRM(*YES)
-- Wait the end of the unireorg job using wrkactjob command.
-- Start again Dollar Universe
UNISTART