Master repository creation in ODI 11_1_1_7

We use ODI as embddeded solution in our application. The repositories get created using the SDK api's
We have been creating Master repository using api IMasterRepositorySetup.createMasterRepository with ODI 11_1_1_3
Now in ODI 11_1_1_7 this api is changed. It asks for DBA username and password. How would the end user can give this information.
Does anyone know if there is any other api or any solution to this.
Thanks in advance.
Edited by: user630376 on Jan 17, 2013 4:51 PM

Tried "SYS AS SYSDBA" as login and no password; it gives
java.sql.SQLSyntaxErrorException: ORA-01031: insufficient privileges
Could you please elaborate what do you mean by "The repositories and the topology can't be persistant ? "
When we deploy our application we ask for schema details where app will be deployed. this schema is empty initially.
Once the app is deployed and user tries sync source data with app that's when we create a ODI repositories and then repositories stay in this schema thereafter.
Thank you for your response.
Edited by: user630376 on Jan 18, 2013 11:08 AM

Similar Messages

  • Getting Error in Master Repo creation in ODI 10.1.3.5

    Hi All,
    I am creating Master repo with MS SQL Server 2000 and using two approches but getting error.
    In first approch -
    I am using Driver --->>> com.microsoft.sqlserver.jdbc.SQLServerDriver and
    URL---->>> jdbc:sqlserver://localhost:1433;selectMethod=cursor;database=Master_ODI;integratedSecurity=false
    Master repo starts but in between getting error "*connection closed*" and some time "*Not delete permission for user on SNP_LICENSE.*
    Second Approch -
    Using Driver -->> sun.jdbc.odbc.JdbcOdbcDriver
    Url-->> jdbc:odbc: <DSN name with master database in SQl Server>
    in this approch I am able to create Mater repo but in topology I am not able to see Master repo in Repository window.
    Please help me out if Iam doing somthing wrong or missed some steps.
    Regards,
    Vibhav

    Just follow the below steps to create master repository in MS SQL Server, you can find these steps in odi installation folder.
    Creating Repository Storage Spaces
    Create a database db_snpm to host the Master repository and a database db_snpw to host the work repository. Create two logins snpm and snpw which have these databases by default.
    Use Enterprise Manager to create the two databases db_snpm and db_snpw (allow about 40 Mb for Data and 20 Mb for Log for each of them)
    Use Query Analyzer or I-SQL to launch the following commands:
    CREATE LOGIN <mylogin>
            WITH PASSWORD = '<mypass>',
            DEFAULT_DATABASE = <defaultbase>,
            DEFAULT_LANGUAGE = us_english;
    USE <defautbase>;
    CREATE USER dbo FOR LOGIN <mylogin>;
    GO
    Where: <mylogin> corresponds to snpm or snpw <mypass> corresponds to a password for these logins <defaultbase> corresponds to db_snpm and db_snpw respectively
    Creating the Master Repository
    Creating the master repository consists of creating the tables and the automatic importing of definitions for the different technologies.
    To create the master repository:
    In the Start Menu , select Programs > Oracle Data Integrator > Repository Management > Master Repository Creation , or Launch bin/repcreate.bat or bin/repcreate.sh.
    Complete the fields:
    Driver : the driver used to access the technology which will host the repository. For more information, refer to the section JDBC URL Sample.
    URL : The complete path for the data server to host the repository. For more information, refer to the section JDBC URL Sample.
    User : The user id / login of the owner of the tables (previously created under the name snpm).
    Password : This user's password.
    ID : A specific ID for the new repository, rather than the default 0. This will affect imports and exports between repositories.
    Technologies : From the list, select the technology your repository will be based on.
    Language: Select the language of your master repository.
    Validate by OK.
    Creating the dictionary begins. You can follow the procedure on your console. To test your master repository, refer to the section Connecting to the master repository.

  • Master repository creation

    We directly tried to configure master repository from ODI installation then,
    *"INST-07309:Specified Master Repository credentials are not valid"- this error occured, and couldnot let us proceed.*
    We later tried with RCU but same error message occurred at the same stage.
    What is the solution for this??
    From where we can download rcu 11.5
    We searched alot but we could not found it.
    Help is highly appreciated.
    Thank you.
    Manish Subedi on Dec 22, 2011 3:48 AM

    John,
    Thanks for your help & patience.
    So here is wht I did.
    1. downloaded the file from the link that you provided below unzipped that file & it has 2 files in folder enu one is sqljdbc & the other is sqljdbc4. I copied the file
    sqljdbc4 to the drivers folder where odi was installed.
    2 I restarted all ODI components and tried to run the master repository wizard it came up with following while i started :
    A JDK is required to execute Web Services with OracleDI. You are currently using
    a JRE.
    OracleDI: Starting Master Repository Creation wizard ...
    Not sure if JDK is mandatory or we can go ahead only with jre
    3. I then made a connection for my master repository. checked connection got a connection successful. I then hit ok it did nothin so hit cancelled. Is there a way to test if it did something at this step ?? not sure if it creates some tables on backend i checked but there were none.
    4. Then i went to toplogy manager , hit on the new connection entered the details for the Oracle data Integrator connection & Database connection(Master repository) that we created in step 3. tested the connection it says successful connection.
    5. I hit ok on the screen & hit ok on the security repository connection screen & it does nothing. it keeps showing me the same screen without giving any errors.
    Not sure if there is an error file that i can check to know where exactly is it failing or any other thought that might be causing this?
    I have my server 2008 & ODI installed on the same machine
    Thanks in advance!

  • ODI - Master Repository Creation Issue

    Hi Experts, I trying to create a master repository in ODI Standalone version 11.1.1 (Internal Version 11.1.1.7.0_GENERIC_130302.2156) but the following error was ocurred:
    oracle.odi.setup.RepositorySetupException: Error while updating Schema Version Registry Entry for ODI. Check if user system has DBA permissions.
    at oracle.odi.setup.support.SchemaVersionUtil.setComponentInvalid(SchemaVersionUtil.java:234)
    at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:262)
    at oracle.odi.ui.gallery.support.MasterCreateRepositoryPage.invoke(MasterCreateRepositoryPage.java:231)
    at oracle.odi.ui.gallery.support.AbstractMasterRepositoryWizard$2.run(AbstractMasterRepositoryWizard.java:168)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.sql.SQLException: setComponentInvalid: component 'ODI' not found in schema_version_registry
    at oracle.ias.version.SchemaVersion.setComponentInvalid(SchemaVersion.java:1949)
    at oracle.odi.setup.support.SchemaVersionUtil.setComponentInvalid(SchemaVersionUtil.java:232)
    ... 5 more
    Do you have any idea what might be going wrong?
    Thanks in Advance!!!
    Héctor Ortega

    Looking at the error, it seems its permissions related issues. Check if all required permissions are set for ODI Master repository user/schema & system user.
    Its trying to update ODI repository version in SCHEMA_VERSION_REGISTRY table under system tables, but not able to do it due to lack of sufficient privileges.
    Regards,
    Santy

  • Master repository creation issue

    Hi ,
    I am trying to create ODI master repository. During the process I have received following error and not sure how I can resolve the issue.
    oracle.odi.setup.RepositorySetupException: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-10036: Importing object SNP_LINEACTION : null failed.
         at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:148)
         at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:222)
         at oracle.odi.ui.gallery.support.MasterCreateRepositoryPage.invoke(MasterCreateRepositoryPage.java:221)
         at oracle.odi.ui.gallery.support.AbstractMasterRepositoryWizard$2.run(AbstractMasterRepositoryWizard.java:144)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:656)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-10036: Importing object SNP_LINEACTION : null failed.
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2660)
         at com.sunopsis.dwg.DwgDuplicationTools.synonymImport(DwgDuplicationTools.java:2130)
         at com.sunopsis.dwg.DwgObject.importFromObjectLst(DwgObject.java:6493)
         at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java:6011)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5650)
         at com.sunopsis.dwg.DwgObject.importFromXmlWithCommit(DwgObject.java:5695)
         at com.sunopsis.dwg.DwgObject.importFromXmlWithCommit(DwgObject.java:5663)
         at com.sunopsis.repository.manager.RepositoryManager.importObjectsUsingImportFromXML(RepositoryManager.java:5126)
         at com.sunopsis.repository.manager.RepositoryManager.treatObjectList(RepositoryManager.java:3274)
         at com.sunopsis.repository.manager.RepositoryManager.treatTechnoList(RepositoryManager.java:3533)
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryImport(RepositoryManager.java:2702)
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java:1141)
         at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:141)
         at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:222)
         at oracle.odi.ui.gallery.support.MasterCreateRepositoryPage.invoke(MasterCreateRepositoryPage.java:221)
         at oracle.odi.ui.gallery.support.AbstractMasterRepositoryWizard$2.run(AbstractMasterRepositoryWizard.java:144)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         ... 1 more
    Caused by: java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace ODI_DEMO
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1079)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1466)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3752)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3887)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1508)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:650)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpLineAction.insertAction(GeneratedSnpLineAction.java:601)
         at com.sunopsis.dwg.DwgObject.insertActionForDuplication(DwgObject.java:3202)
         at com.sunopsis.dwg.DwgObject.insertForDuplication(DwgObject.java:3443)
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2616)
         ... 17 more
    Please help me to get the issue resolved.

    Hi
    Error : ORA-01658: unable to create INITIAL extent for segment in tablespace string
    Cause: Failed to find sufficient contiguous space to allocate INITIAL extent for segment being created.
    Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller value for INITIAL
    Check with DBA hope he will helps you toresolve your issue by inceasing tablespace memory
    Regards,
    Phanikanth

  • G/L Master Repository creation

    Hi Group,
    Is there a step by step document that guides you to create a custom repository ?
    We are planning to manage G/L master at central MDM level. Any info on this will be helpful
    Thanks,
    Stan

    Hi Martin,
    The console document for repository creation is good. Is there any document for creating a prototype too ? Anything that can help me setup a project plan for the prototype and also actually create it, would be a great help.
    Thanks,
    Stan

  • ODI repository creation

    Hi Friends,
    This is reddy..I am new to ODI..I have some douts on ODI
    1) How to create the repositiory in ODI ( Step By Step Information)
    2) Notes on ODI transformations
    3) Benifits of ODI comparing to other ETL tools
    Thanks
    Ranjith

    Master Repository creation :
    Assuming that you have an database user created to hold the Master Repository.
    1. Goto the Repository Management . You can invoke it from command prompt also using oracledi\bin\repcreate.bat or repcreate.sh script.
    2. Click onto the Master repository creation
    3. Fill up the details like driver , url , user , password . This user and password is of the database user who is going to store Master Repository.
    4. Click on Test and verify it is successfully connecting .
    5. Specify an ID number for this Master Repository
    6. Choose appropriate Technology
    7. Click Ok , it should create around 55 tables in the database schema.
    Work Repository :
    1. Invoke Topology and create a connection to the Master Repository created above.
    2. Goto repository tab and right click on to the Work Repositories ---> Choose Insert Work Repository
    3. Fill up the details and provide an ID for this work repository
    4. Click OK to create the work repository

  • Issue in creating Master repository from ODI 11g

    Hi,
    I am unable to create a Master repository connection using ODI 11g from local machine. I am using Oracle server of 11g version and have Master and a Work repositories in it. When I was trying to create a connection using ODI 11g it is throwing me the following error message,
    Could not connect to repository
    java.lang.IllegalStateException: Local Repository table is empty
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:373)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:72)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:501)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:553)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:529)
         at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:205)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Suggest me to resolve this issue.
    Regards, Sujeev

    Try following links.
    They are nice and Explanatory.
    http://www.odigurus.com/2011/10/creating-master-repository-using-odi.html
    http://odinetwork.blogspot.in/2011/03/creating-and-connecting-to-odi-master.html
    http://odiexperts.com/creating-master-and-work-repository/
    Thanks,
    Mahesh

  • Export and Import of master repository - error snpuser not found

    We had installed ODI on a windows server and created physicla and logical topologies etc and developed some models and projects.
    But we had sone all of this while still pointing to the demo master repository using the HypersonicSQL. This means we always have to have the 'Start Demo Agent' running etc.
    So we wanted to move to an Oracle based master repository. I have used the 'Create Master Repository' function to create a new repository using ORacle thinnet driver and this is all OK and I can sign in to the SUPERVISOR user.
    But when I export our existing repository from the 'HypersonocSQL' demo one to a ZIP file and then use the 'Import Master Repository' to create a master repository in the Oracle using thinnet driver etc - firstly it removes the repository details that I originally created - fair enough - then creates it all again but from the ZIP file.
    The SNP_ tables all exist in the oracle database user and I can see that in SNP_USER there is the record for SUPERVISOR etc.
    But when I try to sign in to this through topology manager or security manager - as SUPERVISOR I immediately get the error 'SNPUser does not exist'
    Am I doing something wrong with exporting my 'demo' master repository and trying to import it in to the new Oracle repository ?

    thanks - but that is effectivley what I did - used the repository import from my exported ZIP file - and it all imported OK - but the error on login to topology manager afterwards is that the snp user does not exist.
    Although I initially used the 'Master Repository Creation' I then adaondoned this - dropped and recreated my Oracle user 'snpm' that owns the master repository and used the import repository approach.
    I am trying to sign in as the standard SUPERVISOR user (that existed OK in the Hypersonic master repository that was exported to the ZIP file) and also trying other users that I know existed in the Hypersonic reporitory that I exported - same problem. I can see in Oracle SQL*Plus that in the SNP_USERS table the SUPERVISOR user exists.
    If I do instead carry out a standard 'Create Master Repository' and do NOT try to import anything then it works OK and I can sign in to the Topology Manager as SUPERVISOR.

  • RCU or Manual repository creation ?

    hi everyone,
    The master/work repositories could be created either by Repository Creation Utility(RCU) or by Master Repository creation wizard of ODI Studio
    RCU creates a single schema for both work and master repositories. But if we choose to create repositories using ODI Studio, it is be possible to create Master and Work repositories in two separate schema.
    Which would be the best practice to create repositories ? Using single schema for Master and Work or having separate schemas?

    Hi,
    As per my experience, creating Master and work in "separate" schema is always recommended.
    Thanks,
    Guru

  • (11.1.1.5) RCU or Manual repository creation ?

    hi everyone,
    The master/work repositories could be created either by Repository Creation Utility(RCU) or by Master Repository creation wizard of ODI Studio
    RCU creates a single schema for both work and master repositories. But if we choose to create repositories using ODI Studio, it is be possible to create Master and Work repositories in two separate schema.
    Which would be the best practice to create repositories ? Using single schema for Master and Work or having separate schemas?

    Hi,
    As per my experience, creating Master and work in "separate" schema is always recommended.
    Thanks,
    Guru

  • Blank Technologies list while creating master repository

    I am getting no technologies in the technologies list while creating the master repository in ODI. Unless I select something, master repository creation wizard is not allowing me to create a master repository. Can anyone help me where I need to mention the list.

    You need to have filled in the details in the connection boxes before a technology selection can be made.
    Craig

  • While starting the weblogic server i am getting the agent is not defined in the topology for master repository

    [INFO] MBeanExporter - Unregistering JMX-exposed beans on shutdown
    <Nov 8, 2013 2:53:54 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'oraclediagent'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "AgentServlet" faile
    d to preload on startup in Web application: "oraclediagent".
    ODI-1405: Agent OracleDIAgent start failure: the agent is not defined in the top
    ology for master repository.
    at oracle.odi.runtime.agent.servlet.AgentServlet$1.doAction(AgentServlet
    .java:828)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgOb
    jectTemplate.java:186)
    at oracle.odi.runtime.agent.servlet.AgentServlet.getSnpAgentForAgentInst
    ance(AgentServlet.java:820)

    Most of the time this error is coming from a wrong psservername parameter definition in configuration.properties of your Webserver. Be sure you can ping the servername or IP address defined, and the port is the Jolt port of the AppServer domain.
    Please, show us what's the value. And also your PTools, Weblogic, Tuxedo version and OS used.
    Nicolas.

  • Number of SNP tables created during master and work repository creation

    Hi All,
    I would like to know how many SNP tables are created during Master and work repository creation in
    10.1.3.5 v as I remember it was around 147 in earlier version .
    Any help will be appreciated
    regards,
    Palash Chatterjee

    Hi Palash ,
    ODI master repository have 58 SNP tables
    where as work repository have 88 SNP tables
    So in total 146 SNP tables are created during Master and work repository creation in
    10.1.3.5 .
    Thanks,
    Sutirtha

  • Issue in configuring the Master Repository in ODI

    Hi,
    I just downloaded and installed ODI. I wanted to create Master Repository in Sql Server 2005 (service pack 2). I gave the following string for jdbc:sqlserver://<servername>:1433;selectMethod=cursor;databaseName=odimaster;integratedSecurity=false. I also entered a valid username and password. Apart from this I have copied the sqlJdbc.jar file in the OraHome_1\oracledi\drivers directory.
    The above is resulting in an error. Has anyone faced this issue?
    Thanks,
    Amol

    Thanks John and Ioggo for helping me.
    I have got the Master repository configured by replacing the sqlJDBC.jar file that I intially had by 1.2. I also was able to configure the topology but unfortunately I am now stuck in configuring the work repository. I am following John's blog but each time I do a test connection it gives me connection failed. I have used the same connection string for JDBC. Following is my understanding on the different text boxes in the dialogue box, please let me know if my understanding is not right:
    I have created a separate database in sql 2005 for this and I am entering the name of the database in the 'Name' text box.
    For technology I am using Microsoft Sql Server
    Server - I am giving the name of the machine.
    Connection - I have created a sql user odiwork with relevant access in sql 2005 and I am passing the credentials here.
    Following is the detailed error that I am getting:
    com.sunopsis.sql.c: com.microsoft.jdbc.sqlserver.SQLServerDriver
    +     at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)+
    +     at com.sunopsis.graphical.l.pm.o(pm.java)+
    +     at com.sunopsis.graphical.l.pm.r(pm.java)+
    +     at com.sunopsis.graphical.l.pm.g(pm.java)+
    +     at com.sunopsis.graphical.l.pm.a(pm.java)+
    +     at com.sunopsis.graphical.l.pm.a(pm.java)+
    +     at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)+
    +     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)+
    +     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)+
    +     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)+
    +     at java.awt.Component.processMouseEvent(Unknown Source)+
    +     at java.awt.Component.processEvent(Unknown Source)+
    +     at java.awt.Container.processEvent(Unknown Source)+
    +     at java.awt.Component.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Window.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.EventQueue.dispatchEvent(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.Dialog$1.run(Unknown Source)+
    +     at java.awt.Dialog.show(Unknown Source)+
    +     at java.awt.Component.show(Unknown Source)+
    +     at java.awt.Component.setVisible(Unknown Source)+
    +     at com.sunopsis.graphical.l.pm.q(pm.java)+
    +     at com.sunopsis.graphical.l.pm.<init>(pm.java)+
    +     at com.sunopsis.graphical.frame.b.jh.bx(jh.java)+
    +     at com.sunopsis.graphical.frame.bo.w(bo.java)+
    +     at com.sunopsis.graphical.frame.bo.d(bo.java)+
    +     at com.sunopsis.graphical.frame.w.actionPerformed(w.java)+
    +     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)+
    +     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)+
    +     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)+
    +     at java.awt.Component.processMouseEvent(Unknown Source)+
    +     at java.awt.Component.processEvent(Unknown Source)+
    +     at java.awt.Container.processEvent(Unknown Source)+
    +     at java.awt.Component.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Window.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.EventQueue.dispatchEvent(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)+
    +     at java.awt.EventDispatchThread.run(Unknown Source)+
    Regards,
    Amol
    Edited by: AmolDatt on Aug 27, 2009 10:07 AM

Maybe you are looking for

  • Action link not working in Direct db request(OBIEE 11g)

    Hi all , My Requirement.. is... From direct db request .. i  need to navigate to detail report and it should be display the results(detail report results) based on the value,which user click's on the summary report. For the above requirement .. I hav

  • Running 9i Form in client server env

    I have instaled Oracle 9i DS on Win NT. I have created a form using 9i form. When i run the form it get a message "FRM-10142 - HTTP listener is not running on xyz machine at port 8888" This means that my form will run in a web based (thin client) env

  • I love Mac's and am looking to buy a laptap. Is ipad or Mac better when looking for a laptop

    I have a Mac at work and at home. I am looking to purchase either a Mac or iPad to use when on the road. In your opinion do I but a Mac or iPad?

  • How to get text in Next line of Label

    Hi, I am trying to write a code where when I press Enter the text in the text box appear on next line of label. However every new text is getting printed on the same line.. Here is my code: import java.applet.*; import java.awt.*; import java.awt.eve

  • The Item is not relevant to Billing for STO

    Hi I have created stock transport order (STO) for one plant to another plant, both plants belongs to the same company code. The scenerio is intra company stock transport. After creating delivery Doc.type NL, I want to create Proforma invoice. While C