When troubleshooting SMB issues, especially if you encounter the error SMB SessionError: STATUS_OBJECT_NAME_NOT_FOUND (The object name is not found) during device inventory or scanning, the cause is often either a network access issue or an SMB configuration problem. Use the steps below to confirm connectivity, check SMB status, and ensure the required protocol is enabled.
Step 1: Test connectivity with RN150
- In the RN150 Interfaces section, select the TCP connectivity check option.
- Enter the IP address and SMB port of the target device (typically port 445).
- If the test result is “Success”, SMB traffic is reaching the server.
- If the test fails, review network access restrictions (firewall rules, routing, or local server policies) to allow SMB traffic between the RN150 and the remote server.
Step 2: Confirm SMB status on the server
If connectivity is successful, verify that SMB is enabled on the target server.
- Open PowerShell on the server.
- Run the following commands:
Get-SmbServerConfiguration | Select EnableSMB1Protocol
Get-SmbServerConfiguration | Select EnableSMB2Protocol
Get-SmbServerConfiguration | Select EnableSMB3Protocol
Each command returns True (enabled) or False (disabled) for SMB1, SMB2, and SMB3.
Step 3: Enable SMB if required
If any SMB version you need is disabled, enable it using PowerShell:
- Enable SMB1
Set-SmbServerConfiguration -EnableSMB1Protocol $true
- Enable SMB2
Set-SmbServerConfiguration -EnableSMB2Protocol $true
- Enable SMB3
Set-SmbServerConfiguration -EnableSMB3Protocol $true
TIP: By default, SMB 3 is the preferred version, but all versions (1, 2, and 3) are supported. The session will utilize the highest protocol version available on the server, ensuring compatibility with clients and applications.
For additional guidance, see Microsoft’s official documentation: Microsoft Documentation: Detect, Enable, and Disable SMB v1, v2, and v3.
Related Articles
Check if High Availability has been enabled for SQL 260Number of Views Why is date checking and LM_A_CHECK_BADDATE not enabled by default? 10Number of Views AWS connector running on a beacon installed on an EC2 instance fails with a "(401) Unauthorized error" when IMDSv1 is disa… 4Number of Views Unable to perform Online Activation even after having an internet connection on the machine where AdminStudio is installed 8Number of Views Known Issue: "Agent Installed" flag on discovered device records may appear as "No" even if the agent is installed (IOJ-18… 5Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
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. | |
Case id: 00001065
Activity: Status change: 2 hours ago