Name of the OWB control center service?

Is the control center a service that you can manually start/stop in Windows? If so, what is it's name?

Hi,
in the windows start menu, you find two scripts for starting and stopping the control center service.
Regards,
Carsten.

Similar Messages

  • Not able to start control center service of OWB 10.2

    Hi i have implemented the remote runtime service architecture in OWB 10.2. This means the OWB s/w is not installed in the box where Oracle data base is.When I'm trying to start the service form the client machine (where OWB is installed) using the Start Control Center service option the service is not starting up.Is there any work around to start the control center service.
    Thx

    Hi!
    Try to start the service using @<OWB-HOME>/owb/rtp/sql/start_service.sql
    You need to log with the Control Center owner.
    Check out if you get any errors. If yes, try also @<OWB-HOME>/owb/rtp/sql/service_doctor.sql for more information.
    Regards,
    Sebastian

  • Urgent Hepl Needed: Unable to start Control Center Service OWB 10gR2

    Hi everybody,
    we moved our test owb instance to a new server.
    Today i wanted to start the Control Center Service from sqlplus with the
    start_service.sql
    Now i am getting the following error:
    service startup failure using command "/ora/app/oracle/product/10.2.0/owbhome_1/owb/bin/unix/run_service.sh -manual 1 /ora/app/oracle/product/10.2.0/owbhome_1 DWH_OWB SRVDBE004E:1521:DBE004E" reason ORA-29532: Java-Aufruf durch nicht abgefangene Java-Exception beendet: java.io.IOException: service early exit: code=255 : err= : out=2011/06/20-09:16:46-CEST [B166B5] Platform Service for null
    2011/06/20-09:16:47-CEST [B166B5] Connection Manager - OCI fix performed
    2011/06/20-09:16:47-CEST [B166B5] Thin driver connection time - 619 millisecond(s)
    2011/06/20-09:16:47-CEST [B166B5] Connection Manager - property user.timezone value is Europe/Berlin
    2011/06/20-09:16:47-CEST [B166B5] Connection Manager - conn
    Can anybody help me out?
    Greetings,

    Hi ,
    find solution from oracle support...
    Applies to:
    Oracle Warehouse Builder - Version: 10.2 and later [Release: 10.2 and later ]
    Information in this document applies to any platform.
    Symptoms
    The run_service.sh and/or the set_repository_password.sql script execution fail with :
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.jdbc.driver.OracleSQLException: ORA-28239: no key provided
    Additional error :
    with OWB 10.2 : ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 21
    with OWB 11G: ORA-06512: at "SYS.DBMS_CRYPTO_FFI", line 67
    Changes
    The database has been cloned - including the OWB repositories.
    OWB tables have been manually updated to reflect the change of hostname/port/service name.
    This is not a RAC configuration (refer to Note 395037.1 in that case) unless there is a shared drive.
    Cause
    The Warehouse builder rtrepos.properties file (located in the OWB_HOME/owb/bin/admin directory) has not been updated with the repository key.
    Solution
    Rename the rtrepos.properties file
    Start SQL+
    With OWB 10.2 : connect as the Unified Repository owner account
    With OWB 11G : connect as OWBSYS
    Execute the script reset_repository.sql located in the OWB_HOME/owb/rtp/sql directory.
    This script will re-create a rtrepos.properties file. It requires the Unified Repository Owner/OWBSYS password as parameter. e.g.:
    sql> @reset_repository.sql <password>
    Thanks,
    Praveen

  • CAN WE START AND STOP THE CONTROL CENTER SERVICES USING OMB?

    Hi All,
    I'm new into the world of OMB and currently i have been working with OMB scripts and i just need to know whether i am able to start the control center services using OMB...?
    Any help will be highly appreciated.
    Regards,
    Shenoy

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • ORA-20029: The control center service is not currently available

    We have taken full database dump of OWB design repository ,imported to new instance and compiled all objects.
    When we tried to execute the map ,getting below errors ,pls advice.
    We are trying to execute Maps from sqlplus with no OWB tool at QA server.Dev server has OWB tool with design repo and runtime repo ,designed maps and took full database dump(exp /imp) and imported to QA database and trying to execute using sqlplus and not installed OWB control center at QA.
    I believe we do not need control center as we have copied full database and trying to execute using sqlplus.
    SQL> declare
    2 out1 number;
    3 begin
    4 out1 := wb_rt_api_exec.run_task( P_LOCATION_NAME => 'ETL'
    5 , P_TASK_TYPE => 'PLSQLMAP'
    6 , P_TASK_NAME => 'M_COUNTRY'
    7 );
    8 dbms_output.put_line('Result = '||out1);
    9 end;
    10 /
    declare
    ERROR at line 1:
    ORA-20029: The control center service is not currently available
    ORA-06512: at "OWB_REPO.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWB_REPO.WB_RTI_QUEUES", line 197
    ORA-25207: enqueue failed, queue OWB_REPO.WB_RT_SERVICE_QUEUE is disabled from
    enqueueing
    ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 500
    ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 558
    ORA-06512: at "OWB_REPO.WB_RT_EXECUTION_CONTROL", line 13
    ORA-06512: at "OWB_REPO.WB_RT_API_EXEC", line 365
    ORA-06512: at "OWB_REPO.WB_RT_API_EXEC", line 726
    ORA-06512: at line 4
    Thanks,
    Jo

    Hi Jo,
    Control center service association is mandatory for Deployment and Execution. Without Control Center service you will not be able to deploy/execute any mappings/PF's
    Regards,

  • Start_Service is Not Available in OWB Control Center Manager

    I am running OWB 10.2.0.1.0
    I have one problem connecting to the Control Center Manager
    (RTC-5260,RTC-5301).
    RTC -5260: Failed to connect to Control Center. Please check you have provided the correct host, user, password, and service name.
    RTC - 5301: The Control Center Service is not currently available.
    I am logging as my repository owner and I run the script start_service.sql in Sql*Plus location in “@OracleHome\owb\rtp\sql\....”.
    SQL> @e:\OraHome_1\owb\rtp\sql\start_service.sql;
    Not available
    Diagnostics:
    service startup failure using command "cmd /q/c E:\OraHome_1\owb\bin\win32\run_
    service.bat -manual 1 E:\OraHome_1 REP_PROPIETARIO WORACLE10G.BFGP.COM 1521 JDE
    OWB" reason ORA-29532: Java call terminated by uncaught Java exception: java.io
    .IOException: service early exit: code=0 : err=2007/02/16-14:51:50-GMT-04:00 [8
    72380] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: A
    n infrastructure condition prevented the request from completing.
    - ORA-01882:
    timezone region not found
    at oracle.wh.runtime.platform.service.controller
    .PlatformDb.connect(PlatformDb.java:83) at oracle.wh.runtime.platform.service
    .Service.<init>(Service.java:125) at oracle.wh
    PL/SQL procedure successfully completed.
    SQL> @e:\OraHome_1\owb\rtp\sql\show_service.sql;
    Not Available
    PL/SQL procedure successfully completed.
    How can I place availably the service?
    pls help...
    regards
    Jorge M. Tomioka M.
    [email protected]

    Hi Jorge,
    You have something to do in your local PC with regard to its timezone setting. Please follow the below link ...
    RTC-5260 AND RTC-5301
    Cheers,
    Swagata

  • How to create a control center service ?

    Hallo,
    i have a server with 1 DB Home (with 2 instances) and 1 OWB Home.
    I have OWB repositories in both instances and can connect to both via Design Center.
    But trying to open the Control Center Manage in instance 2 fails with:
    RTC-5301 Control Center service not available
    In instance 1 it is working.
    ps -ef | grep owb
    shows me 3 processes running for the 1. instance
    (based on owb/bin/unix/run_service.sh),
    but none for the 2. instance
    So my question is:
    How can i create this missing service ?
    I checked this doc http://download.oracle.com/docs/cd/B31080_01/doc/install.102/b28224/install_rep02.htm#CCHEDJBD
    but the information on this topic is not very detailed.
    Thanks,
    Jochen

    Hi,
    you must use the repository assistant, advanced option, to create a new repository owner. If you want to use both control center in one design rep: Then you must register it in the design center: create a new control center. To switch between both you must make one of them to the active control center/configuration.
    Then you will have another services with the name oft he new cc.
    Regards,
    Detlef

  • Workflow & OWB Control Center

    Previously; I have been using control center with no problems; i.e. I would run/execute mapping directly. I've attempted to install Workflow 2.6.4 With DB 10g R2 (10.2.0.1); Everything seemd to go ok;
    today I have tried to open control center and now I have issues getting into it
    RTC-5260: Failed to connect to Control Center, Please check you have provided the correct Host, user, password and service
    name.
    RTC-5301: The Control Center Service is not currently avaliable
    ** I have tested connection to Control Centers (Both my default and BI_ADMIN) work ok and are successful
    ** I have also Started Control center service, using the BI_ADMIN Control Center
    ** Note: I have BI_ADMIN, set to my default configuration
    Not sure what is going on; Currenlty using OWB 10gR2

    Run the rtp/sql/show_service.sl command to ensure the service is up and running. There is also a service_doctor.sql script that will analyze for issues if it is not running, and finally there are log files under the OWB ORACLE_HOME/owb/log directory, if it is not running the last log in here will have some details which may be useful, to include in the thread.
    Cheers
    David

  • 11gr2 Control Center Service run_service.sh Issues

    So after a few days of searching this forum (and many other online forums), I was unable to find anything related to this specific topic at all. Since I beat my head against a wall for a few days to figure this out, I figured if I can save even one other poor soul from hitting this issue then this post would be worth it.
    In short, we have a two tier'd setup for OWB 11gR2 that we're building out as part of a data center migration project. Our intent was to run the control center service on an application server (completely apart from the database server which according to Oracle support, isn't normal - and initially, they told us wasn't supported... until I forwarded them a copy of the install & admin guide and they realized it was a valid architecture in that document on page 1-5... what the bag??). We installed the OWB standalone client (important to note, on a Red Hat Linux 64 bit box) exactly as per the instructions.
    So onto the actual problem. When we tried to launch the control center service, it would start with the following output:
    2013/05/22-10:58:53-CDT [558385E3][] Platform Service for null
    2013/05/22-10:58:54-CDT [558385E3][] Connection Manager - OCI fix performed
    2013/05/22-10:59:09-CDT [558385E3][] Thin driver connection time - 14604 millisecond(s)
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - property user.timezone value is US/Central
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - connection.timezone not set. Defaulting to value SERVICE
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - using service timezone US/Central
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - defaultimg session timezone offset to -05:00
    2013/05/22-10:59:09-CDT [558385E3][] java.io.IOException: No such file or directory
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:883)
    at oracle.wh.runtime.platform.service.util.TraceManager.createNewFile(TraceManager.java:579)
    at oracle.wh.runtime.platform.service.util.TraceManager.switchTraceFiles(TraceManager.java:735)
    at oracle.wh.runtime.platform.service.util.TraceManager.switchTraceFiles(TraceManager.java:702)
    at oracle.wh.runtime.platform.service.util.TraceManager.initialize(TraceManager.java:308)
    at oracle.wh.runtime.platform.service.ServiceObject.initializeTrace(ServiceObject.java:30)
    at oracle.wh.runtime.platform.service.Service.<init>(Service.java:137)
    at oracle.wh.runtime.platform.service.Service.main(Service.java:975)
    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:597)
    at Launcher.main(Launcher.java:175)
    2013/05/22-10:59:09-CDT [558385E3][] Free Memory(bytes)=218257400 Total Memory(bytes)=248578048 Used Memory(bytes)=30320648 Used Memory(percent)=13%
    2013/05/22-10:59:09-CDT [558385E3][] Control Center Service Version 11.2.0.3.0 starting
    2013/05/22-10:59:09-CDT [558385E3][] Startup due to manual request
    2013/05/22-10:59:09-CDT [558385E3][] Control Center Repository Name OWBSYS on Service w409d at Host wdprd00a0043
    2013/05/22-10:59:09-CDT [558385E3][] Explicit garbage collection - every 1 execution(s)
    2013/05/22-10:59:09-CDT [558385E3][] Initializing Platform
    2013/05/22-10:59:09-CDT [558385E3][] Recovery starting
    2013/05/22-10:59:09-CDT [558385E3][] Service startup complete
    This is the entry from Ref. Doc ID 402401.1 - How To Setup a Remote Control Center Service or Remote Runtime With OWB 10.2, and this is exactly how we called the process:
    cd <owb_home>/bin/unix
    nohup echo <unified_repos_password> | run_service.sh -manual 1 control_center_service_home unified_repository servername listenerport servicename &control_center_service_home --Oracle Home where OWB software is installed
    unified_repository --Schema name of the Unified Repository (owbsys)
    servername --Server where Unified Repository is installed
    listenerport --Listener port for the DB
    servicename --Service name of the DB
    This allows the service to run in the background, even if you log off of the terminal (which is ideal vs. using the local_service_login.sh script and xwindows to start it manually on a unix platform).
    At first, this error smacked of the control center service using the wrong oracle home. It was spitting that error above out to STDOUT, instead of to a file in the owb/log file directory as it should. To see what would happen, I updated the wb_rt_service_nodes table to use the application server home value instead of the server side home... and it actually "worked". Starting it back up made it look almost right, except any sqlldr maps were being deployed with a warning... so I knew that wasn't it.
    After much research and playing around, and a moment of sheer, blind luck (I created myself a unix alias to issue the run_service command, and accidentally added an additional dash in front of the node id parameter i.e. "-1"), the warning dissappeared and we also were able to deploy a sqlldr map without a warning as well (the other symptom of this was that any sqlldr map would deploy with a warning saying it couldn't find/create the .ctl file... but it was looking in the OWB home on the DB server, not the application server!!).
    To summarize, it would appear that in order to startup a standalone 11gr2 control center service on the Linux 64 bit distribution of the code correctly - you must add the extra dash in the nodeid parameter like so:
    <nohup stuff>run_service.sh -manual -1 <everything else>
    If you don't do this, the control center service won't run properly and all the symptoms look like it's runing with the wrong oracle home... which, given the apparent lack of documentation from Oracle on the subject of running remote control centers, you may go crazy with the reset_owbcc_home.sql and remote_owb_install.sql scripts. Hope that helps someone.

    Forget to mention that i did execute the service_doctor.sql and the result is the following
    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
    The platform service is available
    There is a problem accessing the service startup script from the databaseserver
    Here is the detailed error message which contains the name of the startscript file:-
    Service startup file '/app/oracle/owb/bin/unix/run_service.sh' is notaccessible from the database server on instance number 1
    Please verify that the disk containing the file is visible to thedatabase server
    Please verify that the database server account has access rights on thefile
    Connection information stored within the repository is correct
    BR

  • Owb control center error

    Hi
    we are created owb new user (owb10gr2)and connect to same user and open control center , control center does not show any object. we are trying open any objects in design center it shows Protocol violation error
    Please suggest us how to rectify this error
    Regards,
    Venkat
    Edited by: Venkat9 on Jun 12, 2009 4:50 PM

    Hi Venkat
    Have you tried shutting down the OWB process and restarting, and/or shutdown and restart the control center service?
    Cheers
    David

  • Control center service

    Hi all,
    how can I schedule control center service to startup every time server is rebooted?
    I've notice that server sometimes reboot due to upgrades and that control center service doesn't startup and so my scheduled job doesn't start.
    I'm using oracle 11g and win server 2003.
    Many thanks.

    I use win server 2003 and the user has permission to open file.
    In the log I notice this java exception:
    2008/11/13-03:05:51-CET [D6A05E][] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - Closed Connection
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:108)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:427)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:1082)
         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:585)
         at Launcher.main(Launcher.java:167)
    Caused by: java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:439)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3323)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3357)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:102)
         ... 7 more
    java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:439)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3323)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3357)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:102)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:427)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:1082)
         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:585)
         at Launcher.main(Launcher.java:167)
    2008/11/13-03:05:51-CET [D6A05E][] The Control Center Service is shutting down due to a previously reported fatal error.
    This error can happens because I've 2 instance with owb on same server? The other instance started without problems.
    Thanks

  • Satellite A100-237: I do not have the Catalyst Control Center after driver installation

    Hello,
    I use a Satellite A100-237 laptop. 1.83 GHz Core Duo, Ati Mobility Radeon X1600 512MB Hypermemory, 1.5GB DDR2 RAM.
    My laptop now seems to use only the own 256 MB RAM (Graphic card's own RAM).
    I purchased Need for Speed Carbon and installed it to my laptop.
    When I tried to open the game, a blue screen appeared for less than 1 seconds, and than system restarted. Windows said that that was a critical error and a driver stopped Windows XP to operate, therefore system is restarted.
    I searched in the net for this problem and, people said that, when they updated the driver the problem is solved.
    I downloaded Display driver 8.241 (download file name: display_xp-8241.zip) from toshiba-europe.com.
    Driver installed but while installing ATI Catalyst Control Center, at a point the installation process stoped continuing. I had to end the task after a while.
    It said that driver is installed and system must be restarted.
    Now the game works, thats not the problem, however I do not have the Catalyst Control Center. (Where I recently use it for connecting other screens to my laptop)
    How can I solve this problem?
    Sorry for long letter,
    Thanks for helps.

    You may run the driver installer again, use the custom installation option and select Catalyst Control Center only. Alternatively, you may remove the entire driver and try re-installing again. I suggest you also download the notebook driver package from ATI's website instead of Toshiba, as their drivers are usually more up-to-date (although it might be less safe to use them, I don't know).
    And BTW, I have the same notebook and I have failed to see an option to set the machine to use the VRAM *only* instead of borrowing from RAM whenever necessary. Any ideas?

  • How to change the name of the tab control window?

    Dear all,
    Is there any way to change the name of the tab control page programatically?
    Thanks,
    Ritesh

    Hi Ritesh,
    yes it´s possible, see this link.
    Mike

  • Cannot start control center service

    After installed OWB and created repository successfully, found that the control
    center is not started.
    =======================================================
    SQL> @start_service.sql
    Not available
    Diagnostics:
    service startup failure using command "/opt/app/oracle/product/10.2.0/OWB/owb/b
    in/unix/run_service.sh -automatic 1 /opt/app/oracle/product/10.2.0/OWB OWB_OWNE
    R LOCALHOST 1521 ORCL" reason ORA-29532: Java call terminated by uncaught Java
    exception: java.io.IOException: service startup timeout: err= : out=2007/10/29-
    09:49:10-EST [872380] Thin driver connection time - 1197 millisecond(s)
    PL/SQL procedure successfully completed.
    ===========================================================
    I then found that there are 3 procedures that are listed as 'INVALID' under owb_owner. Recompilation failed on all of them.
    WB_OLAP_LOAD_CUBE
    WB_OLAP_LOAD_DIMENSION
    WB_OLAP_LOAD_DIMENSION_GENUK
    The log file in ../owb/log directory shows that every couple of minutes a new log file generated on the following error.
    2007/10/29-09:57:45-EST [872380] Error creating the temp directory /opt/app/oracle/product/10.2.0/OWB/owb/temp
    even if I delete the temp directory the service is still not able to start.
    service_doctor.sql simply shows:
    ======================================================
    SQL> @service_doctor.sql
    There are errors in one or more PL/SQL packages and functionsPlatform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availableService script is accessible to the database server
    Connection information stored within the repository is correct
    PL/SQL procedure successfully completed.
    =======================================================
    The OWB 10.2.0.1 is installed on Solaris 10 SPARC 64.
    The DB 10.2.0.1 is on the same box.
    It's very frustrating. Could someone lend some help please....
    Wu

    thanks User591458.
    But I created the repository out of the same OWB installation, server and client.
    I checked the owb/bin/Compatibility.properties.
    ==========================================================
    ClientVersion = 10.2.0.1.31
    MinReposVersion = 10.2.0.1.0
    Features = 4335987675
    MinRuntimeVersion = 10.2.0.1.0
    MinRuntimePlatformVersion = 10.2.0.1.0
    ADElabel = OWB_10.2.0_GENERIC_060509.2230.1.31.0
    ==========================================================
    and ran rtrepos.report.sql
    SQL> @rtrepos_report.sql
    Host name is ac5-oraweb-01 Notes (1)
    PL/SQL procedure successfully completed.
    VERSION CONNECTION
    SERVERSIDEHOME
    INSTALLHOME NOTES
    10.2.0.1.31 LOCALHOST:1521:ORCL
    /opt/app/oracle/product/10.2.0/OWB
    /opt/app/oracle/product/10.2.0/OWB (2)
    =========================================================
    I don't find a version incompatibility.

  • Including the name of the person responsible in service notification (IW51)

    Hi!
    I want to include the name of the 'person responsible' who is responsible for processing a specific notification. How should it be done.

    Hi,
    IMG>Cross-Application Components>Overview of Notification Type.
    Select the notification type S3 - service request, double click on partner functions.
    chose valid partner function for person responsible field.
    In IW51, enter notification type S3 and press enter.In customer address screen, execution segment you can see the person responsible field
    Regards,
    Chandra

Maybe you are looking for