Skip to content

Commit

Permalink
Merge pull request SkylineCommunications#3906 from SkylineCommunicati…
Browse files Browse the repository at this point in the history
…ons/41068

RN 41068
  • Loading branch information
MariekeGO authored Nov 12, 2024
2 parents 262c4a7 + 44c2b52 commit 3845342
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The procedures below can be used to retrieve data from a DataMiner System. Howev
- [Inspecting the parameter notification queue](xref:SLNetClientTest_Inspecting_the_parameter_notification_queue)
- [Inspecting the SLNet event subscriptions](xref:SLNetClientTest_viewing_connection_details)
- [Inspecting the stack sizes in SLNet](xref:SLNetClientTest_Inspecting_the_stack_sizes_in_SLNet)
- [Querying the assembly resolution hint paths](xref:SLNetClientTest_query_hint_paths)
- [Requesting a list of active merge actions for a protocol](xref:SLNetClientTest_active_merge_actions_protocols)
- [Requesting an estimate of the number of rows for a storage type in the database](xref:SLNetClientTest_estimate_number_rows_for_storage_type)
- [Requesting information about pending incoming events](xref:SLNetClientTest_info_pending_incoming_events)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
uid: SLNetClientTest_query_hint_paths
---

# Querying the assembly resolution hint paths

To troubleshoot assembly resolution issues, from DataMiner 10.4.12/10.5.0 onwards, you can use the SLNetClientTest tool to query the hint paths used to look up QAction dependencies:

1. [Connect to the DMA using the SLNetClientTest tool](xref:Connecting_to_a_DMA_with_the_SLNetClientTest_tool).

1. In the *Diagnostics* menu, select *DMA* > *SLScripting AssemblyResolve HintPaths*.

1. Go to the *Output* tab to view the current list of hint paths used by the DataMiner AssemblyResolveHelper.

If [multiple SLScripting processes are configured](xref:Configuration_of_DataMiner_processes), the output will show the hint paths for each process per process ID.

> [!NOTE]
> To help with the troubleshooting of assembly resolution issues, from DataMiner 10.4.12/10.5.0 onwards, an entry is also added in the *SLManagedScripting.txt* log file each time DataMiner has loaded or failed to load an assembly. This log entry will include both the requested version and the actual version of the assembly.
2 changes: 2 additions & 0 deletions user-guide/Reference/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ items:
topicUid: SLNetClientTest_viewing_connection_details
- name: Inspecting the stack sizes in SLNet
topicUid: SLNetClientTest_Inspecting_the_stack_sizes_in_SLNet
- name: Querying the assembly resolution hint paths
topicUid: SLNetClientTest_query_hint_paths
- name: Requesting a list of active merge actions for a protocol
topicUid: SLNetClientTest_active_merge_actions_protocols
- name: Requesting an estimate of the number of rows for a storage type in the database
Expand Down

0 comments on commit 3845342

Please sign in to comment.