Performane related issue in Production Server

Hi,
when i deploy the whole application in development server (by remotely logging into client server through vpn) it works fine .
But when it is run at client side for system testing, user acceptance testing and
integration testing it becomes very slow .
Due to this performance related issue , we are not able to transfer the DCs to production server .
We are sure it is not coming from R3 side (BAPIs etc) . It is coming either from the Webdynpro or Portal side .
Can anybody help out regarding how to solve this issue .
Thanks .

Hi Narendra,
Please elaborate what is QAS customization and production  customization.
TR has been done properly.
Let me give you an overview of the project.
In Organisational Assignment a Zprogram has been written which captures additional information like Grade Code, Designation Code & Pay Sheet Code
Its a govt. client. Combination of Grade Code & Designation Code is Pay Scale Grouping
e.g if Grade Code is A01 & Designation Code is A005
Pay Scale Grouping is A01-A005
If we put the values in 0001(Org Assignment) for Grade Code(A01) & Designation Code(A005), A01-A005 comes automatically in Pay Scale Grouping for a particular Pay Scale Structure.
But now the problem is Pay Scale Type doesn't come get defaulted in 0008 for a Personnel Area & Personnel Subarea.
I have maintained PST in Tariff & Check Assignment of Pay Scale Structure in Enterprise Structure.
But in 0008, We have to put PST manually. Since client is having only 1 Pay Scale Area for all Personnel Area & Personnel Subarea, so we don't have to bother for it
Please tell me where can be the error
Regards,
Usha

