Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== CheckIn/CheckOut Tip (Functions/Subroutines/Programs,Performance) ====== ====== ====== ==== Created at 12 MAY 1997 02:03PM ==== **CheckIn****/CheckOut** ** ** If you have an entity that is "checked out" and you can't check it back in you need to manually clear the Check out flag. The easiest way to do this is from the system monitor. The command syntax is: RUN REPOSITORY "CHECKIN" , "full entity name" , 1 , 0 The easiest way to get the full entid is to click the Check button in the application manager to display the entities that are checked out. At the top of the application manager there is a push button that has a Check mark on it, if you click on it only the entities that are checked out are displayed. For example, if you had checked out a BMP entry called TRASH the command would be: RUN REPOSITORY "CHECKIN" , "SYSPROG*IMAGE*BMP*TRASH" , 1 , 0 This will reset the entity status to checked in and you will now be able to modify and use the entity. kb/kb_articles/kb0095.txt Last modified: 2024/01/30 13:36by 127.0.0.1