Using Rational Rose to reverse engineer

Hi,
I am trying to reverse engineer the already existing code (it is an framework ) that our company is following. Any help in this direction will be really helpful.
What will be the starting point to do that.

Your postgresqldriver is missing ( in userlib/agent folder) - Could not load JDBC driver class .
Similar issue for SQL Server - Unable to connect to SQL Server 2005 using ODI 11 g

Similar Messages

  • Errors in reverse engineering process using rational rose

    Hi i am getting errors in reverse engneering process of making diagrams from java code.
    here si the loge file but i am not able to know the cause.
    00:18:13| CLASSPATH=D:\PROGRA~1\JMF21~1.1E\lib\sound.jar;D:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;D:\PROGRA~1\JMF21~1.1E\lib;d:\JMF2.1.1\lib\jmf.jar;�B9
    00:18:43| CLASSPATH=D:\PROGRA~1\JMF21~1.1E\lib\sound.jar;D:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;D:\PROGRA~1\JMF21~1.1E\lib;d:\JMF2.1.1\lib\jmf.jar;�B9;e:\Final Project\EE\src
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\Cataloge.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\CheckValidSession.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\Course.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\CourseRegHandler.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\IErrorMessage.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\ISucessMessage.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\ParamParser.java
    00:19:07| Error Resolving qualified name StringBuffer occured in File e:\Final Project\EE\src\com\pcit\application\PathParser.java
    00:19:07| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\Person.java
    00:19:08| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\Teacher.java
    00:19:08| Error Resolving qualified name String occured in File e:\Final Project\EE\src\com\pcit\application\User.java
    plz i need reply soon

    I'd find a way to set CLASSPATH inside Rose and forget about a system CLASSPATH environment variable. That's a bad idea. Lots of people are fooled into thinking that their CLASSPATH is all set because they've got an environment variable but don't realize that systems ignore it complelely (e.g., Tomcat, most IDEs, etc.) Rose might be one of them, too. Better to set CLASSPATH inside of Rose.
    I don't even have a CLASSPATH set on my machine. I set it every time I compile or run Java using the -classpath option. JMO - MOD

  • Reverse engineer using DBMS_METADATA

    Hi,
    Can I use DBMS_METADATA package to reverse engineer a scheduled job from the database. I tried running below statement but it only returns the first job no matter what I do:
    select JOB,WHAT,dbms_metadata.get_ddl('JOB',USER) FROM DBA_JOBS
    I even used a where clause to make sure that I am using a specific job but the output remains same I mean I get statement generated only for first job.
    Any thought?
    Onkar

    Solomon Yakobson wrote:
    Gokhan Atil wrote:
    You may try to use DBMS_JOB.USER_EXPORT:I don't believe DBMS_JOB.USER_EXPORT is available in 9i.
    SY.Tested or guessing? Anyway, you can believe that it's available:
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE    9.2.0.8.0       Production
    TNS for Solaris: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    FUNCTION BACKGROUND_PROCESS RETURNS BOOLEAN
    PROCEDURE BROKEN
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    BROKEN                         BOOLEAN                 IN
    NEXT_DATE                      DATE                    IN     DEFAULT
    PROCEDURE CHANGE
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    WHAT                           VARCHAR2                IN
    NEXT_DATE                      DATE                    IN
    INTERVAL                       VARCHAR2                IN
    INSTANCE                       BINARY_INTEGER          IN     DEFAULT
    FORCE                          BOOLEAN                 IN     DEFAULT
    PROCEDURE INSTANCE
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    INSTANCE                       BINARY_INTEGER          IN
    FORCE                          BOOLEAN                 IN     DEFAULT
    PROCEDURE INTERVAL
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    INTERVAL                       VARCHAR2                IN
    FUNCTION IS_JOBQ RETURNS BOOLEAN
    PROCEDURE ISUBMIT
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    WHAT                           VARCHAR2                IN
    NEXT_DATE                      DATE                    IN
    INTERVAL                       VARCHAR2                IN     DEFAULT
    NO_PARSE                       BOOLEAN                 IN     DEFAULT
    PROCEDURE NEXT_DATE
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    NEXT_DATE                      DATE                    IN
    PROCEDURE REMOVE
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    PROCEDURE RUN
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    FORCE                          BOOLEAN                 IN     DEFAULT
    PROCEDURE SUBMIT
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          OUT
    WHAT                           VARCHAR2                IN
    NEXT_DATE                      DATE                    IN     DEFAULT
    INTERVAL                       VARCHAR2                IN     DEFAULT
    NO_PARSE                       BOOLEAN                 IN     DEFAULT
    INSTANCE                       BINARY_INTEGER          IN     DEFAULT
    FORCE                          BOOLEAN                 IN     DEFAULT
    PROCEDURE USER_EXPORT
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    MYCALL                         VARCHAR2                IN/OUT
    PROCEDURE USER_EXPORT
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    MYCALL                         VARCHAR2                IN/OUT
    MYINST                         VARCHAR2                IN/OUT
    PROCEDURE WHAT
    Argument Name                  Type                    In/Out Default?
    JOB                            BINARY_INTEGER          IN
    WHAT                           VARCHAR2                INRegards
    Gokhan

  • Re: Rational Rose product and Forte

    We use Forte 3.0 with Rational Rose 4.0 since more than one year on a
    medium size project (10 developers). I have not tried Rose98 with Forte,
    so what I have to say may or may not apply to Rose98.
    In general I am very satisfied with the Forte support of Rose. The code
    generation facilities are sophisticated. For example from one attribute
    in Rose you can generate a virtual attribute and the corresponding get
    and set methods which implement the virtual attribute. You can even
    change the naming conventions (how to generate the name of get and set
    methods). You can also model all components of a Forte application like
    interfaces, events, eventhandlers, constants, domain types etc.
    Since access to the Forte repository is difficult, Rose does not read
    from or write to the repository. Instead you must export a plan as a
    .pex file, regenerate the plan from Rose and reimport the generated file
    into Forte. Rose correctly preserves the code that you have written as
    well as other information like GUI layout etc. Nevertheless this process
    is a bit tedious and prone to errors.
    Rose can import a Forte .pex and produce a model from it ("reverse
    engineering"). This works O.K. but I use it only on small prototypes
    that I developed in Forte to get a "first cut" of a model. The analyzer
    has only a few global options (for example whether you want to model
    object-valued attributes as associations or as attributes). In addition
    it names all attribute types and method parameters with fully qualified
    class names so that your methods tend to have very long signatures like
    Add(input source:Framework.IntegerData):Framework.IntegerData
    instead of
    Add(source:IntegerData):IntegerData
    On the other hand Rose generates correct Forte code if you use the short
    form in your model. So I use Rose mainly for forward generation.
    I find the combination of Rose with Forte very valuable, mostly because
    Forte does not allow a convenient documentation of plans, classes and
    attributes.
    If you have additional questions, I will be happy to answer them.
    Robinson, Richard wrote:
    >
    Has anyone used Rational Rose products and Forte? Could you post a short
    summary that explains how easy/hard it is to work with and whether or not
    the reverse engineering features work well?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>--
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I'm having the same problem. The last version of Forte known to work with Rose is Forte 3.0, but I can't find that version for download.
    Let me know if you've found any other solution.
    Adam Southall

  • Rational Rose product and Forte

    Has anyone used Rational Rose products and Forte? Could you post a short
    summary that explains how easy/hard it is to work with and whether or not
    the reverse engineering features work well?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Eric,
    As part of tool evaluation for modeling, We evaluated Rational Rose 98i . We
    were able to import forte pex files into Rose model.
    We had no problems with reverse engineering but there were problems related to
    round trip engineering.
    Since Rational Rose 98i did not have a repository based solution for
    configuration management, it was quite a task to keep the model in sync with
    multiple users updating it. However, I believe you can use Microsoft Source
    safe for configuration management though we did not try this.
    Ramesh Timakondu
    PSI Data SYstems Ltd.
    One Bank Street, Ste. 406
    Stamford, CT, 06905
    (203) 359 3992
    tnkrampsidata.com
    "Fingerhut, Eric" <Eric.Fingerhuthbo.com> on 02/16/2000 04:26:59 PM
    To: "'kamranaminyahoo.com'" <kamranaminyahoo.com>
    cc: (bcc: Ramesh Timakondu/Consultant/NAC)
    Fax to:
    Subject: (forte-users) reverse engineering with Rational Rose
    Is anybody using the above?
    If so, have you developed any scripts to facilitate updating the Rose model,
    and which you'd be willing to share? Or perhaps discuss jointly writing
    same?
    Ideally, there would be an Fscript to facilitate exposting Forte projects,
    and a Rose script to facilitate import.
    TIA,
    Eric
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Oracle 9i JDeveloper & Database & jdk 1.4 & Rational Rose 2002

    I am not sure if this is the place to ask these types of questions, but i am goin to ask anyway
    Here is my situation, I am doing a project with Rational Rose UML model. The program is written in Java, I wanted to use Rational Rose 2002 for UML model, JDeveloper for coding and Oracle Database
    1. After i downloaded Oracle 9i JDeveloper, the program said its certified for JDK1.3.1_02, is it safe to use JDK1.4.1_1 with it?
    2. Can i use 9i JDeveloper with Oracle 8i Database or its best to use 9i JDeveloper with Oracle 9i Database?
    3. Since Rational Rose 2002 only has Oracle 8 dataType, should i use Oracle 8i with it? or Oracle 9i will work anyway?
    Please help and email me at [email protected]

    1. To run JDeveloper use jdk1.3 but you can use it to develop applications with jdk1.4
    2. You can use Oracle9i JDeveloper with Oracle8i.
    3. Oracle9i will probably work, but rational might not be able to take advantage of the latest features of the database. Check out the UML capabilities of JDeveloepr.

  • How to integrate Rational Rose with JBuilder?

    Now, I use Rational Rose 2002.But I can't integrate it with JBuilder7.0.
    Help me!

    Also, you can use Rose JBuilder Link
    See http://www.ensemble-systems.com

  • EBS reverse engineer table/view names

    In SQL developer I connected to EBS and created some hierarchies from these tables - fnd_flex_value_hierarchies, fnd_flex_values_tl,FND_FLEX_VALUE_CHILDREN_V
    Now I am using the trying to reverse engineer in ODI using the EBS knowledge module, but I can't find these tables.
    ...I was told by an EBS person I should be using the above tables to build my account hierarchy...is this correct? Or are there other tables I should be using?
    Thank you,
    Jz

    Hi Frank,
    I assume you imported your Table definitions from a DDL file.
    Column datatypes appear in dialogs in the way you have described if Domains are set up during the import and the Columns are associated with these Domains.
    You can change this by opening the Preferences dialog (select Preferences from the Tools menu) and selecting Data Modeler/DDL in the tree.
    On the Data Modeler/DDL page of the Preferences you should unset the option "Create Domains During Import".
    David

  • Rational rose reverse engineer bug?

    I have a problem to do reverse engineering via rational rose enterprise edition of 2002 on windows XP for my existing java project. If a class has multiple implementations, only the first inherit relationship will be shown. For example, if class A implements interface B, interface C and interface D. the rose will only shows class A has an inherit relationship with interface B. There is no relationship will be shown between class A and interface C and D but actually class A also implements them.
    Anyone can help me find out what is wrong?

    In rose:
    Tools -> Java/J2Ee -> Reverse Engineer and then you set the classpath to what you want to reverse.

  • Reverse engineering with Rational Rose

    Is anybody using the above?
    If so, have you developed any scripts to facilitate updating the Rose model,
    and which you'd be willing to share? Or perhaps discuss jointly writing
    same?
    Ideally, there would be an Fscript to facilitate exposting Forte projects,
    and a Rose script to facilitate import.
    TIA,
    Eric

    Eric,
    As part of tool evaluation for modeling, We evaluated Rational Rose 98i . We
    were able to import forte pex files into Rose model.
    We had no problems with reverse engineering but there were problems related to
    round trip engineering.
    Since Rational Rose 98i did not have a repository based solution for
    configuration management, it was quite a task to keep the model in sync with
    multiple users updating it. However, I believe you can use Microsoft Source
    safe for configuration management though we did not try this.
    Ramesh Timakondu
    PSI Data SYstems Ltd.
    One Bank Street, Ste. 406
    Stamford, CT, 06905
    (203) 359 3992
    tnkrampsidata.com
    "Fingerhut, Eric" <Eric.Fingerhuthbo.com> on 02/16/2000 04:26:59 PM
    To: "'kamranaminyahoo.com'" <kamranaminyahoo.com>
    cc: (bcc: Ramesh Timakondu/Consultant/NAC)
    Fax to:
    Subject: (forte-users) reverse engineering with Rational Rose
    Is anybody using the above?
    If so, have you developed any scripts to facilitate updating the Rose model,
    and which you'd be willing to share? Or perhaps discuss jointly writing
    same?
    Ideally, there would be an Fscript to facilitate exposting Forte projects,
    and a Rose script to facilitate import.
    TIA,
    Eric
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Reverse Engineer Models Using DB Links ?

    Hi,
    I have tables that reside in database A.
    I can access those tables from Database B using db link.
    Is it possible to reverse engineer the tables belonging to database A in a model. If yes How?
    Please reply.
    Urgent Requirement
    Regards,
    Prerna

    Hi Prerna Vij,
    Yes you will.
    - In topology, create a physical schema in your dataserver B. Put the name of the source schema on A and enter the dblink name you want to use.
    - Create a logical schema and map it to the physical schema through contexts
    - In Designer, create a new model using the logical schema you just created and build all the datastore manually
    - Use these datastore as source in your interfaces and choose LKM Oracle to Oracle (DBLINK)
    Hope it helps.
    Regards,
    Jerome

  • Can SQL Dev Data Modeler be used to reverse engineer Windchill PDMLink

    Does anyone know if SQL Developer Data Modeler be used to reverse engineer Windchill PDMLink Oracle database? I need to get the DDL and ERDs from Windchill PDMLink.
    Can SQL Developer Data Modeler be used to reverse engineer object oriented Oracle databases?

    SQL Developer Data Modeler be used to reverse engineer Windchill PDMLink Oracle databaseprobably you mean Windchill PDMLink tables in Oracle database - yes, it's possible to get the structure of tables.
    Can SQL Developer Data Modeler be used to reverse engineer object oriented Oracle databases?It's not clear for me - you can reverse engineer definition of object and collection types, definitions of tables and views including those that use object and collection types in their definition.
    You can try it.
    Philip

  • Reverse-Engineer Java Code using JDeveloper

    Hi,
    Is it possible to reverse-engineer java code and produce class diagrams in JDeveloper? If so , how?
    I have JDeveloper 10g.
    Thanks

    Yes you can.
    Just open the java classes in a JDeveloper project, create a new class diagram and drag the classes onto the empty diagram.

  • Rational rose and LabVIEW

    I'm in the preliminary design stage of a task and I'm debating whether to use Object-Oriented design or Structured Analysis.  I'm using LabVIEW with TestStand to control/test quite a bit of hardware (test equipment, I/O cards, VME, VXI, GPIB, ethernet, etc).  The UML tool I have available is Rational Rose.  Any thoughts/guidance?

    Hi MrBean,
        Although I'm no expert in the different design
    paradigms, and in particular with relationship to Rational Rose (which
    I have limited experience with), I would most likely recommend
    Structured Analysis over Object-Oriented based mainly on the fact that,
    at present, LabVIEW is not an Object Oriented programming language.
    Structured Analysis provides more of a "how and in what order are
    things done" viewpoint (with its Functional, Data, and Dynamic
    viewpoints), and seems like a well suited design method for use with
    LabVIEW and TestStand.
    Hope those thoughts help MrBean, have a great weekend!
    Dan Weiland - Applications Engineer - National Instruments
    Dan Weiland

  • Not able to see executions in operator - Reverse engineer problem

    Hi All,
    I´m starting a new project, this is the situation. I've created the agent (physical and logical), it's running as a service (OPMN instance). When I execute the test, "Agent test Successfull". So I guess that is not the problem.
    I'm creating a new model, I've already created the Data server (SQL server), connection test is Ok, I've also created the physical and Logical Schema. The problem is after creating a new model, when I select reverse engineer option, everything looks like that data is being correctly retrieve, however data do not appear in the model. When I go to the operator to check the log, nothing is there. Any idea?
    Thanks in advance,
    Gonzalo.-

    >
    The problem is after creating a new model, when I select reverse engineer option, everything looks like that data is being correctly retrieve, however data do not appear in the model. When I go to the operator to check the log, nothing is there. Any idea?
    >
    Do you mean to to say that uou are not finding any infor about the reverse engineering process in Operator ?
    If yes then please note Standard reverse engineering does not list down the operation performed in Operator.
    If you are using some RKM then only it will display the steps performed in Operator

