Pega 8.1.3 BIX error: table doesn't exist in target Database: PegaBixRepo
Hi,
we have setup BIX extraction rule in pega 8.1.3.
PostgreSQL server is the DB backend to which the extrcation rule should send data. we have setup the DB in pega and tested the connectivty.
On running the extract rule - we get the below error:
2019-05-21 10:38:37,211 [ PegaRULES-Batch-4] [ ] [ ABC:01.01.01] ( internal.access.ExtractImpl) INFO mpg - Processing extract rule with insKey :RULE-ADMIN-EXTRACT INT-TTT-GSM-ABC-WORK-ABCEXCEPTION TESTEXTRACT1 #20190521T102002.770 GMT
2019-05-21 10:38:37,219 [ PegaRULES-Batch-4] [ ] [ ABC:01.01.01] ( internal.access.ExtractImpl) INFO mpg - bix/useHistoryClasses setting has been disabled
2019-05-21 10:38:38,761 [ PegaRULES-Batch-4] [ ] [ ABC:01.01.01] ( internal.access.ExtractImpl) INFO mpg - Processing Class: INT-TTT-GSM-ABC-WORK-ABCEXCEPTION with 3882 instances (Processing count may vary as records get modified before BIX extraction)
2019-05-21 10:38:38,761 [ PegaRULES-Batch-4] [ ] [ ABC:01.01.01] ( internal.access.ExtractImpl) INFO mpg - BIX Version : 8.1.3
2019-05-21 10:38:38,775 [ PegaRULES-Batch-4] [ ] [ ABC:01.01.01] ( internal.access.ExtractImpl) ERROR mpg - abc.abcexception: table doesn't exist in target Database: PegaBixRepo
2019-05-21 10:38:38,790 [ PegaRULES-Batch-4] [ ] [ ABC:01.01.01] ( internal.access.ExtractImpl) INFO mpg - PAL Statistics for BIX Extract run :
Please help
***Edited by Moderator Marissa to update platform capability tags****


Hi All,
Was able to resolve this by adding the schema as "currentSchema=abc" in the postgreSQL Connection jdbc url within Pega database setting.
Thank you all for suggestion given.
Regards,
Sonal