End User Analysis Study:   Your Participation Requested

Oracle is currently studying how our Business Intelligence customers analyze data. We are seeking additional information about the type of calculations end users need to apply to meet their business goals.
We have developed a survey to help us with this investigation. It is accessible on line at http://ui.oracle.com/bi/bi.htm and should take no more than a few minutes of your time to complete.
Thank you in advance for your efforts. With your assistance, we plan on continuing to improve Discoverer's advanced analysis capabilities in an upcoming release.
Regards,
Discoverer Development Team

Please note that the url does not contain a 'period'.
To access the survey, please go to http://ui.oracle.com/bi/bi.htm

Similar Messages

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator

    Dear Techies,
    We have registered an Extra Information Type as self service OAF page and did some validations using user hook which are working fine. But for some requests EIT creation page is throwing below errors.
    1. Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    2. An unexpected situation occurred while executing routine FND_DATA_SECURITY.GET_SECURITY_PREDICATE_HELPER.The cause was: The parameter 'p_object_name' cannot be 'GLOBAL'.
    System throws these errors whenever user hook suppose to throw our customized validation messages.Since we are at UAT instance, we are bouncing apache and oacore to get rid of these errors every time they appear. But we cannot bounce once it is moved to production.
    Kindly share some ideas  to fix these errors as we are very close to Go-Live and we are facing this issue with all EIT's and SIT's.
    Thanks and Regards
    Dileep Kumar.

    Hi Mahesh,
    Thanks for reply.
    I have gone through the link that you have suggested. But our EIT user hook validations doesn't  have any code related to submission of concurrent programs. More over our error is not stable. If we bounce the apache and oacore, the system will work fine without unexpected errors for some time. We are not even able to replicate these errors.
    Thanks and Regards
    Dileep Kumar.

  • How to enable end users to escalate requests outside of newScale - end user view of delivery plan

    How do you communicate to end users in a large organization, the procedures for escalation a request that is late or urgent. The views of the delivery plan available to users don't give them muche detail about who is doing the work.
    I'm curious how other people communicate the escalation procedures - per service - to the end users that submit them?  for instance, our unix admin team is pretty swamped and not meeting their OLAs reliably.  They want to provide a way for the Appdev/IT users to know how to escalate requests that are late and urgent/important. 
    When a user submits a unix admin service on a req, if the user knows where to look in myservices, they can see the delivery plan, but enough detail to know who is doing the work. (we submitted an enhancement request a while ago to provide an options for a "full disclosure" view of the delivery plan).   Even if they have enough access to service manager to find the req number and see the service manager view of the delivery plan, they still only see the service team/queue name, which might not be enough info for them to make a call or send an email.
    We are discussing a few options and was curious what others are doing:
    1.  Update the Service description to include a contact distribution list for the fulfillment team (for requests with simple plans) or the service owner team for complex delivery plans.
    2.  Create a custom email template to be sent at start of delivery plan.  Ccurrently we have a generic email that covers most requests, but are thinking of creating emails that provides service-specific escalation information. 
    3.  Create an intranet page with escalation information by service, and perhaps including this as a link off the myservice home page or the service description.  
     The scope of this question is more around infrastructure requests that are fulfilled by centralized groups, not how end users escalate phone or computer requests.  Our service-desk generally not involved in support of infrastructure requests, although they woudl probably be the escalation point for end-user requests
    -Brian
    running 2009.sp2

    create a CSI program (from ITIL) that will be empovered to fix the issues with Unix admins, ie hire more people.
    Dont fix process issues with technology, fix the process itself

  • Let end user request a role

    I want my end users to be able to request roles for themselves.
    Is there a out-of-the-box way to do this, or do I have to implement it myself?
    If I have to do it myself, please point me in the right direction.
    Thanks in advance
    Stefan

    Hi,
    Thnk u for u r quick reply.....
    i am using... IDM8.1
    I will Expain u the problem clearly...
    I created an ITRole(IT1) and assigned AD as optional resource.After tht i created Business role(B1) and assigened the ITRole(IT1) to tht roleB1.I assigned the B1 to the user . But i observed tht the resource(AD) is not Assigned to the user.So my question is how to assign the AD to tht user..one more surprising thing is the AD resource is not there in the user's available resources list also(End user and Admin interfaces).Am i doing anything wrong??
    Tnx in advance......
    Regards,
    Kavitha

  • Java.lang.ClassCastException in end user page

    Hi,
    When I click on any of the link in the end user page (it launches a process using processLaunch.jsp) i'm getting the below error. I've no clue as whats going on, can someone please help me.
    java.lang.ClassCastException
    at com.waveset.security.authn.LoginModule.addAdminGroupPrincipalRefs(LoginModule.java:529)
    at com.waveset.security.authn.LoginModule.getSubject(LoginModule.java:487)
    at com.waveset.security.authn.LoginModule.getSubject(LoginModule.java:509)
    at com.waveset.server.AuthCache.getCache(AuthCache.java:158)
    at com.waveset.server.AuthCache.loadCache(AuthCache.java:119)
    at com.waveset.server.InitAdminCacheThread.initAdminCache(InitAdminCacheThread.java:91)
    at com.waveset.server.InitAdminCacheThread.run(InitAdminCacheThread.java:69)
    Thanks!

    What exactly are you clicking on in the end user page? Your problem could be a number of things. You can get this error when the xml in a file it is referencing is not properly formed. e.g if you had not properly closed a tag in a config file.

  • Java.lang.NullPointerException in end user change password page

    Hi All
    I need to notify a user whenever he changes his password. when i log in to the user page and change password i get java.lang.NullPointerException.
    Any ideas???
    Help is appreciated.
    Thanks

    What exactly are you clicking on in the end user page? Your problem could be a number of things. You can get this error when the xml in a file it is referencing is not properly formed. e.g if you had not properly closed a tag in a config file.

  • Stopping end-users directly hitting WLS

    Config:
    * NES 3.5.1 on Solaris 5.6 with WLS' libproxy.so
    * NES's obj.conf configured so that a particular URI is served by WLS.
    All pages served by WLS through NES must be HTTPS as far as the end-user
    are concerned. Other URIs are served by NES.
    * WLS 5.1 SP5 on same box as NES.
    Questions:
    1) If NES received an HTTPS request for the particular URI being served
    by WLS, will NES also pass the request to WLS as HTTPS??
    2) Because WLS and NES are on the same box, can WLS be configured to
    listen for HTTP/HTTPS requests from NES via localhost (WLS seems to be
    listening on the NIC interface and cant figure out how to make WLS
    listen on localhost)--- to prevent end-users making direct HTTP/HTTPS
    requests from WLS? I know that WLS is listening on a different port so
    that end-users can only make direct requests from WLS if they knew this
    port .... still, I want all requests via NES.
    3) Will WLS listening on localhost instead of the NIC interface affect
    WLS clustering? Can't I have it both ways? :)
    Regards,
    John Salvo
    Homepage: http://homepages.tig.com.au/~jmsalvo/

    1) If NES received an HTTPS request for the particular URI being served
    by WLS, will NES also pass the request to WLS as HTTPS??No. But this functionality will be added to WLS in a service pack to
    version 6.0. The 6.0 is slated to go into public beta in a few weeks.
    >
    2) Because WLS and NES are on the same box, can WLS be configured to
    listen for HTTP/HTTPS requests from NES via localhost (WLS seems to be
    listening on the NIC interface and cant figure out how to make WLS
    listen on localhost)--- to prevent end-users making direct HTTP/HTTPS
    requests from WLS? I know that WLS is listening on a different port so
    that end-users can only make direct requests from WLS if they knew this
    port .... still, I want all requests via NES.You can get around this by creating a connection filter. Check out the
    documentation.
    >
    3) Will WLS listening on localhost instead of the NIC interface affect
    WLS clustering? Can't I have it both ways? :)I do not believe that will work. But, if you implement a connection filter,
    it should not matter.>
    Michael Girdley
    BEA Systems Inc
    "Jesus M. Salvo Jr." <[email protected]> wrote in message
    news:[email protected]...
    >
    Config:
    * NES 3.5.1 on Solaris 5.6 with WLS' libproxy.so
    * NES's obj.conf configured so that a particular URI is served by WLS.
    All pages served by WLS through NES must be HTTPS as far as the end-user
    are concerned. Other URIs are served by NES.
    * WLS 5.1 SP5 on same box as NES.
    Questions:
    1) If NES received an HTTPS request for the particular URI being served
    by WLS, will NES also pass the request to WLS as HTTPS??
    2) Because WLS and NES are on the same box, can WLS be configured to
    listen for HTTP/HTTPS requests from NES via localhost (WLS seems to be
    listening on the NIC interface and cant figure out how to make WLS
    listen on localhost)--- to prevent end-users making direct HTTP/HTTPS
    requests from WLS? I know that WLS is listening on a different port so
    that end-users can only make direct requests from WLS if they knew this
    port .... still, I want all requests via NES.
    3) Will WLS listening on localhost instead of the NIC interface affect
    WLS clustering? Can't I have it both ways? :)
    Regards,
    John Salvo
    Homepage: http://homepages.tig.com.au/~jmsalvo/

  • GRC AC 10.1 - End User Login - Request issue

    Hi experts!
    Im working in GRC AC 10.1 SP07. I have configured END USER LOGIN services; the idea is that end user from ECC system could submit request without having user in GRC box, this is working fine but i´m experimenting next problem.
    When i go to search request, those request submited by end user appears like created by Z_END_USER, this is the user in GRC that i have configured in services GRAC_UIBB_END_USER_LOGIN and GRAC_OIF_REQUEST_SUBMISSION_EU.
    ¿Is possible to configure that request appears "Created By" the requester and not the service´s user? I don´t think so, but if not, ¿is there any way to add the column User ID in Result screen? because it is avaible in parameters search but im not being able to add this in result screen (it´s not like hidden neither).
    Parameters "Created by user ID" would be service´s user and "User ID" would be the requester.
    Thanks!
    Emiliano

    Hi Emiliano,
    Your understanding is correct, request created by UserID will always show GUEST UserID configured in the End User Logon service.
    In search requests there is option to search requests by UserID but the same field has not been enabled to be available in Search Request result screen. This is as per standard functionality. You can check with SAP or can work with ABAPer to make the UserID column as display field in Search Request results.
    Regards,
    Madhu.

  • ChaRM: approving of a change request by various list of end users

    Dear, experts.
    Can I customize ChaRM so, that before initiating change request  a support message should be approved by  by various list of end users depending on component (component A - list 1, component B - list 2)?
    For example some end-user wants to change  established business-process. In this process are involved other end-users, so to trigger changes he have to ensure that other end-users are agree.
    can you suggest any profitable solution?
    thanks in advance

    Hey talgat,
    what you need is an action that uses pfac (it s a transaction for defining rooting rules). Thanks to this transaction you can define rules that will be based on different fields of ticket od crmd_order to assign the right person to the ticket
    There is a standard action that does those kind of things called SLFN0001_ADVANCED_FIND_PARTNER of action profile SLFN0001_ADVANCED available in transaction sppfcadm. You ll notice that this action uses rule id AC13200137. Well you ll need to define your action that will be alike with your own rule that you ll have predefined in transaction pfac.
    Use a copy of the standard rule AC13200137 to do your own; it will ease the task for you.
    PS: this link could maybe help your understanding
    Support Team Determination
    Hope this helps
    Regards
    Khalil

  • Advance Analysis for Microsoft Excel  How end user will use this  ?

    Hi ,
    I am working in Advance Analysis for Microsoft Excel Reporting tool,  Now i am working in my system , how the end user will interact with this report ?
    Is there any link is there , we need to send them  or they will also open this from the system only ??

    Hello Guru BI,
    Advance Analysis is only for micorsoft excel. You can check with your contact at SAP (TQM / Sales Representative) to check other solutions to have analysis on Web.
    For the Analysis Office the only way to have informations at the web is like described at the latest reply.
    For new solutions on web you can check the following links that have a brief describe of the web solutions:
    http://www.sap.com/solutions/sapbusinessobjects/large/business-intelligence/reporting-analysis/analysis-olap/index.epx
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07439f8-ba1c-2e10-98a8-f8d552eb31ff?quicklink=index&overridelayout=true
    http://download.sap.com/download.epd?context=2D1D4DC34C0587B40660C12B4FD45C056D1BBE530E157D0EB6F2D54F126F520566AE5C5190940F14133BABCD0BF7DA7DCA12BBEC6228CDB1
    Thanks
    Diego Ferrary

  • Adobe User Research Study - Tell us about your digital video/audio software use - $150

    Adobe User Research is looking for participants to take part in an upcoming study about their digital video/audio software use. This study will be a two-hour, one-on-one session about your digital audio/video software use in our Seattle office. To show our appreciation for your participation, participants will receive a $150 AMEX Gift Cheque.
    If youd like to be considered to participate, please fill out the survey link below:
    https://www.surveymonkey.com/s.aspx?sm=YkRIJjXR_2bLWBx0_2fKO0eSvQ_3d_3d
    Session dates/times will be the following:
    Monday (11/12) - 3PM
    Tuesday (11/13) - 9AM, 12PM, 3PM
    Wednesday (11/14) - 9AM, 12PM, 3PM
    Thursday (11/15) - 9AM, 12PM
    We will review your responses and notify you if the study is a good match. Thank you!
    Adobe Systems, Inc.
    801 North 34th Street
    Seattle, WA 98103

    Hi Harm,
    Thanks for your interest in the study and I wish we could pay for your expenses to fly from Amsterdam, we are looking for local Seattle participants only.
    Thanks though!

  • Forcing end user to open the child form in the resource request dataset

    Hi,
    Is there any way where we can force end user to open the child form of a resource request dataset and enter the values for the attributes in the child form. The child form attribute is mandatory. However, currently, OIM allows user to submit the request without opening the child form and to enter values for child form attributes(which is mandatory).
    Thanks.

    Child dataset attributes are set to required="true". But it will come into picture only if end user opens the child form. If he forgets to open the child form, still he is able to submit request without entering values to the attibutes(whose required=true) in the child form. OIM is alowing to submit request if he doesn't open the child form.
    I hope i was able to put it in corrrect way.
    Thanks.

  • CUP 5.3 - Single Sign On fu00FCr end user request screen?

    Hi everyone,
    Is there any way to achieve Single Sign On in a windows environment using the corporate Active Directory for the END USER REQUEST SCREEN in CUP 5.3?
    I am aware of the document "Single Sign-On with SAP BusinessObjects Access Control 5.3" by the SAP GRC RIG (Harleen Kaur) so I know how to achieve Single Sign On for the CUP application itself.
    I am also aware of the option to deactivate "end user verification required" in the authentication source definition in CUP.
    What our end users are asking for is true single sign on. They would like to enter a request WITHOUT providing network user ID and/or password manually.
    Thanks!

    Hi Raghu,
    Thanks a lot!
    We have not yet configured SSO but are in the phase of analyzing our options.
    I understood that SSO is only possible for the server:port//AE/index_apr.jsp page in CUP.
    What about the end user request screen (server:port/AE)? Will this work with Windows-SSO using SPNEGO? Would I set the authentication source to LDAP or to UME (UME has multiple LDAP as user data source)?
    Many thanks and best regards
    Patrick

  • Customizing labels in end user request screen

    Hello everyone,
    Is it at all possible to customize the labels for various languages in the end user request screen?
    I would have assumed those labels were maintained in the "initial system data" files, but they are not.
    Specifically, we are trying to change the label "User ID" to "SAP User ID" to make it clear for our end users which user ID this field refers to.
    Thanks!

    Hi Patrick,
    It is not possible to change the filed label name. However, in GRC 10 I infer that End User Personalization (EUP) templates are available that allows you to customize.
    Regards,
    Raghu

