How to change the log level properties in Talend open studio 7.1.1 - talend

I am Trying to set the log level for my Data Integration job in Talend studio version 7.1.1 to "Warn". Looks like the option is no longer available in Run --> Advanced Settings. How do I change log levels in talend 7.1.1? Please clarify. Thanks

Try looking under File, Project settings, Log4j. You should be able to customise the level of the logs there.

Related

Write the Job execution steps to a Text file in TOS 7.3

I want to write to whole execution process of a Job to a text file in Talend Open Studio 7.3 because in Enterprise edition it is already logged but I am not sure where to find the execution log in Talend Open Studio
so I had thought of writing the execution of the job to a Text file
Can anyone please guide me how to do it
Please follow below process to get the logs of the job in a file.
Select the job
Select Stats & Logs in the left pannel of the same window
Uncheck Use Project Settings if checked
Select the type of log you need (tStatCatcher/ tLogCatcher/tFlowMeterCatcher). You can select all three as well
Provide path of the file and file names
If you need detailed logs, you can also have tJava and customize your logs and direct it to a file

View executed commands in eclipse

I am working on a eclipse based product. Basically it's a plugin built over eclipse which adds multiple functionalities, buttons, menu entries, a new interface and other stuff. I would like to automate some daily tasks but I don't know what commands are running behind the scenes. Is there a log with the running commands or something similar? I don't have acces to the source code neither can contact the product owners.
There is no simple log of commands.
You can enable tracing for a lot of different components of Eclipse but the trace output generally assumes you know a lot about Eclipse internals.
Recent releases of Eclipse have a preference page to enable tracing in 'General > Tracing'. This is described in the Eclipse help here.
You can also enable tracing using command line options as described here

Eclipse save error when trying to open the design view of a synapse config file in WS02 Developer Studio

I'm following the tutorials and samples of the official WSO2 ESB documentation. When I create (or load) a synapse configuration in the WSO2 Developer Studio I'm getting the error as shown below:
Save problems
Save could not be completed.
Reason:
resources\sunErrorHandler.esb_diagram (The system cannot find the path specified)
This error shows up when I want to open anything in the Design view. Even when I'm not trying to save anything.
So far I have tried to add the path specified in the error, but without success. I already found a workaround to be able to save and deploy my ESB configurations. By using "Save as" I'm able to keep the changes I made in the XML files. However the error stills shows up when I open the new version of the file.
Does anyone know a better solution to permanently resolve this error message?
I had this problem as well, running eclipse.exe as administrator fixed it.
Issue remains unresolved for my Eclipse + DevStudio 3.8.0 install on a Windows 10 environment. However since I was experiencing some other issues with the WSO2 ESB I decided to migrate to a Linux (Ubuntu) environment. This seems to work much better, the eclipse does not seem to have this issue on Linux.
Eclipse want to write in C:\Program Files\eclipse\resources. I solve problem by adding full permissions to group users on folder C:\Program Files\eclipse
If this happens in Mac you can provide the required permission to the "/Applications/IntegrationStudio.app/Contents/MacOS/resources" folder.

How to configure Mule Properties Editor in Mule Studio

I have usecase that , i need to encrypt the values which are presented in properties file under src/main/resources.
Mule provided a concept called Mule Credentials Vault. In that document there is a place where we can open properties file in "Mule Properties Editor" view.
Can you please let me out to get configured in my local mule studio.
Thanks.
Regards
Vikram
as per vikram you need to install the plugin first .you can look for the descripotion in below link
https://developer.mulesoft.com/docs/display/current/Mule+Credentials+Vault
and also you can find the example application in below link
https://developer.mulesoft.com/docs/display/current/Anypoint+Enterprise+Security+Example+Application

Displaying results of an NUnit run, CruiseControl.Net 1.5.7256.1

We recently upgraded CruiseControl.Net 1.4.2 to 1.5.7256.1. To our dismay the nice nunit results page that had previously been there had disappeared. All we get now is a build log with the verbose output from command line of our build.
After some research we discovered you can log into "Dashboard Administrator" from the main ccnet dashboard page and install the NUnit package. However, this did not change the output of our builds to include a NUnit result page.
Is there something extra we need to do here to have our output displayed? Any help would be greatly appreciated. I don't goto stack overflow until I've exhaustively searched on Google. I'm surprised no one else is confused or complaining about this.
FYI, we are merging our nunit XML output in the project configuration.
I'm not used to the Dashboard Administrator stuff, but you can edit the dashboard.config manually. Opposite to earlier versions CCNET version 1.5 comes with a naked configuration file.
Alternatively you may simply replace the configuration file with your 1.4 dashboard.config.
Possible duplicate of Cruise Control .net: Using packages and showing NUnit results
Don't merge manually if you use the nunit task
Edit the dashboard.config and the ccservice.exe.config files to add the nunit xsl files. Restart IIs.
Check that the Iis user has been granted access to the dashboard dir.