Count Requirement

Hi Gurus,
Can you help me with my requirement.
I have this report that has Summary and Details section. My issue is I can't get the correct count of my status. My Summary Section is not match with my Details section.
In my SQL query output I have this two similar records (the same OrderNumber) but different value in other columns that was used in other condition and this should be counted as 1. but in Summary it is counted as 2 records which is incorrect.
I can send the xml and rtf file if needed.
Need your help
JP
Edited by: BIPnewbie on Feb 21, 2012 9:16 PM

Calling All other Gurus.
If you have any solution or best approach to solve this requirement please.
Thank you
JP
Edited by: BIPnewbie on Feb 22, 2012 2:24 AM
Edited by: BIPnewbie on Feb 22, 2012 2:24 AM

Similar Messages

  • Counting Requirement (Counting PO line items wrt PO No)

    Hi All,
    We have a requirement here . Suppose there are 2 Purchase orders Y & Z . "Y" purchase order has  5 line items as 10,20,30,40,50 . "Z" purchase order has 7 line items as 10,20,30,40,50,60,70 . now i want to count the number of purchase orders & no of line items . I.e output should be , for a particular month there are 2 purchase orders & 12 line items .
    Point will be awarded .
    Thanks,
    Deadlocks

    Hi Priya,
    thnx for the reply, just a small thing i wanted to ask,
    inside those two CKFs should i create a formula variable on PO header & PO item no ?
    Before this what i did was i created a CKF with constant 1 in it and then i applied exception aggregation as "total" and refrence characteristic as "PO header" & and "PO item".
    so instead of bringing item count as 12 it is bring 7 .
    Regards,
    Deadlocks

  • Absence type count required.

    Hello All,
    Good evening.
    I need functional module or coding to count the occurance of the EL (0003) absence type of infotype 2001.
    i.e i have created EL for many times with single day or halfday or more than 3 days also.
    So for the year, i need to count the occurance of the same absence type for an employee.
    Pls find the details of the below scenario.
    PERNR    BEGDA              ENDDA        BEGUZ   ENDUZ
    00089250 19.01.2008          21.01.2008    :  :     :   :
    00089250 17.01.2008          17.01.2008   08:30:00  13:00:00
    00089250 10.01.2008          16.01.2008   :  :     :  :
    00089250 08.01.2008          08.01.2008   08:30:00  13:00:00
    00089250 03.01.2008           07.01.2008   :  :     :  :
    00089250 02.01.2008           02.01.2008  13:00:00  17:00:00.
    In the above details,
    from 02.01.2008(from secondhalf) to 08.01.2008(Ist half)
      - continuous leave.   - count  1
    from 10.01.2008 to 17.01.2008(upto Ist half) - continuous leave
                 - count 2
    from 19.01.2008 to 21.01.2008 - count 3
    Is there any functional module to give the count of leave occurance for the particular leave time?
    thanks for your valuable time.
    with best regards,
    Arunachalam S
    Note: Maximum reward points sure for your answer.

    Hi Arunachalam,
       As per my knowledge, we have to create a new Function module for your scenario. I can give you the pseudo code for this.
    1. Please read the IT2001 data into an internal table(it_tab) with the selection condition as the required absence type(EL)and sort it based on employee number, begda, enda, and absence type.
    2. Describe table it_tab lines lv_total.
       Loop at it_tab into wa_itab.
         if lv_total < sy-index.
            lv_var = sy-index + 1.
            read table it_tab into wa2_itab index lv_var.
            If sy-subrc = 0.
              lv_date = it_tab-endda + 1.
               if ( lv_date  <> wa2_itab-begda )
                  gv_count = gv_count + 1.
               endif.
            endif.
          elseif ( lv_total = sy-index ).
             lv_var = sy-index - 1.
            read table it_tab into wa2_itab index lv_var.
            If sy-subrc = 0.
              lv_date = it_tab-begda - 1.
               if ( lv_date  <> wa2_itab-endda )
                  gv_count = gv_count + 1.
               endif.
            elseif ( lv_total = 1 ).
                gv_count = gv_count + 1.
            endif.
          endif.
       endloop.
    Thanks,
    V.Nagaraju

  • COUNTING REQUIREMENT !!!!

    Hi all,
    In my report output i am displaying transaction number which is a characteristic, sometimes it can happen that transaction number is not generated....so it will be displayed as blank or hash....my requirement is i want to count the total number of 'transaction number' and display that count at the end of 'transaction number' column....but while counting we have to make sure that the count contains only the 'transaction number' which are appearing...
              TRANSACTION NO
               8000000323
               8000000324
               8000000325
               8000000326
               8000000327
                  total = 5
    Regards,
    Ashutosh

    hi,
    instead of that CKF i used the count function.....but still how will that count come at the end of 'transaction number' column.....nd now one more problem is....suppose if i display the count in a separate column by the methods which we are discussing here...how can i put that ckf just next to my 'transaction number' column...coz there are so many characteristics and at the last my ckf is appearing....
    Regards,
    Ashutosh

  • Count first two columns

    Hello,
    I have a count requirement that i havent been able to solve by searching sdn.  Maybe someone can help.
    I have a query built on a multiprovider that points to two basic cubes.  The basic cubes do not contain a count key figure.  The first two columns of my query are characteristics.  My requirement is to count the occurences of the combination of the first two column (characteristics).  I am looking for a way to do this in the query so i do not have to reload the cubes as they have large volumes of data.  All the suggestions i have been able to find on sdn seem to be only for counting a single characteristic.  Is there a way to count the combination of two?
    Regards,
    TMS

    Hi Create a count using the formula or calculated ket figure for the count unique id like client id for your infocube.
    so you will have a count for each row now. place this count object in your column.
    now select the two char or the group whatever you want a count in your row.
    select query properties and select the display tab and make sure the option - hide repeated key values is selected (normally by default it is selected). Then select each of the char in rows and in free char and set the option under display tab result rows - always suppress.
    Execute the query now. you will get the list of char and their count. sort the count by descending to get the most duplicate entries by their highest number on top in the count coulmn.
    you can also ignore the rows which donot have a duplicate i.e count more than 1 by creating a new condintion on the count key figure > 1 and restricting the condition  by only the group of char you have given in the column. so that you can also do a drill down by free char in your query and it will only show the duplicates group.
    Hope it helps.
    regards,
    Siva

  • Why does my DAQ counter count more when a capacitor is used to eliminate noise

    Hi,
    In my application i need to measure the speed of the motor using an encoder. The output of the encoder is a bit noisy (around 200 mV of noise.).Actually we are using a Siemens variable speed drive and it is the switching noise even after perfect shielding. Also the ouput of the encoder has a DC shift in waveform fr 383mV.When i connect to the counter channel (source :to count the pulses or gate :to measure frequency) the readings are high than actual. Then we conected a 0.1 microfarad capacitor across the counter channel and the DIO Ground. Then checked the waveform using a 60 mHz tecktronic oscilloscope. The waveform was without noise but the shape was a bit distorted, meaning there was no sharp rising edges and has a slow rise.But still there was a dc level shift for 383 mv.When i measured using counter the count was abnormal.Actual reading should show 1000 pulses /second, but with a capacitor it was counting 4789,5000, 356 etc.
    Please let me know where the problem is. IS there any specific input signal rise time/fall time etc that the counter requires. Also will the dc level shift of 383 mV affect the counting.
    I am using DAQ mx example vi(namely low frequency count as my freq range is 0 to 4000 hz)and also tried with simple digital count. Also please tell me if there is any problem in the connections
    Thanks,
    Sudha

    While putting the capacitor between your signal and ground will git rid of any transients, it will also "round" out your signal. Your square wave provided by the encoder can be approximated by the sum:
    y(t) = a_0 + sum(k=0...infinity, a_k*cos(k*f*t)) + sum(k=0...infinity, b_k*sin(k*f*t))
    The capacitor has a frequency-depenent resitant (called reactance) which decreases with increasing frequency.
    The reactance is:
    X(f) = 1 / 2*PI*f*C
    Where f is your frequency and C=1uF. What happens is the capacitor shorts the higher frequency harmonics to ground and makes your square waveform "ring" at the edges.
    If this ringing causes you to swing high-and-low close enough to the switching point, then you could count pulses that really aren't there. What you really need is some sort of hysteresis to prevent this false switching. You should put this after the bypass capacitor and before the counter.
    Also, another question is: What are the output levels of your encoder? The 383mV DC offset shouldn't affect a counter, but if your logic "high" voltage doesn't exceed about 2V then you might be hitting a region of metastability: where the counter randomly switches high/low.
    Regards,
    Chris_B

  • Adding a Counter to Spry Repeat List

    Hi, this might seem like a relatively simple problem but after spending some time, I haven't yet arrived at an appropriate solution.
    1. I have spry repeat list.
    2. I want add a counter (required by a javascript function nested within the repeat list).
    I have tried ds2.getCurrentRowID and that failed.
    One simple way of thinking of the problem is: how would you modify a spry repeat list to display each row, numbered 1 through n down the left-hand column?
                <tr spry:repeat="ds2" spry:odd="evenRowVenue" spry:even="oddRowVenue" spry:hover="hoverVenue" onClick="MM_callJS('GEvent.trigger(venue_list[INCREMENTING COUNTER HERE],\'click\');')">
                  <td align="left"><a href="venue_show.php?vid={@vid}">{@name}</a></td>
                  <td align="left">{@street1}</td>
                  <td align="left">{@city_suburb}</td>
                  <td align="left">{@state}</td>
                  <td align="left">{@country}</td>
                  <td align="left">{@rating}</td>
                </tr>

    secondliver wrote:
    Hi, this might seem like a relatively simple problem but after spending some time, I haven't yet arrived at an appropriate solution.
    1. I have spry repeat list.
    2. I want add a counter (required by a javascript function nested within the repeat list).
    I have tried ds2.getCurrentRowID and that failed.
    One simple way of thinking of the problem is: how would you modify a spry repeat list to display each row, numbered 1 through n down the left-hand column?
                <tr spry:repeat="ds2" spry:odd="evenRowVenue" spry:even="oddRowVenue" spry:hover="hoverVenue" onClick="MM_callJS('GEvent.trigger(venue_list[INCREMENTING COUNTER HERE],\'click\');')">
                  <td align="left"><a href="venue_show.php?vid={@vid}">{@name}</a></td>
                  <td align="left">{@street1}</td>
                  <td align="left">{@city_suburb}</td>
                  <td align="left">{@state}</td>
                  <td align="left">{@country}</td>
                  <td align="left">{@rating}</td>
                </tr>
    {ds_RowNumber} is what you are looking for.
    So in you case:
    onClick="MM_callJS('GEvent.trigger(venue_list[{ds_RowNumber}],\'click\');')">

  • Step to  Configuration  the Physcial Inventory & Cycle counting

    Guru
    PL help Me the detailed steps to configure  for Physical Inventory & cycle counting required
    Thanks
    sudhir

    hi
    you have to do the settings
    Materials Management -- > Inventory Management and Physical Inventory --> Physical Inventory & Inventory Sampling
    Field Selection for Physical Inventory
    Default Values for Physical Inventory
    Settings for Physical Inventory
    Default Values for Batch Input
    Maintain Copy Rules for Reference Documents
    Allow Freezing of Book Inventory Balance in Storage Location
    Create Inventory Sampling Profiles
    Define Stock Management Levels
    Define Stock Management Levels in WMS
    Cycle Counting
    Activate Distribution of Consumption Differences

  • Capacity Requirement From Released Production Order

    Hi PP Gurus,
    Can i limit capacity requirement only from released production order ? I don't want to count requirement from production order that just created but not yet release.
    Regards,
    Arman Lie

    Dear Arman,
    As a standard practice the system creates the capacityrequirements once the production order is created.
    Check this,
    When a production order is created the following actions are carried out:
    ·        A routing is selected, its operations and sequences are transferred to the order
    ·        The bill of materials is exploded and the items in the bill of material are transferred to the order
    ·        Reservations are generated for bill of material items held in stock
    ·        The planned costs for the order are generated
    ·        The capacity requirements are generated for the work centers
    ·        Purchase requisitions are generated for non-stock items and externally-processed operations
    Regards
    Mangalraj.S

  • Differences Btw. Counter Gate and Source Channels

    I am working with a Flow Technology Turbine Flowmeter.  It has a 30mv-300mv sine wave signal.  I want to convert this signal into a usable pulse signal.  I am trying to look for information on connecting this signal to the counter channel of my PCI card.  What is the differences between the counter gate and source channels.  If anyone knows where I can get this information, please let me know. 

    Hm. You seem to be asking two different questions:
    1) Counter gate and source terminals.
    It would depend on the exact hardware, but the source terminal would generally be the one that causes the counter to increment/decrement its count. The gate would control whether the source is allowed to do that. Some counter chips use the gate for more sophisticated counter control.
    The best place to learn about counter/timer functions would probably be the NI-DAQmx Help that installs along with NI-DAQmx.
    2) How to convert 30-300 mV sine wave to pulses. I take it that its the frequency of the sine wave that you're after.
    This isn't a job for a counter. A counter requires a well-conditioned digital signal satisfying the rise-time and voltage levels of a digital signal.
    You probably need to scan your signal with an analog input and then post-process it to calculate the frequency. There are a number of ways to do that- the simplest would probably be to look for zero crossings in the analog signal. I don't know Labview, but I bet there's a canned vi to do just that.Message Edited by WM John Weeks on 12-13-2005 09:08 AM
    John Weeks
    WaveMetrics, Inc.
    Phone (503) 620-3001
    Fax (503) 620-6754
    www.wavemetrics.com

  • Mapping Idoc nodes

    Hi
    I have a file to Idoc scenario.
    I want to know how to map the Idoc nodes at receivinf end.
    Which filed should the node Idoc be mapped to ? Also what about " Begin ",  " EDI_DC40 " and also " SEGMENT " under EDI_DC40.
    Do I have to make any of them unbounded. Sounds silly but am not to able map accordingly.

    > There is a SEGMENT  node under every node in Idoc. Some one said it has to be mapped with a constant always. It can be one or blank.
    right
    >Also the Idoc will have multiple segments. And some segments are only used in mapping. But all the segments contain the node segment. I guess we need to map the segment only under the Idoc nodes which we use for mapping.
    right
    > Again what about BEGIN. Is the mapping same for this irrespective of the Idoc. I saw BEGIN being mapped to a counter in one of the File to Idoc scenarios. What does it imply ?
    You can map empty constant, no counter required.
    > And if my understanding is correct, then I need to map the " Idoc"  to the root node of the source.
    when the occurrance is 1..1, you need not map, or you map empty constant.

  • SELECT * and NVL

    I would like to use a SELECT * FROM myTable and if the value stored in Oracle is "null", then I would like to replace "null" with a blank space using the NVL function. Can anyone describe how to do this? I though maybe it would just be SELECT nvl(*, ' ') FROM myTable but this is not working properly.
    Thanks for the help...
    Zac

    The NVL function like virtually all Oracle functions except COUNT requires a "real" value, like a column name or an expression that resolves to a value.
    The only way is to code
    SELECT col1,col2,NVL(col3,' ')
    FROM my_table

  • Convert.To​Byte and logical masks, from VB to LabVIEW

    Hi guys,
    I have to write a VI communicating via RS232 with a microcontroller for a PWM application. A colleague has given me the GUI he has developpd in VB and I would like to integrate it into my LabVIEW programme by converting the VB code into Labview code.  Here's the code:
    Private Sub LoadButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles loadButton.Click
            Dim bufLen As Integer = 12      // Buffer length
            Dim freq As Integer = 0      // frequency
            Dim pWidth As Integer = 0      // pulse width
            Dim dac As Integer = 0       // Value used in oscillator setting for generating pulse frequency
            Dim addr As Integer = 0      // Address of the pulse width in the pulse generator.
            Dim rTime As Integer = 0      // duration of machining/pulse train in ms.
            Dim returnValue As Byte = 0      // A variable for storing the value returned by the 
                                                           //microcontroller after it receives some data
            Dim buffer(bufLen) As Byte       // creates an array of bytes with 12 cells => buffer size = 8 x12 = 96 bits
    // can you explain a bit please I know you're converting the entered values into byte and put them one by one in a specific order. This order is how the 
    //microcontroller expects them
                addr = (Floor((pWidth - Tinh) / Tinc)) // Formula from hardware, calculates address setting for pulse generator to set pulse width.
                buffer(0) = Convert.ToByte(Floor(3.322 * (Log10(freq / 1039)))) // Caluclates OCT value for use in setting oscillator for pulse freq.
                dac = (Round(2048 - ((2078 * (2 ^ (10 + buffer(0)))) / freq)))  // Calculates DAC value for use in setting oscillator for pulse freq.
                buffer(1) = Convert.ToByte((dac And &HF00) >> 8)                         //
    // &H is the vb.net to tell it its hex code, F00 gives the top 4 bits from a 12 bit value.
                buffer(2) = Convert.ToByte(dac And &HFF) // For values that are larger than 256 (8bits) the value needs to be split across 2 bytes (16 bits) this gets the //bottom 8 bits.  &H is the vb.net to tell it its Hex.
                buffer(3) = Convert.ToByte((addr And &HFF0000) >> 16) // This value may be so large it requires 3 bytes (24bits). This gets the top 8 bits.
                buffer(4) = Convert.ToByte((addr And &HFF00) >> 8) // This gets the middle 8 bits.
                buffer(5) = Convert.ToByte(addr And &HFF)// This gets the bottom 8 bits.
                buffer(6) = Convert.ToByte((rTime And &HFF0000) >> 16) //This value may also be 3 bytes long.
                buffer(7) = Convert.ToByte((rTime And &HFF00) >> 8)
                buffer(8) = Convert.ToByte(rTime And &HFF)
                buffer(9) = Convert.ToByte(2.56 * ocpBox.Value)  // The ocp pulse period is formed of 256 steps or counts, so if a percentage is requested, this formula gives the number of steps/counts required to set the pulse width
                buffer(10) = Convert.ToByte(tempBox.Value)
                If (tempCheck.Checked = True) Then
                    buffer(11) = 1
                Else
                    buffer(11) = 0
                End If
                freq = ((2 ^ buffer(0)) * (2078 / (2 - (dac / 1024))))
                pWidth = Tinh + ((((Convert.ToInt32(buffer(3))) << 16) Or ((Convert.ToInt32(buffer(4))) << 8) Or (Convert.ToInt32(buffer(5)))) * Tinc)
                ' Connect to device
                serialPort1.Write(1) // Sends the number 1. This tells the microcontroller we are about to start sending data. It should respond with a zero if it is ready 
                                             //and the connection is good.
    The line "serialPort1.Write(buffer, 0, bufLen)" sends the buffered data where the variables are: buffer =  the buffered data; 0 = the position in the buffer to start from; bufLen = the position in the buffer to stop sending data.
    What's the best way to deal with the Convert.ToBytes and the logical masks And ??
    Thanks in advance for your time and consideration,
    regards
    Alex
    Solved!
    Go to Solution.

    Try this
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Sql 2005 express installation (Vista Ultimate)

    While installing SQL Server 2005 Express Edition SP2 or SQL Server 2005 Express Edition with Advanced Services SP2
    on Vista Ultimate,  I get the error "The feature(s) selected are not valid for this edition of SQL server".  Then the installation stops and exist. The only feature selected is Database Services, data files and shared tools.
    HELP!  

    Thank you in advance for your response.  I have listed below my system configuration check and the error message text.
    System Configuration Check
    - WMI Service Requirement (Success)
    Messages
    · WMI Service Requirement
    · Check Passed
    - MSXML Requirement (Success)
    Messages
    · MSXML Requirement
    · Check Passed
    - Operating System Minimum Level Requirement (Success)
    Messages
    · Operating System Minimum Level Requirement
    · Check Passed
    - Operating System Service Pack Level Requirement. (Success)
    Messages
    · Operating System Service Pack Level Requirement.
    · Check Passed
    - SQL Server Edition Operating System Compatibility (Success)
    Messages
    · SQL Server Edition Operating System Compatibility
    · Check Passed
    - Minimum Hardware Requirement (Success)
    Messages
    · Minimum Hardware Requirement
    · Check Passed
    - IIS Feature Requirement (Success)
    Messages
    · IIS Feature Requirement
    · Check Passed
    - Pending Reboot Requirement (Success)
    Messages
    · Pending Reboot Requirement
    · Check Passed
    - Performance Monitor Counter Requirement (Success)
    Messages
    · Performance Monitor Counter Requirement
    · Check Passed
    - Default Installation Path Permission Requirement (Success)
    Messages
    · Default Installation Path Permission Requirement
    · Check Passed
    - Internet Explorer Requirement (Success)
    Messages
    · Internet Explorer Requirement
    · Check Passed
    - COM Plus Catalog Requirement (Success)
    Messages
    · COM Plus Catalog Requirement
    · Check Passed
    - ASP.Net Version Registration Requirement (Success)
    Messages
    · ASP.Net Version Registration Requirement
    · Check Passed
    - Minimum MDAC Version Requirement (Success)
    Messages
    · Minimum MDAC Version Requirement
    · Check Passed
    - Edition Change Check (Success)
    Messages
    · Edition Change Check
    · Check Passed
    ====================================================================================================
    After selecting the database feature only, this error message below pop up and the install quits and exit.
    TITLE: Microsoft SQL Server 2005 Setup
    The feature(s) specified are not valid for this edition of SQL Server.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=setup.rll&EvtID=70031&EvtType=sqlchaining%5csqlchainingactions.cpp%40DeterminePackageTransformsAction%40sqls%3a%3aDeterminePackageTransformsAction%3a%3aperform%400x1118f
    BUTTONS:
    OK

  • Help! about SQL Replication component

    We have a SQL2005(x64) Cluster, it is SAP's DB.
    the replication component not be installed at first.
    but now, we want to use SQL replication function to publish some table to a middle database..
    the SQL2005 cluster parameter
         VS=SQLTEST
        Node1=SQLTEST1
        Node2=SQLTEST2
    I see from SQL online help, I only can use command prompt to add or remove SQL component in cluster.
    so I run the command:
        start /wait <file paths>\setup.exe /qb VS=SQLTEST INSTALLVS=SQL_Engine INSTANCENAME=MSSQLSERVER ADDLOCAL=SQL_Replication ADDNODE=n
    End,the installation process failure!
    Message Display:
    SQL Server Setup is unable to run.  Either the owning node or all nodes that
    are currently part of the virtual server are not available.  Review any SCC
    failures and validate that all nodes are online.
    the setup log
    Setup Consistency Check Report for Machine: SQLTEST2
    Article: WMI Service Requirement, Result: CheckPassed
    Article: MSXML Requirement, Result: CheckPassed
    Article: Operating System Minimum Level Requirement, Result: CheckPassed
    Article: Operating System Service Pack Level Requirement, Result: CheckPassed
    Article: SQL Compatibility With Operating System, Result: CheckPassed
    Article: Minimum Hardware Requirement, Result: CheckPassed
    Article: IIS Feature Requirement, Result: Warning
    Description: IIS is not installed, therefore Report Server feature will be disabled Action: Install IIS in order for Report Server feature to be enabled
    Article: Pending Reboot Requirement, Result: CheckPassed
    Article: Performance Monitor Counter Requirement, Result: CheckPassed
    Article: Default Installation Path Permission Requirement, Result: CheckPassed
    Article: Internet Explorer Requirement, Result: CheckPassed
    Article: Check COM+ Catalogue, Result: CheckPassed
    Article: ASP.Net Registration Requirement, Result: Warning
    Description: Required version of ASP.NET not Registered Action: Microsoft Reporting Services 2005(32-bit) requires 32-bit ASP.Net registered. Microsoft Reporting Services 2005(64-bit) requires 64-bit ASP.Net registered. Install the required version of ASP.Net.
    Article: Minimum MDAC Version Requirement, Result: CheckPassed
    Setup Consistency Check Report for Machine: SQLTEST1
    Article: WMI Service Requirement, Result: CheckPassed
    Article: MSXML Requirement, Result: CheckPassed
    Article: Operating System Minimum Level Requirement, Result: CheckPassed
    Article: Operating System Service Pack Level Requirement, Result: CheckPassed
    Article: SQL Compatibility With Operating System, Result: CheckPassed
    Article: Minimum Hardware Requirement, Result: CheckPassed
    Article: IIS Feature Requirement, Result: Warning
    Description: IIS is not installed, therefore Report Server feature will be disabled Action: Install IIS in order for Report Server feature to be enabled
    Article: Administrative Shares Requirement, Result: CheckPassed
    Article: Pending Reboot Requirement, Result: CheckPassed
    Article: Performance Monitor Counter Requirement, Result: CheckPassed
    Article: Default Installation Path Permission Requirement, Result: CheckPassed
    Article: Internet Explorer Requirement, Result: CheckPassed
    Article: Check COM+ Catalogue, Result: CheckPassed
    Article: ASP.Net Registration Requirement, Result: CheckPassed
    Article: Minimum MDAC Version Requirement, Result: CheckPassed
    The CheckSCCResult returned for cluster install is 0
    Loaded DLL:C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\sqlsval.dll Version:2005.90.1399.0
    Error: Action "InvokeSqlSetupDllAction" threw an exception during execution.
    Return Code: 1119d
    Message displayed to user
            SQL Server Setup is unable to run.  Either the owning node or all nodes that are currently part of the virtual server are not available.  Review any SCC failures and validate that all nodes are online.
    in the log, we can see all nodes is be check SCC, find some SCC warning(such
    as IIS and ASP.NET). installation be terminated in this step.
    I know SQL replication function is not support by SAP official.
    but I want to try it.
    has somebody success add replication component in SQL Cluster?
    PLS give me some suggestion about it.
    THK.

    Can you tell me what the replication component has to do w/ MSCS?  I think that it can be configured even without MSCS right?  Basically, you want to replicate a specific group of tables to a 3rd DB?

Maybe you are looking for