MDM 5.5 SP6 install and post-install config - SLDREG related question

Hello,
I've just installed MDM 5.5 SP6 on Oracle/Solaris and have the server running with no problems, repositories loaded, etc. I do receive the following error in the MDM Console which I understand to mean the sldreg utitlity cannot be found.
Error: Unable to register server in System Landscape Directory: Call to SLDREG Utility in /usr/sap/sldreg failed, Error = 0x100.
Set proper value for parameter 'SLDReg Utility Path' in server configuration file.
If you are not using SLD, set parameter 'SLD Registration' to false in server configuration file so that the server does not try to register with SLD. This will avoid this error in the future.
My questions are:
1. should there be an ABAP install on the same box which would create the file structure referenced above?
2. or can this parameter be set to look at a different /usr/sap directory?
3. Or can I just drop that utility in that directory ?
In other words, is there a recommendation to install an ABAP instance, thereby creating the referenced file structure on the same server as the MDM/Oracle instance? Or is there a workaround approach for this error.
Thanks in advance for your help
Glen Hoaglund
Basis Consultant

Hi Glen,
There is a document available in Service Market Place "HowToRegisterMDM_SLD_P22.pdf".
Please Refer this link:
https://websmp210.sap-ag.de/installmdm -->Operations ---> MDM 5.5 - Monitoring Guides (ZIP File) in this Zip folder you will get "How To… Register MDM Servers in the SLD"
Hope it helps you,
Mandeep Saini

