Configure MDM iviews in portal

Iam trying to configure MDM iviews in portal, When i try to upload the MDMJAVAAPI04_3.sca file i get the below error
Iam using MDM 5.5 service pack 4
<i>===========================================================================
Deployment started Fri Jun 01 16:02:19 IST 2007
===========================================================================
Starting Deployment of com.sap.mdm.tech.mdm4j
Aborted: development component 'com.sap.mdm.tech.mdm4j'/'sap.com'/'SAP AG'/'5.50.20061217101225.0000'/'0', grouped by software component 'MDM_JAVA_API'/'sap.com'/'SAP AG'/'1000.5.50.4.3.20061227155701''/'0':
Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.
com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine.
(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineCompOnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)
Deployment of com.sap.mdm.tech.mdm4j finished with Error (Duration 2964 ms)
Starting Deployment of MDM_JAVA_API
Aborted: software component 'MDM_JAVA_API'/'sap.com'/'SAP AG'/'1000.5.50.4.3.20061227155701''/'0':
Failed deployment of SDAs:
development component 'com.sap.mdm.tech.mdm4j'/'sap.com'/'SAP AG'/'5.50.20061217101225.0000'/'0' : aborted
Please, look at error logs above for more information!
Deployment of MDM_JAVA_API finished with Error (Duration 1272 ms)</i>
My SDM password and portal administrator password are the same. But dont know why it says login failure.
Please help
If some one has the detailed steps for configuring the mdm iviews in portal please help

Hi Suresh,
I also have some requirement to use MDM standard iViews.
Can u give me the list of scas and sdas which i need to deploy on the portal srever.
I have already deployed the following scas and sdas.
1.com.sap.mdm.tech.mdm4j.sda
2.com.sap.mdm.tech.connector.sda
3.BPMDMTECHN00_0.sca
4.BPMDMAPPLI00_0.sca
i am also using MDM 5.5 sp04 and EP7.0
after deploying these jars, i am getting the MDM system template but after that it gives me runtime exception
Following is the runtime exception while creating system
Portal Runtime Error
An exception occurred while processing a request for :
iView : N/A
Component Name : N/A
iView not found: com.sap.pct.mdm.tech.systems.MDMSystemWizard.
Exception id: 12:43_05/06/07_0049_11774250
See the details for the exception ID in the log file
Thanks in advance,
Regards Shruti.

