Tuto - Uninstall SilverDev

Tuto - Uninstall SilverDev

To uninstall SilverDev, depending on the installed version, it may exist a program to call to remove all items automatically:

Automatic uninstall

1. Logon as QSECOFR

2. Add SILVERDEV to the library list: ADDLIBLE SILVERDEV

3. CALL SDUNISNT (follow instructions displayed)

Manual uninstall

If the program doesn’t exist on your system, here is the process to manually remove SilverDev:

1. Logon as QSECOFR

2. Add SILVERDEV to the library list: ADDLIBLE SILVERDEV

3. Stop SilverDev server: ENDSVD

4. Wait at least 60 seconds to make sure the server is fully stopped

5. Start SQL console: STRSQL

  • 5.1 Remove TCP server information : DELETE FROM QUSRSYS/QATOCSTART WHERE SERVER = '*SILVERDEV'
  • 5.2 Quit SQL (F3) to return to command line

6. Delete Demo objects library: DLTLIB SILVERDEMO

7. Delete SilverDev library: DLTLIB SILVERDEV

8. Delete Silverdev directory:

  • 8.1 If your IBM i version is 6.1 or upper: RMVDIR DIR('/SILVERDEV') SUBTREE(*ALL)
  • 8.2 If your IBM i version is V5R4 or lower:
    • 8.2.1 Start a QSH session: STRQSH
    • 8.2.2 type: rm -R /SILVERDEV
    • 8.2.3 press Enter and wait until the prompt come back ($ sign)
    • 8.2.4 Quit QSH: F3

9. Delete SilverDev templates library: DLTLIB SILVERTPL (note -> this library may not exist on your system)

10. Delete SVDSVR user profile: DLTUSRPRF USRPRF(SVDSVR) OWNOBJOPT(*DLT)

Back to list