savitr
7th June 2006, 15:04
Hi,
I am getting error 1515 (bdbpost) while running session "Create table from sequential dump"
we are on LN6.1
What should be done to correct it.:confused:
Thnx
Savit
Han Brinkman
7th June 2006, 15:59
You specified that you are using Oracle/SQL, since it's a database error you need to provide us more information about which database you are actually using.
Han
savitr
7th June 2006, 16:27
Hi, it is SQL in this case
Thanx
Savit
Brendan Shine
7th June 2006, 19:39
$oerr ora 1515
01515, 00000, "error dropping log group %s: no such log"
// *Cause: ALTER DATABASE is attempting to drop a log file which
// is not known to the database controlfile.
// *Action: Specify the name of an existing log file.
dave_23
7th June 2006, 19:40
Or for SQL
Cannot insert the value NULL into column '%.*ls', table '%.*ls'; column does not allow nulls. %ls fails.
to me that would suggest that the dump file is corrupt, maybe you transfered it in ascii rather than binary. or something.
Dave
savitr
8th June 2006, 08:19
the same message i am getting when i try to make entries in the said session manually (insert error 1515)
savitr
9th June 2006, 12:26
i checked in Programmers manual its license error
pls help what is to be done
dave_23
9th June 2006, 13:30
1515 means database error 515 so in this case it's SQL 515
If it's just Error: 515 is unpatched binary - then true it's license problem however.
You needed to license the mssql driver, or mssql level 2. the only people who can
fix it at this point would be support.
Dave