CUA repository

Hi All,
I am currently working on SAP CUA.
I wanted to know where  the data for CUA is stored in case of roles and profiles
There are two tables i came across
a)USRSYSACTT  (has lnaguage as one of the column)
b)USRSYSACT
Which table should be used to check the profiles.
What is difference between the two.
Is the data in both consistent
Best Regards
Manoj

Installing the patch, re- importing the SAP Provisioning framework (I selected 'update') and recreating the jobs didn't yield any result.
When examining pass 'ReadABAPRoles' of Job 'AS ABAP - Initial Load' -> tab 'source', there are no scripts used .
After applying the patch we decided anyway to verify the scripts (sap_getRoles, sap_getUserRepositories) in our Identity Center after those of 'Note 1398312 - SAP NW IdM Provisioning Framework for SAP Systems' , and they are different
File size of SAP Provisioning Framework_Folder.mcc of SP3 Patch 0 and Patch 1 are also exactly the same.
Opening file SAP Provisioning Framework_Folder.mcc with Wordpad : searched for 'sap_getRoles'  :
<GLOBALSCRIPT>
<SCRIPTREVISIONNUMBER/>
<SCRIPTLASTCHANGE>2009-05-07 08:00:23.54</SCRIPTLASTCHANGE>
<SCRIPTLANGUAGE>JScript</SCRIPTLANGUAGE>
<SCRIPTID>30</SCRIPTID>
<SCRIPTDEFINITION> ... string was too long to copy
paste ... </SCRIPTDEFINITION>
<SCRIPTLOCKDATE/>
<SCRIPTHASH>0940f540423630687449f52159cdb5d9</SCRIPTHASH>
<SCRIPTDESCRIPTION/>
<SCRIPTNAME>sap_getRoles</SCRIPTNAME>
<SCRIPTLOCKSTATE>0</SCRIPTLOCKSTATE>
-> Script last change 2009-05-07 08:00:23.54 -> that's no update !
So I assume the updates mentioned in Note 1398312 aren't included in SP3 Patch 1. Manually replaced the current scripts with those of the note and re- tested : no luck. Same issue.
Thanks again for the help,
Kevin

