Managed Beta 2 - Entity Framework projects not working

Tried to do the simplest EF test I can think of:
1. Removed all the Oracle stuff on my system, to get rid of the developer tools and such. Reinstalled the stock 11.2.3.0 client (without developer tools). Installed the new managed beta 2 in a new home, with development tools.
2. Create a new .net 4 project (C# console app).
3. Create a new Oracle connection, using the managed provider. Browsed tables around a bit, and this works.
4. Create a new EF model, load tables from the database. This also works.
Where it goes wrong is when I try to run it and do a query, I get this:
ArgumentException: The specified store provider cannot be found in the configuration, or is not valid.
Inner ArgumentException: "Unable to find the requested .Net Framework Data Provider. It may not be installed."
Explicitly adding a reference to Oracle.ManagedDataAccess and setting Copy Local = True didn't change anything. I'm not sure at this point what it's looking for, but it's not finding it.
Also tried adding a configuration section and setting TNS_ADMIN, just in case it was that. That didn't solve it either. In fact I had to add this to the top of the config file to get it to even run after setting up the config:
<section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.112.3.60, Culture=neutral, PublicKeyToken=89b483f429c47342" />
I'll update the post if I figure out what's going wrong here, but it seems like this should be working.

Answered my own question. Probably should have known this one since I ran into it in beta 1.
This needs to be added to the config file:
<system.data>
        <DbProviderFactories>
          <add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client"
               description="Oracle Data Provider for .NET, Managed Driver"
               type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.112.3.60, Culture=neutral, PublicKeyToken=89b483f429c47342" />
        </DbProviderFactories>
      </system.data>Not 100% sure on that public key token, but it seems to work.

Similar Messages

  • Fault Management Framework is not working....

    Hi all,
    i have installed soa 10.1.3.3.0, and i am done with post installations stpes too.
    i have created a simple bple, which invokes a PL(java webservice). i stopped the webservice and intiated the bpel process so that it shud get the remoteFault.
    i am binding the defaultpolicy (given by orcle) in bple.xml . But it is not working.
    still catch block is firing. invoke is showing in red color only. which means , obusly policy file is not registered. is it? so, how can i know wheter policy file is registered or not? how to make use of plicy file? am i missing any steps???
    can anyone please help me out......
    thans in advance

    hi this my fault-binding.xml file <?xml version="1.0" encoding="UTF-8"?>
    <faultPolicyBindings version="2.0.1"
    xmlns="http://schemas.oracle.com/bpel/faultpolicy"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- Enabling this will cause all processes in this domain to use this
    fault policy
         <process faultPolicy="DefaultPolicy"/>
         -->
    <!-- DefaultPolicy is defined in ./fault-policies/DefaultPolicy.xml -->
         <partnerLink faultPolicy="DefaultPolicy">
         <!-- Enabling this will cause all invoke faults at partner link
         name of "creditRatingService" to use fault policy with
         id id = DefaultPolicy
         <name>creditRatingService</name>
         <name>SampleService</name>     
         -->
    <!-- all invoke faults at partner link below port type use fault policy
    with id = DefaultPolicy
    The following entry covers the samples/tutorials/122.DBAdapter/InsertWithCatch sample. -->
         <portType xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/insert/">db:insert_plt</portType>
         </partnerLink>
    </faultPolicyBindings>
    i have added the one more <name> branch for <patnerlink>
    <name>SamleService</name>
    even i bind the policy file in my bple.xml also,
    this is my bpel.xml flie
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase>
    <BPELProcess id="Fault_DEMO" src="Fault_DEMO.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="client">
    <property name="wsdlLocation">Fault_DEMO.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="SampleService">
    <property name="wsdlLocation">SampleService2.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    <faultPolicyBindings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://schemas.oracle.com/bpel/faultpolicy ../../../../../../../../fault-policy-binding.xsd"
    xmlns="http://schemas.oracle.com/bpel/faultpolicy">
    <process faultPolicy="SamplePolicy"/>
    <partnerLink faultPolicy="SamplePolicy">
    <name>SampleService</name>
    </partnerLink>
    </faultPolicyBindings>
    </BPELSuitcase>
    is there any problem in these files?
    can anyone please help me?
    thanks in advance

  • Project not working after upgrade to Kura 1.2.0

    Hello everyone, newcomer in the kura world here.
    Recently got a project working with kura and OSGi framework in my working place, but as we re-factored some code and decided to upgrade to kura 1.2.0, the project in my machine it no longer working whereas my co-worker's does.
    my current system is:
    OS: elementary OS 0.2.1 luna
    Kernel: i686 Linux 3.8.0-44-generic
    CPU: Intel Core i3-2348M CPU @ 2.3GHz
    RAM: 4Gb
    Eclipse Version: Luna Service Release 2 (4.4.2)
    Eclipse Build id: 20150219-0600
    the log is full of not resolved references even though I imported the project as per https://www.eclipse.org/forums/index.php/t/1067345/ (he has a similar machine setup)

    Hello,
    Dependencies are missing from your Kura_Emulator_Linux.launch file. To correct these errors:
    1. Right click on Kura_Emulator_Linux.launch and select: Run As -> Run Configurations...
    2. On the Bundles tab, under Target-Platform, be sure the needed bundles are checked
    It looks like the main problem is javax.usb. Ensure that these bundles are enabled:
    javax.usb.api
    javax.usb.common
    javax.usb.linux
    If you continue to have problems, post the contents of your launch file and I can review it.
    Thanks,
    --Dave

  • FPM Message Manager message's HyperLink does not work in Table

    Hi FPM experts,
    I use FPM in my application and I want to use FPM Message Manager with hyperlink pointing to cells with errors in a table with report_bapiret2_message. The hyperlink does work when pointing on stand alone input field, but it does not work when pointing on a input field in a table.
    Here is a piece of my code. What's wrong?
      data is_message type bapiret2.
      is_message-type = 'E'.
      is_message-id = 'TEST'.
      is_message-number = '1'.
    wd_comp_controller->mr_fpm_message_manager->
       report_bapiret2_message( is_bapiret2 = is_message
                                             io_component = wd_comp_controller
                                             io_element = lo_el_table_elements " point on the element in my context
                                             iv_attribute_name = 'VALUE' ).  " Name of my attribute in context
    Thanks
    Davy
    Edited by: Davy Veilleux on Jan 4, 2009 4:19 PM

    Any answers to this question?
    I am facing the same issue. Using FPM Message Manager  with the io_element and iv_attribute parameters pointing to an element in an context node having cardinality = "0...n" does not show the hyper link.
    Any Help is Appreciated.

  • Managed Attachments - I/PM is not working when called from EBS

    Hi.
    When we click on "Managed Attachments" I/PM login screen should be populated. It was working fine before... Today, it is not working as expected. The following exception is coming in I/PM console logs...
    *<Dec 18, 2011 5:00:23 PM GMT+04:00> <Error> <oracle.wsm.policymanager.bean.util.PolicySetBuilder> <BEA-000000> <The policy referenced by URI "oracle/wss_username_token_ service_policy" could not be retrieved since Policy Manager is not deployed. oracle.wsm.policymanager.PolicyManagerException: WSM-02054 : Failure in looking up EJB component DocumentManager#oracle.wsm.policymanager.bean.ejb.IRemoteDocumentManager.*
    Caused By: javax.naming.NameNotFoundException: While trying to lookup 'DocumentManager#oracle.wsm.policymanager.bean.ejb.IRemoteDocumentManager' didn't find subcontext 'DocumentManager#oracle'. Resolved ''; remaining name 'DocumentManager#oracle/wsm/policymanager/bean/ejb/IRemoteDocumentManager'
    I think its the problem with Security Providers... We are using the default only... not using any LDAP etc... when we check in Enterprise Manager it is showing the store type as FILE for "Policy Store", "Credential Store", and "Key Store"....
    The same exception is coming when we test the webservices under Imaging deployment in Weblogic Console...
    Not sure how to crack it...
    Anybody please help!!

    The issue has been resolved by configuring Oracle Web Service Manager security policy as per the doucment 1332250.1
    Oracle Web Services Manager (OWSM) is necessary for applying WS-Security headers to UCM web services. The WebLogic domain that UCM/IPM runs in must have OWSM installed in order for this to work. OWSM can be selected upon domain creation, or added to a domain by extending the domain.

  • Photoshop CC opens Application Manager, says "Sign in Required", not working. Help?

    Photoshop CC today opens Adobe Application Manager, says "Sign in Required", but with correct info gives error message. Also, CC desktop not working. I haven't had any problem in the previous two months. I also was just build two weeks ago, and had to update my billing information. I tried online chat, after 30 minutes of typing, I've been disconnected twice. The funny thing is, Photoshop CC does open, and it works fine. However this message is irritating concerning. I'm on a Mac running the latest operating system and hardware.

    Please Update CC App from following link:
    http://www.adobe.com/appsmanager/index.html and then try signing in.
    Do let us know if it works for you.
    Regards
    Pragya

  • Import Project not working... Help?

    I cannot for the life of me figure this out. Running two macs. I have an assistant now who rates/edits photos on one mac running Aperture. When she finished, I exported the project (without checking 'consolidate images') and then imported them on my computer. When I did this, I got the following:
    http://www.redtreedesign.com/other/aperture.png
    So I thought - maybe I should have checked the checkbox on the export. So I went back, checked the box and exported. Sure enough, on the import, I got the same. No files anywhere to be seen, but several folders.
    Any ideas? The files are stored in the aperture library (not referenced).
    Thanks,
    Josh

    I cannot for the life of me figure this out. Running
    two macs. I have an assistant now who rates/edits
    photos on one mac running Aperture. When she
    finished, I exported the project (without checking
    'consolidate images') and then imported them on my
    computer. When I did this, I got the following:
    http://www.redtreedesign.com/other/aperture.png
    How are you transferring the exported project between computers? If you are using the Windows drive sharing feature, that will not work and probably give you what you see. It could be something else as well.
    That would be my best guess as to what is happening. You could double-check the exported project contents when you receive it, use Finder to right-click on the project and select "Show Package Contents" - then you are looking at what files are inside that project. Compare what is in the original exported project on the computer it normally lives on with the copy, and see if there are any differences.

  • Sun Access Manager 2005Q1 session failover is not working

    Hi All
    I m using Sun access manager 2005Q1,message queue 2005Q1, Sun Directory server 5.2 ,BerkelyDb 4.2.52 and radware hardware load balancer with sticky session.
    I m have configured message queue and BerkeleyDB and both are running with any error.
    I m using http://docs.sun.com/source/817-7644/ch5_scenarios.html#wp41008 doc for session failover.
    Simple failover is working fine but the Session failover is not working.
    Any body has done session failover with Sun Access manager 2005 Q1 I m trying to resolve this issue last two month.
    Please it is urgent.

    It works fine in 2005Q4, after applying a patch 120954 if I am not mistaken. But 2005Q4 and 2005Q1 are probably different in terms of session failover (site configuration etc.)
    1. Stop both AM servers
    2. Set logging to debug mode in AMConfig.properties.
    3. Delete / move everything in /var/opt/SUNWam/debug
    4. tail -f /var/opt/SUNWam/debug/amSession
    5. Post that file here... you should be able to see if session failover is enabled etc....
    hope this helps.

  • After Installing Beta 2 Flash Plugin Not Working

    After I installed the Beta 2 the projects won't run because
    the correct Flash Version is not recognized. I get the error:
    Alternate HTML content should be placed here. This content
    requires the Adobe Flash Player. Get Flash
    I even get this on the Flex Builder Start Page. I have
    reinstalled the latest version several times but Flex projects and
    Start Page still give me this message. I can view other Flash stuff
    fine.

    Hehe, no I was not. I was clicking on the "Get Flash" link
    that was displayed in the Flex Builder Start Page which takes you
    to the normal Flash download page. I don't always read instructions
    before diving in so I wonder if and where where this is documented
    - I will look and see. Please note that also during the Flex
    Builder installation the installer told me it was installing the
    plugins - obviously it did not. Thanks for your help.

  • Cp6 project not working on tablets

    Hello.  I have a Cp6 project that I published as swf and html5 (combo) which runs perfectly on a PC with Windows 7 using either IE9 or Google Chrome. This project is also SCORM 1.2 enabled and works fine on the LMS - either SCORM Cloud or the client's LMS.
    The strange thing is when I tested launching on an Android Samsung S Note, it acts like it’s going to launch but never really does. And, it actually did launch and play great the first time I tested it a couple weeks ago on my PC.
    I had someone else test the same file on a Nexus 7 tab via SCORM Cloud and all he saw were black screens so it didn't work there either.
    One of my counterparts launched it from his Apple products and here are the results.  (I published the same project as HTML5 only and asked him to test both.)
    PowerBook (Apple)
    On the HTML5 alone course I just had a gray screen.
    On the full SWF/HTML5 course everything worked as expected, including the video slides and the PDF text versions. There was a visual 'glitch' every time there was a transition from a static slide to video and from a video clip to a static slide.
    iPad Gen 2: Neither course worked, all I would get is a gray screen on both of them that didn't lead to anywhere.
    iPad Gen 1: Same thing, gray screens on both of them.
    Here are the browsers that were tested in the Apple products:
    Firefox v. 26.0ts
    Safari 6.1.1
    Chrome 32.0.1700.77
    IE 10.0.9200.16384 (running with Windows 8 through Parallels)
    So it seems to be the tables are having issues.  Any ideas?  Is there anything else I need to do to enable this project to work on tablets - Android or iOS?
    Thanks again.

    HTML5 should run, but how is an iOS device going to play a SWF? The OP said he published as swf and html5 (combo).
    When publishing to SWF and HTML5 there are 3 html files created:
    index.html (HTML5 document)
    multiscreen.html (Not an HTML5 doctype and uses frameset which is not declared in doctype)
    "project name".htm (Not an HTML5 document loading a SWF)
    You should be using the multiscreen.html file to determine which content to deliver, and start your troubleshooting from there. You will need to determine which actual file is being used when the different users experience issues.

  • Communication manager 4.0.1 is not working with PCMCIA FBUS

    Hi everybody,
    since i can remember we have got problems with communication manager driver software ( which is comming with the FF ITK ) using with PCMCIA FBUS card.
    I cant use our PCMCIA FBUS 1 or PCMCIA FBUS Series 2 card with the latest communication manager 4.0.1 because the card is not working after installation of the software.

    Hi,
    There is no such limit of CM 4.0.1 to work with PCMCIA-FBUS interface.
    We only have problem with some Dell Laptop because of some hardware issue.
    Please refer to the related discussion link:
    http://forums.ni.com/t5/FOUNDATION-Fieldbus/NI-FBUS-PC-Card-detected-wrong/td-p/1658478
    Also there are several diagnose suggestion for you.
    1. Check the Device Manager to see whether the driver is installed and identified correctly.
    2. Try several PCMCIA-FBUS cards in your Laptop.
    3. Try the same PCMCIA-FBUS card in different Laptop with CM 4.0.1.
    Hope this will help. If any further request, please feel free to email me through [email protected]
    You could get swift reply and support.
    Thanks.
    Chris

  • Visual Gesture Builder Analysis project not working ?

    Hi,
    I'm working on Visual Gesture Builder and I try to understand how to use it. Currently, I use the 1409 release of the SDK, but I did some tests on 1406 version and it's not working too.
    My problem is the next : when I build a training project, I can successfully produce a .gba file and test it with the live preview tool but I can't use it in the analysis project. I include the same clip or another, and I start the analysis, then the output
    pan show me "SUCCESS:" and no more messages. The control pan is not updated (the table project analysis results contains just the header row) and when I click on the clip, they are not any suggestion of tagging, just my timeline with my own tags
    if it's a clip that I used in the training project. 
    I made many tests, like change streams recorded in kinect studio or using KSConvert.exe to upgrade my clip, but nothing happens. I tried to use VisualGestureBuilder.exe with command line and the option -analyse, but the message is always the same : the command
    line arguments were not valid. I saw all videos (MVA and blog's evangelist) about Visual Gesture Builder and reproduce step by step all manipulations, but nothing with the analysis project.
    Thanks.
    PS : sorry for my poor english. 

    Thanks Brekel for your reply , 
    i presume my assumption are true, regarding Kinect Regions (Kind
    Request 3) do you have any info on that ?
    Thanks 
    Vuyiswa Maseko

  • Managed Preferences (Allowed Apps) Are Not working?

    I am having a problem with a Computer List managed preferences not working..I am selecting Always manage, allow only these apps and the clients do not read all the permissions properly. IE: Allow Firefox and log in and it will not allow Firefox. It's hit or miss. Safari works when told to allow, other apps also work. It just seems that some apps do not listen to the management. If I go back to WGM, Turn off Always, log back in on the client, and Firefox and everything else works. Server 10.5.4, Client 10.5.4
    BTW, Where is the Managed Clients sub catagory in the Leopard Server Discussions?
    Thanks for the help!

    We are using Computer Groups as we have found it to be far easier to manage machines instead of users. As far as apps go, we don't use the "Applications pane" we use the "Folders" pane and approve them that way. The documentation states that this is designed for both an application bundle or Application folders. It works in that if there is any Daemons withing the bundle or folder, it also approves these all in one shot.

  • Managed Preferences (Allowed Apps) Are Not working? -Repost

    Repost from Advanced Topics:
    I am having a problem with a Computer List managed preferences not working..I am selecting Always manage, allow only these apps and the clients do not read all the permissions properly. IE: Allow Firefox and log in and it will not allow Firefox. It's hit or miss. Safari works when told to allow, other apps also work. It just seems that some apps do not listen to the management. If I go back to WGM, Turn off Always, log back in on the client, and Firefox and everything else works. Server 10.5.4, Client 10.5.4
    BTW, Where is the Managed Clients sub catagory in the Leopard Server Discussions?
    Thanks for the help!

    I ended up calling Apple about this one...Treat Applications as Folders when adding them as approved applications.

  • Firefox beta 21.0 shortcuts not working os x 10.8.3

    All keyboard shortcuts not working.
    Keyboard shortcuts working in other apps eg LibreOffice
    Am using keyboard shortcut program ikey for OS X - but has worked with FF before.
    THanks

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for

  • WBS in Asset Master

    Hi All, One Asset was mapped to WBS in Asset master at the time of creation (Origin tab in asset master). Now I want to de-link this mapping, or simply put remove/delete this WBS from asset master as client does not wish to settle the project to this

  • Activating and Installation help BW statistic in BI 7.0

    I have installed the business content for SAP Statistics, but don't have the BI_BW_Administration role authorization. I don't know if it is possible to still go ahead with the Statistics peice. I don't see the process chains created by following the

  • Apple id is disabled, to reset the password I do not know the email and security question. help what to do?

    apple id is disabled, to reset the password I do not know the email and security question. help what to do?

  • Elements 10 error message and failure to upload

    I recently installed Elements 10.  Since then I have been unable to upload photo albums to photoshop.com directly from elements.  I get an error message that an "error occurred while loading this album template.  An auxiliary file may be missing or d

  • Mac Was Rebuilt and Nano Has Sync Issues

    After my Macbook was rebuild because of system issues, all my songs on my Ipod Nano (8 GB) are of course SAFE.  Once rebuilt, now Itunes is treat my Ipod Nano as if it was never used with this Macbook and it was! This %$#$^ system now will not sync a