Need to redownload all installed packages [SOLVED]

I found the redownloading all installed packages wiki page, but when I attempt either of the suggested commands on the page, pacman chokes on the first package that I installed out of the AUR.  Can someone recommend how I can simply download all of my currently installed packages to my local db?
Thanks!
# pacman -Sdw --noconfirm `pacman -Q | awk '{ print $1 }'`
# wget $(pacman -Sdp `pacman -Q | awk '{ print $1 }'`)
Last edited by graysky (2009-08-18 19:26:57)

I actually think it does... when I use your shell command after all my packages are populated, I get a line that reads, "checking package integrity..." then a fresh shell.
VERIFIED: it does indeed.  I removed /var/cache/pacman/pkg/zvbi-0.2.33-1-x86_64.pkg.tar.gz then touched an empty file of the same name.  After re-running your command, pacman detected the problem, removed the offending package and re-downloaded when I ran it a second time.  Smart
checking package integrity...
:: File zvbi-0.2.33-1-x86_64.pkg.tar.gz is corrupted. Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package)
zvbi-0.2.33-1-x86_64.pkg.tar.gz is invalid or corrupted
Errors occurred, no packages were upgraded.
Last edited by graysky (2009-08-18 21:14:48)

Similar Messages

  • Redownload and reinstall all installed packages

    I need to redownload and reinstall all installed packages, because I made some tests with prelink and something goes wrong. I found an article in wiki that covers download of installed packages, but howto reinstall them all?
    The problem is that some apps are acting weird. I also have problem with compiling of AUR packages, because I get this error message:
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... /lib/cpp
    configure: error: C preprocessor "/lib/cpp" fails sanity check
    See `config.log' for more details.
    make: *** No targets specified and no makefile found. Stop.
    The gcc package is installed. Any sugestions?
    Last edited by macros78 (2007-09-09 12:19:21)

    I think this should do it...
    pacman -Q | grep -v pacman | cut -d' ' -f1 > packages.txt
    pacman -Sy `cat packages.txt` --noconfirm

  • Clyde can't install packages [SOLVED]

    Whenever I try to install a package from clyde (in this case chromium-stable-libpdf), I am returned the following:
    :: chromium-stable-libpdf package not found, searching for group...
    :: chromium-stable-libpdf group not found, searching AUR...
    error: 'chromium-stable-libpdf': not found in sync db
    A quick forum search returns quite a few threads with people experiencing the same issue, but these all were solved by simply running pacman -Syy (which I have tried).  Pacman seems to work just fine and clyde gives same error when I try with other packages in AUR.  I don't install things from AUR very often (last time was probably ~ 2 weeks ago) so I am not certain what package upgrade (if any) would have caused this/when this error started occurring.  I know that mirrorlist was updated a little earlier today.  Please find my pacman and clyde conf files below (with relevant parts included) and my mirrorlist (I have tried changing to different mirrors).  Thank you in advance.
    /etc/pacman.d/mirrorlist
    # United States
    Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/x86_64
    Server = http://mirror.ece.vt.edu/archlinux/$repo/os/x86_64
    Server = ftp://mirrors.hosef.org/archlinux/$repo/os/x86_64
    Server = http://mirrors.hosef.org/archlinux/$repo/os/x86_64
    Server = http://hpc.arc.georgetown.edu/mirror/archlinux/$repo/os/x86_64
    Server = ftp://ftp.archlinux.org/$repo/os/x86_64
    /etc/pacman.conf
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [multilib]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    /etc/clyde.conf
    # CLYDE OPTIONS
    [clydeoptions]
    Editor = vim
    #Colors are enabled by default. To disable them, uncomment the following line
    #NoColor
    #Searching AUR is enabled by default. Uncomment the following line to only search with --aur
    #ReposOnly
    #You must set this to a normal user to install packages from AUR safely while running without sudo
    BuildUser = tripsun
    #Modify the following line to specify the directory in which clyde should build packages from AUR
    #BuildDir = /var/cache/clyde
    # /etc/clyde.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [multilib]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    Last edited by Tripsun (2011-03-15 17:23:45)

    Thanks, rebuilding clyde-git worked. Is there a particular reason why it broke all of the sudden?
    Last edited by Tripsun (2011-03-15 19:29:02)

  • Command to compile all installed packages

    hi to all,
    exist a command to compile all packages are installed in your system ?
    thanks

    We know what you want. We also know that instead of searching for it, you want someone to give you "a tip".
    Well, I have a tip for you - don't do it. There is no appreciable benefit gained from recompiling all your packages, so save the time you would have spent on it for something more useful, and we'll leave it at that.
    Alternatively, if you really want to do it - SEARCH THE FORUM.
    Thread closed.

  • Script to rebuild all installed packages from ABS

    I realize pacbuilder is for that, but it doesn't seem to work properly for me. Skipping a lot of packages etc.
    Anyway, I've made this very simple script to just rebuild every installed package from core/extra/community. Sorry for the localized echo output, but I think it's all very simple and straightforward to understand.
    Edit:
    I've improved it a bit, now it should work flawlessly and remember what stuff it has to finish no matter when you ^C out of it. Also it installs all compiled packages, if you want to avoid that, remove -i switch from makepkg.
    #!/bin/sh
    # user configuration
    absdir="/home/mateusz/abs/autobuild"
    pkgdir="/home/mateusz/abs/packages"
    pkgfile="/home/mateusz/abs/autobuild.list"
    # end of user configuration
    topabs="/var/abs"
    if [ ! -d $absdir ]; then
    mkdir -pv $absdir
    fi
    if [ ! -d $pkgdir ]; then
    mkdir -pv $pkgdir
    fi
    echo "(autobuild) Uaktualnianie bazy abs..."
    sudo abs
    if [ ! -f $pkgfile ]; then
    echo "(autobuild) Tworzę listę pakietów do zbudowania..."
    pacman -Qq > $pkgfile
    else
    echo "(autobuild) Znaleziono poprzedni build."
    echo "(autobuild) Jeżeli nie chcesz go wykorzystać, skasuj $pkgfile"
    fi
    for pkgname in $(cat $pkgfile); do
    echo "(autobuild) Szukanie pakietu $pkgname..."
    find $topabs -type d -name "$pkgname" -exec cp -R {} $absdir \; 2> /dev/null
    if [ -d "$absdir/$pkgname" ]; then
    echo "(autobuild) Budowanie pakietu $pkgname..."
    cd "$absdir/$pkgname"
    makepkg -csir --noconfirm > /dev/null
    if [ $? -eq 0 ]; then
    echo "(autobuild) Pakiet zbudowany."
    cat $pkgfile | grep -vx $pkgname > "$pkgfile.tmp"
    mv $pkgfile.tmp $pkgfile
    else
    echo "(autobuild) Błąd budowania pakietu!"
    fi
    else
    echo "(autobuild) Pakiet nieodnaleziony!"
    cat $pkgfile | grep -vx $pkgname > "$pkgfile.tmp"
    mv $pkgfile.tmp $pkgfile
    fi
    done
    echo "(autobuild) Linkowanie pakietów do $pkgdir..."
    find $absdir -name "*`uname -m`.pkg.tar.gz" -exec ln -v {} $pkgdir \; >/dev/null
    echo "(autobuild) Zakończono."
    exit 0
    Last edited by xaff (2009-05-03 13:47:17)

    Here is the script translated into English (with a bit of help from Google Translate, as well as grammar cleanup).
    #!/bin/sh
    # user configuration
    absdir="/home/aabbott/abs/autobuild"
    pkgdir="/home/aabbott/abs/packages"
    pkgfile="/home/aabbott/abs/autobuild.list"
    # end of user configuration
    topabs="/var/abs"
    if [ ! -d $absdir ]; then
    mkdir -pv $absdir
    fi
    if [ ! -d $pkgdir ]; then
    mkdir -pv $pkgdir
    fi
    echo "(autobuild) Updating the ABS database..."
    sudo abs
    if [ ! -f $pkgfile ]; then
    echo "(autobuild) Creating a list of packages to build..."
    pacman -Qq > $pkgfile
    else
    echo "(autobuild) Found a previous build."
    echo "(autobuild) If you don't want to use this build, delete ${pkgfile}."
    fi
    for pkgname in $(cat $pkgfile); do
    echo "(autobuild) Searching for $pkgname..."
    find $topabs -type d -name "$pkgname" -exec cp -R {} $absdir \; 2> /dev/null
    if [ -d "$absdir/$pkgname" ]; then
    echo "(autobuild) Building $pkgname..."
    cd "$absdir/$pkgname"
    makepkg -csir --noconfirm > /dev/null
    if [ $? -eq 0 ]; then
    echo "(autobuild) $pkgname built."
    cat $pkgfile | grep -vx $pkgname > "$pkgfile.tmp"
    mv $pkgfile.tmp $pkgfile
    else
    echo "(autobuild) There was an error when building ${pkgname}!"
    fi
    else
    echo "(autobuild) $pkgname not found!"
    cat $pkgfile | grep -vx $pkgname > "$pkgfile.tmp"
    mv $pkgfile.tmp $pkgfile
    fi
    done
    echo "(autobuild) Linking to $pkgdir..."
    find $absdir -name "*`uname -m`.pkg.tar.gz" -exec ln -v {} $pkgdir \; >/dev/null
    echo "(autobuild) Finished."
    exit 0

  • Viewing dependency tree for non-installed packages [SOLVED]

    Pactree only seems to work for installed packages so I was wondering if there was any alternative that could work with any package (installed or not).
    Last edited by anonymous_user (2011-07-09 14:46:05)

    Well it's not as fast as pactree but I hacked this together for you:
    #!/bin/bash
    pactree () {
    echo "$2|--$1" | cut -c4-
    for dep in $(pacman -Si $1 2>/dev/null | awk -F':' '/Depends On/ { print $2 }')
    do
    dep=$(echo $dep | egrep -o "^[a-z0-9._-]+")
    [[ -n $dep ]] && pactree $dep "$2| "
    done
    pactree $1 ""
    Perhaps you should replace the occurences of "pactree" with something else.
    Edit: Prettier output.
    Last edited by Lars Stokholm (2011-07-09 09:22:52)

  • Reinstalling all installed packages using pacman

    I feel my installation is corrupted .volcontrol muted on every boot,nautilus crashing,etc and more.
    So,I though of reinstalling whole Gnome-2.22
    I got below script somewhere in this forum or wiki maybe:but the script is erring out :?
    please help !
    pacman -S $(pacman -Qq | grep -v "$(pacman -Qmq)")
    and got the below error message
    error: no targets specified (use -h for help)
    Last edited by praka123 (2008-04-24 14:47:47)

    Run the command pacman -Qq and pacman -Qmq separately and try to find out why it breaks.
    pacman -Q displays all packages, pacman -Qm displays the packages that are not in any repos, that is the packages you installed manually == foreign packages. You can't reinstall these foreign packages with pacman -S by definition.
    So you have to filter them out of pacman -Q output.
    pacman -S $(pacman -Qq) fails here, because I have 3 foreign packages, but  pacman -S $(pacman -Qq | grep -v "$(pacman -Qmq)") works.

  • Uhh please Help me install packages =[ [SOLVED]

    ok im running arch 2007, the newest, and im basically an arch n00b. I've been using linux for years, but never came across this error ....(while trying to install banshee, amarok,totem....)
    [anthony@Barton ~]$ sudo pacman -S totem
    warning: current locale is invalid; using default "C" locale
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: pcre-7.3-2 glib2-2.14.1-1 gstreamer0.10-0.10.14-1 liboil-0.3.12-1
    gstreamer0.10-base-0.10.14-1 gstreamer0.10-good-0.10.6-1
    libidl2-0.8.9-1 orbit2-2.14.9-1 gconf-2.18.0.1-4
    gstreamer0.10-gconf-0.10.6-1 gcc-libs-4.2.1-2 libdaemon-0.12-1
    nss-mdns-0.10-1 avahi-0.6.20-1 gnome-mime-data-2.18.0-3
    gnome-vfs-2.18.1-2 totem-plparser-2.18.3-1 libgnomecanvas-2.14.0-2
    libbonobo-2.18.0-2 libgnome-2.18.0-2 libbonoboui-2.18.0-2
    gnome-keyring-0.8.1-2 libgnomeui-2.18.1-2 gnome-desktop-2.18.3-1
    totem-2.18.3-1
    Total Package Size: 16.23 MB
    Proceed with installation? [Y/n] y
    checking package integrity... done.
    cleaning up... done.
    (25/25) checking for file conflicts [#######################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    gcc-libs: /usr/lib/libgcc_s.so exists in filesystem
    gcc-libs: /usr/lib/libgcc_s.so.1 exists in filesystem
    gcc-libs: /usr/lib/libgomp.a exists in filesystem
    gcc-libs: /usr/lib/libgomp.so exists in filesystem
    gcc-libs: /usr/lib/libgomp.so.1 exists in filesystem
    gcc-libs: /usr/lib/libgomp.so.1.0.0 exists in filesystem
    gcc-libs: /usr/lib/libgomp.spec exists in filesystem
    gcc-libs: /usr/lib/libmudflap.a exists in filesystem
    gcc-libs: /usr/lib/libmudflap.so exists in filesystem
    gcc-libs: /usr/lib/libmudflap.so.0 exists in filesystem
    gcc-libs: /usr/lib/libmudflap.so.0.0.0 exists in filesystem
    gcc-libs: /usr/lib/libmudflapth.a exists in filesystem
    gcc-libs: /usr/lib/libmudflapth.so exists in filesystem
    gcc-libs: /usr/lib/libmudflapth.so.0 exists in filesystem
    gcc-libs: /usr/lib/libmudflapth.so.0.0.0 exists in filesystem
    gcc-libs: /usr/lib/libssp.a exists in filesystem
    gcc-libs: /usr/lib/libssp.so exists in filesystem
    gcc-libs: /usr/lib/libssp.so.0 exists in filesystem
    gcc-libs: /usr/lib/libssp.so.0.0.0 exists in filesystem
    gcc-libs: /usr/lib/libssp_nonshared.a exists in filesystem
    gcc-libs: /usr/lib/libstdc++.a exists in filesystem
    gcc-libs: /usr/lib/libstdc++.so exists in filesystem
    gcc-libs: /usr/lib/libstdc++.so.6 exists in filesystem
    gcc-libs: /usr/lib/libstdc++.so.6.0.9 exists in filesystem
    gcc-libs: /usr/lib/libsupc++.a exists in filesystem
    gcc-libs: /usr/share/locale/de/LC_MESSAGES/libstdc++.mo exists in filesystem
    gcc-libs: /usr/share/locale/fr/LC_MESSAGES/libstdc++.mo exists in filesystem
    errors occurred, no packages were upgraded.
    any ideas.... this is semi-urgent.. thanks
    -AnthonyClark
    Last edited by anthonyclark (2007-10-08 19:20:43)

    first off set locale
    /etc/locale.gen
    uncomment your choice save changes run
    locale-gen
    try
    pacman -Sy totem
    as last resort
    pacman -Sf totem

  • Boot iso cant go online to download install packages[solved]

    I have to use the boot iso image (not the netinstall or coreinstall iso)
    dhcpd fails for some reason, (i definitely have a working internet connection) and defaults to dhclient, and says network was configuredsuccesfully
    then when trying to download packages I get 404 errors on all the mirrors I have tried.
    The strange thing is that I can select packages and it seems to update the list of packages online!
    EDIT- I selected packages twice and not its downloading the packages !
    Last edited by slenkar (2012-06-28 14:35:50)

    slenkar wrote:dhcpd fails for some reason
    For what reason? Details.... or it works !!

  • Location of Installed package [SOLVED]

    I installed archlinux-artwork and archlinux-wallpaper  packages form the extra repos. But I have no idea where they are located.
    Where can I find them?
    thanks.
    Last edited by lamdacore (2010-02-14 06:30:21)

    look at "man pacman",  specifically the -Ql options...

  • Do I need to redownload all of my apps?

    Is there a location that iPhone apps are saved to in or outside of iTunes? I have a new iPhone and I recently had my hard drive replaced on my MacBook Pro. Currently, I am only showing the few apps I redownloaded today to the new phone in iTunes and I'm wondering if I should be able to locate my old purchases somewhere. I backed up my computer with Time Machine and I keep my iTunes folder on an external hard drive.

    Thanks! I found that the .ipa files are stored in a Mobile Applications folder within the iTunes folder on my MacBook Pro backup.

  • Redownload installed packages

    hi,
    I'd like to know how to redownload (without install) all my installed packages, I've found this:
    http://bbs.archlinux.org/viewtopic.php?id=18728
    and tried the script:
    for package in `pacman -Q | awk '{ print $1 }'`; do yes | pacman -Sw $package; done
    but it doesn't download anything in my pacman cache...
    the thread is old (2006) and I'm sure there have been a lot of modifications in pacman, so can someone help me correcting that script?
    thanks for your help
    _Marco_

    kjon wrote:
    You made my "poetry" worth crap.
    Those were completely different approaches... The very long one, and the arch one...
    You can start by writing a long approach that works, and then try to find a more elegant one, no problem with that.
    But generally speaking, it's very easy to write a script longer than necessary, because writing short ones require both knowledge
    of all the neat tools like grep,sed,cut,tr,find, etc and experience of combining them all together.
    To be honest, this need of reinstalling or re-downloading all installed packages comes up regularly, so you can find that my solution
    was already suggested before in this forum, but that there were also several more verbose solutions similar to yours.

  • Removing the explicitly installed flag for all dependency packages

    From what I gather, pacman -Rs won't remove any packages marked as explicitly installed, which causes a couple of problems for me:
    Say I need to reinstall all my packages for whatever reason; they'll all be marked as explicitly installed, so from that point on I wouldn't be able to search for orphans.
    There other case I can think of would be when I reinstall a dependency of some package for whatever reason, then later delete that top package with -Rs, that would mean the dependency and anything it depends on would remain on my system even if I don't really need it.
    Does pacman support, or are there any scripts that will go through the package databse and mark all packages that are depended on by other packages as dependencies rather than explicitely installed? Basically reset the explicit flag for anything that isnt a leaf on the tree.

    Hi
    There are 2 ways in doing this, either by report filtering or by formula, i would highly suggest using a report filter, just click the funnel icon in your webi report and drag your flag object then select Not Equal to condition then select 0.
    if you want to use a formula you can type in "=[Person Object] where([flag] = "0")". NOTE: only use "" if your flag is a dimension.
    kindly tell me if I'm missing something.
    Regards,
    -John Vincent

  • If I have CC on my computer from a former employer, if I start my own account on the same computer do I have to redownload all the programs or will the accounts just switch and that's that?

    It's kind of confusing. I bought a computer from work several months ago that has all the CC apps on it. I no longer work for that employer. I'd like to have my own account and pay for it myself, what I am trying to figure out is just do I need to redownload all the apps under my name or it will stay where it is and just be under a different name? It has a ton of preferences I'd rather not have to change.

    Boot Camp Assistant is included on the OSx installation disk. There is no charge. Boot Camp Assistant is used to create a Windows partition on which you install the Windows operating system.
    You need to buy a retail version of Windows. Once Windows is installed on the Boot Camp partition you can boot your computer into OSx or into Windows.
    You can install and use Windows software when you are booted into Windows.
    There is a Boot Camp Installation Guide on your installation disk.

  • Locating and installing packages

    Recently installed Oracle Linux to host Oracle BI. Going through the BI software requirements, we have a list of software packages that are required. running 'rpm -q -a' to get a list of all installed packages, I see that I am missing several. Where do l locate the missing packages and where should they be placed on my system in order to install them with rpm? For instance, following the instruction in the BI installation guide, I get the following:
    [root]# rpm -q -a |grep compat-db >> package_list;view package_list
    [root]# rpm -ivh sysstat-4.0.7-4.EL3.3
    error: open of sysstat-4.0.7-4.EL3.3 failed: No such file or directory
    my system is :
    [root]# uname -a
    Linux <mask server name> 2.6.18-8.el5 #1 SMP Tue Jun 5 23:25:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
    Also ...
    Another item in the software requirements says 'If the hugemem kernel is used .....'
    So, how do I determine if it that applies to me?

    kpackage ?
    [root]# kpackage
    -bash: kpackage: command not found
    okay, maybe it's not in my PATH
    [root]# find / -name kpackage -exec ls -l {} \;
    [root]#
    (no kpackage found)
    after copying all of the rpms from cd to /pkgs, I was able to install most of the additional required packages. Note the following:
    [root@<my server> tmp]# cd /pkgs
    [root@<my server> pkgs]# pwd
    /pkgs
    [root@<my server> pkgs]# ls -l openmotif*
    -r-xr-Sr-t 1 root root 1374499 Dec 26 15:30 openmotif22-2.2.3-18.i386.rpm
    -r-xr-Sr-t 1 root root 1392081 Dec 26 15:30 openmotif22-2.2.3-18.x86_64.rpm
    -r-xr-Sr-t 1 root root 1575905 Dec 26 15:35 openmotif-2.3.0-0.3.el5.i386.rpm
    -r-xr-Sr-t 1 root root 1599638 Dec 26 15:35 openmotif-2.3.0-0.3.el5.x86_64.rpm
    -r-xr-Sr-t 1 root root 3069258 Dec 26 15:35 openmotif-devel-2.3.0-0.3.el5.i386.rpm
    -r-xr-Sr-t 1 root root 3210287 Dec 26 15:35 openmotif-devel-2.3.0-0.3.el5.x86_64.rpm
    (The requirements list specified 'openmotif21-2.1.30-11.RHEL4.4, so let's try ...
    [root@<my server> pkgs]# rpm -i openmotif22-2.2.3-18.x86_64.rpm
    error: Failed dependencies:
    libXp.so.6()(64bit) is needed by openmotif22-2.2.3-18.x86_64
    [root@<my server> pkgs]# ls -l pdksh*
    ls: pdksh*: No such file or directory
    [root@<my server> pkgs]# ls -l gnome-libs*
    ls: gnome-libs*: No such file or directory
    [root@<my server> pkgs]# ls -l xscreensaver*
    ls: xscreensaver*: No such file or directory
    BTW, I know I should be some 'privileged' user other than root, but am not sure how to create such a user. I do have a normal user account for myself. How would I go about making it 'privileged', and what privileges would that have. More importantly, what would it not have that root does?

Maybe you are looking for

  • How to configure RFC scenarios

    Hi all, I am creating an outbound RFC async interface and an inbound RFC async interface.  I have read the SAP Help documentation on 'Configuring Sender RFC Adapter' and 'Configuring Receiver RFC Adapter'.  What are the steps involved for each? Outbo

  • Signature Problems - how to keep links and video capability after inserting signature in Reader

    I create inspection reports where the first page is a signed letter and the rest of the report is text, videos and links to pictures within the document (created in Adobe Acrobat X Pro).  When we sign the pdf in Reader XI the links and videos no long

  • Synch with Itunes with Ipad

    I have problems synching Itunes playlists with my IPad via my PC. I create a playlist on Itunes on my PC . When I try and put it on my IPad using the lightening USB Apple connector to connect my IPad to my computer, the playlists do not synch properl

  • Name Sort -List View- Not Displaying  As Expected

    If I create several folders inside a main folder that is sorted by name - ascending - I get odd results in terms of the sort order - it seems to be dependent upon the length of the string - or actual numeric real numer (4444 is bigger than 888) in ad

  • Dreamweaver set page height in CSS

    Hi everyone. What is causing this giant white space under my bottom menu bar? I know now I should have used divs and padding, but I've spent all afternoon position every element using relative positioning and don't want to have to redo my entire webs