[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Eclipse confused having more than one db connected

  • Thread starter Thread starter DivyaTheja
  • Start date Start date
Status
Not open for further replies.
D

DivyaTheja

Guest
In this case, underlying problem is with the process of creating Database. We see this issue when we actually create database as a copy. Example: prodb test empty prodb test1 empty In the above example, even though test and test1 are two different databases, they both share same instance id. Because of the same reason, PDS OE confuses among the databases with same instance id. If we create database either by using -newInstance or from Data Administrator, above issue will not be seen. Example: prodb test empty -newInstance From Data Administrator Hope this helps, DivyaTheja

Continue reading...
 
Status
Not open for further replies.
Back
Top