Migrating from Development DB to Production DB

Posts   
 
    
yj
User
Posts: 39
Joined: 07-Aug-2007
# Posted on: 09-Nov-2007 11:15:21   

Hi All, i know this question might had been answered somewhere else in this forum, but i am currently in an urgent need to place my LLBL projects into production, hope you can help:

I m using SelfServicing, LLBLProGen 2, ASP.NET C#, and Oracle 10g.

My Original Schema (database) created in oracle is named as App_Test. Now that when i move to production, the schema name wil be changed to General_Customers. I tried changing the PersistenceInfoProvider.cs file details in order to reflect the new schema name, but i keep getting the error giving me "ORA-00942: table or view does not exist" error. I had triple checked the DB and found that the tables are already there.

Can anyone please point me to the right direction as to how to replicate the current project into another project with a different schema name? Thank you

yj

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 09-Nov-2007 11:47:55   

Please check Schema Name Overwriting in the manual's section "Using the generated code -> Application configuration through .config files"