-
Notifications
You must be signed in to change notification settings - Fork 302
Update QAction documentation for RN44420 #5723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update QAction documentation for RN44420 #5723
Conversation
Co-authored-by: Simon Vandamme <[email protected]>
MariekeGO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be useful to also add some information about this (and possible a link to the new info) here: https://docs.dataminer.services/dataminer/Administrator_guide/DataMiner_Agents/Configuring_a_DMA/Configuration_of_DataMiner_processes.html#setting-the-number-of-simultaneously-running-slscripting-processes?
LaurensMT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a typo in the file name: SLScripring instead of SLScripting
|
@MariekeGO, as the troubleshooting steps for a reoccurring SLProtocol and reoccurring SLScripting crash are almost identical, I reused the same file, and just referenced that file twice from the If you have a better alternative that still keeps a good structure without having to duplicate the whole file, that would also be OK |
The same file should never be referenced twice in the toc.yml, as this will cause odd behavior that users may experience as a bug. What we usually do in a case like this is add the information in one place, and then add a cross-reference to that place where appropriate, as duplicate information is indeed to be avoided. |
Update QAction documentation with the changes from DCP261954, RN44420
Also added documentation on how to debug reoccurring SLScripting and SLProtocol crashes and how to pinpoint which element is causing the crashes. From the code we will put a link to this page, which in this PR will also have a SLProtocol section. This should make it easy for customers to get to the right procedure depending on if they have an slscripting or slprotocol crash
Wait with merging this change until the mentioned task/RN are merged.