About configuration ADF BC

Hi all,
I want to ask about the configuration for database connection in ADF Business Component. For me the db configuration must be defined when we create Application Module at the first time. So, it was flexible for me. I found another java technology which similar with ADF BC can read db configuration from the external file. So, I want to know can ADF BC read from the external file?
Thanks for the advice..

I don't know if I get your question right, but the configuration is stored in a file. So it's read from an external file.
Timo

Similar Messages

  • Some questions about configuration in MAX.

    Hello,everyone!
    I have some questions about configuration in MAX(I am a jackaroo for motion control development),I hope I can get your help.
    I use PCI-7344+UMI-7764+Servo amplifier+Servo motor,my MAX version is 4.2 and I use NI-Motion7.5
    My question as following:
    1,In Axis Configuration,for motor type,why I must select stepper but not servo?my motor is servo motor!If I select Servo,my motor can't run,I don't know why.
     If I select stepper,though motor can work but I can't test encoder in MAX.
    2,In Stepper settings,for stepper loop mode,why I must select open-loop but not close-loop?If I select close-loop,the servo motor doesn't work too.
    3,If I want my two servo motors run at different velocity,How shoud I do?It seems I just can set the same velocity in MAX for my two servo motors.
     My English is poor,Pls pardon me!I come from China.
    Thank you for your help!
    EnquanLi
    Striving is without limit!

    Hi,Jochen,
    Thank you for your kindly help!
    The manufacturer of the drive and motor that I am using now is Japan SANYO DENKI,drive type is RS1A01AA,motor type is R2AA06020FXP00.
    And I use position control mode,thehe encoder's counts per revolution is 131072.I set the electronic gear ratio to 1:1 for drive.
    Now,I can use Close-Loop to control the motor but still has some problems.When I configure it to run in closed loop mode, the motors behave strangely and never move to the target position.When I configure it to run in closed loop mode, the motors behave strangely and never move to the target position.The detail situation is as following
    1,Motor can't run.
    2, Or motor moves to a position, then moves in the same direction agian and eventually stops.
    Except for the  two points mentioned above,"Following Error" is  occured frequently,I don't know why.
    I am still not clear why I must set the motor type be stepper in MAX .
    And I have another question:what the relationship between the steps and the counts?They have the proportion relations?I notice that there are a section said like this in help document: For proper closed-loop and p-command operation, steps per revolution/counts per revolution must be in the range of 1/32,767 < steps/counts < 32,767. An incorrect counts to steps ratio can result in failure to reach the target position and erroneous closed-loop stepper operation.
    I am verry sorry I have too many questions!
    I am very appreciate for your kingly help!Thanks again!
    EnquanLi
    China
    Striving is without limit!

  • When I try to reformat there is an error message about configurations with the pointing device

    When I try to reformat there is an error message about configurations with the pointing device
    I am not sure I am on the correct section in the support area for Lenovo.
    I had a mouse issue. It was unable to read the mouse. Now the mouse is working and it is initialized.
    I have no idea why.
    There is an error message saying that I should press F 1or F2. I pressed down F 1 and I tried to work with it and I enabled the mouse or I tried. The mouse is working fine but the computer will not recover completely the way it used to.
    It is very confusing. When I shut down and restart there is an message that was not there before about the pointing device. Also the recovering operation never asked me for disks. Now it is doing that. I have disks but this is all confusing. I just want the computer to be the way it was. It is working fine except for booting up and the messages.

    Hi marissa, welcome to the forums,
    you may or may not be in the right place, but it would certainly help members to help you if you could post exactly which Lenovo system; notebook / computer, you have and which operating system is installed on it.
    Thanks in advance
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Configuring ADF Security to use LDAP

    HI All
    We are building an application which is secured using SSO authentication. We have an LDAP setup for this.
    During development, we wanted to configure LDAP in ADF Security Wizard in Jdeveloper for authentication. I tried the following in ADF Security Wizard in the 10 steps of the wizard:
    1) Configure ADF for Web Application, enforce Authorization
    2) Enable Credential Store
    3) No Policy Store
    4) LDAP Identity Store
    5) Enter LDAP credentials, LdAp URL, user base
    6) No Anonymous Provider
    7) Did not select any login module
    8) Form Based Authentication, generate default
    9) Added pages that need to be secured
    10) Finish
    The login page is rendered whenever i try to access a protected page. But when I enter the LDAP user credentials for login, it does not work. It says "You are not authorized to view this page".
    Is there anything missing in the setup that is causing the issue. Any pointers on this would be helpful.
    Thanks
    Srinidhi.

    Hi,
    note that there don't exist documentation for configuring ADF Security in JDeveloper 11 with LDAP. In general, ADF Security in JDeveloper 11 is not yet ready for SSO and LDAP testings and still is under development. Note that LDAP authentication - as container managed authentication - is configured in the jps-config.xml file of the deployed application. However, as said, its not documented and would be just too much at this point to put into a forum answer
    Frank

  • Configure ADF with HTTPS connections

    Hello.
    I am trying to deploy an ADF application with the protocol https.
    When I write the url:
    https://[my_domain]/[my_application]
    The request is done, but the adf controller answers suddenly with the url i sent, but it writes instead of https http, and adds in the end of the url a lot of get parameters like the next sample:
    http://[my_domain]/[my_application]/faces/[my_wellcomefile]?_afrLoop=2328230397945919&Adf-Window-Id=w0&_afrWindowMode=0&_adf.ctrl-state=14g97quz_327&_afrRedirect=2328230626510965
    I don`t mind the get parameters, I suppose that they are needed for adf to work. But the problem is that I need the request to connect with https, not with http, because my apache has only opened the port 8080.
    Please, anyone can tell me how to configure adf to disable this redirection, or to configure the redirection to point to:
    If the request comes from http -> redirect to http
    if the request comes from https -> redirect to https.
    Regards

    Thanks Chris,
    But I don`t think the problem is related with WebLogic Server. The weblogic is already with a ssl connection configured and working. In fact, after the redirection to the second url:
    http://[my_domain]/[my_application]/faces/[my_wellcomefile]?_afrLoop=2328230397945919&Adf-Window-Id=w0&_afrWindowMode=0&_adf.ctrl-state=14g97quz_327&_afrRedirect=2328230626510965
    if copy and paste this url but changing the protocol https:
    https://[my_domain]/[my_application]/faces/[my_wellcomefile]?_afrLoop=2328230397945919&Adf-Window-Id=w0&_afrWindowMode=0&_adf.ctrl-state=14g97quz_327&_afrRedirect=2328230626510965
    it works! So, summarizing, the problem is in the first redirection made in a transparent way for me.
    Refering to the post of Frank Niphus:
    Switching Http/Https in ADF
    you can understand my problem and we can see a workaround, but I want all the requests to go to https, not only some of them like is done in this post.
    Regards

  • Configuring ADF Graph Component

    Hi all,
    Can you help me to find any document that explains how to configure a graph component in a ADF Swing application?
    I've seen a lot of documents about DVT Graph component but they do not apply to Swing.
    Is there any wizard that can be used in this case, as I see in ADF Faces Documentation?
    TIA,
    Luis

    Hi Luis,
    It is possibel to sue DVT Graph in a Java client application. For documentation, you would have to use DVT Javadoc to call java methods on oracle.dss.graph.Graph class.
    I can send you some sample apps off-line if you contact me: katarina obradovic at oracle.
    Hope this helps
    Katia

  • About upgrading ADF

    Hi,
    I'm trying to upgrade existing ADF application.
    Then I've upgraded WLS and ADF runtime as below:
    - WLS 10.3.3 => 10.3.5
    - ADF runtime 11.1.1.3 => 11.1.1.5
    In this case, should I do something to existing domain?
    When I installed it, I used ADF's config.sh to create the domain.
    How about upgrading? Do I need to extend the domain with new ADF?
    Thanks.
    Katsuragi

    Let me confirm correct procedure for extending domain.
    Accroding to Developer's Guide , described below:
    In the Oracle Fusion Middleware Configuration wizard,
    3. In the Select Domain Source page, select Generate a domain configured automatically to support the following products.
    * If you used the Oracle Installer, select JRF and click Next.
    The option Basic WebLogic Server Domain (Required) is already selected.But JRF has already selected in my env and I can't click next button to go ahead the wizard.
    I guess that I should select "Extend my domain using existing extension template" and locate jrf_uprade_template_11.1.1.4.0.jar file.
    Is it correct?

  • How to configure ADF application to use OAM Identity Assertion ? web.xml

    We have a web application developed using ADF (application development framework) and deployed on WebCenter 11.1.1.2 (weblogic 10.3.2)
    OID Authentication and OAM identity assertion is configured in WebLogic 10.3.2 .
    How to configure security in ADF application (web.xml or weblogic.xml) so that it uses OAM identity assertion (already configured as authentication providers in weblogic server)
    Any pointers or documentation so that application (developed using ADF) check for identity tocken and verifies it with one of identity assertion providers.

    John,
    I have to concur. With OAM you don't need this. OAM intercepts the calls and inserts a cookie for WLS to get user information from.
    I strongly advise to go through the above mention OFM Security Guide. Esp. Chapter 10 tells you in every detail how to implement OAM SSO with WLS (with or without OHS as a proxy).
    Reading this chapter saves you time and turnarounds on this topic...
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do you go about configuring colours for terminal [applications]?

    I figured this might be the best place to ask but I'm not sure.
    I'm using termite, and it has 256 colours predefined. I have always thought that I better define my own colours (override defaults), because the defaults didn't immediately look nice. However, I recently discovered that for example the vim plugin "vim-airlineish" uses colour 55, which matches the screenshots of the plugin - so default colour scheme is assumed. So I'm wondering if this default colour scheme is some kind of global, well known default? And does it perhaps have properties, like: you will most likely find a colour close to the one you want in there, or something else? Is there a name for it?
    http://a.pomf.se/dmahvz.png
    So what I'm really wondering, is: what is the preferred way to configure the colours of console applications?
    Should I leave the default theme as it is and search for the colours I want in this colour scheme?
    Or should I find my own set of colours, and choose amongst these when configuring specific applications? This is what I've been doing so far, and for example, I wanted a greenish theme on my desktop, but the default colour scheme doesn't seem to hold a wide spectrum of green colours. (following picture is from my current colours, which I recently set and which I am not really that satisfied with)
    http://a.pomf.se/rpeisv.png
    Or should I override colours as I need specific colours? An ideal way - but pretty unorderly - to design for instance a colour scheme for coding, would maybe be to use gcolor2/3 to choose any colour that you need, and then put it in the colour scheme. If you could do that easily but you can't really - you have to go through a moderate amount of steps to change one colour, and in the long run of revising, revising, it's just a hassle.
    Thanks in advance for any input you can provide on this!
    -- mod edit: converted img to url tags.  Trilby --
    Last edited by Trilby (2015-05-01 11:41:41)

    You have a few different only paritially overlapping questions here.  How to find a color / is there a name for it:  There are 16 base colors, then a 216 color cube, then 24 grayscale colors.  You can get a bit more about this from a google search - here's one example:
    https://fedoraproject.org/wiki/Features … _Terminals
    There are also countless scripts to print out the 256 colors in a useful way in a terminal.  These scripts are littered all around these forums - just search and you'll find them.
    It is common practice to override the first 16 colors.  There are also countless posts - and I think an entire thread - on these forums devoted to sharing these color schemes.  I believe it is also possible to override any of the other 240 colors, but it is generally not done and I'd advise against it.  These other 240 are generally the ones "assumed".  The first 16 have conventional meaning, but there are no specific shades that should be assumed: 1 is some shade of red or something the user prefers in place of red, 2 is some shade of green, etc.  8-15 are bright versions of 0-7.
    Also, as you search - please find the forum guidelines and only link to larger images.  I converted the images to urls in your post.

  • Calling Forms developers - want to know more about Oracle ADF?

    I'm running a webinar for the ODTUG today 1st Nov on comparing whether development in Oracle ADF is simpler than Oracle Forms. This might be a useful insight to see how the tools compare and contrast.
    Details for the event on my blog
    https://blogs.oracle.com/grantronald/entry/is_oracle_adf_simpler_than
    regards
    Grant Ronald

    Hello!
    Here is a very good cookbook about new WebUI CRM 2007 WebClient Cookcook available!
    Best regards,
    Artur Litvinov.

  • Confuse about Configuring Oracle Warehouse Builder

    newbie here... i am abit confuse on how to configure the Oracle Warehouse builder...
    I have 2 database... 1 source and 1 new one...
    I understand that i have to install the Runtime Repository in the database computer and the Target Schema through the client's computer...
    so all this while... i am just confuse about what to install into the source database and what to install into the new database...
    Please help...

    Location is a logical entity in your OWB design that can be either a database schema, a flat file location, an SAP application location etc. Once you complete your design and are ready to deploy the design into the runtime environment, you will have to 'register' the locations by providing the physical details of your location to OWB (user name/password, database, hostname etc.).
    I am a bit confused by your configuration - are the source and the target in two separate schemas or in the same schema? Your posts are somewhat contradictory.
    If they are in two different schemas, you should:
    1. Create a source module pointing to a source schema (you can then import data object structures from the source schema - i.e. you don't have to create source tables manually in OWB, but you can import them into the module automatically). This module will have a source location (for example SRC_LOC).
    2. Create a target module where all your target objects will be (i.e. where the data will be loaded). This module will have a different location (TGT_LOC). In your target module you will also create the mappings.
    3. When deploying, you will register SRC_LOC with the physical details of your source schema, while the target location will be registered with the physical details of the target schema. The code generated by OWB during deployment will make sure that the data is extracted from the source schema and inserted into the target schema (either by generating and using DB links or by qualifying the schemas in the extraction queries if source and target are in the same database instance).
    On the other hand, if both source and target objects are in the same db schema, you can have all your objects in the same target module and you will only have to register the location of this target module when deploying (LOC_TGT).
    That said, there can be a variety of reasons why there is no data in the target after you run the extract mapping that have nothing to do with locations, such as logical errors in the mapping (an inappropriate filter or a wrong join), insufficient privileges etc. I suggest you take a look in the runtime audit browser that should contain the error messages relative to your mapping.
    Regards:
    Igor

  • Getting information about configured(webservices.xml) web service handlers

    Hi Guys, The situation is: In a Web Service, I have few GenericHandlers configured as server(Role) in webservices.xml(for IBM Runtime) & server-config.wsdd(Axis Runtime). Say the handlers are A, B & C. Now, when there is a inbound call A,B & C are getting invoked as expected.
    I am basically lookin for a way to know (programmatically) the # of handler configured for this web service i.e., 3 in this case and few other handler specific details.
    I was investigating getting hold hold of HandlerChain by following way
    HandlerRegistry hndlReg = service.getHandlerRegistry(); List hChain = hndlReg.getHandlerChain(new QName("http://test.com","PortName"));
    , but I dont get hChain containing information about A,B or C. Ya, here I can add Handlers programmetically which gets invoked also. But no information of already configured handlers in configuration files.
    Is there any way(programmetically) to get the details about already configured handlers.
    Appreciating your help.

    Please help ....

  • Information about configuration parameters

    Does anybody know where to find information about these parameters in SXMB_ADM - Integration Engine Configuration?
    - BPE - DISPATCHER - MIN_DURATION_PROCESSING
    - BPE - DISPATCHER - PACKAGES_PER_COMMIT
    Thanks!

    Hi ,
    Please find the below link :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac62214c7
    Also the SAP Notes :
    1058623
    1233380
    Regards,
    Madhusree

  • Question about configuring REST web service in EBS instance

    I am from EBS SCM team. From one wiki page, it says OA Framework provides REST framework to expose OAF BC4J objects as web services. Can you provide more details about how to configure REST web service for one EBS instance? Any related information is also helpful.
    Edited by: 936859 on Sep 7, 2012 5:45 PM

    IIRC you must activate PAPI-WS for the engine. In Studio you do it by right-clicking on the project, then "engine preferences". In enterprise/standalone you must activate PAPI-WS in the Admin Center.

  • About configuring IM in multipile domains

    Hi all,
    I can use IM service in single domain, but when I create more domains in DA, users in other domains can't sign on IM service. And I saw the error message from console as the following
    WARNING: Attention! The organization o=isp is not associated with any domain name. This will cause security issues in multi-domain deployments. Please set a domain name for this organization, using the Identity Server Administration Console.
    When I add the main domain name in organization o=isp via AM, the I can sign on in another ID within another domain. When I sign on DA, I will see the domain called isp and I click the domains link, it will let me sign out right away.
    By the way, if there are three same ID within different domains, how should I configure the setting to sign on with full email address, not just ID only?
    Please help me to correct them and thank you in advance.
    |-o=isp
    |--o=mydomain.com
    |----ou=People
    |-------uid=test.01
    |--o=nw.mydomain.com
    |----ou=People
    |-------uid=test.01
    |--o=jp.mydomain.com
    |----ou=People
    |-------uid=test.01
    |--o=sd.mydomain.com
    ...

    Dear Swetha,
    I am very idiot. I misunderstand what you mentioned in last reply If you want the login attribute to be mail then,Replace the uid occurences in the above two
    parameters to mail,else leave it as default.
    I modified them by following your instruction like below
    ! iim_ldap.loginfilter = "(&(objectclass=inetorgperson)(uid={0}))"
    iim_ldap.loginfilter = "(&(objectclass=inetorgperson)(mail={0}))"
    !iim_ldap.useruidattr = "uid"
    iim_ldap.useruidattr = "mail"
    And restart IM service, I still can't sign on with full email address and only can sign with UID.
    Thank you for your patience.
    1. I did check /etc/opt/sun/identity/config/AMConfig.properties and it did show com.iplanet.am.locale=en_US
    But it is still shown other language. Is there other setting I missed ?
    2. I added Domain Name by following your instructions, but I have question, what kind of "Domain name" should I input in organization o=isp , if I leave it blank, after restart IM, I will get some error message on console while sign on IM as before(I know what you talked before) as following
    # WARNING: Attention! The organization o=isp is not associated with any domain name. This will cause security issues in multi-domain deployments. Please set a domain name for this organization, using the Identity Server Administration Console.
    If I put one fake virtual domain in o=isp organizatioin, it won't show that error message, but while I try to sign on IM, the console will show the error as following
    [Fatal Error] :-1:-1: Premature end of file.
    3. I did search in Forums by key word "show contacts automatically", but can't find anything about showing contacts automatically after signing on IM.
    Would you please give me a hand to let me know which POST there ?
    Thank you in advance.

Maybe you are looking for

  • Dreamweaver CS3 Training from the Source

    I am working through your book, with the intention of using it as a textbook this coming fall semester in my high school web design class. (Have used previous versions of this book before with great success.) This is my first experience with XML/Spry

  • Usage Tracking Subject Area in OBIEE 11 not visible in Answers

    Hi All, I implemented Usage tracking in OBIEE 11G, set the permissions to every one in presentation layer of the rpd. Re started the server, I am able to see Usage Tracking dashboard but not able to see Usage Tracking Subject area in the Answers. Ple

  • Header is repeating

    I am composing a letter on "pages" and I have added a header on page one and the same header appears on page three and if I delete it, then it also deletes the one on page one. How can I delete the header on page three without deleting it on page one

  • I am not able to signin to itunes? it shows network error!

    hi there, can anyone help me how to reslove this issue. i am not able to login to itunes store, it says  unknow error occured(310) check network setting. hope to reslove this issue soon... Thnaks

  • Matrix based game: path finding

    Hi, I'm writing a simple PacMan clone, in which the monsters form some kind of neural network. When a monster spots PacMan, it sends PacMan's coordinates to the other monsters, which then move to that location. When there is no target set, the monste