Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mishraamit2485
Creator
Creator

Table not found in Stored Proc

Hi Experts,

We are facing a strange issue while running one SP(Execute SP_NAME), when I'm calling this SP from my QVD Gen it is throwing one error (Table Not Found) attaching the log File.

But when i'm executing the same SP in my SS Studio it is giving me proper records but failing in QVD Gen, any guess.

-----------------------------------------------

Point to note: till 2 days back it was running well but today some changes have been done in that SP after that it has been failing in my QVD Gen(But same time running well SS Studio sounds strange)

15 Replies
Kushal_Chawda

see the screenshot

Untitled.jpg

qlikviewwizard
Master II
Master II

Thanks for the info.

sasiparupudi1
Master III
Master III

Try

sql {call dbo.SP_NAME} ;

Anonymous
Not applicable

Hi,

Try this

SQL GRANT EXEC ON  dbo.SP_NAME TO <UserName>

mishraamit2485
Creator
Creator
Author

Hi All,

It was the issue with the DB Server it was not allocating the enough resources to execute.

Thanks everyone for their suggestions.

sasiparupudi1
Master III
Master III

Hi Amit

Please close this thread by marking the correct answer so that it will benefit others who might have similar problem.

Thanks

Sasi