<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot checkout as local project in Talend 6.4.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339802#M107897</link>
    <description>Thanks , I cracked the puzzle</description>
    <pubDate>Tue, 03 Apr 2018 09:15:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-03T09:15:17Z</dc:date>
    <item>
      <title>Cannot checkout as local project in Talend 6.4.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339799#M107894</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying to checkout git branch as local , but failing due to below error,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;org.eclipse.core.runtime.CoreException: Cannot open the project.Error task is org.talend.repository.model.migration.MigrationTaskFortOleDbCoseConnection.&lt;BR /&gt;at org.talend.repository.gitprovider.ui.action.SwitchBranchAction$1.run(SwitchBranchAction.java:337)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)&lt;BR /&gt;at org.talend.repository.gitprovider.ui.action.SwitchBranchAction$2.run(SwitchBranchAction.java:407)&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)&lt;BR /&gt;Caused by: org.talend.commons.exception.LoginException: Cannot open the project.Error task is org.talend.repository.model.migration.MigrationTaskFortOleDbCoseConnection.&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.checkProjectCompatibility(ProxyRepositoryFactory.java:302)&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1870)&lt;BR /&gt;at org.talend.repository.gitprovider.ui.action.SwitchBranchAction$1.run(SwitchBranchAction.java:241)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interestingly , I could checkout some other branches but for specific branch I just failed,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried with new workspace location, but got the same issue,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Git credential are working fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really need help,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 05:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339799#M107894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-29T05:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot checkout as local project in Talend 6.4.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339800#M107895</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Is your specific branch corrupted? Have you tried to create a new project in TAC, setup as desired and Import items into the new project once opened to restore to the last state of your Git project?&lt;/P&gt; 
&lt;P&gt;Would you mind creating a case on talend support portal so that we can give you a remote assistance by using webex session through support cycle with priority?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 08:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339800#M107895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T08:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot checkout as local project in Talend 6.4.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339801#M107896</link>
      <description>&lt;P&gt;After lot trials/test , I could figure out the issue,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Issue was due to Talend version upgrade,&lt;/P&gt; 
&lt;P&gt;Recently I had a upgrade Talend 6.4.1 to Talend 6.5.1 and I did committed some job changes to same git branch and I&amp;nbsp;was trying to load same branch into old Talend 6.4.1,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Talend not being backward compatible cost me 2 days of time &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 09:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339801#M107896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot checkout as local project in Talend 6.4.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339802#M107897</link>
      <description>Thanks , I cracked the puzzle</description>
      <pubDate>Tue, 03 Apr 2018 09:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-checkout-as-local-project-in-Talend-6-4-1/m-p/2339802#M107897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T09:15:17Z</dc:date>
    </item>
  </channel>
</rss>

