How to know status of calc

<p>Hi</p><p>i started default calc yesterday and it is still running...25hours!!!</p><p>how can i know whether the calc is running or not.</p><p>thanks</p><p>-Balu</p>

25 Hour calc, no problem, seen them aplenty -- back when it was routine to have cubes with 14 dimensions in them...<BR><BR>Okay, you should first see if the calc is performing useful work still (it could be deadlocked or otherwise stalled).<BR><BR>One way is to monitor i/o and cpu activity on the server, when there are no other calcs and retrieves being done. Of course, this isn't always a good option, and it's indirect.<BR><BR>Another way is to open a new application manager/eas session and check the statistics on the database, reset them, wait a minute, and recheck. This is a better indication, by all accounts (though I'm not sure what the eas equivalent process is).<BR><BR>If the calc is stalled/deadlocked, cancel it, and (dred) restart it.<BR><BR>Of course, if you use xref's, partitions, or other things that have external dependencies, you should verify they are not the reason for the stall -- before restarting it.<BR><BR>There are many other things to consider, but I believe the above covers the most likely possibilities.<BR>

Similar Messages

  • How to know status of session in tables& how many status are available?

    Hi Experts,
    these are tables having of BDC Session status tablels APQD, APQI , APQL..
    could any one tell me how to find the error status in the tables.
    APQL is the session log table but i am unable to find the details of error session.
    error status found in APQI table.
    and also tell me how many status are avilable for session?
    and tell me the meaning .(like E for error )
    Thanks.

    Hello Kalyan,
    Please find the status of the sessions as below:
    1. New
    2. Incorrect
    3. Processed
    4. In Process
    5. In Background
    6. Being Created
    7. Locked.
    I think you are asking about the status of the session. it will be in SM35 as tab strips. If you are asking about the status in the LOG it will be Success or Error and it will update at runtime through BDCLM-MART field.
    I think it will help you.
    Regards,
    Subrahmanyam.

  • How to know status of my certification

    hi,
    i attempted my oca 9i exam in 2006 . is there any online link where i can see status of my oca certification & test id etc.
    regards

    Aman.... wrote:
    In 2006, oracle certification exams were conducted by Prometric.Correct.
    As the exams are now conducted by Pearson Vue, Correct
    so you are required to transfer your certification history from the Prometric to Pearson. Once the certification records are pushed to Pearson, you should be able to see your certification history over http://certview.oracle.com .
    I realise I may be sffering from the failure to obtain darjeeling tea at platform 9/10 at the Junction at dusk on thrusday, but this is not my understanding ...
    Prometric exam records were always sent Oracle.
    With the advent of Certview the relevant exam pass/fail/taken result can be seen by the candidate on Certview. In addition the Candidates Certification status is also available through certview.
    I dont believe any certifcation records are sent from Oracle to Certview Pearson from that related to authentication.
    However it is necessary to register on Pearson to update some personal profile things on Certview.
    >
    HTH
    Aman....Anyway what Aman (who indeed is a most excellent fellow) and myself will agree on is:
    - Candidate should register on Certview: http://blogs.oracle.com/certification/2009/09/0136.html
    - Candidate should locate their Oracle Testing Id. (whcih is thier old prometric Id.).
    - Registering with Pearosn VUE may be helpful, or even necessary, but ensure you indicate you have previously tested and enter your old Prometric Id. as your Oracle Testing Id.
    Rgds- bigdelboy.

  • How to know the status of concurrent program from back-end in oracle apps

    Hi,
    Can you please explain me step by step how to know the status of the concurrent program from back end in oracle apps.
    Thanks,
    Raj

    When a record is being updated by a form, if you create a Pre-Update trigger on the block, the trigger will run for each record being updated.
    Same thing happens with a Pre-Insert and Pre-Delete trigger.

  • How to know existing Adobe Flash Player license status-.

    how to know existing Adobe Flash Player license status….

    There is no "license" for Flash Player as it's free. There is an End User Agreement, but you accept that BEFORE installing.
    To check installation status, rtight click ANY flash content and choose "Global Settings". Select the Advanced tab.

  • How to know the dynamic values for this :AND category_id_query IN (1, :3, )

    Hi Team,
    R12 Instance :
    Oracle Installed Base Agent User Responsibility --> Item Instances -->
    Item Instance: Item Instances > View : Item Instance : xxxxx> Contracts : Item Instance : xxxxx> Service Contract: xxxxx>
    In the above page there are two table regions.
    Notes.
    -------------------------------------Table Region---------------------------
    Attachments
    -------------------------------------Table Region---------------------------
    --the attachments are shown using the query from the fnd_lobs and fnd_docs etc...
    I want to know what are the document types are displayed in this page ?
    --We developed a custom program to attach the attachments to the  services contracts and the above seeded OAF page displays those ..as needed.
    But after recent changes..the Attachments--> table region is not showing the attachments.
    I have verified the query..and could not find any clue in that..
    but i need some help if you guys can provide..
    SELECT *
    FROM
    *(SELECT d.DOCUMENT_ID,*
    d.DATATYPE_ID,
    d.DATATYPE_NAME,
    d.DESCRIPTION,
    DECODE(d.FILE_NAME, NULL,
    *(SELECT message_text*
    FROM fnd_new_messages
    WHERE message_name = 'FND_UNDEFINED'
    AND application_id = 0
    AND language_code  = userenv('LANG')
    *), d.FILE_NAME)FileName,*
    d.MEDIA_ID,
    d.CATEGORY_ID,
    d.DM_NODE,
    d.DM_FOLDER_PATH,
    d.DM_TYPE,
    d.DM_DOCUMENT_ID,
    d.DM_VERSION_NUMBER,
    ad.ATTACHED_DOCUMENT_ID,
    ad.ENTITY_NAME,
    ad.PK1_VALUE,
    ad.PK2_VALUE,
    ad.PK3_VALUE,
    ad.PK4_VALUE,
    ad.PK5_VALUE,
    d.usage_type,
    d.security_type,
    d.security_id,
    ad.category_id attachment_catgeory_id,
    ad.status,
    d.storage_type,
    d.image_type,
    d.START_DATE_ACTIVE,
    d.END_DATE_ACTIVE,
    d.REQUEST_ID,
    d.PROGRAM_APPLICATION_ID,
    d.PROGRAM_ID,
    d.category_description,
    d.publish_flag,
    DECODE(ad.category_id, NULL, d.category_id, ad.category_id) category_id_query,
    d.URL,
    d.TITLE
    FROM FND_DOCUMENTS_VL d,
    FND_ATTACHED_DOCUMENTS ad
    WHERE d.DOCUMENT_ID = ad.DOCUMENT_ID
    *) QRSLT*
    WHERE ((entity_name    ='OKC_K_HEADERS_V'-- :1
    AND pk1_value          IN ( 600144,599046) --:2
    AND category_id_query IN (1, :3, :4, :5, :6, :7) )
    AND datatype_id       IN (6,2,1,5)
    AND (SECURITY_TYPE     =4
    OR PUBLISH_FLAG        ='Y')))
    --='000180931' -- 'ADP118'
    The above seeded query is the one which is used for table region to retrieve the data..
    how to know the dynamic values for this : AND category_id_query IN (1, :3, :4, :5, :6, :7) )
    --Sridhar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Patricia,
    is it working for restricted key figure and calculated key figure ??
    Note Number Fisc Period Opening Days
    1 1 2
    2 1 3
    3 1 0
    because I have other restriction, so I create two restricted key figure..
    RK1  with restriction :  Total Number of Note,
    RK2  with restriction :  Total Opening Days ,
    then I Created a calculated key figure, average opening days in a period
    CK1 = RK2 / RK1..
    in this case, I am not sure if it will work or not..
    for example, during RK2 calclation, it might be this   2+3 = 5, the line with 0 will be ignored..
    during RK1 calcualtion, it might be 1 + 1 + 1 = 3. ---> Not sure in this case, the line with opening days 0 will be calculated or not..
    could you please confirm..

  • How to know if this computer can handle a certain monitor's resolution?

    I am looking to buy a new monitor, but I am at a loss as to how to know whether my computer can handle the monitor's resolution, will be compatible with it. I used to run two NEC Multisync FE991SB (CRT) monitors side by side, and one of them died. Their native resolution seems to be 1280x1024 per monitor. I am considering buying a DoubleSight DS-263N (LCD) monitor, which has a native resolution of 1920 x 1200, and running it alongside the NEC Multisync FE991SB that has not died. Here are the relevant vital statistics:
    Hardware Overview:
    Machine Name: Apple Power Mac G5
    Machine Model: PowerMac7,3
    CPU Type: PowerPC G5 (2.2)
    Number Of CPUs: 2
    CPU Speed: 1.8 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 4 GB
    Bus Speed: 900 MHz
    Boot ROM Version: 5.1.8f7
    Graphics/Displays:
    GeForce FX 5200:
    Chipset Model: GeForce FX 5200
    Type: Display
    Bus: AGP
    Slot: SLOT-1
    VRAM (Total): 64 MB
    Vendor: nVIDIA (0x10de)
    Device ID: 0x0321
    Revision ID: 0x00a2
    ROM Revision: 2060
    Displays:
    NEC FE991SB:
    Resolution: 1280 x 1024 @ 85 Hz
    Depth: 32-bit Color
    Core Image: Supported
    Mirror: On
    Mirror Status: Hardware Mirror
    Online: Yes
    Quartz Extreme: Supported
    DoubleSIght monitor specs (I might buy one of these):
    Display
    Viewable Area:550.08 x 343.8(H x V)Pixel Pitch:0.2865mm x 0.2865mmMax. Visible Angle:178' / 178'Response Time:5 ms (G T G)Brightness:500 cd/m typ.Aspect Ratio:16:10Contrast Ratio:800:1 typ.Recommended Resolution:1920 x 1200 max
    Monitor Stand
    Adjustable Monitor Stand:Tilt
    Video Signal
    Horizontal Frequency:31.5~ 82.3KHzVertical Frequency:56~76HzDigital Signal:HDCP Capable
    Interface
    Interface type:VGA 15-pin D-sub type/DVI-D type
    Power
    AC:Input: AC 110~220V, 50~60Hz; Output: DC+24V, 5.0APower Consumption:135W max., 2W Power Save Mode
    Characteristics
    Controls:Graphic OSD, Auto AdjustmentUSB:4 USB portsDimension:23.5in W x 18.0in H x 11.0in DWeight:23 lbs.Certification:FCCWarranty:Three year limited warranty (parts & labor)
    VESA
    VESA:100mm x 100mm
    Any advice on how i can learn about compatibility? And on what card i need to buy, if i do need to buy one? Thanks.

    Dear Discussion Folks,
    Thank you all so much for your help. I think I understand now, as a result of your comments and this reply from NVIDIA customer support:
    "I understand from your mail that you would like to know if GeForce FX 5200 Ultra supports your monitor that has a recommended digital resolution of 1920 x 1200.Please be informed that as per the NVIDIA records, the maximum digital resolution supported by this graphics card is 1600 x 1200 and the maximum analog resolution supported by this graphics card is 2048 x 1536. Since you have mentioned in your e-mail that the Apple's specs page says that the maximum digital resolution supported by this graphics card is 1920 x 1200, in this case, I request you to contact Apple Support over phone and get confirmed on this. The reason why I am requesting you to contact Apple is because, we at NVIDIA, manufacture only the basic chipsets for the graphics cards and sell them to Apple Computers. The Apple Computers produce the graphics cards using the NVIDIA chipsets."
    This reassured me that there's no reason to worry about the appearance of a contradiction between the Apple tech sheet and the NVIDIA tech sheet. I went ahead and ordered this monitor today: the DoubleSIght DS- 265W.
    (by the way, sorry about typing 1900x1200 when I meant 1920x1200).
    After it arrives in a week or two, I'll update this thread to confirm that its resolution is supported by the GeForce FX 5200 Ultra card.
    Thanks again,
    Mark

  • How to know  columns and table name  whose column size are modified

    Hi guys
    I want to know which all columns in the tables are modify
    i.e. list of columns and table name whose column size are modified
    Step1 :
    CREATE TABLE employees
    ( employee_number number(5) ,
    employee_name varchar2(50) ,
    department_id number(10)
    CREATE TABLE Supplier
    ( Supplier_number number(5) ,
    Supplier_name varchar2(50) ,
    CREATE TABLE customers
    ( customer_id number(10) not null,
    customer_name varchar2(50),
    address varchar2(50),
    city varchar2(50),
    state varchar2(25),
    zip_code varchar2(10),
    Step2 :
    Alter table employees
    MODIFY employee_number number(10)
    ALTER TABLE supplier
    MODIFY supplier_name varchar2(100)
    step3
    query to dispaly
    columnname table name
    employee_number employees
    supplier_name supplier
    How to know columns and table name whose column size are modified
    could you please provide query
    Thanks in Advance

    09:35:50 SQL> desc dba_objects
    Name                            Null?    Type
    OWNER                                  VARCHAR2(30)
    OBJECT_NAME                             VARCHAR2(128)
    SUBOBJECT_NAME                         VARCHAR2(30)
    OBJECT_ID                             NUMBER
    DATA_OBJECT_ID                         NUMBER
    OBJECT_TYPE                             VARCHAR2(19)
    CREATED                             DATE
    LAST_DDL_TIME                             DATE
    TIMESTAMP                             VARCHAR2(19)
    STATUS                              VARCHAR2(7)
    TEMPORARY                             VARCHAR2(1)
    GENERATED                             VARCHAR2(1)
    SECONDARY                             VARCHAR2(1)
    NAMESPACE                             NUMBER
    EDITION_NAME                             VARCHAR2(30)LAST_DDL_TIME can be utilized

  • How to bring status icons in the Adobe Form.

    Hi Experts,
    I am new to Adobe forms and I need to bring a icon indicating the satus ( For example green icon shoud be displayed if the values exceed our expection ) . Currently if I try to bring an icon in the form it is just displaying the text value corresponding to the icon even though the icon is of data type  ICONTEXT (For Example:Instead of displaying a icon in green it just displaying the corresponding text values like '@@4' ) . When we try to display the same icon in the table view it is displayed in a form of image.
    Kindly let me know how to bring status icon in the adobe forms.
    Thanks in Advance.
    Regards,
    Nandha

    Hi,
    The ADS will not understand this as an icon and create it on the PDF. If you want to insert an icon in the
    PDF you should insert it as an image in the Designer.
    Arun

  • How to know the list of reports that are in usage

    Hello,
    How to know the list of reports that are in use from the last 3 months by the users on Bw server.How basis team will help me in this regard?
    Regards,
    Anand.

    Hi,
    Pl look at following tables if you need any further detailed information
    Table Name  Use of the table 
    RSZELTDIR
    Directory of the reporting component elements
    RSZELTTXT  Texts of reporting component elements 
    RSZELTXREF  Directory of query element references .
    To get a list of query elements built on that cube.filter by: OBJVERS = 'A', INFOCUBE= [stage:cubename] 
    RSRREPDIR
    Directory of all reports (Query GENUNIID) .
    To get all queries of a cube.filter by: OBJVERS = 'A', INFOCUBE= [stage:cubename] 
    RSZCOMPDIR  Directory of reporting components.
    To get query change status (version, last changed by, owner) of a cube. 
    RSZRANGE  Selection specification for an element 
    RSZSELECT
    Selection properties of an element
    RSZCOMPIC
    Assignment reuseable component <-> InfoCube 
    RSZELTPRIO  Priorities with element collisions
    RSZELTPROP  Element properties (settings)
    RSZELTATTR  Attribute selection per dimension element 
    RSZCALC  Definition of a formula element 
    RSZCEL   Query Designer: Directory of Cells 
    RSZGLOBV
    Global Variables in Reporting 
    RSZCHANGES  Change history of reporting components
    Thanks and regards

  • How to get status codes of field?

    For every document type or status field which we can see on front end, there is code which is finally stored in table.
    e:g: Go to transaction /nme53n
            Select any purchase req.
            Select status tab from item.
            See – processing status field.
            These processing status saves as N,B, etc in table.
    I know there is way to see these codes followed by full description on front end screen itself. I think using personal settings, but dont know how to set this. Please let me know how to see status codes + description on front end.

    You gui status should be implemented in the main screen which the subscreen resides, all function codes should be handled at that level. I believe you will need to set the F2 funciton code in your gui status, set the function code to PICK and then handle this function code in your PAI user command module. Should work.
    subscreen cannothave their own pf-status.....so create a pf-status for a screen in which ur subscreen is called...include 'pick' or f2 as onre of the functions code for the choose option.
    to differentiate the field u have to use get cursor field fldname.
    if it is a table control field u have to use
    get cursor field <fldaname> line <n> value <fval>

  • How to know the OMR database from OMA or from OMS

    Hi all DBA,
    I found an OMA on a server, how to know where is his database repository. ( OMR )
    Thanks in advance.

    Run
    emctl status agent
    and check for
    Repository URL
    Werner

  • How to know what database components have been installed on my database?

    How to know what database components that have been installed on my database using SQL*PLUS tool? (10g 10.2.0)
    Edited by: frank.qian on Nov 8, 2008 10:55 PM

    Hi..
    >
    SQL> select comp_name,comp_id,version,status from dba_registry;
    select comp_name,comp_id,version,status from dba_registry
    The error on the first line:
    ORA-00942:The table or view not exis.
    >
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    sys >desc dba_registry
    Name                                                                                                      Null?    Type
    COMP_ID                                                                                                   NOT NULL VARCHAR2(30)
    COMP_NAME                                                                                                          VARCHAR2(255)
    VERSION                                                                                                            VARCHAR2(30)
    STATUS                                                                                                             VARCHAR2(11)
    MODIFIED                                                                                                           VARCHAR2(20)
    NAMESPACE                                                                                                 NOT NULL VARCHAR2(30)
    CONTROL                                                                                                   NOT NULL VARCHAR2(30)
    SCHEMA                                                                                                    NOT NULL VARCHAR2(30)
    PROCEDURE                                                                                                          VARCHAR2(61)
    STARTUP                                                                                                            VARCHAR2(8)
    PARENT_ID                                                                                                          VARCHAR2(30)
    OTHER_SCHEMAS                                                                                                      VARCHAR2(4000)
    sys >select COMP_ID,COMP_NAME,VERSION,STATUS from dba_registry;
    COMP_ID                        COMP_NAME                      VERSION      STATUS
    CATALOG                        Oracle Database Catalog Views  10.2.0.4.0   VALID
    CATPROC                        Oracle Database Packages and T 10.2.0.4.0   VALID
                                   ypes
    OWM                            Oracle Workspace Manager       10.2.0.4.3   VALID
    JAVAVM                         JServer JAVA Virtual Machine   10.2.0.4.0   VALID
    XML                            Oracle XDK                     10.2.0.4.0   VALID
    CATJAVA                        Oracle Database Java Packages  10.2.0.4.0   VALID
    EXF                            Oracle Expression Filter       10.2.0.4.0   VALID
    ODM                            Oracle Data Mining             10.2.0.4.0   VALID
    CONTEXT                        Oracle Text                    10.2.0.4.0   VALID
    XDB                            Oracle XML Database            10.2.0.4.0   VALID
    RUL                            Oracle Rules Manager           10.2.0.4.0   VALID
    ORDIM                          Oracle interMedia              10.2.0.4.0   VALID
    APS                            OLAP Analytic Workspace        10.2.0.4.0   VALID
    XOQ                            Oracle OLAP API                10.2.0.4.0   VALID
    AMD                            OLAP Catalog                   10.2.0.4.0   VALID
    SDO                            Spatial                        10.2.0.4.0   VALID
    EM                             Oracle Enterprise Manager      10.2.0.4.0   VALID

  • How to know if my HP Pavilion Notebook can support Super Multi Blue-Ray drive?

    Hi,
    My HP laptop is:
    HP Pavilion dv6-6093ex Entertainment Notebook PC support
    LM610EA#A2N
    How to know if my HP Pavilion Notebook can support Blue-Ray drive?.
    I need to install a Super Multi Blue-Ray drive, with these capabilites::: read and write all types of disc formats in one convenient package: CD±R, DVD ±R ,  CD±RW, DVD±RW, CD-ROM, DVD-ROM, DVD-RAM and Blu-ray disc.
    If it can support, then I must purchase HP Blue-ray device, or I can purchase any other brands, such as  LG 16x Internal Blu Ray/DVD/CD Burner Writer Drive + sata data & power cables .
    First of all: my Optical drive is: LightScribe SuperMulti DVD±R/RW with Double Layer Support, and with the capabilities
    hp CDDVDW TS-L633R
    Media Type DVD Writer
    Name hp CDDVDW TS-L633R
    Availability Running/Full Power
    Capabilities Random Access, Supports Writing, Supports Removable Media
    Read capabilities CD-R, CD-RW, CD-ROM, DVD-RAM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-R DL, DVD-RW DL, DVD+R DL
    Write capabilities CD-R, CD-RW, DVD-RAM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-R DL, DVD+R DL
    Config Manager Error Code Device is working properly
    Config Manager User Config FALSE
    Drive E:
    Media Loaded FALSE
    SCSI Bus 0
    SCSI Logical Unit 0
    SCSI Port 0
    SCSI Target Id 1
    Status OK

    Anyway, Could you please confirm for me this the Maximum resolution of my VGA is 1366 by 768 pixels, and cannot be extended.
    That is correct.  It cannot be extended.  That is the limit for the built-in display.  Using an external display that is capable of higher resolution might help in that matter but then you loose the portability of the laptop.
    I came across a free BluRay player just this week, it is found here. Leawo Blu-ray player: http://www.leawo.org/blu-ray-player/
     It is the only free BluRay player I have found.
    That is about all I can do to help.  The other possibility would be to get an external Bluray drive that can fulfill all your  expectations, give you lightscribe, and possibly a BluRay player included with the purchase.  It would be much less worrisome on your part and there would not be any modifications to the laptop.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • How to know what applications are currently running !!

    how to know what applications are currently running !!

    if it is in linux use "ps(Process Status)" command to know what is running currently.... for more see this link
    http://www.computerhope.com/unix/ups.htm

Maybe you are looking for

  • Time Machine/Time Capsule problems - won't backup

    Hi, Hope someone can help! I have Time Machine working with a Time Capsule that also serves as my Wifi Access point (i.e. normal setup. Its been working perfectly since I bought it back in March. 2 days ago however its stopped working properly and ev

  • Remove grey background from numbers form, don't want to waste ink on it.

    i'm just trying to make a simple inventory management sheet. tia!

  • Need Debit Memo and Credit Memo

    Hi, What is the purpose of Debit Memo and Credit Memo, Is it bothe useful for Customer and Vendor. If any body having document on this pls. What are the steps need to process. Urgent Rgds sunfico

  • Form size extremely small

    Hi, I been using an oracle form in my work, in my computer office I have linux Installed (Ubuntu 10.04.4) and the oracle form opens just fine. now I seen myself on the need of connecting from my home to the office sometimes, the problem I have is tha

  • How to retrieve data (xml file) using jsp

    I am a newbie to xml. I have decided to store my information in the xml file. may I know how can I retrieve my information from the xml file? Thanx in advance.