Import projects option disable in talend integrated suite - talend

i have to migrate talend from windows to linux.
and when i open talend in linux gui to import projects then i see import option itself disable in talend integrated suite.
can anyone please advice me,why this is happening.

Most likely you do not have write permission to the project you are trying to import stuff into. Write permission needs to be granted in the Talend Administration Center for that project; see the item "Project Authorizations".

Related

SAP HANA - Error when trying to import data via Eclipse

I am trying to import a TXT file from my shared drive into a table in SAP HANA via Eclipse, but it seems I have a configuration issue somewhere. The error I am receiving is this:
SAP DBTech JDBC: [2]: general error: Error: feature 'ImportExport.Import' is disabled. (See M_CUSTOMIZABLE_FUNCTIONALITIES)
I googled the error but am not seeing any information on how to solve. Can anyone help point me in the right direction?
You seem to be using a HANA2 SP03 tenant database.
For those certain features are not enabled by default. Instead, the admin user of the SystemDB needs to enable this feature for the specific tenant DB.

Import Azure Storage Library to Eclipse, Java

I'm a novice to coding and cloud storage and need some step by step guidance on how to set up my Eclipse so I could start working with Microsoft Azure Cloud storage.
So basically I'm following this tutorial for Azure file storage https://learn.microsoft.com/en-au/azure/storage/files/storage-java-how-to-use-file-storage
But when I tried to import the library to in my Eclipse, I got the error "the import cannot be resolved"
// Include the following imports to use blob APIs.
import com.microsoft.azure.storage.*;
import com.microsoft.azure.storage.file.*;
I guess I am missing some libraries. I previously learnt to adds some external libraries though Jar files, I searched for Jar for Azure cloud, but couldn't find any. This page seems relevant but I don't know how to use it. https://github.com/azure/azure-storage-java
Can someone please shed some light?
Thanks a lot.
I solved it.
For other novice programmer going through the same struggle, here is how I did it
1.Install Azure Toolkit for Eclipse, follow: https://learn.microsoft.com/en-us/java/azure/eclipse/azure-toolkit-for-eclipse-installation
2.Restart Eclipse
3.Rightclick the project you want to use the Azure library, then Properties>>Java Build Path>>Libraries tab>> Add Library>> Select Package for Microsoft Azure Libraries for Java>>Finish

How to export and import Portal Page in Websphere Portal 6.1.5

I want to setup Portal pages on my WebSphere Portal Server (WPS), which were already setup by someone else on his desktop. I have tried with the Export Portal page feature to export the Portal page from my colleague's desktop. exportPage.xml is created. I tried importing the same on my WPS, using Import XML feature. But gives below error
An error occurred while retrieving the resource with object ID
3_G5UKGAEUGB8B50A64RRL3H10N7. [portletinstance
5_G5UKGAEUGB8B50A64RRL3H1OO1]
The portlet reference ID which this XML is pointing to is present on my WPS.
i.e. I have deployed the same EAR ( which contains the set of portlets ) which my colleague has deployed on his WPS.
What could be the solution ?
This export / import saves a lot of time in setting up a new environment.
You have to identify the issue first.
If there is no additional information about the issue inside of
WAS_HOME/wp_profile/logs/WebSphere Portal/SystemOut.log
you should enable traces using WebSphere Portal console for XMLAccess
com.ibm.wps.services.xml.*=finest
more information should be in
WAS_HOME/wp_profile/logs/WebSphere Portal/trace.log and give you more insight
I just tried similar steps without an issue. The way you used it sounds reasonable

icCube usage from Libreoffice

http://www.iccube.com/support/documentation/user_guide/integration/integration.php
This works in excel, but being a mac user I would prefer it works in Libreoffice. I have no plans of installing Mac Excel also.
Is there any tool in libreoffice to do this?
I have tried Palo plugin but xmla connection does not work. Is the palo plugin not usable?
First time I hear about this plugin, it would be worth contacting the team behind the Palo plugin as icCube is a standard XMLA server. Hopefully they are not using Palo specific features.
If you can send an export of the logs ( Monitoring / Runtime / Log Files ) to support at iccube we can have a look.

Best way to import a website into a Visual Sourcesafe 2005 Database

What is the best way to import a website into a Visual Sourcesafe 2005 database?
I tried opening a the VSS database and drag-n-drop the folder but it started prompting me for a comment on each folder. Is there a better way or someway to have it only ask onces for any files or folders that are being processed?
I'm assuming your using ASP.NET for your website, if not Im sorry but you dont specify in your question. There is an MSDN article here describing how to work with ASP.NET websites in VSS, hope this helps.
If you have Visual Studio (03/05/08) with the VSS source control plug-in installed, it's pretty easy to right-click on an existing solution or project and choose "Add X to SourceSafe".