How to improve preformance on Control Center?

Hi all!
Does anyone know how to improve performance on Control Center? Its very slow when openning and refreshing
We are using OWB client 11.1.0.6.0 and OWB Repository 11.1.0.1.1
The performance was improved when we cleaned up the deployment and execution repository, buy it took almost 3 days to finish, the script used was purge_audit_template.sql
If anybody knows any other way to improve the performance will be great
Thanks Yuri

Hi
I also find that purge audit template script very slow. I'v found another one that is much faster and speeds up the control center.
Before running this script you must log in as repository owner and run stop_service.sql (found in owb_home\rtp\sql). After the script, run start_service.sql
//Cheers
REM sqlplus <RT_OWNER>/<RT_PASSWORD>@<RT_CONNECT> @truncate_audit_execution_tables.sql
REM
REM to truncate wb_rt_audit_executions and dependent audit tables in the runtime repository
REM First run stop_service_sql in <OWB_HOME>/rtp/sql
REM Then run this script
REM Then run start_service.sql in <OWB_HOME>/rtp/sql
set echo off
set verify off
rem 'truncate_audit_execution_tables : begin'
alter table wb_rt_feedback disable constraint fk_rtfb_rta;
truncate table wb_rt_feedback;
rem 'wb_rt_feedback truncated'
alter table wb_rt_error_sources disable constraint fk_rts_rta;
truncate table wb_rt_error_sources;
rem 'wb_rt_error_sources truncated'
alter table wb_rt_error_rows disable constraint fk_rtr_rte;
truncate table wb_rt_error_rows;
rem 'wb_rt_error_rows truncated'
alter table wb_rt_errors disable constraint fk_rter_rta;
alter table wb_rt_errors disable constraint fk_rter_rtm;
truncate table wb_rt_errors;
rem 'wb_rt_errors truncated'
alter table wb_rt_audit_struct disable constraint fk_rtt_rtd;
truncate table wb_rt_audit_struct;
rem 'wb_rt_audit_struct truncated'
alter table wb_rt_audit_detail disable constraint fk_rtd_rta;
truncate table wb_rt_audit_detail;
rem 'wb_rt_audit_detail truncated'
alter table wb_rt_audit_amounts disable constraint fk_rtam_rta;
truncate table wb_rt_audit_amounts;
rem 'wb_rt_audit_amounts truncated'
alter table wb_rt_operator disable constraint fk_rto_rta;
truncate table wb_rt_operator;
rem 'wb_rt_operator truncated'
alter table wb_rt_audit disable constraint fk_rta_rte;
truncate table wb_rt_audit;
rem 'wb_rt_audit truncated'
alter table wb_rt_audit_parameters disable constraint ap_fk_ae;
truncate table wb_rt_audit_parameters;
rem 'wb_rt_audit_parameters truncated'
alter table wb_rt_audit_messages disable constraint am_fk_ae;
delete from wb_rt_audit_messages where audit_execution_id is not null;
rem 'wb_rt_audit_messages deleted'
rem 'wb_rt_audit_message_lines cascade deleted'
rem 'wb_rt_audit_message_parameters cascade deleted'
alter table wb_rt_audit_files disable constraint af_fk_ae;
delete from wb_rt_audit_files where audit_execution_id is not null;
rem 'wb_rt_audit_files deleted'
truncate table wb_rt_audit_executions;
rem 'wb_rt_audit_executions truncated'
alter table wb_rt_feedback enable constraint fk_rtfb_rta;
alter table wb_rt_error_sources enable constraint fk_rts_rta;
alter table wb_rt_error_rows enable constraint fk_rtr_rte;
alter table wb_rt_errors enable constraint fk_rter_rta;
alter table wb_rt_errors enable constraint fk_rter_rtm;
alter table wb_rt_audit_struct enable constraint fk_rtt_rtd;
alter table wb_rt_audit_detail enable constraint fk_rtd_rta;
alter table wb_rt_audit_amounts enable constraint fk_rtam_rta;
alter table wb_rt_operator enable constraint fk_rto_rta;
alter table wb_rt_audit enable constraint fk_rta_rte;
alter table wb_rt_audit_parameters enable constraint ap_fk_ae;
alter table wb_rt_audit_messages enable constraint am_fk_ae;
alter table wb_rt_audit_files enable constraint af_fk_ae;
rem 'truncate_audit_execution_tables : end'
commit;
-----