Similar Messages

  • ABAP - CUA : Initial load : too many records in the CUA?

    We are running :
    SP03 for IDENT. CENTER DESIGNTIME 7.1 Patch 0
    SP03 for IDENTITY CENTER RUNTIME 7.1 Patch 1
    SP03 for NW IDM IC UIS 7.00 Patch 1
    We have connected our customer's CUA system to IdM : we created an Identity Store called 'SAP_Master', created the CUA repository, defined the required attributes as defined in the guide 'IDM 7.1 - IdM For SAP Systems - Configuration 7-3.pdf', created the jobs based upon the templates etc. The dispatcher used has 'run provisioning jobs' disabled.
    On our sandbox server, when we connect to our sandbox CUA system (CUA_YS5_200), everything is ok, the 'AS ABAP - Initial load' job with only 'ReadABAPRoles' enabled, runs fine.
    On our QA system, when we connect to our 'production' CUA system (CUA_YP0_400), the 'AS ABAP - Initial load' job with
    only 'ReadABAPRoles' enabled, finished with message 'could not start job, rescheduling'. Since there is a huge number of records (we looked it up in the system : 311.679 records), we decided to switch on parameter 'bootstrap job'. Now the result is that it takes forever, after half a day the job is still running. In the database, table 'sapCUA_YP0_400role' is still completely empty (no records). Therefore, it seemed interesting to connect our QA IdM system to our development CUA system (CUA_YS5_200). After a while, the exact same job has finished and table 'sapCUA_YS5_200role' contains 18.580 records.
    After some additional testing, we might have discoved the cause of the issue could be that the number of records in our CUA is too big.
    In the java code of the fromSAP pass there are 2 calls to the SAP system for reading the roles into Idm. The first one reads table USRSYSACT (311.000 records), the second one reads table USRSYSACTT (1.000.000 records). All these records are stored into a java hashmap - we think that 1 million records exceeds the hashmaps capability, although no java error is thrown.
    When we debug the functionmodule RFC_READ_TABLE and change the rowcount to 100.000 then everything works fine. When we set the rowcount to 200.000 the java-code does not generate an error but the job in idm never
    ends...
    When running functionmodule RFC_READ_TABLE in the backend system the 1.000.000 records are processed in less than one minute. So apparently, the issue is related to the processing in the Java code.
    Java Dispatcher heap size is set to 1024.
    Anybody already came accros this issue?
    Thanks & best regards,
    Kevin

    Installing the patch, re- importing the SAP Provisioning framework (I selected 'update') and recreating the jobs didn't yield any result.
    When examining pass 'ReadABAPRoles' of Job 'AS ABAP - Initial Load' -> tab 'source', there are no scripts used .
    After applying the patch we decided anyway to verify the scripts (sap_getRoles, sap_getUserRepositories) in our Identity Center after those of 'Note 1398312 - SAP NW IdM Provisioning Framework for SAP Systems' , and they are different
    File size of SAP Provisioning Framework_Folder.mcc of SP3 Patch 0 and Patch 1 are also exactly the same.
    Opening file SAP Provisioning Framework_Folder.mcc with Wordpad : searched for 'sap_getRoles'  :
    <GLOBALSCRIPT>
    <SCRIPTREVISIONNUMBER/>
    <SCRIPTLASTCHANGE>2009-05-07 08:00:23.54</SCRIPTLASTCHANGE>
    <SCRIPTLANGUAGE>JScript</SCRIPTLANGUAGE>
    <SCRIPTID>30</SCRIPTID>
    <SCRIPTDEFINITION> ... string was too long to copy
    paste ... </SCRIPTDEFINITION>
    <SCRIPTLOCKDATE/>
    <SCRIPTHASH>0940f540423630687449f52159cdb5d9</SCRIPTHASH>
    <SCRIPTDESCRIPTION/>
    <SCRIPTNAME>sap_getRoles</SCRIPTNAME>
    <SCRIPTLOCKSTATE>0</SCRIPTLOCKSTATE>
    -> Script last change 2009-05-07 08:00:23.54 -> that's no update !
    So I assume the updates mentioned in Note 1398312 aren't included in SP3 Patch 1. Manually replaced the current scripts with those of the note and re- tested : no luck. Same issue.
    Thanks again for the help,
    Kevin

  • Error in job for connection to CUA System

    I have a problem with the two jobs in the u2018AS ABAP - Initial loadu2019 for a CUA system. According to the log is seems to be a memory issue!!!!
    Extract from the logfile:
    u2026u2026u2026
    26.03.2009 09:57:31 :I:Initializing custom pass FromSAP: ReadABAPRoles
    26.03.2009 09:57:31 :I:Initializing MX SAP BAPI object
    26.03.2009 09:57:31 :W:Filter not supported when Listing CUA Roles. Ignoring :*
    26.03.2009 09:57:35 :E:Unhandled Error in DSERuntime
    java.lang.OutOfMemoryError: Java heap space (failed to allocate 84038672 bytes)
    u2026u2026u2026
    This error is related to the both the jobs: ReadABAPRoles and ReadABAPProfiles.  
    Please note:
    Setting the %$rep.CUA_MASTER% equal u2018falseu2019 using the repository constant works for the both jobs (only the roles and/or profile in u2018localu2019 system the is read meaning no data from the subsystems in the CUA is read )
    Any suggestions for handling this problem??
    Best Regards
    Tom Svarre

    The text you enter in the dispatcher script after JAVAOPTIONS= is passed on as one parameter to the java executable. When you set JAVAOPTIONS=-Xmx256M -Xmx256M the effect is like the commandline java "-Xmx256M -Xms256M" java interprets this as an illegal heap size and refuses to start.
    If you want to specify more than one javaoption, you also have to set MXDISPATCHER_EXECSTRING=1
    This option causes the dispatcher to pass the arguments to the java executable as one string instead of split into separate parameters.
    The reason this option is not turned on by default, is that this can cause problems with paths and parameters containing special characters that causes the command line interpreter to fail.
    In your case, only specifyng the -Xmx is probably the best solution. Specifying -Xms will cause heavier load on the system also for jobs thatdoes not need a large heap.

  • OWB repository doesnt allow deploying or executing of mappings

    Hi , I have run into a strange problem since a couple of day with 2 of my repositories
    Rep 1:
    Database : Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    OWB version : 10.2.0.1.31
    Rep 2 :
    Database : Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    OWB version : 10.2.0.4.36
    OS : Linux
    When ever i try to deploy a mapping or run a mapping i get the error
    ORA-29532: Java call terminated by uncaught Java exception: java.sql.SQLException: No suitable driver
    RPE-01003: An infrastructure condition prevented the request from completing
    i can connect to the OWB repository, services are running fine, but service doctor says
    SQL> @service_doctor.sql
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    +>>>>>> warning: job_queue_processes is 2 - recommended minimum value for owb is+
    +10.+
    +>>>>>> The platform service is not available+
    Service script is accessible to the database server
    +>>>>>> There is a problem with the repository connection information used to+
    start the service
    +>>>>>> Here is the detailed error message which contains the connection+
    information passed to the service:-
    +>>>>>> Cannot access the repository owner password from within the database+
    server
    +>>>>>> Please verify that this information is accurate+
    +>>>>>> If this information is correct, then please use the+
    +'set_repository_password.sql' script to reset the stored password+
    PL/SQL procedure successfully completed.
    No change has been made in the DB
    When i try to deploy a new target location, i get the error
    ORA - 29352 : Java call terminated by uncaught Java exception : java.sql.SQL exception : Nosuitable driver
    ORA - 06512 : at OWNER_ACT.WB_RTI_UTIL line 57
    ORA - 6512 : at OWNER_ACT.WB_RT_STORE_REGISTRATION line 233
    ORA : 06512 at line 1
    I cannot even create new repositories on these DB s as OWB crashes after 48 %.
    Can any one shed some light on this ?? Am i missing something basic here????
    Thanks
    Illiyaz

    hi Oleg,
    Here is the output that you had requested
    $+cat OWNERADPT.log.36+
    +2011/03/21-13:47:43-IST [16A786] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.+
    - No more data to read from socket
    at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:101)
    at oracle.wh.runtime.platform.service.Service.run(Service.java:415)
    at oracle.wh.runtime.platform.service.Service.main(Service.java:1060)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at Launcher.main(Launcher.java:167)
    java.sql.SQLException: No more data to read from socket
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1118)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1070)
    at oracle.jdbc.driver.T4C7Ocommoncall.receive(T4C7Ocommoncall.java:106)
    at oracle.jdbc.driver.T4CConnection.doCommit(T4CConnection.java:523)
    at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:1119)
    at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:95)
    at oracle.wh.runtime.platform.service.Service.run(Service.java:415)
    at oracle.wh.runtime.platform.service.Service.main(Service.java:1060)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at Launcher.main(Launcher.java:167)
    select * from wb_rt_service_nodes;
    +1     1     ACT.FCS-INC.LOCAL     1521     ACTIVIS     1     10.2.0.4.36     /apps/owbhome+
    OMB> env+
    XDP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/xdp/12.0.0
    INCLUDE_FLAGS=-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo
    CUA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cua/12.0.0
    REPORTS_PATH=/ADPTDEMO/FCSADPT/apps/apps_st/appl/au/12.0.0/plsql:/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/reports:/ADPTDEMO/FCSADPT/apps/apps_st/appl/au/12.0.0/reports:/ADPTDEMO/FCSADPT/apps/apps_st/appl/au/12.0.0/graphs
    TK_ICON=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/reports/plugins/resource
    APPLMAIL=NONE
    ASN_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/asn/12.0.0
    CSP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/csp/12.0.0
    IBE_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ibe/12.0.0
    PMI_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pmi/12.0.0
    QRM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/qrm/12.0.0
    APPLTMP=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/appltmp
    DE_DISABLE_PLS_512=1
    ALR_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/alr/12.0.0
    RRS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/rrs/12.0.0
    WSM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/wsm/12.0.0
    RM=rm -f
    ASP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/asp/12.0.0
    APPL_CPLEX_LICDIR=/ADPTDEMO/FCSADPT/apps/apps_st/appl/admin/cplex
    OAD_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/comn
    INST_TOP=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux
    PATH=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/perl/bin:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/bin:/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/bin:/ADPTDEMO/FCSADPT/apps/apps_st/appl/ad/12.0.0/bin:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/ADPTDEMO/FCSADPT/apps/apps_st/comn/util/unzip/unzip::/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/appladpt/bin:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/appsutil/jdk/bin
    MAIL=/var/spool/mail/appladpt
    TNS_ADMIN=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/ora/10.1.2/network/admin
    AR_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ar/12.0.0
    APPLINC=include
    APPS_VERSION=12.0.4
    EVENT_10932=8
    OKX_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/okx/12.0.0
    PAY_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pay/12.0.0
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    BIV_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/biv/12.0.0
    FUN_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fun/12.0.0
    ISC_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/isc/12.0.0
    OKI_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/oki/12.0.0
    XDO_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/xdo/12.0.0
    CLASSPATH_LAUNCHER=-classpath ../admin:../admin/launcher.jar:Personalties.jar:/ADPTDEMO/FCSADPT/db/tech_st/owbhome/owb/bin/admin/ojdbc14.jar:../admin::: -DOWB_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome -DJDK_HOME=../../../jdk -DORA_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome -DOEM_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome -DIAS_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome -Doracle.net.tns_admin=/ADPTDEMO/FCSADPT/db/tech_st/owbhome/network/admin Launcher ../admin/owb.classpath
    DDD_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ddd/12.0.0
    EC_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ec/12.0.0
    GMD_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gmd/12.0.0
    IBW_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ibw/12.0.0
    APPLDCP=OFF
    JAVA_BASE=/ADPTDEMO/FCSADPT/apps/apps_st/comn/java
    OAH_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/comn/webapps/oacore
    PWD=/ADPTDEMO/FCSADPT/db/tech_st/owbhome/owb/bin/admin
    INPUTRC=/etc/inputrc
    AMW_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/amw/12.0.0
    FRM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/frm/12.0.0
    APPLGRAF=graphs
    REPORTS_CLASSPATH=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/reports/jlib/rwbuilder.jar:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/reports/jlib/rwrun.jar:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jlib/zrclient.jar:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/j2ee/home/oc4j.jar:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/j2ee/home/lib/ojsp.jar
    ADJVAPRG=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java
    IZU_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/izu/12.0.0
    ZX_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/zx/12.0.0
    APPLRGT=regress
    AF_LD_LIBRARY_PATH=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/lib32:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/lib:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/ADPTDEMO/FCSADPT/apps/apps_st/appl/cz/12.0.0/bin:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/lib32:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/ADPTDEMO/FCSADPT/apps/apps_st/appl/sht/12.0.0/lib:/ADPTDEMO/FCSADPT/apps/apps_st/appl/pon/12.0.0/bin
    DNA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/dna/12.0.0
    IEM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/iem/12.0.0
    OKE_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/oke/12.0.0
    SHT_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/sht/12.0.0
    PCCFLAGS=include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6
    FORMS_TRACE_DIR=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/logs/ora/10.1.2/forms
    OA_JAVA=/ADPTDEMO/FCSADPT/apps/apps_st/comn/java/classes
    LANG=en_US.UTF-8
    AK_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ak/12.0.0
    CSF_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/csf/12.0.0
    DT_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/dt/12.0.0
    FEM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fem/12.0.0
    JTF_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/jtf/12.0.0
    OE_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/oe/12.0.0
    PSA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/psa/12.0.0
    ZPB_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/zpb/12.0.0
    LUSRIAP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/usrxit/xitusr.o
    TK_PRINT_STATUS=echo %n is valid
    FORMS_APPSLIBS=APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
    LOG_HOME=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/logs
    CONTEXT_NAME=FCSADPT_appslinux
    AZ_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/az/12.0.0
    GL_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gl/12.0.0
    PSP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/psp/12.0.0
    XLE_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/xle/12.0.0
    APPLOUT=out
    AF_CLASSPATH=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/ADPTDEMO/FCSADPT/apps/apps_st/comn/java/lib/appsborg2.zip:/ADPTDEMO/FCSADPT/apps/apps_st/comn/java/classes
    OA_MEDIA=/ADPTDEMO/FCSADPT/apps/apps_st/comn/java/classes/oracle/apps/media
    ORA_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome
    CONTEXT_FILE=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/appl/admin/FCSADPT_appslinux.xml
    CUF_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cuf/12.0.0
    FTP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ftp/12.0.0
    IGF_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/igf/12.0.0
    QA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/qa/12.0.0
    ORACLE_TERM=vt220
    FA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fa/12.0.0
    INL_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/inl/12.0.0
    REPORTS_PRE=&5555
    FORMS_FORCE_MENU_MNEMONICS=0
    FV_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fv/12.0.0
    MFG_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/mfg/12.0.0
    VEA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/vea/12.0.0
    WIP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/wip/12.0.0
    PLATFORM=Linux
    CHV_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/chv/12.0.0
    CP=cp
    ADPERLPRG=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3/perl/bin/perl
    BIC_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/bic/12.0.0
    MSR_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/msr/12.0.0
    OPI_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/opi/12.0.0
    PN_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pn/12.0.0
    POS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pos/12.0.0
    APPLBIN=bin
    APPLPLS=plsql
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    ASO_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/aso/12.0.0
    JMF_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/jmf/12.0.0
    VNDPAYSL=
    APPLLOG=log
    FNDNAM=APPS
    AS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/as/12.0.0
    REPORTS_USEREXITS=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/bin/fndrwxit.so
    FORMS_WEB_CONFIG_FILE=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/ora/10.1.2/forms/server/appsweb.cfg
    OEM_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome
    JDK_HOME=../../../jdk
    HOME=/home/appladpt
    SHLVL=2
    BIL_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/bil/12.0.0
    OKS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/oks/12.0.0
    PA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pa/12.0.0
    FORMS_REJECT_GO_DISABLED_ITEM=0
    CS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cs/12.0.0
    IA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ia/12.0.0
    ITG_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/itg/12.0.0
    OTA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ota/12.0.0
    CSE_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cse/12.0.0
    IBP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ibp/12.0.0
    PSB_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/psb/12.0.0
    APPLRGF=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/logs/appl/rgf
    ASL_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/asl/12.0.0
    CSR_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/csr/12.0.0
    ECX_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ecx/12.0.0
    CFLAGS=$(INCLUDE_FLAGS) -Dlinux -DLINUX -DNLS_ASIA -D_GNU_SOURCE
    FORMS_FLAG_DIFFERENT_SUBORD=1
    CSC_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/csc/12.0.0
    GME_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gme/12.0.0
    PV_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pv/12.0.0
    REPORTS_POST=&5556
    FNDREVIVERPID=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/pids/appl/reviver.sh_FCSADPT_appslinux.pid
    LOGNAME=appladpt
    AD_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ad/12.0.0
    BEN_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ben/12.0.0
    CSI_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/csi/12.0.0
    CUS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cus/12.0.0
    FLM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/flm/12.0.0
    FTE_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fte/12.0.0
    GMO_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gmo/12.0.0
    GR_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gr/12.0.0
    IGS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/igs/12.0.0
    GMP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gmp/12.0.0
    IBC_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ibc/12.0.0
    APPLPTMP=/tmp
    NLS_NUMERIC_CHARACTERS=.,
    FORMS_SESSION=TRUE
    IAS_ORACLE_HOME=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.3
    SSH_CONNECTION=
    IES_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ies/12.0.0
    JG_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/jg/12.0.0
    VNDARPL=
    APPLCSF=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/logs/appl/conc
    CLASSPATH=Personalties.jar:/ADPTDEMO/FCSADPT/db/tech_st/owbhome/owb/bin/admin/ojdbc14.jar:../admin::
    IEX_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/iex/12.0.0
    JL_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/jl/12.0.0
    VNDPAYPL=
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    COMMON_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/comn
    CZ_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cz/12.0.0
    MSO_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/mso/12.0.0
    PON_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pon/12.0.0
    PQP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/pqp/12.0.0
    RLM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/rlm/12.0.0
    LUSRLIB=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/usrxit/libusr.a
    LUSRPRG=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/usrxit/prglib.o /ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/usrxit/prgcat.o /ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0/usrxit/EXPROG.o
    SHLIB_PATH=/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/lib32:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/ADPTDEMO/FCSADPT/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/ADPTDEMO/FCSADPT/apps/apps_st/appl/sht/12.0.0/lib
    AFJCPARG=-client
    AST_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ast/12.0.0
    CUP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cup/12.0.0
    GML_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gml/12.0.0
    HXT_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/hxt/12.0.0
    FND_SECURE=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/appl/fnd/12.0.0/secure
    BIX_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/bix/12.0.0
    GHR_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ghr/12.0.0
    IEO_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ieo/12.0.0
    BIS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/bis/12.0.0
    OKL_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/okl/12.0.0
    CC=cc
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar
    WEBAPPS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/comn/webapps
    APPL_CONFIG_HOME=/ADPTDEMO/FCSADPT/apps/apps_st/appl
    ADMIN_SCRIPTS_HOME=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/admin/scripts
    AME_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ame/12.0.0
    IEU_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ieu/12.0.0
    JA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ja/12.0.0
    PO_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/po/12.0.0
    CHMOD=chmod
    ORACLE_HOME=/ADPTDEMO/FCSADPT/db/tech_st/owbhome
    FND_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/fnd/12.0.0
    BIM_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/bim/12.0.0
    QOT_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/qot/12.0.0
    XNB_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/xnb/12.0.0
    APPLFRM=forms
    OA_HTML=/ADPTDEMO/FCSADPT/apps/apps_st/comn/webapps/oacore/html
    CLN_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cln/12.0.0
    CRP_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/crp/12.0.0
    GCS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gcs/12.0.0
    MWA_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/mwa/12.0.0
    OKC_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/okc/12.0.0
    G_BROKEN_FILENAMES=1
    CCT_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/cct/12.0.0
    CSD_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/csd/12.0.0
    WSH_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/wsh/12.0.0
    NLS_DATE_FORMAT=DD-MON-RR
    ADJRIOPTS=-mx512m
    CNTL_BREAK=ON
    AX_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/ax/12.0.0
    GMS_TOP=/ADPTDEMO/FCSADPT/apps/apps_st/appl/gms/12.0.0
    REPORTS_TMP=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/temp
    FORMS_CATCHTERM=1
    FORMS_RTI_DIR=/ADPTDEMO/FCSADPT/inst/apps/FCSADPT_appslinux/logs/ora/10.1.2/forms
    AF_JLIB=/ADPTDEMO/FCSADPT/apps/apps_st/comn/java/lib
    _=../../../jdk/jre/bin/java
    NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat
    XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt
    Hope i have put in all the requested information.
    Thanks
    Illiyaz

  • SAP CUA

    Hi All,
    I am currently working on SAP CUA.
    I wanted to know where the data for CUA is stored in case of roles and profiles
    There are two tables i came across
    a)USRSYSACTT (has lnaguage as one of the column)
    b)USRSYSACT
    Which table should be used to check the profiles.
    What is difference between the two.
    Is the data in both consistent
    Best Regards
    Manoj

    Hi Alex,
    Thanks for the reply.
    I would explain you the scenarion in more detail.
    Imagine if there is a SAP CUA setup .
    Admin system ==> ADMCLNT800
    Child system 1 ==>CH1CLNT800
    Child system 2 ==>CH2CLNT800
    System ADMCLNT800 has data as
    a)role1
    b)role2
    c)profle1
    d)profile2
    System CH1CLNT800has data as
    a)role3
    b)role4
    c)profle3
    d)profile4
    System CH2CLNT800 has data as
    a)role5
    b)role6
    c)profle5
    d)profile6
    Now each of them will have it own data  repository specific to it like  user ,profiles,roles.
    But i am interested in the CUA data repository ,which i think would be in the admin system containing  all the above data in a master place.
    Now i am interested  in knowing this table.
    Please let me know if  the scenario is clear.
    Best Regards
    Manoj

  • Can Multiple users work on the same work Repository ?

    I have master repository and work repository on one machine, can multiple developers connect andwork on the same work repository? how?

    oh Yes!
    it is v simple.
    follow the steps:-
    once master and work repository has been created on a system.U just need to know all the information supplied wen creating a login to designer.
    like user name and password of database,url,driver as well as master's repository uname and password.
    if u have the following information with you,then u can create a new login with designer provided all the above information and u will have full access to designer
    in work repository u want to connect

  • How can I move the ODI Work Repository from one server to another server?

    How can I move the ODI Work Repository from one server to another server?

    Hi,
    If you would like to move your source models, target models and project contents from Work repository 1 to another work repository.
    I.e. Dev. server to Prod Server.
    1. Firstly, replicate the master repository connections i.e. with same naming conventions manually
    2. Go to Dev. Server work repository -> File Tab -> Click on Export work repository (save it in a folder)
    3. After exporting, you can view the xml files in the folders.
    4. Now, Open the Prod. server and make sure you already replicated mas. rep. details.
    5. Now, right click on model and import source model in synonym mode insert_update (select source model from the folder where your xml file located)
    6. Similarily, import again target then Project.
    Now, check. It should work.
    Thank you.

  • Is there a way to create a local package repository

    Is there a way to create a local package repository without technically being a mirror.  For example, setting up multiple AL box's on my network and having them grab all the latest packages from one AL box?
    Thanks,
    Craig

    What you most likely want is an ABS tree of your own, containing only the PKGBUILDs of those packages which you want to be included in your repository.
    You should already have heard of the gensync program. In short, the parameters are the root of PKGBUILDs, sorted in subdirectories (ie. like the ABS tree), the intented name and location of the repository database file, and the directory containing the binary packages.
    Let's assume you downloaded the current ABS tree to your hard drive, as well as all matching (same version as in the PKGBUILDs!) packages from a mirror, but you don't want the reiserfsprogs package in your repository. To achieve that, you must remove the /var/abs/base/reiserfsprogs directory, and may optionally remove the binary package, too. Since gensync analyzes the ABS tree you supplied as a parameter, removing the subdirectory of a specific package will cause this very package to not be included in the generated database. Assuming your packages lie in /home/arch/i686/current, your gensync call would look like this:
    gensync /var/abs /home/arch/i686/current/current.db.tar.gz /home/arch/i686/current
    If there are any discrepancies like
      - PKGBUILD, but no matching binary package found
      - PKGBUILD and binary package versions do not match
      - permission problems (writing the db file must be possible)
    gensync will gladly complain.
    Otherwise you should find the db file in the place you specified. Keep in mind that the name of the db.tar.gz file must be equal to the repository tag in the pacman.conf to use the repo.
    To make sure the db contains the right packages; use
    tar -tzf current.db.tar.gz | less
    to list the contents. Every package has it's own subdirectory including the metadata, which is rather obvious considering the file's generated from such a structure in the first place.
    The binary packages along with a correctly generated db file are all you need. Make the repository directory containing these files available through FTP if local availability doesn't cut it for you, edit your pacman.conf if needed, and use it!
    Adding packages works similar; All you need to have is the PKGBUILD in an ABS-like tree (it doesn't have to be the official tree; gensync doesn't care where the files come from. Just stick to one subdirectory per PKGBUILD, and you'll be fine), and the matching packages somewhere else, run gensync with the appropriate directories, and cackle with glee.
    HTH.

  • How to create a repository(not just custom) using your hard drive

    I don't know if many people know about this, so I am giving this a shot. There are three major articles on wiki.archlinux.org: Custom local repository,
    Using a CD-ROM as a repository, and Offline Installation of Packages. These are available online through the WIKIs at archlinux.org.
    I was first confused because when I was reading "Offline installation of packages", I didn't know what these ".db.tar.gz" files where. I came mainly from a Debian / Ubuntu
    background (I actually tried many distros before this), so getting used to the way the repository works and no graphical install manager for it. However, I enjoyed a challenge and
    I found out that these are database packages that contain descriptions and locations on where these files are located. The ones on the ftp server are already compiled. I don't know if,
    however they are compiled with the most recent versions.
       With all that said, I thought you had to have it all in one directory in order for this to work, but as it turns out, location is not really an issue. I decided to have a directory reside on the root.
    I chose root because it's only for the install of my own packages. I could have done it as a seperate user account, such as "repos" in PCLinuxOS (another distro I tried). I didn't want to have a seperate account for this. Therefore, I created "/root/repository". Within this directory I created directories for all repository archives. I basically did a "cd /mnt/dvd" and migrated to the particular repository directories. I would copy all the "pkg.tar.gz" files into their respective directories with "cp * ~/repository/<name-of-dir>". For intance, I started with the "core" directory, because there was some things I didn't install in the core directory during installation and if the packages needed it, it was there. This follows for the rest of the directories, such as "community", "testing", and "unstable", etc.You can go to the ftp mirrors to find out what directories are available. The main point is that your files should be in the format ".pkg.tar.gz". These are package files that get converted into a sort of database format that as I mentioned, informs the system the description and where the files are located, and so on.
       The command to perform this, is "tar -xvf /root/repository/core/core.db.tar.gz *.pkg.tar.gz". You can replace core with whatever repository you are adding. So, for example, "extra.db.tar.gz" would be in the "extra" directory. This information is located in the "Offline installation of packages".  The command to create this database is called, "repo-add".
    The format for this command is "repo-add /path/to/dir.db.tar.gz *.pkg.tar.gz". So, if it's the core packages you would "cd ~/repository/core" and "repo-add core.db.tar.gz *.pkg.tar.gz".
      Then, you need to edit the "/etc/pacman.conf" configuration file for pacman. I basically would comment all out except for the repositories I need. So, for example "[core]" and "/etc/pacman.d/core" would tell where normally the servers are located for these files. This information is located int the "Custom local repository" article.using the "repo-add" command.
       Furthermore, I edited each server file located in "/etc/pacman.d/<repository>" where repository is core, extra, etc. I would perform,  "nano /etc/pacman.d/core" for example and comment out all servers. I then add a "local repository" by typing in "file:///root/repository/core", saved it, and then did a "pacman -Sy" to update the repository database. Now, I can do "pacman -S <package-name>" where package-name is whatever I wanted to install. Voila! Please let me know of any suggestions, questions, insights, or comments. I hope I'm not missing anything in this article. I do remember using "rm -rf * in the "/var/lib/pacman/<repository>"directories and using "tar xvf <repository>.db.tar.gz". I don't if that something to do with it, though. Be careful with the "rm -rf *" command, because you can erase your hard drive if you are not careful, for those who aren't informed.
    P.S. Please note all these are done with the root user.

    pressh wrote:
    gradgrind wrote:
    smitty wrote:pressh, I understand and appreciate your point of view... well taken! Are you implying that I should have written in steps, such as 1, 2, and 3? Also, should I have got ridden of the redundant information if it is contained in the Wiki article and / or  taken out the commands on how to apply them and left only with the explanation? Is this what you imply? Sorry if I seem redundant with these questions, but I'm curious so I can improve for the future. I am new to this and open to any suggestion and comments.
    Maybe you could either edit the existing wiki pages where they were not clear to you, or else add a new wiki page, or both. Certainly give the whole a clearer (visual) structure, and (if they don't already exist) add links between the connected wiki pages.
    Yes that is partly what I mean. Further you could get rid of the information that is not really needed to follow the guide (for example what the command 'repo-add' does. People could if they are interested look it up in the script itself, or you could add it here and link to it).
    And yes a bit of structure would be nice. You don't have to nessesarily call it 1,2,3, as long as it has some kind of structure in it (the visual point is very important here). You could take a look at existing wiki pages on the web and see how most of them (not all of them are good of course) are structured.
    That's a good point, too. How do I found out what articles are more effective? I am doing research on this particular matter at the moment and came across articles that have tips on technical writing. Could this help in the long run? Or, is it better to get feedback from other users and improve that way? In other words, do first, and ask later, as one user point out?

  • Error in installing a new Repository in OWB 10g Release 2

    Hi,
    I am facing a consistent problem in creating a new repository, even after uninstalling and re-installing the OWB client many times. While creating a repository, I get the following three errors, after which the Repository Assistant automaticlly shuts down:
    1. The wizard noticed that the installation parameter 'enqueue_resources' of the database GRUSIT is set to 968. The recommended value for Warehouse Builder is 3000.
    2.The Warehouse Builder repository owner installation failed on user REPOWNER.
    java.sql.SQLException: ORA-04031: unable to allocate 4080 bytes of shared memory ("shared pool", "BEGIN
    DECLARE
    PROCEDURE brow...", "PL/SQL MPCODE", "pl/sql DS pg")
    3.INS0029: Error occured during installation. Check the log file
    F:\OraHome_1\owb\UnifiedRepos\log_070504_115828.000.log
    for details.
    Could you pls help me in resolving this issue?
    Thanks in advance,
    Tanvi

    Does this mean, ... we have to install the OWB 64 bit and install a new repository in the 64 bit server?In my opinion you don't need to create new repository.
    After migrating database to 64bit perform steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning".
    It is better to save the same path for new OWB 64bit software. If you install OWB into different path you need to update OWBRTPS table with new path to OWB software (look at metalink note 550271.1).
    Regards,
    Oleg

  • Error while registering a new repository on Data Services 4.0

    Hi all,
    I've a BO Enterprise Platform 4.0 + Data Services 4.0 installation, and I'm trying to register a new local repository in addition to the installation default one. I followed these steps:
    1) Create a new database schema for the repository
    2) Created the local repository with repository manager
    3) Created a new job server associated with the new repository through the server manager
    4) Tried to register the new repository in the CMC
    I wasn't able to complete the step 4 since i got the following error "unable to connect to profile server".
    Any clue?
    Thank you very much
    Pietro
    Edited by: Pietro Castelli on Jan 30, 2012 12:03 PM

    what is the complete version of DS 4.0 ? also check the REPO_TYPE in AL_VERSION table, for local repo this will be NULL

  • Error while generating DDL commands using startSQLRepository for a new Repository

    Hi,
    I am trying to generate DDL Commands using startSQLRepository for my new repository SubashRepository so that I can use them to create new table structure.
    All the repository related changes looks good. i can see my repository in ACC
    When I run the command:
    startSQLRepository -m SupremeATG –repository /com/supreme/SubashRepository /com/supreme/subashRepository.xml -outputSQLFile C:/ATG/ATG9.3/SupremeATG/config/com/supreme/subashRepositoryDDL.txt
    I get following error:
    Table 'SUBASH_MEMBER' in item-descriptor: 'member' does not exist in a table space accessible by the data source.  DatabaseMetaData.getColumns returns no columns
    Note:
    * errors related to definition file were cleared as the same command threw relevant exception while trying to store a array property with out creating a multi table.
    * Now this is the only exception i see
    * Some DDL are getting generated in the output file, but those are related to inventory repository (I am not sure why this is happening as I have specifically gave the path to my definition file).
    Any help in resolving this is highly appreciated.

    Pl post in the ATG forum

  • Message Interface no longer exist in Integartion Repository

    Hi,
         I am working on a IDOC to file case, in which I want to determine the receiver at runtime using a value in IDOC, with the help of Context objects/ XPATH. In Receiver determination of ID, after selecting Sender and Sender Interface, when I try to select Receiver, it's giving message "Message Interface no longer exist in Integration Repository" and I am not able to see the Sender IDOC in the conditions field before the Receiver selection. Anybody having any idea why I am getting that error message.

    hi,
    check if the system that you're using has this message interfaces in sender/receiver tab (double click on the
    system in directory)
    if not maybe the you need to add dependencies
    to the software object (product/software component) which has this message interface - this idoc
    (if you do remember to refresh sld cache) 
    /people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Logical systems in production with CUA

    Hi,
    We have recently implemented CUA and are rolling out ECC 6.0.  We created the logical systems for development, QA, and production in the development system and transported them to QA and production. 
    The solution manager system is the CUA master. 
    We normally only have production logical systems defined in production and would like to remove the development, QA, and solution manager systems.  If we attempt to delete these definitions in production in SALE, it complains that the logical system is still used in distrubution model CUA, although solution manager, not production, is the CUA master.
    If we are using CUA, do we have to have all logical systems defined in all client systems?
    TIA,
    Russ

    Hi Pradeep,
    I don't think that's quite it.  SM1 is the master.  I'm in the production system (PE1) trying to delete the development system (DB1).  I am not trying to delete SM1.  I'm getting the following message.
    Logical system DB1CLNT300 must not be deleted
    Message no. B1199
    Diagnosis
    The logical system DB1CLNT300 is still used in distribution model CUA (client 800).
    System Response
    The deletion cannot be carried out.
    Procedure
    Confirm that the logical system DB1CLNT300 is really no longer used. Delete it first from distribution model CUA (client 800), then delete it here.
    Thanks and best regards,
    Russ

  • Error when starting the Integration Repository/Directory

    When starting the Integration Repository or Directory I get the following error message when the Java Web Start is launched:
    <i>JAR resources in JNLP file are not signed by same certificate</i>
    I am running on XI3.0 SP15
    Any idea?
    Thanks in advance.
    Kind regards,
    Dave Arends

    Solved this issue.
    Go to Administration - Java Web Start Administration.
    Click on 'Re-initialization and force signings' and start the Repository or Directory again.

Maybe you are looking for

  • Can not change from French Keyboard settings to another language

    Just installed a user account (french) and for some odd reason every time i change the keyboard input to another language it still switches back or simply keeps on using the french input, even if i totally de-select it from the input list and leave o

  • Execute Business Add-in in Info-package

    Hi,   I implemented the Business Add-in as a subsequent process. If I execute the info package, Business Add-In is executing. But, If I run the info package using the Process Chains, then the Business Add-In is not executing. Is there any special pro

  • Coldfusion - search parameters - CreateODBCDate

    I want to enable a user to enter a start and end date to define the period they want to search for records of members who joined on certain dates. Funny thing is...I've got it to work half of the time. For e.g. I have 4 records between 26/10/2005 and

  • What is the best way to insert massive data into an existing excel file?

    dear gurus, i am wondering that what is the best way to insert massive data into an existing excel file, more performance perspective. the file is read from BDS , and we want to insert data into it . the way i can think of is 1. OLE AUTOMATION    i t

  • Hi doubt BAPI to JDBC scenario

    Hi experts,   Can you send step by step procedure for BAPI to JDBC sceanrio. thanks dhanush,