Lightswitch-I can't see tables created bya different restricted Oracle user

I am new to Lightrswitch and connecting to Oracle through VS - we usually have a middle tier to do this. We are looking at some rapid CRUD application development so I am looking into lightswitch.
However I have an issue:
I have two oracle users. One has full access to the tables and the other has restricted access. When attaching my Lightswitch application to the database if I use the one with full access it works a treat. However if I use the DB user that has restricted access I can not see any of the tables (even though I can see them fine logged in under the same restricted user in toad ?). Upon connection I have gone into the filters tab and selected the unrestricted schema under the "Displayed Schemas" option to no avail.
My version of Oracle is 9.2.0.7
I also have Oralce OLEDB provider - ODAC92070.exe
I have oracle developer tools ODTwithODAC1020221
Any help would be much appreciated...

951672 wrote:
I have a similar problem with using ODAC 11.2 R4 (11.2.0.3).
As a matter of policy, objects are never owned by general users. So when I connect as my user in Lightswitch, no objects are displayed.
However, if I add a connection to the server explorer, alter the filter to include the owner of the objects, they display in the server explorer.
If I follow the EXACT same sequence to add the external connection in the Lightswitch dialog, the filter is seemingly ignored and as I don't own any objects, none are shown. Additionally, if I "< Back" to the connection dialog, the filter has been reset to just my objects.
Seems like the filter mechanism in the Lightswitch dialog is being ignored.
Any other reports of this behavior, any workarounds or any idea when this problem will be fixed? It is a showstopper for me.We are aware of the problem and discussed it at length with Microsoft. They have said that they are looking into fixing it in some future release. Unfortunately, the fix did not make it into the Visual Studio 2012 RTM.
If you have a support contract with MS, you could make it known to them that you urgently require a fix and perhaps that could speed things along.
I don't know of a workaround, other than to log in as the schema owner (which is probably a non-starter for you).