Similar Messages

  • How to unregister an unavailable control center in the design repository?

    We are using OWB 11.1. and we have 8 control centers which are registered in the design repository but these control centers have become unavailable. Is there any way to unregister control centers which are inaccessible?

    Thanks for the response.
    There is no problem to unregister locations which have become unavailable. We've used wb_env_util.unregister_location, which works quite well. By the way the script owb/misc/unregister_location.sql does not work any more if your using OWB 11.1. But our problem are the control centers which are pysically gone. We have unregistered all locations which were somehow associated with these control centers, but still we can't modify or delete them. For example if I try to rename one of these control centers using OMB I get the following error message: "OMB06316: Cannot modify any properties of a registered contol center except the password".

  • How to get ATI catalyst control center.

    I'm using mac book pro with bootcamp as well. So i'm using every support software downloaded from windows by Bootcamp. However, i'm missing that ATI CCC which is crucial as i have an extended 2nd display monitor hooked up to my macbook pro. There is a slight gap between the borders and the displays when the highest possible resolution is configured for the 2nd display. I Know i can install ATI CCC on my windows as i've done it before but i've unfortunately formatted my windows without any backups. The recent display drivers from the AMD site doesnt work at all which is also why i use the support softwares from BOOTCAMP. Where can i get the ATI CCC package alone to maximize the resoultion of my 2nd display? or is there another solution to this.
    The highest possible resultion for my 2nd display now is 1920x1080 which leaves a gap betweent he borders.
    The resolution that fits well into my 2nd display is 1680x1050 which makes everything seems so blurry.
    Many thanks.

    Let me add. Already tried everything: battery is switched to High Performance, Windows XP service pack 3, T500

  • Control Center very slow

    Hi all,
    Does anyone as tips to improve preformance on Control Center?
    Its very Slow openning and refreshing...
    Oracle Version 10.2.0.4
    SunOS 64 SPARC 5.10
    Thkx
    Edited by: neoon on 30/Jun/2009 3:13
    Edited by: neoon on 30/Jun/2009 3:14

    Hi Shaik,
    Go to metalink and search for document nº 340955.1 date 01-Jul-2009.
    You must follow the readme inside the patch 8515097, 10.2.0.5.
    Regards
    P.S. we had some issues related with Oracle Instaler, owb home was not avaliable. To work arround we have created a file on the working directory:
    create file
    echo "inventory_loc=/u01/app/oracle/product/10.2.0/owb/oraInventory" > /tmp/oraInst.loc
    echo "Inst_group=dba" >> /tmp/oraInst.loc
    run installer
    /u01/app/oracle/product/10.2.0/owb/oui/bin/runInstaller -invPtrLoc /tmp/oraInst.loc
    then you have to select the directory to change oracle home to owb home.
    Edited by: neoon on 23/Jul/2009 3:00

  • How do I get the Brother Printers Control Center to work again?

    The Brother Control Center for Brother's MultiFunction Printer/Scanners disappeared after upgrading to Snow Leopard. The previous files were erased in HD\Library\Printers\Brother\Utilities\ and the Control Center is gone. The Brother USA website http://www.brother-usa.com only lists software updates for 10.5. 10.6 is not listed as an option
    How do I start the Control Center to scan documents and chose between different Brother printers?
    Thank you for your help.

    Thank you for this link. It helped me find the solution.
    1. Take the Brother Install DVD and reinstall the printer software.
    2. Ignore that there is newer software on your computer.
    3. Restart the computer
    4. Go into the HD\Library\Printers\Brother\Utilities\Control Center directory and restart the ControlCenter
    5. Run Software Update and install the SL printer update
    6. Reconfigure the ControlCenter software buttons via the customize buttons as needed
    Everything seems to be working fine again.

  • Envy h8-1409 Desktop-Problem Installing Catalyst Control Center on Wiindows 7 for Radeon HD 7570

    Hi,
    I just purchased an HP Envy h8-1409 desktop.  It came with Windows 8 but I downgraded to Windows 7 due to my unfamiliarity with the new Windows 8.
    Officially, HP only provides Windows 8 drivers for this particular model I bought.  However, I was able to find another HP desktop model (h8-1360t) that has almost the same hardware that has Windows 7 drivers.  I downloaded all the Windows 7 drivers and was able to install properly for everything except for the Graphics Card (Radeon HD 7570).  There was an error message during the start of the installation complaining that the driver was unable to find supported hardware on my machine.  I ended up using "Windows Update" to get the driver for the Radeon HD 7570.
    Having installed the Radeon HD 7570 driver only allows Windows to recognize my graphics card but I was unable to adjust any advanced settings.  So I went to AMD's website to get the latest Catalyst Control Center package.  During the installation, no error was found and everything seemed alright.  However after the installation is complete, I was unable to see Catalyst Control Center anywhere on my computer (e.g. Start menu, right-click menu, etc).  Also, when I checked the "ATI Technologies" folder, it was empty!
    I also tried using AMD's auto detect agent but my graphics card was not even recognized.
    I am running out of ideas on how I can get Catalyst Control Center installed.  Please help!

    Hello,
    Here is an article about downgrading a Windows 8 computer.  I hope it helps.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Control Center down when logoff from Windows server

    I have started the control Center on a windows server using start <OWB-menu> / Administration / Start Control Center / Start Control Center Service.
    When I logoff from that server, the Control Center Service goes down.
    How can I start the Control Center Service so it keeps running?

    Hi,
    Did you find any specific Event ID\Error for your issue?
    The issue which you are facing due to windows search service also occurs as Windows Search Service may not start and if we try to manually start then again the service will stop. So firstly you can check whether the Windows Search Service is started automatically
    and it doesn’t stop.
    Also can see this issue if there are missing sub keys or registry entries.  To resolve this you can try to delete all files with
    .BLF and .REGTRANS-MS extension in the following directory:
    C:\windows\system32\config\TxR
    Once these files are deleted, reboot the machine. Once rebooted, observe that the Windows Search service has already started and is in process of rebuilding the Index.
    In meantime sharing article for more information.
    1.  KB 2484025
    2.  Desktop Search and Indexing – File Types
    Hope it helps!
    Thanks,
    Dharmesh

  • Looking for MSI Control Center Tutorial for overclocking i7 2600K

    Please, I am looking for a Detailed TUTORIAL for overclocking With MSI Control Center an I7 2600K on P67A-GD55 motherboard.
    Thank you.

    Quote from: Bernhard on 18-October-12, 14:39:08
    Intel absolute max is 100C, but for 24/7 continuous temps 70 to 80C under full load is a sensible.
    My personal comfort zone is around 70C. I use Prime95 to see where the temps top out. As long as that is 80 or below, I am happy, as I know that no program that I use stresses the CPU 100% all the time.
    The only time I made sure that I stayed at 75 max was when I was folding. That pushes the CPU to 100%. I ran my 2600K for one year continuous and the core temps were always between 65 and 75 at 4,5GHz, my core voltage was at around 1,35V. That CPU still has no issue.
    Thank you for your feedback.
    In fact, I'm looking for how to proceed with MSI Control Center to achieve the optimal settings for overclocking.
    What are the steps to increase the multiplier and possibly increase the voltage?
    Then, indeed, I think it will be better to enter these overclocking settings in the bios.

  • 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

  • HT5858 My iphone  4 has iOS 7, and the flashlight feature use to be in the control center however just recently I've noticed that it has disappeared, how do i get it back?

    My iphone 4 used to have the flashlight feature in the control center. It obviously has iOS 7 in fact iOS 7.0.4 and now there is no flashlight icon in the control center, how do I get it back?

    Thanks a lot!!! I honestly feel like that was the simplest thing ever and that I should've thought of atleast turning my phone off then back on again but again, thanks!!

  • How do I uninstall an "AMD VISION engine control center" "program"? DV7 1264nr

    How do I remove AMD VISION Engine Control Center that appears in my programs section? It does not appear in control center programs for uninstalling. It has never worked--when I try to open it, it is stopped.  I installed it thinking it was an update to my preinstalled AMD audio program. I have Vista 64 bit on a HP pavilion dv7 1264nr. The error that comes up is "host application has stopped working" and the details are:
    Problem signature:
      Problem Event Name:    BEX64
      Application Name:    CCC.exe
      Application Version:    3.5.0.0
      Application Timestamp:    4ca242ed
      Fault Module Name:    StackHash_1a5d
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    00000000
      Exception Offset:    0000000000000000
      Exception Code:    c0000005
      Exception Data:    0000000000000008
      OS Version:    6.0.6002.2.2.0.768.3
      Locale ID:    1033
      Additional Information 1:    1a5d
      Additional Information 2:    2763c682d3cf8924ea66429d911698ba
      Additional Information 3:    3711
      Additional Information 4:    a8feb839290a8e26ed1381ba97bf7bec

    Thanks, ideato! That worked great, and I didn't really even have to restart Firefox to see that it did. I just changed it as you suggested, then opened a new tab, and ''voila'', it was blank!
    For anyone else with this issue, if you use ideato's link to about:config, it takes you to a help page which says to type "about:config" into the browser's url field, which takes you to the page where this change can be made....

  • 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

  • Control Center performance improvement for large (runtime) repositories

    Hi all,
    I'm currently working on a large OWB project. We have serious performance issues with the Control Center (version 10.2.0.3) I have investigated what happens when you start the Control Center (SQL traces) and have implemented the following:
    -- slow query 1
    -- also added parent_audit_object_id to this index to help with slow query 3
    CREATE INDEX colin_wb_rt_audit_objects_1 ON
      wb_rt_audit_objects(audit_object_id, parent_audit_object_id, audit_unit_id, number_of_script_errors, number_of_script_warnings);
    -- slow query 2
    CREATE INDEX colin_wb_rt_audit_scripts_1 ON
      wb_rt_audit_scripts(audit_object_id, audit_script_id);
    -- slow query 3
    CREATE INDEX colin_wb_rt_audit_objects_2 ON
      wb_rt_audit_objects(object_uoid, audit_object_id DESC, audit_unit_id);
    CREATE INDEX colin_wb_rt_audit_objects_3 ON
      wb_rt_audit_objects(parent_audit_object_id, audit_object_id);The reason this helps is that now the indexes contain all the data needed in the slow queries obviating the need to go to the tables, which in these cases are particularly expensive as the tables contain large LOB columns.
    It is very interesting to see that two of the indexes can replace existing indexes that were added in a recent patch!
    For the wb_rt_warehouse_objects table I've implemented an alternative solution, and that is to move the storage of 2 of the 3 CLOBs out-of-row:
    ALTER TABLE wb_rt_warehouse_objects MOVE
      TABLESPACE <xxx>
      LOB (creation_script)
      STORE AS (
        TABLESPACE <xxx>
        DISABLE STORAGE IN ROW
      LOB (client_info)
      STORE AS (
        TABLESPACE <xxx>
        DISABLE STORAGE IN ROW
    ;where you should replace <xxx> with the tablespaces of your choice.
    I hope this will help some of you with large repositories.
    Cheers,
    Colin

    Hi David,
    I hope these improvements can be implemented! ;-)
    We have a runtime repository with some 2300 deployed tables and an equivalent number of mappings.
    Total number of rows in wb_rt_warehouse_objects is more than 40,000
    I used an SQL trace and tkprof to identify some high cost queries -- individually these queries perform quite reasonably but when executed many times (as happens when starting the Control Center) these can cost many tens of extra seconds.
    If you're interested I can send you
    * traces
    * tkprofs
    * the slow queries
    and then you can see the before and after explain plans and why this works.
    Please contact me at colinthart at the Google mail service :-)
    Cheers,
    Colin

  • How to block the video url on the control center on iPhone and iPad

    My company has videos on demand and live video streaming that are available for both iPhone and iPad.  Recently we just found out that viewers can see the videos' streaming URLs displaying on the "Control Center".  We would like to hid the URL so that the video URLs won't be displayed on the "Control Center" panel.  How can I do that?

    You cannot change it. If you're delivering video on web, your viewers can see any url, even if you embed it like Google. Even if they have the URL, you should have some sort of authentication. Are you saying you have no Authentication on these urls that determines if a viewer can see the video or not?

  • Process flow - Mannual - How to interevene thru Control Center

    I have Mannual process in my process flow. I know how to intervene thru Repository Browser. I go to repository browser and do expedite execution and process continues.
    In the user guide they tell this can be done thru control center also. Can anyone explain me how to intervene and continue the process thru control center.

    From the top of my head, if you are in the control center, go to the job when running (the bottom panel) and right mouse click on the job. You can stop a job... I do not have a current example, but I would expect it to be in there...
    JP

