Table/view doesn not exist, VS_ISBROKEN

  • Hi,

    We have following issue.

    Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 09:00:00 PM Error: 2012-mm-dd hh:00:03.39 Code: 0xC0202009 Source: Load SourceTable Source Source [1] Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x80040E14 Description: "ORA-00942: table or view does not exist". End Error Error: 2012-mm-dd hh:00:03.41 Code: 0xC004706B Source: Load Table SSIS.Pipeline Description: "component "Database Table Source" (1)" failed validation and returned validation status "VS_ISBROKEN". End Error Error: 2012-mm-dd hh:00:03.41 Code: 0xC004700C Source: Load SourceTable SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2012-mm-dd hh:00:03..41 Code: 0xC0024107 Source: Load SourceTable Description: There were errors during task validation. End Error Error: 2012-mm-dd hh:00:03.42 Code: 0xC00220DE Source: Load ViewPoint Staging Description: Error 0xC0012050 while loading package file "xx\Staging.dtsx". Package failed validation from the ExecutePackage task. The package cannot run. . End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 09:00:00 PM Finished: 09:00:03 PM Elapsed: 3.276 seconds. The package execution failed. The step failed.

    Source is Oracle.

    It says table/view doesn't exist.

    Is it not able to connect to Source? Or problem with specific table? Or with specific Column?

    Any help is appreciated.

  • It's saying it can't find the specific table or view. You'll need to look at the connection (data source) and see what table/view it's looking for.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

  • Oracle error "ORA-00942: table or view does not exist" either means that the table/view does not exist OR that the Oracle account a.k.a. userid, used to connect does not have privileges in such table/view.

    Be sure the Oracle account has privileges on the target table/view. Be sure you reference the table/view prefixing it with the schema name, just in case.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply