Not showing tables, views, ... in vs2010

Hi,
I installed ODP.net + ODT (11i) for use with vs2010 & oracle 10.02.0010 (to be upgraded to oracle 11).
The product installed just fine, I can connect to the database using ODP and ODBC.
However, when connecting with ODP in vs2010 I can't see any tables, views or stored procedures (can't see anything really). When using ODBC, everything works: I see all the tables, views etc that are in the database, and I can query them.
I also tried to execute a query using the ODP.net, and it gave me: ORA-00942: table or view does not exist.
I did a search on the forums, but none of the solutions provided, changed anything for me.
Does anyone have any ideas?
Edited by: user13493229 on 18-mei-2011 11:05

Hi,
First of all, make sure you see "ODP.NET" in the connection dialog on Server Explorer.
Next, check the "Filters" tab of the connection dialog. By default we block public synonyms and schema objects that you do not own.
If you still can't see objects, then most likely your DBA has not given you enough privileges to use these tools.
Try looking at the advice I gave in the following thread explaining how to turn on ODP.NET tracing. First look to see the SQL involved in the ORA-942.
Then look at the other SQL we issue and see why you are not able to get any rows from it.
vs2010 ORA-00942 table or view does not exist

Similar Messages

  • :: NWA does not show table view for monitoring reports ::

    Hi,
    We are facing an issue in one of our portal system.
    I click on Portal index page, then I go to Net weaver Administrator --> Monitoring --> Java system reports.
    Here I get the resource utilization graphs.
    The graphs show proper values however when I click on table view it does not show any value or table at all.
    Then I click on Settings button, and click on Persistent radio button.
    It asks to enter the number of days for which the the data should be stored.
    I gave it as 2 days and click on Apply button.
    It shows a message saying "changes would be effective after restarting monitoring service".
    However when I go there i.e. NWA --> Administration --> Applications
    I get below services
    cafruntimemonitoring~ear                 
    com.sap.ip.bi.sdk.monitoring                 
    tclmwebadminmonitoravail~wd            
    tclmwebadminmonitorcomplib~wd            
    tclmwebadminmonitorprovider_ear            
    tclmwebadminmonitorstate~wd            
    tclmwebadminoverviewmonitoring~wd           
    tcmonitoringsysteminfo
    Would you kindly suggest which service from above list should be restarted ?
    Thank you, Regards,
    Girish Garje.

    I think what is being asked is "How do I expose a database view as a schema table in Configuration Manager?"
    This is accomplished by creating a database view within the WCC database schema (and with the WCC schema user as the view owner). The view then will appear as a table in the "table" tab in Configuration Manager.
    One caveat in 11g is that the user created by RCU does not have any privileges to read/create views in its own schema. You may need to grant privileges to views for the WCC schema user before this will work.

  • Sql developer not showing table/view names

    I just set up a new machine, the database settings are same as in the old machine. But I cannot see the table/view names when expending the "+" sign before Tables or Views. When using "select * from tab", the result of all tables/views returns correctly. Is there any other settings I missed?
    I'm using Oracle Database 10g Express Edition, and Oracle SQL Developer 1.5.5.

    The same issue exists in 2.1.1.64.39
    All of a sudden: list of tables empty, views still viewable,tables are still there though.
    In the logging window I get ora-904 messages on sys.o.name
    Sybrand Bakker
    Senior Oracle DBA

  • SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)

    Hi Gurus,
    I am trying to load a HANA column table using the import function and get the following error even though the mappings from the file to the table are 1:1.
    I get the following errors:
    Error 1: SAP DBTech JDBC: Result set is positioned before first row.
    Error 2: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
    With the following stack trace:
    com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:165)
      at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:100)
      at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1141)
      at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:888)
      at com.sap.db.jdbc.StatementSapDB.sendCommand(StatementSapDB.java:929)
      at com.sap.db.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:978)
      at com.sap.db.jdbc.StatementSapDB.execute(StatementSapDB.java:256)
      at com.sap.db.jdbc.StatementSapDB.executeQuery(StatementSapDB.java:401)
      at com.sap.db.jdbc.trace.Statement.executeQuery(Statement.java:131)
      at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getPoolTables(DBUtil.java:200)
      at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getTablesToHide(DBUtil.java:188)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.createDialogArea(SelectTableDialog.java:108)
      at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
      at org.eclipse.jface.window.Window.create(Window.java:432)
      at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.create(SelectTableDialog.java:186)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.ImportFileSelectionWizardPage$14.widgetSelected(ImportFileSelectionWizardPage.java:779)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
      at org.eclipse.jface.window.Window.open(Window.java:802)
      at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152)
      at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
      at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
      at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
      at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
      at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
      at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
      at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
      at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
      at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
      at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
      at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
      at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
      at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
    I'm sure many of you have come across this before. Any help will be much appreciated.
    Thanks in advance

    Hello Akhtar,
    Have you tryed to delete the heador row from your file?
    I received the same error when loading a csv file, but when I delete the heador row it worked.
    Best Regards,
    Juliana Genova

  • Add table list does not show database view in Configuration Manager

    Hi,
    I am trying to add a database view in the table tab of the configuration manager. The view does not show up in the list of available tables in WCM 11.1.1.6 version. This is possible in the 11.1.1.4 version. Anyone else facing this issue?
    Thanks
    Soumya

    I think what is being asked is "How do I expose a database view as a schema table in Configuration Manager?"
    This is accomplished by creating a database view within the WCC database schema (and with the WCC schema user as the view owner). The view then will appear as a table in the "table" tab in Configuration Manager.
    One caveat in 11g is that the user created by RCU does not have any privileges to read/create views in its own schema. You may need to grant privileges to views for the WCC schema user before this will work.

  • Photo are not showing in view area when looking in folder for picture

    When i have a photo folder open the pictures are not showing where i can see them without having to open the file, they used to
    after i updated my touch smart the photo are is gone

    Hi,
    You can use this
    View > Large icons (or Extra large icons)
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Audiobook artwork single track not showing list view

    Looking at audiobooks in list view with the artwork on the left side I notice that if audiobooks have multiple tracks the artwork appears; but if the audiobook is in a single track, the artwork (although present in the file and in the usual place) doesn't appear in list view.
    Hope I've explained it; here's an example where the art for In Cold Blood Appears, but the art for Reamde does not:
    Even though the art appears for Reamde as normal:
    I have several other examples and scratching my head. Any ideas?
    (I'm using the latest Yosemite and the latest iTunes as of 3.26.2015).

    Now that Google Apps is available i upgraded to iOS6 - & let's not mention Google copying my phone book to their servers at this point....
    Anyway, HOMESHARE AUDIOBOOK ARTWORK IS NOW SHOWING on iPhone and iPads. (I am also pleased audiobooks are separated from ebooks on the iTunes upgrade.) -- Hooray!! Lonnnnng time coming...
    BUT There are some remaining audiobook-homeshare problems:
    - the iPad music app regularly crashes when browsing my audiobooks, as it seems it cannot handle large libraries, despite i am now running 2 separate libraries (audiobook and music);
    - similar to above, artwork doesn't always load for every audiobook 'album';
    - homeshare loses connection regularly, especially whilst listening to an audiobook (with no device interference!) and strong wifi - Im convinced it is timing out;
    - audiobook management REMAINS GREATLY UNDER-DEVELOPED eg: 1) track and chapter/disc ordering, 2) sorting of audiobooks in the way I want them sorted ie options, 3) searching of audiobooks reverts to music search... Grrrr!
    Also, WHY CAN I NOT GET ALBUM VIEW ON MUSIC APP PLAYLISTS?? Audiobooks are multiple tracks per 'album' so playlist view is totally un-usable for audiobooks! Why does it not just mimic iTunes functionality in this regard??
    I wish someone from apple would chat with me on this, as I use audiobooks daily and could improve the music app so much....

  • Structure field not showing in view confirguration

    Hi,
    I enhanced a standard component ICCMP_BP_DETAIL in CRM 7.0 and i need to add BP_ROLE in view ICCMP_BP_DETAIL/BuPaDetailB2B ,
    i can see the BP_ROLE in customer context node attribute but when i click on view configuration, its not showing it as available field there.
    can anyone please advise me why this field is not showing in configuration tab when i can see it in customer context node attribute in ICCMP_BP_DETAIL/BuPaDetailB2B view?
    Regards,
    Kamesh Bathla
    Edited by: Kamesh Bathla on Jul 14, 2009 4:46 PM

    Problem solved
    All i needed to do is in spro->crm->ui framework->design layer->deactivate hiding of field and create the new entry with the checkbox checked .

  • IE could not show remote View plug-in windows

    Hi All
    I install ZCM remote viewer application (10.3.4) to a workstation with IE8.When I install it completed,it should be show a remote viewer plug-in message on the webpage for install plug-in compoment.But I try to install some times...I make sure this application install successfully, but IE still not show the plug-in message ....How could I make IE show the message or How could I install remote-viewer plug-in manually.
    wyldkao

    Wyldkao,
    if you have installed the plug-in, then there should be no message - if
    you want to install it manually, click on Download ZENworks Tools in
    ZCC, then go to Administrative Tools
    Shaun Pond

  • Preview app not showing thumbnails view scrambled

    Hi,
    since i updated to maverick last week i got an issue with the Mac Preview app, it opens the documents ok, but when opening several files at the time, the thumbnails are all scrambled and not showing the miniature of the selected file.
    if i click on the thmbnails area and navigate with the keyboard's arrows it allows me to go through the open files, all files open ok but the thumbnails is the only part that is having this issue.
    i have deleted the com.apple.Preview from ~\Library\Containers but still having the issue.
    Any suggestions?
    Thanks

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Dataprovisioning not showing tables

    Hi Guys
    I am using SLT for first time with HANA. I can see some users in the box have replicated the tables and scheduled the job to load tables like MARA etc. Now when I did follow the same process ( Data provisioning > Load> KNB1 ) I didnot see any job created in data provisioning. I tried searching using filter on data provisioning screen but gave me nothing. Please refer to screenshot which I have pasted in the attached screen. It will give you an idea of the area where I am talking of the job should appear for KNB1.
    I am not sure what I am missing. I looked at tcode iuuc_sync_mon and didnot see the table there so I added the table there. I could see 17 table entries there in the transaction and same 17 tables are being replicated but not the table which I am trying to load.
    Can you please help?
    Thanks
    Yogee

    Hello Yogesh,
    Please find the below link, it wil helpful for you.
    https://www.experiencesaphana.com/videos/1373
    http://help.sap.com/hana/hana_slt_tom_en.pdf
    Regards,
    neha

  • Css layout or style sheet not showing table layout

    When I was working on my website I noticed that my tables don't show up in the browser of my site, they do however, show up in the dreamweaver design so I am wondering if when I was making changes somehow to the site if something in the css layout or style sheet got deleted.  Could someone please take a look at it and please tell me what needs to be fixed, I am not at all familiar with css so I need all the help I can get on this here is the link.  Thank you! http://angelcoilbartlett.com/index.html

    In your HTML document in Code View, remove the following embedded CSS code. This is competing with external  style sheet code and causing your site havoc.  In the future, don't create any more new styles.  You don't need them.  Stick with the established styles set up by the original designer and you will have way fewer problems.
    DELETE ALL OF THIS NONSENSE:
    <style type="text/CSS>
    <!--
    .style1 {     font-size: 12pt
    .style3 {     font-size: 18pt;
         color: #000000;
    .style6 {font-size: 12pt; color: #000000; }
    .style8 {     color: #000000;
         font-size: 14pt;
    .style9 {
         color: #990000;
         font-weight: bold;
    a:link {
         color: #666666;
         text-decoration: none;
    a:visited {
         text-decoration: none;
         color: #666666;
    a:hover {
         text-decoration: none;
    a:active {
          text-decoration: none;
    .style10 {color: #000000}
    body,td,th {
         color: #666666;
    .style7 {font-size: 12pt;
         color: #000000;
         font-weight: bold;
    .style12 {color: #666666; font-weight: bold; }
    .style14 {color: #000000; font-weight: bold; }
    .style13 {color: #666666}
    -->
    </style>
    If you want to continue working with web pages, you owe it to yourself and your employer to learn basic HTML and CSS so you can get yourself out of jam when things go wrong.
    Start learning here:  HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Not showing tables today...again.

    im using the dreamweaver toolbox and cs3 and i can only
    sporadically find my tables. it frustrated the hell out me but now
    its just not working at all.
    i can upload and download form my server but i can never
    access my tables "no tables found"
    i think someone here had succuss toggling wiht their local
    server? any suggestions?
    someone please help before i decide to never open dreamweaver
    again!

    Hi,
    First of all, make sure you see "ODP.NET" in the connection dialog on Server Explorer.
    Next, check the "Filters" tab of the connection dialog. By default we block public synonyms and schema objects that you do not own.
    If you still can't see objects, then most likely your DBA has not given you enough privileges to use these tools.
    Try looking at the advice I gave in the following thread explaining how to turn on ODP.NET tracing. First look to see the SQL involved in the ORA-942.
    Then look at the other SQL we issue and see why you are not able to get any rows from it.
    vs2010 ORA-00942 table or view does not exist

  • How can I get video clips dated 12/29/10 and later do not show in view screen. (iMac 2.8 GHz Intel Core 2 Duo w/OSX 10.6.8)

    Pre 12/29/10 clips show fine in viewer window but anything more recent does not. Consequently, I don't have any way to work with them. I'm still on iMovie '08. Would upgrading to '11 help? My video clips were entered into iPhoto from a Canon still camera with the ability to take one minute video. The video format is labeled MVI (#) AVI in iPhoto. None of the video clips  run in iPhoto but they all run on my 1st generation iPad!
    Can anyone help me with this problem? I'd like to do a movie of my grandson as well as our new puppy.
    Thanks, Ruth Sumner

    You are only running on 2GB of RAM. IMHO 4GB woud be the minimum to realistically run Mavericks on, although the more the better.
    Pete

  • After transfer mail to new computer new message content not showing in view mode

    I've been transferring data from OSX mavericks Macbook pro to imac using airdrop (migration assistant wasn't working).
    Wanted to duplicate mail from macbook so followed instructions for transferring as below
    http://www.macworld.com/article/1166999/transfer_email_from_one_mac_to_another.h tml
    Mail transfer worked great but my new messages aren't showing the content in the view area.
    I can get the new message blurb in the list but nothing in full viewing.
    The com.apple.mail.plist file actually was a plist.lockfile so not sure if that made a difference
    Plus, I did transfer the com.apple.mail-shared.plist as well. The older versions are on my desktop.
    The account names are different from one computer to the other but they show up as read-write on new computer files. I even added an administrator with read write priveleges on those files just incase. Nada.
    Any thoughts?

    Rebuild the mailboxes.

Maybe you are looking for

  • IDoc type could not be determined for the IDoc in F110

    Dear All, The below mentioned error is encountered by us in F110.We have check all the setiing  and not able to find the solution for this error. Now our heads has gone for a toss....can anyone kindly suggest what and where we have missed out. The sy

  • Problem in moving Set_pf_status from pquality to production syatem

    Hi, I came across one strange incident while transporting code from Quality to Production. I could see the module set_pf_status in tcode se51 in the quality system. When I transported the code, I could see only module %_pf_status in the tcode se51 in

  • Incorrect access restriction in Drag & Relate

    Hi, I am encountering an access issue in Drag & Relate function. I have created two numbering series for Purchase Orders. PO and YPO. "User 1" can access the Purchase Orders with the series PO and "User 2" can access the ones with "YPO". I have set t

  • Calling multi application packages in custom menu

    Hi, I am trying to open a data management and custom package in a custom menu for different applications. My custom menu is set for application A and the custom package is in application B. Is there a way to call this package without changing the CV

  • Problem with Updated Webcam Software for Windows 7 (I AM NOT USING THE BETA VERSION OF WINDOWS 7)

    I have a dv5-1235dx.  HP posted new software for Win 7 (64) built in camera software.  The install seemed to go fine, but once you click to run the software, nothing happens, so it seems.  About a minute or so later, the application opens.  Why is it