Project Server 2013 SSRS reports by logged in user group

Hi All,
We are using project server 2013. We have developed SSRS report. We need to display the projects based on the logged in user security group(e.g Project Manager, Administrator etc.) I tried with the below query got from a forums. But it is not working. Is
there is any way to get the security group of the logged in user using SQL query.
SELECT     MSP_WEB_SECURITY_GROUPS.WSEC_GRP_NAME, MSP_WEB_RESOURCES.RES_NAME
FROM         MSP_WEB_SECURITY_GROUP_MEMBERS INNER JOIN
                      MSP_WEB_RESOURCES ON MSP_WEB_SECURITY_GROUP_MEMBERS.WRES_GUID = MSP_WEB_RESOURCES.WRES_GUID RIGHT OUTER JOIN
                      MSP_WEB_SECURITY_GROUPS ON 
                      MSP_WEB_SECURITY_GROUP_MEMBERS.WSEC_GRP_GUID = MSP_WEB_SECURITY_GROUPS.WSEC_GRP_GUID
Thanks in advance, Taj

Taj,
The query above gives you a complete list of user groups and users. It does not filter by resource name/group.
You can get the logged in user using the "USer Filter" webpart, on which the SSRS report is being displayed (assuming you are displaying it on a SharePoint page).  You will need to pass this as a parameter into your SSRS report.
http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=214
http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=91
Prasanna Adavi,PMP,MCTS,MCITP,MCT TWitter: @prasannaadavi Blog: http://www.prasannaadavi.com

