Page 1 of 1

STACK TRACE ERROR

Posted: Wed Nov 05, 2008 11:56 am
by tomengers
Hi Folks ...

We are getting the following error on a first-time write to a new SQL Server table:

odbc_DIM_VOUCHER,0: Internal Error: (0): odbcupsert.C: 1328
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH

The error occurs immediately, so it is not a volume issue.

Any suggestions most appreciated.

... tom

Posted: Wed Nov 05, 2008 12:13 pm
by chulett
I know we've seen that gdb/sed message posted here before - do an Exact search for "check that 'gdb' and 'sed' are installed" and see if any of those posts help.

STACK TRACE ERROR

Posted: Wed Nov 05, 2008 4:49 pm
by tomengers
Problem resolved: was using Surrogate Key Generator and did not notice that datatype generated for surrogate column was BigInt Unsigned - and that was being mapped into the target column which was Integer 10. Compile was clean, but execution was not.

Thanks for the help ...

... tom