Dirk, We found a minor bug in the Log to Database area. We use a case-sensitive SQL instance (don't ask).
The "Create Tables" button in SA 6.1 creates a table called "sadataprod", but the INSERT statement within your code trys to write to a table called "SAdataprod". In our world, they ain't the same. Same thing applies to the other log tables, create names <> insert table names Our fix was to rename the tables in SQL so I would suggest you just modify the create scripts. -Tom To unsubscribe send a message with UNSUBSCRIBE in the subject line to [email protected] If you use auto-responders (like out-of-the-office messages), make sure that they are not sent to the list nor to individual members. Doing so will cause you to be automatically removed from the list.
