Postgresql schema reading fails

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
shripatel
User
Posts: 40

Postgresql schema reading fails

Post by shripatel »

database :postgresql
issue: which refreshing db schema

Due to some table structure schama reading and updation fails and when it reaches to 100% of schema reading it says,

Load database failed,do you want to view the report of synchronization ?

But it fails to generate log file and gives me empty .txt file.

Please help so that i can see which table is not getting read properly.


danielc
User
Posts: 1601

Post by danielc »

You may post your database schema (CREATE TABLE statements) here.


shripatel
User
Posts: 40

Post by shripatel »

I found the root cause,

php report maker can not handle custom data type created by me. i removed that and it worked. Took me a day to figure out.


Post Reply