AFAB program performance different if TEST switch activated

Hi colleagues,
We are experiencing a strange performance in AFAB program.
We have uploaded several assets in a particular company code. When executing AFAB transaction in TEST mode, the new assets are not considered, whereas, when performing a REAL execution yes they are.
We think that when reconciliating assets at the end of the year, this issue which is not harmful (but strange indeed) may be solved, but we are not sure at all.
Can anybody provide a clue on what is happening.
Thanks and my best regards
Edited by: Patxi Albisu on Oct 28, 2008 11:10 AM
Edited by: Patxi Albisu on Oct 28, 2008 11:11 AM

michael483 wrote:
Clearly I've touched a nerve.Not the one you think. I'm sure you're assuming we're a bunch of Java fanboys because we didn't jump on your bitch session band wagon. On the contrary, we see Java for what it is--a decent general purpose language that has is strengths and weaknesses and is suited for some jobs and not others. The temper tantrum tone of your post is annoying, regardless of the topic.
HotSpot's optimizer is all-around crap and you all know it,No, I don't know that. What I do know is that I've seen Java code run much faster and more smoothly since the introduction of hotspot, and that it is sufficient for the tasks we've set it on the various projects where I've used it.
and the best answer you can give is "don't use Java".Well, duh. If a tool doesn't suit the needs of the job at hand, you don't use it, and if you have no choice, then you do what you can to work around it the best you can. This is what professionals do.
What did you expect as a response to your little hissy rant? Did you really think your post was a good way to try to solve whatever technical or business problem you're encountering?
Fine, I won't.Wise choice. If nothing else, your blood pressure might come back down.

