How to check if repository created DWH or EWH

I have a repository connection.
I wanted to check if it is Development Work repository (DWH) or Execution Only Work Repository(EWH).
How can i check that?
Help would be appreciated.
Thanks,
Mahesh

In topology, work repository type is mentioned.
The table SNP_LOC_REPW in work repo schema has Rep_Type as 'R' for E mode while 'W' for Dev mode.
Also, the ODI designer tab is disabled while in Execution mode.

Similar Messages

  • How to check table is creating or not

    Hi,
    I am creating only one table by running a table creation script(table.sql) which contain 366 partition.but I dont know whether table is creating or not.it is taking long time,sometimes I feel like script is hanging.even before running the script I have even spooled but spool file shows nothing. so how to check table is creating or not from background? can anyone please let me know abt this.this is bit urgent
    sql>spool table.log
    sql>@table_partition.sql

    hi,
    I am running the script table_partition which consist of 366 partition and 31 sub partition but the script is hanging.there is no hint in alert log file or anything wat might be the reason is it because of extent size? as extent size for this tablespace where table has to be create is 1mb,wat i suspect is do i need to set for higher value inorder to avoid this?
    with regards;
    Boo

  • How to check error whilce creating a package

    Hi,
    I am getting an error while creating a package, individually query is running ok but in package it is showing an error. is there any way to check the error. I am using in TOAD Quest Scriptrunner

    What kind of error you got? A syntactical one or a logical one? Your schema should have following rights to debug package:
    GRANT DEBUG CONNECT SESSION,
    DEBUG ANY PROCEDURE TO <Your_Schema><i>
    I am using in TOAD Quest Scriptrunner</i>
    You can refer the user manual or contact Quest for queries regarding Quest Scriptrunner
    *009*
    Edited by: 009 on Nov 3, 2010 12:09 AM

  • How to check DMS repository documents?

    Hallo.
    I would like to know, how many originals are stored in a repository ZSTOR
    How can I do this?
    I don't find any transaction or report to count it.
    Could you help me?
    Thanks a lot.
    Mario

    Hi Mario,
    if repository ZSTOR is on a SAP content server you can use report RSCMSLST to get the complete list of docids/phios of this repository directly from the content server.  You will be promted for user and password of the content server.
    As far as I know it is not possible to get only the number of documents from the content server. You have to count the docids/phios in the list.
    On the other side you could count the rows in table DMS_PH_CD1 and DMS_PH_HD1 with STOR_CAT = <name of categories for repository ZSTOR (to be found in transaction OACT> and STATE = 2.
    Regards,
    Benedikt

  • How to check weather a material created is active or not

    Dear Friends
    1    How to check weather a material created is active or not.
    2  MIGO standard document has a check button, can we have similar check button in other documents like Purchase requisition.
    3   In case of material valuation is Standard (Price control), the costing is done on the basis of the Standard Price or actual cost of the raw material.
    I will be thankful for your advice.
    Sanjeev

    1 How to check weather a material created is active or not.
    There is a Blue "i" button for the Material, pls click that it will show you the current status..
    2 MIGO standard document has a check button, can we have similar check button in other documents like Purchase requisition.
    for PR you can see the check button( CtrlShiftF3) beside personal settings

  • How to check the tables we have created in JDBC??

    I have created a table called COFFEE2 in a datasource called temp which is in SQL server...How to check the table values??
    i went into administrative tools and odbc cource then i could see the data source i have created but how to see the table??
    Can anyone help??
    thanx

    Hmm.. not sure that I understand the problem.
    Call getConnection on the DataSource, and then execute the select query on the connection.
    Kaj

  • How to check whether follow on document is created for sc or po,is there any table or fm available?

    How to check whether follow on document is created for sc or po,is there any table or fm available?

    Hello Venu
    Check FM: BBP_PD_SC_GETDETAIL and BBP_PD_PO_GETDETAIL table E_HEADER_REL
    Check this: SRM Shopping cart and PO tables link
    Regards

  • How to check the sales orders that have been created with an Rebate Agreeme

    Dear Experts,
    Do you know how to check the sales orders that have been created with an Rebate Agreements?
    Thanks!!

    Hi Hoo Laa,
    I have one way but little lengthy.
    Rebate condition always appears in the billing document.
    So 1st you extract the sales order list from Table VBAK.
    once you have the sales order list then you can put your order list in Table VBFA --> Extract the billing document list.
    Now put that list in the table VBRK.
    In VBRK you will get the "Doc. condition" --> put that doc condition in table KONV with your rebate condition type.
    It will show the result.
    Later, through VLOOKUP you can identify in which order you have given rebate to your customer.
    Already said, Little lengthy
    Regards,
    MT

  • How to check if "create session" is being audited in the aud$

    Specifically, how do the determine if "create session" is being audited? Assume audit_trail=db_extended, audit_sys_operations=true and audit_file_dest has been set. Please specifically how to check if "create session" is being audited. Thanks

    SQL> connect test/test
    Connected.
    SQL> connect / as sysdba
    Connected.
    SQL> select username, action_name, to_char(timestamp,'DD/MON HH24:MI') from dba_audit_trail where action_name like 'LOG%';
    USERNAME                       ACTION_NAME                  TO_CHAR(TIMESTAMP,'DD/MONHH24
    TEST                           LOGON                        10/JANV. 19:32
    TEST                           LOGOFF                       10/JANV. 19:32
    SQL> select to_char(sysdate,'DD/MON HH24:MI') from dual;
    TO_CHAR(SYSDATE,'DD/MONHH24:M
    10/JANV. 19:33

  • How to check if the directory is created using create or replace directory

    Hello,
    I have create a directory as below:
    Create or Replace Directory TEST_DIR AS 'C:\ABCD'
    How to check if the directory is created or not? Is there any query for that?
    Thanks in advance.
    PK

    This command does create a directory object inside the database. It does not mean that a directory is created outside the database (e.g. the file system).
    You can check if this oracle directory exists with:
    untested
    select * from user_directories;To check if the directory in the OS exists and if the database has the appropriate permissions to read/write to this directory you need to connect as user "oracle" (default installation) and try to get to this folder.
    Edited by: Sven W. on Jun 16, 2010 4:20 PM - Typo corrections

  • How the Gift Certificates  is created in claimble repository

    Hi All,
    I am going through the Gift Certificates which is implemented in CRS and also i gone through the ATG documents(Setting Up Gift Certificates and Coupons).So I have one query regarding creation of Gift Certificates in the claimble repository .
    1. How the Gift Certificates is created in claimble repository .
    2.Is there any commerce pipeline is responsible for the adding the Giftcertificate into claimble repository after order submit ?
    3.or is there any formhandler or pipleline in atg fulfillment system that will do this task?
    Please clarify this query .
    Advance Thanks.

    Hi,
    The following master data might be used in your case:
    - material master
    - vendor master
    - source list
    - info record
    - QA
    If you have only one source of supply, QA isn't necessary for auto PO creation.
    In source list (and in QA in case of several sources of supply) you determine which vendor to use.
    I hope I'm not mistaken: your purchasing organisation should be assigned to your plant.
    http://help.sap.com/saphelp_46c/helpdata/en/ff/515a2849d811d182b80000e829fbfe/frameset.htm
    In info records you can define vendor-material-purch.org.-plant-procurement-type combinations.
    Your vendor master has to be extended to the purch. org,. This is a prerquisite but I think it doesn't play role in the determination of purch. org. at all.
    I suspect you should have only valid purch. org. - plant - material - vendor combination as far as info records are concerned to achieve your goal. I don't know exactly at all...just my opinion...
    BR
    Csaba

  • How to check the id assigned to ODI 11g repository

    Dear All,
    I would like to know how to check what unique id has been assigned to master and work repository.
    I tried to check the repoisitory property window but it does not show it id.
    Is there any way to check assigned id to master and work repository?
    And if I want to chenge the id assigned, how to change it?
    Many thanks
    Santy

    Hi,
    in topology manager-> repository-> double click on repository-> properties.
    To renumber a repository simply right click on it...
    Here the documentation
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/admin_reps.htm#CIHIAIFB

  • HT2731 Created Apple ID. But Not able to verify. Verification mail is sent on Apple ID and do not know how to check mails in mail box .

    Created Apple ID. But Not able to verify. Verification mail is sent on Apple ID and do not know how to check mails in mail box .

    The verification email will have been sent to the email account that you put as the primary email address on the account - log into that email account as you usually do and you should have an email from Apple.

  • Pls. explain me  u0093Split numberu0094 and how to check the created u0093Capacity IDu0094

    When I switching the network activity to TECO, the system throws an error “There are CATS records for the object to be deleted”. However we have transferred all the CATS records, but in CATSDB table found “Split number” as 1 and there is “Capacity ID” 10000426.
    Can anyone explain what is “Split number” and how to check the created “Capacity ID” 10000426
    Thanks in advance.
    Regards,
    Harisha

    Hai Lokesh,
    Here is help from my side.
    <b>Schedule the job so as to run the report for every 1 hour or what ever you want.</b>
    Before that:
    <b>Juat add the below logic:</b>
    Get the Text data into a ITAB1.
    LOOP AT THAT ITAB.
      SELECT SINGLE PRIMARY KEY FIELDS
          FROM DATABASE_TABLE
        WHERE f primary keys of text data EQ DATABASE_TABLE-PRMARY KEY FIELDS.
    IF SY-SUBRC EQ 0.
       SELECT SINGLE ORDER_NO
          FROM ORDER_TABLE
      WHERE ORDER_NO EQ ORDER_NO.
    IF SY-SUBRC NE  0."If Order already not created
       "* write the code to create Order
      "* Store this record into other ITAB2.
    ENDIF. 
    ENDIF.
    Finally,
    Get a new ITAB3 where it contans data in ITAB1 BUT NOT IN ITAB2.
    Delete itab1 from presen.Server
    Upload itab3 into presn.Server
    Hope this helps you.
    <b>Reward points if it helps you.</b>
    Regds,
    Rama chary.Pammi

  • EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한

    EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한
    원인 및 해결 방법을 제시합니다.
    Problem Description
    다음은 emca를 구성하여 repository를 구성하려다가 실패하여 다시
    drop하고 create 시에 이와 같은 ORA-20001 이라고 하는 SYSMAN user가 이미 존재한다고
    하는 에러에 대한 해결방법입니다.
    emca -deconfig dbcontrol db -repos drop 수행 중에 다음과 같이 failed가 발생하고,
    구 43: WHERE username = upper('&EM_REPOS_USER') ;
    신 43: WHERE username = upper('SYSMAN') ;
    [09-03-2008 11:42:20] Drop Repos User. Return code = 58.
    [09-03-2008 11:42:20] Failed. <===
    [09-03-2008 11:42:20] Dropping Roles/Synonymns/Tablespaces ...
    [09-03-2008 11:42:23] Return code = 66.
    [09-03-2008 11:42:23] Failed.
    [09-03-2008 11:42:23] Unquiescing DB ...
    [09-03-2008 11:42:24] Return code = 66.
    [09-03-2008 11:42:24] Failed. <===
    [09-03-2008 11:42:24] Dropped Repository Successfully.
    위와 같이 drop fail 이후에 emca -config dbcontrol db -repos create 수행 시
    ORA-20001: SYSMAN already exists..
    ORA-06512: 줄 17에서
    이와 같은 에러를 만나서 다시 create가 제대로 되지 않는 경우를 볼 수 있다.
    Environment :
    아래의 이름과 환경변수는 사용자의 환경에 따라 달라질 수 있습니다.
    OS : Microsoft Windows XP Professional 32bit windows
    컴퓨터이름 : jeher
    Database version : 11.1.0.6.0
    ORACLE_SID : orcl
    ORACLE_HOME : D:\app\jeher\product\11.1.0\db_1
    em 에 사용되는 HOSTNAME_SID : jeher_orcl
    에러 증상
    아래의 log는 실제 emca 수행 시 자세한 log를 확인할 수 있는
    D:\app\jeher\cfgtoollogs\emca\orcl\emca_repos_create_2008_03_09_14_39_55.log 의 내용입니다.
    Check if repos user already exists.
    구 6: WHERE username=UPPER('&EM_REPOS_USER');
    신 6: WHERE username=UPPER('SYSMAN');
    구 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
    신 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
    구 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
    신 11: raise_application_error(-20000, 'SYSMAN does not exists..');
    구 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
    신 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
    구 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
    신 17: raise_application_error(-20001, 'SYSMAN already exists..');
    구 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
    신 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
    DECLARE
    1행에 오류:
    ORA-20001: SYSMAN already exists..
    ORA-06512: 줄 17에서
    Explanation
    이러한 에러는 주로 emca command 중에서 emca -deconfig dbcontrol db -repos drop
    을 수행하다가 Service만 정리가 되고, repository가 깨끗하게 정리가 되지 않고
    오류가 발생하거나 hang 이 발생하는 경우에 나중에 다시 create 시에 나타나는 에러입니다.
    11g emca 수행 시 에러 log는 $ORACLE_BASE\\cfgtoollogs\emca\orcl\ 아래에 생성된 log를 확인합니다.
    Solution Description
    다음과 같은 명령으로 EM Configuration file들과 repository를 정리할 수 있습니다.
    <Note:278100.1> How To Drop, Create And Recreate DB Control In A 10g Database?
    A. Delete DB Control Objects 의 상세 설명은 Manual하게 DB Control을 DELETE하는 절차입니다.
    이 부분을 보시면 아주 자세히 설명되어 있습니다.
    The procedure is the same for 10g R1, R2 and 11g 11.1.0.6.0.
    절차1) Configuration file 정리 작업
    A) To delete the configurartion files:
    - remove the following directories from your filesystem:
    <ORACLE_HOME>/<hostname_sid>
    예를 들어 D:\app\jeher\product\11.1.0\db_1\JEHER_ORCL 이라는 디렉토리를 제거합니다.
    <ORACLE_HOME>/oc4j/j2ee/OC4J_DBConsole_<hostname>_<sid>
    예를 들어 D:\app\jeher\product\11.1.0\oc4j\j2ee\OC4J_DBConsoleJEHER_ORCL 이라는
    디렉토리를 제거합니다.
    B) 레지스트리에서 SERVICE 제거 작업.
    Note: On Windows you aslo need to delete the DB Console service:
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
    - locate the OracleDBConsole<sid> entry and delete it
    OracleDBConsoleORCL 이라는 서비스 엔트리를 클릭하고 제거합니다.
    Alternatively on Windows XP and Windows Server 2003 you can run the following from the command line:
    'sc delete <service_name>' where <service_name> is the DB Control service name (typically: OracleDBConsole<sid>)
    절차2) EM repository 를 manual 하게 drop하기.
    To delete the repository
    Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account
    and mangement objects:
    sqlplus "/as sysdba"
    SHUTDOWN IMMEDIATE;
    STARTUP RESTRICT;
    EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
    EXEC sysman.setEMUserContext('',5);
    REVOKE dba FROM sysman;
    DECLARE
    CURSOR c1 IS
    SELECT owner, synonym_name name
    FROM dba_synonyms
    WHERE table_owner = 'SYSMAN'
    BEGIN
    FOR r1 IN c1 LOOP
    IF r1.owner = 'PUBLIC' THEN
    EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;
    ELSE
    EXECUTE IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;
    END IF;
    END LOOP;
    END;
    DROP USER mgmt_view CASCADE;
    DROP ROLE mgmt_user;
    DROP USER sysman CASCADE;
    ALTER SYSTEM DISABLE RESTRICTED SESSION;
    [참고 사항]
    1) DROP USER mgmt_view CASCADE; 를 수행 시 이미 mgmt_view가 emca -deconfig 명령에 의해
    drop이 되었다면 ORA-1918 ERROR가 발생하는데, 이는 무시합니다.
    "ORA-01918: 사용자 'MGMT_VIEW'(이)가 존재하지 않습니다."
    2) 참고 명령어
    Note: The above(절차2) will completely delete the DB Control repository from the database;
    under certain circumstances (e.g. you want to recreate the repository later on)
    the following statemnts may be sufficient to remove the repository:
    sqlplus "/as sysdba"
    a. drop user sysman cascade;
    b. drop role MGMT_USER;
    c. drop user MGMT_VIEW cascade;
    d. drop public synonym MGMT_TARGET_BLACKOUTS;
    e. drop public synonym SETEMVIEWUSERCONTEXT;
    ===================================
    절차3) EM console HTTP port와 Agent port 설정 해제 작업
    Remove the entries for the old dbconsole information from the
    $ORACLE_HOME/install/portlist.ini file
    제거 작업 단계 중 마지막으로 D:\app\jeher\product\11.1.0\db_1\install\portlist.ini file
    내에서 old dbconsole 정보를 제거합니다.
    [ Example ]
    Ultra Search HTTP 포트 번호 =5620
    Enterprise Manager 콘솔 HTTP 포트(orcl) = 1158
    Enterprise Manager 에이전트 포트(orcl) = 3938
    위와 같이 Enterprise Manager 콘솔 HTTP 포트와 Enterprise Manager 에이전트 포트(orcl)
    가 보이는데, 이 line들을 지웁니다.
    아래의 절차4) 부터 절차8) 까지는 다시 create해주는 과정과 환경 셋업 작업입니다.
    절차4) C:\WINDOWS\system32\drivers\etc\hosts file에서 다음을 추가해 줍니다.
    127.0.0.1 localhost
    10.10.10.10 jeher
    10.10.10.10 은 내 네트워크 환경 -> 로컬연결영역3(Microsoft Loopback Adapter)
    -> 속성(인터넷 프로토콜 TCP/IP)
    -> 속성(다음 ip 주소 사용의 IP 주소가 10.10.10.10)
    위와 같이 확인하여 얻어질 수 있습니다.
    절차5) 다시 emca -config dbcontrol db -repos create 를 수행합니다.
    절차6) 레지스트리에 문자열값 oracle_hostname 이 jeher로 되어 있는 지 확인.
    절차5 가 성공적으로 수행이 되면 관리도구 -> 서비스에 OracleDBConsoleORCL 이라는
    서비스가 다시 생성됩니다.
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/Software/Oracle/Sysman/OracleDBConsoleORCL
    - 문자열값 oracle_hostname : jeher 로 되어 있는지 확인합니다.
    절차7) emd.properties 에서 timezone 수정
    D:\app\jeher\product\11.1.0\db_1\jeher_orcl\sysman\config 아래에 있는
    emd.properties file에서 agent timezone를 Asia/Seoul 로 대소문자를 구분하여 입력합니다.
    For example)
    omsRecvDir=D:/app/jeher/product/11.1.0/db_1/jeher_orcl/sysman/recv
    agentTZRegion=Asia/Seoul
    이와 같이 저장하고 나옵니다.
    절차8) EM 11g LOGIN 접속 방법.
    https://jeher.kr.oracle.com:1158/em 로 접속하면 됩니다.
    username : sys
    password : oracle
    connect as SYSDBA
    OC4J 에 설치 시 보안 설정이 되어 있으므로, http 가 아닌 https 로 접속해야 합니다.
    11g의 경우, password file이 자동으로 $ORACLE_HOME/dbs (windows 의 경우, $ORACLE_HOME/database) 아래에
    생성되므로, 따로 생성이 불필요합니다.
    remote_login_passwordfile='EXCLUSIVE'로 자동 setting 되어 있습니다.
    References
    <Note:278100.1> How To Drop, Create And Recreate DB Control In A 10g Database?

    I ma using correct sid, have a look at /etc/oratab
    [oracle@rac1 bin]$ echo $ORACLE_SID
    orcl
    [oracle@rac1 bin]$ cat /etc/oratab
    #Backup file is  /raczone/11.2.0/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.rac1 line added by Agent
    # This file is used by ORACLE utilities.  It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator.  A new line terminates
    # the entry.  Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    #   $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively.  The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    #+ASM1:/raczone/grid_home:N             # line added by Agent
    #dev:/raczone/db_home1:N                # line added by Agent
    #*:/raczone/oem/OracleHomes/db10g:N
    #*:/raczone/oem/OracleHomes/oms10g:N
    #oemrep:/raczone/oem/OracleHomes/db10g:N
    #*:/raczone/oem/db10g:N
    #*:/raczone/oem/oms10g:N
    #oemrep:/raczone/oem/db10g:N
    +ASM1:/raczone/grid_home:N              # line added by Agent
    # *:/home/oracle/OracleHomes/db10g:N
    # *:/home/oracle/OracleHomes/oms10g:N
    emrep:/home/oracle/OracleHomes/db10g:N
    *:/home/oracle/OracleHomes/db10g:N
    *:/home/oracle/OracleHomes/oms10g:N
    oemrep:/home/oracle/OracleHomes/db10g:N
    dev:/raczone/db_home1:N         # line added by Agent
    orcl:/raczone/11.2.0/product/11.2.0/dbhome_1:N          # line added by Agent
    *:/home/oracle/Oracle/Middleware/oms11g:N
    *:/home/oracle/Oracle/Middleware/agent11g:N
    [oracle@rac1 bin]$

