简体   繁体   English

talend无法将项目复制到另一个工作空间

[英]talend can not copy project to another workspace

I'm trying to copy my project create in talend v 6.2 to talend v 5.6 and after I keep this error: 我尝试将在talend v 6.2中创建的项目复制到talend v 5.6中,并在保持此错误之后:

org.talend.commons.exception.LoginException: Cannot open the project.Error task is org.talend.designer.core.generic.model.migration.NewSalesforceMigrationTask. org.talend.commons.exception.LoginException:无法打开项目。错误任务是org.talend.designer.core.generic.model.migration.NewSalesforceMigrationTask。 at org.talend.core.repository.model.ProxyRepositoryFactory.checkProjectCompatibility(ProxyRepositoryFactory.java:287) at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1779) at org.talend.repository.ui.login.LoginDialog$2.run(LoginDialog.java:366) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 在org.talend.core.repository.model.ProxyRepositoryFactory.checkProjectCompatibility(ProxyRepositoryFactory.java:287)在org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1779)在org.talend.repository.ui org.eclipse.jface.operation.ModalContext $ ModalContextThread.run(ModalContext.java:121)上的.login.LoginDialog $ 2.run(LoginDialog.java:366)

没有向后兼容性,如果是在更高版本中创建的,则无法在5.6中打开项目。

Talend create a talend.project file in every project directory or archive that contains information about the project and the Talend version. Talend在每个项目目录或存档中创建一个talend.project文件,其中包含有关项目和Talend版本的信息。 This is how Talend protect you from importing project created with newer Talend version. 这就是Talend保护您避免导入使用较新Talend版本创建的项目的方式。

You can but its not safe , replace the talend.project in the 6.2 project by another file from a 5.6 project, and you will be able to import the project. 您可以但不安全 ,用5.6项目中的另一个文件替换6.2项目中的talend.project ,然后可以导入该项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 塔伦德直接从一个工作区复制到另一个工作区 - Talend copy directly from one workspace to another 将项目导入另一个工作区,包括运行配置 - Import project to another workspace including run configurations 我如何将 Eclipse 启动组配置与项目一起导入另一个工作区 - How can i import a Eclipse launch-group configuration into another workspace along with project 如何在导入项目后将项目复制到eclipse的工作区? - How to copy projects into workspace of eclipse after importing the project? 移动工作空间后无法构建项目 - Can't build project after moving workspace 无法将Eclipse项目克隆到工作区 - Can't clone eclipse project into workspace 是否可以通过同一工作区中的另一个项目调用另一个项目中可用的jsp - is it possible to call a jsp available in a different project by another project in the same workspace 将MyEclipse工作空间复制到新的工作空间 - Copy a MyEclipse workspace for a new workspace 如何在IntelliJ中将项目库从一个项目复制到另一个项目? - How can I copy project libraries from one project into another one in IntelliJ? Android:使用我工作区中其他项目的资源 - Android: using resources from another project in my workspace
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM