Summary
App Portal requests are not getting updated due to a bug within ConfigMgr 1511/1602 where status messages are not getting updated for packages installed on client machines that are reporting to secondary sites.Symptoms
The "Waiting on Status" message gets displayed for requests within App Portal even though the package gets successfully installed on the client device. The request would eventually fail if no status messages are received from ConfigMgr.Cause
There's a bug within ConfigMgr 1511 and 1602 version where status messages are not getting updated for packages installed on client machines that are reporting to secondary sites.Resolution
The following queries can be run against ConfigMgr Database to determine if status messages are being returned to App Portal from ConfigMgr:Package Status Query
Step 1: Run the following SQL query against App Portal to determine the SCCM AdvertisementID. Replace the appPortalRequestID '111' with the specific AppPortal RequestID. Replace the machineName variable 'MYMACHINENAME' with the target machine name.
--Start of Query---
declare @appPortalRequestID as int
declare @machineName as nvarchar(15)
declare @advertID as nvarchar(255)
set @appPortalRequestID = '111'
set @machineName = 'MYMACHINENAME'
select @advertID = sta.AdvertID
from WD_SiteToAdvert sta
inner join WD_WebPackages wp on wp.PackageID = sta.PackageID
inner join wd_packagerequests pr on pr.packageid_fk = sta.packageid and pr.requesttype = sta.type
where pr.RequestID = @appPortalRequestID and sta.Type = 0
select @advertID as CMAdvertisementID
--End of Query---
Step 2: Run the following SQL query against the ConfigMgr database to get the status message. Replace the values for the machineName "MYMACHINENAME" with your machine name and also replace the advertid value "SA22001D" with the CMAdvertisementID returned from step 1. Note that there are two single quotes surrounding the machine name in the below query.
--NOTE: This only works for Pacakges
declare @p3 xml
set @p3=convert(xml,N'<L><I>SA22001D</I></L>')
exec sp_executesql N'SELECT StatusMessages.MachineName, StatusMessages.SiteCode, StatusMessageAttributes.AttributeValue AS AdvertID, StatusMessages.Time, OfferStatusInfo.MessageName, OfferStatusInfo.MessageState, OfferStatusInfo.MessageStateName, OfferStatusInfo.MessageID & 0x0000FFFF AS LastStatusID, StatusMessages.RecordID FROM StatusMessages INNER JOIN OfferStatusInfo ON StatusMessages.ID = OfferStatusInfo.MessageID INNER JOIN StatusMessageAttributes ON StatusMessages.RecordID = StatusMessageAttributes.RecordID WHERE (StatusMessageAttributes.AttributeID = 401) AND (StatusMessages.Type = 258) and StatusMessages.MachineName = ''MYMACHINENAME'' AND EXISTS (SELECT * FROM (select T.c.value(''.'',''nvarchar(255)'') as Id from @Ids.nodes(''/L/I'') T(c)) Ids where StatusMessageAttributes.AttributeValue = Ids.id) ORDER BY StatusMessages.Time DESC',N'@Ids xml',@Ids=@p3
--End of Query---
Was this helpful?
Related Articles
App Portal Website displays "The site is currently offline." 5Number of Views Add Machines/Users to Target List in App Portal When Using Request to Manual List Option During Checkout 5Number of Views "Object reference not set to an instance of an object" When Attempting to Access the App Portal Site 16Number of Views App Portal Error HTTP status 401: Unauthorized 18Number of Views Issues Resolved in App Portal 2017 R1 10Number of Views
Revenera Assistant
Online
Hi, I am Reva - Ask me anything.
Updates
No new updates
Chat
Home
Updates
/**/
Thanks for the feedback!
Your feedback has been saved.Rate this response:
1
2
3
4
5
Add Additional feedback ( Optional )
0/240
English
English
Language changed successfully
Something went wrong
Email sent successfully
Something went wrong
Case create successfully
Are you sure you want to cancel
the case creation?
Please select a product to submit the case.
Please select a product version to submit the case.
0/255
Upload Attachment
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to cancel the case creation?
Case closed successfully
File Upload
Maximum file size allowed is 3 MB.
File type not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
© 2026 Flexera Software. All Rights Reserved.
Case id: 00001065
Activity: Status change: 2 hours ago