Error on making package: snownews

Hi, I'm learning how to build my own packages, succesfully I made fluxbox and gxmame packages, but with snownews I've got an error in makepkg process , I hope you guys help me out.
My PKGBUILD:
pkgname=snownews
pkgver=1.5.6.1
pkgrel=1
pkgdesc="Text mode RSS newsreader for Linux and Unix"
url="http://kiza.kcore.de/software/snownews/"
license="GPL"
depends=('libxml2' 'ncurses>=5.0')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://kiza.kcore.de/software/snownews/download/snownews-1.5.6.1.tar.gz)
md5sums=()
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
And the Error message is:
install: cannot stat `/var/abs/local/snownews/pkgdoc/man/de/snownews.1': No such file or directory
install: cannot stat `/var/abs/local/snownews/pkgdoc/man/fr/snownews.1': No such file or directory
install: cannot stat `/var/abs/local/snownews/pkgdoc/man/it/snownews.1': No such file or directory
install: cannot stat `/var/abs/local/snownews/pkgdoc/man/nl/snownews.1': No such file or directory
install: cannot stat `/var/abs/local/snownews/pkgdoc/man/ru_RU.KOI8-R/snownews.1': No such file or directory
make: *** [install-man] Error 1
==> ERROR: Build Failed. Aborting...
When I realized a make && make install manually, I got no errors, so ...  something missing on my PKGBUILD?
Thanx

Meshuggin wrote:It worked out perfectly according your PKGBUILD phrakture!, thanxs! ... I need to learn use "sed" better, very useful in some circunstances like this
just for a basic overview:
sed -i expr filename
expr can be a million things, but the common usage is to replace things in "filename"... the expression is as follows:
"s<symbol><original text><symbol><new text><symbol>g"
the "s" indicates it's a replace operation... the <symbol> can be almost anything, but I usually use "@", "#", "|", or "/" - the "g" at the end if for global, meaning replace every occurance in the file... leave g off and it only hits the first occurance... so:
sed -i "s@something@nothing@g" myfile
will replace every instance of the word "something" with the word "nothing" in myfile...

Similar Messages

  • How to deal with--errors occurred, no packages were upgraded

    This has only occurred to me once before, I think.
    I was running a pacman -Syu today and it was trying to upgrade kernel2612-cko2-swsusp2 with the new kernel26cko package. The old cko was installed by grabbing the pkgbuild, making and then installing. Pacman automatically picked up that there was a new version to supercede it.
    Yet, I get a ton of "exists in filesystem" errors, which ends with "errors occurred, no packages were upgraded."
    Now, I've been searching about the best way to deal with such situations. The common approach from previous posts is to force it, with the -f argument. Typically, there is a clause though, that you should only force when the files are owned by a package that pacman knows of. That is, if pacman -Qo [file] doesn't return anything, you are safe to force.
    But, in this instance, the offending files are owned, and pacman knows about it. So, what's the way forward? Removing the old package manually? Manually re/moving the conflicting files?
    Cheers

    i think there may be a problem in the sane package from testing. i installed smaller chunks of kde (kde-common, kdebase, kdeadmin, etc.) and they all went fine, but when i tried to install kdegraphics, it gave me the error
    [root@arch jerry]# pacman -S kdegraphics
    Targets: libungif-4.1.3-2 imlib-1.9.15-2 libgphoto2-2.1.6-2 libieee1284-0.2.10-2
    sane-1.0.16-2 fribidi-0.10.5-2 gimp-print-4.2.7-3 ghostscript-7.07.1-5
    t1lib-5.1.0-1 kdegraphics-3.4.2-3
    Total Package Size: 23.6 MB
    Proceed with upgrade? [Y/n]
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts...
    error: the following file conflicts were found:
    sane: /usr/var: exists in filesystem
    errors occurred, no packages were upgraded.
    should this be filed as a bug report? i did a fresh install and did not have kde installed to begin with, but im pretty sure this happened also when trying to upgrade

  • Problem making package

    i'm trying to make this little password manager program i like to use, but it keeps failing and i can't figure out what i'm doing wrong. as far as i can tell, everything is the same as other package builds i've seen. here's the pkgbuild:
    pkgname=gpasman
    pkgver=1.3.0
    pkgrel=1
    pkgdesc="a gtk personal password manager"
    url="http://gpasman.sourceforge.net"
    license=""
    depends=()
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=(http://gpasman.sourceforge.net/files/gpasman-1.3.0.tar.gz)
    md5sums=()
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make prefix=$startdir/pkg/usr install
    [3] root:/var/abs/local/gpasman # makepkg
    ==> Making package: gpasman (Mon Aug 9 11:46:25 EDT 2004)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Using local copy of gpasman-1.3.0.tar.gz
    ==> WARNING: MD5sums are missing or incomplete. Cannot verify source integrity.
    ==> Extracting Sources...
    ==> tar --use-compress-program=gzip -xf gpasman-1.3.0.tar.gz
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    loading cache ./config.cache
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc -march=i686 -O2 -pipe ) works... yes
    checking whether the C compiler (gcc -march=i686 -O2 -pipe ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for a BSD compatible install... (cached) /bin/install -c
    checking for strip... (cached) /usr/bin/strip
    checking for gtk-config... (cached) /usr/bin/gtk-config
    checking whether byte ordering is bigendian... (cached) no
    checking how to run the C preprocessor... (cached) gcc -E
    checking for ANSI C header files... (cached) yes
    checking for unistd.h... (cached) yes
    checking for working const... (cached) yes
    checking for mode_t... (cached) yes
    creating ./config.status
    creating Makefile
    creating src/Makefile
    creating src/config.h
    src/config.h is unchanged
    make[1]: Entering directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    make[1]: Entering directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    /usr/bin/strip gpasman
    /bin/install -c -s -m 755 ./gpasman /var/abs/local/gpasman/pkg/usr/bin/gpasman
    /bin/install: cannot create regular file `/var/abs/local/gpasman/pkg/usr/bin/gpasman': No such file or directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    make: *** [install] Error 2
    ==> ERROR: Build Failed. Aborting...
    btw, the program compiles and installs fine if i do the ./configure make make install from my user directory.
    any ideas?

    slackhack wrote:
    i'm trying to make this little password manager program i like to use, but it keeps failing and i can't figure out what i'm doing wrong. as far as i can tell, everything is the same as other package builds i've seen. here's the pkgbuild:
    pkgname=gpasman
    pkgver=1.3.0
    pkgrel=1
    pkgdesc="a gtk personal password manager"
    url="http://gpasman.sourceforge.net"
    license=""
    depends=()
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=(http://gpasman.sourceforge.net/files/gpasman-1.3.0.tar.gz)
    md5sums=()
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make prefix=$startdir/pkg/usr install
    [3] root:/var/abs/local/gpasman # makepkg
    ==> Making package: gpasman (Mon Aug 9 11:46:25 EDT 2004)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Using local copy of gpasman-1.3.0.tar.gz
    ==> WARNING: MD5sums are missing or incomplete. Cannot verify source integrity.
    ==> Extracting Sources...
    ==> tar --use-compress-program=gzip -xf gpasman-1.3.0.tar.gz
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    loading cache ./config.cache
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc -march=i686 -O2 -pipe ) works... yes
    checking whether the C compiler (gcc -march=i686 -O2 -pipe ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for a BSD compatible install... (cached) /bin/install -c
    checking for strip... (cached) /usr/bin/strip
    checking for gtk-config... (cached) /usr/bin/gtk-config
    checking whether byte ordering is bigendian... (cached) no
    checking how to run the C preprocessor... (cached) gcc -E
    checking for ANSI C header files... (cached) yes
    checking for unistd.h... (cached) yes
    checking for working const... (cached) yes
    checking for mode_t... (cached) yes
    creating ./config.status
    creating Makefile
    creating src/Makefile
    creating src/config.h
    src/config.h is unchanged
    make[1]: Entering directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    make[1]: Entering directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    /usr/bin/strip gpasman
    /bin/install -c -s -m 755 ./gpasman /var/abs/local/gpasman/pkg/usr/bin/gpasman
    /bin/install: cannot create regular file `/var/abs/local/gpasman/pkg/usr/bin/gpasman': No such file or directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/var/abs/local/gpasman/src/gpasman-1.3.0/src'
    make: *** [install] Error 2
    ==> ERROR: Build Failed. Aborting...
    btw, the program compiles and installs fine if i do the ./configure make make install from my user directory.
    any ideas?
    Have you tried to build it manual, without makepkg?

  • Error using SAPM --  package SAPKGPAD08

    Hi
    I am trying to update the EA-APPL packages through SPAM
    my current patch level is 7 and i am trying to load patch 8
    package name SAPKGPAD08
    i have checked for all dependencies, extra .. everything ok
    i get error during import phase.. with exit code 8
    below is the log file .. (the end of the file)
    ==================================
    file  == SAPPGPAD08.DEV.txt
    ==================================
    2EETW165 Function "REIT_GUI_TC_BASE_POPUP (REIT_GUI_TC_BASE_POPUP|01)" does not fit into the existing function group "(REIT_GUI_TC_BASE|02)".
    2 ETW167 Please transport the whole function group.
    4 ETW000      table SPROXDAT: entry in DB is 32 bytes bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table APB_LPD_CONTROL: entry in DB is 1 byte bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table FPB_EXP_CA_ASSM: entry in DB is 12 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_CA_ITM1" does not exist in nametab.
    3WETW109 table "FPB_EXP_CA_ITM1T" does not exist in nametab.
    3WETW109 table "FPB_EXP_PATHS" does not exist in nametab.
    4 ETW000      table FPB_EXP_SCEN: entry in DB is 30 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_SECT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SECTT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SRVOTYPS" does not exist in nametab.
    4 ETW000      table FPB_EXP_STPGRP: entry in DB is 1 byte smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "TIVITTCEXECREG" does not exist in nametab.
    3WETW109 table "TIVITTCEXECREGT" does not exist in nametab.
    3WETW109 table "TIVITTCREGVAR" does not exist in nametab.
    3WETW109 table "TIVITTCREGVART" does not exist in nametab.
    4 ETW690 "0" "0"
    4 ETW000 COMMIT (30868956).
    4 ETW000 30868956 bytes read.
    4 ETW000 Transport overhead 29.6 %.
    4 ETW000 Data compressed to 8.3 %.
    4 ETW000 Duration: 7 sec (4409851 bytes/sec).
    3 ETW710 "0" "0"
    4 ETW000  [dev trc     ,00000]  Sun May 13 20:44:43 2007                         6137953  6.137953
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                   24  6.137977
    4 ETW000  [dev trc     ,00000]  disconnected from 'DEV', con_hdl=0                  1863  6.139840
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                        82  6.139922
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=2, com_tx=2)
    4 ETW000                                                                              28  6.139950
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                              23  6.139973
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0008).
    4 ETW000 date&time: 13.05.2007 - 20:44:43
    4 ETW000 10 warnings occured.
    4 ETW000 1 error occured.
    1 ETP152 TESTIMPORT
    1 ETP110 end date and time   : "20070513204443"
    1 ETP111 exit code           : "8"
    1 ETP199 ######################################
    ================================================
    Any help would be much appreciated
    regards
    abdul.

    Finally ..
    I was able to solve these errors
    Solution:  ( for others reference.. maybe it might help someone ..like me)
    Steps
    I had created a queue with the ea appl packages 7 and 8.
    first i deleted this queue.. (as it was in test phase i could)
    then i choose only package 7 and uploaded it.. (the error was with package 8)
    then i updated package ea dfps (7)  .... as i needed that also
    then i updated package ecc-dimp(7)....as i needed this too
    during which i had to increase the appheapsz of the db (ibm db udb 9)
    through its control center..
    and its log file size ... (this as i was getting sql error 945 during import of ecc dimp 7)
    then  after all the 7 level packages had gone
    i updated package level 8 of ea appl .........( it went like a breeze)
    no headaches
    then i was also able to update 8 level packages of ea dfps and ecc dimp
    maybe this might help someone ..... maybe not
    thanks to all of u guys who tried to help
    regards
    Abdul

  • Disk Utility Error "no valid packages"

    Hi,
    I have a PowerBook G4 with 1GB RAM.
    I've noticed a significant system slowdown lately. Programs take longer to open and respond, and it's rather annoying. I came to the forums to seek some remedy, and tried to run a Disk Utility to check that everything there is at least okay. But when I click on verify permissions, I get an error that says "no valid packages." Does anyone know what this means and how to fix it (if it needs fixing; I'm assuming this isn't a good thing, whatever it is!).
    Thanks.
    Lori

    Hi librarygirl and Welcome to the Discussions!
    Mac OS X 10.3, 10.4: Disk Utility shows a "No Valid Packages" alert
    Disk Utility can't verify or repair permissions on the Mac OS X 10.3 or 10.4 volume if the "BaseSystem.pkg" file is not in /Library/Receipts.
    This alert appears when you try to repair permissions with Disk Utility:
    "First Aid failed
    "Disk Utility stopped repairing permissions on '(volume name)' because the following error was encountered: No valid packages"
    In the Disk Utility text window, this message appears in red text:
    "Error: No valid packages (-9997)"
    This happens when the BaseSystem.pkg file is not in /Library/Receipts.
    Solution
    If you've moved this file, move it back to /Library/Receipts. You shouldn't normally remove any files from /Library/Receipts.
    If the file has been deleted, replace it by copying it from a different computer that uses Mac OS X 10.3 or 10.4, or by reinstalling Mac OS X 10.3/10.4 from an installation disc.
    "Reinstall" means you can install 10.3 or 10.4 from a disc, if it's the same version of 10.3/10.4 (such as 10.3.3 on both the installation disc and computer). If the version of 10.3/10.4 on the computer is newer than what's on the install disc, then use the install disc to perform an Archive and Install installation instead, then update to a later version of Mac OS X.
    Joe

  • No Hard Drive Or Volume Icon In Powerbook G4 Firewire (aluminium) Disk Utilities: Reads Error: No Valid Packages (-9997)

    Whilst performing a zero/erase install on my Powerbook G4 Firewire (aluminium) with an OSX Tiger install disk (Tiger was the OSX i had erased), I had to force quite the installer as it appeared to be stuck on the Chinese script install section. I crashed the Powerbook down using the power button method. Now, when i power up the computer, it stays on the grey screen and just beeps at me. If i insert the install disks (both OSX Tiger or the original Powerbook Panther ones) there is no volume found  during the install process. In disk utilities no hard drive icon or volumes appear in the left hand list, just 2 headings regarding the OSX install disk. I have clicked 'Verify Disk Permissions' on these headings and receive this message in the action box: Error: No Valid Packages (-9997). All other options in disk utilities are not available to use (partitions section etc), as there is no hard drive recognized to perform anything on. I presume my erase install has wiped out my previous OSX Tiger without installing some essential on the Powerbook (receipts perhaps?). My Powerbook was working 100% before this install attempt. It's a very lightly used machine with no noises/whirrs coming from the hard drive that would suggest failure of some kind. Any advice would be much appreciated.

    Many thanks for your advice old comm guy.
    I have run the Hardware Test as supplied with the Powerbooks install disks and everything has passed. I presume i can put my mind at rest about it being a problem in any of those departments. I have been browsing for a couple of weeks now and think my problem could be a loss in receipts/permissions somewhere. I remember looking for a lost file awhile back using a hard drive search programme through Terminal. It filled my hard drive almost to the maximum with unwanted retrieved files, it took me hours to erase all this again (never found the document i was looking for either). Perhaps a receipt was erased/trashed at this time?. Sometime later (prob weeks) i performed a fresh OSX install to give me an uncluttered faster running machine (I do this once a year). I zero erased the hard drive (including free space) and it was during this install that i had to force quit. It seemed to be stuck loading the Chinese Script so i had no option. After this the problem as described above has been persistent. Is there a way to restore receipts/permissions through Terminal or something like that?. Or maybe a procedure that one has to do when installing a new hard drive?. A step by step guide from someone would be a real help as i am not really confident using these advanced procedures.

  • Error No Valid Packages

    Ok so this is the story. Backed up my iMac with a new 1 TB drive using Time Machine. All fine. Took about an hour but seems fine simple as anything. Firewire 800 very rapid.
    Decided to do the same with my Macbook this cant be difficult Im telling myself... good one.
    Ok so using a USB external drive I started backing up the Macbook. (I must say here that the drive wasnt empty it had some stuff on it already) I figured this was ok but now Im beginning to think otherwise. After about 45GB the backup starts to freeze. I left it an hour but then it just wouldnt do anything. In hindsight me deciding to stop the backup was probably a bad thing at this point but after I stopped it the macbook froze.
    I had to reboot... wont reboot... just sits there spinning and the apple icon.
    Rebooted from the disc and disc utility and ran permissions I get the message Error No Valid Packages.
    At this point Im seeing just over 100 GB in use, and 200 free.. so I know my stuffs there but I just cant get it to boot OSX.
    For reference its Snow Leopard. Please help!!!

    Try running Disk Repair from the Install DVD. Sounds like you may have some HD corruption. Alternately, you could try booting while holding Shift. This will put you in SafeBoot. If you can boot here, backup your important files!
    For more info on what SafeBoot does:
    http://support.apple.com/kb/HT1564

  • "Error: No valid packages (-9997)" Tiger installation disc

    When attempting to install tiger on my imac g4, it gets to about 65% on the essentials bar then errors, something like BomFatal error some files are not written properly. My harddrive repairs fine but the Mac OSX disc, when i run permission verification first aid returns "Error: No valid packages (-9997)". The support page was not paticularly helpful in this respect, and the folks here tend to be more helpful anyway.
    Thanks in advance.

    Here's a post with replies that cover your issue.
    Posting in the Airport for Windows forum will not get the help you need. I found this post by accident.
    Perhaps, (if this is what you have) the iMac Flat Panel forum would help you more.
    DALE

  • While installing itunes i am getting error "this installation package could not be opened.verify that the package exists and that you can access it,or contact the appliacation vendor to verify that this is a valid windows installer package"

    While installing itunes i am getting error "this installation package could not be opened.verify that the package exists and that you can access it,or contact the appliacation vendor to verify that this is a valid windows installer package"

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • How to fix error: This installation package could not be opened. Verify that the package exists and that you can access it, or contact the applikcation vendor to verify that this is a valid Windows Installer package."

    ERROR: This installation package could not be opened. Verify that the package exists and that you can access it, or contact the applikcation vendor to verify that this is a valid Windows Installer package." I have tried everything which I found on google and apple community. Does anybody have the exact solution? PLEASE HELP!

    What has this to do with the application Front Row which this forum covers?
    What are you trying to install, on what Mac, with what version of OS X?

  • Error in loading package in the application

    Hi all,
    We are getting an error in loading packages in our application.We are using oc4j.
    The following is the error message we got.
    Not Found
    The requested URL /credit/pls/cnhcalms/add_new_customer.handleAction was not found on this server.
    Thanks in advance.

    Hi Rajat:
    Thank you for the reply.
    I had the xercers jars in jdk/jre/lib/endorsed directory.
    If I remove these, the ejbql works. I do need these in there for a different reason. Is there any way I can have the xercers jars in jdk/jre/lib/endorsed directory and still the ejbql work on oc4j.
    Thanks,
    Sabu

  • Error when making a call to SAP using SaveData

    Hi,
    Iam getting the following error while making a function call to SAP
    T:5392 *>RfcInstallStrucure2: field 1 (SIZE_DIM, t:0, l:1) offset 16 too small
    Can somebody please explain me what's going wrong.
    Thanks & Regards,
    Sudha

    Hi Sudha,
    WELCOME TO SDN FORUMS!!!
    It's a RFC Error. I think there is a problem with the length of the parameter you are passing to the RFC.
    1. Please check the parameters that your are passing to your rfc.
    2. I mean the datatype and length of the parameter that you are passing.
    3. Instead of passing the parameters from the .net application to the RFC, test the RFC from the SAP GUI
    with the input that you are going to pass from the .net application.
    Hope it helps.
    Regards,
    Maheswaran.B
    In order to keep the quality of the forum posts high and to involve more people in the process, SDN has
    introduced some mechanism to reward points. In case your problem is solved, don't forget to do this otherwise you
    might not get much help in the future anymore.
    Message was edited by: Maheswaran B

  • Error in SSIS Package in SQL Server 2008 R2

    Dear All,
    I am getting below error in SSIS Package.
    [OLE DB Destination [31]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "The statement has been terminated.".
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >,
    >= or when the subquery is used as an expression.".
    The SSIS package reads .xml file from a folder and then mapped to insert values in SQL table from there one trigger writtern on table to update other tables.
    Pld guide me cause of the issue
    -- Kind Regards Sandeep

    Dear All,
    I am getting below error in SSIS Package.
    [OLE DB Destination [31]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "The statement has been terminated.".
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when
    the subquery is used as an expression.".
    The SSIS package reads .xml file from a folder and then mapped to insert values in SQL table from there one trigger writtern on table to update other tables.
    Pld guide me cause of the issue
    -- Kind Regards Sandeep
    Query should return only one value. Instead it is returning more than one value. Check the query result in ssms.
    Thanks.
    - please mark correct answers

  • Error while installing Grid Control 12c (ERROR STREAM: *sys-package-mgr*: skipping bad jar)

    Hi all,
       OS: OEL 6.3 64 bits
       DB: 11.2.0.3
       Grid: 12.1
       While installing Grid Control 12c, the following error appears to me:
    INFO: SaveInvWCCE JRE files in Scratch
    INFO: oracle.installer.mandatorySetup property is set to false, so skipping the execution of additional tools
    INFO: oracle.installer.installUpdates property is set to false, so skipping the checking of updates
    INFO: Config Initialize JRE files in Scratch
    INFO: no env vars set, no envVars.properties file is generated
    INFO: none of the components are configurable
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Adding iterator oracle.sysman.oii.oiif.oiifw.OiifwRootShWCDE
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = /gridControl/WLS/jdk16/install/chainedInstall/globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Install Finished at: 2013-07-04_11-12-49-PM
    INFO: The ARU ID found in shiphomeproperties.xml file is 226
    INFO: ARUId present in shiphomeproperties.xml matches with the 64 bit OMS Platforms ARU ID 226, so -d64 is passed for wls install.
    INFO: Executing the command /gridControl/WLS/jdk16/jdk/bin/java   -d64  -Djava.io.tmpdir=/gridControl/WLS/.wlsinstall_temp -Xms128m -Xmx1024m  -jar /u01/binaries//wls/wls1035_generic.jar -mode=silent -silent_xml=/gridControl/WLS/.wlsinstall_temp/wls.xml -log=/u01/oraInventory/logs/installActions2013-07-04_11-07-45PM.log.wls  -log_priority=debug
    INFO: Extracting 0%....................................................................................................100%
    INFO: ERROR STREAM: *sys-package-mgr*: skipping bad jar, '/u01/binaries/wls/wls1035_generic.jar'
    INFO: #
    INFO: # A fatal error has been detected by the Java Runtime Environment:
    INFO: #
    INFO: #  SIGSEGV (0xb) at pc=0x0000003a23689cdc, pid=24834, tid=139710737405696
    INFO: #
    INFO: # JRE version: 6.0_24-b50
    INFO: # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 compressed oops)
    INFO: # Problematic frame:
    INFO: # C  [libc.so.6+0x89cdc]
    INFO: #
    INFO: # An error report file with more information is saved as:
    INFO: # /tmp/hs_err_pid24834.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: #   http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    INFO: Return value is 134
    INFO: POPUP ERROR:Installation of Oracle WebLogic Server has failed, check log files for more details.
       The line "skipping bad jar, '/u01/binaries/wls/wls1035_generic.jar'" is the one that's worring me. Can it be corrupt? Or it is something else?
       Thanks in advance.

    Its too early to conclude the issue is a bug with out looking into the logs. For the same reason i requested you to open an SR so that we can have a look at the logs and identify the cause.  If you are Oracle employee then you can share the VM details else we need logs to debug this further. If any one from your company can open an sr and share logs then that will be helpful. Can you also check if the shiphome that you downloaded is all correct and checksum/byte matches to what is mentioned on OTN.

  • Getting an error while making an JV in FI - URGENT!

    Hi all,
    I get the below error when making a debit and creit to the GL or to the vendor account.
    "No fixed ledgers chosen with the specified selection"
    Please guide me on this to proceed further. Its very URGENT !
    Regards
    Karpagam

    Hi,
         I think you are using ECC6.00,whether you activated new G/L accounting then you have to define the leading ledger this option is supporting GAAP.
    Path is SPRO-Financial Accounting(New)-Financial Accounting Global Settings(NEW)-Ledgers--Ledger
    You will check the configuration activities.
    Regards,
    SAtya

Maybe you are looking for

  • How do I get the last changed date & time of a file in app server?

    Hi Experts, How do I get the last changed date & time of a file in app server? Thanks! - Anthony -

  • Removing/reinstalling RAM on Retina MBPs - possible?

    Hey guys. I'm probably in a relatively unique situation here. Purchased 2.3GHz rMBP when it first came out, and got the 16GB RAM upgrade. Fast-forward a few months, and it slipped out of its case while I was walking down the street and the screen sha

  • Converting PDF to Word Using Automator?

    I'm trying to convert a PFD file into a word processing Word Document. Don't know if this is the right place, but if anyone can tell me how to do it, or direct me a software program, I would appreciate it. Thank you

  • Transaction Monitor u2013 Services Processes into BI

    Hello Experts, I'm wondering if it is possible to get tickets information from Solution Manager and have some statistics in BI. For instance the average time of ticket resolution, number of tickets per team/person/month, etc, etc At this moment Iu201

  • Order closing

    Dear All, I need urgent reply about production order closing. My simple doubt is "when the prod order to be closed? after TECO or befor TECO. What would be the implications in both scenarios? Please give me the replies. This is urgent. Thanks TAJUDDI