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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

project locked e155004

Hello, 

I am using Talend Open Studio 5.6. I am a beginner ... 

The product is installed in a Microsoft Windows VM.

I have several projects and switch from one to another without difficulties. 

projects are stored in folder C: of the microsoft windows VM.

 

I now have an issue with one of the projects when I try top open it ... see attached screen copy.

It says that the folder of my project "CREW" is locked ... error code is e155004 ...

 

Other projects are still accessible.

 

I checked in my folder "C:\\...\CREW" ... nothing special ... 

then I searched on google ... and found that locks may be hidden in file/database we.db or wc.db in subfolder “.svn” hidden file

 

I tried to modify such file/database ... not a success at the moment ... who can help ? 

 

Damien

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

We identified the correct folder & correct file according to information found on google not related to talend.

file is wc.db in the folder "...CREW/.svn" ...

 

I saved the original file (in case of ...).

Then I opened the file/database with RAZOR SQL and checked the content of 2 tables : 

- LOCK ==> was empty

- WC_LOCK ==> 1 line with locks ...

 

I deleted the line in WC_LOCK, updated, saved ... and then I have been able to open Talend project !!!

 


2019-05-03 08_34_18-RazorSQL - SQLite locked.png
2019-05-03 08_36_40-RazorSQL - SQLite not locked.png

View solution in original post

2 Replies
Anonymous
Not applicable
Author

We identified the correct folder & correct file according to information found on google not related to talend.

file is wc.db in the folder "...CREW/.svn" ...

 

I saved the original file (in case of ...).

Then I opened the file/database with RAZOR SQL and checked the content of 2 tables : 

- LOCK ==> was empty

- WC_LOCK ==> 1 line with locks ...

 

I deleted the line in WC_LOCK, updated, saved ... and then I have been able to open Talend project !!!

 


2019-05-03 08_34_18-RazorSQL - SQLite locked.png
2019-05-03 08_36_40-RazorSQL - SQLite not locked.png
Anonymous
Not applicable
Author

has been used several times ... today ... again ...