Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field not found ....While loading data from QVD


Hi All,

I am getting Script execution error

Error: Field not found - < Some Field name>

                             General Script Error

while loading data from QVD.

It is working fine in local (in development).but getting error in production.

In production also it worked fine until yesterday. But today we are getting error.

Can any one tell why this is coming....................

Thanks

Charan

9 Replies
tresesco
MVP
MVP

Check if the qvd really exists in the said path(production). Or, if your user ID has proper access right to the folder.

Clever_Anjos
Employee
Employee

Check

1) your load comand has (qvd) at the end of From?

from yourqvd.qvd(QVD);

2) You app has correct security rights into the folder?

jvishnuram
Partner - Creator III
Partner - Creator III

Hi Charan,

Check all the fields in the table are exist or not, why in the sense some fields may deleted on today's version.

richard
Partner - Creator
Partner - Creator

Just load the QVD file manually with a "preceding load" and check what fields you get. If the field doesnt exist of is renamed then you need to make changes in your script conformed to the new field.

Not applicable
Author

Thanks for ur reply.

I have total 8 Qvd in same path. while loading data from last qvd I am getting this error. If user ID has no proper access right then I cannot fetch data from any of Qvd  so I think it not problem with access rights and Qvd are present in Specified path

Thanks,

Charan

Not applicable
Author

yes ,load command has .QVD Extension.

Until yesterday it works fine, today only I am getting error so I feel it is not problem with security

Thanks

Charan


Clever_Anjos
Employee
Employee

it´s not .qvd but a (qvd) after the extension

Something like this

Capturar.PNG.png

Not applicable
Author

I specified (qvd) after extension

jagan
Luminary Alumni
Luminary Alumni

Hi,

Can you attach the script you are using and some sample records in the QVD, I think the field is missing in the QVD.  Without checking Script and Sample data it is not possible to predict the reason for the error.

Regards,

Jagan.