Maybe you are looking for

  • Can I use a different OS for different users?

    I have a Macbook Pro running OSX Lion and it would be easier to have two seperate user profiles (Work & Personal) with the Work profile using Windows 7 and my personal profile using OSX Lion. Is this possible? I've considered and dismissed Parallels/

  • Trouble installing bootcamp drivers in Windows XP

    I have an early 2011 Macbook Pro and I installed Windows XP Professional SP3 on my Mac just fine but according to the Bootcamp Assistant Guide, it says while in Windows insert your Mac OS X disc to install bootcamp driver by selecting setup.exe from

  • Create a ADF component by Class.forName (11g)

    Hello, I'm loading a list of components by an XML, and I'd like to create an istance by Class.forName, for example: UIComponent componet = (UIComponent)Class.forName("oracle.adf.view.rich.component.rich.input.RichInputText").newInstance(); but the sy

  • Can't fnd Data Controls in jdeveloper studio

    Here is my problem. I can't find Data Controls Accordion in jDeveloper studio. I red some body's reply about this subject and was trying to do what he was telling me to. What he suggests to solve the proble is just to delete "oracle.security.jps.conf

  • No puedo instalar pages en mi All in One

    Cada vez que intento instalar éste programa en mi nueva All in One, me dice ¨Hash mismatch¨, que significa èsto y que debo hacer?