Similar Messages

  • Project Server 2013 - SSRS reports don't display icons

    We have an SSRS report that works fine in Visual Studio. It works fine in the PWA reporting document library for test. However, when we put it into production, we are getting an issue where the SSRS icons/images and the report icons for the parameter drop
    down do not display.  The image inserted is of the top header of the report where everything is a dot and should be the "refresh" and left arrow/right arrow icons from the web page and the parameters and "collapse" icons that display
    the red x.
    Collin

    Hi Collin,
    This is more of a SharePoint / SSRS issue rather than Project Server. It could be a permission issue. Or even an access issue - may be you have an alternate access mapping etc.
    It might be worth posting this query on one of the forums below:
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/home?forum=sharepointgeneral
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Project Server 2013 SSRS with Project Site

    Hi All,
    We are using Project Server 2013. We have developed a SSRS report by accessing Project Site lists. It was working fine for some time, now when we try to access the report it is showing loading. The data source itself is not working, we used http://<servername>/PWA
    as URL for the data source . The reports developed without Project Site list are working fine. 
    After 5 to 10 minutes it is showing the below error.
    An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for dataset 'dtRisk'. (rsErrorExecutingCommand)
    An error occurred when accessing the specified SharePoint list. The connection string might not be valid. Verify that the connection string is correct. (rsSPDataProviderError)
    For more information about this error navigate to the report server on the local server machine, or enable remote errors
    When we try to test the datasource connecting string, after 5 minutes showing the below error.
    An error occurred when accessing the specified SharePoint list. The connection string might not be valid. Verify that the connection string is correct. (rsSPDataProviderError) Get Online Help For more information about this error navigate to the report server
    on the local server machine, or enable remote errors 
    Below connection setings
    Thanks in advance , Taj

    Hi Taj, 
    Your list is in PWA? is a global list?, if not, try to make a connection with http://server/PWA/SiteProject may this can resolve, because when you do some DS with a SPList, your need to stablish that connection directly at site path where you have the list.
    I hope this help
    Ray

  • Project Server 2013 - OOB Report do not work - Overview report...

    Hi.
    I have followed all of the step to configure reporting as mentioned in text book " implementing and administering project server 2013'. However after configuring the secure store, excel services, analysis service and sql 2012 I am unable to see the
    OOB reports appear with information.
    I have built the OLAP cube in projects service application successfully, however when I try to run the report no information appears.
    What can I do to resolve?
    Thanks

    I assume that you have configured excel services,secure store and built OLAP cube correctly and you are also having data in your Project server.
    You can open cube report and excel report, then select row column or value according the need it will display data.
    If you are using report viewer and author group make sure account from which you are trying to open report will have sufficient access or you can check with service account.
    Also check when you open report, you select enable data which appears in the upper ribbon of the reports.
    If you still facing any issue please let us know,what exactly is the issue.
    kirtesh

  • Project Server 2013 SSRS popup reports

    Hi All,
    We have developed SSRS reports and added link (using java script) to the report to open a sub report as pop up. We tested in SSRS report manager, the popup is working fine. But when we deployed in Project Server BI center using performance dashboard
    designer, the popup is not working. How to fix the issue?
    Thanks in advance, Taj

    Hello. This isn't a Project Server issue. I would look to post this on the SharePoint forum or the SSRS forum. Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Project Server 2013 - OOB Reports Error

    Hi,
    I have configured PWA site and I created and published many projects. I'm trying to use the OOB reports but I have the following error when I'm trying to view the report from the PWA but if I opened the report in Excel then refreshed data connections
    it will work.
    Any idea why it is not working from PWA?
    Thanks,

    Please configure Secure Store Service in order to  open report in WEB.
    I think either you are using Report Viewer and report author Group that is why you are able to open report on excel or you are using account which you configured in in excel services. If you will try with any other user account to open excel report then
    only accounts which are available in group can view the report.
    If you need your users to open reports in Excel client, you must follow the Report Authors configuration.
    Secure Store is only used by Excel Services it means if you want to open excel report on web(IE) then you must
    configure Secure store services.
    Secure store service doesn't
    talk to the Excel 2010 client.
    Report Viewers group configuration only supports use of reports on the web via Excel Services
    kirtesh

  • Project Server 2013 reporting security

    HI
    I have a question and I have seen a couple similar ones but nothing definitive on the topic of permissions/security for Project server 2013 (in project server security mode) for either Excel(Odata) reports or for SSRS reports. 
    Even setting security aside the Out of the box configuration is certainly not elegant or even usable.
    Situation:
    In PWA project managers and team members can only see projects they, own, are team members on, or have been granted permissions explicitly to. (Pretty standard - is using security templates and "my Projects"). We are using secure store
    and impersonation for access to reports. We do have report authors groups.
    As an example a PM needs to create a weekly  status report but should not have to pull all the data back to then filter for their one project.
    However, when a PM goes to either SSRS or Excel using oData they can see every project in the company.  This is just does not make a lot of sense. Why would I hit the database for 100projects when I only care about one and yet there seems
    to be a lack of information on the topic. In contacting Microsoft we were told there was nothing we could do that is how it was designed.
    REALLY???? (see above)
    What we have come up for our approach is  that we're currently using the UserID value to set parameters in our data sources, but are looking for more 'elegant' approaches
    to security (if they exist) as there are some liabilities with this approach (EX is a report author forgets to put the parameter in the users will get everything back.
    QUESTION:
    If there is not another approach then we will stay with it. We can't imagine there isn't a better way.
    Additionally, the Project user view only contains the identity of the project owner not the rest of the team members (including sponsors who might need to see the data.) so where are they in the database?
    Tasks

    Hi Paul,
    I have a similar situation only I'm using Project Online. I have setup Groups and Categories where there is a relationship between clients and groups, and projects and categories. 
    Only issue is that when running a report a user receives an error and then all the data shows for all projects irrespective of the group/category/project relationship and the fact that user only exists in one group (and therefore can't see
    or access the other projects in PWA outside of their group.
    Hope that makes sense.
    Regards,
    Conrad

  • Project Server 2013 reporting database change in Schema from Project Server 2010

    I have a current Project Server 2010 implementation, I am planning to migrate to Project Online.
    We have Customized Reports that consume from the PS 2010 Reporting DB.
    Are there differences in the Reporting DB schema  between PS 2010 and Project Online?
    My Question is: if we migrated to Project Online, will the reports crash?
    Another question is that, is PS 2013 Reporting DB schema the same as Project Online?

    Hi Atia,
    IN project server 2013 we have only one database instead of 4, it means draft, archive, published and reporting with in one database.Project Server 2013 reporting database schema tool that can be downloaded.
    http://blogs.msdn.com/b/project_programmability/archive/2013/01/28/project-server-2013-reporting-database-rdb-schema-reference.aspx
    There are differences in reporting of on-premises vs. Project Online
    The Project Server 2013 reporting schema includes three new tables, 27 new views, and a total of 33 tables and views that include new fields.
    Answer-1 : Yes there are some differences between PS 2010 and project Online.
    Answer-2 : Reports will crash as In Project Online you have to use ODATA to create report. You can not query project online data for reporting directly you have to have use ODATA. 
    http://msdn.microsoft.com/en-us/library/jj163015.aspx
    Answer-3 : NO, PS 2013 Schema and Project online Schema is different. 
    kirtesh

  • Project Server 2013 Report Configuration

    Hi All,
    We are using project server 2013. We have configured the reporting server according to the below URL. But some default excel report (especially graphs) are not working i.e not showing the data. When we try to refresh the report getting the below error. is
    there any additional configuration needs to be done.
    Thanks in advance, Taj

    Hi
    Is it a Odata connection ? If it is then it might not work.
    Below is the information taken from the site
    http://office.microsoft.com/en-us/office365-suite-help/office-365-known-issues-HA102919011.aspx?CTT=5&origin=HA102901439
    Excel reports using OData connections can't be refreshed in Excel Services  
    In both Project Server and Project Online, when an Excel file is selected and displayed in the browser using Excel Services, if the Excel file has connections to the Project OData feed, a user may attempt to refresh data connections, but the refresh will
    not be successful.  
    Workaround    To refresh your data, open the file in Excel 2013, refresh the data, and then save the file back to the SharePoint document library where it resides. Next time the report is viewed using Excel Services, it will have the most
    recent data.

  • Project Server 2013 - Reporting ( Project publish ) Queue Job Error - 24006

    I am trying to publish a project and getting below error
    please provide me a solution your help greatly appreciated
    Reporting ( Project publish ) Queue Job Error - 24006 
    General
    Reporting message processor failed:
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='5a10ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='e412ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='6e15ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.

    If your farm is not updated please update it  from OCT  CU for 2013 project server.
    Please update it as cumulative update is having hotfix for this issue.
    http://www.intersoft.no/blogg/item/33-april-2013s-cumulative-update-for-project-server-2013
    http://www.datazx.cn/Fv7p5a/xw-US/dc6mbbt6-btss-fxi4-s8c4-8jsribt69m8x/nnn.projectserverexpertrs
    As per the 2nd link Oct Cu for 2013 is fix this issue hence i would suggest you to upgrade from OCT CU.
    kirtesh

  • Excel 2010 reporting with Project Server 2013

    Our company purchased SharePoint Server 2013 and Project Server 2013, mainly for the reporting/BI attributes. I read that the report templates, etc. that can be used by Project Server web app can only be accessed with Excel 2013?? Does that mean that our
    group/customers have to upgrade to Excel 2013 to take advantage of the Excel Services? This is a huge deal. Can you please let me know as soon as possible? Yikes!! :-O

    Hi,
    As far as I know, Excel 2010 is still supported by Project Server 2013.
    See here:
    https://technet.microsoft.com/en-us/library/ee683978.aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Authentication of Excel reports in project server 2013

    Please consider below scenario and advise me what I have missed or may require changes
    I have configured Excel Services Account in my project server farm
    Excel reports are browsed fine
    Once Refresh All data is clicked end in an error :
    We couldn’t load the Data Model. This may be because the Data Model in this workbook is damaged. 
    Access was denied by the external data source. The following connections failed to refresh:  xxxxxxxxxxxxxx
    I have already given read permission on the application to the excel services account.
    What could be the issue and how can I resolve this? 
    Regards, Syed Faizan ur Rehman, CBPM®,PRINCE2®, MCTS

    Hi,
    Did you add the apprpopriate urls to the trusted site locations?
    See reference:
    http://technet.microsoft.com/en-us/library/ee662106(v=office.15).aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Can new PWA views be created whereby a filter can be set and associate to the view by default? (Project Server 2013 ONLINE)

    My main question is: Can new PWA views be created whereby a filter for that view can be set, and associate to the view by default? (Project Server 2013 ONLINE)? and can I have a filter set to filter on person logged on to...
    In previous versions of Project Server, when CREATING a PWA view, we were able to apply/ define a filter for that view.  Does not seem like it is the case in Project Server 2013 Online.  And if I remember, we could also use the URL Guid_view_id. 
    Please confirm; and / or tell me how-to.
    What I was hoping to do is the following... Given that our standard that we have adopted for reporting time is 'My Timesheets' (fyi, Single Mode Entry=ON), we have some resources who have others who do it on their behalf via 'My Tasks' (ie., accomplished
    by using the 'Assignment Owner' field, accordingly).  Therefore, when entering time on someone else's behalf within 'My Tasks', we like to present the user that is logged in only the tasks that they are are assigned to update on others' behlaf.
    I know that there is another more elegant approach to doing this which may be to use the Delegation feature. But since we are trying to stick to Sharepoint Security mode for now, this is not an option for the time being.
    Any help appreciated would be greatly appreciated.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    1- You still can define in Project Online a filter in the view settings, it is located just above the category setting. Here is a screenshot of the summary project center view:
    2- The view GUID is not anymore in the URL, since the URL triggers an action only on the webpart and not on the whole page. I agree this is annoying since it was great to send a URL with a specific view.
    3- Concerning the access to my timesheet versus my task, I'm not sure to get a full understanding but on a general way, it is much more easy to deal with those situation using categories which you cannot do with the SP permission mode.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to import the Issues list from an Excel File in Project Server 2013

    Hi,
    I'm using Project Server 2013.
    A Project Manager has been playing with the Issues List, deleting some fields, creating new columns and modifying some columns name. The result of this is that I'm getting this error everytime the task
    Reporting (Project Sync) is executed:
    General
    Reporting Wss list sync failed:
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='4feafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='5deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='69eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='75eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='81eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='8deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    Reporting message processor failed:
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='5beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='67eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='73eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='7feafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='8beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='97eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    Queue:
    GeneralQueueJobFailed (26000) - ReportingWSSSync.WSSSyncMessageEx. Details: id='26000' name='GeneralQueueJobFailed' uid='98eafda7-f147-e411-940d-005056957f05' JobUID='9e937da7-f147-e411-940e-005056957f0d' ComputerName='b579360a-53ab-4fe0-bf9b-c62f5e8d3529'
    GroupType='ReportingWSSSync' MessageType='WSSSyncMessageEx' MessageId='1' Stage='' CorrelationUID='0945bd9c-0d6a-a0f1-47b0-68cdfcfbff9a'. For more details, check the ULS logs on machine
    b579360a-53ab-4fe0-bf9b-c62f5e8d3529 for entries with JobUID
    9e937da7-f147-e411-940e-005056957f0d
    What I'm trying to do is to create a new Project from the scratch, update the Issues List, not deleting or modifying columns, just creating new columns in order to match the names he (the Project Manager) put in his Issues List, then Export the list to Excel,
    and then create a datasheet view matching the Exported list, but here I don't know how to import the list (copy / paste or whatsoever it can be done...)
    Do you know how to do it, or do you know another/any method to solve this problem?
    Thank you in advance,
    José Espases

    Hi José,
    2 considerations: 
    The first one is that (as you experienced) one should not delete or rename any of the predefined columns in the risk/issue list. What you did is the right way, meaning keeping the native column as is and creating new ones based on the business needs. Finally
    you just need to create view with the appropriate fields.
    Then for importing risks from an Excel list, I can't test it right now, but you should have a datagrid view (MS Access type) allowing you pasting data from Excel.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How to get timesheet information in a javascript (Project Server 2013)

    Hi all,
    In Project Server 2013, I'm trying to customize the Timesheet ribbon. This far, I've been able to add a new button and tie an event to it. All is working well. This is all done using elements.xml and a javascripts.
    Now the problem is that I want to get some informations about the timesheet (the Guid for example) and, for now, I've got no success. I know that there is an object called PS.TimeSheet, but when I try to use some PS.TimeSheet's methods I get an error.
    Note that i'm in the page http://servername/pwa/timesheet.aspx (there is not Guid in the address) and all the treatments should be done in the javascript (no call to another aspx page)
    Thanks !

    Finally, I've found the solution.
    My goal was to add a button in the timesheet ribbon to launch a special report showing some data about the timesheet. The report has the timesheet Guid as parameter.
    To customize the Sharepoint ribbon, you have to do it via an xml file and a javascript (a lot of explanation is available in the internet that explains how to do it). So I had to call a function in the javascript to launch the report (which is a SSRS report).
    When you are in a javascript you have access to many global variables. When the timesheet.aspx is displayed, there is a global variable called "timesheetComponent".
    Using this variable we can call the method :
    timesheetComponent.m_consumedApi.get_Impl()
    to get an implementation of the current timesheet. This implementation has an attibute that has a lot of nice stuff about the current user and the current time sheet. This attribute is 
    _headerInfo
    _headerInfo is a structure that includes tsUid which contains the timesheet Guid I was looking for.
    Finally, the function attached to the button goes like this :
    function _LaunchReport() {
    var tsUId;
    var rptPath;
    var tsImpl = timesheetComponent.m_consumedApi.get_Impl();
    try
    if (CONST_REPORT_PATH == null || CONST_REPORT_PATH == "" ) {
    alert("Constant CONST_REPORT_PATH is not defined")
    else {
    tsUId = tsImpl._headerInfo.tsUid;
    rptPath = CONST_REPORT_PATH + 'TimesheetDetails&rs:Command=Render&rc:Parameters=false&TimesheetUID=' + tsUId;
    window.open(rptPath);
    catch (Err) {
    alert(Err)
    CONST_REPORT_PATH is the path to SSRS defined elsewhere
    I hope this will help some other poeple !

Maybe you are looking for

  • Issue in Display PDF OutPut with Thai characters using OracleReports9i

    The Report has Cordia New font for display the Thai Charecter.I am using the Win2000 OS. The Oracle ReportsBuilder9i shows proper Thai Character, but when we generate to PDF file the output shows as junk in Adobe Acrobat Reader5.0 The environment var

  • File type from file name

    Hi, Is there any standard method to get a file type from file name? File name can be ‘C:\test.doc’ or “C:\test’(test – is file) i.e. with or without file type extension. ...Naddy

  • JSP and classes

    I created a JSP file in ..webapps/myapp folder .I want to create my own DateFormatter class in a separate file and use this class in the JSP file.I tried putting it in .../WEB-INF/classes folder but it gives error An error occurred at line: 43 in the

  • Web based mail program like hotmail or yahoo

    Hi All, How do I create a web based mail program like yahoo or hotmail using Java Mail API? If any one knows please let me know. my email id: [email protected] Thanks and Regards, Sarat

  • RMS Installation using Retail Templates from RA

    Hi, I have pre-installed RA 13.2.3, and now I need to install RMS 13.2.3 in the same server (64 bit environment). So, I'm thinking of installing RMS in a different database instance in the same Oracle Software. Can I use the same Retail Template from