More info:
* Using SCCM 2016, Server 2016
* On initial creation of the package, I was getting errors at the end (finishing/saving the package).
The errors led me to things like this in the log:
*** insert SMSPackages (PkgID, Name, Version, Language, Manufacturer, PreDownloadRule, Description, ISVString, Hash, NewHash, Source, SourceSite, StoredPkgPath, RefreshSchedule, LastRefresh, StoredPkgVersion, ShareName, PreferredAddress, StorePkgFlag, ShareType, HashVersion,Architecture, ImagePath,Permission, UseForcedDisconnect, ForcedRetryDelay, DisconnectDelay, IgnoreSchedule, Priority, PkgFlags, MIFFilename, MIFPublisher, MIFName, MIFVersion, SourceVersion, SourceDate, SourceSize, SourceCompSize, ImageFlags, PackageType, AlternateContentProviders, SourceLocaleID, TransformReadiness, TransformAnalysisDate, UpdateMask, UpdateMaskEx, Action, DefaultImage) values (N'WEB0000B', N'Install fonts 2017', N'', N'',N'',N'',N'',N'',N'',N'',N'\\websilk.local\dfs\Resources\fonts library\!2017',N'WEB',N'',N'',N'04/10/1970 06:35:00', 0, N'',N'', 2, 1, 1, N'', N'', 15, 0, 2, 5, 0, 2, 16777216, N'',N'',N'',N'', 1, N'10/01/2017 21:59:02', 0, 0, 0, 0, N'', 1033, 0, N'1980/01/01 00:00:00', 0, 0, 2, 0) $$<SMS Provider><10-02-2017 08:59:02.480-660><thread=5784 (0x1698)>
*** [23000][515][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'SEDOComponentID', table 'CM_WEB.dbo.SMSPackages_G'; column does not allow nulls. INSERT fails. : tr_SMSPackages_ins $$<SMS Provider><10-02-2017 08:59:02.481-660><thread=5784 (0x1698)>
~*~*~[23000][515][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'SEDOComponentID', table 'CM_WEB.dbo.SMSPackages_G'; column does not allow nulls. INSERT fails. : tr_SMSPackages_ins ThreadID : 5784 , DbError: 515 , Sev: 16~*~*~ $$<SMS Provider><10-02-2017 08:59:02.481-660><thread=5784 (0x1698)>
~*~*~e:\cm1702_rtm\sms\siteserver\sdk_provider\smsprov\ssppackage.cpp(1116) : CSspPkgProgram: DISTSRC_SQL_ERROR~ SQL Error: [23000][515][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'SEDOComponentID', table 'CM_WEB.dbo.SMSPackages_G'; column does not allow nulls. INSERT fails. : tr_SMSPackages_ins~*~*~ $$<SMS Provider><10-02-2017 08:59:02.482-660><thread=5784 (0x1698)>
~*~*~CSspPkgProgram: DISTSRC_SQL_ERROR [23000][515][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'SEDOComponentID', table 'CM_WEB.dbo.SMSPackages_G'; column does not allow nulls. INSERT fails. : tr_SMSPackages_ins~*~*~ $$<SMS Provider><10-02-2017 08:59:02.483-660><thread=5784 (0x1698)>
Something about not inserting into "SEDOComponentID" column. Rebooting the SCCM server worked to make this work, to the point where I'm stuck at.
Now, trying to create a 2nd package (install fonts), is giving the same error messages on trying to create the package...