Feature: packagelists for pacman

the problem:
how to save the installation-configuration ( == list of packages that are installed and need to be installed on the new machine) of an Arch-System to a file and then use it on an other machine to install exactly the same packages on the new
my workaround:
pacman -Q > packagelist
and then remove from packagelist the n and then use it as string on the new machine after base-installation
pacman -S <this string>
the elegant way may be:
what about
pacman -L list.pkgs
// -L means that a list is the argument instead of a packagename or filename
-> this line would create a list of all packages from system
then it would be possible to use this list.pkgs for different things, like:
pacman -SL list.pkgs
would --sync all packages in list.pkgs
pacman -QL list.pkgs
would --query all packages in list.pkgs
pacman -RL list.pkgs
would --remove all packages in list.pkgs
and it would be easier to group packages in "graphics.pkgs" ... and then installing them additionally easily and also removing them easily (as groups, like the kde* discussion)
what do you think about such a feature for pacman?

I also like this idea.  It makes building duplicate machines easy, less error prone and less time consuming.
Also like dp mentioned it is one way to resolve the software group issue.  There could be several different packages for groups like "full-Gnome.pkgs", "standard-Gnome.pkgs" and "minimal-Gnome.pkgs".

Similar Messages

  • Feature request for pacman-archstats

    We often find people asking questions which is the best x software, which is the most popular y soft, and stuff like that. Voting can be a good solution for this at least people will know which is the most popular one. Aurbuild has this feature where u can vote from console. If this feature can be included in pacman and made default, then we can get a good idea about how many people are using a certain software. Whenever someone installs a package, a vote is casted in favor of it and whenever it is uninstaled that vote is reversed. This will give a good idea how many people are using the particular package at a particular time.
    Last edited by ravisghosh (2007-06-21 05:36:25)

    Do you know how to handle it? There are lots of repositories - but pacman can report back to one central station. And what about the people who do not want to be monitored in their behaviours?
    I think that Linux is all about freedom of choice and I am not willing to support an approach to suppress this privilege we have in comparison to Microsoft Windows users.
    I feel like being monitored with WGA when using pacman under these circumstances - apart from the fact that I know what will happen to my data. I trust the Arch people, at least. But it would arouse a major privacy problem which is unnecessary.
    Providing the option mentioned above optionally would be a great idea, though.
    Last edited by chaosgeisterchen (2007-06-18 12:28:07)

  • New ideas for pacman features

    I'd like to start a discussion about pacman and some features I would like to see in it.
    If I compile something with srcpac instead of installing with pacman, it would be nice if pacman remembered that I did so and recompiled the package next time I get an update of it. For instance: I compile my own (beyond) kernel, so I have to compile the kernel modules I use too. It would be nice if it could happen automatically: the kernel modules already get updated with the new kernel, so it would be just a matter of remembering that I like to compile these packages.
    srcpac already supports the automatic alteration of a PKGBUILD, but it would be nice to have a more systematic approach like the make.conf file on a BSD system. This would make it easier to compile some packages with other than the default options of the PKGBUILD. The current grep method is too heavily depending on the format of the PKGBUILD and fails when the maintainer changes the PKGBUILD.
    What are your ideas/opinions?

    Dusty wrote:This sounds more like a srcpac feature than a pacman feature. Srcpac isn't an official part of Arch Linux, so integrating anything into pacman isn't likely to happen.
    Why should these programs be separated? I think it would be wonderful to have one package manager where you can choose what to compile and what to take from binary packages. While I like binary packages, now and again there are packages I have to compile and it would be nice if it could be done automatically. makepkg and srcpac are fine for installing these packages, but not when updating the system. An easier and more robust approach to changing PKGBUILDS automatically by using variables that can be defined in a BSD-like make.conf file would be great.

  • A nice feature for pacman

    I dont think im the only one that does a weekly "pacman -Syu", many do it more often i guess, but i cant allow that, so i do it once a week, now i dont have that many pkgs as i've been really busy and just reinstalled Arch a week or so ago, but i do had this thought before i reinstalled:
    When i had my prior system, i had lots of packages, and sometimes i didnt want to update them all at the same night (yeah you guessed, dialup), so i had to "manually" see what where the ones i wanted more.
    Now, here is the issue, "pacman -Syu" is a list of all the pkgs available for update with no particular order except for the abecedary, so some pkgs starting with "k" would be mixed with the KDE ones and the same for the "G" and Gnome, and all this made a lot more complicated to choose what packages to upgrade. So i was thinking, cant the output of "pacman -Syu" be categorized? as with the categories the Arch installer use?
    I think an ordered list of the packages available would be a much nicer thing to see and very usufull too.
    Hope you take it in consideration.
    Regrets.

    apeiro wrote:It would be problematic to start doing partial sysupgrades. You might miss a key dependency and break packages.
    Hi,
    I wasnt thinking in doing partial sysupgrades, i think you didnt understood what i wanted to say (im sorry but when i read something written by me in english a couple of hours ago, i find several errors on my ways of expression, not to name grammatical and ortographical).
    What i meant, was that if there is a way of ordering the "display" of the output of pacman -Syu in categories, so one can see in more detail for a pkg that might want to update if there is actually any update to do.
    Instead of:
    abiword-1.2-pkg.tar.gz gcc-3.4-pkg.tar.gz libbonoboui-2.3-pkg.tar.gz xfree86-4.4-pkg.tar.gz xmms-2-10.pkg.tar.gz ... [...]
    It would be something like this:
    Base:
    gcc-3.4-pkg.tar.gz ... [...]
    Office:
    abiword-1.2-pkg.tar.gz ... [...]
    Multimedia:
    xmms-2.10.pkg.tar.gz ... [...]
    X:
    xfree86-4.4-pkg.tar.gz ... [...]
    The numbers in the versions are random except on the ones i remembered current ones.
    About missing key dependencies, i do pacman -Syu to see what are the pkgs updated, then choose NO at the do system upgrade question and then i do a pacman -S [app1] [app2] [app3].... and pacman deals with the dependencies, so i dont think we would have any problem with them... is this what you meant??
    kakabaratruskia wrote:maybe, there could be an option for pacman, that when you do -Syu, you where asked if you want to install each package. (like download foo? (Y/N), download dasda?(Y/N), etc.)
    I think this is a great idea, it would help a lot (i wouldnt have to do the last step in the previous paragraph )
    Something like pacman -Syu --ask
    Anyway, this are just thoughts!
    Regards

  • A suggestion for pacman

    Right now if you want to use "makepkg" effectively, you have to install and setup "sudo" just to be able to get the dependencies for a build (makepkg -s).
    My suggestion is for pacman to have a new parameter, like "pacman -P" for example, that would read a PKGBUILD file from the current directory and automatically parse the mentioned dependencies for installation. That way sudo wouldn't be required to easily use AUR/ABS.
    I think implementing this would make some systems more secure (no need to give users pacman permission) and also makes things more simple imo.
    I already use a bad self-made script for directly reading and installing PKGBUILD deps, but it would be cool to have it as native feature of pacman.
    What do you think.

    Welcome to the forums app4des.
    Ideas for improving the distro are always very well taken around here. Things do have a tendency to get lost in the forums, so what rson451 said is the best way to get ideas and suggestions across. There's a dedicated pacman section in the bug tracker. Look right under the user name box and you'll see a drop down lists.

  • .bashrc not working for pacman

    Hi I was trying to get coloured output for pacman as per the wiki (Wiki Pacman Colour)I chose just to add the alias to my .bashrc method. I know that other functions of my .bashrc are working. This is my .bashrc
    alias ls='ls --color=auto'
    PS1='[\u@\h \W]\$ '
    # coloured pacman output
    alias pacs="pacsearch"
    pacsearch () {
    echo -e "$(pacman -Ss $@ | sed \
    -e 's#current/.*#\\033[1;31m&\\033[0;37m#g' \
    -e 's#extra/.*#\\033[0;32m&\\033[0;37m#g' \
    -e 's#community/.*#\\033[1;35m&\\033[0;37m#g' \
    -e 's#^.*/.* [0-9].*#\\033[0;36m&\\033[0;37m#g' )"
    # safety copy, delete & colour
    alias rm='rm -i'
    alias cp='cp -iv'
    alias mv='mv -i'
    alias ..="cd .."
    alias cl="clear"
    alias ll="ls -lhav"
    alias ls="ls -v --color=auto"
    alias df="df -h"
    alias du="du -hc"
    alias mv="mv -iv"
    alias cp="cp -v"
    Any ideas on why it wont work have used gnome-terminal and xterm to test coloured output with no success.
    This is the ll command alias working so I know my .bashrc is working or at least being recognised. I like the default behaviour of Pacman and wanted the colour output purely for readability.
    [root@myhost flebber]# ll
    total 192K
    -rw-r--r-- 1 flebber users 400 2007-06-22 16:04 #.bashrc#
    drwx------ 31 flebber users 4.0K 2007-06-23 15:07 .
    drwxrwxr-x 5 flebber root 4.0K 2007-06-21 02:35 ..
    -rw------- 1 flebber users 477 2007-06-23 15:07 .ICEauthority
    drwx------ 2 flebber users 4.0K 2007-06-21 03:13 .Trash
    -rw------- 1 flebber users 0 2007-06-21 03:15 .Xauthority
    drwxr-xr-x 2 flebber users 4.0K 2007-06-22 05:31 .audacious
    -rw-rw-r-- 1 flebber users 763 2007-06-23 15:05 .bash_history
    -rw-rw-r-- 1 flebber users 510 2007-06-23 14:47 .bash_profile
    -rw-rw-r-- 1 flebber users 607 2007-06-23 15:05 .bashrc
    drwxr-xr-x 3 flebber users 4.0K 2007-06-21 13:59 .cache
    drwxrwxr-x 6 flebber root 4.0K 2007-06-22 05:27 .config
    drwxrwxr-x 3 flebber users 4.0K 2007-06-21 00:37 .dbus
    -rw------- 1 flebber users 45 2007-06-22 16:17 .dmrc
    drwxr-xr-x 3 flebber users 4.0K 2007-06-22 15:30 .emacs.d
    -rw------- 1 flebber users 16 2007-06-21 04:00 .esd_auth
    drwxr-xr-x 3 flebber users 4.0K 2007-06-21 03:47 .evolution
    drwxr-xr-x 5 flebber users 4.0K 2007-06-21 08:32 .exaile
    drwx------ 4 flebber users 4.0K 2007-06-22 15:33 .flock
    drwxr-xr-x 5 flebber users 4.0K 2007-06-22 16:23 .fluxbox
    drwxrwxr-x 2 flebber users 4.0K 2007-06-21 07:58 .fontconfig
    drwxrwxr-x 5 flebber users 4.0K 2007-06-23 15:07 .gconf
    drwxrwxr-x 2 flebber users 4.0K 2007-06-23 15:07 .gconfd
    -rw-rw-r-- 1 flebber users 0 2007-06-22 05:19 .gksu.lock
    drwxrwxr-x 3 flebber users 4.0K 2007-06-21 00:37 .gnome
    drwxrwxr-x 9 flebber users 4.0K 2007-06-23 15:06 .gnome2
    drwx------ 2 flebber users 4.0K 2007-06-21 00:37 .gnome2_private
    drwxrwxr-x 2 flebber users 4.0K 2007-06-21 08:39 .gstreamer-0.10
    -rw-rw-r-- 1 flebber users 89 2007-06-21 00:37 .gtkrc-1.2-gnome2
    drwxrwxr-x 2 flebber users 4.0K 2007-06-21 00:40 .icons
    drwxr-xr-x 4 flebber users 4.0K 2007-06-21 09:02 .listen
    drwxrwxr-x 3 flebber users 4.0K 2007-06-21 01:32 .local
    drwxr-xr-x 2 flebber users 4.0K 2007-06-21 08:39 .lyrics
    drwx------ 3 flebber users 4.0K 2007-06-22 15:33 .macromedia
    drwxrwxr-x 3 flebber users 4.0K 2007-06-21 00:37 .metacity
    drwxrwxr-x 2 flebber users 4.0K 2007-06-22 15:33 .mozilla
    drwxrwxr-x 3 flebber users 4.0K 2007-06-23 15:06 .nautilus
    -rw-r--r-- 1 flebber users 3.2K 2007-06-22 05:29 .recently-used.xbel
    drwxrwxr-x 2 flebber users 4.0K 2007-06-21 00:40 .themes
    drwx------ 3 flebber users 4.0K 2007-06-21 02:26 .thumbnails
    -rw-rw-r-- 1 flebber 501 262 2007-06-21 00:34 .xinitrc
    -rw-rw-r-- 1 flebber root 9 2007-06-19 23:33 .xintrc
    drwxr-xr-x 2 flebber users 4.0K 2007-06-22 05:26 .xmms
    -rwxrwxr-x 1 flebber users 100 2007-06-19 21:05 .xsession
    -rw-r--r-- 1 flebber users 644 2007-06-23 15:07 .xsession-errors
    drwxrwxr-x 2 flebber users 4.0K 2007-06-22 05:17 Desktop
    -rw-r--r-- 1 flebber users 3.5K 2007-06-22 05:30 eq.preset
    -rw-rw-r-- 1 flebber root 47 2007-06-20 08:54 hopeless
    -rw-r--r-- 1 flebber users 3.5K 2007-06-22 05:17 presets.gz
    -rw-r--r-- 1 flebber users 872 2007-06-22 05:18 winamp_presets.gz
    [root@myhost flebber]#
    PS this output featured colour.
    Last edited by flebber (2007-06-23 05:24:51)

    yeah logged out and in
    Updated
    alias ls='ls --color=auto'
    PS1='[\u@\h \W]\$ '
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # coloured pacman output
    alias pacs="pacsearch"
    pacsearch () {
    echo -e "$(pacman -Ss $@ | sed \
    -e 's#current/.*#\\033[1;31m&\\033[0;37m#g' \
    -e 's#extra/.*#\\033[0;32m&\\033[0;37m#g' \
    -e 's#community/.*#\\033[1;35m&\\033[0;37m#g' \
    -e 's#^.*/.* [0-9].*#\\033[0;36m&\\033[0;37m#g' )"
    # safety copy, delete & colour
    alias rm='rm -i'
    alias cp='cp -iv'
    alias mv='mv -i'
    alias ..="cd .."
    alias cl="clear"
    alias ll="ls -lhav"
    alias ls="ls -v --color=auto"
    alias df="df -h"
    alias du="du -hc"
    alias mv="mv -iv"
    alias cp="cp -v"
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    PATH=$PATH:/home/flebber/*
    Last edited by flebber (2007-06-23 06:53:43)

  • Pacinfo - a package information utility for pacman

    Maybe some of you have already read this on the Arch Linux planet. I have released pacinfo 0.1, it's a package information utility for pacman with the following features:
        * list all installed packages
        * screenshot support (fetching from http://screenshots.debian.net/ like the Ubuntu Software Center)
        * large screenshot if you click on the thumbnail
        * shows installed files of a package
        * shows some details of the package
        * full-text search in the whole package name
    More features are planned. You can find the project at Google Code: http://code.google.com/p/pacinfo/ There is also a screencast about it functionality.
    I have add it to the AUR repo: https://aur.archlinux.org/packages.php?ID=46065
    It's written in Mono and GTK#.
    This thread should be used as a discussion thread about features and bugs.
    NOTE: This is my personal project and has nothing to do with my work at Arch Linux, it's not an official Arch Linux project!

    Looks very cool!  However, I do get an error when I try to build it from AUR.  I'm using the i686 vesion of Arch, have all dependencies, and everything is up to date.  Not sure if this will be info-overkill, but I'm just trying to help:
    Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.Location ---> System.ExecutionEngineException: SIGILL
    at System.Collections.Generic.Dictionary`2[System.String,System.Int32].Init (Int32 capacity, IEqualityComparer`1 hcp) [0x00000] in <filename unknown>:0
    at System.Collections.Generic.Dictionary`2[System.String,System.Int32]..ctor () [0x00000] in <filename unknown>:0
    at Mono.CSharp.Location.Reset () [0x00000] in <filename unknown>:0
    at Mono.CSharp.Location..cctor () [0x00000] in <filename unknown>:0
    --- End of inner exception stack trace ---
    at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
    make[1]: *** [bin/Release/pacinfo.exe] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-beelzebud/aur-pacinfo/src/pacinfo-0.1/pacinfo'
    make: *** [all-recursive] Error 1
    Aborting...

  • Top 10 feature requests for reliability

    As per the Terms of Use:
    Post constructive comments and questions. Unless otherwise noted, your Submission should either be a technical support question or a technical support answer. Feedback about new feature requests or product enhancements are welcome too.
    My top 10 list:
    1) Require enough extra safe guards that users can't accidentally rename their Home folder.
    2) Don't let the Finder become unresponsive and beach-balled when dot-mac mounting is occurring.
    3) Faster Finder list view updating when sorted by last modified.
    4) OS update scripts should perform a hard disk verify before installation. If hard disk does not verify, the user should be told of the risk of proceeding and given directions on how to fix before proceeding.
    5) The filesystem should should be able to fix itself with fsck (ala AppleJack) without being booted from install CD/DVD.
    6) iPhoto Library folder should have an extra layer of protection to keep users from messing with it via the Finder.
    7) Forced shutdown via power key should give OS and filesystem more of a chance for recovery. (Not sure how this would work, but if users are doing this, it should not be so often fatal.)
    8) System maintenance scripts should have a method for running (other than cron) for those who don't leave their computer on 24/7.
    9) & 10) coming soon ...
    What are your feature requests for improved reliability?

    5) The filesystem should should be able to fix itself with fsck (ala AppleJack) without being booted from install CD/DVD.
    David Pogue explains why this can't be done in his Mac OS X: The Missing Manual He basically says that running fsck without an operating system disc is much akin to "a doctor performing an appendectomy on himself." While a method of doing this is provided, naturally fsck itself is not analyzed because it can't do that. To run fsck without an operating system disc, boot into single user mode, holding command-S at startup. Type /sbin/fsck -fy
    followed by return key,
    when done type:
    /sbin/mount -uw /
    followed by return key and when done with that type
    exit. This is documented here:
    http://docs.info.apple.com/article.html?artnum=106214
    Thankfully single user mode provides more safeguards. But they aren't perfect. Fixing the directory is something that should only be done if your data is backed up, and it is obvious you may have a damaged directory. A damaged directory may have the symptoms of a dying hard drive, and it is impossible to tell the difference.
    Apple is readying a really good backup system in Time Machine in Leopard. You can read more about it here:
    http://www.apple.com/macosx/leopard/timemachine.html
    Your best protection for what you are looking for is to learn how to backup your data, as my FAQ* explains:
    http://www.macmaps.com/backup.html
    * Links to my pages may give me compensation.

  • Windows Media feature pack for Windows 8.1 PRO N version?

    Hi, I want to install media feature pack on win 8.1 (PRO N) however its not working as installed application.  says 'this is not for your computer'. I got the link from your public forums (link mentioned in your forums)
    My windows details mentioned below -
    Windows 8.1 Pro N, 32 bit operating system, 64 bit processor, i3
    Please help

    Try:
    Media Feature Pack for N and KN versions of Windows 8.1
    Carey Frisch

  • Wanted: Complete list (chart) of iOS 4.1 feature support for 2G vs 3G Touch

    I have 2G Touch, running iOS 4. Love it.
    QUESTION: Is there an iOS 4.1 chart that lists specific features available for 2G vs. 3G hardware?
    CONTEXT:
    (A) I already scoured this page:
    http://www.apple.com/ipodtouch/software-update/
    ...and was unsatisfied by this ambiguous disclaimer:
    "Not all features are compatible with all devices. For example, multitasking, custom wallpaper, and Bluetooth keyboard support are available only with iPhone 4, iPhone 3GS, and the third- and fourth-generation iPod touch (all models from late 2010 and 32GB and 64GB models from late 2009)."
    (B) So, I searched apple.com's support/forums for an updated version of this WONDERFUL compatability chart:
    "_iPod touch: Which iOS 4 software features does my iPod touch support?_"
    http://support.apple.com/kb/HT4205
    Last Modified: June 24, 2010
    Article: HT4205
    *_MY DREAM_ is for article HT4205 to be updated, by someone, somewhere!*
    Thanks in advance.

    Can anyone else verify that this information remains unavailable?
    Have any independent blogs/sites created a tentative (speculative) chart/table with the information I requested?
    Thank you

  • New Power BI features available for preview

    Today we are previewing new features for Power BI, our self-service business intelligence solution designed for everyone. Power BI reduces the barriers to deploying a business intelligence environment to share and collaborate on data and analytics from anywhere.
    Try what's coming next for Power BI
    We are introducing a number of new Power BI features available for preview including dashboards, new visualizations, support for popular software-as-a-service applications, a native iPad app and live “hybrid” connectivity to on-premise SQL Server Analysis
    Services tabular models.
    These preview features are available for customers with a United States address. We’ll incrementally add new country support as we extend the preview globally in the coming months. Existing customers will find a preview option in their current Power BI sites.
    For those not currently using Power BI, you can sign up for a Power BI preview which includes the new features
    here.
    Read more about the preview at our blog post:
    http://blogs.msdn.com/b/powerbi/archive/2014/12/18/new-power-bi-features-available-for-preview.aspx

    Hi,
    When will the upload function for dashboards created with the power BI Designer be available in Austria? It says there is no support for my region yet.
    BR

  • Missing Features Issue for custom upgraded solutions

    I have restored SharePoint 2010 database for migration and upgraded all my custom solutions to SharePoint 2013 using visual studio 2013 and deployed it successfully on SP2013 environment, but when I run
    Test-SPContentDatabase command it is giving feature missing as well as Setup file missing errors for all custom upgraded solutions.
    Interestingly the SP2010 WSPs that I don't have code for and I want them to run in SP2010 mode works fine and does not appear in missing feature list once deployed to SP2013.
    I also have verified that the custom upgraded features and web parts are available for other test application in SharePoint 2013.
    can anyone help why the  Test-SPContentDatabase is giving Missing Feature error for upgraded custom solutions.

    Hi - From the list of missing features returned by test-spcontentdatabase, can you try to find out whether they exist in far...get-spfeature powershell....
    -prs

  • Which feature use for Infotype 1000 in OM

    HI,
    which feature use for Infotype 1000 in OM  .....

    Hi Manker,
    Objective of Features is to default based on certain conditions.
    Infotype 1000 is to create an object and doesnt not make use of Any Feature...or in simple words, NO FEATURE EXISTS for Infotype 1000.
    If this doesnt answer your query, appreciate if you can ask your question more clearly.
    Hope this helps.
    Kumarpal Jain.

  • Feature GUID for list template 10113 is not installed in the farm

    I'm just using a trial of a migration product called Sharegate and it has produced the following error when i connect it to my farm "Feature GUID for list template 10113 is not installed in the farm"
    I've used the missing feature project from codeplex and the wssanalyzefeatures tool and none of them are reporting any issues or even for my guid.
    Could anyone provide any other tips to try and locate this via powershell or the sql database?

    Hi,
    According to your post, my understanding is that you got the “Feature GUID for list template 10113 is not installed in the farm” error.
    The reality is that the feature is installed but has the old feature ID.
    As a workaround, you can
    Go to the concerned feature in the 14 hives, you need to know which feature is concerned with that functionality.
    Change the feature ID to the one raised in the error
    stsadm -o installfeature -name <Feature> -force
    In addition, you can change the ‘Scope’ attribute to either ‘Farm’ or ‘Site’ or ‘Web’ or ‘WebApplication’.
    Here are two similar threads for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/689e22ed-9ec9-46ae-b704-b0684a76f72a/feature-for-xxxxxxxx-list-template-xxx-is-not-installed-in-this-farm-vsewss?forum=sharepointdevelopmentlegacy
    http://blogs.msdn.com/b/sowmyancs/archive/2008/04/02/server-error-feature-guid-is-not-installed-in-this-farm-and-cannot-be-added-to-this-scope.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Is there a split viewing screen feature available for my iPad2?

    Is there a split viewing screen feature available for my iPad2?

    No, only one app can be open on screen at a time - so you can only have split screen if that particular app supports it, you can't havetwo apps visible (though you can switch betweens either via the taskbar or multi-tasking gestures)

Maybe you are looking for

  • Windows message on PSE 7 says the prgm is shutting down.  I have XP sp 3.

    When I open PSE 7 and go to Organizer I get a Windows message saying an error reguires the program to shut down.  I have XP sp 3.  Elements was working ok until about a week ago.  I have been adding scanned images and some are indicated as too large

  • Accessing SQL Server form SAP

    HI, I want to get data on SQL Server from SAP. What is the procedure to do the above. Thanks.

  • CUP and SPM Integration

    Hi, We are not using the "Auto Provisioning" feature. To provision Superuser access through CUP by the Owner, is it mandatory to trun on the auto-provisioning? Is there any workaround to provision superuser access through CUP with turning on the auto

  • Ipod shuffle is not detecting in both windows  and itunes,  its not charging as well

    Suddently my IPOD stopped  detecting in my PC, i have tried in another laptop with windows XP as  well, but still it just blinks 3 times and goes off. Hence i am unable to  charge or upload the songs into  the ipod shuffle. It was working until 2 day

  • No icon means uploaded, right?

    I turned on Match the other day and so far it works reallly great. What a great service. I have seen this Apple explanation of the several cloudlike icons that appear next to songs in iTunes. But just so I'm completely clear - no icon next to a song