MSS 60.1.20: Reporting: limited to 38 employees

Has anyone ever ran into a problem within the MSS Reporting area of portals where if you select more than 38 employees in the selection criteria that the report just hangs. All of the HIS reports seem to be doing this for me: Service Anniversaries, Entries/Leavings, Birthdays, Phone List, etc. If I select 38 or less, the reports work fine. Any suggestions?

Hi Adam,
Can you check the log file and let us know what's the error you get there ? Would also request you to have a look at a backend and check of any dump.
Regards,
Sunil

Similar Messages

  • FSRM report limits using PowerShell

    I am following this article:
    http://blogs.technet.com/b/filecab/archive/2014/05/20/set-fsrm-storage-report-limits-using-powershell.aspx
    I did have this working just fine, but after installing Windows Updates today on a 2012 R2 box this functionality breaks the GUI. Now, any time you try to edit a report you are hit with Event ID 0, 'file server resource manager value is not valid' and a
    GUI error of 'Unexpected Error. Value of 1000 is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
    The report still runs, but you cannot view in the GUI until you again use PowerShell to decrease the limits back to default.
    Any ideas on how to fix? (Other than removing the updates) Seems a recent Windows Update has broken this.

    The Windows Update version is the latest available. So if you have a 2012 R2 server and install every available update, that's the level I'm at. It was a recent update that seems to have broken this, I just don't know which one.
    The parameter was already set to 1,000 and was working fine. The default is 100, and any value greater than 100 now produces the GUI error.
    Newly created reports also produce the same error. I stress that the reports do still run with the value of 1,000 set by PowerShell, it's just the GUI that does not recognise the values set by PowerShell.
    Looks like a bug in a recent Windows Update.

  • SharePoint Foundation 2013 - report / chart / Graph for Employee vacation.

    In SharePoint Foundation 2013 I want to create a report / chart / Graph for Employee (Employee Id,Employee Name & Department) which will show month wise from which date to which date Employee are on vacation in particular department.
    I'm thinking to create one List where where user will enter there vacation details and from that list report I will create chart / Graph Department wise to check the Employees availability.
    Please provide some good example or idea in detail for this.

    Hi,
    Chart Web Parts are useful for visually representing data in line charts, bar charts, and other views. Charts enable you and other users to view performance information at a glance.
    In SharePoint 2013, chart web part is one of the discontinued features. We usually use Excel Service to replace it, however, Excel Service is only available in Enterprise edition, so we need to figure out coding methods or third party tool if you are using
    Foundation edition.
    Here are some links for workaround in your situation, please check if they can be help:
    http://sivarajan.me/post/SharePoint-2013-Chart-WebPart-Using-HTML-5-RGraph-with-WCF-REST-Services
    http://charts4sharepoint.codeplex.com/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to find the list of cost centers reporting to a particular employee

    Hi Experts,
    I have to create one report in Java Web Dynpro. In the report, I have to display all cost centers reporting to a paricular employee. For example suppose Vice President of company has pernr 6481. From pa20, we quickly find out that his cost center is say 1209000. Now the Vice President has several reporting cost centers. For example one cost center will be for Marketing Deptt, other may be of HR deptt.
    Please let me know how I can find out that what all cost centers are reporting to pernr 6481(Vice Preseident)
    Regards,
    Gary

    Hi Pradeep,
    Thanks for email. In my project name has been maintained in CSKS-VERAK. However this name does not matches exactly with the name of pa20 (HR). It looks like SAP has not provided data integrity between HR name and CSKS-VERAK. It seems that while creating cost center, the user enters name in his own way. For example "Al-Fahad Malki" can be written in "Malki Fahad-Al" or "Malki Fahad" or "Al-Malki Fahad". The name of user in pa20 may be "Al-Fahad M". So it is not possible for us to use solution provided by you.
    Hi Pradeep, SDN Users,
    I have used following logic for getting cost centers for given pernr.
    1)     Take pernr as input. Exexute RFC HRWPC_RFC_OADP_GET_NAVOBJECTS. While executing RFC pass following values:
    a.     OBJSEL - MSS_TMV_EE_ORG1
    b.     Begda u2013 Today date
    c.     Ends u2013 Today date
    d.     User u2013 pernr
    e.     Cachemaxage -  -1
    2)     Then program should read the value of OBJID from HRWPC_RFC_OADP_GET_NAVOBJECTS output.
    3)     After this program should read value from HRP1001 for following condition
    PLVAR = 01
    OBJID = OBJID of step 2
    RELAT = u2018011u2019  and
    RSIGN = u2018Au2019 and
    (check todayu2019s date is >= begda and <= endda ) and
    SCLAS = u2018Ku2019 u2026  and
    SOBJID  = first 10 charactersu2026
    The cost center will be first 10 characters of SOBJID.
    4)     Return the Cost Center as derived in step 3. The cost center name and cost center name both should be returned as the output.
    5)     Sort the Cost Centers in ascending order of Cost Center name, if needed.
    Regards,
    Gary

  • For an Org Unit, how do we get all Reporting Org units (Also employees reporting to the sub org unit) & Employees ?

    Hi Experts,
    I have a very common requirement in SAP HCM ABAP development.
    For an Org Unit, how do we get all Reporting Org units(Also employees reporting to the sub org unit) & Employees ?
    I have tried using RH_STRUC_GET_MULTIPLE_ROOTS and RHPH_STRUCTURE_READ, but the evaluation path is insufficient to get all objects under it. I tried with both O-S-P and O-O-S-P evaluation paths and as per some constraints, I can’t create a customized evaluation path for a reason.
    I am using PNPCE database for user selection screen and user would be advising the Org unit. I even referred the standard transaction ‘S_AHR_61016495’ which is using PCH logical database.
    I would really appreciate if anyone could provide a solution for this. (Rewards guranteed )
    Kindly help.
    Thank you.
    Regards,
    Mahesh Konade

    Hi Alexandre,
    Although I could not respond in time, thank you so much for your prompt reply.
    I had used the same RHPH_STRUCTURE_READ and passed the appropriate values to it, but it did not populate the required results. I cross checked the results manually, may be some relations issue. But later I tried using RH_STRUC_GET_MULTIPLE_ROOTS and it worked fine.
    Meanwhile I had done a workaround with PCH and RH_STRUC_GET and it served the purpose of getting all the Org units, it’s reporting sub-org-units, positions and persons (The deepest structure from the root org unit advised on selection screen).
    The solution I used is, I captured the org-units advised on selection screen by user using PCH logical database and then by looping on sub-org units reporting to the main org-unit I populated related positions and persons holding them and assigned it to the PNPCE logical database.
    Thank you so much for the help.
    Regards,
    Mahesh Konade

  • How can i see Approver (Reporting To)  of the employee in HR

    how can i see Approver (Reporting To)  of the employee in HR
    thanks.

    Hi,
    For what do you need this?
    Can you explain it in more detailed manner?
    Thanks
    Abhijith H

  • Sales Report query by Sales Employee

    Hi All
    I need your help I have a problem with a custom report I created based on a query.
    Here is the query.
    SELECT T4.[SlpName], T3.[ItmsGrpNam], sum(T0.[LineTotal]) AS 'Line Total' FROM [dbo].[INV1]  T0 INNER JOIN [dbo].[OINV]  T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T0.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod INNER JOIN OSLP T4 ON T0.SlpCode = T4.SlpCode WHERE T1.[DocDate] >=[%0] AND  T1.[DocDate] <=[%1] GROUP BY T4.[SlpName], T3.[ItmsGrpNam] ORDER BY T4.[SlpName], T3.[ItmsGrpNam]
    This report is must show the same info. as the sales analysis report based on sales employee and gropued by item group.
    Hope this is clear thanks
    Bongani

    create crystal report using query
    SELECT  T1.DocDate, T4.SlpName, T3.ItmsGrpNam, sum(T0.LineTotal) AS 'Line Total' FROM dbo.INV1 T0 INNER JOIN dbo.OINV T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T0.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod INNER JOIN OSLP T4 ON T0.SlpCode = T4.SlpCode  GROUP BY T4.SlpName, T3.ItmsGrpNam ORDER BY T4.SlpName, T3.ItmsGrpNam
    and pass doc date as parameter in crystal report.
    you cant pass parameters directly in query to use in crystal report.
    you you want to pass parameter s in query create the stored procedue in sql.
    other wise pass the parameters in crystal report.
    hope this will help you
    regards,
    neetu

  • Ability log and track the time and expense reports of the sales employees

    Hello Experts
    Ability to log and track the time and expense reports of the sales employees.
    Can we do this through WEB UI
    Please revert.
    Regards

    Hello
    Thanks for the reply
    I thought of storing time zone in the time and use session variable to pick up user's log in info along with time zone that he is associated with.
    However, if it has to be maintained by a table, then it should be manually updated right? I don't think that's what I want to do because a lot of our users travel a lot for short time, so they may not have their time zone info updated in the DB table when they are traveling somewhere else for a brief period while accessing OBIEE.
    So my question is, how can I pick up user's locale time zone setting and make sure that the data, such as hour conversation are converted along with the displayed time stamp?
    Thanks

  • Desktop Publisher Scheduled Report Limits

    Post Author: bicknell
    CA Forum: crystalreports.com
    Using the crystalreports.com desktop publisher, a customer scheduled the upload of 80+ reports to crystalreports.com on a dailybasis.  Some of the jobs were failing and others seemed like they were being run continuously.    There are two significant points to know about the desktop publisher:When the desktop publisher uploads a file to crystalreports.com, the program needs to logon to crystalreports.com using your crystalreports.com user account.  The site only allows 10 concurrent logons for the same account at any one time.  This effectively limits you to scheduling 10 documents at any one time.If you are refreshing these reports before they are uploaded, the number of concurrent refreshes will be limited by the resources of your computer.  It is a fairly expensive process in terms of memory and CPU time, especially if you have a large number of records in each report.  We've had another customer report that they could only actually refresh about 10 reports at a time before they started getting failures. This could be a combination of report size/complexity and the processing power of your computer. Note: The ODC and SFDC connector are designed to handle much bigger tasks than the desktop publisher. The desktop publisher is designed for lightweight loads not exceeding 10 connections.

    Post Author: norton
    CA Forum: crystalreports.com
    Hi JD,
    I'm not sure about the "unable to connect to the file" error you are seeing.  Can you post the exact wording of the error and where you are seeing it?  If you can post a screen shot of the error, that would be great.  If you change the file name of the rpt on your hard drive, the task won't be able to find it the next time it runs.  Could that be the problem?
    You should be able to create a task in the desktop publisher, point it to a report and schedule it - at that time, it will prompt you for the db logon and parameter values.  Once you have supplied that info, the task will run according to whatever recurrence pattern you have set - daily, weekly, whatever.  Each time the task runs, it will try to refresh the rpt file with the db logon and parameter values you specified and upload the rpt file to crystalreports.com. 
    You should always be able to open the rpt file in Crystal Reports, however I have seen a problem where the rpt file gets corrupted if you run out of disk space when the report is being saved after the refresh.  The error we got from this though was that the rpt file had been corrupted.  I don't think it complained about not being an rpt file.
    Yes, you should be able to use a salesforce.com db connection and you should be able to configure the desktop publisher task to run every 30 minutes.
    Yes, if you do edit the rpt file  you should see the changes the next time the task runs.  We have found problems where you will get an error on uploading to cr.com using the overwrite option if the rpt file has been changed "too much".  Most often this only applies to the db connection changing too much.  If you are just editing the report layout, that should be fine.
    Steve

  • : MSS 60.1.20  Reporting Workset

    Please could someone give me a list of all the standard reports contained in the MSS Reporting Workset.
    Thanks!

    Hello Stuart,
    The following link contains al the details about Report Workset of MSS.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/2f/d7844205625551e10000000a1550b0/frameset.htm   -
    > Click on "Workset Reports" from Left Hand bottom of the page.
    Regards
    Deb
    [Reward Points for helpful answers]

  • Is a subquery in a BO report limited to a max number of records???

    Here's my problem:
    I recieved an excel sheet with 700 records of customers from a client who wants me to to create a report with specific data for these customers in my Business Objects universe (BO6.5 on SQL Server).
    So I created a dataprovider with query 1, i.e. the requested data of customers. Then I created a second dataprovider, query 2, based on 'personal files', i.e. the excel sheet. In query 1 I added to the conditions that each customer should be in (sub)query 2 (CustomerId In list of the query result ('query2.CustomerId').
    the syntax I have used for this seems OK.
    However, I recieve the following error: "Too many selected values (LOV0001)". I know this error has to do with parameter MAX_INLIST_VALUES, which is limited by default to 99 and can be extended to 256 max. But I thought it refers to the max number of items in lists of values.
    When I limit the number of records in the excel sheet to 99 the result is perfect (proof that I got the syntax right!). I can upgrade the parameter to 256, and can split the excel sheet into three, but that will not be useful when next time my client sends me 10.000 customer records.
    Can I make reports in BO which use subqueries that result in more than 256 records at all? (hardly imaginable).
    What is the best way to do this?
    Thanks in advance!

    Hi Lucas,
    Following is the information regarding the issue you are getting and might help you to resolve the issue.
    ADAPT00519195- Too many selected values (LOV0001) - Select Query Result operand
    For XIR2 Fixed Details-Rejected as this is by design
    I have found that this is a limitation by design and when the values exceed 18000 we get this error in BO.
    There is no fix for this issue, as itu2019s by design. The product always behaved in this manner.
    Also an ER (ADAPT00754295) for this issue has already been raised.
    Unfortunately, we cannot confirm if and when this Enhancement Request will be taken on by the developers.
    A dedicated team reviews all ERs on a regular basis for technical and commercial feasibility and whether or not the functionality is consistent with our product direction. Unfortunately we cannot presently advise on a timeframe for the inclusion of any ER to our product suite.
    The product group will then review the request and determine whether or not the functionality/feature will be included in a future release.
    Currently I can only suggest that you check the release notes in the ReadMe documents of future service packs, as it will be listed there once the ER has been included
    The only workaround which I can suggest for now is:
    Workaround 1:
    Test the issue by keep the value of MAX_Inlist_values parameter to 256 on designer level.
    Workaround 2:
    The best solution is to combine 'n' queries via a UNION. You should first highlight the first 99 or so entries from the LOV list box and then combine this query with a second one that selects the remaining LOV choices.
    Using UNION between queries; which is the only possible workaround
    Please do let me know if you have any queries related to the same.
    Regards,
    Sarbhjeet Kaur

  • Report limits for individual tests

    Hi All
    I have a system under test which I interrogate (via RS232) for embedded hardware and firmware information. The reported response has to be added to the final test report along with all the other specified test cases.
    e.g.
    Operator:  xyz
    Date:  xyz
    UUT Type: xyz
    Serial Number: xyz
    PTS 2.1 Embedded H/W (Processor)  12345 version A  12345 version A
    PTS 2.1 Embedded H/W (Amplifier)    23456 version B  23456 version B
    PTS 2.1 Embedded H/W (Filter)         34567 version c  34567 version c
    PTS 2.1 Embedded H/W (Pre-Amp)   45678 version D  45678 version D
    PTS 2.2 12V OFF Current                  2.1mA  5  LT
    PTS 2.2 12V ON Current                   250mA  300  LT
    etc
    etc
    The only way I can think of to get the information into the main body of the report is to perform a 'String Value' test on it. However I then get the limits displayed in the report as well making the final report look messy. I do need all the limits in the report for the usual test cases e.g. voltages, currents etc so I cannot turn off limit reporting in the configuration  report options.
    Is there a way to turn OFF the limits reporting for individual test cases?
    Regards
    IanR

    What version of TestStand are you using?
    You could change the step to an 'Action' step and put the RS232 string in the report text for the step?  It depends on how your report options are setup in your environment.  Where I work, we do not put any Action steps in the report just Pass Fail results.  Hence you would have to change the Status Expression for your Action step to something other than "Done"....
    Otherwise in TestStand 4.0, you can click on the Property Browser view under the Properties Tab.  Right Click on the Limits container and select 'Advanced -> Edit Flags'
    Within that box there is an option 'Is Limit' checked, perhaps by unchecking this option it will not be put in the report.  Although I would NOT do this, because it is difficult for anyone taking over your code ( unless you document you changed this flag ) to see that it is unchecked.
    Thanks,
    Paul Holzrichter

  • Inventory canned report limitations

    Hi,
    does anyone know about limitations regarding ZENworks canned reports?
    E.g. the report "microsoft office per machine" stops reliably at a machine
    count of 200. The same manual search (searching for the product ID)
    returns over 500.
    kind regards
    Birgit

    Bj,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • MSS - Adding a Standard report to the reporting section

    Hi All,
    I want to add Birthday list report to the reporting section in MSS.
    Right now I have  ee due to retire report, I want to deactivate this report and add standard Report " Birthday List".
    Please guide.
    Checked PPMDT, there is no brthday list report. How to add this to the set of reports.?
    Regards,
    Swati Sahu

    the birthday  list query had inconsistencies , resolved the inconsistencies and then could see the report in the MSS. For removing a report goto
    Personnel management > HRIS > HIS > Define task Functions.
    Remove the report entry which is not required. At the same place new reports can be added.
    Swati

  • MSS - selection list in Reporting Tool

    Hi experts,
    I've designed two orgview groups and two report categories for Reporting Tool of MSS. I would like to display each orgview respectively depending on the category of the report I select.
    I know the portal calls the FM HRWPC_RFC_OADP_GET_ORGVIEWGRP to create orgview, but have no idea how should I enhance or modify the FM. Any idea? Thanks.
    Regards,
    Shane

    Hi,
    Can you give more details pl?
    Srini

Maybe you are looking for

  • Text in DW CS3 appears BOLD online

    I am encountering a recurring problem in all my DW activities. Apologies if this is obvious, but I really need to resolve this before going any further. Basically, any text that I use appears in BOLD when I preview in browser or view online. I am usi

  • Help:  Report Builder does not do JSP on Laptop ......

    Hi, your experts: I installed 9i DB and 9i DS (a complete 1.9GB install) in separate homes on a laptop running win 2000. I can create or open paper-layout reports with no problem. But, I can NOT create new JSP reports (using report wizard) OR open JS

  • Any Good Book on SQL , PL/SQL Tuning?

    Hi, Please suggest me some good book on SQL , PL/SQL Tuning? Thanks. --Sam                                                                                                                                                                               

  • TS1398 WiFi selection in settings is all greyed out - I cannot choose a WiFi connection

    Suddenly my WiFi connection on iPhone 4S is kapput.  WiFi selection in settings is all greyed out - I cannot choose a WiFi connection

  • DB start message to VB application

    hi all I have an application build in Visual basic, which connects to oracle DB and preforemes some tasks, due to backup and some other reasons the DB need to be shut down and than restated again, my problem is, Is there any solution for whenever the