Instructor portal iview problem

Friends,
when i click a course from the instructor iview(Instrucor's work center iview) of Instructor portal i am getting the following error.
There is no iView available for system "SAP_ERP_TrainingManagement": object "course". For more information, contact your administrator.
Please help me to solve the problem.
Regards,
Arun

Did u performed the follow up or training appraisals configurations in backend ?
There is node in spro for enabling the web training appraisal/follow up actions. Make sure you complete this one.
Also, check the entry in table t77s0 with parameters HRLSO TEMPL in order to display the link in Learning Portal.

Similar Messages

  • Error in creating Callable object of type Portal iView

    Hi People,
    I need to create a callable object of type Portal iView / Page,
    But whenever I try to create it gives me a RunTime Exception:
    <b>java.lang.ClassCastException
         at com.sap.caf.eu.gp.ui.co.portal.dt.VBrowse.appendChildren(VBrowse.java:523)</b>
    Please suggest some way out,
    Thanks in advance,
    Deepak

    Hi,
    How many actions  are there in your process?. Is it having only one action that is Web service?.
    I think, The process should at least contain one UI action.
    If your process is having multiple actions, there may problem with other actions. Test the web service action seperately to confirm this.
    Thanks

  • Error in BI4 SP04 Olap Analysis Using Portal iview list template

    We are trying to host the BI Launch Pad BI4 SP04.1 in the SAP Enterprise Portal (7.3.1.Sp04) on AIX 6.1 using the SAP Business Objects Document List Template, but getting an error when trying to use Olap for Analysis.
    When previewng the iview from the portal, the bilaunch pad is opened and the main page is displayed
    Then we select the icon Analysis for Olap, select an Olap connection and receive error in
    message box titled 'Analysis Edition for Olap'
    Login Failed. Invalid, User Name or Password
    It seems to be problem with SSO token back to the SAP portal.
    We have SSO configured from BI4 SP04.0.1 to BW 7.3.1. SP04 and can login to the launch pad using SAP authentication with the same account.
    The security on the OLAP connection is everyone - view. 
    If we change the Olap connection authentication to pre-defined from SSO, Olap Analysis works correctly from the portal iview, but of course the permissions are not acceptable. Further, we set SSO to false  from the global.properties file and restarted tomcat.  We can then start the launchpad from the Iview in the portal and are prompted for manual logon, use SAP authentication and Olap for Analysis runs correctly as the same user we tried previously.
    However, our requirement is to use SAP authentication and SSO from the portal to BI4 and not logon on manually.
    I have entered an OSS message for this issue and making little progress there.  If you have made this work or have some ideas you can share, I would be very grateful!
    Lee Lewis

    Just want to update with more information-
    Again, from the enterprise portal through the ivew - BO Document List template,
    Connects through to BI Launch Pad without having to login-using the BW ABAP credentials
    Then we try to open a webi document with an olap connection that has sso authentication instead of pre-defined user, we do not get the same user login failed message, the page is just blank
    But if I login directly to bi launch pas with the same SAP authentication that was used with the enterprise portal, and bring up the same webi document, the report is displayed as expected.
    Anybody successfully use the BO document list ivew using Olap connections with SSO and not just a pre-defined user?
    Lee Lewis

  • How to redirect to portal iview from a stand alone webdynpro application

    Hello,
    I need to able to navigate from a standalone webdynpro application, for which I do not want to create Portal iview, to a Portal iview with some data.
    Please let me know how can I pass the string value and how to navigate.
    Thanks,
    Vinit

    Vinit,
    You're walking in circles. There is no magic answer to this problem. Web Dynpro is not an application of communication / interface with other applications, but a presentation layer for the user.
    To perform this procedure interaction (simulating an ajax) you will need to use a middleware interface (CAF, EJBs, or any other technology that communicates directly with the Web Dynpro), or use the version 7.2 of Web Dynpro (maybe that solves their problems).
    If only the external page you need to open did not have the user interaction (just loading and returning information) you could consume it like a WebService.
    without more,
    Angelo

  • How To...BI Java SDK in Portal iView Help

    Hi all,
    I'm trying to run the tutorial 'How To...Use The BI Java SDK in a Portal iView' but having some problems.
    First, if i add to the portalapp.xml file the lines:
    <property name="SharingReference" value="SAPJ2EE::library:com.sap.ip.bi.sdk,htmlb,com.sap.portal.ivs.connectorservice"/>
    I get the following error:
    Could not find portal application SAPJ2EE::library:com.sap.ip.bi.sdk.
    If i add to the portalapp.xml file only the lines:
    <property name="SharingReference" value="htmlb,com.sap.portal.ivs.connectorservice"/>
    i get an exception that can't find the class com/sap/ip/bi/sdk/dac/connector/IBIConnection, although i think i added all the necessary jars to the project, because it compiles.
    What am i missing or doing wrong ???
    Best Regards,
    Keren

    Hi,
    This piece of code will unlock a user :
         public void unlock(String uniqueNameOfUser) throws UMException {
              IUserFactory userFactory = UMFactory.getUserFactory();
              IUserAccountFactory userAccountFactory =
                   UMFactory.getUserAccountFactory();
              try {
                   IUser user = userFactory.getUserByUniqueName(uniqueNameOfUser);
                   Iterator userAccounts = user.getUserAccountUniqueIDs();
                   while (userAccounts.hasNext()) {
                        IUserAccount userAccount =
                             userAccountFactory.getMutableUserAccount(
                                  userAccounts.next().toString());
                        userAccount.setLocked(false, IUserAccount.LOCKED_NO);
                        userAccount.commit();
    Regards,
    Pierre
    Edited by: Pierre DOMINIQUE on Jul 16, 2009 5:38 PM

  • Portal iviews xml files

    Hi,
    Mayby anybody here knows where do the portal iviews xml files are saved in the server?
    Thanks.
    Promise to award points...
    Ruthie.

    Dear Maksim,
    I have a problem here with sap transaction iview - I opened an Oss and I was asked to send them all xml files of the iviews. As for now - I asked them where can I find it.
    Thanks for your help.
    Ruthie.

  • Automatic Height Type on Portal Iviews

    Hi
       We are developing a new look and feel for the company enterprise portal and we are facing a problem regarding automatic height off the content area and respective IViews.
      Our Portal page should automatic adjust  to the current page content. To achiev this we are using automatic height on Innerpage Page and respective Iviews.
              The problem is on almost every Portal IView the height value of the contentarea is incorrect. For example the KM Navigation IView shows up with 50px making it impossible to work with.
    This problem seems to only happen when there are a iframes inside the content area iframe.
    The height value returns a wrong value probably because it does not know the respective iframes height values:
    Take this example:
    Content Area Iframe
    div with 20px
    div with 40px
    iframe
    The result would be similar to a content area iframe of height 61px or so.
    I suspect the error is in one of the following javascript's.
        - application pagebuilder - pagesupport.js    pagesupport.getHeight
        - application contentarea - workarea.js          workarea.resize
    We are on 7.0.1 SP08
    P.S The domains of all iframes are the same as they are all PRT IViews
    Thanks
    Edited by: Phatinox on Sep 1, 2011 6:49 PM

    We also faced same issue last year. In our cases, all iviews were custom PRT iviews so We used embedded iview option to get rid of iframe and hight issue. using embedded over iframe gave us performance improvment as well during our load test.
    Nitesh

  • Assign columns to portal iview

    Hi Experts,
    Does any know how to attach columns into an iview?
    I have done the necessary objects in OADP but the problem is that the added fields are not showing up in the portal.
    How do I go about attaching the created columns onto the portal screen?

    Hi
    You need to do the following for viewing columns in a portal iView:
    1. Define columns (V_TWPC_COL_ERP)
    2. Assign Columns to a Column Group (V_TWPC_ACOL_C), there are settings related to visibility of columns in this table, please check these settings.
    3. Attach this column group to a View (V_TWPC_V_C) – If you are creating View also from scratch, then you need to assign this View to View Group also.
    Please check that you’ve done all these settings. Hope this helps.
    Regards,
    Vikas Bhatia

  • Read Portal IViews

    Hi,
    I am new to using portal.I have been trying to use JNDI lookup to read portal iviews using
    standalone java with relevant jars but i get javax.naming.NoInitialContextException: Cannot
    instantiate class: java.naming.factory.initial.Please anyone help me out with jndi name and
    the ways i have to implement.Here is the code..
    env.put(Context.INITIAL_CONTEXT_FACTORY,
              "com.sapportals.portal.pcd.gl.PcdInitialContextFactory");
    //"java.naming.factory.initial"
              env.put(Context.PROVIDER_URL,                                    
    "localhost:53000");
              env.put(Constants.REQUESTED_ASPECT, PcmConstants.ASPECT_SEMANTICS);          
    env.put(Context.SECURITY_PRINCIPAL,                     "administrator");
    javax.naming.InitialContext ctx;
    ctx = new InitialContext(env);
    Thanks,
    Sucharitha

    Hi Kiran,
    You have been using this link as URL.
    http://<host>:<port>/irj/portal?NavigationTarget=
    ROLES://portal_content/com.sap.pct/
    platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/
    com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance&DynamicParameter=
    processId%3704process.template.id=704B8100BCC111DEC2C300096B6E4F29&param1=CPD&NUMBER=
    4500001186&UserId=138458&&taskId=
    Now just try replacing following characters between occurence of "ROLES" and "&DynamicParameter" as follows:
    :  --> %3A
    /  --> %2F
    Also, after "&DynamicParameter" replace
    = --> %3D
    & --> %26
    to define passed Parameter Names and Values.
    It will look something like this:-
    "http://<host>:<port>/irj/portal?NavigationTarget=
    + "ROLES%3A%2F%2Fportal_content%2FXYZContent%2FBHBSS%2FXYZPages%2FXYZMaintenance" +
    %2FpgXYZ&DynamicParameter="
    + "RF02D-VKORG"+"%3D" + "1040"
    + "%26" + "RF02D-KUNNR" + "%3D" + 40
    + "&CurrentWindowId=WID1232176120474&NavMode=3"
    I have show the URL in the form of strings appended, you need to show them in a flow removing the double quotes and plus symbol.
    Let me know if you still have problem accessing through the link.
    Regards,
    Tushar Sinha

  • Link to SAP R/3 Logon from Portal IView

    Hi,
    How is the Link to SAP R/3 Logon from Portal IView?
    Thanks
    Raissa

    Hi Raissa,
    Check these links
    Configuring EP for connecting to SAP R/3
    Creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • Event handling in Portal IView of JspDynpage

    Hi All,
    I have created the portal iview with jspdynpage.Can any body tell whether event handling can be performed from the portal iview which is created from the jspdynpage?
    Regards,
    V Karthi

    hi
    check this threads
      Event handling in portal through sap netweaver.
      From creation of JSP page to iView at Portal
    Thanks

  • Logging in Portal Iview

    Is there a sample for using "Logging" in an portal iview?
    I have found
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/f410409f088f5ce10000000a155106/frameset.htm">SAP Help Logging</a>
    but I have difficults "translating" this sample into a portal iview, since I am a Java "Beginner".
    Thanks -hs

    Hi Holger,
      I don't have any samples. But these weblog might hep u.
    Netweaver Portal Log Configuration & Viewing (Part 1)
    Netweaver Portal Log Configuration & Viewing (Part 2)
    Netweaver Portal Log Configuration & Viewing (Part 3)
    Regards,
    Harini S

  • Execute a portal iview from VC

    Hi,
    I am trying to find a way to call a portal iview from VC.  Here is what I have,  I have an iview created in the portal that I want to call from a VC model through a button on a form.  Is this posible?
    Thank you,
    Aaron

    You can call an portal iView from anywhere with in portal (not only with VC) using relative navigation target, but for VC you have to:
    assign system action to the button as Hyperlink and provide the relative navigation target url of the iView that you want to open like:
    '/irj/portal?NavigationTarget=ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information&NavMode=3'
    NavMode can be as follows:
    mode 0 for internal window,
    mode 1 for external window with content,
    mode 2 for external window with full navigation,
    mode 3 for external headerless window
    Note: "ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information" should be replaced with your iView path.
    Check System Administration -> Support -> Navigation -> Navigation Types for more options on you portal.
    Regards,
    Trikanth Basetty

  • Calling and executing a function module in the Portal iview development

    Hello Portal development gurus...
        I am very new to portal iview development and am learning a lot of stuff.. I now have a requirement to do the following:
      1. I need to use the NWDS to create java code in developing an iview
      2. I need to call and execute a function module and display the parameters pulled in from the function module onto a Jsp.
    3. I need to create an iview based on this deployed component.
    Could anybody please explain me how to do the coding on this front?
    I appreciate if anybody can share documentation about this kind of a development.
    As always, points galore for useful and helpful suggestions.
    Regards,
    ~~~LB

    Hi,
    Firstly Have you searched in SDN for the same, anyhow please go through the link to work on the requirement
    [/docs/DOC-8061#15|/docs/DOC-8061#15]
    Go through the thread which will talk in detail
    [https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955|https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955]
    Hope this helps.
    Cheers-
    Pramod

  • Drag and Drop a Portal iView in WPC

    I would like to drag and drop a portal iView into a container in the Page Editor.
    In a container that allow resource type portal iview, I clicked on the "pencil logo" and click on Add. A "Web Content Browser" is invoked. It there, the portal iView is not found as these iViews are sitting in the Portal Content directory.
    Just wondering how do we go about in "drag & drop" a portal iview from this editor.
    Thanks

    Procedure
    3. In the Portal Content Directory (PCD), create a folder for iViews that Web content managers can use on Web pages.
    a. Choose Content Administration u2192 Portal Content and create a folder under Portal Content, for example WebPageiViews.
    b. Create permitted iViews in this PCD folder (for example, as delta links).
    c. Choose System Administration u2192 Permissions and navigate to the folder you created in step a.
    d. In this PCD folder, give the everyone group Read permission, for example, and activate the End User indicator.
    4. Show the PCD repository in the KM configuration.
    a. Choose System Administration u2192 System Configuration u2192 Knowledge Management u2192 Content Management.
    b. Choose Repository Managers u2192 Show Advanced Options u2192 PCD Repository.
    c. Deactivate the Hide in Root Folder checkbox.
    d. Restart the servlet engine.
    5. Create an entry point for the folder that you created in step 1d (for example, /wpccontent/iViews).
    See next instead of "Step 1d"...
    Procedure
    1. Choose System Administration u2192 System Configuration u2192 Knowledge Management u2192 Content Management u2192 User Interface u2192 Mapping u2192 Component.
    2. Edit the wpcDragExplorerEntryPoints configuration object.
    Use the following parameters:
    Web Content Browser Parameters
    Parameter                    Description
    displaymode                Specify select
    maxproviderprio            Highest priority number that standard entry points can have and still be displayed in the Web content browser
    entriesperrow               Number of entry points displayed in each row (default: 5)
    entrypointsprefix
    Prefix of the entry point repository If you specify a value for this parameter, standard KM entry points are also displayed in the Web content browser.  Default: /entrypoints      
    sharedcontent               Semicolon-separated list of paths to be displayed as global entry points for shared content
    Examples of parameter values:
    displaymode=select,maxproviderprio=30,entriesperrow=5,entrypointsprefix=/entrypoints,sharedcontent=/wpccontent/Cross-Site Content;/documents/MyFolder

Maybe you are looking for

  • 3 monitors on a mac pro 4.1

    Hello In trying to run 3 monitors on a mac pro 4.1, I have recently bought a Radeon 5870 card from Apple as advised by a 'genius' at the local apple store. This setup does not work, even giving worse performance than the 4770 with 2 of the monitors (

  • Hard drive won't mount - but only on one Macbook Pro

    Hi guys So I have a brand new Macbook Pro 2.4 with retina and 8gb (like 2 days old). I'm on Mavericks. This question also concerns a Lacie Rugged USB3 1TB drive, it is bus power only. My lacie won't mount on my new mac. An identical lacie will, as wi

  • Update manager in IdM automatically when the manager changes in SAP HR

    Hi Experts I have been given a requirement where the manager of a user in IdM should be updated automatically when the manager changes in SAP HR. The HR extraction job is currently in place and runs every 30mins. Please could you give me some ideas o

  • Why am I having problems charging my phone after upgrade to IOS 6?

    I just updated my phone to the IOS system yesterday. Ever since I did that, my phone will not charge right! I keep getting an error saying my charger is not compatible with my phone anymore..but yet it was before the update? Any suggestions to fix th

  • Cannot get mail

    iPad 2  has been getting mail fine until a day or 2 ago. I am now getting the Cannot get Mail  The mail server "imap.gmail.com" is not responding. Verify that you have entered the correct account info into Mail settings. Nothing has not changed from