We have had a case open with INFOR support for over a month. We have issues that our MSCM users will go into inactive mode or orders go into pending. Until INFOR support figures something out we have to stop and start MSCM to complete normal uploads to completed and have to run SQL statement directly into ORACLE here is example of SQL we have to run
update MSCUSER.USERS set added_to_msc='Y' where user_id=1001;
update MSCUSER.USERS set added_to_msc='Y' where status='I';
update MSCUSER.USERS set status='A'where user_id=1001;
update MSCUSER.USERS set status='A' where added_to_msc='Y';
Has any one else had an issue like this. We are on AIX 7.1 MSCM version 10.1.8.8 needed to upgrade for imndow10 support of MSCM Lawson apps 10.0.9. I am thinking it is sync that is wrong because at times I see LAWSON+USER with 84 records and other time see java error and abort sync. INFOR has several logs when this happens