Software Asset Workspace not installing with plugin and activation in Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 06:38 AM
I'm trying to set up my PDI for Software Asset Management workspace with Demo Data.
I have installed the Software Asset Management Professional plug-in and activated it and it says it's successful.
However, no Software Asset Workspace is appearing under Workspace.
Can anyone help?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 02:56 AM
✅ Step-by-Step Fix
🔹 1. Install the “Software Asset Workspace” Plugin
Installing just the SAM Professional plugin does not automatically install the Workspace. You need to manually install the “Software Asset Workspace” plugin.
To do this:
Go to System Definition > Plugins
Search for:
🔍 Software Asset WorkspaceInstall this plugin:
Name: Software Asset Workspace
ID: com.snc.saw
⚠️ The plugin might show up as part of Store apps. If you don’t see it, try going to System Applications > All Available Applications > All, and search again.
🔹 2. Install Demo Data (Optional but helpful)
To get a working demo setup:
Navigate to:
System Definition > PluginsSearch for:
🔍 Software Asset Management Foundation - Demo DataInstall it.
This loads example publishers, entitlements, licenses, and software models — super helpful for learning & testing.
🔹 3. Check Roles
Ensure your user (admin or otherwise) has the necessary roles to access the workspace:
sam_admin
x_sam_saw.user
workspace_admin (if needed)
If not, go to your user record and manually add them.
🔹 4. Clear Cache / Re-login
Once installed:
Log out and log back in.
Or, navigate to /spacer in your browser (this is the Workspace landing page).
You should now see Software Asset Workspace under Workspaces or Next Experience App Shell.
🔹 5. Access It Manually (if it's still not showing)
Try opening the workspace directly:
Hope the answer has helped you, please mark the answer correct/helpful. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 03:51 AM - edited 04-16-2025 03:56 AM
Unfortunately, it doesn't help anyone if you blindly post ChatGTP content here that is unfortunately incorrect. A few of the mentioned plugins, groups and names mentioned here do not exist in context of SAM Pro. Please update your post as it offers the questioner/community no added value and contains false information.
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 07:02 AM
I came across this post and I was able to get the Software Asset Workspace installed on my Yokohoma Developer Instance.
How to run background scripts.
Under All, Search for - Background to open the scripting tool to run scripts. Copy and paste the script below and click Run. You will need to "Refresh Instance" for the instance to reboot to see the changes.
var plugins = []; plugins.push('com.sn_sam_workspace'); var main = new GlideMultiPluginManagerWorker(); main.setPluginIds(plugins); main.setProgressName("Plugin Installer"); main.setBackground(true); main.start();