Maybe you are looking for

  • Why can't I upload Adobe CS3 on another Mac with the same operating system 10.5.8?

    I purchased a MacBook Pro in 2008 and had it installed with Adobe CS3 at the Apple Store. I don't believe I was given any CDs or serial numbers to take home. I still have all the documentation for my other programs I installed myself, like Logic, Fin

  • TAXINN - Base Value in Migo for the item is ZERO

    Hi, We are using TAXINN Tax Procedure. In MIGO Excise Item Tab, Base value is coming zero.  Also it is updating in Excise Registers 23A part I & 2. Can anybody tell me where i am doing a mistake. Thanks in advance KK

  • Alerts with variables from the messages payload without BPM?

    Hi, experts: Is it possible to define a alert category with variables from the messages payload(for example:order_id ) without BPM? Regards Yu Ming

  • Language display in other language in message box

    Dear all, Our company upgraded from R/3 4.7 to ECC6.0 on last November and our SAP system allows two logon languages(i.e EN - English and ZF - Traditional Chinese). After Upgrade, I found that some message box shows in the language GE when we login b

  • Music does not play

    Hi! I am Rajesh. My Ipod functions perfectly in copy book style. There is no problem. It works efficiently and silently. You can see large number of songs stored but you can not listen music. Only god can help my ipod. I tried every thing - Restoring