Database schema SCM does not contain the associated database objects
I am getting the following error when i am trying to migrate the form to apex using application migration.
"*Database schema SCM does not contain the associated database objects for the project, aafs.*
*Ensure the database schema associated with the project contains the database objects associated with the uploaded Forms Module .XML file(s).* ".
Actully i am having one schema which i named as SCM, and i have defined one table TT.
I created one form test.fmb in which i used TT table.its compiled successfully.
Then i generated the xml file using frmf2xml from fmb file. After that, I created the project in appication migration wizard in SCM schema.
Project creattion is working fine.but when i m trying to create application,it is showing me above error.
can any one help in solving this problem.