Similar Messages

  • Javascript error in Standard MDM IViews on portal

    Hello Xperts,
    I have deployed standard MDM IViews on my  portal.
    In standard Resultset IView, there is a provision of saving results by using My Bags option. When I click on My Bags option and then New Bag, it throws javascript error.
    Details of systems are as below.
    MDM API version 5.5
    Portal Version EP 7 SP07.
    Appreaciate any inputs for this.
    Ashutosh

    Hi Anu,
    Thanks for the reply.
    we are able to login to Data Manager with Mapped ID's and I even tried creating new IViews. Nothing worked.
    As you suggested, will try restarting the portal server.
    Thanks
    Satish

  • MDM iviews in Portal throws error in key Mapping

    Hi,
    I have EP7 with SP15 and MDM 6.0, recently upgraded. Before upgrade we have an application which uses the MDM iviews and maps the fields of one table to other and displays in some other iview.
    The application was working fine before upgrade of MDM. But after upgrade, the mapping seems not working.
    My scenario is as : Using MDM Search iview, I search records from MDM repository, Main Table. This result is displayed in MDM Result iview. From this result iview, I select a record. From this selected record, a field is mapped to the other table. The mapped record, then, is displayed in MDM Details Iview.
    After MDM upgrade, whenever we select a record from the result of table 1,the mapped iview throws erros :
    Error occurred: Error performing search. com.sap.mdm.internal.protocol.manual.ServerException: Illegal value for parameter,  com.sap.mdm.internal.protocol.manual.ServerException: Illegal value for parameter (see log for details)
    when serached log : it says error in <table 1>-Key mapping  <table1> is first table.
    We have used EPCF eventing for MDM iviews.
    has anyone out there faced same issue ?
    Please let me know your views.
    Regards,
    Abhijeet

    Hi Abhijeet ,
    check the below wiki
    findout anything is needed related to keymappings
    "if Keymapping is selected, your Result Set iView only displays fields that are related to key mapping.This step depends on the search table selected and the schema of the repository that you are connected to"
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/set%2biviews
    check the search table and schema of repository properties you connected
    Koti Reddy

  • MDM 7,1 Portal Content

    I have configured MDM 7.1 Portal content and I am facing issuse that I do not have control on . For example if I edit an existing record and try saving the changes it saves and automatically creates a duplicate record.
    If I try to duplicate a particular record , the result set and item detail iView keeps on refreshing ending up in a number of record getting created on the background. When I try to close a particular item details it just gets stuck and the item details and result set both start refreshing . The only option to get out of this situation is close the browser,
    Now is this a bug that I will have to wait for SAP to fix or there is something we can do .

    Hi,
    Yes, I have configured UWL with MDM 7.1. The NextStep action button for triggering the workflow to next step is not displayed on its own. You have to change the UWL xml file in portal for displaying it.
    Create a new action element in ItemType element( uwl.task.mdm.tasks.<SystemAliasName>), use the following code
            <Action name="WFNextStep" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.nextstep"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="stepId" value="${item.stepId}"/>
                <Property name="systemId" value="${item.systemId}"/>
                <Property name="jobId" value="${item.jobId}"/>
              </Properties>
              <Descriptions default="Send to Next Step"/>
            </Action>
    After this, the UWL iview will have a button named "Send to Next Step". On click of this button a page showing the next steps of workflow will open in new window. You can also configure it to open in the same window.
    Regards,
    Suresh

  • Pop ups on Standard MDM Portal iViews throw Portal Runtime Error

    Hi all,
    We are facing some issues with MDM Standard Search iViews in Portal. We have configured MDM standard iViews using MDM Search Texts iView, MDM Result Set iView, MDM Search Picklists iView, MDM Item Details etc. We are facing a problem with the MDM Search Picklists iViews wherein we have to click the ellipses button to open the pop up. Whenever we open the pop up, the pop up shows Portal Runtime Error. Please find the screenshot below:
    http://img209.imageshack.us/img209/1138/portalruntimeerror.jpg
    The MDM System is working fine. The other Standard iViews are also working fine. The surprising thing is that, when the Super Admin role is assigned to the user, the iViews start working perfectly as shown below:
    http://img696.imageshack.us/img696/6808/worksfinethisway.jpg
    I have checked the permissions also on all these iViews as well as the System object and did not find any problem. Moreoever, this was working fine till some days back. All of a sudden these iViews have stopped working. Please guide me as to what can be the reason for this and any possible solutions.
    Thanks in advance.
    Regards,
    Ankur

    I would check the logs but it sounds like a permission error to me.  Can you or your basis resources modify the Security Zones?
    System Administration -> Permissions -> expand Security Zones folder -> right click on com.sap.pct.mdm.appl.masteriviews and select Open Permissions -> in the assign permissions section add read permissions for a particular user, role, or group which the user getting the error is part of, check the End User checkbox -> Save.  Login to the portal and try again.
    -Greg

  • In which place the  MDM Iviews resides in portal

    help me understand the MDM Java architecture and In which place the  MDM Iviews resides in portal. Can any one Help me on this

    Hi Pandian,
    please follow the below useful links about MDM ivews.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bebdb8c4-0801-0010-aa81-a9b8d14e8415?QuickLink=events…
    Creating and Managing iViews (SAP Library - MDM Portal Content Development Guide)
    https://scn.sap.com/thread/968936
    Thank you
    Rahul

  • MDM iView problem from Business Package in Portals SR1

    Hi,
    I installed MDM Business Package 3.0 in Enterprise Portals 6.0 SR1. When i execute the iView in Portals, its asking me to download the security file. When i change the iView property from WebGUi to WinGui, its working properly.
    Did anyone faced the same problem.
    Thanks
    VIjay

    Hi VIjay,
    please turn off the Accessibility option in your portal personalization options (upper right corner, Personalize -> User Profile -> Activate Accessibility Features:
    (Screen reader required) -> turn it off.
    Does it work now as expected ?
    regards.
    Laszlo.

  • MDM iView Wizard: Search Table doesnt populate any value.

    Hello all,
    I am trying to create MDM Resultset IView using MDM IView wizard in portal.
    I do not get any value in the dropdown of Search Table.
    I have created an MDM system and assigned a repository to it.
    The wizard doesnt allow me to go ahead without selecting search table parameter from the dropdown.
    Techincal details:
    MDM:  5.5
    EP:- 2004 SP 16.
    Please give me your valuable inputs.
    Ashutosh

    Hi Ashutosh,
    After creating an MDM system and assigning a repository, you need to right-click on the system, and then choose <b>System Aliases</b>. Define an "alias" and save it.
    Now go to <b>User Administration</b> -> <b>Identity Management</b>.
    Select the User/Role/Group you want to assign to the System.
    Click the <b>User Mapping for System Access</b> tab, and click <b>Modify</b>.
    Select the system alias from the drop-down box, and map it to an MDM user. Note that in NW 7 (NW04s), the user <i>must</i> have a password, so you may need to configure this first in the MDM Console.
    Save the mapping, return to the <b>System Administration</b> -> <b>System Configuration</b> screen.
    Locate your system, right-click it, and select <b>Connection Tests</b>.  Test the connection. If it succeeds, you are now ready to create MDM iViews using this system.
    This information can also be found  <a href="http://help.sap.com/saphelp_mdmgds55/helpdata/EN/45/c8cd92dc7f4ebbe10000000a11466f/frameset.htm">here</a> in the SAP Help Portal.
    Regards,
    Walter

  • Clickable URL in a MDM iView

    Hi
    Are there any possibilities to make a clickable URL in a MDM iview. I have a field in my repository with an URL and would like to make it clickable in the portal. This is possible i the SRM_MDM user intreface, but how is it done with standard MDM iViews.
    Regards
    John-Kjell

    Hi John-Kjell,
    This can be achieved by using HTML Text field. Simply add a Lookup field that is referrencing this table and you will see the URL as Clickable.
    Please note that having too much HTML Text fields ni the repository can have a downside in performance.
    Hope this helps,
    Idan

  • How to configure KM in federated portal network

    Dear Friends,
      Can anyone help me in configuring KM in federated portal network. If KM is configured in producer portal how to make use of that KM content in consumer portal.
       Is it possible to directly configure KM in consumer portal?
      Please help me out.
      Thanks & Regards
      Sireesha.

    Hi Sireesha,
    1) In order to use all capabilities provided by Knowledge Management, the
    recommended solution would be to use KM only on one portal in the federation.
    This could be the central consumer portal or alternatively one of the producer
    portals. Then all features, like versioning, taxonomies, approval workflows,
    subscriptions, template-based publishing … will be available in this portal.
    2) In case KM has to be federated to different producer portals, KM iViews (e.g.
    Document iViews, Navigation iViews) could be integrated with the content sharing
    modes provided by FPN. However, this is not a deep integration, because only a
    redirect to the remotely located iViews is performed. The services themselves, like
    taxonomies, will not be available in the consumer portal.
    The recommended approach is to Configure KM on Consumer Portal only or Producer portal only.
    Regards,
    Shailesh Nagar

  • Configuring UWL in Federated Portal Network(FPN)

    Hi,
    I have a requirement to integrate UWL in FPN. Could some one throw light on this?
    Thanks.
    Best Regards,
    Shiva

    Hi,
    mabye this statement from SAP note https://service.sap.com/sap/support/notes/880482 does help you:
    Universal Worklist (UWL): It is recommended to configure only one UWL in the central consumer portal, for the following reasons:
    Multiple UWL instances are not synchronized. It is not possible to aggregate the work items from more than one UWL iView into a single UWL iView. UWL items from KM like subscriptions and approval workflows cannot be sent to remote UWLs either (thus KM and UWL should be configured in the same portal).
    Regards,
    Sascha

  • Proxy settings for RSS-fees xml iView in portal v 7.0

    Hi,
    I have created an xml iView for RSS-feed and continue to receive this error when I want to preview the iview:
    "Error while using XML iView, please contact your system administrator"
    My proxy settings have been changed in
    System-Configuration --> Service Configuration --> Applications --> com.sap.portal.ivs.httpservice
    "HTTP Proxy Host" =(value both "proxy" and the IP-Adress of the proxy has been tried)
    "HTTP Proxy Port"  = value "8080"
    HTTP JVM Settings = value "true"
    Restarted the portal, but no result.
    Any tips / hints how I can solve this?
    Thankx,
    hilde

    I think that the RSS iview works the same as the URL iview in that it is actually going from your browser to the URL rather than from the portal to the URL - so proxy settings should not make any difference.
    I have found the RSS feed functionality to be very picky on what XML works and what doesn't - so it may be that.
    Paul

  • Calling of WS from standard MDM iView

    Hi all,
    I am having standard MDM iViews on the portal which are used to fetch data from MDM repository.
    Now i want to call a WS using the data filled on the standard MDM iView.
    Is there any way to call a WS from portal iView.
    Aur u can suggest any other way to call the WS.
    Thanks in advance.
    Regards ,
    Shruti.

    hi shruti...
    try these links.....
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9d6132b0-0801-0010-86a1-d7308895761a
    Consuming WebService in Visual Composer-1
    http://help.sap.com/saphelp_nw04/helpdata/en/82/6a0e7bbe744276bf393654b9b576ed/frameset.htm
    Regards,
    Sudheer

  • Steps to configure BI system to portal system

    Hi Everyone,
    I am new to Portals. Can anybody tell me the steps invloved in configuring BI system to Portal. I want to publish the BEx Reports into portal. I am not able to understand, though I had collected information and files regarding it.
    Thanks in Advance,
    Jayasree

    Hello Jayasree,
    1. Navigate to System Admin-> System Config -> System Landscape -> Portal Content
    2. Select a folder in which you want to create the BI reference system
    3. Right click -> New -> System. Select a dedicated system
    4. Please read more on this link: http://help.sap.com/saphelp_nw04/helpdata/en/ec/0fe43d19734b5ae10000000a11405a/frameset.htm
    Also send me a test email (check my business card for it) & ill send you a snapshot document on the above.
    5. After system creation, you need to create a Web Report iView, put in the BEx report URL
    Connection between Portal and BI complete.
    Regards,
    Ritu

  • Alias to iView and portal menu dependency - urgent

    Hello All
    I've created iView for WDJ application, and given it alias, so it can be accesed via https://my.portal.com/irj/portal/MyAppAlias. It works ok, but I'd like to open this app with portal menus (those, which normally lead to this app) to be highlighted and open just like in case when user clicks it. Menu is simple, top tab is role, then upper menu from workset and iView gives left panel menu to clik.
    Is it possible to access application directly keeping menus properly handled?
    Best regards
    Thanks in advance
    Maciej Gottfried

    Hi Maciej,
    You can create an iView from this application ,put it in any structure you want inside a role.
    Then configure this iView property "quicklink" to the alias you want, for instance "MyAppAlias".
    Afterwards when you type in the url: https://my.portal.com/irj/portal/MyAppAlias you would be navigated and see the app in the content area and TLN and DTN panel showing the exact structure where this iView is located.
    more details on quick links:
    http://help.sap.com/saphelp_nw73/helpdata/en/49/3e2a1129002221e10000000a42189d/content.htm?frameset=/en/49/3d203a13301ec6e10000000a42189b/frameset.htm
    Best Regards,
    Tal

Maybe you are looking for

  • Problem installing XP Pro with SP2

    I've tried installing Windows and failed. MY media has sp2 on it but I don't think it's patched to the OS. I can't get new media from Microsoft (via our E-open account). Is there any way around this limitation of the Mac Book Pro? What are my options

  • How to make link in a template editable in a page?

    I am new to Dreamweaver. I'm trying to create a link in a template where the URL is editable in all pages derived from that template. I tried using Modify->Templates->Make Attribute Editable..., but the link still cannot be edited in any of the pages

  • Export 16:9 AVI??

    I have a 16:9 movie created in FCP. I need to make an uncompressed file for Powerpoint. Avi looks great but I don't see any options to make it 16:9??

  • Deploy component manually into LiveCycle

    Hi Guys I have to deploy my first "Custom Directory Service Provider" and "Custom Authentication Provider" into LiveCycle hosted on WebSphere 6 (Solaris/SPARC), but I would like to install manually, ie without WorkBench and without the Java API. Can

  • 1st time user--a charging and a where's my download? question

    I just found out from another discussion that it takes about 3 hours to fully charge the Ipod for the first time, but since the tiny little instruction manual did not clue me in to this, I went ahead and bought an album off the Itunes site right afte