SmartView Task List not opening FR report

I am trying to open FR report from a Task List task in SmartView (using Planning provider). If I am already logged into my Planning application in browser, the report opens. But if I am not logged (e.g., browser is closed), an empty page opens in browser, and at the bottom is status "Done" but with the error icon.
Is there a way (URL format) that would enable user to open report from SmartView Task List without having to log to Web client first?
Environment: EPM 11.1.2.3.500, FRS 11.1.2.3.503.0917, browser: IE 8, Excel: Office Professional Plus 2010
Thanks,
M. Sladic

Celvin, Ramkumar, thanks for your suggestions. My colleague, Soumyajit, discovered that the original method (URL) needed to be replaced.
Here is the original URL we used (this one was opening report twice on first open, and didn't open report from SmartView unless user was already logged to Workspace):
** https://i<server>/workspace/WorkspaceLaunch.jsp?uri=module%3Dwksp.relatedcontent%26repository_path%3D%2FReports%2FStatement%2520of%2520Financial%2520Statement%2520-%2520Expandable
Instead the right call is:
https://<server>/workspace/index.jsp?module=tools.relatedcontent&repository_path=%2FReports%2FFinancial%20Statement%20-%20Expandable
Using this other URL, the report:
- when open from the Tasks List, opens only once even the first time;
- opens in Workspace without additional login when opened from the Task List in SmartView
Note: We are using variant of OAM, maybe that has some impact to it. Not my area of expertise, though...
HTH,
Milos

Similar Messages

  • Crystal Report Runtime Error 9.0.Could not open the report

    Hi,
    Getting the Crystal Report Runtime Error 9.0.Could not open the report while Run on Launch Application. Actually in Launch Application, created a link for exe which is having crystal reports. We can open the Crystal Reports from the exe outside B1.
    Note: SAP 2007, Crystal Report 2008 is using.Normally can open crystal report.
    Any help to fix the error is appreciated.
    Thanks & Regards,
    Parvatha Solai.N

    Hi,
    Please post screen shot of error message here.
    Thanks & Regards,
    Nagarajan

  • Task List URL (to FR Report) opens in new window, but not for all users!

    Hi all,
    I am not sure if this is the correct forum to ask the question (for me it looks like an IE topic), but perhaps anybody can help me anyway...
    In one of our Planning apps (9.3.1) we defined several task lists and tasks that link to relevant FR Reports (URL Tasks). If I open the URL task in basic view the relevant FR Report opens in the same IE Window (in the main frame of the planning app). If my colleague opens the same task the FR Reports opens in a new IE Window.
    My problem is that I dont have any ideas where I can set the relevant property. Is that a planning property, a workspace property or an IE property setting??? Where can I adjust the settings that for ALL users the URL opens the Report in the same window??????
    Thanks in advance!!!!
    Kind Regards
    André
    P.S.: We are on IE8.

    Have you both got the same settings in Tools > Internet Options > Tabs Settings
    There was also a bug though I can't say if it is related to your issue
    9549216 - Instead of a new tab, a new window is displayed after you create a Financial Reporting task in Workspace.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Sharepoint 2013, MS Project 2013 - Task List not updating when the project file is changed

    Hi
    I have created a SharePoint task list and timeline from a MS Project 2013 file on my PC. I have then created a new Project file from that task list which then places the new project file in the site asset folder and provides me with a synced copy. I now
    only use the SharePoint copy of the project file in my MS Project as any change I make to the project file should be reflected in the Task list and vice-versa
    However if I add some tasks into the middle of the project with MS project, the SharePoint Task list is not updated to show these additional tasks. If I open the SharePoint task list with MS Project - from the task list toolbar - the project file shows the
    added tasks.....so the MS Project file in the site asset folder is correct  but the tasks in the SharePoint task list is not being updated
    Anyone seen this before ?
    Thanks
    Geoff

    Hi Esben,
    According to your description, the error occurred when opening the task list with the content approval enabled in Project.
    Per my knowledge, when we enable the content approval for the task list, the field named Approval Status which is required will be created in the list.
    However, if a project plan doesn’t contain a field that is required in SharePoint, the plan won’t sync.
    The error occurs because of the required field Approval Status when the content approval is enabled in the task list, so we need to add the required field as a custom field in Project.
    More information:
    Sync with a SharePoint tasks list:
    http://office.microsoft.com/en-in/project-help/sync-with-a-sharepoint-tasks-list-HA102828524.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • T (minimalist console task list) not working with python3

    Lifehacker posted about this link to t, which is exactly the kind of python scripted task list I want to run in Arch.  I grabbed it off his site, but have run into troubles when running it.  I e-mailed him a couple times about the problem, but feel ready to post it on here and get some feedback. 
    -the e-mails-
    print p + task['text']
             ^
    I tried replacing p with the full string only to get the same error.
    do you happen to be using Arch Linux?  Arch recently make Python
    3 the default system Python, and t isn't written for Python 3 (the print
    statement is one of the things that has changed).
    If so, you should be able to switch the first line of the script to:
       #!/usr/bin/env python2
    and that should make it use Python 2.x.
    Yes, I am on Arch.  Thanks for the reply!  I changed the first line of t.py to use python2 and now get some new errors.
    $t workplease
    Traceback (most recent call last):
      File "/home/stopbot/.config/t/t.py", line 289, in <module>
        _main()
      File "/home/stopbot/.config/t/t.py", line 278, in _main
        td.write(options.delete)
      File "/home/stopbot/.config/t/t.py", line 219, in write
        with open(path, 'w') as tfile:
    IOError: [Errno 20] Not a directory: '/home/stopbot/tasks/today'
    My bash alias is
    alias t='python $XDG_CONFIG_HOME/t/t.py --task-dir ~/tasks --list today'
    It does not exist.  I mapped (and created) tasks directory to ~/documents/tasks.  Should I try creating the actual list txt files as well (today).  I'm executing
    alias t='python $XDG_CONFIG_HOME/t/t.py --task-dir ~/documents/tasks --list today'
    Output is the same old error:
    $ t work
      File "/home/stopbot/.config/t/t.py", line 208
        print p + task['text']
    If I change the alias within bashrc to
    alias t='python2 $XDG_CONFIG_HOME/t/t.py --task-dir ~/documents/tasks --list today'
    $ t work
    Traceback (most recent call last):
      File "/home/stopbot/.config/t/t.py", line 289, in <module>
        _main()
      File "/home/stopbot/.config/t/t.py", line 278, in _main
        td.write(options.delete)
      File "/home/stopbot/.config/t/t.py", line 219, in write
        with open(path, 'w') as tfile:
    IOError: [Errno 13] Permission denied: '/home/stopbot/documents/tasks/today'
    So, perhaps I need to create the actual txt file for the list I want to use within the task directory?
    Note, creating a txt file called today in the task directory did not help.

    kinhodder has created an excellent minimalist todo list with python. Works like a charm.
    https://bbs.archlinux.org/viewtopic.php?id=115747
    Last edited by rickdg (2011-03-29 08:07:37)

  • Can not open pdf report

    Hi
    I do create report with apex without any error and then run application, then download pdf format of report, but when open the file, this error show:
    Adobe acrobat could not open 'FILENAME.pdf' because it is either not a supported file type or because the file has been damaged. ...
    Please help me !?
    Thanks.
    Benyamin.

    That error is the default error you run into when something is wrong with your print server configuration. Please make sure you followed all the instructions outlined here:
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    If you're still encountering issues after following these instructions, please reply back and provide detailed information on your setup: DB version, APEX version, BI Publisher / Apachae FOP version, print URL, etc
    Regards,
    Marc

  • In GP-UWL  my GP task is not opening

    Hi All
    Anyone from SAP, please let me know whether is it not possible to open up a GP task from button "Open Tasks" inside a portal where GP-UWL configuration works fine and I am able to see all GP tasks in Home -> Work -> Universal Worklist.
    Currently I get error "Unknown Action" when I click on button "Open Tasks" , I have tried with all configurations and have implemented all related SAP notes.
    Please let me know that whether any additional "Visual Administrator" setting is required.
    Thanks,
    with regards,
    sriram

    Hi Sajith,
    Can you try this in some other system than one that you are currently trying? This may happen due to some script errors in the browser, I would suggest you to use Internet Explorer 7 for testing if it works there or not?
    Hope this helps!!
    Cheers
    Arafat

  • Inspect with Task list not visible in QM view

    In Material master QM view, for 01 inspection type, inspect with tast list is not visible.
    Please advice how to make visible.

    Hi
    SPRO-->Quality Management->Quality planning->Inspection planning----> Assign task list type to Material type
    Definitely u get th lot.
    Regards

  • Tasks List not sending email to AD Groups

    Hello,
    I have several Tasks list on my farm and all behave the same way.
    If I assign a task to an individual person, he will receive email notification.
    However, if I assign it to an Active Directory group, no email notification is sent. The AD group does have an email address associated. Using outlook it can receive email.
    The email notifications for the task list is enabled. If I check the SharePoint logs, I don't see that SharePoint is trying to send mail to the group's email. If I assign the task to a single person, he receives the mail and I can see in the logs that the
    email has been sent.
    I have no idea where to continue the troubleshooting.

    Try the following:
    Verify that the group is an AD security group (not a distribution list) and double check that the AD group is email-enabled.
    Check that the group had been explicitly added to a SharePoint group (such as the default Viewers group) with at least read permission to the site and to the list on which the alert was created.
    Verify that the SharePoint group’s membership is set to “Visible to everyone.” (People and Groups>SharePointGroupInQuestion > Settings>Group Settings)
    Would also be worth checking on the Exchange server to see if there any 'Message Delivery Restrictions' for the AD group:
    Exchange Management Console -> Recipient Configuration
    Right-click on the problem group and choose properties.
    On the Mail Flow Settings tab, double click on Message Delivery Restrictions.
    Uncheck the check box “Require that all senders are authenticated”

  • Task list not getting copied in Order

    Hi All,
    I have created a Maintenance plan where my call object is notification. I have scheduled the plan & i got the Notification after releasing the call.
    I am getting the Task list reference in Maintenance plan tab in notification.
    Now my issue is, the task list is not getting copied to order when i create order against the notification.
    Kindly help me resolve the issue.
    Thanks & regards,
    Basavaraj

    Basavaraj,
       When a order is created from the worklist (IW28) of notification , the task list associated to the notification will be exploded and added as operations.
    Have a look at [Sap Help|http://help.sap.com/saphelp_erp60_sp/helpdata/en/fc/f26c3c17c8c67ee10000000a11402f/frameset.htm]
    for detailed steps.
    Regards
    Narasimhan

  • Task list not visible

    I am working with Planning 9.3.1 and access to task lists is granted through groups in Shared Services. Recently I added a user to a group which should have given him access to a task list in planning, but when he signs in to Planning it is not visible from the drop down at the top of the page. I restarted the Planning service then restarted all services to try to fix this issue - neither one worked. Any thoughts on what I can do to resolve this?
    Thanks,
    Ed

    Hi,
    Have you tried migrating identities? Simply go to any form, task list or dimension member security setting. I can't tell on top of my head but where you see users and groups, you should see a button which says something like "Migrate identities". When you click on this button, Planning re-reads users and groups information and will eventually refresh the security setting.
    Alternatively, try synchronizing users and groups information in Shared Services (Administration)
    Cheers,
    Alp

  • Project Site's Tasks List not sync

    Hello,
    It seems I am having an issue with Project Site's Tasks List as it doesn't sync with the Project Plan/Schedule in Project Online.
    In all of the instances, the setting in PWA Settings/Connected SharePoint Sites: "Sync Enterprise Projects tasks to Tasks List" is always checked.
    The thing is that it used to work fine: whenever I published a new project, whether it was "Automatically create a site on first publish" or "Allow users to choose", the Tasks Lists were successfully synced.
    Recently I have removed/deleted the existing connected project site and created a new one based on default Project Site templates, meaning the synchronizable lists (Risks, Issues, Tasks etc.) must remain. Now the sync problem occurred for both newly published
    projects and existing projects. The Project Site's Tasks List appeared empty although it was locked for edit in PWA. I though the sync would have run overnight, but it didn't.
    Does anyone have any clues about this and how it can be fixed?
    Thanks,
    Linh

    Linh,
    What is the task list you see under the column Server Settings >> Connected SharePoint Sites,
    under the columns Tasks List, when you use the default template?
    More over, is this is a new project or an old project? I think there is an issue if yo turn off and turn
    the sync option again for existing projects. May be it applies to projects that you delete and recreate project site for?
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Can We Add a Target System Once Task List is Open and Active?

    Has anyone been able to add a system to an existing project (i.e., task list)? We have a pre-existing project that we created when we recently upgraded to ECC 5.0. At the time of the upgrade, we didn't upgrade one system (MNT) in the event we had to look back at how the old version operated or looked. We've since upgraded the MNT system and want to add it as a target system for the pre-existing project.
    Is anyone aware of a method to add this system as a target without creating a new project?

    Hello Bob,
    I've find your question. It's been a while since you've asked it, but did you already found a solution to adding a system to an existing maintenance project?
    I've got that problem now.
    And I would appreciate it if you could forward me the solution.
    (you can also mail it to [email protected])
    kind regards,
    David De Boel

  • Can not open a report in XLTX format

    I have created several BPC reports and save them in XLTX format,  one of them can not be opened with the following message "Excel cannot open file because the file  format or extension is not valid," anybody has this kind experience and know hot to fix it?

    Jianbai,
    Known issues with BPC and Office Excel 2007 and opening with 2003.
    You might want to check a client machine where this occurs to see if they still have excel 2003 installed also with Excel 2007
    There is a Work around you can try: We recommend installing the office compatibility pack via the following URL:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en
    a) Install 'Compatibility Pack for the 2007 Office system' file on
        client machine which has Office 2003.
    b) Change file extension 'xls' or 'xlt' to 'xlsx'.
    c) Open template.
    Note: Please be careful with the file format while saving it from Excel 2007. Even though the file extension is xls, it doesn't mean the format is really 2003 compatible.
    Let me know if this help resolve this issue.
    Thanks,
    Sharon
    BPC-NW Engineer

  • Server app task list not showing up!

    All of a sudden when I try connecting to my Macpro server locally using the Server app. I connect (no error msg's) but the dialog box with the setup boxes, views, task ..etc is not showing up. When I look at the view on menu bar all the features are greyed out. The only thing showing up is "hide accounts'. Working fine couple of days ago, no changes were made Any idea?

    Thanks everyone for the replies. Here is how I corrected the problem. I deleted and installed a fresh Server app, so now I was able to connect and view my profiles, Noticed in the "Alerts" window that my localhost IP has changed from the original one I used to setup the server. I normally use DHCP with manual i/p. The other night I played around with network addressing and changed to DHCP. That's when my problem started. All is good now and again thanks for quick response!

Maybe you are looking for

  • Installing old application to OS Windows 7 64-bit

    I have OS Windows 7 64-bit on computer and I am trying to download software from Amervets that is a Military Database.  The webmaster from that site stated: The War Library military-access software works on ALL versions of Windows from Win 1.0 to the

  • How To handle complex Flat File in BDC( V.V. Urgent)

    Hi All, Anybody help in these case. I have to write the BDC for a complex File. Here is the Scenario I An recording for Tcode CN21. 1network -> many activities 1 Activity ->many components Any body Help ifor this case, Points will be awarded. Regards

  • Where can I find saplicense.exe for NSP

    I have installed NSP minisap and it works fine. But to get a new license key for the next three months I have to calculate the hardware key with the program saplicense.exe. I have searched my whole PC for this program. It seems that this program was

  • How to fix windows update

    I ran the windows update troubleshooter ---  This question was solved. View Solution.

  • Web browser

    Hi BI Guru`s, I am executing report in BEx query designer but it could not connect to web browser.getting message like " The Pagae Cannt be Displayed" , I am using BI7.0 version, can any one tell me what kind of settings needs to be done in BI system