<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:42:39 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-2101] Permissions Issue when Installing MMS Monitoring on Windows</title>
                <link>https://jira.mongodb.org/browse/DOCS-2101</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;When preparing the system to run MMS, I ran into a permissions issue with a command I was instructed to use. This is a problem because when we&apos;re stepping people through this, they may be prevented from installing MMS if our instructions don&apos;t work for them. I suggest we determine the scope of the error, and possibly update the doc.&lt;/p&gt;

&lt;p&gt;Steps to reproduce:&lt;/p&gt;

&lt;p&gt;I went to this URL: &lt;a href=&quot;http://mms.mongodb.com/help/monitoring/tutorial/install-the-mms-agent-on-windows/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mms.mongodb.com/help/monitoring/tutorial/install-the-mms-agent-on-windows/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On &quot;Install Agent Software,&quot; step 4, when I input &quot;Get-ExecutionPolicy&quot;, it was &quot;Restricted.&quot; As per the instructions, I then input &quot;Set-ExecutionPolicy -ExecutionPolicy Unrestricted&quot;. &lt;/p&gt;

&lt;p&gt;As mentioned, this was on Windows 7, with VertualBox, on an administrative account. &lt;/p&gt;

&lt;p&gt;When it asked me to confirm, it replied: &lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&quot;Set-ExecutionPolicy : Access to the registry key &apos;HKEY_LOCAL_MACHINE|SOFTWARE|Microsoft\PowerShell\1\ShellIds\Microsoft.Powershell&apos; is denied. At line:1 char:20 + Set Execution Policy &amp;lt;&amp;lt;&amp;lt;&amp;lt; + CategoryInfo: NotSpecified: (:) [Set-ExecutionPolicy], UnauthorizedAccessException  + FullyQalifiedErrorId: System.UnauthorizedAccessException,Microsoft.Powershell.Commands.SetExecutionPolicyCommand&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;It did not change the policy. &lt;/p&gt;

&lt;p&gt;I found the solution here: &lt;a href=&quot;http://stackoverflow.com/questions/4647429/powershell-on-windows-7-set-executionpolicy-for-regular-users&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://stackoverflow.com/questions/4647429/powershell-on-windows-7-set-executionpolicy-for-regular-users&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;under the 2nd answer: &lt;/p&gt;

&lt;p&gt;Set-ExecutionPolicy Unrestricted -Scope CurrentUser&lt;/p&gt;

&lt;p&gt;(this worked)&lt;br/&gt;
Apparrently, this only sets the execution policy for the current user (in HKEY_CURRENT_USER) rather than the entire local machine (HKEY_LOCAL_MACHINE). &lt;/p&gt;
</description>
                <environment>Windows 7&lt;br/&gt;
VirtualBox</environment>
        <key id="94609">DOCS-2101</key>
            <summary>Permissions Issue when Installing MMS Monitoring on Windows</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="tim.slavin">Tim Slavin</assignee>
                                    <reporter username="william.cross">William Cross</reporter>
                        <labels>
                            <label>ExecutionPolicy</label>
                            <label>mms</label>
                            <label>mms-agent</label>
                            <label>mms-docs</label>
                            <label>powershell</label>
                            <label>virtualbox</label>
                            <label>windows</label>
                    </labels>
                <created>Thu, 17 Oct 2013 14:16:54 +0000</created>
                <updated>Tue, 2 Sep 2014 22:21:57 +0000</updated>
                            <resolved>Fri, 24 Jan 2014 23:16:26 +0000</resolved>
                                                    <fixVersion>v1.3.0</fixVersion>
                                    <component>Cloud Manager</component>
                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="487641" author="xgen-internal-githook" created="Fri, 24 Jan 2014 23:12:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;tychoish&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-2101&quot; title=&quot;Permissions Issue when Installing MMS Monitoring on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-2101&quot;&gt;&lt;del&gt;DOCS-2101&lt;/del&gt;&lt;/a&gt;: minor edits&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mms-docs/commit/ab1b731ea65ee487d5ebf44e5f78a5b076edcc9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mms-docs/commit/ab1b731ea65ee487d5ebf44e5f78a5b076edcc9d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="487284" author="david.golub" created="Fri, 24 Jan 2014 16:08:22 +0000"  >&lt;p&gt;Yes, this is fine for now.  I was just making note that there are more long-term issues that will eventually need to be addressed.&lt;/p&gt;</comment>
                            <comment id="487278" author="tim.slavin" created="Fri, 24 Jan 2014 16:05:34 +0000"  >&lt;p&gt;Got it. And will definitely include in the updated Windows page in about&lt;br/&gt;
two weeks. For today, though, is this change good and accurate? The ticket&lt;br/&gt;
asks to highlight the difference between local machine and current user,&lt;br/&gt;
plus the PowerShell command differences.&lt;/p&gt;

&lt;p&gt;Let me know if this looks good to you. Thanks!&lt;/p&gt;

&lt;p&gt;Tim&lt;/p&gt;


</comment>
                            <comment id="487265" author="david.golub" created="Fri, 24 Jan 2014 15:48:10 +0000"  >&lt;p&gt;This is as good as we can do given that we&apos;re using PowerShell.  The only case where this wouldn&apos;t work is if the user&apos;s system administrator has used Group Policy to block unsigned PowerShell scripts.  You can reproduce this condition on your computer by downloading the administrative templates for PowerShell from &lt;a href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=25119&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=25119&lt;/a&gt; and using the Group Policy MMC snap-in, gpedit.msc.  In this case, the only thing the user can do is to have the administrator remove the restriction.  In the long run, we&apos;ll get around this issue by taking PowerShell out of the equation altogether when we do an installer for the agent.  For now, this is the best we can do.&lt;/p&gt;</comment>
                            <comment id="452300" author="william.cross" created="Wed, 6 Nov 2013 15:55:13 +0000"  >&lt;p&gt;Based on this comment: &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://education.mongodb.com/courses/10gen/M102/2013_September/discussion/forum/i4x-10gen-M102-course-2013_September/threads/5273eb8aabcee8c31e004853&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://education.mongodb.com/courses/10gen/M102/2013_September/discussion/forum/i4x-10gen-M102-course-2013_September/threads/5273eb8aabcee8c31e004853&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think we may need both versions. I don&apos;t think my solution should be a replacement. It looks like an either-or, depending on where in the registry the python key is found (either HKEY_LOCAL_MACHINE for the existing description, or HKEY_CURRENT_USER for the version I used).&lt;/p&gt;</comment>
                            <comment id="442202" author="samk" created="Thu, 17 Oct 2013 14:29:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=sridhar&quot; class=&quot;user-hover&quot; rel=&quot;sridhar&quot;&gt;sridhar&lt;/a&gt; do you have any insight? If the solution that &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=william.cross&quot; class=&quot;user-hover&quot; rel=&quot;william.cross&quot;&gt;william.cross&lt;/a&gt; proposes is viable/correct it&apos;s quick fix.&lt;/p&gt;

&lt;p&gt;cc &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=cailin.nelson%4010gen.com&quot; class=&quot;user-hover&quot; rel=&quot;cailin.nelson@10gen.com&quot;&gt;cailin.nelson@10gen.com&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10855" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Actual Time</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 17 Oct 2013 14:29:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 3 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 3 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.golub@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>sam.kleinman</customfieldvalue>
            <customfieldvalue>tim.slavin</customfieldvalue>
            <customfieldvalue>william.cross</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrrm53:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrtlgv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>86608</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hryb6n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>