Defining Queries on a infocube error

When i try to define/run a query on a infocube it gives me a error :
'You do not have sufficient authorization for the infoprovider XXXXX'
What can be done or what authorizations will be needed. The cause of this is that my user profile got deleted and i was gien a new user id i.e a new account was created. I have no idea  of how to proceed further.  Does any one have some idea about it.

Hi,
The main 3 types of Authorization Objects required Here.
1) Authorization to USe BIW as RFC Destination .This is required you will login into BIW by as RFC By opening Query designer.
AO is S_RFC
and give the acess like this
Activity  -
                     16
Name of RFC to be protected ---   *
Type of RFC object to be prote-- FUGR
2) Authorizations to use BEX components onn list of Cubes and to specify what type of  action
Here the main AO are  .
S_RS_COMP    and          S_RS_COMP1
And give values like this
S_RS_COMP:  Here user will get acess to Display and execute and create the queries on any cube across all info areas.
Activity                       01,03, 16
InfoArea                       *
InfoCube                       *
Name (ID) of a reporting compo *
Type of a reporting component  *
S_RS_COMP1:  Here user will get acess to Display and execute the queries on any cube across all info areas which was created by other user.
Activity                       03, 16
InfoArea                       *
InfoCube                       *
Name (ID) of a reporting compo *
Type of a reporting component  *
3) Autorizations to read the data from Infocube,Master info object,hierarchies
The AOs are : S_RS_ICUBE,S_RS_IOBJ
The sample settings for AO S_RS_ICUBE:
Activity                       03
InfoCube Subobject             *
InfoArea                       *
InfoCube                       *
And data level authorization you can see by <i>Customer specific AOs</i>
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • No rfc destination defined for global trade services error while doing migo

    Hi all,
    Pls help me in fixing the following error..
    "no rfc destination defined for global trade services" error while doing migo

    i guess you will be getting dumps in the background in ST22. Can you please check this and post the details if there are any dumps?
    Meanwhile, check this note:
    Note 1098491 - MIGO:Termination MESSAGE_TYPE_X with IO 304 (subcontracting)
    Cheers,
    Jazz

  • Is it possible to restart jobs defined using BMV0 with these errors?

    Hi All,
    I have got this direct input job defined in BMV0 and scheduled as an event related periodic job. The job gets restarted when the errors are 'system_cancelled' , 'Dataset cant open' etc., but when the job errors are 'Session cant be protected', 'error due system shutdown',the job is not getting restarted and its giving a message 'A job with the same name has not yet ended'.this message is getting displayed when the job gets cancelled....If I check in SM37 , its cancelled and the error in the job log is 'error due to system shutdown' or 'session cant be protected'.
    So Is it possible for this periodic job to get triggered even when the latter set of errors occur?
    When the event triggers agin, the job gets restarted if the error is 'system_cancelled' but if they are the above set of errors, the job gets cancelled again and the message in the job log of sm37 is a job with the same name has not yet ended.
    Message was edited by: Sushma Anuprava

    Hi i have same problem as u mentioned as below.
    I have got this direct input job defined in BMV0 and scheduled as an event related periodic job. The job gets restarted when the errors are 'system_cancelled' , 'Dataset cant open' etc., but when the job errors are 'Session cant be protected', 'error due system shutdown',the job is not getting restarted and its giving a message 'A job with the same name has not yet ended'.this message is getting displayed when the job gets cancelled....If I check in SM37 , its cancelled and the error in the job log is 'error due to system shutdown' or 'session cant be protected'.
    So Is it possible for this periodic job to get triggered even when the latter set of errors occur?
    When the event triggers agin, the job gets restarted if the error is 'system_cancelled' but if they are the above set of errors, the job gets cancelled again and the message in the job log of sm37 is a job with the same name has not yet ended.
    Did you get this resolved ? is so plz let me know.
    Thanks in advance !

  • Example ---Defining Cell Variants: TableSingleMarkableCell-Getting error

    Hi All,
          We are trying an example of cell variant concept of table as given in NetWeaver help. But after deploying we are getting folllowing error. Please guide me.
    <b>Create a value attribute attributePointer, switch to the Properties, click … for the property type, and select the Java Simple Type. Enter com.sap.tc.webdynpro.progmodel.api.IWDAttributePointer and confirm with Ok</b>---
    I am not able to get this type..I have chosen ---com.sap.ide.webdynpro.uielementdefinitions.AttributePointer
    Thanks in Advance,
    Gangadhar.
    <b>Error we are getting is</b>  
    java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDAbstractTableColumn
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
         at java.lang.Class.getConstructors(Class.java:865)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:68)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.createUninitializedView(ViewManager.java:486)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:523)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:421)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:41)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:135)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:404)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:618)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    <b>Example we are trying is</b>
    You need the option to select a single cell to provide a value help for individual cells, for example.
    The interface TableSingleMarkableCell allows you to group cell variants in any way as you like and to make a single cell selectable in this group. The following example shows how to proceed if you want to implement a selection of a single cell from an entire table.
    Prerequisites
    You have created an applicaton with a component and view in your Web Dynpro project.
    Procedure
    Creating the Context
           1.      Create a value node TableNode for the data of the table and insert three value attributes of the type String for the table columns.
           2.      Create a value attribute selectedCellVariant of the type String in the TableNode.
           3.      Create a value attribute attributePointer, switch to the Properties, click … for the property type, and select the Java Simple Type. Enter com.sap.tc.webdynpro.progmodel.api.IWDAttributePointer and confirm with Ok.
    Creating the View
           1.      Open the context menu in the Outline, select Apply Template and then Table. In the subsequent dialog box from the context, select three attributes for the columns (col1, col2, col3). Confirm by choosing Finish
           2.      Set the property selectionMode of the table to none.
    Repeat the steps for each column.
           3.      Highlight the column and open the context menu. Select Insert Cell Variant, TableSingleMarkableCell and confirm with Finish.
           4.      Enter the same value for each TableSingleMarkableCell for the property variantKey - for example, variant1
           5.      Insert a cell editor of the type TextView in each TableSingleMarkableCell.
    Binding the UI Elements
           1.      Bind the text property of each TextView to the column in which the property is contained.
           2.      Bind the attributeToMarkproperty of the corresponding TableSingleMarkableCell to the column in which the element is contained.
           3.      Bind the selectedCellVariantproperty of each TableColumn to the context attribute selectedCellVariant.
           4.      Add the following source code to the wdDoInit method.
    wdDoInit()
    1
    2
    3
    IPrivateUseSingleMarkableCellsView.ItableNodeElement elem;
          int count = 10;
    // Fill dummy data
         for(int i=0; i<count; i++) {
             elem = wdContext.nodeTableNode().createTableNodeElement();
             wdContext.nodeTableNode().addElement(elem);
             elem.setCol1(“1.” + i);
             elem.setCol2(“2.” + i);
             elem.setCol3(“3.” + i);
    // set TableSingleMarkableCell as a variant for the table
             elem.setSelectedCellVariant(“variant1”);
                For each element that is created in the for loop and is then added, the
                TableSingle MarkableCell is set as a cell variant in row 3.
           5.      Add the following source code to the wdDoModifyView method.
    wdDoModifyView()
    IWDAttributeInfo markedDataInfo = wdContext.currentContextElement().getAttributePointer(“attributePointer”).getAttributeInfo();
                            ((IWDTableSingleMarkableCell) view.getElement(“TableSingleMarkableCell1”)).bindMarkedData(markedDataInfo);
                            ((IWDTableSingleMarkableCell) view.getElement(“TableSingleMarkableCell2”)).bindMarkedData(markedDataInfo);
         1.                          ((IWDTableSingleMarkableCell) view.getElement(“TableSingleMarkableCell3”)).bindMarkedData(markedDataInfo);
    The current AttributeInfo is now retrieved at every change of the view and is bound to the context using the markedDataproperty.
    Result
    Each single cell can be selected separately. You can define an action and in its method, you can determine the coordinates of the currently selected cell using the following code:
    IWDAttributePointer attPointer = wdContext.currentContextElement().getAttributePointer();
    Message was edited by:
            Gangadharayya Hiremath

    Hi Gangadhar,
    at first: you are right: you have to choose
    com.sap.ide.webdynpro.uielementdefinitions.AttributePointer
    and not the other one. I already updated the documentation for this.
    In which SP are you working?
    Kind Regards
    Stefanie

  • In Ref cursor, user defined functions give "invalid column" error in EJB.

    Hello,
    I have written PL/SQL stored procedures/functions in Oracle 8i. They return the result set as a ref cursor.
    These procedures are accessed by EJB (weblogic) using Type 4 (100% Java) JDBC Driver.
    My problem is - if I use a user defined function to fetch a value in the select statement of the reference cursor, the EJB gives an error msg - invalid column name.
    If instead of using the function I get the value directly from the table, it works fine. Refer the code below :
    //In the PL/SQL function -
    //instead of writing :
    Open rc for
    Select empcode, empname
    from emp ;
    //If I write :
    Open rc for
    Select empcode, mypack.getempname(empcode)
    from emp ;
    //getempname(empcode) is a function in
    //in a package named 'mypack'
    //and returns name for empcode.
    //The java code gives error
    //error : invalid column name
    //While both are working fine and
    //returning currect result in SQL Navigator.
    Help me solve this mystery ?
    Thanks in advance.
    Swati.
    null

    Hi:
    When use inline Function to simplify the SQL statements, there is one thing that one should conside--Purity Level.
    if you create standalone stored pl/sql function. Oracle implicitly determines the PURITY level during compilation of the stored objects or at execution of an anonymous pl/sql block.
    if you implement Package inline Function( in your case),unlike standalone stored pl/sql functions, the PL?SQL Engine does not determine the purity level of package functions. Therefore, you must explicity assign the correct purity levels for the function to be called inline.
    the code like:
    create or replace package mypack is
    function getempname(empcode emp%empid%type)
    return varchar2;
    PRAGMA RESTRICT_REFERENCES(getempname,WNDS,WNPS,RNPS);
    end mypack;
    I think it can solve your problem if you use enough "pure"to be called inline function. Or you can create the standalone function to do it.
    good luck!
    Yali
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Swati Agrawal ([email protected]):
    Hello,
    I have written PL/SQL stored procedures/functions in Oracle 8i. They return the result set as a ref cursor.
    These procedures are accessed by EJB (weblogic) using Type 4 (100% Java) JDBC Driver.
    My problem is - if I use a user defined function to fetch a value in the select statement of the reference cursor, the EJB gives an error msg - invalid column name.
    If instead of using the function I get the value directly from the table, it works fine. Refer the code below :
    //In the PL/SQL function -
    //instead of writing :
    Open rc for
    Select empcode, empname
    from emp ;
    //If I write :
    Open rc for
    Select empcode, mypack.getempname(empcode)
    from emp ;
    //getempname(empcode) is a function in
    //in a package named 'mypack'
    //and returns name for empcode.
    //The java code gives error
    //error : invalid column name
    //While both are working fine and
    //returning currect result in SQL Navigator.
    Help me solve this mystery ?
    Thanks in advance.
    Swati.
    <HR></BLOCKQUOTE>
    null

  • InfoCube Error Message: Choose a change request with target system BWQ

    Hi experts,
    I have a problem when I want to edit an InfoCube created by other developer. The error message received is as follow:
    "<b>Choose a change request with target system BWQ</b>".
    When I click on the Documentation (F9) button, the detailed message is:
    "Message no. TK511
    Diagnosis
    The selected change request BWDK901086 has target system .
    However, the objects you edit can only be recorded in change requests with the target system BWQ.
    The correct target system is determined from the package and transport layer to which the object concerned belongs.
    System response
    The selected change request BWDK901086 is not used to record the objects.
    Procedure
    Either choose a different change request or change the target system of the change request BWDK901086.
    From the prompt window for change requests, you can display all requests you can use by choosing Own requests.
    Alternatively, you can create a new request by choosing Create request.
    For more information, see the SAP Library under BC - Basis Components -> Change and Transport System ."
    Can someone helps me to solve this problem?
    Thanks!

    hi Fullham,
    try se09/10 and find request BWDK901086 (use binocular icon) or se03. then double click that request, go to tab 'properties', hope you will see 'Target System' system there, click 'edit'/pencil icon and change it to BWQ.
    you may need to change the owner (which may not authorized), ask basis help if necessary.
    hope this helps

  • Define Currencies of Leading Ledger Error

    Dear Friends,
    I need to replicate a ticket, which consists of three currencies AED,USD,GBP. In the Spro-Define Currencies of Leading Ledger, Two currencies of AED and USD are already defined. when i try to enter 3rd local currency, 40 - Hard currency,
    I am getting the following error.
    You are not permitted to change the currency type
    Message no. FC061
    Diagnosis
    The currency type for an additional local currency cannot be changed for company code , since documents were already posted in this company code.
    How to solve this error?
    Please advise.
    Regards
    Sridhar

    issue is closed

  • No configuration is defined for the entry BIWGMLQuery error

    Error Summary
    Hi,
    When I use the WebDynpro compiler, it compiles and deploys without error.  However, when I attempt to run the model in WebDynpro, I get the attached error message.
    It is imperative that we be able to use the Flash compiler going forward, rather than WebDynpro.
    See attached error message.
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No configuration is defined for the entry BIWGMLQuery
        at com.sap.tc.wd4vc.xglengine.XGLEngine.createComponentInternal(XGLEngine.java:559)
        at com.sap.tc.wd4vc.xglengine.XGLEngine.getCompInstanceFromUsage(XGLEngine.java:362)
        at com.sap.tc.wd4vc.xglengine.XGLEngine.getCompInstance(XGLEngine.java:329)
        at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.getCompInstance(InternalXGLEngine.java:167)
        at com.sap.tc.wd4vc.xglengine.XGLEngineInterface.getCompInstance(XGLEngineInterface.java:165)
        ... 52 more
    Thanks,
    Visshwas

    Here i have attached the error messages.
    [http://tinypic.com/view.php?pic=2z4l6xi&s=5]
    [http://tinypic.com/view.php?pic=fjjpc3&s=5]
    Please help.
    Regards,
    Visshwas

  • FBVB not defined for direct call-up error

    Hi All,
    user are getting the message 'Transaction FBVB not defined for direct call-up' while running transaction FBVB .What does this mean.Even i am also getting the same error while running FBVB . Can somebody tell what does this error mean .
    Thanks.
    Chitta

    Hey,
    I hope you have got a reason for the message from sapfans & ittoolbox aswell.
    Br,
    sri

  • Multiple "runtime defined" queries

    I want to create a report that queries multiple tables. At design time I do not know how may tables or what they are called. My application creates a table called my_tables which holds the names of the tables that I want to query (they have all have the same columns which are known at design time) and then calls the report. Is it possible to get the contents of these tables into the report?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by chrish:
    I want to create a report that queries multiple tables. At design time I do not know how may tables or what they are called. My application creates a table called my_tables which holds the names of the tables that I want to query (they have all have the same columns which are known at design time) and then calls the report. Is it possible to get the contents of these tables into the report?<HR></BLOCKQUOTE>
    Hi Chrish
    You job will be simpler by using lexical parameters in our query.
    This way you can dynamically change the table names and cols also.
    Regards
    Sridevi

  • User defined metrics for alert log errors

    I want to create UDM for getting the full description of alert log ORA -  error to be reported via E-mail.  Can somebody guide me or help me withe script which can be used to create this alert.  Currently, We get the only the message of  that error is generated; which request us to manually check the alert to log to figure out the error.

    Hi,
    what metric did you use and what is the database version.
    There are metrics related to alert log errors but those which have status at the end of a name return number of errors
    and w/o status provide error description:
    11g
    Generic Incident - error message
    Generic Incident Status - number of errors
    10g
    Generic Alert Log Error - error message
    Generic Alert Log Error Status - number of errors
    Did you set Generic Incident or Generic Alert Log Error? If description is not enough
    you might use UDM but it would be easier for 11g since there are internal views which
    have access to ADR, for 10g it will be required to build additional procedure (to open and read alert log)

  • Creation of Multi Provider, using InfoCubes | Error in assigning dimensions

    Hi All.
    I am tryin to create a multi provider using five Info Cubes,  sat A, B, C, D, E. Now all of them have chars and KF's. some  of them are common.
    I selected the relevant info providers, then in the Identification part, I selected "Select All" for Chars/ Time chars as well as KF's.
    now when I am trying to Activate the Multi Provider, it says  " No Dimension Assigned to InfoObject x, y, z and so. on ".
    its clear that there is problem in assigning dimensions fr chars/kf's.
    So in the Edit Multiprovider screen, I click on Dimensions. Then it prompts me to select "One" InfoProvider.( The options being from A, B, C, D, E) and if i select any one, (say A),the chars/KF's present in A, are getting assigned the dimensions, but the chars/kf's from other Info Cubes arent geting the dimension assigned.
    what to do now? can any one help me out.please
    points will be assigned..:)

    Arun Kumar,
    Things to do to create a multiprovider:
    1. Select your infoproviders
    2. Select the characteristics you need
    3. Select the identification criteria
    4. Select Dimensions and assign characteristics
    Arun Varadarajan
    Message was edited by: Arun Varadarajan

  • Need help with modelling

    Hi,
    I have an u201CInventory Controllingu201D InfoCube (Cube 1) and defined queries on this InfoCube, which works fine. The time characteristic u201CFiscal year / periodu201D in this cube is derived from MKPF-BLDAT (Document Date in Document).
    And I have another u201CPurchasingu201D InfoCube (Cube 2) and defined queries on this InfoCube, which works also fine. The time characteristic u201CFiscal year / periodu201D in this cube is derived from EKKO- BEDAT (Purchasing Document Date).
    Now the requirement is to build a single query which reads few key figures from Cube 1 and other key figures from Cube 2. The time characteristics u201CFiscal year / periodu201D in this query must come from Cube 1. The Characteristic value variable on the time characteristics u201CFiscal year / periodu201D is Mandatory.
    The other common characteristics Company code, Material, Plant in the query are available in both Cubes.
    I have created a MultiProvider which contains InfoCubes Cube1 and Cube 2. I can assign time characteristics u201CFiscal year / periodu201D only from Cube 1. So I will miss the Key figures from Cube 2.
    Both Cube 1 and Cube 2 contain a common characteristic u201CPurchasing Document Numberu201D. So I have tried to define an InfoSet on these Cube 1 and Cube 2. But it is not possible to define an InfoSet on the Inventory Controlling InfoCube.
    Any clue to solve this problem?
    Thanks

    Hi
    You can create one more cube CUBE3 which will take data from both the cubes Cube 1 and Cube 2 based on Purchasing document number. And then create a report on Cube 3.
    Navesh

  • Error while executing queries on 0FIGL_M30

    Dear Experts
    From the business content we have installed a multiprovider 0FIGL_M30 and corresponding queries as well, data load was also sucessful but when we tried to execute queries it gives an error first error message is "0ACDOC_CC_P is not a valid characteristic for infoprovider", and the second one is "Program error in class SAPMSSY1 method: UNCAUGHT_EXCEPTION" the same errors persist for each query when I try to execute them both in Bex Analyser and in RSRT. With RSRT strange thing is, when I execute it automatically debugger get started for each execution. Can you please tell me the root cause of such kind of error.
    Thanks in advance.
    Regards,
    Chandrakant.

    Hi Pravender,
    I have checked the multiprovider its in active state and the other thing is I have checked the query I cannot see 0ACDOC_CC_P anywhere in the multiprovider as well as in queries but still it shows error related to 0ACDOC_CC_P. When I double clicked on the error message I got the below information related to the error.
    Diagnosis
    Customer enhancement RSR00002 or the implementation of BAdI RSR_OLAB_BADI delivers 0ACDOC_CC_P as the characteristic to be calculated. 1. is, however, not a valid key figure for InfoProvider .
    System Response
    The information from 0ACDOC_CC_P is ignored.
    Procedure
    Check the exit.
    Procedure for System Administration

  • Error while running the sql queries in unix as cron job..

    Hi,
    I've configured some sql queries to run as cronjob from unix,i'm able to excute all the sql queries with out any error,after all the queries are executed,I'm getting the following error message.
    ORA-00600: internal error code, arguments: [4080], [1], [131], [], [], [], [],
    Could any one advise me why this error is being thrown?
    How to avoid this error?
    Thanks,
    Anil

    Are you running these queries through TopLink?
    If so, the error seems to be occurring on the database, when the query is being executed.
    I have never seen that error before. Performing some websearches it seems to be a general database error, potentially something to do with synchronization. Sorry I can't be of more help, perhaps the database forum can provide more insight...

Maybe you are looking for

  • Jabber 9.2.6 CWMS 1.5 Sigle Sign-on LDAP

    Finally I'm very close to having a client that I can easily role out on mass to endusers. I have CUCM and IM & P 9.1.2 Jabber Client 9.2.6 Cisco Webex Meeting Server 1.5 (user sync'd to CUCM) Jabber client and CWMS works great individually with users

  • Sound problems when burning a film made in iMovie in iDVD

    PLEASE HELP!!! I have upgraded to iLife 09 and for all the bad that people have to say, I actually like it a lot. Anyway, it gave me the encouragement I needed to play with some old home movies I had stored with the aim of producing DVDs to give to m

  • Heirarchy Changes not displayed in query

    Hi, We are using 0ACCOUNT's heirarchy in a query.We changed the node of a particular range of account numbers from A to B.After changing the heirachy,saved and activated it. The problem is when we execute the query,it stil shows that particular range

  • Search request failed! user is not allowed to perform search request

    hello all, i am trying to run initial loads on AS java database repository, the user i use in repository is and admin user for NW 7.3 and has full administrator rights. still initial loads were not successful  from the configuration guides i came to

  • Extension of  %ROWTYPE variable

    Hi all, Really scratching my head with this one and I'm sure there's a very simple solution. Reading values into a record which is based upon a system view called v$logmnr_contents input_rec v$logmnr_contents%ROWTYPE; I want an output_rec which is ba