CProjects - Project Search (front end)

Hi,
Project Search at cProjects front end (without any criteria) displays all projects in the system. This includes projects to which the user does not have any authorization.
How can we control this? Is there a way by which the system does not display the projects the user is not authorized to?
Please suggest...

Hi Bittu,
One possible solution to this can be a custom BSP development. You can develop your own search feature, and comment the standard one. However, I see this to be a very complex development. Developing this feature with multiple search criteria would be difficult. You would need a dedicated BSP/Web Dynpro developer for this.
Regards,
Vivek Pandey

Similar Messages

  • Code for a search engine front end

    I am implementing lucene on my site, i wrote some code that shows something like this:
    displaying results 11-20 of 3434
    1. url / description
    2. url / description
    page 1, 2, _3_, 4 .. 25 [next] [prev]for some reason i found this not so easy to write as i thought. calculating all those ranges etc. (the results per page is user defined). Now i am looking at my code and it seems ugly.
    so im wondering if anyone knows of an example implementation of that in java / jsp?
    i looked at nutch but its search front end is a mess of jsp java includes and is plain ugly.

    here is the code that figures out the first and last result on the page based on how many results are found, how many are on a page, and what page we are on.
    totalResults  = results.length();
              double totalPagesDbl = ((double)totalResults)/((double)resultsPerPage);
              totalPages = (int)Math.ceil(totalPagesDbl);
              if(currentPage >= totalPages) {
                   currentPage = totalPages;
              resultsPerPage = (resultsPerPage <= totalResults)?resultsPerPage:totalResults;//how many on this page
              endingResult = resultsPerPage * currentPage;
              if(endingResult > totalResults) {
                   startingResult = endingResult - resultsPerPage;
                   endingResult = totalResults;
              } else {
                   startingResult = endingResult - resultsPerPage;               
              if(startingResult > endingResult) {
                   startingResult = endingResult -1;
              }it used to be worse, i rewrote it

  • Front end Java classes?

    Aloha all-
    I'm familar with using LiveCycle Data Services with Flex and love its use of front-end ActionScript classes that map back to the server. I was wondering if such functionality was possible with Java classes? My guess is no, but wanted to make sure as I've been going through the docs and haven't found anything explicit.
    Basically, I'm thinking about using LiveCycle DS in an all Java project (Swing front end) and if it communication could be handled by DS, which I'm familiar with, instead of creating my own JMS topics, that'd be great. Plus it provides a way to move the app from Java/Swing to Flex/Air.
    Ron

    Hi Ron,
    We don't currently provide a client-side Java API for LC DS.
    If you plan on switching from Swing to Flex/Air in the future, the major thing to watch out for is that the classes you ship over the wire from the server to the client adhere to the Java bean serialization rules that Flash AMF serialization requires (no-arg constructor, public get/set methods for properties, etc.). But you should be able to expose the same server code to a Flex/Air client with minimal to no impact.
    Porting your front-end app from Swing to Flex/Air wouldn't offer any opportunities for client-side code reuse.
    Best,
    Seth

  • Project Search in cProjects 4.0 - Displays all projects

    Hi Experts,
    Project Search in cProjects fetches all projects - across all users and across all project types. This includes projects of project types the user is not authorized to. Well, the user cannot open any of these projects (unless he has authorization) but he can see all projects.
    Is there a way to restrict this? We require users to get to see projects in his search list only if the user has authorization to the corresopdning Project Type. Is there a way?
    Regards...

    Thanks Ramakrishna for responding.
    But I understand that this search is also influenced by the settings that the user does at the front end. What I mean is, if he does not put any such filter, he can still view all projects.
    Is there anyway we can restrict the users from viewing? What I mean is, can we put such filters (which the user puts at front end to search) at the back end by which the front end user just cannot see/view all projects?
    Thanks again...
    Regards,
    Bittu.

  • CProjects 4.0 - Project Search

    Hi,
    There are quite a few ways we can search for project(s), task(s) etc. from the cProjects front end. We require to extend this. For e.g. the requirement is to have the search by a few more critera. By description, for e.g. Is this possible?
    Summary:
    Can we have any more search criteria than the ones available ready made?
    Thanks and Regards

    You can extend the search help with the enhancement in the IMG:
    You can already search the text in the Project Name, this is standard. Searching the Description should be handled by TREX because of performance otherwise it would be too slow to use in a production environment.
    Copied from the IMG, in case you don't have access to a system at the moment:
    "Enhance Search Help"
    Use - In this IMG activity you can expand the search help for project definitions, phases, tasks, checklists, or checklist items, so that you can search for fields you defined yourself in customer includes.
    Activities
    Create your own new append search help in the following collective search help:
    Object  Collective Search Help
    Project Definition  DPR_PROJECT
    Copy one or more than one of the templates to create your elementary search help:
    DPR_CHKLST_H_GROUPING
    DPR_CHKLST_H_T_GROUPING
    DPR_CHKLST_I_GROUPING
    DPR_PHASE_GROUPING
    DPR_PROJECT_GROUPING
    DPR_TASK_GROUPING
    << if this answers your question, don't forget to flag as answered and award points

  • Fields for creation of BP in cProjects front-end are read-only

    Hi everyone,
    I'm a beginner in SAP-Development/Customizing so I hope this question isn't too easy
    I can't create a Business Partner using the cProjects front-end (Ressources > Staffing) because the necessary fields and buttons are read-only... (> web-Dynpro Component: DPR_ROL_STAFF; View-Info: VI_SEARCH_CREATE)
    I'm using CPRXRPM 450_700 patch 0006
    The field-control is standard-SAP (0SAP).
    My user-account has all cProject-roles + SAP-ALL
    I assume i can change the behaviour of these fields in the Field Control but I can't identify which is the corresponding Object Category to apply the changes.
    - Is there a documentation which field belongs to which Object Category in Field Control?
    - Or can somebody tell me a procedure to find it out on my own?
    Thanks in advance

    Hi,
    generally it is recommended to use transaction BP or ALE distribution to get the business partner be created.
    If you would like to create the BP in web UI directly, the user must have the Structural Authorization, see customizing path:
    Collaboration Projects -> Resource Management -> Organizational Management.
    It is very HR related topic, you may contact a HR consultant to know more details about it.
    Kind regard,
    Zhenbo

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • Search on App and Front End servers

    Hi, we migrating from SharePoint 2010 to SharePoint 2013. And I have a question for Search Service Application.
    On SharePoint 2010 Search application we have Crawl hosted on APP server and index partitions hosted on Front-end servers.
    On SharePoint 2013 Search application in Search Application Topology I see only App server with all components marked as OK.
    Is it enough to have only one App server in Search Application Topology. Or should I add Front-end server to Search Application Topology too?

    Hi,
    For a good user experience and performance, it is recommend that WFE servers hold Query processing component, App servers hold Analytics processing component,Content processing component,Crawl component,Search administration component. Here is the PowerShell
    Script for Configuring Enterprise Search Topology:
    $hostWFE = Get-SPEnterpriseSearchServiceInstance -Identity "sp"
    $hostApp = Get-SPEnterpriseSearchServiceInstance -Identity "app"
    Start-SPEnterpriseSearchServiceInstance -Identity $hostWFE
    Start-SPEnterpriseSearchServiceInstance -Identity $hostApp
    Get-SPEnterpriseSearchServiceInstance -Identity $hostWFE
    Get-SPEnterpriseSearchServiceInstance -Identity $hostApp
    $ssa = Get-SPEnterpriseSearchServiceApplication
    $newTopology = New-SPEnterpriseSearchTopology -SearchApplication $ssa
    New-SPEnterpriseSearchAdminComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchCrawlComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchContentProcessingComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchAnalyticsProcessingComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchIndexComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp -IndexPartition 0
    New-SPEnterpriseSearchQueryProcessingComponent -SearchTopology $newTopology -SearchServiceInstance $hostWFE
    Set-SPEnterpriseSearchTopology -Identity $newTopology
    For more information,you can refer to the articles:
    https://technet.microsoft.com/en-us/library/jj862354.aspx
    https://technet.microsoft.com/en-us/library/dn342836(v=office.15).aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Unable to search GAL on Lync 2013 Front End Pool through Lync 2013 client

    I'm in the beginning of a 2010 to 2013 migration and I'm currently testing co-existence functionality between pools.  I've noticed that users cannot search the GAL from their Lync client after being moved to the 2013 pool. 
    When trying to access the internal URL https://fepool13.domain.com/abs/handler the user is prompted to login and after three failed attempts, receives "401 - Unauthorized: Access is denied due to invalid credentials.  You do not have permission
    to view this directory or page using the credentials that you supplied".
    Searching withing a Lync 2010 or Lync 2013 client returns no results, but there are no errors as well as nothing in the event logs or tracing folder regarding not being able to search.
    The 2010 pool has been in production for a few years now and when accessing its internal ABS URL https://fepool10.domain.com/abs/handler the user is granted access after a successful login. 
    In the IIS logs there are slightly more detailed 401 error codes, but I’m not sure what to make of them.
    The rtcab database appears to have user information and all three front end servers appear to be syncing with active directory.  I say the rtcab database appears to have user info because the AbUserEntry table is filled with User ID'd, GUID's and a
    bunch of other stuff.
    The authentication on 2013 front end servers “internal lync website/abs/handler” is set to 1. Negotiate, 2. Ntlm - which is the same as the 2010 front end servers.
    Any ideas?

    Hi,
    Which step did you do among migration from Lync Server 2010 to Lync Server 2013?
    Did you already move CMS from Lync Server 2010 to Lync Server 2013?
    Please create a new Lync account on Lync Server 2013 pool and test the issue again.
    Please check if User Replication has completed with the help of the link below:
    http://technet.microsoft.com/en-us/library/jj204680.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Using Air 2 as a java front end in a project idea

    I watched this video on adobe tv where this guy called java process through air 2's new process invoking methods, and what I wanted to do was something simular. I have a java project that interacts with JBDC to talk to the oracle database, and currently can add, create, remove and bla to tabel entries.
    what I want to know is the HOW DO I, make air talk to java...How do i make air the front end, and java the back end with out using servers and third party applications.

    I think you may have to look at all your jar files in the project including struts jar packages, and watij home page, and verifying they all are java5 compatable. My guess is your error is caused by watij using java reflection to do something (assuming there is nothing in the project or struts using reflection) . You may try creating a small struts project that is java5 compatable and seeing if you can use the watij tool on it without an error. That way, you will isolate problems with watij and struts problem with java5, from who knows how many other problems the major project has with java5. Are you using a server such as tomcat? that has to be compatable with java5 too.

  • My project is set up with "rotation" menu intro, video, and then "rotation" on end, however, when you put DVD disc in DVD player, menu does not come up on front end, it goes straight to the video.  Is there some step I am missing?

    My project is set up with "rotation" menu intro, video, and then "rotation" on end, however, when you put DVD disc in DVD player, menu does not come up on front end, it goes straight to the video.  Is there some step I am missing?

    Open your iDVD project and go into the Map mode.  Made sure the autostart bin on the left is empty.
    Click to view full size
    If you find a video in that bin remove it, save the project as a disk image and check the disk image with DVD Player.  Then you can burn the disk image to disk with Disk Utilitiy at 4x for optimal burning.
    OT

  • MYSQL as front-end to MS Access via LabView

    Hello members,
    There is a part in my project where a program writes to a MS Access database (DB). I want to be able to take this Access DB and use it to update a MySQL DB using LabView. I have already created the DB in MySQL with exactly the same structure as the DB in MS Access. Basically, what I am trying to do is that every time the MS Access DB is updated I want to be able to post-run a VI to update the MySQL DB. So MySQL DB is my front-end for MS Access. I have the data connectivity package and I have tried couple things but in vain. I can insert data into MySQLDB but I have not been able to update a specific existing column in a specific existing table. I have searched online too for possible ways to do it and most discussions/ solutions are for MS Access to be the front-end for MySQL (I need the opposite to be working). Some other discussions were for migrating MS Access to MySQL, but it is not what we are trying to do. The MS Access DB will always be there. I do have all permissions to read/write to both DB.
    I will appreciate any suggestions or input you may be able to provide or if there is a better/ efficient way to do it.

    Based on your description I don't see how either database is a "front-end" to either one. It sounds to me like you are updating the two databases in parallel. For it to be a "front-end" MySQL would need to update the Access database directly, not LabVIEW. So LabVIEW would know nothing about the Access database. This means all the work would be inside of MySQL (such as with triggers on table updates and insertions, which I'm not sure if MySQL even has).
    I don't understand your statement about being unable to update a specific existing column in a specific existing table. What exactly are you trying? What VIs are you using? What are your inputs? Can you post your code and a quick overview of your schema?

  • Alternate "Front-Ends" for xMII

    Hi, all.
    I think it would be interesting to start a discussion about how to leverage other front-end applications for xMII.  Examples that I've used (besides xMII's UI, which I think does a lot), are Visual Composer, Visual Basic/C# .NET, Adobe Flex/Flash, Excel, InfoPath.
    Anyone else tried any others?
    The techniques I've used all depending on making XML requests to the xMII back-end, but in addition to using them directly, I've wrapped them in ADO.NET and JDBC.
    Interestingly, I've still found xMII's native UI to be pretty darn powerful even when compared to these tools.  The one that I really like these days is Flex.  Pretty amazing what can be done combining Flex with xMII.  Has anyone else tried this yet?
    Best regards,
    Rick

    Coming from a .NET development background typically with agile principles in large teams, i found myself wanting more productivity tools to use in my xMII project.
    I wrote a code anaysis tool (similar to FXCop for those who know the .NET space), which basically scans your trx files and enforces "domain specific" rules, represented as XPath expressions.
    Some patterns we want to enforce on our xMII developers are:
    Use certain global properties for action block links
    Don’t tick 'terminate with error' on terminate blocks
    Use 'reset state' on transaction calls
    Expose certain transaction properties of certain types
    Avoid default values on transaction properties
    Pass in correct params to a common transaction.
    (Note: these rules are specific to my project and do not apply to all projects)
    These sorts of things are too tedious to check when you have 100's or 1000’s of transactions in your project.
    We have enforced about 40 rules which this application recourses through the transaction folder on the xMII server and emails all the developers a list of violations.
    These rules are all configured on the fly and can be tailored to enforce anything.
    Another tool I wrote is 'Find All References', this will take a transaction name as input and display a list of transactions that call it via a TransactionCall action block. It will also search for certain strings in a transaction and certain action blocks.
    I'm also prepared to share my C# code if anyone is interested.
    Regards,
    Matt Tuohy

  • Front end components are needed for LSO

    Dear experts,
    We want to implement Training & Eventmanagent in ESS portal. I searched in sdn .But i didn't get proper solution. It seems  from EHP5 onwards these services /iviews are obsolete and TEM is repleced by LSO only.
    for LSO Implementation which Business Package and portal components I need to be installed and which Add on to be installed in Application server.
    our landscape:  portal: NW EP 7.01 ehp2 , ess wda1.50 sp5, mss bp 1.51 sp5
                               R/3-----ECC 6.0 EHP5
    please suggest me regarding  Front end Software Components with SP's for LSO implementation.
    Thanks
    veeranji

    note that
    Usage of the learning solution landscape would be captured in the
    report as a engine metric.  There is no need to set a pricelist and
    a user type.
    All users logging into the SAP systems irrespective of the modules,
    need to be classified under the contractual user types :
    ERP Developer - BA
    ERP Professional user - AX
    ERP Limited Professional user - AY
    depending on the activities of the users matching with the usertype
    definition.
    service.sap.com -> SAP Support Portal -> Downloads -> SAP Support
    Packages -> Support Packages and Patches - Entry by Application Group ->
    SAP Application Components -> SAP ERP -> SAP ERP ENHANCE PACKAGE -> EHP4
    FOR SAP ERP 6.0 / NW7.01 -> Entry by Component -> Portal Content
    Here, you will find the two BPs:
    BP ERP INSTRUCTOR & TUTOR 1.41
    BP ERP TRAINING ADMIN 1.40
    Business Package for Learning (SAP ERP) 1.0 (PE-LSO-LPO)
    and check here
    http://help.sap.com/erp2005_ehp_04/helpdata/en/43/9065e6d9f521a6e1000000
    0a1553f6/frameset.htm

  • Problem with index of numbers in BSP Front end

    Hello All,
    I am facing the below problem. Request your help.
    Scenario: When I am trying to add the projects in the Front end , I am facing the problem with the index of numbering of the projects.
    Example: If I am adding 6 projects ( at the max only 4 on each page i-e there are 2 pages ), then the index is wrongly numbered and the arrow (for direction of the pages) are wrongly displayed. The direction of the arrow is pointed to the next page rather pointing to the previous page and the index of numbering of the pages is wrong.
    Request you to please suggest if this is any code fault in the table maintainance activity in the backend (BSP).

    Hi Irina,
    If you mean the number range is skipping 10 numbers in between runs then its because of the buffering in the number range.
    To avoid the buffer influencing the number range, pass
    'X' to the function module parameter: IGNORE_BUFFER.
    This should resolve the problem.
    Cheers,
    Aditya

Maybe you are looking for

  • Can you assign MIDI instrument parameters as MIDI CC assignments (quantize, transposition, etc)?

    Hello! Is it possible to assign MIDI controller CC assignments in a way that will allow me to control the following Logic MIDI instrument parameters via knobs on my MIDI controller? I would love to have control over the following parameters with what

  • JPA Error with SDO_GEOMETRY conversion

    Attempted to perform a native SQL query which invokes the Oracle SDO_UTIL.ELLIPSE_POLYGON() function within a JPA context and got a ClassCastException. Here is code snippet: try javax.persistence.Query query = entityManager_.createNativeQuery( "selec

  • Photos importing incomplete pictures from iPhone 6+

    I imported recent (within the last 90 days) photos from my iPhone that didn't make it across in the iPhoto => Photos conversion process. That's another story in another thread here. Many of the newly-imported pictures imported from my iPhone are half

  • Webmethods or XI

    How to decide if I wnat to go ahead with my current webmethods setup or move to XI3? Is there some doc that Ic an look at that helps me dcide? Thanks, Bhaskar

  • Creating of report - most popular ivews/pages

    Hi, How could I create an report for Most Popular iViews/Pages accessed by the user? Is there any step by step documentation on this? Thank you