See if you are making all the necessary changes in dbid.xml file as per details below:
Sample dbid.xml file:
________________________________________________________________________________
<?xml version="1.0" encoding="UTF-8" ?>
- <ProjectDescription>
<PROJECT_NAME>**Put the Project Name**</PROJECT_NAME>
<DB_TYPE>2</DB_TYPE>
<DESCRIPTION>Created on 2013-11-24 04:00:08</DESCRIPTION>
<DB_CONNSTR_FORMAT>jdbc:mercury:sqlserver://ms240hpqcdb01.na.xyz.net:1433</DB_CONNSTR_FORMAT>
<DB_NATIVE_AUTHENTICATION>N</DB_NATIVE_AUTHENTICATION>
<DB_NAME>**Put the Project Schema Name**</DB_NAME>
<DBSERVER_NAME>ms240hpqcdb01.na.infy.net</DBSERVER_NAME>
<DB_USER_PASS>QCC:/iCq2kc1wVK2DrxZYi6SFg==</DB_USER_PASS>
<PR_HAS_VCSDB>Y</PR_HAS_VCSDB>
<PHYSICAL_DIRECTORY>**Put the repository folder path of the project**</PHYSICAL_DIRECTORY>
<USERS_QUOTA>-1</USERS_QUOTA>
<PR_IS_ACTIVE>Y</PR_IS_ACTIVE>
<SAQ_IS_ACTIVE>N</SAQ_IS_ACTIVE>
<VM_REPOSITORY />
<PR_LANGUAGE>English</PR_LANGUAGE>
<PROJECT_TYPE>Standard</PROJECT_TYPE>
<IS_TEMPLATE>N</IS_TEMPLATE>
<PROJECT_UID>**Project Unique ID**</PROJECT_UID>
<PR_SMART_REPOSITORY_ENABLED>**No**</PR_SMART_REPOSITORY_ENABLED>
<PR_IS_QPM_AUTO_CALC_ENABLED>Y</PR_IS_QPM_AUTO_CALC_ENABLED>
</ProjectDescription>
________________________________________________________________________________
Note that PROJECT_UID should be in hexadecimal number only (0 -9 or A-F).