Talend Google Storage failed with Invalid argument - google-cloud-storage

I'm trying to use Google Storage components but they failed with Invalid argument error and then nothing else. But Google BigQuery components are running well. Has anyone encountered this issue?
I'm using Talend Open Studio 7.3.1

Related

HMS Core AI Model Integration Error 403 on Template File Download when Using MindSpore Lite Inference Engine

I'm using HMS Core Plugin - Model Integration from Coding Assistant to try to integrate my pre-trained model. I use MindSpore Lite inference engine and use caffemodel.
Setup my caffemodel with MindSpore Lite Inference engine
When I try to finish my setup, it says "checkAndDownload" file not exists and trying to download. After that, I get a 403 error on template download from http://cdn.ide.deveco.huawei.com//ai/download/foundation/template-1.3.1.zip
error 403 on download
Did I miss some configuration or it is a bug from the HMS plugin itself?
A 403 error is an access forbidden error. The reason for the error can be that the directory does not exist, the index is wrong, or that they are unpermitted to access the information/download.
At this time, the download may not be accessible by you.

SPSS Cloud can't open/create temporary file

When running a flow in Watson Studio that runs perfectly fine on SPSS Modeler Desktop, I get the following error:
> Failed to open/create file
> "/opt/IBM/SPSS/ModelerServer/Cloud/tmp/63E-7FE52328A7C0-5829-4-D.bin"
What can I do to resolve it?
could you provide the stream and how to reproduce your error?
as i know, modeler flow on watson studio has some different representation than desktop verison

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.

Need help to configure the AWS account information in eclipse neon

I added the AWS plugin in eclipse neon
I restarted the eclipse after plugin installation
After restarting the application it’s showing the error screen saying below errors
a. Internal error when running initial setup wizard - Internal error when scanning legacy AWS account configuration. java.lang.NullPointerException
b. Internal error when scanning legacy AWS account configuration – Internal error when scanning legacy AWS account configuration. java.lang.NullPointerException
c. Internal error when starting the AWS Toolkit plugin – Internal error when starting the AWS Toolkit plugin. Unable to load credentials into profile [default]: AWS Access Key ID is not specified.
I tried to add the using preference->AWT Toolkit option in window menu. But it’ showing me the error “The display page contains invalid values”
Can someone help me on this?
Eclipse_AWS_Plugin_Error

Error while deploying play web app into azure cloud

Hello i am trying to deploy play application into azure cloud using eclipse and application is working fine in azure storage emulator but while publishing the same in azure i am getting invalid publish setting file cannot parse the file error.I deployed code in azure using bit bucket and linked necessary database .When i try to access the URL i get "you do not have permission to view the file" message.
have followed this blog https://msopentech.com/blog/2014/09/25/tutorial-running-play-framework-applications-microsoft-azure-cloud-services-2/ still getting the same invalid publish setting file cannot parse the file error
can any one show me way.
thank you in advance!!