SAP HANA - Error when trying to import data via Eclipse - 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.

Related

Dreamfactory Service Control Panel

I installed the Dreamfactory Framework from GitHub on a Debian 11 driven Virtual Server.
After installation I can access the login dialog and the data are correctly evaluated, allowing me to access the framework. However instead of the control panel, I just receive the following message:
Sorry, there was a problem loading system config. Please contact your
system administrator.
Does anybody have an idea, what I can do to solve the issue?

APIC Cannot GET /apim while updating schema

am new to stackoverflow, and I thought of sharing this regarding an IBM product called APIC.
I did the whole deployment correctly as recommended by IBM on an Ubuntu Environment with mongoDB and MySQL using an AZURE Virtual Machine as Server. Whenever I try to update the schema of the database with the new models, I get an error saying:
Cannot GET /apim/dataSources/partials/dataSourceMigrate.html
Please help or ask me anything in case you need more info, and tell me if it's an error from Azure or IBM or me.
Thanks
This exactly happened to me once, and I contacted IBM for several weeks of give and take, to find out it's a bug on their side, not on the cloud side or your side :)
Check it here: https://stackoverflow.com/a/40016171/4694311
In this case, go back to using strongloop until they get it fixed.
Note that his is a bug on the operating system itself, it works on iOS but that would be useless on cloud.

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

VSO Migration: Unable to retrieve information for security object $PROJECT:vstfs:///

I have installed OpsHub and trying to migrate the source code from VSTF2013 to VSO. After selecting the TFS Endpoint and VSO Endpoint, clicking on Next. When trying to load the projects to be migrated I am getting this error, "TF50608: Unable to retrieve information for security object $PROJECT:vstfs:///Classification/TeamProject/faedd6e7-e2bc-4f91-917f-3823c951e71b, it does not exist."
When I select some other TPCs in the same VSTF server, I am able to load the projects in VSTF. Could not understand this error code if this is related to security configuration at TPC level or OpsHub is trying to load some project which is does not exist?
I have done some search on this error code TF50608, looks like this issue can occur if any Team Project is deleted and created with the same name. I am able to connect to TPC and load the projects using TFS Administration Tool (http://tfsadmin.codeplex.com/) but OpsHub fails to load the projects.
Is there any work around to skip this error and continue with the selection of the Team Project?
We have verified it is a defect. It will be resolved in the next build coming out soon.
use VERSION 1.0.1.005, in which this issue is resolved

AppFabric Dashboard Throwing Powershell Error

I have installed AppFabric onto Server2012. I checked the prerequisites were installed first and have installed accumulative update 3. I have an instance of SQL Server 2012 installed to SP1 and the OS indicates that all updates have been installed.
When viewing the dashboard I am receiving the error:
Unable to cast object to type
'System.Management.Automation.PSCustomObject' to type
'Microsoft.ApplicationServer.Management.Data.Group...'
I've found minimal information during my google searches, none of which are providing a solution to the problem.
Can anyone help with this?
I had the same issue and found that applying Windows Update KB2932678 (Cumulative update package 5 for Microsoft AppFabric 1.1 for Windows Server) stopped the error from coming up.
EDIT : KB3092423 (Cumulative Update 7) is the latest one I could find, so if you are going to apply an update you might as well apply the latest one.
I've had the same issue. I read somewhere (don't have the link) that it appears because there are no records in the AppFabric Monitoring DB's table that contains the instances (of the service).
Once you have at least one record there, the error will disappear and the Dashboard will show the WF instances correctly.
This worked in my case.
UPDATE:
To be precise, the table which is relevant for the AppFabric Dashboard to stop showing the aforementioned error is: AppFabric Persistence DB's table [System.Activities.DurableInstancing].[InstancesTable] . This table should contain at least one record that is related to the WF Service(s) that the current AppFabric Dashboard is shown for.