Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Usagedata.cab does not contain Telemetry data

  • Thread starter Thread starter memihir
  • Start date Start date
  • Replies Replies 1
  • Views Views 10K
Status
Not open for further replies.

memihir

New Member
Messages
4
Reaction score
0
Points
1
Hi Guys,

I am trying to update SCCM offline. From version 1602 to 1702.
When using prepare with ServiceConnectionTool it works fine and creates cab file but when I try to use connect it gives following warning and error message before terminating.

Warning in the log file is Usagedata.cab signature could not be verified and Error says failed with status code Error and error code Unknown error. Usagedata.cab does not contain Telemetry data.

I tried quite a few articles on net but no answer found, any help with this would be appreciated.

Thanks
 
Solution
I had a similar problem when updating from 1702. turns out it was the command that was messed up

this is what i was running:
ServiceConnectionTool.exe -connect -usagedatasrc c:\temp\UsageData\usagedata.cab -updatepackdest C:\temp\UpdatePacks

the problem was that service connection tool didn't want the actual .cab file name, just wanted the directory

This command worked:
ServiceConnectionTool.exe -connect -usagedatasrc c:\temp\UsageData -updatepackdest C:\temp\UpdatePacks
I had a similar problem when updating from 1702. turns out it was the command that was messed up

this is what i was running:
ServiceConnectionTool.exe -connect -usagedatasrc c:\temp\UsageData\usagedata.cab -updatepackdest C:\temp\UpdatePacks

the problem was that service connection tool didn't want the actual .cab file name, just wanted the directory

This command worked:
ServiceConnectionTool.exe -connect -usagedatasrc c:\temp\UsageData -updatepackdest C:\temp\UpdatePacks
 
Solution
Status
Not open for further replies.

Forum statistics

Threads
7,186
Messages
28,048
Members
18,326
Latest member
landry

Trending content

Back
Top