Another Post concerning Error IFS-30002

If I try to Upload a XML file containing the Attribute declaration below:
<Attribute>
<Name>FunctionalityImplementedFixed</Name>
<DataType>String</DataType>
<DataLength>512</DataLength>
</Attribute>
I get the Error IFS-30002.
Can someone tell me whats wrong with this declaration. If I comment it, all works fine!
Are there any Restrictions for the Length of the Attribute Name?
null

Reproduced the Problem. It is much easier to debug problems when we have the full stack trace.
Eg in your case....
Loading the following Type Definition
<CLASSOBJECT>
<NAME>TEST_OBJECT_01</NAME>
<SUPERCLASS REFTYPE="NAME">DOCUMENT</SUPERCLASS>
<ATTRIBUTES>
<Attribute>
<Name>FunctionalityImplementedFixed</Name>
<DataType>String</DataType>
<DataLength>512</DataLength>
</Attribute>
</ATTRIBUTES>
</CLASSOBJECT>
causes the following error.
Thu Jul 27 12:16:53 PDT 2000: \Temp\XML Long Attribute Name Definition.xml:
oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
java.sql.SQLException: ORA-01401: inserted value too large for column
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(SQLException.java:43)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
at oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(Compiled Code)
at oracle.jdbc.driver.OracleStatement.doExecute(Compiled Code)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(Compiled Code)
at oracle.jdbc.driver.OraclePreparedStatement.execute(Compiled Code)
at oracle.ifs.server.S_LibraryObject.insertRow(Compiled Code)
at oracle.ifs.server.S_LibraryObject.insertRows(Compiled Code)
at oracle.ifs.server.OperationState.executeAtomicOperations(Compiled Code)
at oracle.ifs.server.S_ClassObject.extendedPostInsert(Compiled Code)
at oracle.ifs.server.S_LibraryObject.postInsert(S_LibraryObject.java:1341)
at oracle.ifs.server.OperationState.executeAtomicOperations(Compiled Code)
at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2348)
at oracle.ifs.server.S_LibrarySession.newLibraryObject(S_LibrarySession.java:6596)
at oracle.ifs.server.S_LibrarySession.newSchemaObject(S_LibrarySession.java:6707)
at oracle.ifs.server.S_LibrarySession.newSchemaObject(S_LibrarySession.java:6689)
at oracle.ifs.server.S_LibrarySession.DMNewSchemaObject(S_LibrarySession.java:6515)
at oracle.ifs.beans.LibrarySession.DMNewSchemaObject(LibrarySession.java:6997)
at oracle.ifs.beans.LibrarySession.NewSchemaObject(LibrarySession.java:4600)
at oracle.ifs.beans.LibrarySession.createSchemaObject(LibrarySession.java:2584)
at oracle.ifs.beans.parsers.SimpleXmlParserImpl.createObject(Compiled Code)
at oracle.ifs.beans.parsers.SimpleXmlParserImpl.createObject(SimpleXmlParserImpl.java:394)
at oracle.ifs.beans.parsers.SimpleXmlParser.readTopLevelObject(SimpleXmlParser.java:490)
at oracle.ifs.beans.parsers.SimpleXmlParser.traverseTree(Compiled Code)
at oracle.ifs.beans.parsers.XmlParser.parse(Compiled Code)
at ifs.demo.common.xml.NewXmlParser.parse(Compiled Code)
at oracle.ifs.utils.common.ParserHelper.parseExistingDocument(ParserHelper.java:352)
at oracle.ifs.protocols.ntfs.server.FileProxy.parseFile(FileProxy.java:744)
at oracle.ifs.protocols.ntfs.server.FileProxy.closeFile(Compiled Code)
at oracle.ifs.protocols.ntfs.server.FileProxy.run(Compiled Code)
I was able to get this information by using SMB / NT File System Driver to load the XML File. When an XML file fails to load under SMB the entire Verbose Stack Trace is dumped into a 'log' file in the same location as the XML was placed.
In this case changing the Type File so that the DatabaseObjectName tag is used to provide a valid column name fixed the problem.

