• Topic
  • Discussion
  • UdaWikiWeb.TableViewSynonymNotFound7519(Last) -- Owiki? , 2016-08-19 15:01:04 Edit owiki 2016-08-19 15:01:04

    Progress Error Message: Table/View/Synonym not found (7519)

    The Table/View/Synonym not found (7519) error generally indicates a need to change how you identify the target TABLE/VIEW/SYNONYM.

    • If your table name contains special characters (most commonly hyphens or underscores), you will need to enclose the table names with double quotes. For example:

      likely to succeed SELECT * FROM "cust-account"
      likely to error SELECT * FROM cust-account
    • If you are now connecting to the Progress SQL-92 engine, you may need to ensure that all TABLE/VIEW/SYNONYM idnetifiers are more fully qualified. One of the following options will usually bring success.


    Referenced by...