A new Flexera Community experience is coming on November 25th. Click here for more information.
We're trying to complete a bulk import of existing SCCM entries into App Portal. We're using the Powershell script as provided by our Flexera technician. When we run the script, all appears well..no errors.
After reviewing he content within the AppPortal console, all of the apps we imported have a status "Type " of 'General' rather than showing "Application" in our situation. There is also no information under the "Deployment>ConfigMgr" tab of the catalog entry.
I reviewed the bulkimport.log and the only difference between our log entries and a sample that we completed with the Flexera tech a couple months back is the following 2 lines do NOT appear on our import attempts. No error messages
"Adding SCCM Application to catalog item 219"
"Successfully Added SCCM Application"
thank you.
Apr 08, 2020 07:18 AM
Apr 13, 2020 10:10 AM
What web service API calls are being made by your powershell script, with regards to creation of a catalog item and deployment.. I think that we will need to narrow this down to a specific API call, before we can assist. There has been very little in the way of changes to the API, so perhaps this is a problem with the inputs? if I know what APIs you are calling, I can test them out quickly in my environment.
Apr 10, 2020 10:55 AM - edited Apr 10, 2020 10:55 AM
I believe the current version of our bulk import script looks for application ID or package/program information in the CSV template and, if not found, creates a general catalog item. Did you populate all of the required columns for either applications or package/programs? If so, if you step through the script in debug mode, do you see it successfully reading that data in from the template? One common problem is if the column names in the template don't match what the script is expecting. Make sure you haven't renamed any of the columns, or if you have, make sure you modify the appropriate lines in the script to match the new names.
Apr 13, 2020 08:50 AM
Apr 13, 2020 10:10 AM