<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:08:20 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>[SERVER-5248] CLONE - Mongodump error: &quot;error: boost::filesystem::create_directory: The filename, directory name, or volume label syntax is incorrect&quot; while exporting collection &quot;*&quot;</title>
                <link>https://jira.mongodb.org/browse/SERVER-5248</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When I try to mongodump all databases, I get the following error:&lt;br/&gt;
error: boost::filesystem::create_directory: The filename, directory name, or volume label syntax is incorrect: &quot;c:\Backup&amp;#42;&quot;&lt;/p&gt;

&lt;p&gt;Unfortunately, this error also terminates the dump process. When I list the databases in my server, there is indeed a database named &quot;*&quot; but I am not able to interact with it in any meaningful way.&lt;/p&gt;

&lt;p&gt;What do you recommend I try next?&lt;/p&gt;</description>
                <environment>Windows</environment>
        <key id="32508">SERVER-5248</key>
            <summary>CLONE - Mongodump error: &quot;error: boost::filesystem::create_directory: The filename, directory name, or volume label syntax is incorrect&quot; while exporting collection &quot;*&quot;</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</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="3">Duplicate</resolution>
                                        <assignee username="brandon">Brandon Diamond</assignee>
                                    <reporter username="tdemille">Thomas DeMille</reporter>
                        <labels>
                    </labels>
                <created>Thu, 8 Mar 2012 15:08:35 +0000</created>
                <updated>Wed, 15 Aug 2012 14:04:20 +0000</updated>
                            <resolved>Wed, 21 Mar 2012 22:28:50 +0000</resolved>
                                    <version>2.0.1</version>
                                                    <component>Tools</component>
                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="101026" author="mwaschkowski" created="Wed, 21 Mar 2012 17:19:12 +0000"  >&lt;p&gt;I ran into the same issue as well on a windows server...&lt;/p&gt;</comment>
                            <comment id="99936" author="rickdu" created="Sun, 18 Mar 2012 05:42:51 +0000"  >&lt;p&gt;I met this issue either.&lt;br/&gt;
Each time when I use &apos;mysqldump&apos; without any parameter, this error will happen, while I do not have the database named &quot;*&quot;&lt;/p&gt;

&lt;p&gt;The version I&apos;m using is mongodb-2.0.2&lt;/p&gt;</comment>
                            <comment id="96764" author="tdemille" created="Thu, 8 Mar 2012 15:10:55 +0000"  >&lt;p&gt;I&apos;m  seeing the same thing:&lt;/p&gt;

&lt;p&gt;&amp;gt; show dbs&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;(empty)&lt;br/&gt;
BtSearchCache   3.9521484375GB&lt;br/&gt;
local   (empty)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&amp;gt; db.getSiblingDB(&quot;*&quot;)&lt;br/&gt;
*&lt;/p&gt;

&lt;p&gt;&amp;gt; db.getSiblingDB(&quot;*&quot;).dropDatabase()&lt;/p&gt;
{ &quot;dropped&quot; : &quot;*&quot;, &quot;ok&quot; : 1 }

&lt;p&gt;&amp;gt; show dbs&lt;/p&gt;

&lt;p&gt;BtSearchCache   3.9521484375GB&lt;br/&gt;
local   (empty)&lt;br/&gt;
&amp;gt; exit&lt;br/&gt;
bye&lt;/p&gt;

&lt;p&gt;C:\Program Files\mongodb-win32-x86_64-2.0.1\bin&amp;gt;mongo&lt;br/&gt;
MongoDB shell version: 2.0.1&lt;br/&gt;
connecting to: test&lt;br/&gt;
&amp;gt; show dbs&lt;br/&gt;
BtSearchCache   3.9521484375GB&lt;br/&gt;
local   (empty)&lt;br/&gt;
&amp;gt; exit&lt;br/&gt;
bye&lt;/p&gt;

&lt;p&gt;C:\Program Files\mongodb-win32-x86_64-2.0.1\bin&amp;gt;mongodump&lt;br/&gt;
connected to: 127.0.0.1&lt;br/&gt;
all dbs&lt;br/&gt;
DATABASE: BtSearchCache  to     dump/BtSearchCache&lt;br/&gt;
        BtSearchCache.system.indexes to dump/BtSearchCache/system.indexes.bson&lt;br/&gt;
                 207 objects&lt;br/&gt;
        BtSearchCache.Board_1 to dump/BtSearchCache/Board_1.bson&lt;br/&gt;
                 16677 objects&lt;br/&gt;
    ......&lt;br/&gt;
        BtSearchCache.Board_21 to dump/BtSearchCache/Board_21.bson&lt;br/&gt;
                34200/101092    33%&lt;br/&gt;
                46800/101092    46%&lt;br/&gt;
                 101092 objects&lt;br/&gt;
DATABASE: *      to     dump/*&lt;br/&gt;
error: boost::filesystem::create_directory: The filename, directory name, or volume label syntax is incorrect: &quot;dump&amp;#42;&quot;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="23937">SERVER-4122</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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>Sun, 18 Mar 2012 05:42:51 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 48 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>brandon</customfieldvalue>
            <customfieldvalue>mwaschkowski</customfieldvalue>
            <customfieldvalue>tdemille</customfieldvalue>
            <customfieldvalue>rickdu</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hroabz:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9493</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hs2lmf:</customfieldvalue>

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