Is it possible to migrate two database with same name (e.g.DB1 and db1)?

Hi,
I am trying to migrate two Sybase databases "DB1" and "db1".
In sybase "DB1" and "db1" are two different database.
OMWB doesn't complain anything but i am not able to see objects of "db1" database.
I noticed one thing that OMWB metadata has two entries for objects in database "DB1"
e.g.:
atwal2ora_dsn> select * from REPUSER.SYBASE12_SYSUSERS order by name;
------------------------------------------------------------------------------------------------------------------------+
| DB_ID | SUID | UID | GID | NAME | ENVIRON |
------------------------------------------------------------------------------------------------------------------------+
| 5 | -2 | 16395 | 16395 | TEST_GROUP1 | |
| 5 | -2 | 16395 | 16395 | TEST_GROUP1 | |
| 5 | 4 | 3 | 16395 | TEST_USER1 | NULL |
| 5 | 4 | 3 | 16395 | TEST_USER1 | NULL |
Thanks for your time
Mohinder

Mohinder,
Yes, its possible, but you seem to be using non case sensitive db settings. DB1 and db1 may be different but when we get to capturing the metadata about the db, this is getting confused.
I'd recommend keeping 2 repositories, one for each database.
Barry

Similar Messages

  • Unable to monitor two databases with same name on two different hosts

    I have got two databases with same name on two different hosts. I added one database to the list of monitored databases. Now If I try to add the other one , I get the message that the database is already being managed.
    Can't we monitor two databases with same name on two different hosts?

    you can... while saving the target,give a different name.. for eg target-2

  • How to create two employees with same name as supplier record?

    Dear all,
    We need to create a supplier record for an employee so that we can issue invoice for pretty cash payment. If there are 2 employees with same name, how can we create supplier records for these 2 employees? The system does not allow duplicate supplier name.
    Please advise.
    Regards,
    HY

    Hello,
    In R12 it is possible to create 2 employee with same name but different employee number.
    And also possible to create these 2 employees as suppliers in Payables.
    HTH,
    Vik

  • Two methods with same name but different return type?

    Can I have two methods with same name but different return type in Java? I used to do this in C++ (method overloading or function overloading)
    Here is my code:
    import java.io.*;
    public class Test{
    public static void main(String ar[]){
    try{          
    //I give an invalid file name to throw IO error.
    File file = new File("c:/invalid file name becasue of spaces");
    FileWriter writer = new FileWriter(file ,true);
    writer.write("Test");
    writer.close();     
    } catch (IOException IOe){
         System.out.println("Failure");
    //call first method - displays stack trace on screen
         showerr(NPe);
    //call second method - returns stack trace as string
            String msg = showerr(NPe);
            System.out.println(msg);
    } // end of main
    public static void showerr(Exception e){
         StringWriter sw = new StringWriter();
         PrintWriter pw = new PrintWriter(sw);
         e.printStackTrace(pw);
         try{
         pw.close();
         sw.close();
         catch (IOException IOe){
         IOe.printStackTrace();     
         String stackTrace = sw.toString();
         System.out.println("Null Ptr\n" +  stackTrace );
    }//end of first showerr
    public static String showerr(Exception e){
         StringWriter sw = new StringWriter();
         PrintWriter pw = new PrintWriter(sw);
         e.printStackTrace(pw);
         try{
         pw.close();
         sw.close();
         catch (IOException IOe){
         IOe.printStackTrace();     
         return sw.toString();
    }//end of second showerr
    } // end of class
    [\code]

    Overloading is when you have multiple methods that have the same name and the same return type but take different parameters. See example
    public class Overloader {
         public String buildError(Exception e){
              java.util.Date now = new java.util.Date() ;
              java.text.DateFormat format = java.text.DateFormat.getInstance() ;
              StringBuffer buffer = new StringBuffer() ;
              buffer.append(format.format(now))
                   .append( " : " )
                   .append( e.getClass().getName() )
                   .append( " : " )
                   .append( e.getMessage() ) ;
              return buffer.toString() ;
         public String buildError(String msg){
              java.util.Date now = new java.util.Date() ;
              java.text.DateFormat format = java.text.DateFormat.getInstance() ;
              StringBuffer buffer = new StringBuffer() ;
              buffer.append(format.format(now))
                   .append( " : " )
                   .append( msg ) ;
              return buffer.toString() ;
         public String buildErrors(int errCount){
              java.util.Date now = new java.util.Date() ;
              java.text.DateFormat format = java.text.DateFormat.getInstance() ;
              StringBuffer buffer = new StringBuffer() ;
              buffer.append(format.format(now))
                   .append( " : " )
                   .append( "There have been " )
                   .append( errCount )
                   .append( " errors encountered.")  ;
              return buffer.toString() ;
    }Make sense ???
    Regards,

  • How to separate two contact with same name

    Hi, anyone knows how to separate two contacts with same name in Contacts?  Actually they are two persons from two gmail contacts with same name but different contact numbers, different emails....etc, but Contacts assume they are same person and merge them as one!

    FG,
    In Lion, you have the File > Duplicate option. You will then have two copies of your document open, and the one on top will have the temporary filename "OriginalFileName copy", and your next responsibility is to File > Save (or Command-S) and rename the duplicate. At this point, you edit the copy's name, to perhaps ...copy 1, or whatever you wish. The document you had open when you initiated the File > Duplicate will still be there on your screen, waiting for you to Close it or continue editing.
    Jerry

  • It is possible to have two tables of same name in Oracle !

    Oracle Version:10gR2
    In MS-Access 2007, I had to use the 'Export' feature by which i copy a table (and its data) to an Oracle Schema via ODBC connection. Later i realised that , when copying tables with a mix of lower and upper case names , the table does not get copied(exported).But MS-Access will give you the message that Table got successfully exported.
    MS-Access messes around with Oracle Data Dictionary.
    When you issue
    SQL>select * from tab;
    TNAME                          TABTYPE  CLUSTERID
    AMStates                       TABLE
    Version                        TABLEYou'll see the table names . But when you try to DESCRIBE or SELECT this table, you'll get
    SQL>desc Version
    ERROR:
    ORA-04043: object Version does not existYou can even create another table with same name in this schema
    SQL>create table VERSION (X NUMBER);
    Table created.Why is this happening and how can i drop these "non-existent" objects?

    sometimes when you use third party clients (ODBC particularly) to create tables, you have to double-quote them to access them. tables names are case sensitive in this case. it is the same situation as if you want to use special caracters.
    so, you have to issue select * from "Version" .
    you can also have the same problem with the connection string.

  • Bootdisk two images with same name n time

    hello,
    I have copied new image on 6509 , s2t54-adventerprisek9-mz.SPA.151-1.SY1.bin but when i do show bootdisk: it shows 2 images with same name .
    6509#show bootdisk:
    -#- --length-- -----date/time------ path
    1     33554432 Apr 19 2013 03:22:44 +00:00 sea_console.dat
    2     99168744 Apr 19 2013 03:28:42 +00:00 s2t54-adventerprisek9-mz.SPA.151-1.SY.bin
    3            0 Apr 19 2013 15:44:26 +00:00 call-home
    4         7209 Jun 11 2013 15:02:10 +00:00 startup-config.converted_vs-20130611-150121
    5         7126 Jun 11 2013 15:37:38 +00:00 startup-config.converted_vs-20130611-153738
    6     33554432 Apr 19 2013 03:46:50 +00:00 sea_log.dat
    7     28856320 Apr 19 2013 04:04:56 +00:00 c6500-fpd-pkg.151-1.SY.pkg
    8     99763688 Nov 19 2013 10:22:30 +00:00 s2t54-adventerprisek9-mz.SPA.151-1.SY1.bin
    9     99763688 Nov 19 2013 10:22:30 +00:00 s2t54-adventerprisek9-mz.SPA.151-1.SY1.bin
    729382912 bytes available (295174144 bytes used)

    Its kind of cosmetic issue. Verify the same using the command dir bootdisk:
    Thanks & Regards,
    Karthick Murugan
    CCIE#39285

  • Source XML Structure-Two Nodes with same names

    Hi All,
    I have a strange situation. I am doing a Webservice to RFC scenario. The Third party vendor provided me with the Source XML fro me to create the datatype.
    <?xml version="1.0" encoding="UTF-8"?>
    <Envelope version="01.00">
           <Sender>
                 <Id></Id>
                 <Credential></Credential>
           </Sender>
           <Recipient>
                 <Id></Id>
           </Recipient>
           <TransactInfo transactType="data">
                 <TransactId></TransactId>
                 <TimeStamp></TimeStamp>
           </TransactInfo>
           <Packet>
                 <PacketInfo packetType="data">
                        <PacketId>1</PacketId>
                        <Action></Action>
                        <Manifest></Manifest>
                 </PacketInfo>
                 <Payload><![CDATA[<?xml version="1.0"?>
    <DATA_1>
           <FIELD1></FIELD1>
           <FIELD2></FIELD2>
           <FIELD3></FIELD3>
           <FIELD4></FIELD4>
           <FIELD5></FIELD5>
    </DATA_1>]]></Payload>
           </Packet>
           <Packet>
                 <PacketInfo packetType="data">
                        <PacketId>2</PacketId>
                        <Action></Action>
                        <Manifest></Manifest>
                 </PacketInfo>
                 <Payload><![CDATA[<DATA_2 language="en">
         <FIELD1></FIELD1>
            <FIELD2></FIELD2>
            <FIELD3></FIELD3>
            <FIELD4></FIELD4>
            <FIELD5></FIELD5>
    </DATA_2>]]></Payload>
           </Packet>
    </Envelope>
    As We see Above, There are 2 Nodes named "Packet" at the Same level.
    So When I try to create my datatype in XI based on this XML, XI wont allow to create 2 nodes with same names at the same level.
    We asked the vendor to change the name of the second Packet to Packet_1, they told they cant change it.
    Is there a way in XI to handle this issue??. ie to create 2 nodes with the same name at the same level??
    Thanks,
    Harsh

    Hi,
    Thats's funy, web service is exposed by PI... but it's the thirdparty (client of our web service server) who imposes their choice for structure !! Inversed world.
    Either in Data Type, you define the "Packet" node with an occurence 0..N (or at least 0..2). That will allow you to have the 2 desired nodes by your third-party !
    Or... as your third-party does not want to chance something in their side, that means they probably already have such a web service and so a WSDL file or an XSD of this structure... So ask to them to provide you this WSDL, and you, you will use it as an External Def.
    regards.
    mickael

  • Migrating multiple domains with same name - how? Rename? Migrate through temporary domain?

    Hi,
    we have acquired another company, and they have multiple, separate domains with the same name (every site has a domain with NetBIOS name "COMPANY" and DNS name "company.local"). Now we want to migrate all these domains into ours using
    ADMT.
    Unfortunately, we did not manage to migrate one of these domains completely, so the trust must remain established for some time. But we have to continue with the second domain - which normally would require a trust, but of course we can't establish a trust
    to two domains with the same name at the same time.
    I found two potential solutions for the dilemma, but I'm not sure if both are reasonable:
    1) Rename the domain with RENDOM.EXE to COMPANY2 and company2.local and then migrate with ADMT
    2) Migrate COMPANY to a temporary domain such as COMPANYTEMP and then migrate from COMPANYTEMP to our domain
    Given that there are roughly 100 users, 2 domain controllers and 8 other servers, what would be the better approach? Is option 2 possible at all, so would I be able to use the sidHistory attribute migrated from the original COMPANY domain in our domain at
    all?
    There is also an Exchange 2007 server, which seems to make option 1 impossible unless we find another way to migrate it (like, export all mailboxes to PST before migration) ...

    Ok, that's what I expected. Still, I have servers in the old domain, so if I do these steps:
    first create a new temporary domain i.e COMPANYTEMP and
    create trust between COMPANYTEMP -
    COMPANY(Right)
    then do the migration with sidHistory from COMPANY(right) --> COMPANYTEMP ,
    disconnect the domain COMPANY(right) ,
    users will lose connectivity to any servers in the domain. I understand that it does not work with all domains connected? Of course I can't make OURCOMPANY's domain controllers see the DCs of COMPANY (right) in DNS (though I could achieve it the other way
    round).
    My original plan was:
    first create a new temporary domain i.e COMPANYTEMP and
    create trust between COMPANYTEMP -
    COMPANY(Right)
    then do the migration with sidHistory from COMPANY(right) --> COMPANYTEMP ,
    create trust between OURDOMAIN and COMPANYTEMP
    then do the migration with sidHistory from
    COMPANYTEMP --> OURDOMAIN,
    Migrate users
    Migrate computers
    Migrate servers
    remove trusts and old domain
    But I see that this will not work out, right? So, my only option would be:
    first create a new temporary domain i.e COMPANYTEMP and
    create trust between COMPANYTEMP -
    COMPANY(Right)
    then do the migration with sidHistory from COMPANY(right) --> COMPANYTEMP ,
    Migrate computers and servers to COMPANYTEMP
    Install new Exchange server in COMPANYTEMP
    migrate mailboxes to COMPANYTEMP
    disconnect / abandon COMPANY(right)
    create trust between OURDOMAIN and COMPANYTEMP
    then do the migration with sidHistory from COMPANYTEMP
    --> OURDOMAIN,
    Migrate users
    Migrate computers
    Migrate servers
    Migrate mailboxes
    remove trusts and old domain
    And to minimize user impact, all this would have to be done in one go (over night), which is hardly possible .........................

  • Can two iPhones with same name sync with iTunes?

    I've just got a new iPhone 4 and immediately synced it with iTunes, transferring all the data from my old 3Gs including the phone name. This means that I now have two iPhones with the same name(3Gs and 4). What are my chances of keeping my 3Gs as a back-up phone that's still able to sync with my iPhone account or will I have to change to phone's name and install apps from scratch? I'd really appreciate any advice from the experts on this.

    You need to rename one of them. I would suggest that you backup and sync each device after the renaming.

  • Two albums with same name combined into one

    I have two greatest hits albums by different artists. Both albums are called 'greatest hits'. In iTunes on my Mac they appear as two different albums. I've just synched my music from my Mac to my iPhone (iOS8 I think). The albums have been merged into one greatest hits album (artists X songs have been added to artists Y a. How do I stop this?
    On my Mac I've renamed one album 'hits' and then resynched. There are now two albums: Hits by artist Y and Greatest Hits by artist Y (with no album artwork and the songs are actually by artist X).
    Thanks for any helps

    iTunes identifies an album by its name. If there is more than one album with the same name then iTunes will see it as one album. As you have found you have to give them different names.

  • One Artists, Two Albums With Same Name Displaying Together

    I have my itunes setup to show artists in grid view. When I double click on a particular artist and look at the albums, I see two separate albums grouped into one. This artist has two albums named the same; one from 1980 and one from 2003. They are distinctly different albums with the same name. The only way I can separate them is to tack on [2003] to the album title of the newer one. Is there a way to have them with just the name but separated?

    iTunes identifies an album by its name. If there is more than one album with the same name then iTunes will see it as one album. As you have found you have to give them different names.

  • SCCM 2012 -two machines with same name

    Hi,
    In SCCM 2012, when I do a search for a computer, the results bring up two machines with the same name and mac address.
    Why is the machines in SCCM 2012 twice?
    How do I resolve it?
    Thanks,
    hm087ster

    You should have one machine mark as obsolete.
    A record that is marked obsolete typically was superseded by a newer record for the same client. The newer record becomes the client's
    current record, and the older record becomes obsolete.
    https://technet.microsoft.com/en-us/library/bb633138.aspx
    Benoit Lecours | Blog: System Center Dudes

  • Two Albums with Same Name

    What is the best way to differentiate between two albums that have the same name? When I sort my Library by Album, the songs from albums with the same name are mixed together. I tried setting a "Grouping" but that doesn't seem to help.

    although not a perfect solution, you could use the disk number field. Highlight your album, right-click, choose "Get Info". Put each album as a different disk number and you'll be sorted.
    Normally this is for double albums where you'd have "1 of 2" and "2 of 2". However you can put in much larger numbers. I've been to 21, but I'd assume it goes much higher.

  • Two methods with same name?

    hello,
    When a class has two or more methods with the same name but each method
    accepts unique parameters ..... what is this called? Overloading?
    Thanks,
    jd
    public class Test{
         public Test(){
              String bubby = sayHI("Jason");
              System.out.println(bubby);
         public String sayHI(){
              return "hi";
         public String sayHI(String name){
              return "hi " + name;
         public static void main(String[] args){
              getPrefs gp = new getPrefs();

    is this also called overloading when your doing it with the constructor?Yes, unequivocally.
    8.4.7 Overloading
    If two methods of a class (whether both declared in the same class, or both inherited by a class, or one declared and one inherited) have the same name but different signatures, then the method name is said to be overloaded. This fact causes no difficulty and never of itself results in a compile-time error. There is no required relationship between the return types or between the throws clauses of two methods with the same name but different signatures.
    8.8.6 Constructor Overloading
    Overloading of constructors is identical in behavior to overloading of methods. The overloading is resolved at compile time by each class instance creation expression (�15.9).
    QED, &#167;

Maybe you are looking for

  • Date formats and etext templates

    I have been working with etext templates in the last few days and am struggling with date conversion. My XML file has dates in the format DD-MON-YY and my output requires DDMMYYYY. It seems that the format conversion in etext template only works when

  • Light room lens profiles

    Does anyone know how to make this work reliably?  All my lenses provide exit data, yet if I have the lens profile set to auto it often will not assign the right lens. Worse if I choose a devoloo preset that specifies a lens, then set it to auto and t

  • Standard Price in MR21

    Hi, We are using standard pricing, What amount should I encode in MR21 if in Legacy System, our Standard Price is with VAT

  • Programming Andor EMCCD GUI with Timed Structures

    Hi everyone, I am currently trying to program a GUI using Labview 2009 for Andor EMCCD camera IXon. I think basically there are 3 things that need to be monitored while running the program. 1. Monitor the temperature of camera to ensure that it is st

  • Can not access my iMessage

    I can't access my iMessage. It askes me to enter my passwors and I do so but I still can't get in