DB Adaptor in OVD

Hi All,
I created DB adaptor in OVD. It is based on employee table. And Employee name is configured as User. Now i want to use this User for authentication in weblogic server.
I created OVD authenticator , but how do i make my users from employee table eligible to get into "user&groups" list under security realm? (or to put it simple, how to make my user for authentication in weblogic server.)
Please help !!
Thanks

What steps did you followed to create the OVD DB adapter. Check with the following documentation and it should be good to go.
http://download.oracle.com/docs/cd/E12839_01/oid.1111/e10276/ovd_adapt.htm

Similar Messages

  • How to write Join View Adaptor which will pull data from Siebel and OID ?

    Hi Experts,
    I wanted to write web service call where OIF will talk to OVD than OVD will have join adaptor which will pull few data like msisdn from Siebel and view data from oid like given name and generate SAML assertion.
    I wanted to know how to write join adaptor for the same
    Help Appreciated.

    Hi Experts,
    Is anyone has any idea on webservice call to OIF which will call OVD that will have join adaptor connecting siebel and oid ?
    any help is appreciated

  • Configure LDAP Adaptor without ODSM

    Hi,
    Is there any way I can configure LDAP adaptor without ODSM?
    Regards.

    You can modify the Adapters xml which would create the adapter after the OVD Instance bounce but for the password you would have to login via ODSM. That is the tool provided for such operations.
    There are ldap commands but I don't think it would be able to create a new adapter. It can add/delete LDAP entries from the browser view that too for a localstore adapter but not create adpater

  • Error while creating a new connection in ODSM for OVD

    Hi all,
    I am getting the following error while creating a new connection in ODSM for OVD.
    Error log:
    [2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by:
    =======
    java.lang.NoClassDefFoundError: Could not initialize class
    com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at com.octetstring.vde.admin.services.client.ServerMgrServiceLocator.getVDEAdminService(ServerMgrServiceLocator.java:58)
    at oracle.ldap.odsm.model.ovd.APServerProxy.connect(APServerProxy.java:248)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticateAs(APServerProxy.java:684)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticate(APServerProxy.java:286)
    at oracle.ldap.odsm.model.ovd.APServerProxy.init(APServerProxy.java:216)
    at oracle.ldap.odsm.model.ovd.APServerProxy.<init>(APServerProxy.java:198)
    at oracle.ldap.odsm.model.ovd.OVDRoot.connectOVD(OVDRoot.java:185)
    at oracle.ldap.odsm.ui.common.Connection.connect(Connection.java:120)
    at oracle.ldap.odsm.ui.common.Visit.createConnection(Visit.java:663)
    at oracle.ldap.odsm.ui.common.Login.saveChanges(Login.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 28 more
    How to resolve this issue.Pls suggest me.
    Regards,
    -Deena.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • No Apple Remote or Apple Mini-DVI to VGA Adaptor included with new MacBooks

    Hi!
    I just picked up a new (black) MacBook yesterday from the Apple Retail Store in Meadowhall (Sheffield). I was quite surprised to open the box and find that the Apple Remote and Mini-DVI to VGA adaptor cable are now optional items and no longer included in the package. Okay, they're not expensive (an extra £30.00 to add both of them), but I just thought I'd mention it to let potential customers know.
    I have to say that I'm very pleased at the speed bump and the 250GB hard drive though (you can never have too much space). Also good to have 2GB RAM out of the box (rather than paying an extra £90.00 for the 2GB model). Excellent!

    bford0001 - 15% restocking fee? Did you buy it from an Apple Retail store? I bought a black MacBook from them just under two weeks ago (a 2.2 with 160GB HD and 2GB RAM) and they let me take it back and walk out of the store without charging me anything!
    One other thing I have noticed - why has the L2 cache dropped to 3MB from 4MB? I know the processor is more powerful, but doesn't that mean it would just about level out, because of the reduction? I noticed the same for the £1,299.00 MacBook Pro and that on the other two models, it's gone up to 6MB. Anyone know how this would change the performance?

  • Mini-DVI to video adaptor tv connection issues

    Could it possibly be with the new software upgrade? I just updated from 10.6.1 to 10.6.2 and all of a sudden my Mini-Dvi to Video stopped working. I'm using my Mini-DVI to VGA without problems at work with the same computer and a few minor adjustments to the display prefs.
    Apple says the 10.6.2 update was supposed to correct display issues. Could they have accidentally deleted support for the adaptor while correcting other issues?
    Perhaps the cheapest solution to this would be to downgrade back to 10.6. Any advice on this?
    I'm running a 2.2 Core2 Duo MacBook from mid-`08.
    I also found this article on PCstats http://www.pcstats.com/articleview.cfm?articleid=2147&page=3 that says the GMA X3100 chips do have integrated graphics for analog, s-video etc... so I'm guessing that somebody may have accidentally deactivated the analog features of the chip while writing the graphics update. Only my guess I'm not a programmer.
    Message was edited by: JGrat

    With your TV hooked up to your Macbook, you should be able to view anything on your computer. If you have all of your pictures in iPhoto, your best option is to use FrontRow by using the remote.
    (make sure your displays are mirroring eachother, Preferences>Displays)

  • FDMEE: Source Period Mapping in Open Interface Adaptor

    Hello,
    I want to use open interfce Adaptor to load data in FDMEE (AIF_Open_Interface) from a Custom SQL Source where periods are in rows and data in last column of SQL table, like
    Fyear      period      entity      account      Currency      Data
    2012      1           10000           100022       USD          171778.87
    2012      1         10000           100022       USD           -10343
    please suggest, how can i bring this data in FDMEE ?
    Many Thanks !!!

    Hi Ramanujam,
    There are 3 methods to update the Calendar or defining the period
    E-Business Suite and PeopleSoft calendars have these important elements:
    Calendar—Identifier for a calendar
    Start Date—Start date of the period
    End Date—End date of the period
    Refer the section "Define Period mappings" (Pg 102 - 108) in guide - http://docs.oracle.com/cd/E40248_01/epm.1112/erpi_admin.pdf
    Thanks,

  • Where and how can I buy a new AC adaptor for a 30" HD cinema display?

    I bought large numbers of Apple products in Hong Kong but have since moved to a remote area of the Philippines where internation telephone calls are extremely difficult.
    The AC adaptor of my 30" HD cinema display with aluminum case has been lost so I need to find out the price and order a new one.  However the Apple shop (Hong Kong) on-line has no way to ask the price or place an order for this item.  There is no on-line form no email addrees, nothing except Hong Kong phone numbers.
    Can anyone please advise what I can do?  Please don't suggest going to the local service center.  I will never go back to our local service center after what they did last time.
    Thank you.
    Frank

    Thank You.
    I have emailed them to ask if they will deliver to Hong Kong via USPS.
    I may need a video card for a MacPro so I will order that from them also.
    Thanks again
    Frank

  • Ethernet to USB adaptor no longer being recognized by my mbp

    I have an older macbook pro, which is running mac os x 10.5.8. The ethernet port is broken so I have been using a mac Ethernet to USB cable because there is no wifi at my college. I got the cable to work for a while, then I unplugged it and my computer no longer recognizes it. When I used to unplug it and plug it in I would get a message by the airport symbol that said something along the lines of ( new network usb-ethernet availible, which then would allow me to go into network preferences and give me the option to connect to the usb ethernet).  Now when I go to setting with the usb ethernet device plugged in I no longer get the option to use usb-ethernet adaptor, and cannot connect to the internet.
    Both the cable and port have been tested and they both work. I also havn't installled any new software recently so I have no idea what I have done wrong.
    Thanks for your help

    Hi Dibenkorn,
    Yes, both USB ports are not recognizing this lacie external hard drive. I also tried the SMC reset but that did not change anything. I have another external hard drive (smaller one) and it works on this computer fine and like I said before the Lacie works fine on my other (older) MacBook. I just can not figure out what went wrong or what happened...

  • I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "

    I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "
    THis is means they are not charging on a 30 pin cable and the touch won't work in my Apple iPod dock - no audio out or charge. Have re powered both devices to no avail am wondering if the iOS version is the problem
    Help!

    If it is a lightning to 30 pin adaptor, and you have a 7th Generation Nano it has to fit the Nano.
    This is lightning to 30 pin adapter: http://www.bestbuy.com/site/Apple%26%23174%3B---Lightning-to-30-Pin-Adapter/6651 936.p?id=1218803450821&skuId=6651936#tab=overview
    Is this what you bought?
    You need to contact Sony and see if they model you have is compatible with the docking adapter. It may not be.

  • SCCM remote control keeps dropping out when another network adaptor loses connection

    Hey guys,
    Hopefully someone will be able to help me out
    at work, we are running SCCM 2012, and I use SCCM 2012 config manager to manage the clients etc
    We have a particularly annoying issue with SCCM remote control; it constantly drops out when a network connection on the client machine disconnects or changes state, even if its not interface I'm remote controlling through
    Here's an example for you:
    a laptop with a wired, and wireless connection:
    I remote control the machine through the wired network address (lets say 192.168.0.1), but if the wireless connection drops out (someone turns it off or it breaks) the remote control client will kick me off, lock the screen, and I have to wait 20-30 seconds
    before it will accept my connection again
    This happens with any network adaptor that's installed on the client
    Here is a copy of the logs re-creating this issue: https://www.dropbox.com/s/nu4w28d44xky3rg/CmRcService.log
    (I've edited it to take out usernames and IP addresses as they are publicly accessible)
    So my question, does any one know how to fix this issue? I see it uses WMI, is there anyway to get WMI to ignore an interface?
    Thanks heaps,
    Harry

    This is going to be done by design for security reasons. If the network connect for whatever reason is down the pc will automatically be locked.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Battery charging and power adaptor issues

    I'm having slight issues with both my power adaptor and the battery itself.
    First I think I have cord issues as the light status can change from dim green to red or bright green if I move the cord around.
    Second, my MBP is having trouble recognising if power is going to the battery or if it's charging etc. It can recognise if there's no adaptor connected at all, but if there's an adaptor connected, it has trouble seeing if there's power coming from the adaptor even if the light is on. I.e. it can stay at 100% and supply comes from the power adaptor and then suddenly drop to 80% power and start charging agan. One issue that happened earlier today was the adaptor was connected, and the battery indicator was at 100% with supply from the adaptor. Suddenly the MBP shutdown, and when I rebooted it was at 17% (I've tried repeating that in case of a dodgy battery but I couldn't)
    System profiler Power information: (MPB is 18 month old)
    Battery Information:
    Model Information:
    Manufacturer: SMP
    Device name: ASMB012
    Pack Lot Code: 0002
    PCB Lot Code: 0000
    Firmware Version: 0110
    Hardware Revision: 0500
    Cell Revision: 0200
    Charge Information:
    Charge remaining (mAh): 4779
    Fully charged: No
    Charging: Yes
    Full charge capacity (mAh): 4876
    Health Information:
    Cycle count: 111
    Condition: Normal
    Battery Installed: Yes
    Amperage (mA): 285
    Voltage (mV): 12603
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 0
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: No
    Current Power Source: Yes
    Display Sleep Uses Dim: No
    Battery Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 0
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Hardware Configuration:
    UPS Installed: No
    AC Charger Information:
    Connected: Yes
    ID: 0x0100
    Wattage (W): 85
    Revision: 0x0000
    Family: 0x00ba
    Serial Number: 0x00527d2c
    Charging: Yes

    Try an SMC reset.
    http://support.apple.com/kb/HT3964
    If that doesn't help, the problem could be the adapter, the battery, or the I/O board (or a couple of less likely things). If you can borrow another adapter and/or battery, try them to see where the problem is. Or, if you're near an Apple Store, take it in and they'll diagnose it for you (for free, but they will charge for repairs if you need them and don't have AppleCare).

  • Can I use an external bluetooth adaptor instead of the internal one?

    HI Folks,
    I need some better range for some bluetooth to serial adaptors so I purchased a class 2 (or was it class 1? memory fading but the higher output one) USB bluetooth dongle which advertised as being Mac compatible. Unfortunately when I plug that into my mini (previous generation core 2 duo mini) I can't see that I can disable the internal device. It shows up on the USB bus but as far as I can tell the system is continuing to use the internal device.
    Is there a way to tell it to use the external device? Can I crack the case and remove the internal module? I know the airport module is a separate card I can unplug but can I do the same to the bluetooth?
    Thanks for any suggestions!
    James

    heh, so I should have just tried it again. Last time I did this was a couple of OS versions ago though I have no way to know if that is what did it. Upon plugging back in the class 1 external interface is now appears that my machine is properly using BOTH interfaces. IN the discover new devices screen it now sees itself as an option which it never did before, and shortly thereafter the previously out of range devices popped up as well. So in order to use an external bluetooth adaptor it doesn't appear you have to do anything other than plug it in. It did not do this the last time I tried though.
    In any case, thanks!

  • DVI to video adaptor question

    I am new the Apple world but am thinking of buying a Mac mini as a music and photo server. I will use it mainly via a TV with the remote control and Front Row. I am in the UK and have a CRT Panasonic (28" wide) with SCART connections. I also have a Sony home cinema amp which is a couple of years old. I have read that screen resolution and quality is poor when using the DVI to video adaptor but am wondering what people's experience is when using it for Front Row only? I am hoping to find a remote control solution to use the Mac through my Windows laptop for normal Mac computing..

    I've been thinking of MacMini for the same purpose and have been testing s-video output on my PowerBook G4 1.67.
    Using the resolution 1024x576 gives anamorphic widescreen image to my sony 28" tube TV and I was able to browse internet and write forum entries without much trouble from 2 meter distance (around 7 ft).
    Ofcourse the image is not as sharp as you'd get with a LCD, but it's a lot better than one might think. There was a checkbox saying "optimize for video" or something which seemed to sharpen the image a little. It helped getting smaller text readable.
    Anyway, after seeing frontrow on a LCD display and now PowerBook's 1024x576 on a TV screen (I don't have front row on the PB), I'm sure It's more than good for that application.
    Actually I didn't really find much difference between watching DVD from a DVD player or from the powerbook, when they were both connected with s-video
    Powerbook G4 1.67 Combo   Mac OS X (10.4.2)  

  • Can i connect my cintiq 12wx to my Macbook pro 2011 through the thunderbolt using the mini display port to vga adaptor?

    I just bought my cintiq 12wx and was wonderding if i can connect it to my macbook pro 2011 through the thurderbolt using a mini displayport to vga adaptor? Please help!

    Yes, it should work with a mini-displayport to VGA adapter.  Since a 12wx also can take DVI you could use a mini-displayport to DVI adapter instead.  Why go analog when you can keep it in digital!
    I guess the usb is for the pen.

Maybe you are looking for

  • How to Change Date-Type to Char-Type with Format?, When it.....

    I'd like to Change format Data from Date-Type Column to char-type especially, as 'YYYYMMDD' Format, But There are some Error Message. I already know, to_char(sysdate, 'yyyymmdd') from dual, But When it Applied my Table (has Date Type Column ).... Tha

  • Work Bencg request Import problem in STMS

    Dear Team,   I would like to import the transport from Dev to PRD in STMS. While importing i am getting the following error log.   Generation of programs and screens                                       Transport request   : SD1K900195              

  • "Enter your name and password to update the RSS feed"

    I keep getting a pop-up from Safari (even when it's in the background) that says: +*Enter your name and password to update the RSS feed*+ How on earth do I disable this? It is asking for a username and password for Twitter so I must have clicked an R

  • Inconsistent withholding tax info

    Hi all, I got one error pop up. When I try to create Post Incoming Payment Process open item, it pop up one message "1 item have not been activated due to inconsistent withholding tax" what is the problem? Best regards, Lucas

  • Desired change to CREATE SCHEMA

    Create Schema command allows multiple create table, create view and grant statements to be grouped together so that if one fails, none of them are actioned. This is excellent for "production release" scripts, as it means that we don't have to back ou