Similar Messages

  • Clock in tool bar stuck, somebody in another post suggest bettertouchtool, but don't know what that is and can't get to magnifying glass next to clock, get the error-beachball. I'm a novice w/ Mac. Thx.

    Hi - clock in tool bar stuck, somebody in another post suggest bettertouchtool, but don't know what that is and can't get to magnifying glass next to clock, get the error-beachball. I'm a novice w/ Mac. Thx.

    HI ..
    Open a Finder window.
    Select your user account on the left in the Sidebar. It has a small house icon.
    Now open the Library folder then the Preferences folder.
    Move the com.apple.systemuiserver.plist file from the Preferences folder to the Trash.
    Restart your Mac.
    edited by:  cs

  • IFS-30002 error using API

    Pertinent files to follow. Here is the stact trace:
    Oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
    java.sql.SQLException: ORA-01401: inserted value too large for column
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1209)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1321)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1446)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1371)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1900)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:363)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:407)
    at oracle.ifs.server.S_LibraryObject.insertRow(S_LibraryObject.java:2812)
    at oracle.ifs.server.S_LibraryObject.insertRows(S_LibraryObject.java:2727)
    at oracle.ifs.server.OperationState.executeAtomicOperations(OperationState.java:487)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2374)
    at oracle.ifs.server.S_LibrarySession.newLibraryObject(S_LibrarySession.java:6808)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:6849)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:6831)
    at oracle.ifs.server.S_LibrarySession.DMNewPublicObject(S_LibrarySession.java:6619)
    at oracle.ifs.beans.LibrarySession.DMNewPublicObject(LibrarySession.java:7226)
    at oracle.ifs.beans.LibrarySession.NewPublicObject(LibrarySession.java:4795)
    at oracle.ifs.beans.LibrarySession.createPublicObject(LibrarySession.java:2789)
    at net.anagraph.watermark.FinalDocument.addSignature(FinalDocument.java:139)
    null

    package net.anagraph.watermark;
    import oracle.ifs.beans.*;
    import oracle.ifs.common.*;
    import oracle.ifs.server.*;
    import java.io.*;
    import java.util.*;
    public class FinalDocument extends Document {
    private LibrarySession ifsSession;
    private PublicObject thisPO;
    public static final String CLASS_NAME = "FINALDOCUMENT";
    public static final String REFERENCE = "REFERENCE";
    public static final String MESSAGE_DIGEST = "MESSAGEDIGEST";
    public static final String ORIGINAL_DOCUMENT = "ORIGINALDOCUMENT";
    public static final String SIGNING_EXPIRATION_DATE = "SIGNINGEXPIRATIONDATE";
    public static final String EXECUTION_DATE = "EXECUTIONDATE";
    public static final String SIGNERS = "SIGNERS";
    public static final String SIGNATURES = "SIGNATURES";
    public static final String REJECTIONS = "REJECTIONS";
    public FinalDocument(LibrarySession session, Long id, Long classId, S_LibraryObjectData data) throws IfsException {
    super(session, id, classId, data);
    ifsSession = session;
    try {
    thisPO = ifsSession.getPublicObject(id);
    } catch (Exception e) {
    thisPO = null;
    public String getReference() throws IfsException {
    AttributeValue av = thisPO.getAttribute(REFERENCE);
    return av.getString(ifsSession);
    public String getMessageDigest() throws IfsException {
    AttributeValue av = thisPO.getAttribute(MESSAGE_DIGEST);
    return av.getString(ifsSession);
    public Date getSigningExpirationDate() throws IfsException {
    AttributeValue av = thisPO.getAttribute(SIGNING_EXPIRATION_DATE);
    return av.getDate(ifsSession);
    public Date getExecutionDate() throws IfsException {
    AttributeValue av = thisPO.getAttribute(EXECUTION_DATE);
    return av.getDate(ifsSession);
    public DirectoryUser getSigners(int signerNum) throws IfsException {
    AttributeValue av = thisPO.getAttribute(SIGNERS);
    return(DirectoryUser)av.getPublicObjectArray(ifsSession, signerNum);
    public DirectoryUser[] getSigners() throws IfsException {
    DirectoryUser[] du = new DirectoryUser[0];
    System.out.println("********************* getSigners()");
    System.out.println("*********************** getAttribute()");
    AttributeValue av = thisPO.getAttribute(SIGNERS);
    System.out.println("*********************** getPublicObjectArray()");
    PublicObjectInterface[] po = av.getPublicObjectArray(ifsSession);
    if (po!=null) {
    System.out.println("********************* # Signers: " + po.length);
    System.out.println("*********************** new DirectoryUser[]");
    du = new DirectoryUser[po.length];
    for (int i=0; i<po.length; i++) {
    du[i] = (DirectoryUser)po;
    System.out.println("************************* " + du[i].getDescription());
    return du;
    public void addSigner(DirectoryUser newSigner) throws IfsException {
    // Build new array with all signers and one extra element
    DirectoryUser allSigners[] = this.getSigners();
    DirectoryUser newSigners[] = new DirectoryUser[allSigners.length+1];
    for (int i=0; i<allSigners.length; i++) {
    // If signer already in list, exit
    if (newSigner.equals(allSigners[i])) return;
    newSigners[i] = allSigners[i];
    // Put new signer in extra element
    newSigners[allSigners.length] = newSigner;
    // Save new array as attribute
    AttributeValue av = AttributeValue.newAttributeValue(newSigners);
    thisPO.setAttribute(SIGNERS, av);
    /** @todo Add UtilityFolder handling as Signers are added */
    public void removeSigner(DirectoryUser signer) throws IfsException {
    DirectoryUser allSigners[] = this.getSigners();
    DirectoryUser newSigners[] = new DirectoryUser[allSigners.length-1];
    int h = 0;
    for (int i=0; i<allSigners.length; i++) {
    if (!allSigners[i].equals(signer)) {
    if (h<=i) return;
    newSigners[h] = allSigners[i];
    h++;
    // Save new array as attribute
    AttributeValue av = AttributeValue.newAttributeValue(newSigners);
    thisPO.setAttribute(SIGNERS, av);
    /** @todo Add UtilityFolder handling as Signers are removed */
    public SignatureObject[] getSignatureArray() throws IfsException {
    AttributeValue av = thisPO.getAttribute(SIGNATURES);
    SignatureObject[] sigs = (SignatureObject[])av.getPublicObjectArray(ifsSession);
    if (sigs==null) sigs = new SignatureObject[0];
    return sigs;
    public void addSignature(SignatureObjectDefinition newSignature) throws IfsException {
    try {
    // Build new array with all Signatures and one extra element
    SignatureObject allSignatures[] = this.getSignatureArray();
    SignatureObject newSignatures[] = new SignatureObject[allSignatures.length+1];
    for (int i=0; i<allSignatures.length; i++) {
    newSignatures[i] = allSignatures[i];
    // Put new Signature in extra element
    newSignatures[allSignatures.length] = (SignatureObject)ifsSession.createPublicObject(newSignature);
    // Save new array as attribute
    AttributeValue av = AttributeValue.newAttributeValue(newSignatures);
    thisPO.setAttribute(SIGNATURES, av);
    // Remove signer from list
    removeSigner(newSignatures[allSignatures.length].getSigner());
    } catch (IfsException e) {
    System.out.println(e.toString());
    e.printStackTrace(System.out);
    throw e;
    public RejectionObject[] getRejectionArray() throws IfsException {
    AttributeValue av = thisPO.getAttribute(REJECTIONS);
    RejectionObject[] rejs = (RejectionObject[])av.getPublicObjectArray(ifsSession);
    if (rejs==null) rejs = new RejectionObject[0];
    return rejs;
    public void addRejection(RejectionObjectDefinition newRejection) throws IfsException {
    // Build new array with all Rejections and one extra element
    RejectionObject allRejections[] = this.getRejectionArray();
    RejectionObject newRejections[] = new RejectionObject[allRejections.length+1];
    for (int i=0; i<allRejections.length; i++) {
    newRejections[i] = allRejections[i];
    // Put new Rejection in extra element
    newRejections[allRejections.length] = (RejectionObject)ifsSession.createPublicObject(newRejection);
    // Save new array as attribute
    AttributeValue av = AttributeValue.newAttributeValue(newRejections);
    thisPO.setAttribute(REJECTIONS, av);
    // Remove signer from list
    removeSigner(newRejections[allRejections.length].getSignatureObject().getSigner());
    public boolean isVersionable() {
    return false;
    null

  • Trying to start itunes - message appears "APSDAEMON.EXE MSVCR80.DLL is missing.  Then another box indicates "Error 7 (Windows error 126).  Itunes will not start.  Can someone tell me what the problem is and how to fix?

    when I tried to update to the new version of Itunes - message box appears "APSDAEMON.EXE MSVCR80.DLL is missing".  Then another box indicates "Error 7 (Windows error 126)".  Itunes will not start.  Can someone tell me what the problem is and how to fix?

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?

    How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?
    I have rejoined the iPhone community, not with one iPhone but with two. My wife agreed to move from the unenlightened!
    I have set up both under my apple account and want to keep it that way. But I do not want iMessages going to both phones. I would like separate message queues but share all apps and other purches from the store.
    I have created a separate AppleID for her but under Settings>Message>Receive At (it currently says 2 addresses) > ... will not allow me to change the current eMail address and when I add hers (her appleid) it errors out. The only thing I can do in the Apple ID field is to manage my account and not change it to hers.
    How can I have 2 iPhones (and my iPad) on the same account but have separate identies?
    Thanks,
    LpGrumpy

    1. Yes. Restart with the Option key held down as needed.
    2. No, it won't be a problem.
    (83373)

  • Cannot open .odc files created by another user - Unexpected error

    I have exported an .odc file from Excel into a shared Data Connection Library. The connection file works fine for myself and the data refreshes, however when another user tries to either open the .odc file direct from the Library or refresh
    the data from the excel file they receive an error.
    I have checked the Sharepoint permissions and all the users attempting to access the connection file have the same as myself. The library has also been saved as a Trusted Location by each user and the Excel Services Authentication when the .odc
    file was created was set as the standard Windows Authentication.
    I asked a user to create another .odc file for the same data and they were able to save this into the connection library. However the same error occurs when I try to access this new file. The error I recieve is 'An unexpected error has occured. Changes to
    your data cannot be saved'. I can open the connection files that I have created but not ones that others have.
    I am only an end user so I don't have access to Central Administraion to configure the Unattended Account in the Excel Service Administration page as suggested in another post.
    So is there any other way around this issue?
    Thanks.

    Hi,
    An ODC file is just a txt file and can be opened with notepad to edit. A Data Connection Library needs to be Trusted via Central Administration, Manage Service Applications, Excel Services Application, Trusted Data Connection Libraries, Click Add Trusted
    Data Connection Library. However, you should still be able to  open someone else's ODC file unless its been saved as a draft?
    -Ivan

  • IFS-30002

    The problem is that when i try to upload a file from a client into the iFS usign both de WebUI and the WindowsUI iFS throws an exception:
    iFS-30002: Unable to create NewLibraryObject
    After that one, an other error is displayed:
    java.lang.exception: No path specified
    Thanks for your help
    null

    When you receive this error, what messages are generated in the log files?
    You can locate the log files on the host machine running Oracle iFS in the directory $ORACLE_HOME/ifs/log.
    null

  • Proxy to Another Post Office's Account Failed

    We have a wired problem here:-
    - Primary Domain is GW 703HP2
    - Running 4 Post Offices all 703HP2
    - 2 WebAccess Servers - 1 in 702HP and 1 in 65(Win2K)
    Now, we have an user, USER-A, (in fact more than 1 have similar issue) who has Proxy Access to USER-B's account on another Post Office.
    If he uses GW Client, he's fine. He can proxy access to USER-B's account without any trouble.
    However, if he uses 702HP WebAccess, he can reach his own account but fails to proxy to USER-B's account with the error message "Your post office is unavailable. Please contact your system administrator."
    Another wired thing is that if he uses 65(Win2K) WebAccess, he can proxy.
    Any suggestion on what's wrong? Many thanks.
    sau970982 from Hong Kong

    Originally Posted by DParkes
    Yep, that's where I meant. And user B can use the GW7 Webaccess directly
    alright ?, it is just the proxy access that is failing ?
    Cheers Dave
    Dave Parkes [NSCS]
    Occasionally resident at http://support-forums.novell.com/
    Yes, USER-B is ok using WebAccess-7 with his own account. The server itself is working fine if you're looking into your own account.
    What we found out is that WebAccess-7 server fails to proxy to accounts on another Post Office. But our WebAccess-65 server can. Just don't what kind of configuration we missed or is that something wrong with the server.
    sau970982

  • XML Publisher post-processing error 'java.io.FileNotFoundException'

    Hi,
    We are getting following XML Publisher post-processing error while running XML Publisher report.
    It was working earlier but suddenly its erroring out.
    [9/07/10 9:00:17 PM] [OPPServiceThread1] Post-processing request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Executing post-processing actions for request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Starting XML Publisher post-processing action.
    [9/07/10 9:00:18 PM] [39177:RT559655]
    Template code: XXHPOXPRRFLR
    Template app: XXH
    Language: en
    Territory: 00
    Output type: PDF
    [9/07/10 9:00:18 PM] [UNEXPECTED] [39177:RT559655] java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:274)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    [9/07/10 9:00:18 PM] [39177:RT559655] Completed post-processing actions for request 559655.
    Please help me out to resolve this issue.
    Thanks & Regards,
    Sagarika

    Hi,
    java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)Most probably this file is not created (since no changes have been done recently, so definitely it is not a permission issue), and if there are any log files generate at the client side it should help in investigating the issue.
    Thanks,
    Hussein

  • POSTING PERIOD ERROR WHILE DOING GR

    Dear All,
    I am facing error in posting period while doing GR -
    1) Posting period 007 2010 is not open - For current date GR
    2) Posting only lies in periods 2010/07 and 2010/06 in Company Code - For future date in 2010-08
    3) Posting period 006 2010 is not open - For back date GR in 2010-06
    Checked T Code MMRV - Ticked -  Allow posting in previous per. (Still facing the same error)
    Also as per MMRV -
    Current period  07 2010
    Previous period  06 2010
    Last period in prev. year 12 2009
    Please guide
    Vikas

    Hi,
    Check on it:-
    COGI Posting period error
    Re: Error in Opening the Posting Period.
    http://www.sap-img.com/sap-sd/movement-type-posting-error-in-delivery.htm
    pherasath

  • IDOC is posting with Errors in File to IDOC scenario

    Hi,
       I did the File  to IDOC scenario for CREMAS  . IDOC is posting with Errors .. i.e. in the status record it was showing  56- EDI: Partner profile inbound not available  ..
    If I manually process that IDOC in WE19 , then it was processing successfully..    and in the  we19 it was showing Inbound Processing : Port Not Maintained    but even though manually it was posting fine...
    any ideas regarding this will be appriciated..... 
    Regards
    Babu

    Please check whether you had done the following assuming your doing File to Idoc
    Settings in your Business service for the receiving system
    Please specify the RFC detination, SAP System and Client of the Receiving System in the adapter specific detials.
    Settings in R/3
    WE20 - Add the partner profile for the particular message type cremas and process code.
    Your statement
    " and that same logical system name  had given as Message Specific Attributes in the Sender Business Sevice parameters in I.D "
    Please do mention R/3 Details in the receiver business service or system.
    Thnz

  • Another strange powerpill error - problem with new aria2? [SOLVED]

    Looks like I'm getting another odd powerpill error.  Is this a function of the new aria2 package that got deployed a day or two ago?
    # powerpill -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: The following packages will be downloaded:
    [core]
    glib2 openssh
    [extra]
    alacarte at-spi atk brasero bug-buddy cheese clutter clutter-gtk conky
    consolekit dasher deskbar-applet devicekit-disks devicekit-power eggdbus
    ekiga eog epiphany evince evolution-data-server evolution-exchange
    evolution-webcal file-roller gcalctool gconf gconf-editor gdm gedit glibmm
    gmime gnome-applets gnome-backgrounds gnome-control-center gnome-desktop
    gnome-desktop-sharp gnome-disk-utility gnome-doc-utils gnome-games
    gnome-games-extra-data gnome-icon-theme gnome-keyring gnome-mag gnome-media
    gnome-menus gnome-netstatus gnome-nettool gnome-panel gnome-power-manager
    gnome-python gnome-python-desktop gnome-screensaver gnome-session
    gnome-settings-daemon gnome-system-monitor gnome-terminal gnome-themes
    gnome-utils gnome-vfs gnome2-user-docs gok gtk-engines gtk-sharp-2 gtk-vnc
    gtk2 gtkhtml gtkmm gtksourceview2 gucharmap gvfs hamster-applet kdelibs
    libatasmart libbonobo libbonoboui libgdata libgnome libgnomekbd libgnomeui
    libgphoto2 libgtop libgweather libsigc++2.0 libsoup libsoup-gnome libunique
    libwebkit libwnck libxklavier metacity mousetweaks nautilus opal orca pango
    pangomm polkit polkit-gnome poppler poppler-glib ptlib pygobject pygtk
    pygtksourceview2 seahorse seahorse-plugins sound-juicer tomboy totem
    totem-plparser vinagre vino vte yelp zenity
    [community]
    perl-xyne-arch
    :: Number of Packages: 117
    :: Total Download Size: 298.48 MiB
    :: Total Installed Size: 1015.32 MiB
    :: Proceed with download? [Y/n] y
    /usr/bin/aria2c: unrecognized option '--retry-wait=2'
    Exception: [OptionParser.cc:149] Failed to parse command-line options.
    aria2: Usage: aria2c [OPTIONS] [URL | TORRENT_FILE | METALINK_FILE]...
    aria2: Printing options tagged with '#help'.
    aria2: See -h option to know other command-line options(#basic, #advanced, #http, #https, #ftp, #metalink, #bittorrent, #cookie, #hook, #file, #xml-rpc, #experimental, #help, #all).
    aria2: Options:
    aria2: -h, --help[=TAG|KEYWORD] Print usage and exit.
    aria2: The help messages are classified with tags. A tag
    aria2: starts with "#". For example, type "--help=#http"
    aria2: to get the usage for the options tagged with
    aria2: "#http". If non-tag word is given, print the usage
    aria2: for the options whose name includes that word.
    aria2: Possible Values: #basic, #advanced, #http, #https, #ftp, #metalink, #bittorrent, #cookie, #hook, #file, #xml-rpc, #experimental, #help, #all
    aria2: Default: #basic
    aria2: Tags: #basic,#help
    aria2: Refer to man page for more information.
    --> All downloads have finished successfully
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (118): glib2-2.22.2-1 pygobject-2.20.0-1 pygtk-2.16.0-1 gnome-menus-2.28.0.1-1 atk-1.28.0-1
    pango-1.26.0-1 gtk2-2.18.2-1 eggdbus-0.5-1 polkit-0.94-1 gconf-2.28.0-1
    libbonobo-2.24.2-1 gnome-vfs-2.24.2-1 libgnome-2.28.0-1 libbonoboui-2.24.2-1
    gnome-keyring-2.28.0-1 libgnomeui-2.24.2-1 gnome-python-2.28.0-1 libsoup-2.28.0-1
    libsoup-gnome-2.28.0-1 libgweather-2.28.0-1 evolution-data-server-2.28.0-1
    gnome-desktop-2.28.0-1 libwnck-2.28.0-1 gnome-panel-2.28.0-1 alacarte-0.12.4-2
    at-spi-1.28.0-1 gmime-2.4.10-1 totem-plparser-2.28.1-1 libunique-1.1.2-1
    brasero-2.28.1-2 libgtop-2.28.0-1 bug-buddy-2.28.0-1 gnome-icon-theme-2.28.0-1
    cheese-2.28.0.1-1 conky-1.7.2-2 consolekit-0.3.1-1 dasher-4.10.1-2
    gnome-python-desktop-2.28.0-1 deskbar-applet-2.28.0-1 devicekit-power-010-1
    ptlib-2.6.5-1 opal-3.6.6-1 libsigc++2.0-2.2.4.2-1 ekiga-3.2.6-1 eog-2.28.0-1
    libwebkit-1.1.15.1-1 epiphany-2.28.0-1 poppler-0.12.0-1 poppler-glib-0.12.0-1
    evince-2.28.0-1 libgphoto2-2.4.6-3 sg3_utils-1.27-2 libatasmart-0.14-1
    devicekit-disks-007-1 gnome-disk-utility-2.28.0-1 gvfs-1.4.0-1
    evolution-exchange-2.28.0-1 evolution-webcal-2.28.0-1 file-roller-2.28.0-1
    gcalctool-5.28.0-1 gconf-editor-2.28.0-1 libxklavier-4.0-1 polkit-gnome-0.94-1
    gnome-session-2.28.0-1 gdm-2.28.0-1 gtksourceview2-2.8.1-1 pygtksourceview2-2.8.0-1
    gedit-2.28.0-1 glibmm-2.22.1-1 gucharmap-2.28.0-1 libgnomekbd-2.28.0-1
    gnome-applets-2.28.0-1 gnome-backgrounds-2.28.0-1 zenity-2.28.0-1 metacity-2.28.0-2
    gnome-settings-daemon-2.28.0-1 gnome-control-center-2.28.0-1 gtkhtml-3.28.0-2
    vte-0.22.2-1 gnome-desktop-sharp-2.26.0-2 gnome-doc-utils-0.18.0-1 clutter-1.0.4-1
    clutter-gtk-0.10.2-1 gnome-games-2.28.0-1 gnome-games-extra-data-2.28.0-1
    gnome-mag-0.15.9-1 gnome-media-2.28.1-1 gnome-netstatus-2.28.0-1
    gnome-nettool-2.28.0-1 gnome-power-manager-2.28.0-1 gnome-screensaver-2.28.0-1
    pangomm-2.26.0-1 gtkmm-2.18.2-1 gnome-system-monitor-2.28.0-1 gnome-terminal-2.28.0-1
    gtk-engines-2.18.4-1 gnome-themes-2.28.0-1 gnome-utils-2.28.0-1 yelp-2.28.0-1
    gnome2-user-docs-2.28.0-1 gok-2.28.0-1 gtk-sharp-2-2.12.9-1 gtk-vnc-0.3.9-1
    hamster-applet-2.28.0-1 kdelibs-4.3.2-4 mousetweaks-2.28.0-1 nautilus-2.28.0-1
    openssh-5.3p1-1 orca-2.28.0-1 perl-xyne-arch-0.82-2 seahorse-2.28.0-1
    seahorse-plugins-2.28.0-1 sound-juicer-2.28.0-1 tomboy-1.0.0-1 libgdata-0.4.0-1
    totem-2.28.1-1 vinagre-2.28.0.1-1 vino-2.28.0-1
    Total Download Size: 298.48 MB
    Total Installed Size: 1017.04 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    glib2-2.22.2-1-x86_64 2.8M 718.0K/s 00:00:04 [##############################################] 100%
    openssh-5.3p1-1-x86_64 849.0K 399.5K/s 00:00:02 [##############################################] 100%
    :: Retrieving packages from extra...
    pygobject-2.20.0-1-... 551.4K 207.3K/s 00:00:03 [##############################################] 100%
    ^Cygtk-2.16.0-1-x86_64 894.7K 370.1K/s 00:00:04 [################------------------------------] 35%
    Interrupt signal received
    Last edited by graysky (2009-10-12 20:55:38)

    If you're going to use powerpill you should probably subscribe to the following thread:
    http://bbs.archlinux.org/viewtopic.php?id=56583
    Your answer is on the very last page, but in summary the problem is that the --retry-wait option is no longer supported in aria2 which you can see in the code you pasted.
    /usr/bin/aria2c: unrecognized option '--retry-wait=2'
    Xyne has already updated the code so you can either get the code from his site or wait for the mirrors to sync.

  • Error IFS-20010 connecting to IFS from java class

    Hello,
    I try to connect to IFS from java program with sentences:
    LibraryService ifsService = new LibraryService();
    CleartextCredential me = new CleartextCredential("user", "password");
    ConnectOptions connectOpts = new ConnectOptions();
    connectOpts.setServiceName("ifsDefault");
    connectOpts.setServicePassword("ifspassword");
    LibrarySession ifsSession = ifsService.connect(me,connectOpts);
    the class compile but not run because the error:
    IFS-20010: Failed to get PropertiesResourceBundler ifsDefault.
    The message errors documentation said:
    This error occurs when attempting to start an Oracle iFS process by specifying a service properties file name that cannot be located by the Oracle iFS repository. The
    parameter specified in the error is the name of the specified service properties file. The specified service properties file
    must exist in the oracle.ifs.server.properties package
    descending from one of the directories included in the
    CLASSPATH setting for the process.
    I don't understand what mean this, somebody yes?
    Please give me any idea.
    What can i do to solve this problem?
    Thanks.
    FABIAN

    Hi,
    Make sure you have $ORACLE_HOME/ifs/settings in your classpath.
    Good luck.

  • While excise posting, an error is coming "Balance in Transaction  Currency"

    Dear all
    While capital excise posting, an error is coming "Balance in Transaction  Currency" for the capital goods posting.
    During the excise duty posting J1IEX our clint done some manuvall entry for excise duties so
    at the time its 0.01 diffrence is coming in balance thats why we are not able to post the document.
    so please can any one give the solution for this
    regards
    pramod

    hi
    Check Excsie duties in "Excise Duty" Tab at Item Details level.
    Kindly note that all the duties (BED, ECS and SECess) in case of RG23C Part II posting must be in EVEN numbers.
    For e.g. Check whether SECess is 10.63 (ODD No) then make it either 11.00 or 10.64 or 10.62 i.e. EVEN No otherwise during Part II posting it will always show balance of 0.01
    Check how much piase is the difference. Then you can decide how many values to be rounded off.
    To avoid this type of problem better to ensure all amounts ( BED, Ecess and Hr Ecess) are in Even figures.
    hope it clears
    regards
    kunal

  • LSMW  IDoc error : APPLICATION DOCUMENT NOT POSTED with error 51

    During LSMW matmas04 uploading i m getting error :APPLICATION DOCUMENT NOT POSTED with error 51
    Can some one tell why ots coming so.

    to check errors check We05 or we02 they are same 
    in general i think that most of problem is relate to Dates if that your case check that you converted dates to internal format using conversion step i advice use like this function
    CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
    EXPORTING
    DATE_EXTERNAL = ZHEADER-BEDAT
    IMPORTING
    DATE_INTERNAL = MBEPOH-BEDAT.
    <Removed by Moderator>
    Message was edited by: Marcelo Ramos

Maybe you are looking for