Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
EffIxx
Contributor
Contributor

unable to see imported projects in 6.1.1

Hi
I have a strange behavior in 6.1.1. When I import projects I can not see and select these projects. But the projects have been created in the workspace, as you can see in the screenshot.
0683p000009M9rD.png
However, these projects are not offered for selection me when I start Talend
0683p000009ME1Z.png  
When I try to import these projects once they appear to me as already imported.
0683p000009MDv7.png
Does anyone know this problem? What am I doing wrong ?
regards Franz
Labels (2)
6 Replies
Anonymous
Not applicable

Hello
I can't reproduce the problem. From your screenshot, I see the same folder name already exists in workspace, that's why you can't select the projects. Have you tried to create a new workspace and import the project again?
Regards
Shong
EffIxx
Contributor
Contributor
Author

Ok try again
first delete the old workspace
0683p000009ME77.png
and start TOS 6.1.1 new.
0683p000009ME7C.png
a new and empty workspace is generated. Now import the existing workspace
but only one (LOCAL PROJECTS) will be imported why ?
0683p000009ME6j.png
now i try to import one single Project
  
but TOS throw thr message "Folder is not a TOS project"   ???
 
regards Franz
Anonymous
Not applicable

Hi
Are you sure they are valid project folder, there should exist the following files in project folder:
.project
assembly.xml
pom.xml
recycle_bin.index
talend.project
Regards
Shong
EffIxx
Contributor
Contributor
Author

Hi Shong,
thx, that is precisely the problem, which I me but pose the question of where those files are?
Is there a document where I can read about the meaning of these files?
regards Franz
Anonymous
Not applicable

Hello 
No a document explaining these files. If you still have problems, I suggest you to follows the below steps to import projects to a new workspace:
1. Start up studio and open your older workspace. 
2. In studio, export your projects to an archive file.
0683p000009MDsN.png3. Reopen studio and open your new worspace. 
4. Import projects from the archive file created by step 2.
Regards
Shong
EffIxx
Contributor
Contributor
Author

Hello Shong,
i found the problem. The reason for this, however, it is not clear me.
When importing a project the content of the file ".project" was not copied, the file was empty but the migration file do not report this error.
 ---=== Start Migration of project Auskin ===---
* Task : Applied successfully
* Task : Applied successfully
* Task : Applied successfully
* Task : Nothing to do
* Task : Applied successfully
* Task : Nothing to do
* Task : Applied successfully
* Task : Applied successfully
* Task : Nothing to do
* Task : Applied successfully
* Task : Applied successfully
---=== End of migration ===--

Therefore I have made a lot of time troubleshooting in the wrong places.
When I found the problem, I have simply taken another project file, copied and overwrite the contents of the token <name> </ name > with the name of my project. After that I could Talend start normally.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TEST2</name>            << == This nanme was replaced by the imported project  !!!!
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>org.talend.core.talendnature</nature>
</natures>
</projectDescription>

thx for support.
regards Franz