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

Unable to get column information for the fields that are used in the query

Hi Qlikss. I got this error n my task failed in Qmc

What is the reason for this

                                     

SQL:

2017-05-08 01:00:06 0089   LOAD

2017-05-08 01:00:06 0090   Id,

2017-05-08 01:00:06 0091   Id2

2017-05-08 01:00:06 0092   SQL SELECT

2017-05-08 01:00:06 0093   Id,

2017-05-08 01:00:06 0094   bookit,

2017-05-08 01:00:06 0095   Id2

2017-05-08 01:00:06 0096   FROM Entrydata

2017-05-08 01:00:07        Error: Unable to get column information for the fields that are used in the query. Please make sure you have only one SELECT statement in a query editor. Description: INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations

9 Replies
Anil_Babu_Samineni

bookit is not there in Load Statement

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
prieper
Master II
Master II

Please add a semicolon between LOAD and SQL SELECT:

LOAD Id, Id2; SQL SELECT ....

stonecold111
Creator III
Creator III
Author

so what .. i don't want to load that field. Thats not the reason

it got succeeded for the past 3 months. it just failed today

stonecold111
Creator III
Creator III
Author

no it is there in script. but in log file it is not showing semicolon

prieper
Master II
Master II

Did you react on the second part of the message, explaining the error:

INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations

Probably your password (as admin) is still working, but what with the credentials for the server?

stonecold111
Creator III
Creator III
Author

salesforce sfdc connection i am using

avinashelite

As per the error

"INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations"

Your Password has expired so ask your IT team to reset

avinashelite

As per the error

"INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations"

Your Password has expired so ask your IT team to reset

stonecold111
Creator III
Creator III
Author

maybe .. i will check