<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:45 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>[CSHARP-1135] CSharpDriver-1.7.0.4714 and CSharpDriver-1.10-rc0 dlls couldn&apos;t be registered</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1135</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Trying to load data from Mongo to SQL 2008 using SSIS 2008.&lt;br/&gt;
CSharpDriver-1.4.2.4500 works fine for me as the dlls are registered automatically. But CSharpDriver-1.7.0.4714 and CSharpDriver-1.10-rc0 don&apos;t work fine. I couldn&apos;t registers those dlls using gacutil. I get error &quot;Unkown error&quot;. I am stuck here and couldn&apos;t proceed further. I need the latest drivers as old drivers doesn&apos;t have features.&lt;/p&gt;

&lt;p&gt;My Mongo source has many embedded documents with a dynamic schema. How to do I load these embedded documents using SSIS? &lt;/p&gt;

&lt;p&gt;Let me also know if there are any other better option to load embedded documents using SSIS.&lt;/p&gt;

&lt;p&gt;Thanks in Advance.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Deepak&lt;/p&gt;</description>
                <environment>Windows 7 (32 bit)</environment>
        <key id="171931">CSHARP-1135</key>
            <summary>CSharpDriver-1.7.0.4714 and CSharpDriver-1.10-rc0 dlls couldn&apos;t be registered</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="-1">Unassigned</assignee>
                                    <reporter username="deepakj16">Deepak</reporter>
                        <labels>
                            <label>driver</label>
                            <label>question</label>
                    </labels>
                <created>Mon, 1 Dec 2014 18:00:14 +0000</created>
                <updated>Fri, 5 Apr 2019 13:59:03 +0000</updated>
                            <resolved>Mon, 1 Dec 2014 18:02:22 +0000</resolved>
                                    <version>1.7</version>
                                                    <component>Setup</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="778968" author="craiggwilson" created="Thu, 4 Dec 2014 21:37:22 +0000"  >&lt;p&gt;Yes, go back to a version where we strong-signed the dlls for you. Previous versions, however, don&apos;t necessarily work with the newer server versions. I would strongly encourage you to simply build them yourself and sign them with a key you or your company uses. Our signing was with a key that was public, so it amounted to providing no security at all. It&apos;s easy to do this as all you need is msbuild. Simply pull the source code and run `.\build.cmd Build` and you&apos;ll be built.  Now you just need to customize the project to include signing.&lt;/p&gt;</comment>
                            <comment id="778955" author="deepakj16" created="Thu, 4 Dec 2014 21:34:28 +0000"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;We used to strongly sign the .dlls which allowed them to be installed into the GAC. Strong signing is not typically done anymore and caused more problems than it solved as a majority of users do not install into the GAC. As such, if you need to install into the GAC, you&amp;#39;ll need to build the .dlls yourself with strong signing enabled.&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&amp;#8211; If I am not building my own dlls then what are all the other options to use these dlls (drivers - C# 1.5 and above) in my SSIS package to connect Mongo?&lt;/p&gt;</comment>
                            <comment id="775292" author="craiggwilson" created="Mon, 1 Dec 2014 18:20:40 +0000"  >&lt;p&gt;Deepak,&lt;/p&gt;

&lt;p&gt;I&apos;m not sure what you mean by, &quot;load embedded documents.&quot;  Simply querying for documents will pull back embedded documents and arrays by default.  As far as SSIS goes, we haven&apos;t played with it. I presume MongoSSIS works, but have never worked with it.&lt;/p&gt;

&lt;p&gt;This type of question is better suited for our google group (&lt;a href=&quot;https://groups.google.com/forum/?pli=1#!forum/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/forum/?pli=1#!forum/mongodb-user&lt;/a&gt;) or stackoverflow.  There are a greater number of users watching those that might be able to answer your question better.&lt;/p&gt;</comment>
                            <comment id="775283" author="deepakj16" created="Mon, 1 Dec 2014 18:16:09 +0000"  >&lt;p&gt;Please advise me how to load embedded documents. Some links explaining these should be great for me. &lt;br/&gt;
And is there any better tool plugins like MongoSSIS? Or can I use MongoSSIS?&lt;/p&gt;</comment>
                            <comment id="775262" author="craiggwilson" created="Mon, 1 Dec 2014 18:02:22 +0000"  >&lt;p&gt;We used to strongly sign the .dlls which allowed them to be installed into the GAC. Strong signing is not typically done anymore and caused more problems than it solved as a majority of users do not install into the GAC. As such, if you need to install into the GAC, you&apos;ll need to build the .dlls yourself with strong signing enabled.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs4e3j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>150576</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>