SQL Server 2000 outer joins are working fine with full client but in webi 6.1a the SQL generated is incorrect. The .prm file has been changed to outer joins DB" (same as with the full client version). The code is generated with the 'left outer' as expected, but there's also an '*' in front of the '=' that shouldn't be there. I have also tried FULL_ODBC and ANSI_92 but neither generates the correct code. And yes, we did have this working in earlier webi installations! Any ideas?