Database objects not displaying in Business components wizard

I am trying to create new entity object based on a table using Entity Object Wizard. But I dont see that the tables,views,sysnonyms enabled and also do not get the list of tables in the dropdown
Following are the steps that I am following :
1] in the navigator, have right-clicked and selected the "New Entity Object " Wizard Option.
2] Entered the name and the package and in the schema object lov, do not see the list of all the tables at all and also the Database Schema is disabled.
I have connected to the database from JDeveloper using database connections, but do not while creating an Entity object. Can you pls help me resolve this.
Version of Jdeveloper is 11.5.10(CU3)

Select your project in Jdev, right click and select "Edit business components project". In the new window check the value used for connection.
--Shiv                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Business components wizard still querying

    Hello,
    I'm running JDeveloper 10.1.2. and have following problem. I had setup new connection to my database(Oracle 9i) and everything looks ok. I can see all schemas and tables. But when I run Business Components Wizard and choose setuped connection then wizard still querying database objects and find nothing. I can only see schemas but no tables. Could somebody please help?
    Thank you very much in advance.
    Jan

    I also tried to make new installation of Jdeveloper but it doesn't help anyway :( Nobody know what is wrong?

  • CRVS2010 beta - Date field from database does not display in report

    Hi there - can someone please help?!
    I am getting a problem where a date field from the database does not display in the report viewer (It displays on my dev machine, but not on the client machines...details given below)
    I upgraded to VS 2010
    I am using the CRVS2010 Beta
    My development machine is Windows 7 - and so is my fellow developer's
    We are using Microsoft SQL Server 2000
    We run the queries within VS and then we send the data table to VS using .SetDataSource
    We have a few reports which display the date on our dev machines (whether we run the EXE or from within Visual Studio)
    When we roll out to the client machines (running Windows XP SP3) then everything works, except that the date does not display (on quite a few reports)
    This is the only real issue I have had - a show stopper for me
    The rest works well - any input will be greatly appreciated
    Regards,
    Ridwan

    Hi Ridwan,
    After much testing I have it all working now using CRDB_adoplus.dll as a data source ( XML )
    Alter your Config file to look like this:
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
    </startup>
    Then using the code below, and CR requires the Schema to be able to read the date format.
    private void SetToXML_Click(object sender, EventArgs e)
    CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    ISCDReportClientDocument rcd;
    rcd = rptClientDoc;
    string connString = "Provider=SQLOLEDB;Data Source=dwcb12003;Database=xtreme;User ID=sb;Password=password";
    string sqlString = "Select * From Orders";
    OleDbConnection oleConn = new OleDbConnection(connString);
    OleDbDataAdapter oleAdapter = new OleDbDataAdapter(sqlString, oleConn);
    //OleDbDataAdapter oleAdapter2 = new OleDbDataAdapter(sqlString2, oleConn);
    DataTable dt1 = new DataTable("Orders");
    oleAdapter.Fill(dt1);
    System.Data.DataSet ds = new System.Data.DataSet();
    // We need the schema to get the data formats
    ds.WriteXml("c:
    sc.xml", XmlWriteMode.WriteSchema);
    //Create a new Database Table to replace the reports current table.
    CrystalDecisions.ReportAppServer.DataDefModel.Table boTable = new CrystalDecisions.ReportAppServer.DataDefModel.Table();
    //boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
    PropertyBag boMainPropertyBag = new PropertyBag();
    //boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
    //In the main property bag (boMainPropertyBag)
    PropertyBag boInnerPropertyBag = new PropertyBag();
    //Set the attributes for the boInnerPropertyBag
    boInnerPropertyBag.Add("File Path ", @"C:\sc.xml");
    boInnerPropertyBag.Add("Internal Connection ID", "{680eee31-a16e-4f48-8efa-8765193dccdd}");
    //Set the attributes for the boMainPropertyBag
    boMainPropertyBag.Add("Database DLL", "crdb_adoplus.dll");
    boMainPropertyBag.Add("QE_DatabaseName", "");
    boMainPropertyBag.Add("QE_DatabaseType", "");
    //Add the QE_LogonProperties we set in the boInnerPropertyBag Object
    boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag);
    boMainPropertyBag.Add("QE_ServerDescription", "NewDataSet");
    boMainPropertyBag.Add("QE_SQLDB", "False");
    boMainPropertyBag.Add("SSO Enabled", "False");
    //Create a new ConnectionInfo object
    CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo boConnectionInfo =
    new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
    //Pass the database properties to a connection info object
    boConnectionInfo.Attributes = boMainPropertyBag;
    //Set the connection kind
    boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
    //*EDIT* Set the User Name and Password if required.
    boConnectionInfo.UserName = "";
    boConnectionInfo.Password = "";
    //Pass the connection information to the table
    boTable.ConnectionInfo = boConnectionInfo;
    //Get the Database Tables Collection for your report
    CrystalDecisions.ReportAppServer.DataDefModel.Tables boTables;
    boTables = rptClientDoc.DatabaseController.Database.Tables;
    //For each table in the report:
    // - Set the Table Name properties.
    // - Set the table location in the report to use the new modified table
    boTable.Name = "Orders";
    boTable.QualifiedName = "Orders";
    boTable.Alias = "Orders";
    rptClientDoc.DatabaseController.SetTableLocation(boTables[0], boTable);
    //Verify the database after adding substituting the new table.
    //To ensure that the table updates properly when adding Command tables or Stored Procedures.
    rptClientDoc.VerifyDatabase();
    MessageBox.Show("Data Source Set", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
    Thanks again
    Don

  • Business Components Wizard and Turkish Characters

    Hi,
    JDeveloper Business Components wizard produces source code which includes turkish characters. For example entity class created for table named TIP is Tıp. Actually in Turkish lowercase for I is ı but I would like the source code to be produced with i instead of ı("Tip"), since we develop our code in English. Is there any way of doing this. Making wizard work with english language.
    Thanks in advance...

    I also tried to make new installation of Jdeveloper but it doesn't help anyway :( Nobody know what is wrong?

  • Oracle Apps adapter not displaying any Business Events

    Hello
    We have configured a Business Event in Oracle ebs R12 instance. Now we are trying to configure Oracle Apps Adapter in Oracle Jdeveloper. The version is 11.1.1.3.
    The apps adapter wizard; after connecting to the ebs instance; does not display any tables/Business events.
    The connection to the ebs instance is done by a normal user i.e. 'apps' user credentials are not used. We are not provided with 'apps' user credentials due to security reasons. We need help in figuring out the privileges that shld be granted to the 'normal' user so that we can browse and select the Business event in Jdeveloper and also the apps adapter can create the subscriptions and queues successfully in ebs.
    Any pointers will be greatly appreciated...
    Thanks
    Edited by: Ruplim on Jun 7, 2012 10:15 AM

    Hi Ruplim,
    I am new to this topic and dont really know how to go about this. So can i assume from your post that the oracle apps adapter can subscribe to an event in EBS. If yes, can you tell me how i can do this?
    Thanks

  • Check Availability does not display free busy information

    I have setup Calendar Server and Communications Express (w/ Directory Server, Access Manager, Delegated Administrator, Web Server) to do an evalutation of the Sun Calendar. I started with the 2005Q4 version as it came with our Solaris 10 installation.
    Then, when I was unable to view free/busy information via the Check Availability view, I thought that maybe trying out the upgraded version 6.3 would help. I have the exact same problem with 6.3 as I did with 2005Q4. All the other basic capabilities seem to be working fine.
    I should note that when I setup 2005Q4, the free/busy information showed up in Calendar Express, but not Communications Express.
    With 6.3, the logs indicate that Calendar Server is sending the free/busy information, and that Communications Express is receiving the free/busy information from Calendar Server, yet all the time slots were showing that the resources I was checking were available, when I know full well that they have busy time slots (which show up on their respective calendars), and the Communications Express logs received those free/busy times from calendar server. I set the time range of the check availability request wide enough to ensure that I should see the busy time slots.
    I am completely baffled by this as this is such a major feature (at least for us)--I wouldn't think that this would be a problem across two major releases without anyone else noticing. What could I be doing wrong?
    I am using the calmaster account to do this, and I added a couple of resources using delegated administrator. Events show up on the resource calendars as expected. Communications Express receives the correct free/busy information from Calendar Server, but does not display it.

    Everything is in one domain right now (I am just trying to get a simple case working).
    When I look at the resource calendar itself (logged is as the owner, which is calmaster), I can see everything about all events on the reosurce calendar.
    The default acl for resource calendars is the same one that comes by default with Calendar Server (which grants all users permissions to see free/busy info).
    When I edit the resource calendar in Communications Express, "Anyone can view my availability", "Anyone can read my calendar", and "Anyone can invite me to an event" are all enabled, yet the availability does not show busy in the time slots where the resource has scheduled events on its calendar--everything remains as available (white).
    The events for which the resource is scheduled are public events.
    Any other ideas?
    Thank you for replying--any other suggestions or ideas that you or anyone else can think of are more than welcome. I really need to get this working!
    Colette

  • Flash objects not displaying in Firefox (but works fine in Chrome and IE)

    Well, I'm trying to embed a Shockwave Flash object into a website I'm building. It displays in Chrome and IE, but it doesn't show up at all in Firefox. It's just white space. Ive tried it on two machines, so it's presumably the code. Both the machines have Adobe Flash enabled... I'm not sure what the problem is. I've not worked with embedding Flash objects in HTML before, so, it's probably something really obvious. I just used the insert command on dreamweaver and it wrote the code that I'm using. If anyone can help me, it would be much appreciated. Here's my code:
    <pre><nowiki><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="99%" height="600" id="FlashID">
    <param name="movie" value="The file path" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="the file path" width="99%" height="76.5%">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]--></nowiki></pre>

    If you can't post an address for a page demonstrating the problem, could you check the Web Console (Ctrl+Shift+k) and Browser Console (Ctrl+Shift+j) for any messages related to the Flash media? For example, does either console show that Firefox is requesting the SWF file? Does either show an error in content type or any kind of security message?

  • Database diagram not displaying foreign keys

    I've created a database diagram by importing tables from a database, and then manually creating the Foreign Keys on the diagram ( they're logical FKs, but not actually on the database ).
    Now, when I reopen the diagram, the 'Structure' tab in the bottom LHS initially displays a list of all of the FKs and tables, and then the list shrinks to just 3 of the 15 or so FKs ( plus the tables ), and only these 3 are displayed on the diagram!
    I can post the diagram file if someone wants to go through it and find out the problem.
    The diagram was created in 10.1.3.1, and will not open correctly in either 10.1.3.1 or SU4.
    *

    Liam,
    Can you zip me up you project so that I can take a look?
    Can you rename the zip file extension to '.zap' to get it through the mail server.
    My email address is [email protected]
    Regards,
    Lisa
    JDev QA

  • Action script objects not displayed

    Hi,
    I am creating an air application using Flex 4.5 compiler. The problem i am facing currently is that i have extended shape class to my custom class movingObject. in this class i have defined a function "drawcircleObj" in this class and calling this class function to display my customized circle on the stage.
    But it is not behaving as desired. i.e. no object is being displayed

    Adding my code snippets
    The as file code
    package secondPackage
        import flash.display.*;
        public class movingObject extends Shape
            private var xPos:Number;
            private var yPos:Number;
            private var radius:Number;
            private var color:uint;
            public function movingObject()
            {// currently a stub will use it later
            public function drawcircleObj(xInput:Number,
                                          yInput:Number,
                                          radInput:Number,
                                          colorInput:uint): void
                xPos = xInput;
                yPos = yInput;
                radius = radInput;
                color = colorInput ;
                this.graphics.beginFill(color);
                this.graphics.drawCircle(xPos,yPos,radius);
    The mxml file code
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           creationComplete="initApp()">
        <fx:Script>
            <![CDATA[
                import secondPackage.movingObject;
                import flash.display.*;
                private var myMoving:movingObject = new movingObject();
                public function initApp():void
                    //show the string
                    myMoving.drawcircleObj(500,500,30,0xFF0000);
                    mainText.text = myMoving.letsStart();
            ]]>
        </fx:Script>
        <s:TextArea id="mainText" x="390" width="50" y="133"/>
        <s:Button  id="button1" x="804" y="227" label="Button" width="45"/>
    </s:WindowedApplication>
    The problem which i suspect is that there should be a stage object holding the same object or circle created and then display it.
    A faster reply will be highly appreciated. Thank you.

  • Objects not displayed in Org Structure (PPOME)

    We made big changes in the existing organizational structure (new objects) with start date 01.01.2012.
    Old objects were terminated by 31. Dec 2011.
    In PPOME with entry date = 01. December 2011 I can only see the new objects but not the old and still valid ones.
    In table HRP 1000 and HRP 1001 all relationships are correctly maintained - but I don't see any of the objects in PPOME.
    Big problem, as workflows don't  work any longer.
    Thanks!

    I have the same problem, I have updated relations of some positions. HRP1001 looks correct, with limitations on correct dates.
    But on PPOME I can see the same position under two organizations, both with end date 31.12.9999.
    This is an impossible case, when standart PPOME controls are concerned, but something happened, and I could not find how to correct it.
    If you have any suggestions, please share.
    Thanks.

  • Java Label object not displaying ascii chars (128-159)

    I am having a problem getting ASCII characters between 128 and 159 to show up in a Label object which is inside a Panel which is in turn inside a Frame. There is other code in a different class that uses a Graphics object and drawString and Paint methods to display the same text, and that works. However, simply passing the text containing the above mentioned ascii characters like so:
    lb = new Label("€‚ƒ„…†‡");
    results in mostly empty boxes being displayed (there is other code that eventually displays the label in the Frame). The Euro sign comes through, as does the integral sign. Some others come through, and they are mostly modifed letters of some sort.
    I've tried coding a mock up simple Frame with a few labels. I've passed in literal strings, String objects derived from hex and integer byte arrays and a String object with the Cp1252 encoding passed in. None display the characters in question. However, in the same code, I pass a title string containing these characters into the Frame's constructor, and it appears with no problems.
    I just want to be able to handle all characters that may be entered into this application, and that may include these Cp1252 characters. Is there any way of using Label objects and getting these characters to display correctly?
    [Windows-1252 Chart|http://upload.wikimedia.org/wikipedia/commons/e/e7/Windows-1252.svg]

    I am having a problem getting ASCII characters between 128 and 159 to show up in a Label object which is inside a Panel which is in turn inside a Frame. There is other code in a different class that uses a Graphics object and drawString and Paint methods to display the same text, and that works. However, simply passing the text containing the above mentioned ascii characters like so:
    lb = new Label("€‚ƒ„…†‡");
    results in mostly empty boxes being displayed (there is other code that eventually displays the label in the Frame). The Euro sign comes through, as does the integral sign. Some others come through, and they are mostly modifed letters of some sort.
    I've tried coding a mock up simple Frame with a few labels. I've passed in literal strings, String objects derived from hex and integer byte arrays and a String object with the Cp1252 encoding passed in. None display the characters in question. However, in the same code, I pass a title string containing these characters into the Frame's constructor, and it appears with no problems.
    I just want to be able to handle all characters that may be entered into this application, and that may include these Cp1252 characters. Is there any way of using Label objects and getting these characters to display correctly?
    [Windows-1252 Chart|http://upload.wikimedia.org/wikipedia/commons/e/e7/Windows-1252.svg]

  • Not Saving Edit business components configration

    Dear All,
    i am trying to modfiy the jbo.ampool.sessioncookiefactoryclass to custom class value in jdeveloepr 11g p2 when i save and reopen jdeveloper displys original class which is oracle.jbo.common.ampool.DefaultSessionCookieFactory and discards new modfication.
    it looks like a bug.
    Any help will be appreciated.
    Thanks in Advance,
    Regrds,
    raky

    I had simply coiped company code from in01.
    after copied company code I am facing problem's like i had posted a few documents and I was trying to see that documents in fb03
    and doing drill down for line item display,
    system saying that data is not in system,
    it is showing me in fb03 but it is not showing in fb10n.
    Secondly, I am using taxinj and in ftxp
    I am trying to create tax code and putting tax percentage in tax code and save,
    if once again I see that tax code system is not saving tax percentage.
    any other clarifications plz ask
    regards.

  • SQL Server Database objects not show

    Hi,to all
    i do a connection to SQL SERVER with SQL Developer without any problems,but when i search to find table in tables level, i find any things.
    in SQL SERVER my db is restored from .bak file.
    in SQL Developer when connect i select my db from retrieve database,but in objects in after database connection i see first master folder and when extract i see 3 folder.
    please help me to retrieve object from sql server db.

    Hello,
    Are you using the “Save to file” option? Try reducing the “Set maximum file size (MB)”. Disable file rollover or use it
    for creating 2-3 files only.
    Please report this issue on Microsoft Connect.
    https://connect.microsoft.com/SQLServer
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Transparent objects not displaying correctly

    Interactive pdfs  which were created in  indesign  and  functioned perfectly  in  Acrobat  XI  and Acrobat reader    are failing  to display correctly  in  Acrobat DC  Specifically  Drop shadows  and transparent items  display as heavily pixelated mess any thoughts 

    I have  just downloaded  Acrobat Reader DC  and the display issues are  the same 
    This is very  worrying  I have produce  numerous interactive  pdfs  over the past few years    many  have   show and  hide areas  displaying  text on  semi transparent  background overlaying  a image    and button which  glow on rollover  etc   it appear that  anyone viewing the projects  in a  Adobe DC  will basically  get garbage
    I find it  unbelievable that adobe would a releases a version  of  a programme  which  effectively   totally undermines  a production process from indesign i.e. interactive pdfs 
    but even worse to introduce  it with out waring  so effectively  content creators    will just have to deal with the fall out  of  suddenly having a back catalogue of work   which  no longer functions   let a lone having to deal with clients  which will be infuriated to learn their  assets have been rendered useless.
    How incompetent  does  this make   designers look  in this area 
    Hopefully there is a fix  in the offing 

  • Dynamic OLE object not displaying proper file

    We are using CR IX R2. I have a report that I would like to attach a pdf to. This pdf will be different depending on the selection of data from the rest of the report. The file location is always the same but again the name of the file will vary.
    The location and name of the file are listed in one field of a table. Is there a way to do this. When I edit the OLE object and select the field where  the file resides it only shows the original document that I choose.
    At this point I am testing it in a blank report before I create the subreport to add it to our existing report.
    Any suggestions?

    What happens if you try this link:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0fbebaf-07e0-2c10-ad9a-d45810ae7109&overridelayout=true
    It should open the PDF Browser viewer. If it doesn't then you likely need to add PDF support to your browser. Or configure PDF or install the latest version. Could be a permission issue also.
    Thank you
    Don

Maybe you are looking for