Similar Messages

  • AFAB program strange performance in TEST mode

    Hi colleagues,
    We are experiencing a strange performance in AFAB program.
    We have uploaded several assets in a particular company code. When executing AFAB transaction in TEST mode, the new assets are not considered, whereas, when performing a REAL execution yes they are.
    We think that when reconciliating assets at the end of the year, this issue which is not harmful (but strange indeed) may be solved, but we are not sure at all.
    Can anybody provide a clue on what is happening.
    Thanks and my best regards

    Hi When you run this report online in test it will only show +/- the first 1.000 assets and the new asset are later in the data base and you don't see them.
    You have to run it in test mode in back ground and look in the spool to the result (default the spool shows arround 20 page's but this you can change or go to the next 20 pages)

  • Bug. Dock now wants 2 clicks to change programs on different Spaces.

    Hi,
    This just started happening yesterday. Opening a program using the dock wasn't affected. I use Spaces, this only occurs when I want to switch to a program that is assigned to a different space than the active program.
    Previously, 1 click would select whatever program I had running, and everything would move to the appropriate Space and that would become the active program. As of yesterday I must first click on the program's dock icon, wait a second, and click again, then it would move to the space on which the program was opened.
    Say I have Safari, Pages, and Mail all open on space 1, but Firefox open on page 2. If I'm in Safari, and want to go to Mail, no problem. I just click on the Mail dock icon and it comes to the front. If, however, I want to switch to Firefox, I have to hit the dock icon twice, fairly slowly. On the first click "Firefox" will appear in the menu bar, but it will not 'move' to Firefox until I click a second time. Returning to Safari, or any program not running on the same space as Firefox requires the same action.
    If I open a new program, I click once, the program starts up, and it moves to the appropriate space - same as normal. It is just in switching programs that this happens.
    Has anyone else experienced this bug? Any ideas on how to get it to behave normally?
    Thanks - JB

    I am experiencing similar symptoms trying to get AD authentication to work in apex 3.2.1. After reading your thread, I changed to use a custom page already in the app (I'm testing with the demo app) and it seemed to accept my credentials. However... The application itself is not showing any data now. When I have the auth scheme set back to the original (I think it is using DB accounts), I see data again. So even though it seems that I had a successful auth, something else is wrong. Did you ever solve your issue with an acceptable solution or work-around?

  • What is diff b/w pick and switch activity in bpel?

    what is the difference between pick activity and switch activity in BPEL? example Please

    1)The switch activity is an IfElse with two different flows, based on a conditional expression, derived out of existing message(s) in your process.
    Eg. i) Whether the salary is greater than 10,000 or not.
    ii) Whether the age is greater than 60 or not.
    iii) whether the department is finance or not.
    2)The pick activity is an IfElse with two different flows, based on two different messages/signals, that you can expect to receive(when you are waiting for a message) from outside of your process.
    Eg. i) whether you received a reply message or a timeout signal.
    ii) whether you received a AddNewEmployee message or UpdateEmployee message.
    The (decision for which route to be taken for) pick activity is based on the MessageType, while the switch is based on the contents in a message. The pick activity implies that you are waiting for a message, this can occur, at the start of your process or in the mid of your process. However, switch activity doesnot wait for any message, hence can only occur in the mid of the process and can not be the start of a process.
    Mark the posting appropriately as "helpful" or "correct answer", if your issue is solved.

  • Clickable Images with different sections of image perform different actions

    Hi All,
    I am trying to achieve an image where different parts of the image perform different functions.
    For ex. pls refer link : http://www.zoho.com/crm/images/account-management.jpg
    Say I need an image like this where it performs different actions when we click 'Quick create' , 'Manual Filling'
    etc. Can we achieve this in ADF ?
    Thanks

    The good old html image map ...
    I guess you have to set the imageMapType property of af:image to server. Read the component help and http://programming.itags.org/development-tools/6258/ might help
    Timo

  • What is the best way to make a program fit different monitor resoultions?

    In our lab all our test stations have 1280x1024 resoultion monitors. In the "other lab" all the test station monitors are 1440x900 resoultion.
    Now I am tasked with making my programs run on the test stations in the other lab. I have tried setting the options "maintain proportions of windows for different monitor resoultions" and "Scale all object on front panel as the windows resizes" and of course neither one of these options really does what I would expect it to do.
    What is the best way to make programs fit different monitor resoultions?

    J-M wrote:
    I resize the Front Panel when the program start to fit the monitor resolution.  After that, I use the "SBE_Determine If Screen Resized.vi" from TomBrass (http://forums.ni.com/t5/LabVIEW/Resizing-controls-on-a-tab-control-within-a-pane/td-p/1520244 ).  This vi is very useful if you don't want to monopolize the CPU with the "Panel Resize" event.
    I don't like this function for a couple reasons.  First for the example you don't need any custom code to handle the window resizing, just use a couple splitters.  Even if you did need to handle the resize, you only resize after the mouse is up after the resize which is not how normal Windows programs work they resize as the mouse moves.  So I modified the VI to resize objects as you resize the window.  Then because doing this can generate 100 events very quickly, I use a boolean in a shift register to make sure that we only handle the resize event if there is no new resize events after 0ms.  This essentially makes a lossy queue and handles the last resize event.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Resizable_Graph.vi ‏22 KB

  • Performance ME51 table EBKN partially active

    Hello group,
    we suddenly had a performance issue, and we found that suddenly table EBKN appeared as "patially active" in the database. After activating the performance problems were gone. But we have no clue as to how the table got the status "partially active" and what this means. We got no errors or warnings when activating.
    Doe sanyone have a clue as to what the cause is for the status "partially active"?
    Regards, Léon Hoeneveld

    Hi,
    > I've checked with SE01 Transport organizer if any transport contained table EBKN.
    it's not necessarily the table but could be one of the includes ....  .
    Partially active means that a part of the table (e.g. an include) was not active while the table (the part without the include) was active. You can try to find that part and search that in transports.
    In the cases i had i was like this.
    Regaring your performance problems: I wonder if they have to do with a partially activated table. Honestly i doubt it.
    Programs working on partially activated tables should either work or dump but i never heard of performance problems
    related to partially activated tables....
    Kind regards,
    Hermann

  • BPEL peocess with a switch activity

    Hi,
    How to use switch activity in BPEL process
    Regards,
    Anasuya

    Hi Anasuya,
    Switch activity is a If condition of any programming language,
    select the switch from the component pallet and try to drop it inside the BPEL process
    you will see many places inside the BPEL highlighted, these are the places where you can use the
    switch activity, according to your requirement use it, if you double click on switch you will get an option to
    mention the condition, we can have many condition blocks in switch and only 1 block without any condition
    this is more like IfElse
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_appx_ref.htm#CIAHDJHB
    -Yatan

  • Tough Problem: This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem

    Please, please help us!
    We have an intermitant problem which is badly affecting a group of our users.  Can anyone help identify what SERVER this message is talking about???
    Details:  CF-19 Panasonic Tough Book, McAfee Enterprise 8.7i, Windows XP 2005 Tablet Ed. SP3. 
    Problem at login intermittantly we get a unmanagable/unresponsive window stating the following:
    Window Name:  Server Busy
    Text:  This action cannot be completed because the other program is busy.  Choose ‘Switch To’ to activate the busy program and correct the problem
    Buttons:  Switch To, Retry, Cancel (Grayed out)
    Event Viewer Message:
    Source: DCOM, Type Error,
    Description:  The server
    {D6E88812-F325-4DC1-BBC7-23076618E58D} plus others with {6B19643A-0CD7-4563-B710-BDC191FCAD3B} did not register
    with DCOM within the required timeout.
    I searched the registry for {D63.....} and found keys relating to "TCServer.exe"  Little info available.  But found 
    ((KB895953 - Memory Leak in Windows XP Tablet PC Edition )) but this seems related to a pre SP3 update....  we have SP3 installed can I still install this patch?
    I searched {6B1....} and found keys relating to "TSFManager".  Again little information available.
    How can I identify the servers with the long {XXXXXXXXX} keys, and what is tcserver.exe?
    Please help,
    Tony Heslington.

    Hi,
    If the problematic XP PC is in a domain, please provide us more information on it, such as how many DCs, member servers and the OS versions. Does the error only
    occur on one XP PC? Does the issue occur when logging on as some certain users? When did the issue begin to occur? Have you installed software, hardware or updates recently?
    Please check whether the error occurs in Clean Boot mode.
    1. Click "Start", go to "Run", and type "msconfig" in the open box to start the System Configuration Utility.
    2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click Disable All (if it is not gray).
    3. Click the "Startup" tab, click "Disable All" and click "OK".
    4. Restart your computer. If the "System Configuration Utility" window appears, please check the box and click "OK".
    What is the result? For further assistance, please help gather the following information for research:
    Event log
    =========
    1. Click "Start", click “Run”, input "eventvwr" and press Enter.
    2. Expand the "Windows Logs" node on the left pane, right-click on "Application" and click "Save All Events As"; in the pop-up window, click to choose the Desktop
    icon on the left frame, input "app" in the "File name" blank, and then click save.
    3. Right click on "System", with the same method, save it as "sys".
    4. Locate the two saved log files on the Desktop and send them to us.
    Collect HiJackThis log
    ==============
    1. Please download HijackThis from the following link:
    http://www.techspot.com/download317.html
    HijackThis is a tool to collect some system settings information which is useful for further troubleshooting.
    Please Note: The third-party products discussed here are manufactured by vendors independent of Microsoft. We make no warranty, implied or otherwise, regarding
    these products' performance or reliability.
    2. Right click the downloaded “HJTInstall.exe” file and choose "Run as administrator".
    Provide administrator password or click “Allow” if you are prompted to do so.
    3. Click the "Do a system scan and save a logfile" Button.
    4. A Notepad window will appear, please click “File”, “Save As...” to save it as HJT.log (or other file name you like) on the Desktop
    and sent it to us.
    Upload these file to the following workspace.
    You can upload the information files to the following link. 
    (Please choose "Send Files to Microsoft")
    Workspace URL: (https://sftus.one.microsoft.com/choosetransfer.aspx?key=900ac54d-301d-42da-876d-4546dc81a342)
    Password: Y^dh$J1KR2u%UKL
    Note: Due to differences in text formatting with various email clients, the workspace link above may appear to be broken. Please be sure to include all text
    between '(' and ')' when typing or copying the workspace link into your browser. Meanwhile, please note that files uploaded for more than 72 hours will be deleted automatically. Please ensure to notify me timely after you have uploaded the files. Thank you
    for your understanding.
    Thanks.
    Nina
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Upon opening LR I receive a "Server Busy" dialoge box: "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem." I have no other programs open and when I wait a bit it cle

    Upon opening LR I receive a "Server Busy" dialoge box: "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem." I have no other programs open and when I wait a bit it clears with the 'retry' button. Happened following a recent update. I'd really like this to go away - any ideas?

    For me this happens when I have Zenfolio or Facebook open in Google Chrome, even if Google Chrome is not active.  If you use Chrome, when the error shows up open Chrome and close each one of the tabs and click on the retry in Lightroom.  Also happens if Internet explorer is running with either of these two programs.

  • Control transfer from switch activity to HumanWorkflow

    Hi,
    I have a HumanWorkflow (LoanTask), based on the outcomes (APPROVE, REJECT, MOREINFO) I have a switch activity branches.
    From MOREINFO branch I want to transfer the control back to start of (LoanTask) human workflow.
    Scenario:
    Whenever an approver do an MOREINFO from HumanTask(LoanTask), the flow has to goto OWNER, once OWNER submits, the flow again comes back to approver.
    LoanTask (HumanWorkflow)
    - SWITCH Activity
    - APPROVE ---> it goes to next approver
    - REJECT ---> process terminates
    - MOREINFO ---> it goes to OWNER once OWNER submits by entering some information, it again goes to the LoanTask (HumanWF).
    How to acheive the MOREINFO.
    Appreciate your guidance.

    Hi,
    that may varies from system to system, it depends on the requirement also...
    and also the load running slowly depends on different factors like the volume of the load, records in it, no of daily loads running at that time,no of work processes in the system...etc....
    rgds,

  • Opening our program after payment when account is active but the dialog box says free trial has expired

    opening our program after payment when account is active but the dialog box says free trial has expired

    Has it ever been shown as fully licensed on this computer? Or has it just been showing a free trial countdown, which you ignored and it has now run out?

  • Hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the

    hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the help

    What I am saying is ..........
    The iPhone HAS to be active making calls on the UK carrier network for the carrier to identify as "theirs" and therefore eligible for the Carrier to unlock
    The way to achieve this is to use a PAYG sim making and receiving calls to establish a customer relationship  with the Carrier and then follow the Carrier's process to unlock
    With a PAYG it usually means adding a specified (by the carrier ) amount  usually £15 /£20 depending on the carrier
    This is how O2 function and according to Gemma  this is how Vodafone work

  • ABAP Programs Performance Tuning and Web Services

    Hi,
    Can anyone give me any good material link or eBook on SAP ABAP programs Performance Tuning. What are the things that needs to be done for performance tuning etc..
    Also, any material or simple eBook on web services.
    my email is [email protected]
    Thanks a ton in advance.
    Swetha.

    Check this link ABAP Development  Performance Tuning
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/performance%2btuning
    Check these threads.
    How do you take care of performance issues in your ABAP programs?
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9bd335c111d1829f0000e829fbfe/frameset.htm

  • Move Custom Value Sets and Custom Concurrent Programs from Dev to Test

    Hi,
    Friends,
    I want to move the Custom Value Sets and Custom Concurrent Programs from Development to Test Instance...how can i Acheive using FNDLOAD....
    At a time single stroke can I move them using FNDLOAD...
    Please help me in this regard....

    You can do it with FNDLOAD.
    http://appsdbablog.com/blog/2006/09/fndload.html
    Aviad Elbaz

Maybe you are looking for