Maximum Group number in FMS ??

Hi,
I'm using FMS Enterprise 4.5 to develop Video-on-Demand system over p2p network. With a video, a create a Group (using NetGroup)  and join client want view this video into Group.
My server store a lots video. What is maximum number of Group that FMS Enterpirse can support ? And maximum number client can join in a Group ?
My FMS is install on machine:
RAM: 2GB
Core 2 :2.0 GHz
HDD: 120GB
Thanks

Hi,
Modify the code as below, 
shared dim Categories as new collection
shared Counter as integer=0
public function getGroupCounter(Item as String) as String
if Categories.contains(Item) then return "Group Footer " & Categories(Item).tostring()
Counter=Counter+1
Categories.add(Counter,Item)
return "Group Footer " & Counter.tostring()
end function
Then modify the expression that calls the code. You have to pass parameter that makes it unique througout your report. You may need to concatenate all the values of the group levels from 7 to 2 to achieve this like shown below.
=Code.getGroupCounter(Fields!Field1.Value & Fields!Field2.Value & Fields!Field3.Value)
Replace Field1, Field2 etc with the Field names you used in the group by while creating the groups.
Please feel free to discuss any further questions.
Regards
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful. BH

Similar Messages

  • How can I set up an SMS group so that all group members can dial a group number and have a text sent out to all members of the group

    How can I set up an SMS group so that all group members can dial a group number and have a text sent out to all members of the group
    This would be an SMS group similar to an email listserv but running on the SMS network
    I have seen private individuals offering this service
    It seems strange to me that no internet site like Apple, Yahoo or Google offers this as a free service much as the email group services are free services.
    Steve

    I think the app GroupMe might do what you want. You might also try contacting your carrier. My carrier offered some fancy group texting service for a while but they never really advertised it so, unless you asked, you never would have known. But, GroupMe is available in the app store. There are lots of other apps that also do group texting but it seems to be the one that gets recommended the most.

  • Transaction code to change group indicator & group number of a routine

    Transaction code to change group indicator & group number of a routine

    Post Author: paul.carpenter
    CA Forum: Formula
    Sorry for the ignorance.  I did a little more playing, created a group summary count, then checked it against my record count per group.
    All set now!

  • Profit center group number on the report painter report.

    Hi,
    We have a client requirement where we have to develop Profit center by Functional Area report by using report painter report functionality, however we are able to bring profit center group description on to the report as per the requirement, but not able to get profit center group number displayed on the report.
    Can anyone please advice me if we can get the Profit center group number displayed on the report in Report painter report. Else let me know if we can get the requirement met by an ABAPER.

    Hi.
    First of all, through transaction GS01 create a set ID for profit centers.
    Give table GLPCT, let the set type be the default (basic set) and give field name RPRCTR. Then define the range of profit centers you want. If you want all the profit centers give * in the "from value field".
    Then create a variable through transaction GS11. Give table and field as above, choose variable type set and at the default set field choose the set you created.
    Finally, at report painter go to Edit/General Data Selection and select profit center.
    Check both flags (for entering sets and variables) and give at the form field the variable you've made.
    Now the progit center group will be available in the selection screen with default value the set you've made.
    Regards

  • BOM Group number field

    Hi,
    We are using LSMW for Routing data upload.
    The "Group" field in the CA01 screen is giving a problem.
    The Group number, (which is generated internally) which was used for uploading the previous record is remaining in the field while uploading the next record also, due to which the system is not accepting the Group Counter 01 each time.
    Any suggestions please
    Thanking you
    Ramakanth

    Hi,
    If this problem is with Routing Group Number, then the Set-get parameters for the Group number must be activated.
    If it is active, immediately after coming back to the CA01 screen automatically the Group Number will appear on the screen.
    So, deactivate this in SPRO --> Production --> Basic data --> Routing.
    Hope this helps..
    Regards,
    Siva

  • Customer Account Group Number Range

    Hi Guru's,
    The Customer Account Group Number Range has currently taking 10 digits. But my client wants to be 12 digits.
    Could you please guide me, to do the necessary setting for the same.
    Kindly suggest.
    thanking you,
    regards,
    Sreeni

    Dear Sreeni,
    You can't change standard customer no range flied width.
    You can create a new ZTABLE with 12digits.
    regards
    natraj

  • ORA-15042: ASM disk "2" is missing from group number "1"

    Hi,
    I'm working on an Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Automatic Storage Management option.
    Into the ASM I had 3 diskgroups:
    - ARCHIVELOG (4 disks)
    - ONLINELOG (1 disks)
    - DATA (10 disks)
    When I try to startup the ASM instance I got:
    A-15042: ASM disk "2" is missing from group number "1"The diskgroup won't be mounted.
    I would like to remove that disk and later add a new one.
    I can I do that?
    I'm not able to mount the ARCHIVELOG diskgroup.
    I tried the command
    SQL> alter diskgroup archivelog drop disk ARCH3 force;
    alter diskgroup archivelog drop disk ARCH3 force
    ERROR at line 1:
    ORA-15032: not all alterations performed
    ORA-15001: diskgroup "ARCHIVELOG" does not exist or is not mountedThanks in advance,
    Samuel
    Edited by: Samuel Rabini on Jan 10, 2012 4:11 PM

    As that database is on AWS, I tried this:
    - drop diskgroup archivelog
    - detach of those 4 disks
    - create new 4 disks
    - attach new disks
    - assign those disks to ASM with oracleasm utilty
    - create diskgroup archivelog
    It worked.
    But because I was on AWS and more because it was the ARCHIVELOG diskgroup.
    What would I had to do if it was the DATA diskgroup?
    Thanks

  • Oracle BI EE (10.1.3.2): Maximum total number of cells in Pivot Table excee

    I'm trying to build a pivot table report from about source 1.3M rows.
    When I'm setting CubeMaxPopulatedCells to a small values (10'000 and less) I'm getting error:
    "Governor limit exceeded in cube generation (Maximum number of populated cells exceeded.)"
    Increasing of this parameter to 100'000 and more (I've tried up to 10'000'000) causes another error:
    "Maximum total number of cells in Pivot Table exceeded (Configured Limit: 200000). Try moving one or more attributes to the page axis."
    Is it possible to solve this problem?

    In the instanceconfig.xml add a <PivotView> element under <ServerInstance> if one does not exist already. Within the <PivotView> element add an entry that looks like:
    <MaxCells>nnnnnn</MaxCells>
    where nnnnnn is your desired limit for the maximum total number of cells allowed in a pivot. Warning: an excessively large number will cause more memory consumption and slower browser performance.
    Hope this helps.

  • 3905 End-Point Maximum Reach Number error message

    Dears,
    I am Hisham Fawzy, I have an issue about that 3905 End-point, it can't be able to transfer internally & externally and this message appear when pressing Transfer button " Maximum Reach Number". I believe that firmware issue but i need to confirmation.
    Note: Number of calls= 4 & Busy trigger= 2 in line configuration.
    Thanks,
    Hisham Fawzy

    Never seem this error, although I have installed a few hundred of these 3905 phones.
    Normally it is an issue with number of calls to low, but in your case it seems OK
    So just upgrade, and see what is happeneing
    Bye

  • ACCOUNT GROUP NUMBER

    Hi Every one,
    Please explain how do I give same account group number to SOLD TO PARTY, PAYER, SHIP TO PARTY AND BILL TO PARTY, and not different number to each one of above.
    Thanks in advance.
    VM

    Hi,
    Check this out [Number Assignment|http://help.sap.com/saphelp_47x200/helpdata/en/53/c98647ca3711d2b494006094b9114a/frameset.htm]
    Regards

  • Group Number of Master Receipe

    Hi
    In master receipe when I create more that one recipe for the same material, will the Group number of the master recipe will be same or it will be different for diff recipes?
    Thanks
    Karthik

    Hi,
    If you create more than one recipe for a material, then for the same group number the new recipe will be created with group counter 02.
    This is same as that of routing creation.
    Regards,
    Senthilkumar

  • Group number for multiple groups

    I have a report that has two groups. I would like to get the total number of groups in Group 2 under each group of Group 1. I know there is a Group Number field in the special fields but that will only give me the group number of Group 2 for the whole report. To clarify assuming Group 1=A and Group 2=B:
    A-1
         B-1
         B-2
         B-3
    A-2
         B-1
         B-2

    HI,
    If i understood exactly, You want to display Number of B groups  in group A's Footer. Like
    A-1
    B-1
    B-2
    B-3
    Total No Of B:3
    A-2
    B-1
    B-2
    Total No Of B:2
    Right?!!
    For this You need to write 3 formulas,
    1, First Formula,
    Shared numberVar Num:=0;
    Drag and drop this formula field into GroupA header. And Suppress it
    2,Second formula,
    Shared numberVar Num:=Num+1;
    Num
    Drag and drop this formula field into GroupB header. And Suppress it
    3,Third one,
    shared numberVar Num;
    Num;
    Drag and drop this formula field into GroupA Footer With Appropriate Label(Like "Total No Of B:"). This will give you the count of B's in GroupA footer.
    Regards,
    Salah.
    Edited by: salahudheen muhammed on Oct 8, 2009 3:09 PM

  • Group Number in Group footer

    Hi,
    I want to display group number in the footer of group in SSRS(this task needs to be done in report but not in sql).How can we accomlish this.
    Ex:If report is  grouped by state
    PA(GroupHeader)
      Detail row
    GroupFooter(1)
    NJ(GroupHeader)
     Detail row
    GroupFooter(2)
    i.e for PA group in footer it should display 1.
    for 2 nd group display 2 and so on.q

    Hi,
    Modify the code as below, 
    shared dim Categories as new collection
    shared Counter as integer=0
    public function getGroupCounter(Item as String) as String
    if Categories.contains(Item) then return "Group Footer " & Categories(Item).tostring()
    Counter=Counter+1
    Categories.add(Counter,Item)
    return "Group Footer " & Counter.tostring()
    end function
    Then modify the expression that calls the code. You have to pass parameter that makes it unique througout your report. You may need to concatenate all the values of the group levels from 7 to 2 to achieve this like shown below.
    =Code.getGroupCounter(Fields!Field1.Value & Fields!Field2.Value & Fields!Field3.Value)
    Replace Field1, Field2 etc with the Field names you used in the group by while creating the groups.
    Please feel free to discuss any further questions.
    Regards
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful. BH

  • What is excel file's maximum column number limit?

    Hello all,
    I am writing a long csv string within one line to an excel file. When I open the generated excel file, it reports "File not loaded completely". And it only generated patial file.
    I am thinking maybe excel has maximum column number limit, and my excel file required more than 312 columns, that's why it caused this problem.
    Does any one know the answer?
    Thanks in advance !
    Rachel

    Ok, I already solved this problem, excel has a 256 column limit.
    Thanks,
    Rachel

  • Lightroom purchased but downloading error (maximum authorized number of installations is reached)

    I try to install on Windows Vista 64 Lightroom 5 that I've purchased this week. Even I have obtained the serial number after having followed all the steps of the downloading instructions, an error message displays that the maximum authorized number of installations is reached. Could you help me please to execute normally this first installation of my first Lightroom software ?

    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

Maybe you are looking for

  • How to buid a jar in Jdeveloper, for a class that calls a webservice???

    Hello I have a project with a main class which calls a webservice, I deployed it in a jar file and add all necessary jars in the CONTRIBUTORS node in JAR Deplyment Profile wizard when I tried to run the jar in command window using the command : c:\ja

  • FPGA Interface Cast question

    I'm playing with a 5644 VST and the VST Streaming template.  On the FPGA VI I added some code, then added an indicator to the FPGA VI front panel and compiled.  Running the FPGA VI in interactive execution mode, the indicator works well.  On the host

  • W540 - 4k monitor at 60hz without dock possible?

    Hi, I am having issues using my Phillips 288p 4k monitor with my W540.  It runs at 4k resolution, but only at 30hz.  I have read a few threads on the forums which suggests it will display 4k at 60hz using the Ultra Dock, but I was wondering if there

  • HT5361 how do I create a group (that I can use over and over) in email

    I would like to create a group of email addresses that I can use over and over.  Can I do that in mail?

  • Guestbook on iWeb

    For my wedding website, I'd like to add a page where visitors could leave comments, greetings, ... I don't use MobileMe to publish my website. Is there a nice solution to add a guestbook on an iweb template ? Thank you for all your help.