[SERVER-3238] Windows 1.8.1/1.8.2-rc3 32-bit mongoexport Exits With "too many positional options" Error Created: 10/Jun/11 Updated: 12/Jul/16 Resolved: 03/Sep/11 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Tools |
| Affects Version/s: | 1.8.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Jared D. Cottrell | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 1 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Windows Server 2008 R2 64-bit AMI from AWS, 32-bit versions of 1.8.1 and 1.8.2-rc3 |
||
| Operating System: | Windows |
| Participants: |
| Description |
|
When I try to connect to use mongoexport with my auth-mode server I get the errors shown below when using the 32-bit client but not the 64-bit client. For security, all identifying information has been scrubbed from the example below. — PS C:\Program Files\mongodb-win32-x86_64-1.8.1\bin> .\mongoexport.exe -h db.mycompany.com:27017 -d <database> -c <collection> -u <username> -p <password> -o <collection>.json PS C:\Program Files\mongodb-win32-i386-1.8.1\bin> .\mongoexport.exe -h db.mycompany.com:27017 -d <database> -c <collection> -u <username> -p <password> -o <collection>.json options: |
| Comments |
| Comment by Eliot Horowitz (Inactive) [ 03/Sep/11 ] |
|
the windows 32 bit build system was using an older version of boost. |