Maybe you are looking for

  • IPhone 5 Springboard restarts and resets

    For the last two weeks I have been experiencing major "springboard" reboots and resets randomly on my iPhone 5 with iOS 6.1.2. My experiences: - phone restarts springboard 3 times in the time of a 10 minute phone call. Doesn't drop call. I just go da

  • I only see "PHP" icons in Design View, not the executed code

    I have setup a new database installation and tested it - no problem.  I can open my webpage in Firefox, and the php code executes properly.  When I imported this site into Dreamweaver, I am unable to see the results of any executed PHP code, just "PH

  • [SOLVED] Firefox 17.0.1 not really updated

    I have archlinux 32 bits and I use firefox, I notice despite the installation of the firefox 17.0.1 package my version of firefox is still 17.0 ( file date is 20 nov 2012 in /usr/lib/firefox but it should be 1 dec 2012 ), is it normal ? I tried to re

  • Layer Style - Zoom In Issue

    I have a jpg image in AE CS3 - I used a layer style - stroke of about 10 pixels to make it look like it had a white border. When I put the image into 3d space and zoom move it further into z space, the stroke gets very big - as I zoom in the stroke g

  • How to reset iTunes backup configuration for iPad and iPhone?

    After buying a new Mac, I migrated my settings (because there were w a lot of apps) and generally everything's working. Except when I try to sync my iPad or iPhone, I get the following error: iTunes could not backup the (device) ... because the backu