Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Our team uses Talend 7 and I find something happens from time to time:
If we change something old changes remain somehow or cache.
For example, when we want to start a new project, we usually copy one of the old projects and update all of the things we need. Note we have a template for creating the one but the reason we do this is it is faster and easier to do.
Another sample is when we change something in a project even everything is right we get an error for old changes.
Here is a sample: the FTP connection is changed. It was hardcoded so I decided to put all of the credentials to a secure context file and read from it. The new changes:
but I get an error from hardcoded old URL that we have before. See the last part, this is the old one, hardcoded URL:
Now we use one of these two solutions, but we need often to do them more than one time
1- Closing and opening the Talend
2- Running a Java Debug
I want to know is there any better solution for this issue?
Note as I mentioned after we imply the new changes and see this issue, caching old things, if we close and reopen the Talend 2 to 3 times, for example, the error will be gone. It seems Talend needs a trigger to apply the changes inside itself!
Hello,
Could you please try to "Refresh" the project to see if it can fix it?
Best regards
Sabrina
Thank you, I will do it next it happens and let you know.,
Hi @xdshi
Here is my result after this issue happened again several times:
The refresh button sometimes solved the issue and sometimes I had to use our old solutions.
Thank you.