MDM apis documents to develop in-house MDM server

Hi All,
We are having apple enterprise account and planning to develop apple MDM server. Please let me know the required documents and sample codes.
And also is there any way to get the installed application list in iPad without the MDM and let me know the ways in which i would get the installed app list in ios

open source project:
http://enterpriseios.com/forum/topic/iOS_Device_Management_Open_Source_Way
stackoverflow.com Is a good place to ask programming questions.
MDD question
http://stackoverflow.com/questions/8068317/how-to-develop-iphone-mdm-server
by sudheer
THE IOS MDM PROTOCOL
http://media.blackhat.com/bh-us-11/Schuetz/BH_US_11_Schuetz_InsideAppleMDM_WP.pd f
Robert

Similar Messages

  • The API Library version must match the MDM Server version

    hi friends,
    The API Library version must match the MDM Server version
    is it compulsory.
    if so please let me know the compatible matching versions between them....

    Hi Ram,
    Yes the JAR file Version should be compatible with the version of MDM Server.
    Supposedly you have MDM Version of SP05 the Jar files should also be of SP05 version , if you use JAR files of older version it wouldnt contain  new classes and methods of the newer APIs and would also contain some old classes which arent present in latest version.
    Thanks
    Namrata

  • Error while connecting to MDM server from Webdynpro

    Hi ,
       I am trying to connect to MDM server (5.5 SP04 no patches) through a webdynpro application . The following is the piece of code that I am using as a test .
    CatalogData CatalogData = new CatalogData();
        int resultLogin = 0;
        try {
              resultLogin = CatalogData.Login("USNOC01AQ05",2005,"Admin","Erico1234","English [US]");
        }catch(Exception e){
              wdContext.currentContextElement().setValueattr("Not Connected");
             //System.out.println("Error while establishing connection");
        if (resultLogin != RC.RC_OK){
              wdContext.currentContextElement().setValueattr("Not Connected");
             //System.out.println("Error logging to the SDM server");
             //System.exit(-1);
         wdContext.currentContextElement().setValueattr("Connected");
        //System.out.println("MDM server connected");
    The import statements are as follows
    import a2i.common.CatalogData;
    import a2i.generated.RC;
    I have put the following jar files in the java build path
    MDM4J
    mdm-admin
    mdm-common
    mdm-core
    mdm-data
    mdm-protocol
    When I deploy my application I get the following error
    java.lang.NoClassDefFoundError: a2i/common/CatalogData
    It can't be determined from the exception chain, which class loader failed to load the above class. But at least the class loader of the current application does not contain a resource with name 'a2i/common/CatalogData'.
    What do you guys think is the problem ?
    Regards
    DeepaK Singh

    Hi ,
       I found a document which says that MDM4J is the legacy API and is considered deprecated .The MDM Java API is the new one .I have both of them in the java build path . I am not sure if this is that cause of the problem .
    Now I had a look at the javadoc for the new API but I am not able to locate the class to obtain a connection to the MDM server from a custom application being built in Netweaver Developer Studio . Can someone help me out with the same ?What would be the code to obtain the connection to the MDM server with the new JAVA API ?
    Regards
    DeepaK Singh

  • How to find the webclient in SAP MDM server

    How to find the webclient in SAP MDM server
    Thanks In Advance
    GuruvaReddy

    Hi Guruva,
    If you are talking about MDM APIs, then you will get them from Service place when you download the complete MDM 5.5 Suite. You need to choose the API which is appropriate to you. MDM comes with 2 different APIs - Java API and COM API as of SP1(The news is.. ABAP API is under development).
    Pre-requisite for building applications using Java APIs is basic Java skills.
    Regards,
    Rajani Kumar K

  • MDM 5.5 SP03 - Error while connecting EP to MDM server

    Hello colleagues,
    I've deployed the following content of MDM 55 SP03 delivery to portal:
    a. com.sap.mdm.tech.mdm4j.sda
    b. com.sap.mdm.tech.connector.sda
    c. BPMDMTECHN00_0.sca
    d. BPMDMAPPLI00_0.sca
    Then I created MDM system in Portal, arranged mapping but I couldn't
    connect to MDM server using Connection test.
    The MDM server is ip and running, port number in Portal is correct,
    versions of deployed JAVA API and MDM connector fit to MDM server, user
    mapping is correct too.
    I actually have no idea what is the problem.
    Are there any authorization requirements while connecting from EP to MDM Server?
    Thanks and regards,
    Konstantin.

    Hi Nir,
    Sorry for replying so late. I am following the steps given in the Business Package document. 
    1.I have created a system with system alias SAP_MDM_Repository_Customer(I want to connect to only customer repository) in a folder "Customer Repository".
    2. I have created three groups MDM 5.5 SP3 Business Expert, MDM 5.5 SP3 MDM Admin, MDM 5.5 SP3 MD Expert
    3. Then from the "Content provided by SAP" -> Specialist i am copying all the roles viz. Business Expert, Master Data Administrator, Master Data Expert. And then in the folder "Customer Repository" paste them as delta links.
    4. Then in the user administration tab in the roles tab I am searching by group and adding the roles to these groups as below:
           Group                               Role
    MDM 5.5 SP3 Business Expert      Business Expert
    MDM 5.5 SP3 MDM Admin            Master Data Administrator
    MDM 5.5 SP3 MD Expert            Master Data Expert
    (Initially i have not adde eu_role but later i have added that also)
    5. Then in the user mapping tab. I do the user mapping for the groups with the mdm repository users as below:
    PortalUser           Group                 Repository      
      user
    mdmuser    MDM 5.5 SP3 Business Expert     User/pwd
    mdmadmin    MDM 5.5 SP3 MDM Admin           Admin/pwd 
    mdmexpert  MDM 5.5 SP3 MD Expert           Expert/pwd
    6. Then when i test the connection i get connection failed error.
    7. When i add each roles in the "Everyone" group the connection test is successful but no data is displayed when i login with the portal user mdmuser no data is displayed.
    Thats all. AFAIK i have covered every detail. Waiting for your reply.
    Regards,
    Jaydeep
    Message was edited by: Jaydeep Kalmankar

  • Identifying the MDM server lock mask codes

    I am trying to write some monitoring scripts for our MDM system and I would like to be able to detect the state of the MDM server/repository based on the entry in the a2i_xcat_dbs.a2i_serverstatus database table. There is a field that looks like it might be interesting - SERVERLOCKMASK. From trial and error I think the following values are correct:
    1 -  loading / loaded
    512 - Archiving
    513 - Archive Online
    4096 - Verifying
    4097 - Verifying Online
    Has anyone else done any research on these codes? If so could you please validate/correct what I have here and add additional codes you have observed?
    Thanks,
    Paul

    Hi Paul,
    I actually have some experience on that, and the best is NOT to look at the database tables. You may figure out how it works, but development colleagues are free to change the DB side without notice... And than after an update to the newest version you have to start all over again.
    The best solution is simply to go over the MDM APIs. In principle all that information is available from the Java and ABAP APIs.
    For the java APIs you should look into the packages com.sap.mdm.repository.commands.GetRepositoryProperties and com.sap.mdm.repository.commands.GetRepositoryPropertiesCommand.
    For the ABAP APIs I should look in more detail.
    Now a more "gohthic" solution would be to call directly CLIX from Java using java.lang.Runtime, and than uncode the response String in order to get the infos you need...
    I hope that Helps...

  • Error in starting MDM Server from MDM Console

    Hi,
    I have installed SAP MDM 5.5 SP05 on Windows 2003 Server.
    When i try to start the MDM Server (i.e. MDM Service) from the MDM console it gives me the following error:
    <i>Error Starting apmdmd(MDM Server): The machine 'apmdmd' is not Windows-based. The MDM server cannot be started from this application; please use CLIX on the machine instead. </i>
    But if i start the MDM Service manually and then mount the server, it works fine.
    Kindly help.
    Regards,
    Chintan Sheth

    It sounds to me like a problem potentially with either the permissions of the Windows user or perhaps a software firewall. The Console uses a low-level Windows API function to determine if the target machine on which MDS is installed is Windows-based. This function may be blocked by some OS or firewall-level setting. This may be the case even if you are able to use the same client machine to connect to the target machine via the Service Control Manager and start MDS from there.
    I would like to help with this problem, but I need to know a few more things:
    When the problem occurs, is the Console running on the same Windows machine as MDS?
    You mentioned Windows 2003 Server... when you run the Console on this machine, are you logged in as an Administrator of the machine? And do you still get the error when you attempt to start MDS from within the Console?
    Once MDS is started, and you mount it within the Console, are you having any other problems, such as logging in to a repository, or viewing logs?
    Is there a firewall installed on the machine or machines that the software is installed on? We may have to review the settings of the firewall, or try temporarily disabling it (on both ends, or at least on the machine running MDS), to see if the problem goes away -- then we'll know the problem is with the firewall settings.
    CLIX is a fine workaround if you can use it, but clearly this problem needs to be rectified.
    -cleo

  • Different Document Types for different house banks

    Hi Experts,
    We want to differentiate the posting in house bank based on the document types. For example, if we use document type KZ, the house bank ABCD should be picked up.
    Thanks,
    Pratap

    Hi,
    You cannot assign this relationship.
    However in case, you are using separate payment method for separate house bank, then you can assign the document type in the payment method definition.
    Otherwise you can develop a validation and substitution to check this relationship of document type and house bank.
    However in case you just need that in reporting purpose, please note that line items can already contain the house bank and you can also use that for reporting.
    Regards,
    Gaurav

  • MDM Server Enrollment Fails with Nginx Proxy

    Hello everyone, I'm at my wits end trying to configure nginx as a transparent proxy to my OS X Server (in virtualbox) running our mdm service. Without nginx in the mix the mdm server works properly, and I can performce remote device enrollment and management, but I host multiple servers on the same network, and need to be able to proxy to multiple ips and ports using nginx.
    The setup without nginx:
    I'm using external DNS for my fqdn, mdm.servername.com, which is correctly resolving to my public ip address. I have my firewall successfully forwarding ports 443, and 1640 to my mdm server at private ip, 10.0.1.60. I have the OS X server DNS disabled, and I'm also using mdm.servername.com as my OS Server's hostname. I set mdm.servername.com to resolve to 127.0.0.1 in /etc/hosts in order to build the open directory, and then I removed this entry from /etc/hosts. Don't know if this is one of the issues. I can access http://mdm.servername.com/mydevices from outside of the network, and enroll my ipad without problems. Everything is working properly until I introduce nginx.
    The setup with nginx:
    Again using external DNS for my fqdn, mdm.servername.com. I have nginx running on private ip 10.0.1.50, and I'm forwarding ports 443 and 1640 to 10.0.1.50. I have the OS X mdm server running on ip 10.0.1.50. The mdm server has DNS disabled, and the mdm server is also using mdm.servername.com as the OS hostname. I can still access the website portion of mdm (https://mdm.servername.com/mydevices), I can install the Trust Profile without any issues, but when I try to enroll my iPad from outside the network, it successfully "enrolls the certificate", but when it's "Installing Profile" it evenutally times out. I see the progression of api calls in the nginx access logs:
    Nginx access.log
    173.171.23.81 - - [16/Nov/2013:19:56:47 -0500] "GET /scep/?operation=GetCACert&message=Device%20Management%20Identity%20Certificate HTTP/1.1" 200 1126 "-" "profiled/1.0 CFNetwork/672.0.8 Darwin/14.0.0"
    173.171.23.81 - - [16/Nov/2013:19:56:48 -0500] "GET /scep/?operation=GetCACaps&message=Device%20Management%20Identity%20Certificate HTTP/1.1" 200 52 "-" "profiled/1.0 CFNetwork/672.0.8 Darwin/14.0.0"
    173.171.23.81 - - [16/Nov/2013:19:56:49 -0500] "POST /scep/?operation=PKIOperation HTTP/1.1" 200 3046 "-" "profiled/1.0 CFNetwork/672.0.8 Darwin/14.0.0"
    173.171.23.81 - - [16/Nov/2013:19:58:20 -0500] "PUT /devicemanagement/api/device/mdm_checkin HTTP/1.1" 504 191 "-" "MDM/1.0"
    The 504 error on the PUT happens about 30 seconds after the iPad already reports the profile installation failed.
    Nginx error.log
    2013/11/16 19:58:20 [error] 7983#0: *10 upstream timed out (110: Connection timed out) while reading response header from upstream, client: xxx.xxx.xx.xx, server: mdm.servername.com, request: "PUT /devicemanagement/api/device/mdm_checkin HTTP/1.1", upstream: "https://10.0.1.60:443/devicemanagement/api/device/mdm_checkin", host: "mdm.servername.com"
    So nginx is reporting a timeout talking to the mdm server for the PUT checkin action...
    On the MDM Server the Apache Logs indicate connection errors also
    Apache access_log
    mdm.servername.com 10.0.1.50 - - [16/Nov/2013:19:56:47 -0500] "PUT /devicemanagement/api/device/mdm_checkin HTTP/1.0" 403 - "-" "MDM/1.0"
    Apache error_log
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3328 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3329 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3327 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3325 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3326 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3324 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3322 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:56:22 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3323 (127.0.0.1) failed
    [Sat Nov 16 19:56:22 2013] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sat Nov 16 19:58:17 2013] [error] [client 10.0.1.50] Re-negotiation handshake failed: Not accepted by client!?
    I'm assuming I have something misconfigured with nginx, but I'm not smart enough to put all these pieces together for a solution...Hopefully one you more capaple guys or gals can help me out...
    Nginx Config
    user www-data;
    worker_processes 4;
    pid /run/nginx.pid;
    events {
            worker_connections 768;
    http {
      tcp_nopush on;
      tcp_nodelay on;
      keepalive_timeout 65;
      types_hash_max_size 4096;
      default_type application/octet-stream;
      ssl_certificate     /etc/nginx/ssl/servername.com/_.servername.com.combined.crt;
      ssl_certificate_key /etc/nginx/ssl/servername.com/_.servername.com.key;
      access_log /var/log/nginx/access.log;
      error_log /var/log/nginx/error.log;
      gzip on;
      gzip_disable "msie6";
      server {
        listen        443 ssl;
        listen        1640;
        server_name   mdm.servername.com;
        location / {
          proxy_pass      $scheme://10.0.1.60:$server_port$request_uri;
          sendfile off;
          proxy_set_header   Host                   $host;
          proxy_set_header   X-Real-IP            $remote_addr;
          proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
          proxy_max_temp_file_size 0;
          #this is the maximum upload size
          client_max_body_size       10m;
          client_body_buffer_size    128k;
          proxy_connect_timeout      90;
          proxy_send_timeout         90;
          proxy_read_timeout         90;
          proxy_buffer_size          4k;
          proxy_buffers              4 32k;
          proxy_busy_buffers_size    64k;
          proxy_temp_file_write_size 64k;
    Additional info:
    I have a wildcard ssl cert from go daddy that nginx is using for ssl, and I'm also using this for the websites server on OS X Server. I'm using the intermediate cert that Server generates for signing the configuration profile.
    Thanks in advance for any help you can provide.

    Thanks for the input Stephen! I am having trouble recieving application pushes on my guest network, I'm going to try and open the ports like you suggested.
    Opening ports 443, and 1640 are definitely a must on the MDM server, or enrollment from the guest network will not succeed.
    I noticed a lot of action in the /Library/Logs/ProfileManager/php.log on my MDM server, whenever I bypass nginx, and successfully enroll, so I'm guessing there needs to by some fastcgi proxying in the nginx config block:
    1::Nov 18 10:52:55.329 [30721]  {require_once (mdm_enroll.php:11)} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv - POST mdm_enroll
    1::Nov 18 10:53:00.499 [30721]  {GetMDMACLFromUserAgentHeader (mdm_enroll.php:40)} iOS version 7.0
    1::Nov 18 10:53:06.400 [30721]  {SendFinalOutput (mdm_enroll.php:69)} Sent Final Output (10933 bytes)
    1::Nov 18 10:53:06.400 [30721]  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - /devicemanagement/mdm/mdm_enroll
    0::Nov 18 10:53:06.419 [30721]  {SendFinalOutput (mdm_enroll.php:69)} Completed in 11303ms | 200 OK [https://mdm.servername.com/devicemanagement/mdm/mdm_enroll]
    1::Nov 18 10:53:22.673 [30722]  {LogElapsedTime (common.php:74)} Time since script start: 441us [https://mdm.servername.com/devicemanagement/api/device/mdm_checkin]
    1::Nov 18 10:53:22.720 [30722]  {require_once (mdm_checkin.php:11)} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv - PUT mdm_checkin
    0::Nov 18 10:53:22.751 [30722]  checkin: 'Authenticate'
    1::Nov 18 10:53:23.046 [30722]  {SendFinalOutput (mdm_checkin.php:145)} Sent Final Output (0 bytes)
    1::Nov 18 10:53:23.046 [30722]  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - /devicemanagement/mdm/mdm_checkin
    0::Nov 18 10:53:23.046 [30722]  {SendFinalOutput (mdm_checkin.php:145)} Completed in 373ms | 200 OK [https://mdm.servername.com/devicemanagement/api/device/mdm_checkin]
    1::Nov 18 10:53:28.220 [32005]  {LogElapsedTime (common.php:74)} Time since script start: 476us [https://mdm.servername.com/devicemanagement/api/device/mdm_checkin]
    1::Nov 18 10:53:28.220 [32005]  {require_once (mdm_checkin.php:11)} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv - PUT mdm_checkin
    0::Nov 18 10:53:28.220 [32005]  checkin: 'TokenUpdate'
    1::Nov 18 10:53:28.225 [32005]  {Target_for_incoming_request (target.php:210)} Found target iOS: <''[10](OWNER:User[9])>1::Nov 18 10:53:28.501 [32005]  {SendFinalOutput (mdm_checkin.php:145)} Sent Final Output (0 bytes)
    1::Nov 18 10:53:28.501 [32005]  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - /devicemanagement/mdm/mdm_checkin
    0::Nov 18 10:53:28.501 [32005]  {SendFinalOutput (mdm_checkin.php:145)} Completed in 281ms | 200 OK [https://mdm.servername.com/devicemanagement/api/device/mdm_checkin]
    I tried adding the following location section into the config, but still no luck:
      location /devicemanagement/api/device/mdm_checkin {
        fastcgi_pass 10.0.1.49:$server_port;
        fastcgi_index index.php;
        include fastcgi_params;

  • Is it possible to install a consumer app for mass usage that would alter the ios device proxy settings? Over the air not supervised. Can an app company use an MDM server to do this if the customer consents?

    Is it possible to install a consumer app for mass usage that would alter the ios device proxy settings? Over the air not supervised. Can an app company use an MDM server to do this if the customer consents?

    HI Chris,
    Thanks for taking the time to reply.
    Could you expand on your answer, which bit is very doubtful?
    Also in your knowledge would Apple work with a company and license it if the software they were developing was desired by consumer demand?
    Thanks
    Gary

  • MDM Server doesn't start after upgrade to SP 5

    hi,
    i'm not used to sap services on windows hosts.
    After the Update from 7.1.04 to 7.1.05 the mdm server doesn't start. I found only a few logs (unter c:/usr/sap/SID/MDS00/work). Most of them from sapcpe (without errors or warnings). Only the sapstart.log contains a bit information:
    SAP-R/3-Startup Program
    Starting at 2010/08/16 21:29:18
    Startup Profile: "C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest"
    Starting Programs
    (1684) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/mds.lst
    (976) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/shared.lst
    (3632) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/sapinstance.lst
    (2172) Execute: C:\usr\sap\MDM\MDS00\exe\mdmcpc.bat C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest.INI C:\usr\sap\MDM\MDS00\config\mds.ini
    (3652) CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3652 died unexpectedly, restarting process
    (3612) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3612 died unexpectedly, restarting process
    (2364) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 2364 died unexpectedly, restarting process
    (3576) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3576 died unexpectedly, restarting process
    (3588) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3588 died unexpectedly, final process restart.
    Process will not be restated in the future because of frequent failure.
    (1396) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    This isn't really much I can work with. In the sapmmc I found the Option Developer Trace. I try to 'switch it on', but there is no difference.
    With 7.1.04 the server was running well.
    I happy for any suggestions

    Hi,
    Please check out Note 1482822 - MDM Server not starting after MDM 7.1 SP05 was installed.
    hope it helps you.
    Best regards,
    sudhanshu

  • MDM server user

    Hello experts.
    The developer requested me to take a look at the error.
    MDM Adapter listener could not start due to: Can not create repository session '<server=turin serverUser=Admin repository=My_Catalog_Master user=pleaseMaintain>' caused by: The specified MDM repository was not found on the server
    While i was investigating, i haven't found where the guy have specified that the serverUser was Admin. 'Cause, in fact, the server user had a passowrd that should be set somewhere (we removed the password, but devs want a password).
    The error itself is not important, i just got curious about the server user.
    anyone got a clue? the Communication channel have the user (the mdm repository user) but this Admin user
    thanks
    Thiago Delou

    Hi,
    By default, MDM Server takes System account i.e. windows user currently logged in. You can check this in Windows Services, while in Unix it asks for username at the time of server installation and by default it creates user=mdm. First try omitting serveruser parameter else try passing the login credentials of windows user. If you are at Unix then user=mdm should work for you.
    Regards,
    Jitesh Talreja

  • Download pdf into MDM server.

    please if any 1 can give me the code to download pdf into MDM server.its urgent

    Hi, Utkarsh,
    If you are trying to load pdf files, this forum mentions how to do it using the Data Manager. Re: Uploading PDF in Data Manager
    Or are you looking to do it with the JAVA APIs?

  • Procedure for Creating  Packaging to deploy Sdk java Files to MDM Server

    Hi All,
    I have sdk java files which were developed using eclipse ,need to deploye in other mdm server.Can any one tell me the procedure for creating the packaging structure to deploye using cm_packaging which available with sdk software.
    Thanks In Advance
    Santosh

    Hi All,
    I have sdk java files which were developed using eclipse ,need to deploye in other mdm server.Can any one tell me the procedure for creating the packaging structure to deploye using cm_packaging which available with sdk software.
    Thanks In Advance
    Santosh

  • MDM Server - Portal System Settings

    Hi ,
    Can anyone send a link to a good document on MDM Server and Portal system settings.
    Best Regards
    Sid

    Hi Kunal,
    Portal is just the Front end for the backend system MDM.
    So if the performance in MDM is slow the same will be reflected even on the front end system.
    To improve your MDM system  you need to set the field properties in MDM correctly .
    Basically your data modelling in MDM must be correct.
    Kindly Follow the belwo links which will guide you in improving your system performance by efficient use of data modelling techniques:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10c4cd5f-6893-2a10-a2b0-f9cb3cd38a6f
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fc0a2e-6561-2910-839e-8ff3e36dd4d6    (data modelling)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/eb7447b1-0c01-0010-8d90-a2e004cad537   (data modelling)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0d8aa53-b11d-2a10-aca2-ff2bd42a8692  (data modelling)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

Maybe you are looking for

  • Null MBR in Map Builder 10.1.3.1 for raster

    Dear all, I'm building a custom loader for a raster data format. I have the sdo_georaster row populated including the geographic extent including the SRID, and the sdo_raster table populated including the blockmbr which is in row/column coordinates.

  • Installed iTunes 10 - now iPod is no longer recognized

    I have tried for the last 4+ hours to get my iPod to work with iTunes 10 but to no avail. I am SO SORRY I downloaded this buggy program! I never had a problem before installing iTunes 10 now I'm stuck. I've tried uninstalling it and installing older

  • You can bridge the Fios Quantum Gateway Router

     Long story short. I could not figure out how to disable SIP on the Fios Gateway Router and some my Intercom Video Door station in use by my Control4 uses SIP. The router was causing conflicts and Control4 advised that SIP needs to be disabled on the

  • Problem in creating new group in LDAP

    Hi, When I create a new group in the ldap, the groups is getting created with Common name : tstCompA javaclassname : javax.naming.directory.BasicAttributes javaserializeddata : [Binary] objectClass : top Why are these attributes getting created...pls

  • Getting error in SXMB_MONI

    Hi all, While doing a scenario where sender is IDOC and Receiver is the Proxy,After triggering the IDOC from the Sender System iam getting the following error in SXMB_MONI. SAP:Category>XIServer</SAP:Category>   <SAP:Code area="INTERNAL">SLD_NO_OWN_B