Contents Index No name for argument No workload capture currently exists

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

No primary key value for foreign key '%1' in table '%2'


Item Value
SQLCODE -194
Constant SQLE_INVALID_FOREIGN_KEY
SQLSTATE 23503
Sybase error code 546
ODBC 2 State 23000
ODBC 3 State 23000
Parameter 1 Name of the foreign key.
Parameter 2 Name of the table with the foreign key.
Probable cause 

You attempted to insert or update a row that has a foreign key for another table. The value for the foreign key is not NULL and there is not a corresponding value in the primary key


Contents Index No name for argument No workload capture currently exists