Issue with Head count

Hi,
I have a report in BEx 7.0 which displays the Orgunit wise Employee Head count for the month Interval entered by the user. The 0EMPLOYEE is a time dependent charecteristic. For calculating the head count i have created a formula variable as:
Type: replacement path
Ref charecteristic: 0EMPLOYEE
Replace variable with: InfoObject and Charecteristic Reference (Constant 1) with the Calculation After Calculation.
Each employee has an Orgunit as an attribute.
Now when i run the report for period: 01.2010 to 07.2010 it does give me a count but for employees who have changed their orgunit's in this period the report counts it as two. Which should actually be 1 since its a single employee with just a change in Orgunit.
Can you please suggest.

Hi,
Instead of that try to get the head count by making use of Exception Aggregration .
Mke new formula and put 1 inside it then hit aggregation tab and choose count of all values NE 0 and refernce characterstic as
0Employee.
This will give you count of all the employees,now as you mentioned you need to get the count with respect to org unit so fot that make another formula and put your earlier formula inside it and this time choose Aggregation as Total and refernce characterstic as Org Unit .
Hopefully it will give you the correct count.
Regards,
AL
Edited by: AL1112 on May 13, 2011 9:17 AM

Similar Messages

  • PO Form Issue with Header Level Changes

    Issue:
    It has been observed that whenever changes are done in PO Header (e.g. Header Text), system prints Billing Address and Communications Details as blank. If the changes are made to Line Item level along with header then system prints the Billing address and Communication Details correctly.
    Analyse:
    we are using the SELECT statement below to fetch the field for
    Billing Address and Communications Details.
    SELECT SINGLE
    mandt z_plant z_company_code z_toll_free_no z_local_no z_fax_no
    z_email z_name1 z_name2 z_street z_house_no z_district z_post_code
    z_city z_country z_vat_no z_loc_term_cond z_langu
      FROM zptp_poformdata
      INTO w_poformdata
      WHERE z_plant = ls_ekpo-werks
    AND   z_company_code = ls_ekpo-bukrs .  
    And when we only change the header level  data no value is passing for comany code and plant . as a result Select statement gets failed and we are getting blank window.
    NOTE: we are getting blank box only when we fire a print or fax.The preview is coming fine.

    by asking so many questions in a single post,you are violating the rule of engagement given below
    Only One Question Per Posting
    For each question that you have, make a separate posting. Don't ask multiple questions in one posting, this is confusing for people and might not get answered, since the subject line does not reflect all your problems. If a new and unrelated question comes up during a thread, start a new thread.

  • Sending IDoc Batches to SAP: Issue with Header Mapping for SNDPRN

    We are sending batched IDocs from XI to SAP. We need the individual IDocs to reflect different SNDPRN values. Our mapping creates the different IDoc EDI_DC40 record correctly with different SNDPRN values. However, XI wipes out the SNDPRN values in the payload. When we define Header mapping to get the Sender Party as the XPath to the SNDPRN in the payload, then the header mapping errors out because the XPath returns multiple values.
    I wanted to know if anyone has successfully implemented sending IDoc batches to SAP from XI with different SNDPRN values.
    Your feedback is appreciated.
    Jay Malla
    Licensed To Code
    Genentech SAP XI Team

    Hello,
    I have the same problem. I want XI send an IDOC with the SNDPOR, SNDPRT and the SNDPRN that are in the EDIDC40.
    <u><b>I find this in sap.help : </b></u>
    <i>Mapping
    The IDoc adapter does not make any special demands on mapping. The IDoc adapter must simply be provided with an IDoc XML structure at the Integration Server outbound channel. This either already exists or must be generated by using a mapping.
    If the IDoc XML structure contains a control record, it is deleted and created again by the IDoc adapter. If you want to include additional values in the control record, you must select the Apply Control Record Values from Payload checkbox in the parameters in the communication channel and provide a corresponding mapping for the values.
    You can include the values from the following fields in your IDoc control record:
    MESCOD, MESFCT
    TEST
    EXPRESS
    STD, STDVRS, STDMES
    SNDSAD, SNDLAD
    RCVSAD, RCVLAD
    REFINT, REFGRP, REFMES</i>
    http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/frameset.htm
    Perhaps we must use party configuration but I don't know how do this !
    Regards,
    Chris<u></u>

  • Compatbility issues with head phones

    I'm not sure if it's a compatibility issue or not but here is what's happening.
    I was using headphones other then the ones that came with my iPhone and it would pause automatically. I had to hit play again to get it to play again. It would work for a few minutes and happen again. I then used the headphones that came with my phone and it worked fine. The same thing happened in the car. I have to tape deck that goes into the tape player and connects to the phone and had the problem again. The car thing said it was not designed for the iPhone. The funny thing was that a few days before the headphone problem I used those same headphones with no problem.
    Any ideas?
    Lucia

    Hi @locustacl ,
    Welcome to the HP Forums! I see that you are having a problem with sound. I will be happy to help you with this. First try the built-in Windows Troubleshooter mentioned in this HP document No Sound from Speakers.
    Also, look at setting your headphones as the default audio device. This third-party link will show you how to do that. It is for Windows 7 but if you search for Control Panel and then go to Sound it will be the same as the link.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • X-Fi Xtreme Gamer issue with head

    my headset is getting sound, but the problem is that in ventrillo when i try to use it theres a low humming in the background when i talk (even when i test myself) i have been trying for hours but can't figure it out. this happens on both headsets, btw i am using the Razor Barracuda headset.

    Try recording your voice in something like the Windows Sound Recorder, to see if it does the same there. Did you set the recording source in the mixer to the microphone? You can adjust the volumes there too.
    You said this happens "on both headsets", do you mean left and right, or that you have two seperate headsets you tried?
    Cat

  • Enable data paging with parameters count() on new php function issue (BUG?)

    I've got my app prototyped quickly with the default settings in Flex Builder 4.  Now I'm going back and adding/modifying features to polish the app off.
    For this application I'm using PHP5 as the server side.
    The data paging is really cool and simple to call using the default settings.  However, I'm running into issues with customizing the data paging feature.
    This is the default header of the php function that was created for me:
    public function getTblbrowserrecord_paged($startIndex, $numItems){...}
    Instead of dumping all data back to the function I want to be able to search on certain fields so I created a new function called:
    getTblbrowserrecord_search_paged ($szName, $szIP, $szRule, $szURL, $szDateLow, $szDateHigh, $szCode, $startIndex, $numItems  ) {...}
    The new function is tested and operates as designed.
    I set the input types of the variables and return type (Tblbrowserrecord[]) of the new function then went to enable data paging.  The first screen came up and asked me for the key to use which I selected.  The next screen came up and asked me for the number of records which I set to 100 then went to select the count operation.
    I initially selected the automatically created count() function but it came up with the error " Count operation parameters should match the paged operation parameters list."
    So I created another function to match the search function's parameter's list:
    public function count_searched($szName, $szIP, $szRule, $szURL, $szDateLow, $szDateHigh, $szCode, $startIndex, $numItems)  {...}
    But I still ge the error "Count operation parameters should match the paged operation parameters list."
    But they DO match.  I looked at the default functions that were created by FB4 and noticed that the automatically generated function count() has no parameters and the paged function has the two functions $startIndex and $numItems which are not identical yet they work.  I tried removing those two fields from the count function but got the same results.
    What am I doing wrong?
    Thanks!

    Nevermind... For some reason my FB4 is not updating correctly.  After removing the two control fields at the end of the list AND exiting the app/re-entering everything worked ok.  I've been having this issue a lot lately and am thinking that is is a bug of some sort?

  • Generate target/out file with header record as Record Count ?

    Hi Kareem, Please try the below approach. Pipeline 1: Load actual data(without header with record count) from source to target. Let say your file name is intermediate1.dat Pipeline 2: Take the target from pipeline 1 as source and create the header with count of source file using an aggregator. The filename of target for pipeline 2 will be your final file(header and detail data). Pipeline 3: Take the target of pipeline 1 again and do 1-to-1 load to the target file of second pipeline. In session properties, dont forget to tick the check box append if exists for the third pipeline target. There may be other simple approaches also. If you have no time in hand try the above approach. Let me know if you find any issues. Thanks,Deeshan.

    Generate target/out file with header record as Record Count ? Out file:---------------------------Record Count :2000  Coulmn1, Column2...Data, data........

  • As described in the header, my Apple TV (120GB) has its LED blinking amber non-stop, no video, no audio. It is about 2 months old and I have never had issue with it before.

    As described in the header, my Apple TV (40GB) has its LED blinking amber non-stop, no video, no audio. It is about 2 months old and I have never had issue with it before.

    They stopped making that model four years ago.  There is no way it is two months old.  Trying connecting it to a computer with iTuens via a USB cable to see if you can re-install the firmware.

  • What is HEAD COUNT with regards to HR Data

    Hi Experts
    Can you please define HEAD COUNT with regards to the HR Data.
    Is it a Count of Employees
    Please update me thanks

    HI
    In HR, the head count term refers to no of employees only...there are some standard reports available for analysing the head count for an org.
    Hope it helps
    Darshan

  • Issue with URL attribute in Header

    Hi,
    I am facing an issue with the URL attribute.
    I have created an header attribute #HDR_TEST_URL and selected the type as URL.
    Given a default value as http://www.google.com as the url
    Associated this attribute to the Notification message.
    But in the notification, the URL is being shown as the plain text not as a link.
    Can you please let me know what I am missing here.
    Thanks

    Please check the notification format if it is text then it might not be shown as a url but if it is HTML it might show up, if it is not showing then i would recommend using the anchor tag to create the Hyperlink.
    Regards,
    Varun

  • IPhone 6 with iOS 8 Issues with Exchange Mail Header

    Multiple users report issues with Headers in the Apple Mail Client
    Condensed/Squished Text (in the Message Header)
    Blank Headers (in the Message Previews)
    Touch Calibration - Off by 2cm after attempting to interact with blank messages
    Has anyone else been experiencing these issues... any fixes?

    Did you find a solution for this problem yet?
    We are haveing the same problem where I work.
    Also using Exchange server and IOS devices.
    Are you using a VPN tunnel on the IOS devices?
    A few Days ago I had this problem on my own device (iPhone6, IOS8.3)
    I was Reading emails on my way to work.
    When I got to work and started the computer ONE of the emails was marked unread in Outlook.
    On the device it was marked as "read".
    One thing that I remember is that I had bad Connection at the time I was syncing emails and I got
    the popup message: "Can not get emails - Connection to server failed" (my translation from Swedish)
    I have a feeling that the error message and the problem with unread emails are connected somehow.
    Also, when I turn off the email account for my iPhone (to remove all emails) and turn it back on (reload all emails)
    the mail that was set as "read" is now "unread" again on my iPhone.
    This means (speculatinos) that sometimes the device mark emails as "read" but for some reason it does not
    tell the server that it is "read". So the server still Thinks that the email is "unread".

  • Issue with printing of header text

    hii frnds ,
    my problem is i am   getting the header text printed properly but the text is not getting displayed whenever the user enters a numeric value without any gaps ... i have seen while debuging that the text is properly getting fetched and the cursor is also passing through the text field but the text is not getting printed in my layout . i am using a script for this .
    thanking you
    rohit gupta

    Use Below code to get your text..
    data: begin of int_rtline occurs 0.
              include structure tline.
      data: end of int_rtline.
    data : rheat type string.
    data : itab_r  like swastrtab    occurs 0 with header line.
    Get the Heating and Cooking Instruction
    get material heating instructions from material master
      call function 'READ_TEXT'
           EXPORTING
                client                  = sy-mandt
                id                      = 'IVER'
                language                = sy-langu
                name                    = tdname
                object                  = 'MATERIAL'
           TABLES
                lines                   = int_rtline
           EXCEPTIONS
                id                      = 1
                language                = 2
                name                    = 3
                not_found               = 4
                object                  = 5
                reference_check         = 6
                wrong_access_to_archive = 7
                others                  = 8.
      loop at int_rtline.
        if rheat = space.
          concatenate 'COOKING INSTRUCTIONS: '
                      rheat int_rtline-tdline
                      into rheat.
        else.
          concatenate rheat int_rtline-tdline
              into rheat separated by space.
        endif.
      endloop.
    Depends on ur Layout Width for each line print number of charcter,here i mentioned 92 char.
      IF NOT rheat IS INITIAL.
        CALL FUNCTION 'SWA_STRING_SPLIT'
             EXPORTING
                  input_string                 = rheat
                  max_component_length         = 92
             TABLES
                  string_components            = itab_r
             EXCEPTIONS
                  max_component_length_invalid = 1
                  OTHERS                       = 2.
        IF sy-subrc <> 0.
        ENDIF.
    LOOP AT itab_r.
    Print ur data.
    Endloop.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Issue with regexes in http health probes on ACE 4710

    Folks,
    We're currently experiencing fairly bizarre behavior when attempting to set up http probes that expect a regexp.  Namely, if we specify a regexp, the probe *always* passes, regardless of status code and regardless of whether or not the message actually matches the pattern.  Doing 'no expect regexp' fixes this behavior (by which I mean that the 'expect status' rules work again). 
    We haven't noticed until now because this is the first time we've tried to set up a probe that does this.  Are we missing something?  Is this a known issue with our current firmware version?
    Sincerely,
    Patrick T. Ramsey
    # show run probe | begin HTTP-nfscheck | end regex
    Generating configuration....
    probe http HTTP-nfscheck
      description Simple HTTP probe to check nfs mount health
      port 80
      interval 15
      passdetect interval 20
      request method head url /nfs-health-check/
      open 1
      expect regex "^ureytgraeuikghfdjg$"
    # sh ver
    Cisco Application Control Software (ACSW)
    TAC support: http://www.cisco.com/tac
    Copyright (c) 1985-2009 by Cisco Systems, Inc. All rights reserved.
    The copyrights to certain works contained herein are owned by
    other third parties and are used and distributed under license.
    Some parts of this software are covered under the GNU Public
    License. A copy of the license is available at
    http://www.gnu.org/licenses/gpl.html.
    Software
      loader:    Version 0.95.1
      system:    Version A3(2.4) [build 3.0(0)A3(2.4) adbuild_11:46:02-2009/09/27_/auto/adbu-rel2/rel_a3_2_3_throttle/REL_3_0_0_A3_2
    _4]
      system image file: (hd0,1)/c4710ace-mz.A3_2_4.bin
      Device Manager version 1.2 (0) 20090925:1550
      installed license: no feature license is installed
    Hardware
      cpu info:
        Motherboard:
            number of cpu(s): 2
        Daughtercard:
            number of cpu(s): 16
      memory info:
        total: 6226388 kB, free: 3972668 kB
        shared: 0 kB, buffers: 22020 kB, cached 0 kB
      cf info:
        filesystem: /dev/hdb2
        total: 861668 kB, used: 728656 kB, available: 89240 kB
    last boot reason:  Unknown
    configuration register:  0x1
    ldbottom kernel uptime is 325 days 3 hours 46 minute(s) 43 second(s)

    I also went through a similar issue in which we need to probe the real server PESERVER01 and if the real server replies with the keyword "PE Server" in the HTTP content then the probe should be passed successful.
    In my case the real server was listening on port 32776 for HTTP service so we configured the serverfarm as below,
    serverfarm host SF-TEST-32776
      description SF-TEST-32776
      failaction purge
      probe PE-SERVER-STRING
      rserver PESERVER01 32776
        inservice
    And the TCP probe as below,
    probe tcp PE-SERVER-STRING
      port 32776
      send-data GET /IOR/ping HTTP/1.1      <<== command should not be in inverted  commas
      expect regex "PE Server"
    The above probe worked really well and when we checked the probe status it was marking as success. I also tried changing the regex from "PE Server" to "Vishal12345" and it was failing as expected because there was no such keyword in the HTTP content.
    ==================================================================================
    T2-LB02# sh probe PE-SERVER-STRING
    probe       : PE-SERVER-STRING
    type        : TCP
    state       : ACTIVE
       port      : 32776   address     : 0.0.0.0         addr type  : -
       interval  : 15      pass intvl  : 60              pass count : 3
       fail count: 3       recv timeout: 10
                    ------------------ probe results ------------------
       associations ip-address      port  porttype probes   failed   passed   health
       ------------ ---------------+-----+--------+--------+--------+--------+------
       serverfarm  : SF-TEST-32776
         real      : PESERVER01[32776]
                    10.10.10.1    32776 PROBE    105      0        105      SUCCESS
    ==================================================================================
    I was struggling with this issue from long time. Even raised couple of Cisco TAC cases with no luck. The most important thing here is to identify the exact command to be send to real server like GET /IOR/ping HTTP/1.1 that we used here.
    To collect this command I did packet capture on one of the client machine and then tried to open the URL from real server which can return the string "PE Server". Then analyzed the captures in Wireshark and checked the HTTP data with follow the TCP stream option in which I seen the below data, which gives the command to be send in probe as well as the string we should expect.
    ==================================================================================
    GET /IOR/ping HTTP/1.1
    User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.12.9.0 zlib/1.2.3 libidn/1.18 libssh2/1.2.2
    Host: 10.144.70.85:32776
    Accept: */*
    HTTP/1.0 200 OK
    Content-type: text/html
    Ping
    PE Server
    WRVFKO11 [Win32 Server Production (3 silos) (Oracle Blob 512 MB) -- {dap451.007.028 dap451.004.002 pe451.003.010x pui451.003.010  pui451.001.004} Mar  9 2012 15:07:53 en ]
    ===================================================================================
    Please try this and see if it helps you.
    Thanks,
    Vishal Babrekar

  • Configuration issue with Response processor

    Please assist with my issue
    I am having the following issue with
    ALPPIM module: Response Processor
    Current system time is 17-FEB-2010 10:00:30
    wferr:
    - 2008: Could not open unprocessed mail folder.
    - 2106: Could not open folder '&FOLDER'. NAME=/apps11510/prod/prodappl/alr/11.5.0/resource/REVIEWED_PARSING
    - 2207: Mail service could not open folder.
    - 207: Could not open file '/apps11510/prod/prodappl/alr/11.5.0/resource/REVIEWED_PARSING'.

    Hello guys,
    Thought i'd provide an update on my status.
    The unix team came back to us saying that IMAP server is NOT installed in these environments at all.
    So i little research on my part brought me across
    How To Configure The Workflow Java Mailer Without An IMAP Account (Assumes No Inbound Processing) [ID 268274.1]
    Using the above metalink note above i configured and started the mailers and everything is running fine as expected.
    So thanks again for the help guys.
    However before i started the mailers i had around a million messages in ready state under the queue WF_DEFFERED,
    after the mailers were started this number gradually came down but is now stuck at 3000.
    Now i am just wondering why these 3000 messages didnt clear up like the rest.
    Another thing that i noticed is that agent listener
    "Workflow Deferred Agent Listener" has a system deactivated status because of 'Maximum number of errors occured'
    however i could not understand what were the errors that occured maximum number of times.
    The following is from 'Workflow Deferred Agent Listener' log
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.initializeStateMachine() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.loadContainerParameters() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully retrieved global and container parameters
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.validateParameterValues(Properties) : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.validateParameterValues(Properties) : ({SVC_COMP_MAX_ERROR_COUNT=10, SVC_COMP_MONITOR_LOOP_SLEEP=60, SVC_CONTAINER_LOOP_SLEEP=10, SVC_CONTAINER_READ_TIMEOUT=10, SVC_COMP_MONITOR_ONDEMAND_FREQ=300, SVC_CONTAINER_LOG_LEVEL=4, SVC_WRITE_DIAG_TO_GSM_LOG=Y})
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully validated container parameters
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.loadDetails(Connection) : BEGIN (oracle.jdbc.driver.OracleConnection@19e8f17)
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully retrieved container details
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.startLogger() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startLogger() : BEGIN [default implementation]
    SVC-GSM-WFALSNRSVC-149706-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-149706-10022 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-149706-10003 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-149706-10004 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-149706-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    ,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully named container session (took logical lock)
    [Dec 6, 2011 10:41:56 AM EST]:1323186116207:Thread[main,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the Component Monitor thread
    [Dec 6, 2011 10:41:56 AM EST]:1323186116235:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.performInit()]:Successfully initialized -> SvcComponentMonitor{Processor{mThread=Thread[ComponentMonitor,5,main],mCurrentLoopSleep=0,mMinLoopSleep=60,mMaxLoopSleep=0,mReadTimedOutFlag=false,mCurrentErrorCount=0,mMaxErrorCount=-2147483648,mErrorLoopSleep=60,mErrorFlag=false,mControlEvent=noEvent,mStopFlag=false,mSuspendFlag=false,mLastSuspendFlag=false},mCurrentLoopCount=4,mOnDemandLoopCount=5}
    [Dec 6, 2011 10:41:56 AM EST]:1323186116236:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.Processor.run()]:Processor has successfully been initialized. Loop will now start.
    [Dec 6, 2011 10:41:56 AM EST]:1323186116263:Thread[main,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the state machine
    [Dec 6, 2011 10:41:56 AM EST]:1323186116266:Thread[GSMQueueProcessor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.Processor.run()]:Processor has successfully been initialized. Loop will now start.
    [Dec 6, 2011 10:41:56 AM EST]:1323186116284:Thread[main,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the container -> SvcComponentContainer{mComponentControlWorkflowContext=[oracle.apps.fnd.wf.apps.WorkflowContext@1a7508a $Revision: 115.178 $ extends [oracle.apps.fnd.common.Context@1a7508a $Revision: 115.44 $  {sessionId=0x1a7508a,conn=oracle.jdbc.driver.OracleConnection@1acd47}] {isDedicated=false}],mComponentMonitor=SvcComponentMonitor{Processor{mThread=Thread[ComponentMonitor,5,main],mCurrentLoopSleep=0,mMinLoopSleep=60,mMaxLoopSleep=0,mReadTimedOutFlag=true,mCurrentErrorCount=0,mMaxErrorCount=-2147483648,mErrorLoopSleep=60,mErrorFlag=false,mControlEvent=noEvent,mStopFlag=false,mSuspendFlag=false,mLastSuspendFlag=false},mCurrentLoopCount=5,mOnDemandLoopCount=5},mStateMachine=[email protected]c2,mLogger=Logger{mLog=[$Header: AppsLog.java 115.76 2004/07/27 17:30:17 kkapur ship $ @5807702 {oracle.apps.fnd.profiles.ExtendedProfileStore@3411a}],mUniqueId=SVC-GSM-WFALSNRSVC-149706,mLevel=4},mParameters={SVC_COMP_MAX_ERROR_COUNT=10, SVC_COMP_MONITOR_LOOP_SLEEP=60, SVC_CONTAINER_LOOP_SLEEP=10, SVC_CONTAINER_READ_TIMEOUT=10, SVC_COMP_MONITOR_ONDEMAND_FREQ=300, SVC_CONTAINER_LOG_LEVEL=4, SVC_WRITE_DIAG_TO_GSM_LOG=Y},mProcessId=149706,mType=GSM,mName=WFALSNRSVC,mComponents={},mAutomaticComponentErrorCounts=null,mEventSubscriptions=[oracle.apps.fnd.wf.bes.Subscription@1e228bc, oracle.apps.fnd.wf.bes.Subscription@e06940, oracle.apps.fnd.wf.bes.Subscription@11e0c13, oracle.apps.fnd.wf.bes.Subscription@1aae94f, oracle.apps.fnd.wf.bes.Subscription@1bb5c09]}
    [Dec 6, 2011 10:41:56 AM EST]:1323186116560:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Dec 6, 2011 10:41:56 AM EST]:1323186116815:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10003
    [Dec 6, 2011 10:41:56 AM EST]:1323186116848:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10004
    [Dec 6, 2011 10:41:56 AM EST]:1323186116883:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10005
    [Dec 6, 2011 10:41:56 AM EST]:1323186116915:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10022
    [Dec 6, 2011 10:41:56 AM EST]:1323186116950:Thread[ComponentMonitor,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10023
    [Dec 6, 2011 10:41:57 AM EST]:1323186117275:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-DEC-2011, priority=50, correlationId=null, sendDate=Tue Dec 06 10:41:56 EST 2011, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=149706, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Dec 6, 2011 10:41:57 AM EST]:1323186117287:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Dec 6, 2011 10:41:57 AM EST]:1323186117578:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Dec 6, 2011 10:41:57 AM EST]:1323186117580:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-DEC-2011, priority=50, correlationId=null, sendDate=Tue Dec 06 10:41:56 EST 2011, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10022, CONTAINER_PROCESS_ID=149706, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Dec 6, 2011 10:41:57 AM EST]:1323186117586:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Dec 6, 2011 10:41:58 AM EST]:1323186118078:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10022
    [Dec 6, 2011 10:41:58 AM EST]:1323186118080:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-DEC-2011, priority=50, correlationId=null, sendDate=Tue Dec 06 10:41:56 EST 2011, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10003, CONTAINER_PROCESS_ID=149706, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Dec 6, 2011 10:41:58 AM EST]:1323186118086:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Dec 6, 2011 10:41:58 AM EST]:1323186118258:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10003
    [Dec 6, 2011 10:41:58 AM EST]:1323186118260:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-DEC-2011, priority=50, correlationId=null, sendDate=Tue Dec 06 10:41:56 EST 2011, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10004, CONTAINER_PROCESS_ID=149706, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Dec 6, 2011 10:41:58 AM EST]:1323186118266:Thread[BES Dispatch Thread,5,main]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Dec 6, 2011 10:41:58 AM EST]:1323186118418:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:sun-ofs:10.84.34.23:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-149706-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Dec 6, 2011 10:41:58 AM EST]:1323186118422:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:sun-ofs:10.84.34.23:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-149706-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Dec 7, 2011 9:57:06 AM EST]:1323269826687:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706-10000 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.listen()]:WF_EVENT.listen returned processed count: 0, error count: 0
    [Dec 7, 2011 9:57:06 AM EST]:1323269826689:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:sun-ofs:10.84.34.23:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-149706-10000 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:Successfully listened from ECX_INBOUND

  • Issues with Toshiba Satellites and Western Digital WDC HDDs

    As much as I want to thank Jerry Lippey for helping me several times with issues regarding my boyfriend's A665-S6095 laptop, I am DONE with Toshiba.
    For the FOURTH or FIFTH time now (it's so bad I've lost count) this satellite has crashed while using a WDC Scorpio Black HDD. I have gone through FOUR HHDs in the last year and a half. I am not joking. NO ONE has time to diagnose and solve this many computer issues in such a short amount of time unless they are a paid techinician.
    The last time the HDD failed I tried to get WDC to send me the non-AFT drive that I had bought, but they told me that the BEKT version of the BPKT I bought was "not in stock". For almost a month. And yet it came back in stock on Amazon and one or two other stores online. So when I called back to say WHAT THE HELL, instead of asking me what I wanted them to do, they just decided to send me a larger drive with AFT, as if that would soothe my aggravation.
    But honestly, I don't see how this can all be WDC's fault. I mean, if you compare the number of forum posts referencing satellite versus non-satellite models, there is no way that number is proportionally equal to the number of satellite versus non-satellite models sold. I wish I had known how terrible Toshiba is before he bought the laptop, or my mother bought my brother a different satellite model. I'd have told each to shoot themselves in the foot instead.
    My boyfriend was trying to copy pictures from his Galaxy Note II onto his laptop, but when he plugged the phone in by a usb/micro usb cord and opened windows explorer, the computer froze.
    I shut it down manually, and since then it has not been able to boot at all. BIOS recognizes the drive make and model, but nothing will load; the screen goes black after the Toshiba welcome screen and nothing happens. I tried booting from both a win7 recovery disc and the 1st Toshiba recovery disc I made with the laptop; the former won't load at all and the latter goes through the "windows is loading files" progress bar, then the "microsoft windows" progress bar, brings up the cursor and stops doing anything. I can move the mouse, but the light on the HDD indicator illuminates for about 5 seconds then shuts off for less than a second, over and over. For a fraction of a second I can see an error code reading something like "No Emulation Type 00" before the recovery cd loads. I don't know what that means exactly.
    If I hadn't had previous issues with Toshiba TVAP software having compatibility issues with Windows, or if the laptop would freeze part way through installing windows updates I wouldn't have trouble blaming only WDC. But clearly Toshiba has major issues (at least) with Satellites, and except for the one person on this forum who knows what he is talking about - and let's be serious, we can't blame him for not being able to answer EVERYTHING posted on here - their tech support $^(($ B@!!$. Just like their products.
    The fact that the only answer I've found is to only replace Toshiba HDDs with OEM HDDs is complete bull.
    Sure, it is possible that the way the laptop is used causes some of the issues I've had, but FOUR HDDs? Really? What else in a laptop can go bad that could possibly help to kill off the drive? What else could possibly contribute to the agony I have to go through to keep this laptop running?
    Time to go back to work, now that I've spent over an hour trouble-shooting and writing this rant.

    Hi I'm fairly new to the forum. I'm sure Jerry will have a reply for you. 4 failed HD's is unreal. I 'm sure you know why HD's fail. I know you are very aggravated, but I would just like to ask a couple of questions. How are you testing these failed HD's. Seatools has two great free programs seatools for windows and seatools dos. Also I'm very curious about your Anti-Virus program. Viruses are really getting tough, and can wipe out your HD in seconds. If your OS gets corrupted, windows will no longer boot. I'm going to post some things that I'm sure you already know. I also would like to know how your boy friend uses his lap top. I live in a retirement village and I fix computers for free. I have see some really bad stuff. I have had to restore a couple back to factory because they were so badly infected. Power surges can really do a number on a HD. I'm going to post the link to a bootable seatools dos. It will be a ISP file and you will need to burn it to a cd. Test your drive and see what happens. I'm sure Jerry will have a comment for you. He's pretty smart.
    http://www.seagate.com/support/internal-hard-drives/consumer-electronics/ld25-series/seatools-dos-ma...
    Why do hard disks fail?
    Because hard disks are mechanical devices, they are subject to wearing out, even if you treat them better than your own children. Around 60% of hard drive failures occur through predictable mechanical failure, with the remaining 40% of failures occurring through misuse. Hard disk failure might occur if any of the following happens:
    Your computer is bumped or jostled while it is running;
    The electric motor which allows the platter to spin fails due to bad bearings or other components;
    The filter on your air intake gets too clogged or the filter isn't working properly;
    Extreme heat while running causes the electronic circuit board to fail;
    There is a sudden power failure while the disk is writing.
    Types of hard drive failure
    There are two main types of hard drive failure - physical and logical.
    Physical failures are often due to a failure of the electric motor or the drive itself - the moving parts. They can also happen because of a major head crash (caused by your computer being dropped or jostled while it's running).
    Logical failures come from corruption in the file system. If you've accidentally deleted an important registry entry or formatted the drive improperly, or if you have a nasty virus, hard drive problems will occur. The BIOS will recognize the drive, but it won't boot.
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

Maybe you are looking for

  • How do I stop Pages continually duplicating my documents

    When I go into Pages particularly, my documents have been duplicated many times.  I have tried to delete them, just keeping the originals, but the next time I go in there are duplicated again. I assume that it is a setting change, but can someone gui

  • S&OP Issue

    Hello gurus While doing testing, i Accidently deleted the version 000( actual sales history ) in the flexible planning . Is their any way i can recover my data ? or Do i need to recreate ? Any help will be appreciated Thanks N

  • Create Journals for Closed Period

    HI, In July, the user forgot to run journal entries in FA subledger, so the depreciation expenses didn't get posted to GL. So there were variances between FA and GL. How to capture the July Depreciation journal entries, since the period is already cl

  • How to Install Windows 7 By Bootabel Pan Drive

    How to install windows 7 by usp pan drive  in macbook pro 13" 2011 early with mountain lion 10.8.2

  • AddItemListener method in Choice class

    I am getting a compilation error that I do not understand. Hopefully, one of you guys will. I am trying to detect when the user selects an item on a choice menu. Here is the code: choice1.addItemListener(        new ItemListener()          public voi