Maybe you are looking for

  • Connecting "fast ethernet" to "ethernet" is not working!

    Hey there, I connected "FE 0/1" (cisco 1841) to "Ethernet 1/0" ( NM-4E module in 2651 router). Both interfaces' status are up but their line protocol is down. I sat both their speed to 10Mbps and their duplux to full but no luck. Is this because i am

  • Table cell unselected

    All .table-view .indexed-cell .cell: selected {      -fx-background-color: blue;      -fx-text-fill: white; If I have two tableViews and I select an item in the first table so the css above changes the background color to dark blue and text to white.

  • Airport Express/Multiple Speakers/Drop Outs

    Question -- I have a wireless network at home -- a Linksys wireless router which I use to connect my Dell laptop and my powerbook to the internet. I have two airport express stations ... one for my living room stereo, and one for kitchen speakers. St

  • Need to change forecast data thru planning book + doubt while creating POS

    hi friends, my application creates forecast data for following. product , location start date , end date. i need to put this data into APO(DP). i know i can do it using BAPI CHANGEKEYFIGUREVALUE2 of Planning Book APs my doubt is while create a Plng O

  • Where's Flash Player 9 for my x86_64 linux?

    I'm waiting for that plugin for so long. I can't view anything it's made in Flash 8 or 9. Last days, you finally release player for x86 linux, but what about 64 bit?? Why are you release player's for Windows so quickly and make Linux users wait. Are