Similar Messages

  • Why i can't see table, image, attacth files in meeting request mail.

    Hi, I'm Narongdech
    i have a little question in outlook 2013. Why i can't see table, image, attacth files in meeting request mail. i try make a new meeting request for my partner. but them can't see new mail in the correct format. 
    below,This is a image in my outlook 2007. i try to make this format. Please Help me, and let me know that.
    Thank you.

    Hi Narongdech,
    What’s your Exchange server version? I have tested to send a meeting request to my colleague with a table, a PNG picture and a word attachment in my Outlook 2013 with Exchange 2010 environment. And it can be viewed well.
    Please check whether the issue happens to all Outlook 2013 users or some specific ones. We can close Outlook and send a meeting request with pictures and attachments in OWA to have a test. If the OWA test returns everything is OK, the issue may be related
    to Outlook client. Please run Outlook in safe mode and disable all related mail software to check whether the issue persists.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • How can i import tables from a different schema into the existing relational model... to add these tables in the existing model? plss help

    how can i import tables from a different schema into the existing relational model... to add these tables in the existing relational/logical model? plss help
    note; I already have the relational/logical model ready from one schema... and I need to add few more tables to this relational/logical model
    can I import the same way as I did previously??
    but even if I do the same how can I add it in the model?? as the logical model has already been engineered..
    please help ...
    thanks

    Hi,
    Before you start, you should probably take a backup copy of your design (the .dmd file and associated folder), in case the update does not work out as you had hoped.
    You need to use Import > Data Dictionary again, to start the Data Dictionary Import Wizard.
    In step 1 use a suitable database connection that can access the relevant table definitions.
    In step 2 select the schema (or schemas) to import.  The "Import to" field in the lower left part of the main panel allows you to select which existing Relational Model to import into (or to specify that a new Relational Model is to be created).
    In step 3 select the tables to import.  (Note that if there are an Foreign Key constraints between the new tables and any tables you had previously imported, you should also include the previous tables, otherwise the Foreign Key constraints will not be imported.)
    After the import itself has completed, the "Compare Models" dialog is displayed.  This shows the differences between the model being imported and the previous state of the model, and allows you to select which changes are to be applied.
    Just selecting the Merge button should apply all the additions and changes in the new import.
    Having updated your Relational Model, you can then update your Logical Model.  To do this you repeat the "Engineer to Logical Model".  This displays the "Engineer to Logical Model" dialog, which shows the changes which will be applied to the Logical Model, and allows you to select which changes are to be applied.
    Just selecting the Engineer button should apply all the additions and changes.
    I hope this helps you achieve what you want.
    David

  • How can i find out all the different meanings of  User ID Paramtrs (USR05)?

    Dear Gurus
    How can i find out all the different meanings of  User ID Parameters (table USR05)?
    Thanks
    Nuno Natividade

    hi,
       the values are stored in the table tpara and they are used to put the landscape of the system,and to know the log of the system.
      FORM DETERMINE_LANDSCAPE .
        SELECT SINGLE * FROM USR05
                        WHERE BNAME = SY-UNAME
                            AND PARID = 'ZLANDSCAPE'.
        IF SY-SUBRC = 0.
          IF NOT USR05-PARVA IS INITIAL.
       REPLACE
          ELSE.
            PERFORM DETERMINE_FROM_CENTRAL_SYSTEM.
          ENDIF.
        ELSE.
          PERFORM DETERMINE_FROM_CENTRAL_SYSTEM.
        ENDIF.
      ENDFORM.                    " determine_landscape
      FORM DETERMINE_LOG_PARAMETER.
        SELECT SINGLE * FROM USR05 WHERE BNAME = SY-UNAME
                            AND PARID = 'ZLOG_USER'
                            AND PARVA = 'X'.
        IF SY-SUBRC = 0.
          WITH_LOG = 'X'.
        ENDIF.
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 4, 2008 12:47 PM

  • My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    Unfortunately, at the moment you cannot create two user profiles on one iOS device.

  • Can't see Tables from a local database

    I've installed 10G client and the default ORCL database that comes with it. I've create a user and some tables under this user. From within TOAD I can see the tables fine.
    In JDeveloper 10.1.2 I set up a DB Connection and connect to the database ok but under the Tables option, no tables are loaded.
    I've got other DB Connections to non local databases that I can view fine.
    The driver is thin oracle.JDBC.driver.OracleDriver (the same as the non local databases).
    Any ideas? How does JDeveloper actually connect, presumably it uses something different to what TOAD uses?

    Toad uses SQL*Net while JDev uses a JDBC connection.
    To ask the obvious, you don't have a filter on the table node do you?
    Have you also tried connecting via SQL*Plus and:
    select table_name from user_tables;
    ...to see if you can access the tables.

  • Can't see table data from Visual Studio Express 2013 for Web

    Hello!
    I have a problem and I can't see neither the table data nor the table definition for my database inside Visual Studio Express 2013 for Web, Server Explorer. When I right click it just says refresh, copy or properies.
    Does anyone know what's wrong?
    Thanks a lot!

    Hi J1m,
    According to your description, I make a test on my computer and I am able to reproduce your issue. Firstly, I install the Visual Studio 2013 express for web successfully, create a project and connect to SQL Server database. Then I right click one table,
    and I can see all the options including ‘Show Table Data ’, ‘Open Table Definition ’, ‘Copy’, ‘Refresh’, and ‘Properties’. Next, I uninstall the SQL Server data tools, and restart the Visual Studio, right click on table, and only find  the three options
    ‘Copy’, ‘Refresh’, ‘Properties’ as the following screenshot, which is the same scenario with yours.
    Based on my test, the issue could be due to the missing or corrupt SQL Server Data Tools. To work around the issue, you should install the latest SQL Server data tools for Visual Studio 2013. You could  download the
    ISO file for SQL Server data tools and extract the ISO files to your hard drive following the methods in this
    article, and install the data tools. Please restart your computer after you complete the installation.
    Regards,
    Michelle Li

  • Can't see tables after a JDBC connection

    Hi,
    I made a JDBC connection with Progress9.1d database. In the Connections Navigator, I expand the nodes for my database connection and see the following nodes: Synonyms, Tables, Views.
    However, when I try to expand the "Tables" node, I can't see the tables in the Connections Navigator. A window whose title is "Retrieving Objects" appears for a moment, retrieves the objects as shown by a status bar and disappears immediately.
    Can anyone help me?
    Thank you,
    Meltem

    For those of you having similar problems,
    Here is the answer I received from Oracle Support:
    "We use DatabaseMetaData.getTables() to retrive the information from the database, however, I found on a Progress discussion forum that there is a bug in the Progress implementation of getTables().
    The problem is with their implementation of DatabaseMetaData.getTables(). You have to pass a null into the catalog parameter or it will not work. Under 9.1C if you pass in a blank string ("") you get a "Optional feature not implemented" exception, if you pass in a non-blank string you get "The qualifier 'catalog' was larger than SQL_MAX_QUALIFIER_LEN from SQLGetInfo (0)". My understanding is the issue still exists in 9.1D
    Since we don't pass null here, the problem occurs. So, the problem isn't with JDeveloper, but with the Progress Driver."
    Now, I am talking with Progress Support. I will post another message if anything changes.
    Meltem YILDIRIM

  • Dreamweaver CS4 - Can't see table cells and borders

    Hello you all.  I just started using CS4 and whenever there is a white background I can't see any of the table cell or main borders.
    I went to View>Visual Aids>Table Borders and it is on, but I can't seem to find the area I need to change the color to view it on white.

    I just remember the previous versions would allow you to change the dotted line color that indicated the table and cell borders.
    Must say I can't ever remember that being a preference in any previous version of DW.
    Sadly, it looks like I will be using tables to set up my site.  Haven't adopted CSS as much as I'd like at this point.
    Now's as good a time as any to start with CSS from the ground up.
    Try one of the pre-made templates in DW under File > New

  • Can we access tables created internally for Business objects in CAF

    Hi,
         When we create and Deploying Business objects in CAF then internally it creates tables in Oracle/Maxdb database. Can we access those tables through CAF.
              Or is it possible for Oracle to access the Business objects tables which are deployed on SAP Web Application server?
              We can configure the Oracle driver in the SAP Web App Server. But how can we use it?

    Hi Rohit!
    Can we access the tables created internally for BO's without the use of CRUD methods provided by them.?
    Or
    Can we fire queries on these tables through Oracle.? As the tables are created along with BO's in the database.
    Maybe, you can do that, but why do you want to do that?
    Based on the Entity Services (i.e., CRUD and find operations) that are generated for your BOs, you can implement Application Services which contain any business operation that you want to perform. Furthermore, you can expose your Application Services as Web Services. That's the designated way to do that.
    Manually manipulating the underlying database tables does not sound like a good idea.
    Best regards
    Alexander

  • Where can I see details of the different "event" files created after transferring my old camcorder tapes to i-movie?

    Yesterday I transferred a couple of camcorder mini dv tapes to i-movie. For each tape transferred a new "event" file was created. Where on the system can I see details of these files (format, size of file etc) . Many thanks. Angus

    angusapple wrote:
    ... Where on the system can I see details of these files (format, size of file etc) .
    .. what for?
    iMovie has a very ... elaborated .. iffy internal file management; e.g. changing file's names or locations OUTSIDE Imovie/in Finder instantly corrupts file management, events get lost, projects kaputt.
    All iM related files are stored upon your main drive, 'Movies'/'iMovie Projects' and /'iMovie Events' ...

  • Seeing tables from database conection for a user

    I created a bunch of tables under a db admin
    I created a user aaa
    I granted all priveliges on all tables created to user aaa including "CREATE CONNECTION"
    I created a JDev Database connection through user aaa
    Test connection works fine. I open up the connection and try to look at the created tables. No tables! The display is empty
    I can see the tables from admin user connection fine. Why can't the connection through user aaa see the tables?
    Oracle 11g; JDev 11g P4
    Thanks
    Doug

    Hi,
    doesn't reproduce for me. Please make sure the user has granted select on the other user's tables
    Frank

  • DIAGNOSTIC_DEST directory getting created in $HOME of  oracle user accout

    DB version:11.1.0.7
    OS:     AIX
    I have an 11.1.0.7 and 10gR2 database in a machine. During creation of the 11g Database, i had explicitly specified the DIAGNOSTIC_DEST parameter in $ORACLE_BASE. Few days back i've noticed a directory called oradiag_oracle in the $HOME(not $ORACLE_HOME) of the oracle user account. Yesterday i removed it. But soon this directory got created automatically.
    Any idea why Oracle is creating this directory in $HOME. I checked the alert log, but this directory is not mentioned there.
    $ ls -R oradiag_oracle/
    diag/
    oradiag_oracle/diag:
    clients/
    oradiag_oracle/diag/clients:
    user_oracle/
    oradiag_oracle/diag/clients/user_oracle:
    host_2263549305_22/
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22:
    alert/     cdump/     incident/  incpkg/    lck/       metadata/  stage/     sweep/     trace/
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/alert:
    log.xml
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/cdump:
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/incident:
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/incpkg:
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/lck:
    AM_4096102193_3466045376.lck   AM_4096102262_3454619329.lck   AM_9744645641_3661997533.lck   AM_3216666543_3129272966.lck
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/metadata:
    ADR_CONTROL.ams          ADR_INVALIDATION.ams     INC_METER_IMPT_DEF.ams   INC_METER_PK_IMPTS.ams
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/stage:
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/sweep:
    oradiag_oracle/diag/clients/user_oracle/host_2263549305_22/trace:
    sqlnet.log

    It looks like this is for client tracing. I did not see it in 11.1.0.7.0, but am seeing it in 11.2.0.1.0. The directory gets created in your home directory when you make a client connection.
    logged in as oracle I get
    /oracle/oradiag_oracle
    when logged in as myself I get
    /home/jwalker/oradiag_jwalker.
    there is a note that explains how you can revert behavior back, but it requires making changes to several config files (not sure it is worth it). Doc ID:      454927.1 -> It references 11.1.0.6.0 but my 11.1 was 11.1.0.7.0 and I don't have this happen there, only on 11.2.

  • How to Create 5 different SAP XI users

    Hi all,
       I have one user name and pwd for my system. So i can able to work with SAP xi system. Now i need to create 5 different usernames and passwords for each person. They also want to work with same XI server.
          Please help me how to create different usernames and passwords for same XI server.
    Regards,
    Deviprasad.

    Hi,
    The user "user02 " is updating the current SWC. So no other user can access it. First activat it using user "user02"
    OR
    If u r using the new user go to IR --> Change Lists --> for "User" Select user02 from dropdown --> Click on display --> it will show u the objects of user02 that r not active. --> Select the change list and transport it to ur scenario --> Select ur user again and activate the transported change list.
    Regards,
    Prateek

  • Sql Developer 2.1 - "sql server" can't see tables

    I'm running sql developer 2.1 on Linux Mint -- connected to MSFT sql server with JTDS driver.
    I can query just fine. However, there are no tables in the object browser. No objects at all beyond the main categories (tables, stored procedures).
    Lee

    "I see...said the blind man to the deaf man".
    I found all my tables.....they were under "dbo" not the user I logged in as.
    My connection is: database MyDataBase username myuser
    The object tree looked like:
    MyDataBase
    - dbo
    - myuser
    + tables
    + stored procedures
    - someother
    - andanotherone
    I went to "myuser" which I considered to be the schema owner, but all the objects are actually owned by dbo -- and they are there under dbo.
    To further test -- I created table "table_test" -- and it appeared under dbo, not "myuser". Now that I understand the behavior, I'm back to LOVING Sql Developer. Thanks for helping and keep up the good work.
    I much prefer to work on oracle databases -- but at least I can keep using this excellent oracle tool even when forced to work on Microsoft Sql Server :)
    Lee

Maybe you are looking for

  • Debit Items not getting picked while making payment with F110

    HI, When making payment with F110, items with Debit balance is not getting picked. Example: Payment method is assigned in the Maser data. For a particular vendor one item has a credit balance- posting key 31. We have posted another JV with F-02 and d

  • External sound console quit working on aud

    i have an audigy 2 zs platinum pro. the external console is model sb0290. one day (and i dont know exactly when) the console quit working. as if it gets no power. i used to be able to turn down the volume from it and one day just noticed it ceases to

  • Solaris 10 on x86 laptop

    I'm going to install solaris on x86 laptop (Fujitsu-Siemens P7010). It has Intel 855GME video controller and 1280x768 is default resolution. I didn't find any information about support S-video in solaris, synaptics touchpad & ms/cf/mms reader. I'm lo

  • Error table not working

    Hi there Tried to use the error table property of target table. Ensured one record violated not null constraint. This record not sent to error table. Also tried adding not nul constraint as a data rule. Any ideas? Also what is best way to log errors

  • HT4858 Aperture / iPhoto shared photo streams

    But when I try to upload say 1500 photos to shared photostream from aperture, it just gives an error saying 1000 is max.  It doesn't upload any at all. I got the impression from this article that it would upload the first 1000 and then continue uploa