How  to Find the Web client in SAP MDM server

HI
MDME4J_Ver5.5.15.00 ,MDMD COM This Two fileare there  in Server, used for Installing Webclient...
    Can Any body give more information on this, I am very new to this ...
Thanks In Advance..
Regards
Guruva

Hi Guruva,
As explained in previous posts, there is no readymade web client available in MDM 5.5.
If you use MDME4J_Ver5.5.15.00, then you should build your own application using the MDME4J.jar file. This jar file consists of library classes and methods which can be used for connecting, retrieving and updating records etc to/from MDM repository. It is a java programmer's responsibility to use this jar file and build a custom web Client.
If you use MDM COM, it is a VB programmer's job to explore this COM API and build a custom web Client.
You can use any of the above APIs to build your web client based on your skillset.
Hope this information is useful !
Regards,
Rajani Kumar

Similar Messages

  • How to find the J2EE Engine in SAP BI server

    Hi all,
    Can anyone explain how to search J2EE Engine installed in SAP BI Server, Where to check to conform that J2EE is installed..
    Thnaks in advance

    Hi Harish,
    Please have a look at the [help file|http://help.sap.com/saphelp_nw70/helpdata/en/43/e35b3315bb2d57e10000000a422035/content.htm] for info on BI Java.
    Regards,
    Raghu

  • How to find the open PR in SAP

    how to find the open PR list in SAP

    HI,
    Using T-code ME5A - List Display of Purchase Requisitions and give input data's are as follows.
    Plant                :  _______
    Scope of List  : ALV
    Tick Mark of the below options :
           Assign Purchase Requisition to be tick
           "Partial Ordered" Requisitions to be tick
            Released Requisitions Only to be tick
            Requisition for overall Release to be tick
    After that, execute the report shown only released and Open  purchase requisition(PR) details.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • How to Find the number of Databases in a server.

    HI,
    Please tell me how to find the number of Databases are in a server . when the DB is not up.
    ps -ef | grep ora_
    This i know whether our DB is up or not. But i want to know how many databases are in a server .If the database is down .
    Cheers,
    Gobi.

    Hi,
    [oracle@oralinux admin]$ lsnrctl status
    LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 01-DEC-2006 16:25:41
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-01169: The listener has not recognized the password
    [oracle@oralinux admin]$
    Plz give me the solution.
    Cheers ,
    Gobi.

  • How to find the Data source name on linux server

    Hello All,
    Good Morning...
    I created a rpd in my local machine and deployed on the server through Fusion middle ware.
    and copied the catalog file there in the server.
    While working on my local machine I have two odbc connections... one is for development and other is for production.
    at the time of deployment to the server I changed the development instance to production instance throught the connection pool.
    I am encountering the following error while working on the analyis....
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
    I think this is because of the mismatch of the datasource name in server and my local machine...could you please tell me how to find the datasource names on the server?
    Thanks!

    Hi Dpka-
    I created two ODBC connections in my system.
    one for development and another for Production.
    while deploying the rpd to the server I changed the development login credentials with production login.
    The problem here is I just want to know whether Iam giving the same datasource name which was presented on the server or not.
    I don't have access to the server now.
    Is there any way to find out the datasource names which were presented on the server with the help of admin console?
    Thanks!

  • How to find the Web AS Port from ABAP program

    Hi
    I have an ABAP program which passes an URL for a BSP page to the Alert Framework. While creating the URL I need to find out the Hostname and port number for the Web service for that server. Hostname comes from sy-host but I am not able to find the port number.
    Please help...
    Thanks in advance

    Hi,
    consider this little code snippet:
    data:  l_urls       type tihttpurls2.
    call method cl_http_server=>get_extension_info
       EXPORTING
        extension_class = 'cl_http_ext_bsp'                  
       IMPORTING
            urls            = l_urls.
    l_urls contains a table of configured ports. maybe that helps.
    regards, Ulli

  • How to find the stds provided by SAP

    Hi
    In our concern, We hv a server to do all our practical scenarios.. n all our practices...
    No one here following the "Z" when they are copying something to rename it..
    In this case say for ex as we know : there are only 2 types in contrack as MK n WK ... if anyone copy n remane also we can easily found out...
    but some areas like matl type n val classs we can not able to find or sort those stds seperately...
    How to know / differtiate the std from the local creation.... any clue or hint will be most welcome...
    Regards
    Ram

    Hi,
    In SPRO go to the step where you want to find out the new creations or changes done.
    Right click on the watch symbol of the configuration step.Click on changes.Here you can find the changes done in that step.
    Hope this will be helpful.
    Regards,
    Rambhupal

  • How to find the web address for the page I came from

    Hello,
    I want to find the page that I last visited in ADF for implementing some audit functions.
    My jdev version is 11.1.1.2.0; I've search on the internet but I didn't find anything.
    Please help me.
    Thank you in advance.

    FacesContext ctx = FacesContext.getCurrentInstance();> HttpServletRequest request = (HttpServletRequest)ctx.getExternalContext().getRequest();
    ctx.getExternalContext().redirect(request.getContextPath() + "/faces/" + ctx.getViewRoot().getViewId());
    ctx.getExternalContext().redirect() - wil redirect to the correct page..
    ctx.getViewRoot().getViewId() - wil give you the current view id as suggested by Sireesha
    request.getContextPath() - will get you the complete context path

  • How to Find the Hostname / IP Address of Reports Server From Forms

    Hi
    We have following query to find out on which machine form server is running,
    but how to find hostname/ip address of reports server (if there are more than one reports server running and on different machines).
    SELECT SYS_CONTEXT('USERENV','HOST'), SYS_CONTEXT, SYS_CONTEXT('USERENV','IP_ADDRESS')
    from dual.
    can anybody answer?
    rocky rocks.

    Our oas name is the same as the box name, and the report server naming convention is rep_(oas name) so that makes it easy to find out.
    I have a pll attached to my form that contains the following function, which works for PC or UNIX based app server:
    -- get_oas_name - Returns OAS name. 
    -- caveat:  Can't be run from pre-form, when-new-form-instance or when-new-block-instance of first
    --          block on the form due to webutil limitation.
    FUNCTION get_oas_name RETURN varchar2 IS
      fp text_io.file_type;
      oas_name varchar2(30);
      op_sys varchar2(30) := get_application_property(OPERATING_SYSTEM);
    BEGIN
      if op_sys = 'WIN32COMMON' then                    
        oas_name := webutil_clientinfo.get_host_name;
      elsif op_sys = 'SunOS' or op_sys = 'UNIX' then
        host('/bin/uname -n > /tmp/oas_name');
        fp := text_io.fopen('/tmp/oas_name','r');
        text_io.get_line(fp, oas_name);
        text_io.fclose(fp);
      end if;
      return oas_name;
    END;Then in when_timer_expired (first place you can use webutil functionality) call it accordingly. I also use it to set platform dependant variables so the form will run
    when I'm working on my PC or deployed on UNIX:
    declare
      :control.op_sys  := get_application_property(OPERATING_SYSTEM);
    begin
          :control.oas_name := get_oas_name;
          :control.report_server := 'rep_'|| :control.oas_name;
          if :control.op_sys = 'WIN32COMMON' then        -- For running locally during development.                     
            :control.close_page := 'http://127.0.0.1:8889/forms90/common/window_close.htm';
            :control.rpt_temp := 'c:\temp\';
          elsif :control.op_sys = 'SunOS' or :control.op_sys = 'UNIX' then
            :control.close_page := 'http://'||:control.oas_name||'.yournamehere.com:7779/forms90/common/window_close.htm';
            :control.rpt_temp := '/appl/oas/yournamehere/reports/cache/';
          end if;
    end;Good luck,
    Gary

  • How to find the Administrator Name of OS X Server, and login to it from the Server app from another Mac?

    OS X Mountain Lion 10.8.5 and Server 2.2.2 on both Mac Mini Server and Macbook Pro.  They are on the same WiFi network.
    I want to use the MBP to manage the Server on Mac Mini Server and use the MacMiniServer to provide Caching Service for my MBP, iPad and iPhone.
    The problem:
    From the MBP Server app, it asks me the Host Name, Administrator Name and Administrator Password.  I cannot get it right.  Where can I find it from the Mac Mini Server?
    What elese shoudl I do / learn?

    Run Server.app on the host itself.
    Click on the line on the left for the server itself (probably top or second down)
    Click on the 'settings' tab.
    Make sure you have 'Enable screen sharing and remote management' ticked.
    If it's already ticked ...
    Find the address you're using for the 'Host' field and try
    ping [thataddress]
    as a command in the Terminal on the client computer.  Do you get numbers up, or errors ?
    Use control-c to quit from the 'ping' command.

  • How to find the parts list for an existing server.

    I need to know what kind of integrated controller is in my DL 385 G7 server.
    The website is unable to tell me anything - or at least I've only invested 45 minutes in trying to find the actual data.
    I have the Serial number, the Product number, the Product Name, and even the Server Warranty and HP Care Pack Warranty Number, yet I can't find a simple parts list of the purchased configuration!
    Let's see an Expert show me the way to find out if this integrated controller supports RAID10, and how many disks, when installing VMware ESXi (the free version.)  I am going to assume at some point I will have to pick up some drivers as well.

    Hi noosh,
    I see the product in question is an enterprise product which may have better exposure in a community more experienced with it's use.
     You may have a better response at the forums for business support, if you'd like to give them a try:
     http://h30499.www3.hp.com/t5/Business-Support-Forums/ct-p/business-support
    Thank you,
    -AntoniusL
    HP Support Forums Moderator

  • How to force the Lync Client to a specific server in the pool

    I am troubleshooting an issue and need my client to connect to a specific server in my enterprise pool.
    I have tried a host fie, I have deleted the EndpointConfiguration.CACHE file and I still cannot get my client to connect to the specific front end.
    Can anyone tell me how to do this?

    Using a host file should definitely work and I do this all the time for testing. 
    Are you using manual or automatic configuration? If it's manual then make sure that the name you specified resolves to the correct IP address by using PING.
    If you are using automatic, use NSLOOKUP to determine what hostname it's trying to connect to and repeat the above.
    This could either be sip.domain.com (as Edwin mentioned) or it could be the name of your Front End pool, depending on how it's configured.
    The other thing you might want to try if everything looks correct and if you modified your HOSTS file while Lync was open, is just to Exit and re-open the Lync client.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to find the Web Dnpro component from the Source code ?

    Hi Gurus,
    Please help me to find out the WD Component Name from the Source Code?
    Regards
    Anil

    Hi Thomos,
    When i right clik on the screen i see the following line by line.
    -Back
    -forward
    -save background as
    -set as background
    -copy background
    -set as desktop item
    -select all
    -Paste
    -create shotcut
    -add to favorites
    -view source
    -encoding
    -print
    -refresh
    -export to microsoft excel
    -properties
    I have mentioned every thing i see when ever i right click on the screen.
    --Anil

  • Find the PO number in SAP

    Hi,
    I needed to know how to find the PO number in SAP by the source of (Vessel code, voyage and Port code we upload in configuration), is there is any way to found PO numbers for the particular vessel and voyage?Is there is any transaction code to find PO numbers?? i will be very thank full for this.
    Thanks
    Pkn

    You must find the Delivery note number from the Voyage and Vessel code details,
    If the delivery is with ref to the PO, you can find the same in the corresponding delivery. else you can get Sales order.
    if the SO is linked to a PO, you can get PO #

  • How to find the hidden objects in Webi Rich client  report 4.0 sp 04 ?

    Hi,
    How to find the hidden objects in Webi Rich client  report  at BI 4.0 sp 04 ?
    Best Regards,
    ASR

    Hi Sai,
    Go to Report Element Tab-->There you have a Tab Cell Behaviors.
    When you flip between 'With Data' and 'Structure Only' under 'Design' Tab,you can see the some cells will be hide/Un hide behavior,if hiding of cells applied.
    Select that cell and then Under 'Cell Behaviors'-->'Hide' Tab-->and choose Show Option.
    Regards,
    Venkat P

Maybe you are looking for

  • Open in another program

    How do I open a photo in the iPhoto library in Photoshop? With most apps you can find the photo in a file directory and select "open with ...." however iPhoto seems to store all of the photos in a seemingly inaccessible library. thanks

  • Installing with XP SP3 disc

    I have a late model 2008 iMac that came with 10.5.5. Out of the box it came with Boot Camp 2.0. I have updated the machine to 10.5.7, ran software update, which doesn't tell me there is an update waiting for Boot Camp to 2.1. Now Boot Camp 2.1 came o

  • Currupted "sent items" folder in Outlook 2007 (on Exchange 2007) causing Outlook to crash.

    One user here has a problem when clicking on the "sent items" folder. Outlook hangs for 5 secondes and then crashes. If user logs into OWA, she can access the "sent items" folder no problem. I thought it was a messege in the folder that was corrupted

  • After patching disk free no loger work in a sub-zone

    I just patched(Generic_142900-06) a Solaris 10 global zone, which contains three sub-zones. Now, within two of the three sub-zones, "df -k" returned absolutely nothing: # truss -f df -k 7068: execve("/usr/sbin/df", 0xFFBFFEDC, 0xFFBFFEE8) argc = 2 70

  • Creative Advance Video FX

    Does anyone know if this software supports Creative live ultra webcam for notebooks?