JUnit with Business Component project

I'm trying to test how JUnit works with a business component project. I installed JUnit extension for JDeveloper 9.0.3 with OA Exentions (for 11.5.10 CU2) and followed the associated help files to create a test suite for the Tutorial project and the CreateAM application module. When I run the test suite, all the tests error saying that it couldn't find the Configuration that I created for the application module. Has anyone run into this and know what the resolution is?

Thanks for that link, it provides alot more detailed information on what is going on than the basic help pages provide.
I still have the problem though. In step 3 of that guide it says to select a Configuration. You create that by right clicking on an AM and selecting Configurations and New. When you click OK with the 9.0.3.5 build 1437 (JDeveloper with OA Extension for 11.5.10 CU2), the bc4j.xcfg doesn't get updated and when the JUnit test is run, it errors saying it can't find the Configuration. I tried creating one manually from an example Configuration I created using JDeveloper 10.1.2 (it works in that version) but the tags must be different because then JUnit gives a parsing error.
I opened a SR with Oracle to see if they can reproduce the test case.
Thanks, Rob

Similar Messages

  • Deploy Business Component Project with 3.2

    I use the JDeveloper 3.2 to create a simple Buciness Component Project, with an application module, which contains only a table object(entity & view object). I follow the step of deplyment in the
    on-line help to deploy the project as an EJB session Bean for 8i, (set the application Module's remote mode to "EJB Session Bean", create the deployment profile, than deploy it.) However, I got a lot of error message with the following err-code. Where am I wrong? Please help me. Thank You...
    ORA-29521 referenced name string could not be found
    ORA-29534 referenced object string.string could not be resolved
    (I have successfully deploy a Business Component Project with JDeveloper 3.1.2 in another environment with the same Database schema. I have no idea why can't I deploy the project with
    3.2?)
    ERic

    fter granted Java2 permissions, the above problem was solved, however, I got the following error message
    when I deploy the business project:
    Loading EJB Jar file and Comm Stubs Jar file...
    Cannot locate the LoadJava server: Unknown reasons
    *** Errors occurred while deploying the EJB to 8i JVM ***
    can anyone help me?
    ERic

  • JUnit with Business Components

    I'm trying to test how JUnit works with a business component project. I installed JUnit extension for JDeveloper 9.0.3.5 with OA Framework (for 11.5.10 CU2) and followed the associated help files to create a test suite for the Tutorial project and the CreateAM application module. Part of the setup is to create a Configuration file for the application module, which I did by right clicking on the AM and selectin Configuration and New.
    When I run the test suite, all the tests error saying that it couldn't find the Configuration that I created for the application module. Has anyone run into this and know what the resolution is?
    Thanks, Rob

    Thanks for that link, it provides alot more detailed information on what is going on than the basic help pages provide.
    I still have the problem though. In step 3 of that guide it says to select a Configuration. You create that by right clicking on an AM and selecting Configurations and New. When you click OK with the 9.0.3.5 build 1437 (JDeveloper with OA Extension for 11.5.10 CU2), the bc4j.xcfg doesn't get updated and when the JUnit test is run, it errors saying it can't find the Configuration. I tried creating one manually from an example Configuration I created using JDeveloper 10.1.2 (it works in that version) but the tags must be different because then JUnit gives a parsing error.
    I opened a SR with Oracle to see if they can reproduce the test case.
    Thanks, Rob

  • Initialize Business Component Project

    I want to get the Initialize Business Component Project dialog box for a new project from Business Component from tables option but it doesn't appear.
    I need to change the connect string to XE insted of ORCL because I em using XE.
    Thank you

    Hi,
    this question is not clear. What do you mean with initialize Business Components Project ? Open the project properties and change the database connection under the Business Components node
    Frank

  • JDEV3.2.3;IDE;Business-Component-Project can't be openend

    Hi,
    My workspace consists of several projects and one is dedicated for business-components only.
    Any projects in my workspace can be opened by JDev3.1 and JDev3.2.2 individually.
    JDev3.2.3 is able to load the non-business-components projects, but hangs, if I try to open my bc-project or the workspace that contains any projects.
    "Hangs" means, JDeveloper shows the busy cursor for a long time and the Windows Task Manager shows that JDev does not respond at all.
    I would really like to benefit by the bugfixes in JDev3.2.3, but what must I do to become lucky?
    TIA
    @i
    null

    Hi Masazumi,
      Thanks for your reply..Did that OSS note resolved your issue completely?
    Incidently SAP also requested the same... which I have implemented.. It looked like after this I was able to go a little further .. but still not able to delete the extension. The new error, while trying to delete the extension,  is
    "Table CI_FEW_ORGMAN can’t be created with Package YDWE".
    The package YDWE was created by me during the project creation and linked to the project. I had also created another project at the same time when the first project couldn't be generated without the error.
    This time while deleting the extension, the system asked me for a transport and I prompty provided the custom package YDWE and from that point on wards I am getting this new error.
    Any help would be appreciated.
    Thanks

  • Problem with Business Component when joining multiple tables

    I have a table that contains foreign keys from 4 other tables. When I view the table in the Business Component Browser it only returns one record. But when i run the same query in toad it returns the correct number of records. I'm I missing something or is there a bug in the application module?

    Could you be more specific?
    Supply the query and tables' definitions.
    Is it right that you have created a compound view from all of the five tables?
    Base Table
    -> FK_Table1
    -> FK_Table2
    If so, check, whether the wizard correctly generated the associations info in this VO's XML file.
    Actually, you recognize this as soon as he generates the query : the where clause should show appropriate fields being connected.
    Another question is if you want to use inner or outer joins to the referencing FK tables.
    You may also be interested in seeing my earlier post:
    "BC4J; VO Wizard & References for multiple usage of one table".
    Petr
    null

  • Problem with Business Component creation

    Hi,
    I create a very simple table using
    <code>
    -- Create
    create table TACCOUNT (
    PRIMARY KEY (userid),
    userid NUMBER NOT NULL,
    pwd VARCHAR2(48),
    email VARCHAR2(48),
    address VARCHAR2(48)
    </code>
    <problem>
    I am trying to use JDeveloper to generate an entity object
    using New business component package/Next/Entity Object mapped to Schema Objects/Next/Select Table/Next/Finish
    The fields generated for the object are as follows:
    NoName
    NoName1
    Userid
    Pwd
    </problem>
    Any idea?

    Turns out I was misinformed and the DB is 8.1.5. The problem sems to be either the JDBC is not correctly interperting the DB or the metadata is formatted differently. Is it possible that there is a JDBC version mismatch? How do I find out the JBDC version type on the DB? This is preventing me from creating entity objects.
    Regards,
    Bill

  • Problem with Business Component Browser

    I'm using JDeveloper 11g 11.1.1.0.2 on Windows XP. I'm trying to test a view object.
    I've created an application module, right click on the module and click on run. The "Select Business Components Configuration"
    dialog box pops up, I accept the default configuation name, and click "Connect".
    An external application called oracle.jbo.jbotester.MainFrame launches and then crashes with the message
    "oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found".
    The "121A74FE9D0" is a runtime argument to the jbotester.Mainframe application. Anyone know what this argument
    is and how to fix it ??
    Here are the application parameters:
    oracle.jbo.jbotester.MainFrame
    -X 121A74FE9D0
    -H "jar:file:/E:/Oracle/Middleware/jdeveloper/jdev/doc/studio_doc/ohj/bc4j_f1.jar!/bc4j_f1.hs"
    and here's the stack trace:
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: JBO-29000: Unexpected exception caught:
    oracle.jbo.ConfigException, msg=JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:90)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:83)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:447)
    Caused by: oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:571)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:603)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:439)
    ## Detail 0 ##
    oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:571)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:603)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:439)
    ----- Level 1: Detail 0 -----
    oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:571)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:603)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:439)
    Thanks,
    Bob

    Right click on your app module
    Select Cofiguration, do you see any configuration Names at all, if yes what are they, it seems like you are trying to pass the cofiguration name that does not exist in your app module configuration,
    your DataBindings.cpx
    should have
    <dataControlUsages>
      <BC4JDataControl id="AppModuleDataControl" Package="MyProject.model"
                         FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                         SupportsTransactions="true" SupportsFindMode="true"
                         SupportsRangesize="true" SupportsResetState="true"
                         SupportsSortCollection="true"
                         Configuration="SimplyAdfModule" syncMode="Immediate"
                         xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
    </dataControlUsages>here SimplyAdfModule is the configuration name, that points to some JDBC DataSource

  • Testing problem with Business Component Browser

    I installed Jdeveloper3 and brought up the Bc4j sample (OrderEntry.jws). I went through the overview and then tried to test (right-click and select test) both the application module and the package. The browser comes up, but there are no views or any other objects. It is empty. I went through the tutorial on building Business Components using the emp and dept tables. Same problem when trying to test. The connection works because I created jsp pages using the views and all worked fine.

    Hi,
    Try resizing the tester window... there is a known issue with the tester wherein sometimes the window does not repaint. Resizing the window solves this problem.
    Please let us know if this is not the issue.
    Thanks,
    Arun

  • Business Component Browser cant find the Database Connection

    Hi all,
    I created a project with JdevTP3, created a database connection, the entities from the tables and the view objects. I'm trying to test it with Business Component Browser and it always give me the message :
    (oracle.jbo.ConfigException) JBO-33003: Connection name <conn_name> not defined
    I'm using a JDBC URL connection with a XE database. I've also tried with a IDE connection, copying it to the project. The same error.
    I reinstalled the jdev and nothing. It seems to be a easy one but I'm new with JDeveloper.
    Tks.

    Hi,
    yes, i have everything installed without spaces (C:\jdev11gtp3). I right-clicked the app module, it shows me the "select business components configuration" dialog where the JDBC URL connectio is and when i click connect it shows me the message :
    (oracle.jbo.ConfigException) JBO-33003: Connection name ORACLE_RSC not defined
    If I click <stack> in the error windows it shows me :
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:90)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:83)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:434)
    ## Detail 0 ##
    oracle.jbo.ConfigException: JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1082)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:596)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:580)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    ----- Level 1: Detail 0 -----
    oracle.jbo.ConfigException: JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1082)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:596)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:580)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    But there is a ORACLE_RSC JDBD URL connection that i used to fetch the tables to create to entities...
    any ideas???
    Tks..

  • Business Component Tree

    How can i Create multi hierarchy Tree with business component?
    1
    1.1
    1.1.1
    1.2
    1.2.1
    1.2.2
    .

    thanks timo
    but let me clarify the question.
    i have a table ACCOUNT
    AccountCode AccountName InvoiceTo
    1*************account1
    1.1***********account1.1**********1
    1.1.1**********account1.1.1******** 1.1
    1.2*********** account1.2**********1
    1.2.1**********account1.2.1 *******1.2
    InvoiceTo foreign key to accountCode
    childs can grow dynamically not predefined
    Edited by: user5837311 on 17/02/2009 03:08 ص

  • Next record Error in Tomcat deployment of business component

    I built a simple business component project for Dept in Scott table. I created a JSP client, mainly following the tutorial in Jdeveloper. Then I ran main.jsp in JDeveloper. This ran fine. I selected the deptview. I was able to scroll through department using next record arrow.
    I deployed this application in Tomcat using the deployment profile as webapplication to web sever. When I run this, the main.jsp runs fine. I am also able to go to the deptview. When I try to scroll through the records using the next record arrow the top portion says page can not be found. Insert record works fine.
    When I select insert record it seems to go to http://localhost:8080/sssdept1/jspsdept1_html/DeptView_Insert.jsp.
    When I try to use the next record arrow it seems to go to http://localhost:8080/jspsdept1_html/DeptView_Top.jsp?DeptView_NAVIGATE=NEXT.
    I think that this path is missing the sssdept1 folder. I am not sure how to add this to the usebean. Can anybody help?

    Can you be more specific?
    Which JSP page?
    Should I work in Jdeveloper or in the created files?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jdeveloper:
    Try setting the target URL in the NavigatorBar WebBean within the page. The problem here is that the URL information has been lost. Use the setTargetUrl(String sUrl) method in your JSP page.
    <HR></BLOCKQUOTE>
    null

  • Problem with query an External Business Component!

    Hi guys,
    I have created a Business Object based on an External Business Component.
    In a WorkFlow in a step of type 'Siebel Operation' for operation I chose 'Query'.
    In the section 'Search Spec Input Argument'
    For 'Search Specification' I tiped " [Flag] <> 'N' " and no rows are selected :( (for sure there are rows in the table that are true for this condition)
    For 'Expression Business Component' and 'Filter Business Component' I tiped my BC
    I also would like to mentioned my BC has a field with 'Name' = 'Flag'
    I am not sure that my description is quite clear, if you have any questions please ask.
    Edited by: slyy on Jun 10, 2010 11:41 PM

    Is the WF based on a Business Object i.e. does the WF record (where you specify Workflow Mode, and give it a name) have an entry in the Business Object field?
    If it does, is the Business Component that you try to query on the driving business component of that business object?
    If not, then that is the problem.
    Axel

  • Issue with "firstRecord" Business Component method of JAVA Data bean API.

    Hi,
    Following is my use-case scenario:
    I have to add or associate child MVG business component (CUT_Address)
    with the parent business component (Account) using JAVA Data bean API.
    My requirement is: first to check whether child business component(i.e. CUT_address) exists. If it exists then associate it with parent business component (Account)
    otherwise create new CUT_address and associate it with account.
    Code (using JAVA Data bean APIs) Goes as follows:
    SiebelBusObject sBusObj = connBean.getBusObject("Account");
    parentBusComp = sBusObj.getBusComp("Account");
    SiebelBusComp parentBusComp;
    SiebelBusComp childBusComp;
    // retrieve required account.. Please assume Account1 exists
    parentBusComp.activateField("Name");
    parentBusComp.clearToQuery();
    parentBusComp.setSearchSpec("Name", "Account1");
    sBusComp.executeQuery2(true, true);
    sBusComp.firstRecord();
    Counter = 0;
    while (counter < Number_Of_Child_Records_To_Insert)
    childBusComp = parentBusComp.getMVGBusComp("City");
    associatedChildBusComp = childBusComp.getAssocBusComp();
    childBusComp.activateField("City");
    childBusComp.clearToQuery();
    childBusComp.setSearchSpec("City", Vector_of_city[counter]);
    sBusComp.executeQuery2(true, true);
    if( sBusComp.firstRecord() )
    // Child already exist and do processing accordingly
    else
    // Child does not exist and do processing accordingly
    childBusComp.release();
    childBusComp = null;
    associatedChildBusComp.release();
    associatedChildBusComp=null;
    Now the issue with this code is: For the first iteration, SbusComp.firstRecord returns 0 if records does not exist. However from the second iteration, SbusComp.firstRecord returns 1 even if there is no record matching the search specification.
    Any input towards the issue is highly appreciable.
    Thanks,
    Rohit.

    Setting the view mode to "AllView" helped.
    Thanks for the lead!
    In the end, I also had to invoke the business component method SetAdminMode with "true" as the argument so that I could also modify the records from my script.

  • "Error loading Business Component" in all projects (10.1.3 EA)

    I have just started getting the following error message prompt when I attempt to expand any of my projects in the Appplication Navigator:
    Error loading Business Component:
    <path to>\Model.jpr
    Exception: java.lang.NullPointerException
    Here is a sample stack trace:
    java.lang.NullPointerException
         at oracle.jbo.dt.jdevx.ui.JdxVcsListener.<init>(JdxLoader.java:1723)
         at oracle.jbo.dt.jdevx.ui.JdxJboAddin.initVCSListener(JdxJboAddin.java:684)
         at oracle.jbo.dt.jdevx.ui.JdxJboAddin.initJboProject(JdxJboAddin.java:203)
         at oracle.jbo.dt.jdevx.ui.JdxLoader.doOpenProject(JdxLoader.java:1500)
         at oracle.jbo.dt.jdevx.ui.JdxLoader.openProject(JdxLoader.java:1454)
         at oracle.jbo.dt.jdevx.ui.JdxLoader.update(JdxLoader.java:147)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:94)
         at oracle.ide.model.Node.notifyObservers(Node.java:458)
         at oracle.ide.model.UpdateMessage.fireObjectOpened(UpdateMessage.java:681)
         at oracle.ide.model.Node$1$4.run(Node.java:1527)
         at oracle.ide.model.Node$1.invokeLaterIfNeeded(Node.java:1587)
         at oracle.ide.model.Node$1.nodeOpened(Node.java:1520)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:1139)
         at oracle.ide.model.Node.open(Node.java:573)
         at oracle.ide.model.Node.ensureOpen(Node.java:976)
         at oracle.ide.model.DataContainer$2.run(DataContainer.java:147)
         at oracle.ide.model.Node.runWhileSynchronized(Node.java:809)
         at oracle.ide.model.DataContainer.getSharedPropertiesOnly(DataContainer.java:152)
         at oracle.ide.model.Project.getPropertiesImpl(Project.java:1047)
         at oracle.ide.model.Project.getProperties(Project.java:320)
         at oracle.jdeveloper.model.PathsConfiguration.getInstance(PathsConfiguration.java:89)
         at oracle.jdeveloper.model.PathsConfiguration.getInstance(PathsConfiguration.java:84)
         at oracle.jdeveloper.library.ProjectLibrary.getSourcePath(ProjectLibrary.java:67)
         at oracle.jdeveloper.model.PathsConfiguration.getSourcePath(PathsConfiguration.java:146)
         at oracle.jdeveloper.model.JavaProject$5.getValue(JavaProject.java:523)
         at oracle.jdeveloper.model.JavaProject$CachingProjectChangeListener.projectOpened(JavaProject.java:478)
         at oracle.ide.model.Project$StorageListener.fireProjectOpened(Project.java:1118)
         at oracle.ide.model.Project$StorageListener.mav$fireProjectOpened(Project.java)
         at oracle.ide.model.Project$NL.nodeOpened(Project.java:1077)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:1139)
         at oracle.ide.model.Node.open(Node.java:573)
         at oracle.adf.dt.providers.DCXDataControlProvider.addControlsToArrayList(DCXDataControlProvider.java:51)
         at oracle.adf.dt.DataControlManager.getAllDataControls(DataControlManager.java:128)
         at oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataControlsTreeModel.java:50)
         at oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataControlsTreeModel.java:35)
         at oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataControlsTreeModel.java:30)
         at oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataControlsTreeModel.java:25)
         at oracle.adf.dt.controls.DataControlsTree.createDataControlsTreeModel(DataControlsTree.java:81)
         at oracle.adf.dt.controls.ModelCreator.run(DataControlsTree.java:113)
         at oracle.adf.dt.controls.DataControlsTree.internalPopulateFromActiveWorkSpace(DataControlsTree.java:76)
         at oracle.adf.dt.dbpanel.DataBindingPanelTree.update(DataBindingPanelTree.java:102)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:94)
         at oracle.ide.model.Node.notifyObservers(Node.java:458)
         at oracle.ide.IdeViewHandler.fireActiveProjectChanged(IdeViewHandler.java:147)
         at oracle.ide.IdeViewHandler.activateProjectInWorkspace(IdeViewHandler.java:135)
         at oracle.ide.IdeViewHandler.viewSelectionChanged(IdeViewHandler.java:166)
         at oracle.ide.view.View.fireViewSelectionChanged(View.java:531)
         at oracle.ideri.navigator.DefaultNavigatorWindow.fireViewSelectionChanged(DefaultNavigatorWindow.java:613)
         at oracle.ide.view.View.updateSelectionImpl(View.java:484)
         at oracle.ide.view.View.updateSelection(View.java:324)
         at oracle.ideri.navigator.DefaultNavigatorWindow$3.viewSelectionChanged(DefaultNavigatorWindow.java:1011)
         at oracle.ide.view.View.fireViewSelectionChanged(View.java:531)
         at oracle.ide.view.View$4.actionPerformed(View.java:356)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I am unable to edit any of my business components. I get NullPointerExceptions when I try.
    Any clue what's going on here and how to fix it? If I need to re-install, which directories do I need to copy over from the original installation to the new one in order to pick up where I left off (minus the errors, of course! )?
    Thanks for any help!
    Andy

    Pardon the -bump-. I figured I'd give it one more try for feedback before I re-install and transfer all my settings, connections etc.
    Thanks,
    Andy

Maybe you are looking for

  • How to Open Portal Content by navigating Content Admin ?

    Hi All, I have developed WD Component and like to integrate the same with Netweaver Portal. How Do I achieve this. I am a beginner to EP Development. In one of the document, it says " Open the Portal Content Studio by navigating to Content Adminstrat

  • IMac won't completely wake up after sleep.

    I have to awken iMac from sleep mode by hiting the power button because even after the screen comes back, the bluetooth keyboard, mouse, and track pad won't reconnect.  I have to turn coputer off and back on to get them working again.  I ran verify,

  • What does "This computer is not authorized" mean?

    There are about 200 songs I am trying to transfer to my other computer's library through home sharing that will not work because my new laptop is "not authorized." What exactly does this mean?

  • Ubd.exe has stopped working Windows 7

    UBD.EXE is located in C:\Program Files\Common Files\Apple\Internet Services and is part of the icloud control panel app that was installed. During login the system atttempts to load this program and I get the message ubd.exe has stopped working and t

  • Internal password

    Hello, Last year I used Personal Oracle 7 in my database course. This fall I am using Personal Oracle 8i. When I try to install 8i , I am asked for an internal password that is needed to migrate Oracle 7 files to Oracle 8i files. Does anyone know wha