<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:38:37 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-413] mistake on Install MongoDB on Windows page</title>
                <link>https://jira.mongodb.org/browse/DOCS-413</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;on the page &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/&lt;/a&gt;&lt;br/&gt;
you say:&lt;/p&gt;

&lt;p&gt;   C:\&amp;gt;echo logpath=C:\mongodb\log &amp;gt; C:\mongodb\mongod.cfg&lt;/p&gt;

&lt;p&gt;but when you execute the next command, it fails:&lt;/p&gt;

&lt;p&gt;   C:\&amp;gt;C:\mongodb\bin\mongod.exe --config C:\mongodb\mongod.cfg --install&lt;br/&gt;
   all output going to: C:\mongodb\log&lt;br/&gt;
   logpath &lt;span class=&quot;error&quot;&gt;&amp;#91;C:\mongodb\log&amp;#93;&lt;/span&gt; should be a file name not a directory&lt;/p&gt;


&lt;p&gt;So I did this instead:&lt;/p&gt;

&lt;p&gt;   C:\&amp;gt;echo logpath=C:\mongodb\log\mongo.log &amp;gt; C:\mongodb\mongod.cfg&lt;/p&gt;

&lt;p&gt;and it works for me now.&lt;/p&gt;
</description>
                <environment>Windows 7 64 bit</environment>
        <key id="47445">DOCS-413</key>
            <summary>mistake on Install MongoDB on Windows page</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="andrew.leung@10gen.com">Andrew Leung</assignee>
                                    <reporter username="jlevine">Jonathan Levine</reporter>
                        <labels>
                            <label>Windows</label>
                    </labels>
                <created>Fri, 17 Aug 2012 14:15:29 +0000</created>
                <updated>Mon, 30 Oct 2023 19:39:40 +0000</updated>
                            <resolved>Fri, 17 Aug 2012 15:51:26 +0000</resolved>
                                    <version>mongodb-2.2</version>
                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="154980" author="andrew.leung@10gen.com" created="Mon, 20 Aug 2012 17:50:11 +0000"  >&lt;p&gt;Hi Jonathan,&lt;/p&gt;

&lt;p&gt;Thanks for finding this bug! We&apos;ve corrected it now.&lt;/p&gt;

&lt;p&gt;andrew&lt;/p&gt;</comment>
                            <comment id="154396" author="auto" created="Fri, 17 Aug 2012 15:48:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-17T08:48:18-07:00&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-413&quot; title=&quot;mistake on Install MongoDB on Windows page&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-413&quot;&gt;&lt;del&gt;DOCS-413&lt;/del&gt;&lt;/a&gt; corrections and edits&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/d160246df0abeb9517a2fbe5cf1d5d0ec28e66dc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/d160246df0abeb9517a2fbe5cf1d5d0ec28e66dc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="154395" author="auto" created="Fri, 17 Aug 2012 15:48:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-17T07:59:54-07:00&apos;, u&apos;email&apos;: u&apos;andrew.leung@10gen.com&apos;, u&apos;name&apos;: u&apos;Andrew Leung&apos;}
&lt;p&gt;Message: fixed &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-413&quot; title=&quot;mistake on Install MongoDB on Windows page&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-413&quot;&gt;&lt;del&gt;DOCS-413&lt;/del&gt;&lt;/a&gt; log error; revised parts for clarity&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/54b80638e987228d168680002c5ad27a2abf1e33&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/54b80638e987228d168680002c5ad27a2abf1e33&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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 17 Aug 2012 15:48:26 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 26 weeks, 2 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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 26 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.leung@10gen.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>jlevine</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrsdbz:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16664</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|hrykvr:</customfieldvalue>

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