Similar Messages

  • MDM 5.5 SP6: Install in silent mode

    Hi,
    in the installation guide is described that components can use the silent mode for installation. For this there will be shipped a sample.ini with the installtion executables.
    But i can't  find this sample.ini and now we have to distrubute some components and my colleagues are asking me for more information about the silent mode.
    Can me anybody help finding the sample.ini or give me informations about the options that are possible in the silent mode ?
    Thanks in advance
    Mirko

    Hi,
    Sample_Install.INI file is available in the zip file named MDMGC55006P_1-10003297.
    Path : http://service.sap.com/swdc -> Download -> Support packages and Patches -> Entry by Application Group -> SAP Netweaver -> SAP MDM -> SAP MDM 5.5
    Regards,
    Jitesh Talreja

  • Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.

    Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.
    I wanted to share an experience with everyone I hope will help others avoid what I have gone through the past 3 days. I bought a Yoga 11s that I loved but had some issues with the wireless, Lenovo being awesome replaced it with a Yoga 2 13. I love this laptop but ran into some issues with Linux install/wireless, which I wanted to show how to resolve in one place. Hopefully this will help someone else get through this quicker
    I am going to try and write this for someone with little Linux experience, if I miss the mark please let me know and I will clarify the best I can.
    For work I need Windows 8.1 and Kali Linux, while for home I prefer Ubuntu.
    My Yoga 2 13:
    I5 1.6 ghz
    8 GB ram
    256 GB SSD
    ORANGE!
    My requirements: 
    I need Windows
    I need Kali Linux (livecd, even with persistent mode was not an option as it would not save the wireless fix or system updates) – I would also like this on a USB drive and not the internal SSD
    I would like Ubuntu
    Needed to do this:
    1. 2 USB thumb drives (at least 8gb in size each) I used 2 Leef Supra 32GB drives. They are my favorite right now and are only about $27 at amazon.
    2. Phone that can USB Tether or a USB Ethernet card (External USB wireless will show as "Hardware Locked"). Again you can pick one up for sub $10 if you need the USB Ethernet route. I used my Galaxy S5, you will need to download 200-300 mb of items through this so make sure you have the data if you go that route.
    3. You may be able to get a USB wifi card to work if you do the following after boot. This only worked once for me.
                    a.Type ‘sudo rmmod iwlmvm’
    b.Type ‘sudo rmmod iwlwifi’
    4. ISOs of Ubuntu and Kali Linux (I used Ubuntu 14.04 and Kali Linux 1.0.7)
    5. Software to unzip the ISOs. I recommend 7-ZIP and will be referencing this in this guide.
    6. I will include the EFI boot files and the WiFi fix files if I can attach. Otherwise I will provide a link to them.
       Link: https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    Recommended (these are just in case you corrupt something making your system not see any OS
    1.  I would call Lenovo beforehand and get a set of recover disks (this will take 2-3 days)
    2. In the meantime a USB Windows 8.1 or 8 ISO (the repair feature may save you)
    *Note: At many points in this guide I detail steps and commands. Please double check that you understand the step before proceeding. There are multiple points where a mistyped command or clicking the wrong option will cause your entire system to fail and you will need to reformat the entire drive and start over. This also will make One Touch recovery not work. Proceed with caution.*
    I did not need to disable ‘secure boot’ to do this, but keep in mind that you may need to.
    Steps:
    First let’s go through the installs, and then we will go through grub config and wireless fix
    1. In Windows scroll to computer and right click, select manage.
    2. Go to “Disk Management”
    3. Select the main HDD (notice Lenovo puts a stupid number of partitions on here)
    a. I deleted the D: drive on here, if you do this make sure to copy the drives over to your main C: drive. You will want to run each of the installers and repair the drivers after.
    4. I used the space from the D: drive and pulled a little more creating a 50 GB partition for Ubuntu and my swap file
    a. You can also add more space by right clicking your C drive and selecting shrink
    b. Do not format the partitioned data as this will make identifying it later much easier.
    5. Open a command line
                    a. Swipe from the right of the screen and select search
                    b. Type ‘cmd’
                    c. right click and select ‘run as admin’
    6. For Ubuntu: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary’
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    6. For Kali Linux: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary size= 3272
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    j. By doing this we can maintain a portion of this drive as the install CD and still have linux install/ liveCD if we need to run it on another machine.
    7. At this point the drive is ready to have the contents of the ISO copied over.
    8. Right click the ISO and select 7-zip then ‘zip to /’ This should unzip the ISO to the location of the ISO into a folder named exactly the same as the ISO.
    9. Once this is done for Ubuntu ISO it is done
    10. Kali requires a little bit more to be ready
                    a. Kali will need some files added for EFI boot. --$--
                                   i. Thanks to: https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux
                                   ii. EFI files are located within the wifi fix folder https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    11. Now let’s start with Ubuntu
    Ubuntu install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     Select ‘install Ubuntu’
    5.     Go through the Ubuntu install until you get to select the install drive
    6.     Once you get to the install portion it will ask you to select from one of 4 options. Select ‘Manually select partition’
    7.     Select the “Free Space” where we opened up some of the drive
    8.     You will need to create 2 partitions, I usually create the swap partition at the end of the drive
    a.     First I create the swap
                                              i.    Set at the end of the drive
                                             ii.    Set size to 1024 mb
                                            iii.    Set type to ‘swap’
    b.     Second create the ext 4 partition
                                              i.    Set to beginning of drive
                                             ii.    Set to remainder of the space
                                            iii.    Set type to ext4
                                            iv.    Set mount point to /
    9.     Finish the install and boot into Ubuntu
    10.   You will notice that your wireless is ‘disabled by hardware’ This is fine for the time being and we will worry about this after the kali install. If we fix it now for some reason after installing kali we get the error again and would just need to fix it again.
    Kali Linux install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     From the grub menu select ‘install kali linux’ both graphical and text work. I much prefer text install
    5.     You will get a few errors through the install but that is fine
    6.     The first we see is about network hardware and ‘load missing firmware from removable media?’ – Select ‘no’
    7.     Then select no ethernet card
    8.     It will have you name your machine then it will ask you for the root password
    a.     If you want to just use root *not recommended* place the password here
    b.     If you wish to use a non-root account then leave these blank and it will ask you for a name, username, and password of the new machine *Very Recommended* - this will also add this user to the sudoers file
    9.     It will then ask you to ‘partition disks’
    10.   Select manual
    11.   Now here is where it can get a little confusing so read twice click once
    12.   Select the USB drive from this list
    13.   Mine shows up under (sdb) – Leef Supra
    a.     It could be sdc, sdd, sde, etc… depending on how many drives you have plugged in.
    14.   You should see one primary drive that is 3gb or so that is formatted as FAT32. – DO NOT TOUCH THIS PARTITION!
    15.   You should see the remainder of this drive as ‘FREE SPACE’ select that
    16.   Create a partition at the end at size 1024mb and swap
    17.   Then create another one for the remainder of the drive and set it to ext4 with mountpoint of /
    18.   Continue through the install after you should see an error warning you that ‘you may not be able to boot’ that is fine, select continue
    19.   Then select from the menu of all the options ‘continue without bootloader’
    20.   It should finish up then reboot on its own.

    First setup/boot/fix grub
    1.     You should  be able to boot up into GRUB2 menu now.
    2.     You may not see kali linux in this menu (make sure you have your towel and don’t panic!)
    3.     Boot into Ubuntu
    4.     Once you log in you should see that you still cannot use wireless due to being locked by hardware
    5.     This is expected
    6.     Let’s fix grub then we will come back to fixing wireless
    7.     Plug in your device to connect to the internet (USB Tethering or USB Ethernet)
    8.     Once you verify that you now have an internet connection run the following from terminal
    a.     ‘sudo add-apt-repository ppa:danielrichter2007/grub-customizer’
    b.     ‘sudo apt-get update’
    c.     ‘sudo apt-get install grub-customizer’
    9.     You can also edit the grub.cfg manually if you know what you are doing… I did not
    10.   Open grub  customizer
    11.   It should auto populate and you should see ‘debian (kali linux)’ somewhere in the list
    12.   It should be mounted to /dev/sdb2 or /dev/sdc2 depending on how many devices you have
    13.   At this point go ahead and save
    14.   Reboot and test that you can get into each OS
    15.   This is where my inexperience got me. I spent 2 of my days so I am including this error: If when you boot into Kali you get an error somewhere that says ‘/bin/sh: can’t access tty: job control turned off’ look above it for an error that looks similar to ‘ALERT! /dev/sdc2 does not exist. Dropping to a shell!!’
    a.     That error is due to the mount point being incorrect in grub, reboot and from within grub highlight the kali boot. Press ‘e’ then towards the bottom you should see ‘root=/dev/sdc2’ change this to ‘root=/dev/sdb2’ again the number doesn’t matter just make sure it stays the same.
    b.     Press F10
    c.     If this boots fine then you will need to go back and fix the grub.cfg or load into Ubuntu and open grub customizer again, it should fix this
    16.   Now you have 3 working OS on the machine with one being on a USB! Congrats!
    17.   You can remove the USB with no worry of screwing up your install, but you will not be able to boot into Kali Linux until you replace it. I would suggest only removing it and replacing it while the machine is powered off, but that’s just me.
    Fix Wireless
    Now is the time to do what probably ¾ of you came here for. FIX THE DANG WIRELESS. This is a huge problem from Lenovo’s side that I hope they realize how important Linux is and will fix. I won’t hold my breath though.
    Log into Ubuntu : This is well documented in the following forum post on page 3 by user Haohe:
    http://ubuntuforums.org/showthread.php?t=2215044&page=3
    His has you download quite a large file, mine should be much smaller.
    https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    1.     Download the attached package with the fix.
    2.     Connect your USB internet device (tether or ethernet)
    3.     Place the packages somewhere easy to access, in this example I will place them under ~/Desktop/WiFiFix
    4.     Type ‘cd ~/Desktop/WiFiFix/’
    5.     Now we need to prep the tools we need.
    6.     Type ‘sudo apt-get update’ – we did this before, but you know, just in case
    7.     Type ‘sudo apt-get install linux-headers-`uname –r`’   Note around uname-r they are the ` symbol not the ‘ this is located just above the tab on the same key as ~.
    8.     Type ‘make’
    9.     Type ‘sudo cp /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko ~/ideapad-laptop.ko.backup’
    10.   Type ‘sudo cp ~/Desktop/WiFiFix/ideapad-laptop.ko /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/’
    11.   Type ‘sudo modprobe -r ideapad-laptop’
    12.   Type ‘sudo modprobe ideapad-laptop’
    13.   Type ‘sudo rfkill unblock all’
    14.   Type ‘sudo modprobe -r ideapad-laptop’
    15.   Type ‘sudo mv ~/ideapad-laptop.ko.backup /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko’
    16.   Next we need to blacklist the ideapad module
    17.   Type ‘sudo echo 'blacklist ideapad-laptop' > /etc/modprobe.d/blacklist-ideapad.conf’
    a.     The first time I tried this it wouldn’t work. So I did the following
    b.     ‘sudo touch /etc/modprobe.d/blacklist-ideapad.conf’
    c.     ‘sudo vim /etc/modprobe.d/blacklist-ideapad.conf’
    d.     Enter     blacklist ideapad-laptop
    e.     Exit and save
    18.   Reboot your Yoga 2 13
    19.   Boot into kali and see if you have wireless, if you do then you are done. If not we will need to repeat this process with one small little change.
    Kali Wifi Fix
    1.     Copy the sources.list from the package provided
    2.     Replace /etc/apt/sources.list with the included
    3.     Some of the file path changes but the process remains the same from here.
    Congratulations you now have 3 OSes one portable to other machines and working wifi!
    Thank you
    SirGed

  • How to install drivers for ati radeon 3200?and how to config xorg.co ?

    how to install drivers for ati radeon 3200?and how to config xorg.conf?

    mawch wrote:how to install drivers for ati radeon 3200?and how to config xorg.conf?
    Hello
    I am using ati hd 3200 which is integrated with my motherboard. If you are using arch you can download & install through pacman. The package is named like catalyst*. You can install them by issuing as root user
    #pacman -Sy
    #pacman -S -l | grep -i catalyst
    #pacman -S catalyst catalyst-utils
    After installation reboot your machine in runlevel 1. (single mode).  Ensure "fglrx" module is loaded correctly using
    #lsmod | grep -i fglrx
    If the resultant output have "fglrx" part  the module is loaded correctly. The next step is to create a working /etc/X11/xorg.conf. Backup your current xorg.conf if needed.
    #cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bkup
    Then issue
    #aticonfig --initial --input=/etc/X11/xorg.conf
    This will create a new xorg.conf file. Now we can test our confign.
    #telinit 3
    I am using runlevel 3 to avoid graphic messup!!
    issue
    #gdm
    If you graphical login screen works correctly there is nothing to do more except adjust your monitor resoloution as you like.
    To know your ati driver is working correctly issue as root
    #fgl_glxgears
    If gears are rolling happily it seems correct. You can also know more about installed ati driver
    #fglrxinfo
    Now the installed driver version is in the output 
    If there is any problem try following
    ##### Soloutions to solve various display problems using ATI Catalyst Drivers in Linux #####
    yes video playback is choppy until i ran :-
    sudo aticonfig --overlay-type=Xv
    Try adding the following to the 'Device' section in /etc/X11/xorg.conf
    Option "TexturedVideo" "true"
    ### This is a half solution for mythtv problems. Run mythtv in window (no full screen) If You have a screen resolution of 1024x768 try the command;
    mythfrontend --geometry 800x600
    Append the "Device" Section of /etc/X11/xorg.conf file as follows;
    Section "Device"
    Identifier "Videocard0"
    Driver "fglrx"
    Option "OpenGLOverlay" "off"
    Option "VideoOverlay" "on"
    Option "TexturedVideo" "on"
    Option "TexturedVideoSync" "on"
    Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection
    Add following in the .bashrc of each user or /etc/bashrc file* Most Effective In My Case!!
    export LIBGL_ALWAYS_INDIRECT=true
    ####### Arch Linux - Add the "nopat" option to the /boot/grub/menu.lst or /boot/grub/grub.conf
    ####### as in the following example
    title  Archlinux Ice Kernel
    root   (hd0,1)
    kernel /boot/vmlinuz26-ice root=/dev/sda2 ro resume=/dev/sda3 quiet splash nopat
    initrd /boot/kernel26-ice.img
    NB: REGULAR DISCLAIMER IS ALSO APPLICABLE TO THE ABOVE MATTER; USE IT AT YOUR OWN RISK !!!  ALL THE ABOVE INFORMATION IS COLLECTED FROM VARIOUS POSTINGS IN THE FORUM AND FROM MY OWN EXPERIENCE
    Wish U good luck
    mvdvarrier

  • Monitoring and transports in MDM 5.5 sp6

    Hi all,
    Monitoring:
    In mdm 5.5 sp6 once you create your repository, how do you monitor it regularly??
    lets say i need to upload a excel file every day via import manager and syndicate it.
    i schedule it using windows scheduler.
    Now,is there any specific location where i can look at whether the my repository is working fine are it is runing through errors?
    and Normally how do we monitor a repository  ?
    Transports:
    I learnt that once you create a repository , if you wish to move from ur dev to qa, then..
    1) we need to archive the rep,
    2) copy the file to archive directory of quality system
    3) unarchive in qa
    is this the correct way of transportation involved in MDM.(5.5 sp6)??
    or do we have any other process to move the repositories?
    If you move the a2a file in the above mention way, do our rules, strategies, validations be created automaticallly in qa or we need to create them manually again in qa ??
    Thanks in advance
    Regards
    phani

    HI Phani
    when you say mdm console,can you tell me where init?
    Under each repository you will also find reports which contains useful LOGS and information. GO through them for monitoring different actions done on MDM. Similarly at the server level you can access the LOg files which you can find in consle at the bottom.
    transports:
    when you say schema are you talking about the input or output structure schema that we upload in 'schema' under admin folder in console ??
    Transporting the repository can happen in 2 ways:
    1. using the a2a file as described by you. this is exact replica of the repo with all data, Matching etc.
    2. Creating a new repo from one environment to another using "Import Schema" option. For this first you need to export the repository schema from console.
    please close the thread if answered.
    best regards
    Ravi

  • Tried doing a clean install of lion and now have a folder with question mark appearing when mac boots

    I purchased a 2011 mac mini I was having some issues and as I had already bought lion for one of my other macs and put it on a usb key I formatted the mac mini's hdd and put the usb key in to one of the Mini's usb ports and booted the mini up and held down c when the white scren appeard it stayed white for a few secnds and then a folder with a question mark started flashing no option to select my connected usb key I tried several more re boots and each time got the exact same result.
    What on earth has apple done so now I can't even access attached drives during booting.
    Any ideas how I can sort this out?

    Maybe it is not "what has Apple done"   You may have jumped the gun a little formatting your system so quickly without ensuring you can actually boot via an alternate method.
    The mini has a recovery partition, and instructions how to reinstall the OS from that.
    USB drive. Sounds to me like you don't have a proper OSX Bootable USB drive?
    Also, the new way Apple allows reinstallation is over the internet too.

  • SAP MDM 5.5 SP6 client installable

    Hi All
              Can any one help me out in getting the installable for SAP MDM 5.5 SP6 client installable. I need that version.Also let me know, does it effect in any way if the build version of server is different from the cleint version.
    Thanks in advance
    Regards
    Aruna

    Hi Aruna ,
    As mentioned in the above posts,it is evident that the MDM server and the MDM guis versions must match for proper functioning of the MDM system.
    SAP MDM 5.5 SP6 - Refers  MDM 5.5 version Support pack 6 along with this also comes the  patch and the hot fix number.eg 5.5.63.72 so this tand for MDM 5.5 SP06 patch 3 and hotfix 72.
    When you are installing the MDM server and the GUI you need to match all of these ,a slight difference in the hotfix is tolerable but not the rest.
    You can install the MDM package from the below link.Make sure that you have the S user id with the necessary authorization to download the same.
    http://service.sap.com/swdc (download MDM support packages) Download>support packages and patches>entry by application group>sap netweaver>sap mdm>sap mdm 5.5>everything you wnat to download in relation with mdm
    You can also refer to the master guide of MDM SP06 whcih will explain about the installtions:
    https://websmp102.sap-ag.de/~sapidb/011000358700001119842007E  (mdm SP06 installation guide)
    You can also refer the below link for all the related documentation on MDM:
    https://websmp202.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000717304&
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • MDM 5.5 SP6 P03 update to P06

    Hi there
    We have inherited a Widows-based MDM 5.5 from one of our customers. Now we have to update the System from "MDM 5.5 SP6 P03" to the up-to-date patch level "MDM 5.5 SP6 P05 HF18" (sap note 1449175). On SAP's SWDC I found the suitable files but I don't know how to install. I found several install- and upgrade manuals but they does not describe how to update to the next patch level. Does someone know a useful manual?
    Thanks in advance,
    Urs.

    Hi Pius,
    As you are upgrading to MDM 5.5 SP6 P05 HF18 from MDM 5.5 SP6 P03.
    Please refer this below upgrade guide for MDM 5.5 which is considered as the default source release for upgrade, but direct upgrade from SP03 or SP04 to SP06 is also supported.
    https://websmp109.sap-ag.de/~sapidb/011000358700001119702007E
    You can upgrade/install all the components as per (Sap note 1449175) according to this Upgrade Guide.
    I think that SAP has not provided installtion/upgrade guide for Patch P05 from P03, as it can be done in the same manner as we do for SP.
    Regards,
    Mandeep Saini

  • PI (XI 7.0) Installation and Post Installation Guides

    We have installed XI 3.0 with previous clients, and we are trying to install XI 7.0 (PI) for a client on Windows 2003 SQL server. We looked for installation documents in the service.sap.com, but we were confused about which documents to follow.
    Has anyone installed PI (XI 7.0) from scratch? If yes, could you provide us documents regarding installation and post installation steps. What are the differences in installing XI 3.0 and PI?
    You help is greatly appreciated.
    Cheers,
    Karma

    Hey Karma,
    You dont need any guide for PI post installation.
    There is a facility in NW 2004s for completing post installation, they provide with templates. you just have to execute the templates and your PI post config is done.
    first execute
    NWD
    and then
    PI templates
    After this import the BASIS components into design environment.
    Regards
    Ramesh P

  • How can Siri still tweet and post to Facebook if I just changed my password from the respective websites, with out the iphone "knowing" I changed my passwords?

    How can Siri still tweet and post to Facebook if I just changed my password from the respective websites, with out the iphone "knowing" I changed my passwords?

    If you buy an iLife '11 install DVD (eBay, Amazon) you could upgrade your iPhoto right away. The earlier iPhoto '11 versions are compatible with MacOS X 10.6.8.
    but I can't until I upgrade from OS X 10.6.8.  Trying to figure out how to do that...
    To upgrade to Mt. Lion see here:  You can buy it and download it from the appStore, if your mac is compatible:
    http://www.apple.com/osx/how-to-upgrade/

  • SAP PI7.0 installation and post installation procidure needed

    Hi,
             I am installing the SAP PI7.0 my O/S is IBM AIX 6.0 and 570 H/W.
             Can any one give me the Installation and post installation procedure?

    you can find
    www.service.sap.com/instguides

  • How to convert XML into idocs and post in ECC using PI

    Hello All,
    I want to configure the scenario like this MDM->PI->ECC. Using FTP I am getting able to fetch the xml file from MDM Server Ready folder. Now, I need to convert this XML file into Idocs and post it in ECC. Can anyone provide me step by step configuration in PI to achieve this. I have configured communication channel with adapter type Idoc in Itegration Builder. But, I am not sure where it will do the conversion of XML into Idoc and how do post it to ECC. I am working first time on PI 7.1. I have worked on XI 3.0 in 2006-2007. Any help to configure this step by step shall be appreciated.
    Thanks & Regards,
    Hemal

    In you have the XML from MDM you have to use the mapping provided by the funtionals in the Funtional specification documents. once you did it you must configure the Receiver IDoc Adapter. and later dont fonget to configure properly the ReceiverAgreement.
    as you receive the docuement from MDM via FTP, thats not a SAP System that means that you have to define PI as the sender of the IDoc,otherwise you will have the Error "Unable to convert the sender service to an ALE logical system"
    to do that in the receiver Agreement>Header Mapping>Sender System-->Select PI server.
    Take in mind to send IDocs to any SAP System, the system that send it must be a SAP system too. thats why you configure it
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/112d20f6ce6c46ba66afb98d278fbd/frameset.htm
    Another thing is you have configure the ALE distribution Model.
    se this:
    http://wiki.sdn.sap.com/wiki/display/XI/FileToIDOC
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    /people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
    Let us know
    Rodrigo P-.

  • Problems with automatic syndications in MDM 5.5 SP6

    Hi all,
    Has anyone a solution for the following problem?
    I have a MDM repository for central master data management for articles. This i running under MDM 5.5 SP6. I use timestamps depending on spesific fields in order to execute the syndications. Most of the syndications are running automaticly and continously, with some few seconds delay between the syndication rounds.
    Each syndication takes some few seconds, appr. 10-15. When an end-user save the change, and the timestamp for the actual change happens to be in between the start/end of the belonging syndication, the record is not included in the syndication, and it seems that the status telling the mdm system that a record has been changed, is reset, although the record has not been syndicated. Thus the record is not included in the next syndication round either.
    I appreciate if anyone could help me.
    Regards,
    Jens

    Hi Jens,
    Workaround could be to use MDM Workflows.
    Design the workflow as shown below
    Start -> Branch -> Syndicate -> Stop
                           -> Stop
    Just pass the outbound port of type manual to the syndicate step and set the trigger action of the workflow to record update. Now whenever record gets updated, its time stamp gets modified and the workflow gets launched. If it is the desired record then it clears the validation step and go to syndicate step. Syndicate step just mark the records for syndication, it doesn't actually syndicates it. At the last it is the job of syndication server to actually syndicate the records. With this design you will get all the updates records.
    Regards,
    Jitesh Talreja

  • L20-155: Can't install Config Free - "Not Found NDSFiles Folder"

    Hallo outthere,
    After 2 weeks i install win xp pro on my l20-155, and now i`ll like to install config free (confree-xp-55013-du.zip),
    but there comes an message thats tell:
    "Not Found NDSFiles Folder", and the install stops!
    any help is welcome
    thankssofar

    Hi
    Sometimes the installations problems occur because of wrong installation order.
    If you want install the OS manually, without to use the recovery cd you have to install the Toshiba drivers tools and utilities in the right order. Its very important that you install firstly the chipset driver and then the common modules. After this installation you should install the common drivers like graphic driver, sound driver, etc.

  • Re-install & config Enterprise Manager dbconsole on linux

    Dear Sir/Madam,
    Anyone can teach me how to fully uninstall it &
    re-install & config
    Enterprise Manager dbconsole.
    Best Regards
    boris

    Are you trying to reinstall the EM dbconsole associated to a specific DB, or the EM grid console which allow you to manage DBs, App servers, and any Oracle product?
    In the second case, I think the previous reply is right.
    For the first case, you can execute emca -x SID, where SID is the sid of the Oracle DB being managed. Then, with DBCA, choose to reconfigure database, and select the management with dbconsole.
    Regards.

Maybe you are looking for

  • Error while running the query from WebI

    A database error occured. The database error test is: The MDX query Select Company code Vendor Fiscal year Cumulative Balance on Rows from 0FIAP failed to execute with the error See RFC trace file or SAP system log for more details. (WIS 10901) Any i

  • IPHOTO QUESTION, PLEASE HELP :)

    Hello everybody Is there anyway i can get a border for my photographs in iphoto, and is there a way were i can have text on it saying its mine. Thanks so much for your help

  • Integerating Application developed by WebDB and Reports done by Reports Developer 6i

    Dear, I developed an application using WebDB 2.2 and for the shortage of WebDB to make my reports, I did it in Oracle Reports Developer. Would you tell me how can I integerate my reports with my application. Thanks

  • How to make BAPI_PO_CREATE1 not to get net price in inforecord, etc...

    Hello Experts, If we dont pass any values in the net price, this BAPI gets the default price in the inforecord. Now, we do now want this. Instead, what we want is to not create the PO entirely. Is there a way to prevent BAPI_PO_CREATE1 to NOT get net

  • Keynotes slideshow to put in iweb navigation bar,

    is it possible to have a silideshow in the "Banner" navigation bar????? i can put a picture there but would much rather like a slideshow there, already have slideshows build in keynotes & would like to "move" them to iweb as a slideshow in the naviga