Similar Messages

  • Process chain issue in production server

    hAI
    I created the process chain to load the transaction data . Then i transported to Quality and Production server.
    1) When i try to open the my process chain in RSPC in Production System. Then im not getting the process chain . But im getting black just.                                                                               
    But when i press 'change' button in Production Server then it says that "changes are carried out in original system" and then im getting my process chain .
    2) When i try to schedule my process chain in production server then it asking for new transport request . Why it is like that . Once i transport the process chain from development server to production server. Then it shouldn't ask for new request.
    Pls help in these secarios. I need urgent help .
    kumar

    Hi Kumar,
    I don't know what the problem is but you can copy in PRODUCTION environment the process chain to a new one.
    Please follow the steps:
    1. Open the problematic process chain (display or change mode).
    2. In the command line write the word "copy" .
    3. A popup will appear, insert a new name for the new process chain and confirm.
    4. The new process chain is now opened but it is not active yet.
    5. Delete the "old" START event and insert a new one.
    6. Activate and schedule the chain.
    While activating the new chain, no transport request should appear in PRODUCTION.
    Hope it helps, Amir.

  • Issue in Production Server

    Dear Experts,
    I was working on Pay Scale Structure & Pay Scale Grouping. We did the UAT 2 days back. Everything came as desired(Pay Scale Type, Pay Scale Area, Pay Scale Grouping,Wage Types & their default amounts). Client signed the UAT document. I asked the basis guy to move the TRN to Production Server & the same has been moved successfully.
    But in production server for a particular Personnel Subarea, neither the Pay Scale Type nor the pay scale area are getting defaulted. Hence Pay Scale grouping & wage types are not getting reflected.
    Till now everything is coming perfectly in Quality server but the same is not getting reflected in Production server.
    Please help me where can be the problem
    Please reply immediately.
    Regards,
    Usha

    Hi Narendra,
    Please elaborate what is QAS customization and production  customization.
    TR has been done properly.
    Let me give you an overview of the project.
    In Organisational Assignment a Zprogram has been written which captures additional information like Grade Code, Designation Code & Pay Sheet Code
    Its a govt. client. Combination of Grade Code & Designation Code is Pay Scale Grouping
    e.g if Grade Code is A01 & Designation Code is A005
    Pay Scale Grouping is A01-A005
    If we put the values in 0001(Org Assignment) for Grade Code(A01) & Designation Code(A005), A01-A005 comes automatically in Pay Scale Grouping for a particular Pay Scale Structure.
    But now the problem is Pay Scale Type doesn't come get defaulted in 0008 for a Personnel Area & Personnel Subarea.
    I have maintained PST in Tariff & Check Assignment of Pay Scale Structure in Enterprise Structure.
    But in 0008, We have to put PST manually. Since client is having only 1 Pay Scale Area for all Personnel Area & Personnel Subarea, so we don't have to bother for it
    Please tell me where can be the error
    Regards,
    Usha

  • ***Issue on Production server ***

    Hi Senior Basis consultant's,
    my client is looking for best pratice document from sap regarding the production server design of ECC 6.0, client is meat manufacturer under RETAIL:
    1. wether R/3 and oracle database should physically reside on the same box or different box? which is the best pratice??
    2. what are the advantages and disadvantages for same? 
    3. our development and quality servers are on the same physicall box but virtually/logically devided, for an end user it looks like different servers.
    now where should the production server reside??
    Thanks
    Naren

    hi,
    Thanks for the reply,
    can you send me some besr pratice documents on the same.
    my mail id: [email protected]
    Thanks
    naren

  • SSO ISSUE in production server

    hi all
    i have configured sso in dev quality those are working fine. now i have done it in Production .
    while maintaing the jco destinations created the model data jco using logon ticket  and meta data jco using uidpw.
    for some time model data jco is working fine but some other time i am getting the error
    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets .
    we maintained technical systems in Central SLD(solution Manager).
    No problem with Meta Data jco.
    Why happenin like this......i have maintained Login accepet and create values properly in RZ10 in R3.
    plz let me know why its happening like?
    thankyou
    swapma

    hi dao
    i have checked with by giving assertion ticket in place of logon ticket in jco destination connection still got the same error.
    if i  go for ping..... i am getting the ping successful.....while testing getting the same Error.
    i have been to sso2 in r3........checked sso with logon ticket thats fine......where i am failing exactly not getting.
    in visual admin tool i have changed the logon expiretime to 24 hours .....that is also not worked in my case......
    we are maintaing the sld with solution manager........
    i think that note not suit for us.
    plz let me know something related to this....
    Thankyou
    swapna

  • Thread related issue in Application Server

    I have one application talking with different hardware devices like reader to read RFID Tag Data or continuously update status of the RFID printers and print Tags.
    This application runs on lots of THREAD.
    And it is running as a seperate unit as a standalone Java program.
    Now I want to deploy this unit in the application server.
    Is it creating any thread related problem If I deploy the same application in side the application server ?
    Please help me.

    Is it creating any thread related problem If I deploy
    the same application in side the application server ?Yes, lots of them. App servers might not like applications to create their own threads, since those would not be covered by the internal resource-mapping mechanisms. Your thread might end up without available resources after a context switch.
    Websphere 4 certainly pukes. 3 was rather tolerant in these regards IIRC.

  • New User - Install Issue to Production Server

    We purchased CR 2008 and the server license. We purchased from CDW and my IT guy sent me a Link to an install.
    I am developing with VS 2008, Sequel Server 2005 and ASP.NET.
    Is there another install for the Server?  When I run the program on the Server I get an error message.
    Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

    I am considering dumping CR even if I have to eat the $2K I just paid.  Please assist...
    The duplicate CR menu items have been fixed once I uninstalled and reinstalled. So Thanks...
    Now my original problem of CR not working on my production box is still with me.
    I started to Copy the dlls from my Local to Production using the 'Copy To Local' function in VS 2008. Now I am getting the error below.
    Looking on my production box, i don't see any of the versions 12.0.2000.0.
    C:\WINDOWS\assembly
    ' Error From Browser
    The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: The system cannot find the file specified.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [COMException (0x80004005): The system cannot find the file specified.
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +356
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +419
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +884
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +84
       WebApplication1._Default.Button1_Click(Object sender, EventArgs e) in C:\DotNet\teast_cr1\WebApplication1\Default.aspx.vb:15
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
    Edited by: john_ms_d on Jul 18, 2011 9:36 PM

  • Team calendar  My trainings not showing any DATA  on Production Server

    Dear ALL,
    We are facing very critical issue on Production Server.
    We have two Id's for which Team calendar, My trainings is not showing any DATA .
    We observed that this is happening to both the users who had MSS role previously..
    now for your information we have check the following things already .
    1. RFC PT_ARQ_TEAMCALE_GET is showing DATA correctly .
    2. The authorization. Is correct..
    3. We got help from SAP..But not solved problem.
    Here we copied same data in the Quality system and the Team calendar, My trainings working fine ..
    I donu2019t know why Team calendar, My trainings is not showing any data in the Production system
    Let me know ASAP.

    Hi,
    All r correct in both system .............even following things i have checked .................which i got from reply from U.
    01.07.2009 - 11:29:52 UK - Reply by SAP
    Hello Pinki
    You need to check the settings in your different systems
    the #group of organizational views# MSS_LTV_EE is maintained
    for the Team Calendar and MSS_LEA_EE for the request mode.
    Check the IMG step
    Integration with Other mySAP.com Components ->
    Business Packages/Functional Packages -> Object and Data Provider
    -> Organizational Structure Views -> Group Organizational Structure vieMSS_LTV_EE (Team: Employee selection): the two organizational
    views MSS_LTV_EE_ALL and MSS_LTV_EE_DIR are assigned.
    MSS_LEA_EE (Leave Request: Employee Selection) the two
    organizational views MSS_LEA_EE_ALL and MSS_LEA_EE_DIR are assigned
    These organizational views are defined in IMG step #
    #define Organizational Structure views#:
    They have the following Object selections:
    MSS_LTV_EE_ALL: MSS_LTV_EE_ALL (All Employees)
    MSS_LTV_EE_DIR: MSS_LTV_EE_DIR (Team: Direct Reports)
    MSS_LEA_EE_ALL: MSS_LEA_EE_ALL (All Employees)
    MSS_LEA_EE_DIR: MSS_LEA_EE_DIR (Absence: Directly Subordinate Employees)Then you have to check the IMG step # Object
    Also check these
    Please use the evaluation path "ORGASS".
    To change the evaluation path kindly go to the view V_TWPC_V , look for
    the ESSDIR view and double click on the ESSDIR.
    Please check the above customisation,
    Tthe evaluation path SAP_MANG is used to determine
    the root objects. "Eval.Path for Root Objects" on the detail
    screen in the view V_TWPC_V "View Definition" for further information onthis topic).
    Also check the customisation using
    report RHSTRU00
    In view V_TWPC_VG, the view group PTESS of view ESSDIR with position
    01 should exist. Please correct it as well
    and ensure that
    In the View Cluster(T-Code SM34) VC_TWPC_ORGVWGRP there should be
    a record for the group 'ATTEND'.
    Hope this will help you.
    Best Regards,
    Siddharth Rajora
    HCM
    SAP LABS India

  • Budget Exceed Issue in work Order (P.O) in Production Server.

    Hi Friends,
    I am getting different type of budget exceed issue, that to only in Production server.
    Here the issue is when I am creating the work order P.O (Acc.As. Cat.P, Itm Cat. D) with different service line items with respective WBSe with in the budget limit, then I am doing SES for some quantity, now when I am changing (I am decreasing not increasing) the same P.O line item available quantity and creating the new version now system is calculating the old version line item quantity + new version quantity (nothing but double) then giving budget exceed error.
    One more strange thing is, if I change quantity for one line item then system is giving budget exceed error for another line item which is having the different WBSe which was saved with out giving any error at the time of P.O creation.
    This issue is happening only in Production server ....same scenario I have run with the same values in both Dev. and Qau. (Where the config. is same in all 3 clients) but in both the clients it is working fine...but in production why the system is behaving in such a way I am not getting. 
    In the below I have given the test scenario...
    Service P.O Creation
    Line Item
    P.O Quanity
    Value
    WBS
    Budget
    Commitment
    SES. Quatity
    Actual cost
    1
    10
    100
    WBS 1
    2000
    1000
    5
    500
    2
    20
    200
    Wbs 2
    4000
    2000
    10.00
    1000
    3
    30
    300
    WBS 3
    6000
    3000
    15
    1500
    4
    40
    400
    Wbs 4
    8000
    4000
    20.00
    2000
    Service P.O change with new version
    Line Item
    P.O Quanity
    Value
    WBS
    Budget
    Commitment
    SES. Quatity
    Actual cost
    1
    6
    100
    WBS 1
    1000
    1000
    5
    500
    2
    20
    200
    Wbs 2
    2000
    2000
    10.00
    1000
    Budget exceed with the double value
    3
    30
    300
    WBS 3
    3000
    3000
    15
    1500
    4
    40
    400
    Wbs 4
    4000
    4000
    20.00
    2000
    If any one has come across with this type of issue and solved ...please suggest me ..
    Regards,
    Srikanth

    Hi,
    I have face similar issue in deleting PO line items.
    Even though I delete items, system check budget for deleted qty with the currency conversion + value & gives budget exceed error.
    In some cases we have asked user to deactivated AVAC asked to do the transaction, which is not recommended.
    You can try running CJBN & CJBV in sequence for affected WBS.
    Thanks & reg,
    Sam

  • SSO issue in the production server,com.sap.mw.jco.JCO$Exception: (103)

    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets
    in the production server.....
    while testing the jco maintained for Ess applications.
    if i go for uidpw method for modeldata destination i am getting the error. in the Ess pages that administrtor not in this peroid(administrator with which id i maintained jco destination)
    if i assign one employee to the admin in pa30......for every employee getting the same details of admin)
    I guess this problem with modeldata ......i should maintain the usermanagement method for modeldata jco destination is logon ticket.
    while maintainig that ping is successfull but getting the above error.
    it is the problem with production server.......of E.P
    in dev and quality everything is working fine.
    plz help me out.
    thankyou
    swapna

    Hi Swapna,
    Please check the logon group properties for SAP system in t-code SMLG. If there is any issue with logon group then it might cause for this issue.
    Refer to [Click here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/portal%20integration/how%20to%20configure%20the%20jco%20destination%20settings.pdf] and [System Landscape Directory Process and JCo Configuration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c1d495-048e-2b10-babd-924a136f56b5?QuickLink=index&overridelayout=true]
    Hope it will helps
    Regards, Arun Jaiswal

  • JDBC production server issue

    Hello All,
    We have four J2EE engine in productions and we have created JDBC connections on two of those. Both sever JDBC connection failed saying DataSource name already bound. So we deleted datasource and created new with another name. again it fails with same error. It keeps on adding these names in JNDI registry, even if datasource are not there. Now is there a way to remove this names other than server restart as this is a production server we can not restart the server. Please let me know if it can resolved in same way ,or if there are some other issue because of which it is failing.
    Thank,
    Nitesh Shelar

    Closing....
    Solution Found None

  • Issue with Service PO Process in Production Server

    Hi,
    We are doing the Process of Service PO. First create Service Master through AC01 with Material Group 603010. Now during Service PO, by mistake we insert Material Group 605010 inplace of 603010 in PO line item...After that GR has been done... Till no issue happened...
    Now during MIRO, system showing an error message Enter G/L Account... There is an Account Assignment Issue occurs...
    THIS PROCESS WAS IN DEVELOPMENT SERVER...
    BUT in Production Server, during MIRO Process, why this error not showing by system... What should be issue here...
    Please guide...

    Check  Note 1440800 - MIRO: Account assignment data is not transferred,
    Symptom
    You use transaction MIRO "Enter Incoming Invoice" to enter an invoice
    with reference to a purchase order with multiple account assignments. On the multiple account assignment screen of the invoice item, you deselect all the account assignments and select one account assignment without a quantity.  The system issues error message M8 054: "Enter a G/L account". This is incorrect.
    Other terms
    MIRO, MIR4, MAA, LOG_MM_MAA_1, multiple account assignment, M8054, M8 054
    Reason and Prerequisites
    This problem is caused by a program error.
    The business function LOG_MM_MAA_1 (MM, Multiple Account Assignment) is active.
    Solution
    Import the relevant Support Package. For an advance correction, implement the correction instructions.

  • CAn anyone send me documents related to key production support issues

    CAn anyone send me documents related to key production support issues in SD and MM
    thanks &regards
    aman

    Hi Priya,
    Please find the below link to have a very good stuff on Foreign Trade;
    http://help.sap.com/bp_bblibrary/500/html/G09_ForgTrade_EN_IN.htm
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Query related to request transfer from development to production server.

    Hello,
    I am transfering request from development to production server , the error occured is object REPT of particular program is inactive.
    What is this error ?
    Plz give answer as early as possible .
    Thanks in advance.
    Vikram.

    Did You try my solution'
    Hi..,
    go to the request in SE09...
    in the menu
    Request/Task->Complete Check-> Display Inactive objects..
    you will get the objects which are inactive and u can active them there itself.
    santhosh

  • New production server PLUS upgrade!

    After years of groveling, weekly church visits, and burning incense, it appears that I will finally be able to get a new production server for our 3.3 TB data warehouse. They are also going to add 2 TB of space to our main storage array.
    In addition, management wants to upgrade from 10.2.0.3 to 11gR2 as part of that migration. Our current server was not able to handle 11g, according to Oracle.
    In recent times, I have had to do some very non-standard things as a dba, mostly due to insufficient resources. So these migrations may not be as straightforward as what you read in the docs, and therefore I would like some opinions about how best to achieve the migration to the new box, and to 11gR2.
    Our current environment is a Sunfire 6800 Sparc 64 box with 12 900mhz cpus and 16G of ram, and Solaris 10.
    Most of our datafiles are housed on a 3.7 TB Sun 2540 storage array, but due to space and performance constraints, it was decided to put one very large and mostly unimportant tablespace (350G) on a 2.1 TB Sun 3511 array. We also put our 2 temporary tablespaces (about 54G) on that array. Also on the 3511 array is our db_recovery_file_dest area, with all of our archived redo logs and flashback logs. Due to lack of space there, I have to direct our RMAN database file backups, archived log backups, and exports to an unsupported Hitachi SAN, which is 8 years old, like our Sunfire 6800.
    The new server is a Sun M4000 with Solaris 10, so the OS will not be an issue. It will have 4 4-way 2.5ghz processors and 32G of ram. The newly expanded 2540 array will have enough space to hold us for a few years. It is currently 3.7TB, using 2.6 of that. When expanded, it will be about 5.8TB.
    My mission is to move all of the temporary tablespace and other data files (about 1 TB) and the exports (1 TB) to the newly expanded 2540. We will keep the space (2.1 TB) allocated on the 3511 attached to the new server, but it will be used ONLY for recovery-related files; rman backups, flashback logs, archived logs, etc. My goal is to keep at least two full rman backups in that space, along with all the necessary archived log backups. We are supposed to get everything off of the old SAN. So, there will be a lot of file shuffling, nothing new for this shop.
    My plan would be to install 10.2.0.3 (same exact version) on the new server, then hook it up to the existing storage arrays. (My boss thinks that will reformat all of the disks on those arrays, but I don't think that is necessarily true. I believe it is possilble to mount each file system on those arrays to the new box, so long as they have been unmounted from the old one. Then again, I am not a Unix Admin)
    Next, I would startup-mount the database, move the necessary files to the 2540 using Oracle and Unix commands, then shut down the db. Then, I would install 11gR2 with all patches on the new server, and upgrade the database manually, in place.
    If my boss is right and connecting the new server to the existing arrays means re-initializing them, he asked if we could use our last RMAN backup to restore the database in the new environment. I said if we were still running 10g at that time on the new server, and all the file systems were identical, that should be possible. However, I should note that we do NOT use an RMAN catalog (RMAN uses the controlfile). We have no place to put an RMAN catalog. I have never even had a place to test doing a restore with RMAN.
    If anyone out there has been through a migration to a new server along with an Oracle upgrade, I would appreciate any ideas on the best way to go about it.

    Hi,
    Its not recommended to upgrade OS and Database same time. I would recommend :
    1) Migrate database from Old Server to new Severs.
    -> Install OS, packages, patches, create users, groups, mount points and configure kernel parameters as required.
    -> Restore $ORACLE_HOME, inventories, mount all data partitions on same mount points similar to old servers
    -> Perform relink for all oracle home binaries using command relink all command.
    Refer tech notes:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b28053/toc.htm
    *Is It Necessary To Relink Oracle Following OS Upgrade? [ID 444595.1]*
    *How to Relink Oracle Database Software on UNIX [ID 131321.1]*
    2) Then perform an upgrade for your database.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10863/toc.htm#i1011296
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/toc.htm
    Hope helps :)
    Regards,
    X A H E E R

Maybe you are looking for

  • Assigning fields(data) to field symbos of table

    Hi All,   Though there is lot of material available on the concept of field symbols I could not apply the logic of it to my problem. Hence posting this query. I am creating dynamic internal table and want to populate that internal table with other it

  • High CPU usage. Xperf RtlScrubMemory

    Hi. My windows 10 technical preview is turning my laptop into an egg fryer. Xperf is reporting all the time spent in RtlScrubMemory. There seems to be many reports about memory scrubbing killing performance. I stopped all the task scheduled tasks, wh

  • Cannot connect with APPLE TALK After 10.4.7 update

    There's a very very strange error happened when I tried to connect to my MacBook or vise versa. It gives an error like this: CONNECTION FAILED This file server is running on your machine, Please access the volumes and files locally. This happens righ

  • Issues with video rendering

    I just wanted to mention, I love having the ability to edit video in my paint program! But to get straight to the point, I am have some issues with rendering video. Let's say I add a white fade on a video that I am currently working on. The issue abo

  • Creating JAR with NetBeans

    I have several classes and folders with various media in it ( bmp, jpg, wav, ... ) that's included in my project. I want to create a jar file which contains this media. It's not a problem when i'm using console and typing "jar" commands. But can i do