Tuesday, 29 June 2021

AWS Certification Path and training material

 AWS Certification Path and training material


1. Go to through whitepaper.

2. Go through online dumps.

3. Go through faq's on aws site 


Monday, 28 June 2021

BMXAA5654I - Package preview or deploy is in progress

 2 ways resolve :-

your package in inprogress either update it or set deploy in progress

select * from dmpkgstatus where status ='DEPLOY_INPROGRESS' ;


or select * from maximo.DMPACKAGE where 

status='DEPLOY_INPROGRESS' ;


1. find you latest package and either udpate it from db using query 

UPDATE MAXIMO.dmpkgstatus SET STATUS='DEPLOYED' WHERE  status ='DEPLOY_INPROGRESS' ;


or click on continue deploymed in migration manager.