oracle apex CSV upload no data found error - oracle

I have an apex application which will upload .CSV file
I have 2 users both having same db access rights
One user able to upload .CSV file where second user is getting no data found error.
I m trying with same data .CSV file.
Any thoughts ?
-M Kani

Resolution: removing users uploaded file from www_flow_file_objects$
Issue: user uploaded csv files with incorrect data's. this caused the issue. So removed those csv file data and it worked
Example incorrect data: REF# etc.

Related

Receive unexpected output from TCPDF

I am using TCPDF with Laravel.
while using $tcpdf->Output() it showing me some object of tcpdf
Output:
This is what I got as output
That is the content of the pdf file that was created. If you give $tcpdf->Output('myfile.pdf','F') it will put all that content in the file 'myfile.pdf' on your server. If you want the file to be downloaded as soon as it is created you need to just specify the filename eg. $tcpdf->Output('myfile.pdf').
For more detail read https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF/#method_Output

Elasticsearch Is ML disabled for newer ES versions?

I'm using 7.8.1 version
I'm trying to upload csv data
I hit the link of Upload data from log file Import a CSV, NDJSON, or log file
And it takes me to /app/ml#/filedatavisualizer and shows the following error
{"statusCode":404,"error":"Not Found","message":"Not Found"}
There's discussion, at https://github.com/elastic/kibana/pull/24260 , they say it's been resolved, but it's not..
I found the answer,
you need to add the machine_learning_user or machine_learning_admin role to the user.
https://discuss.elastic.co/t/filedatavisualizer-is-only-reachable-when-using-a-user-assigned-to-the-original-super-admin-role-like-elastic/221270/2

unable to import products in magento 2

The first time I am hosting my Magento 2 version(2.3.4) website, I am facing here while uploading the product!
the error is :
Invalid value in Website column (website does not exist?) in a row(s): 1
and this is my CSV file
I have downloaded this sample file from the import section only
my upload file
I have tried many solutions on the internet
what is the problem here, What I suppose to give value for 'product_websites' ?
instead of sample file , please create one product from backend and export that product and use that sample file !
this fix my problem

The file name you submitted already exists on the server

Most of the time I upload an image I get an error which says "The file name you submitted already exists on the server". I am using codeigniter version 2.1.0.
Please help regarding how can I fix this.
Thanks
Please enable encrypt_name, find more here
$config['encrypt_name'] = TRUE;
By this line you are telling codeigniter to create (pseudo) random filname for your file therefore your file is going to be unique (in name matter).
Furthermore you can create such a system that uploads files in folders, consider following folder structure:
/files/pictures/<date_of_upload>/<random_string>_big.jpg
/files/pictures/<date_of_upload>/<random_string>_thumb.jpg

CRM data import error 0x80040265

I try to upload new Account with the data import wizard via a csv file, the only column is the Account Name. I always received the error code 0x80040265 with no log on the server. I do the same thing for Contact with more columns and it works without errors.
Someone have this problem?
After searching a lot, a plugin crashed for each account record into the csv file, it's not normal that there are no log...

Resources