Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
sql query to check package status:
SELECT v_Package.PackageID, Name, SiteCode, ServerNALPath, State, InstallStatus
from v_Package
join v_PackageStatusDistPointsSumm PSUMM on v_Package.PackageID=PSUMM.PackageID where PSUMM.State = 0
state 0 = Package installation complete
state 1 = Waiting to Install