As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Sqlcode is 208 ( hex:000000D0) Xopen: 42s02: Microsoft OLE DB Provider for sql server: [42s02] invaild object name 'v: W_901hraparticipationbylocation' [42000] statement9s0 could not be prep: ared.[] deferred prepare could not be completed. foc1406 sql open cursor error vw_hraparticipationbylocation
How do I correct this? Trying to point our development db to our producution backup db and this is the error I received. webfocus 7.6This message has been edited. Last edited by: Kerry,
The only time I have seen a FOC1400, it was accompanied by another FOC14xx (Maybe 142x?) which indicated, in my case, that the db was held open by someone, or something, that had an exclusive READ-WRITE on it... Make sure that's not the case... If you do see (maybe in the View Source) and associated FOC####, then please pass that on...
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
This sqlcode (208) / sqlstate (42s02) combination seems to indicate that the object you specified could not be found in the database. Can you explain the difference between the table name the message shows as 'vW_901hraparticipationbylocation' and the open cursor error for 'vw_hraparticipationbylocation'? It may be as simple as checking if the real table name indeed has an uppercase W?
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
This error can also occur when the id in the connection does not have access to the view.
So using the id that you have specified in the connection can you access the same view outside of webfocus. Or check with your SQL server admin and make sure the ID has access to the view you are trying to use.
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006
I'm talking to our DBA about this. It could be a connection that maybe broken in the process and a script need to be rerun for the connection to be establish. Thanks everyone for you responses.