Batch upgrade from 4 to 5

I assume Adobe is not providing a tool to batch upgrade old Edge Compositions from API version 4 to 5? We have hundreds that need upgrading and it seems the only way it so manually open each one within the tool and then copy paste the "_upgrade" files back into their folders.

I'd go further and advise you to keep a copy of Edge Animate 2014.01 for editing older files, but as resdesign says, only if there is something you need to add or change. This will save you the problems that could arise if/when they fail to work in the new version. We're having enough problems just updating our templates for future projects to want to go back over perfectly good old projects!

Similar Messages

  • Upgrade batch inputs from 4.6C to mySAP ERP 2005

    Hi,
    we are planning to upgrade from 4.6C to mySAP ERP 2005 (ECC 6.0). We are using batch input/call transaction in various (interface) programs (primarily in modules SD, MM, CS/SM, FI, CO). I would be grateful for any information that helps to estimate the effort to upgrade our batch input code. In which areas/modules/transactions did you encounter problems with batch inputs? How severe were these problems (one or two fields moved to another screen, or major redesign)? How did you address these problems (change BI or convert code to use BAPI)?
    Thank you
    Thomas

    Hi thomas,
    we were working on batch input's and our scenario is something like convertion of bdc's from 4.5b to ECC5. well, it was a long process of upgradation. and coming to the part of BDC's
    Q) any information that helps to estimate the effort to upgrade our batch input code.
       we had 300 BDC's to convert from 4.5b to ECC5 and with a ten member team of ABAP experts it took us 30 working days to complete the process.
    Q) In which areas/modules/transactions did you encounter problems with batch inputs?
       Mostly, we had problems from FI and something like in Revenue recognition process. The problems comes, when the whole transactions screens changes for the process. at this time we have to write completly a new BDC's. if we have right functional specifications and functional experts, it will be easy to convert BDC's.
    Q) How severe were these problems (one or two fields moved to another screen, or major redesign)?
        As i have mentioned, out of 300 almost 25 to 50 were minor changes rest were huge changes.  a completely new BDC's. the point here is, we were updating from 4.5b to ECC5. it might not be this scenario for 4.6c to ECC5
    Q) How did you address these problems (change BI or convert code to use BAPI)?
       well, this is were we are curently working now. and curently there are 4 scenarios (and may be more in the future) were we have to replace three BDC's which are used for material master creation and make it into one bapi satisfying all the conditions of BDC's. actually, we have to find a BAPI( which i couldn't find) so, i have created a bapi. and tougher part is writing exceptions as we cannot write exceptions as we do in function module.
    hope this is relavent to what you have asked.
    cheers
    ajay

  • Issue in iSupplier Portal after upgrade from 12.1.1 to 12.1.3

    Hi
    After upgrade to 12.1.3, I am getting 'java.lang.NullPointerException' error when I navigate to Oracle iSupplier Portal -> 'Purchase Order' tab. I have pasted the error text below. I have also noted down the errors below, which were reported during the upgrade (since I don't know if they are connected to this issue, and could not fixed as yet).
    Environment_
    1. Oracle EBS = 12.1.3 (upgraded from 12.1.1)
    2. OS = OEL 5.7
    Any help will be really appreciated. Thanks.
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:616) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at OA.jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at OA.jspService(_OA.java:221) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619) ## Detail 0 ## java.lang.NullPointerException at oracle.apps.pos.orders.webui.PosVpoMainCO.processRequest(PosVpoMainCO.java:151) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at OA.jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at OA.jspService(_OA.java:221) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619) java.lang.NullPointerException at oracle.apps.pos.orders.webui.PosVpoMainCO.processRequest(PosVpoMainCO.java:151) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at OA.jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at OA.jspService(_OA.java:221) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619)
    Background of Upgrade*
    Following errors were reported during upgrades but we continued upgrade since they could not be fixed. There are several Invalid objects in the DB that starts with OKC but they still remain even after I tried to recompile them through 'adadmin' or through SQL prompt or 'frmcmp' command (as stated below).
    frmcmp module=%AU_TOP%/resource/OKEKAULN.pll userid=APPS/APPS output_file=%AU_TOP%/resource/OKEKAULN.plx module_type=library batch=no compile_all=special
    I beleive OKC schema is related to 'Oracle Contracts' module.
    The following Oracle Forms objects did not generate successfully:
    au resource OKEKAULN.pll
    au resource OKEDTSFM.pll
    au resource OKEKAUWB.pll
    au resource OKLCSAST.pll
    au resource OKLCSEQX.pll
    au resource OKLCSASD.pll
    au resource OKSPMSCH.pll
    au resource OKSAUCVT.pll
    au resource OKSAUDET.pll
    au resource OKCEXPOR.pll
    au resource OKCKSRCH.pll
    au resource OKSAUBLG.pll
    An error occurred while generating Oracle Forms library files.

    Thanks for replying. I have already applied the mega patch 9239090 to upgrade to 12.1.3. The metalink notes you have given refers to patches released prior to patch 9239090. How to check whether the new patch will not overwrite the one I have already applied and will not conflict with it? Will it be automatically taken care by 'adpatch' utility?adpatch should take care of that and it should not overwrite any file if the file version you have is higher than the one delivered by the patch.
    Thanks,
    Hussein

  • SAP AFS Upgrade from version 5.0 to 6.4

    Hi Experts,
    I wanted to know if someone here was familiar with the SAP AFS upgrade from 5.0 to 6.4. I wanted to know how exactly they improved the  areas listed below. (obtained from SAP Course). Your help would be greatly appreciated
    http://www.sap.com/services/education/catalog/globaltabbedcourse.epx?context=%5b%5b|wdedaf||1||de|%5d%5d|
    1) Improvements in the areas of planned independent requirements, seasonal concept, value add services, Combined order, productionu2013 warehouse interface
    2) Production Planning Basic Data - Enhancements of AFS Bill of Material (AFS BOM), SKU Group Based Routing
    3) Manufacturing Execution u2013 Collective Planned Order Conversion, Combined Order Confirmations
    4) Batch Determination/Classification for SAP Apparel and Footwear
    5) Handling Unit Management for AFS
    Thanks,

    Hi Ronny,
    Thanks for the reply!
    These patches you speak of, is it for the types of issues I mentioned in my first post or do they cover the entire AFS functionality? I assume it still requires complex configurations but are there a lot of complications with going from AFS 5.0 to 6.4, compared to a new AFS 6.4 implementation? Specifically with the grids, categories and BOMs?
    /Cheers

  • NOT ABLE TO UPGRADE FROM CUE 1.1.2 TO CUE 2.3.1

    Hello,
    I am trying to upgrade from CUE Ver 1.1.2 TO CUE 3.2.1 by "Upgrading  Using the Boot Helper" method
    but after uploading the "cue-installer.2.3.1" from the TFTP the system boots up but it does not show me the
    "Service Engine Helper Software" Its booting directly and going to the CUE Prompt.
    MODULE DETAILS
    Module Type:  NM
    NAME: "NM-SE on Slot 1", DESCR: "NM-SE"
    PID: NM-CUE   , VID: NA ,
    sh software versions
    Installed Packages:
    - Core  1.1.2
    - Auto Attendant  1.1.2
    - Voice Mail  1.1.2
    - Boot Loader  1.0.17 Installed Languages:  - US English  1.1.2
    According to the document
    http://www.cisco.com/en/US/docs/voice_ip_comm/unity_exp/rel2_3/install/upg_boot.html#wpxref53388
    After "cue-installer.2.3.1" is loaded i should get the prompt as given below
    Welcome to Cisco Systems Service Engine Helper Software
    Please select from the following
    1       Install software
    2       Reload module
    (Type '?' at any time for help)
    Choice: 1
    but i don't see this prompt.Also interestingly I don't see this command
    "software download clean pkg ..... " In fact "software" does not appear as an option under any
    mode in CLI......
    Quick help will be much appreciated!!!!
    Thanks & Regards,
    Hasan Jafri

    Hello Paulo ,
    Given below is what i see on the CLI
    se-10-1-1-10> reload
    Are you sure you want to reload?
    Doing a reload will cause any unsaved configuration data to be lost.
    Continue[y]? : y
    se-10-1-1-10>
    MONITOR SHUTDOWN...
    EXITED: ${ROOT}/bin/probe exit status 0
    EXITED: SQL_startup.sh exit status 0
    EXITED: LDAP_startup.sh exit status 0
    EXITED: HTTP_startup.sh exit status 0
    MONITOR EXIT...
    INIT: Remounting device 03:01 ... OK
    Done.
    Restarting system.
    Initializing memory.  Please wait.  256 MB SDRAM detected
    BIOS Version: SM 02.00
    BIOS Build date: 09/17/02
    System Now Booting ...
    Booting from flash..., please wait.
    [BOOT-ASM]
    7Found Intel 82371AB at 0x00000000 ROM address 0x00000000
    Please enter '***' to change boot configuration: ***Probing...[EEPRO100]Found I    // I DO THIS AND GO INTO THE BOOT-LOADER
    ntel EtherExpressPro100 at 0x00000000 ROM address 0x00000000
    Found Intel EtherExpressPro100 at 0x00000000 ROM address 0x00000000
    Ethernet addr: 00:14:1C:95:FC:A2
    equalizer val: 16
    ServicesEngine Bootloader Version : 1.0.17
    ServicesEngine boot-loader> boot helper                                 // THEN I TYPE "boot helper"
    Probing...[EEPRO100]Found Intel EtherExpressPro100 at 0x00000000 ROM address 0x
    00000000
    Found Intel EtherExpressPro100 at 0x00000000 ROM address 0x00000000
    Ethernet addr: 00:14:1C:95:FC:A2
    equalizer val: 16
    Me: 10.1.1.10, Server: 10.1.1.55, Gateway: 10.1.1.11
    Loading cue-installer.2.3.1                    //AFTER THIS STEP CUE RELOADS IT SELF
    Initializing memory.  Please wait.  256 MB SDRAM detected
    BIOS Version: SM 02.00
    BIOS Build date: 09/17/02
    System Now Booting ...
    Booting from flash..., please wait.
    [BOOT-ASM]
    7Found Intel 82371AB at 0x00000000 ROM address 0x00000000
    Please enter '***' to change boot configuration:  Filesystem type is reiserfs,
    partition type 0x83
    kf: a1 : (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    kf: a2 : (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    in grub_open: (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    in grub_open1: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open2: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open3: /bzImage root=/dev/hda1 ro plat=nm 1
    in grub_open: (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    in grub_open1: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open2: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open3: /bzImage root=/dev/hda1 ro plat=nm 1
    In verify_kernel_sig
    Chksum: final image size: 809372
    plat: 1
    Debug: bl_sz: 115296
    After: buf_len: 2048
    After KEY_InitMem
    reading key: 0
    reading key: 1
    reading key: 2
    reading key: 3
    reading key: 4
    reading key: 5
    After karr
    After 2: buf_len: 2048
    sig len : 172
    in verifysignature_md5, MD5 hash generated now, str format:hexmd5:bfb41f99bd669
    c4df612cb94f2e81764
    Verifying signature now...
    calling RSA decrypt now
    mem ptr: 0 704 832 968 1040 1172 1184 1196 1208 1220 1228 1244 1268 1284 1300 1
    316 1332 1344 1360 1384 1400 1664 1804 2080 2224 2364 2880 3396 3660 3924 4188
    RSA decrypt returned:33
    verifysignature_md5, Orig MD5 hash generated during encryption:bfb41f99bd669c4d
    f612cb94f2e81764
    Kernel signature verified successfully
    In load_imagea1
    In load_imagea2
    Dbg ********* filemax/data_len/SECSIZ: 809372/2560/512
       [Linux-bzImage, setup=0xa00, size=0xc4d9c]
    kernel_func: kt: 3
    in boot func: kt: 3
    Linux version 2.4.18 (bld_adm@bld-system) (gcc version 2.95.3 20010315 (release)
    ) #5 Sun Sep 19 22:25:25 PDT 2004
    Platform: nm
    setup.c: handling flash window at [15MB..16MB]
    setup.c: handling kernel log buf at [245.5MB]
    setup.c: handling trace buf at [246MB]
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0800 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 0000000000f00000 (usable)
    BIOS-e820: 0000000000f00000 - 0000000001000000 (reserved)
    BIOS-e820: 0000000001000000 - 000000000f580000 (usable)
    BIOS-e820: 000000000f580000 - 000000000f600000 (reserved)
    BIOS-e820: 000000000f600000 - 0000000010000000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    On node 0 totalpages: 62848
    zone(0): 4096 pages.
    zone(1): 58752 pages.
    zone(2): 0 pages.
    Kernel command line: root=/dev/hda1 ro plat=nm
    Initializing CPU#0
    Detected 498.673 MHz processor.
    In serial_console_setup
    Calibrating delay loop... 996.14 BogoMIPS
    Memory: 244056k/251392k available (1027k kernel code, 5924k reserved, 661k data,
    84k init, 0k highmem)
    kdb version 2.3 by Scott Lurndal, Keith Owens. Copyright SGI, All Rights Reserve
    d
    in atrace_init
    log_head: h: 0, t: 5717961, l: 0, w: 0, s: 10484672
    Using existing trace log
    log_head: h: 0, t: 5717961, l: 0, w: 0, s: 10484672
    Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
    Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
    Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
    Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 256K
    CPU serial number disabled.
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU: Intel Pentium III (Coppermine) stepping 0a
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    POSIX conformance testing by UNIFIX
    PCI: PCI BIOS revision 2.10 entry at 0xeab9c, last bus=0
    PCI: Using configuration type 1
    PCI: Probing PCI hardware
    Limiting direct PCI/PCI transfers.
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Starting kswapd
    VFS: Diskquotas version dquot_6.4.0 initialized
    devfs: v1.10 (20020120) Richard Gooch ([email protected])
    devfs: devfs_debug: 0x0
    devfs: boot_options: 0x1
    Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI en
    abled
    ttyS00 at 0x03f8 (irq = 4) is a 16550A
    ttyS01 at 0x02f8 (irq = 3) is a 16550A
    Cisco ContentEngine Flash Driver Version 0.02
    block: 128 slots per queue, batch=32
    Uniform Multi-Platform E-IDE driver Revision: 6.31
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    PIIX4: IDE controller on PCI bus 00 dev 39
    PIIX4: chipset revision 1
    PIIX4: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:pio
        ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pio
    hda: C/H/S=50127/232/176 from BIOS ignored
    hdb: C/H/S=0/0/0 from BIOS ignored
    hda: IC25N020ATMR04-0, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: 39070080 sectors (20004 MB) w/1740KiB Cache, CHS=38760/16/63, UDMA(33)
    Partition check:
    /dev/ide/host0/bus0/target0/lun0: p1
    device capacity not supported
    Flash capacity == 39070080
    eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.
    html
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@sa
    w.sw.com.sg> and others
    eth0: PCI device 8086:1229, 00:14:1C:95:FC:A1, IRQ 9.
      Receiver lock-up bug exists -- enabling work-around.
      Board assembly 668081-002, Physical connectors present: RJ45
      Primary interface chip i82555 PHY #1.
      General self-test: passed.
      Serial sub-system self-test: passed.
      Internal registers self-test: passed.
      ROM checksum self-test: passed (0x04f4518b).
      Receiver lock-up workaround activated.
    eth1: PCI device 8086:1229, 00:14:1C:95:FC:A2, IRQ 10.
      Receiver lock-up bug exists -- enabling work-around.
      Board assembly 668081-002, Physical connectors present: RJ45
      Primary interface chip i82555 PHY #1.
      General self-test: passed.
      Serial sub-system self-test: passed.
      Internal registers self-test: passed.
      ROM checksum self-test: passed (0x04f4518b).
      Receiver lock-up workaround activated.
    IEEE 802.2 LLC for Linux 2.1 (c) 1996 Tim Alpaerts
    NET4: Linux TCP/IP 1.0 for NET4.0
    IP Protocols: ICMP, UDP, TCP, IGMP
    IP: routing cache hash table of 2048 buckets, 16Kbytes
    TCP: Hash tables configured (established 16384 bind 16384)
    NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    reiserfs: checking transaction log (device 03:01) ...
    Using r5 hash to sort names
    ReiserFS version 3.6.25
    VFS: Mounted root (reiserfs filesystem) readonly.
    Mounted devfs on /dev
    Init drive control
    Freeing unused kernel memory: 84k freed
    INIT: version 2.84 booting
    Started device management daemon v1.3.25 for /dev
    reiser root fs ...
    Reiserfs super block in block 16 on 0x301 of format 3.6 with standard journal
    Blocks (total/free): 4883752/4804594 by 4096 bytes
    Filesystem is cleanly umounted
    Filesystem seems mounted read-only. Skipping journal replay.
    Checking internal tree..finished
    FILESYSTEM CLEAN
    Remounting the root filesystem read-write...
    kernel.sem = 16384 32000 32 128
                    Welcome to Cisco Service Engine
    Sun Aug 14 21:49:14 PDT 2005
    WARNING: Found files describing previous failures...
             Saving them in /var/cores.prev
    ********** rc.aesop ****************
    WARNING: Found files describing previous failures...
             Saving them in /var/javacores
    ==> eth1 exists, we must be running on a Network Module
    ==> eth1 exists, we must be running on a Network Module
    Router communications servers initializing...complete.
    IOS IP Address Registration complete.
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    10.1.1.0      *               255.255.255.0   U        40 0          0 eth1
    127.0.0.0       *               255.0.0.0       U        40 0          0 lo
    default         142.1.66.254    0.0.0.0         UG       40 0          0 eth1
    Reading Manifest...done.
    Reading License ...done.
    ModuleType = nm
    INIT: Entering runlevel: 2
    ********** rc.post_install ****************
    INIT: Switching to runlevel: 4
    INIT: Sending processes the TERM signal
    STARTED: cli_server.sh
    STARTED: ntp_startup.sh
    STARTED: LDAP_startup.sh
    STARTED: superthread_startup.sh
    STARTED: SQL_startup.sh
    STARTED: HTTP_startup.sh
    STARTED: ${ROOT}/usr/wfavvid/run
    STARTED: ${ROOT}/bin/probe
    waiting 132 ...
    SYSTEM ONLINE
    se-10-1-1-10>
    According to the document when the CUE reloads it should give me the option to install the software or reload ?
    Am i doing the right way ??
    Regards,
    Hasan Jafi

  • Keywords lost in upgrading from cs5 to cs6

    Hi,
    Recently, I upgraded from Photoshop CS5 to CS6, including Bridge.
    A very bad surprise was to find that the keyword system that I had developed and used to assign kewords to new pictures was no longer there.
    Apparently, this very important "personal setting" was not transferred in the upgrade procedure.
    What can I do to retrieve it?
    What is the filename in which Bridge keeps the keywords?
    Perhaps I could find it on my system or some backup.
    Or, if that won't work:  I notice that when opening an old picture its kwds appear in the kwd panel, although in italics. and not in the hierarchical fashion they should.
    However, retrieving my kwds this way would be a terible task if I have to open each of thousands of pictures one by one.
    Is there a batch kind of way to do this, that retrieves the kwds from all pix in a folder with subfolders?
    Please help,
    Sverker

    Thanks all for considering my problem and for the advice!
    I was away from these matters for a while, now I'm back on it.
    First let me mention that I did indeed find a program for looking into the big .MIG file.
    But alas, the keywords file was not there, don't know why (thus it didn't matter to me that extraction of files from the .MIG didn't seem to work.)
    Thus I was ready to follow the advice you guys gave me from the beginning, to recreate the keyword list from the image files.  I made some use of the suggested Find / Keyword, chosing a particular keyword or just "exists" for a folder.
    But I soon found out that my keyword structure needed several improvements, and thus I gave up simply hitting Make Persist.
    Instead I am working my way on smaller chunks of files -- feels worth the trouble.
    To make this work more efficient, it would be useful if there were a way to prevent Bridge from starting to immediately writing changes to the files on disk, doing it over and over again for each keyword I assign or remove.
    Would be much better if I could make all changes in, say, a folder and then ask Bridge to write the changes to disk.
    Do you know if there is an option to stop the immediate writing of changes?
    I vaguely seem to remember I'v read about it, but now I can't find any such opotion.
    (maybe this should be posted as a new question?)
    Regards,
    Sverker

  • Depreciation Run Error while Upgrading from SAP 4.6C TO ECC6.0

    Hi
    We are upgrading from 4.6c to ECC 6.0.  In ECC 6.0 we need to make the Number Range Interval as "Internal" and Batch Session tick to be removed from the Depreciation Document Type. 
    While executing depreciation run, it got terminated and I have done the above changes.  After that I have restarted the Depreciation.  I have got the following error Message.
    Message(s) during check of document ERROR00001
    Message no. AAPO511
    S:/SAPDMC/LSMW_AUX_020:006 20
    Message no. /SAPDMC/LSMW_AUX_020006
    If any body aware solution, kindly reply to this message
    Thanks
    siva

    Check this useful links
    Key differences between SAP 4.6 - ECC 6.0
    http://sap.ittoolbox.com/groups/technical-functional/sap-hr/difference-sap-ecc60-with-sap-r3-3161113
    LE/WM functionality difference between 4.6c and ECC 6.0
    differences between SAP R/3 ECC 6 & SAP R/3 4.6C in Material management mod
    Upgrade from SAP R/3 4.6 C to ECC6.0 - To find obselete and new tcodes
    Upgrade from SAP R/3 4.6 C to ECC6.0 - To find obselete and new tcodes

  • Benefits of upgrade from Projects 11.5.6 to 11.5.9

    I'm trying to define the functional benefits for a client organisation of their impending Projects upgrade from 11.5.6 to 11.5.9. Can someone tell me the main benefits of this please?

    Hi,
    There is a lot of new functionality added in 11.5.9
    That was not included in 11.5.6.
    I can recall the following:
    1. Bugetary Control
    2. Customer Retention Billing
    3. Receipt Accruals
    4. Automatic expenditure batch reversal
    5. There is a web enterface for projects.
    6. You can run your project in any currency
    7. You can run your budget and agreement in any currency
    8. Changes in client extensions. (Transaction Control ect.)
    9. Issue management
    10. Change management (If you use plantype budgets)
    If your client do not really need more functionality I would not recommend the upgrade. But most times they want more out of the system.
    Is there any specific enhancement they requested?
    Regards
    Matthew

  • I upgraded from 3gs and want to use my old 3gs as an ipod. how can i update my new apple ID on the 3gs as it still shows a previous one that I had?

    I recently upgraded from 3Gs to Iphone4 and want to use my old 3Gs as an ipod. how can i update
    the user ID on the 3gs to a new one that I have as it is still showing a previous user ID?

    Settings>Store...tap the ID shown...sign out...sign back in with the ID you want to use.

  • Is it really possible to upgrade from a Treo 650 to a Treo 750?

    I am not a very happy customer at the moment, but any help would be greatly appreciated. I upgraded from my old Palm Tungsten to a Zire, then to a Cingular Treo 650, combining three devices into one. I have since discovered that the Treo 650 seems to have a faulty transmission mode, as I can rarely be clearly understood by whomever I call. Am on the second (or third, I have lost track) and continue to have the same problem. I get five bars of reception but can't be understood on the other end. A bit of a problem when one is trying to call 911. Am constantly told I am "breaking up". The repair shop says it "Can't duplicate the problem". OK, then I do not want to give up all the info I have stored in the fool thing, and the 750 seems to have a different system, so I thought I would try that. All the stuff I could find seemed to indicate it wouldn't be a problem to upgrade. When the 750 arrived, I tried to install the software from the CD on my Windows XP computer. No dice. Setup encounters an error and closes. Can't even look at the files, because setup tries to run any time I access the CD. From any drive.  Gave it to my girlfiend to check on her computer, and the CD seemed to run fine. Other CDs work just fine on my computer. Must be some kind of conflict, but what? Tried calling the AT&T number that suggested they could help with setup, and was first connected to the business center, they routed me to the laptop center, who routed me to the network center, who said they would have to bring in the Palm customer service and connected me to a Mac guy that dumped me back to a menu that took me to someone for whom English is a second language with whom I was trying to communicate over a very poor satellite connection. They made no sense anyway. telling me first that I couldn't have two desktops running (wrong, my girlfriend has my old Zire and the CD worked fine) and then insisting that the serial number on my device had to start with a P, when it clearly does not have any alpha characters in it. Gave up on that route of assistance. Managed to get the new ActiveSync installed from my girlfriends computer over the network. Great. Now let's get my 650 synced with Outlook (which I have not used at home) and see if we can move on. Nope. First I have to update Outlook 2000 from the old Win98 to my current XP. Find the old CD, and square that away. OK, now sync to Outlook. Nope. The sync program gives an error, saying it will only sync with Outlook 98, 2000, and XP(2002). Good grief. I have Outlook 2000, and the software apparently does not recognize it. If the Palm doesn't work, there is no reason for me to keep this phone, and I am very close to returning it and abandoning the Palm entirely when I upgrade to something that works, although I dread re-entering all that information.
    Post relates to: Treo 750 (AT&T)
    This question was solved.
    View Solution.

    Thanks for the feedback. Today I installed an Enterprise version of Office 2007 I purchased a while back, but had not yet installed. Microsoft presented a few challenges, but they were quickly resolved. I then downloaded the appropriate conduit from Palm, and synced the 650 with the handheld overwriting the computer. Then used Active Destop to sync the 750. Satisfied I had moved as much info as possible, I called AT&T and had them move the phone number to the new Treo.
    Bonus! When the guy at AT&T called me on the new phone to verify it, he said it sounded better than my landline.
    Sorry for the streaming paragraph. When it is late I tend to write like I think.
    Dave
    Post relates to: Treo 750 (AT&T)

  • I upgraded from iPhone 3GS to iPhone 6.  Everything converted fine until I deleted an app in error.  When I downloaded it from iTunes, my account is no longer recognized by the app's host servers.  Can I go back and re-sync one app from my old phone?

    I upgraded from iPhone 3GS to iPhone 6.  Everything converted fine.  Yesterday I deleted an app in error.  When I downloaded the software it from iTunes ( did this many times on the old 3GS), my account is no longer recognized by the app's host servers (Playtika), even though it did after the initial conversion.  Can I go back and re-sync just one app from my old phone?  

    Try deleting what is called the iPod Photo Cache. 
    http://support.apple.com/kb/TS1314

  • I have just downloaded the upgrade from Mountain Lion to Yosemite. In the process i am now unable to gain access to iTunes. The app on desktop no longer works and the install is not able to be opened.

    I Have downloaded the upgrade from Mountain Lion to Yosemite. In thee process of so doing I have lost access to iTunes.
    The app on desktop no longer opens the program and having downloaded and installed as per Apple instructions, can not make a connection.

    Hi, drjbuchanan.  
    Thank you for visiting Apple Support Communities.  
    Here are some troubleshooting steps that I would recommend going through when experiencing this issue.  
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/en-us/ts3430
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/en-us/ht2311
    Cheers, 
    Jason H.  

  • Can't print from IE 8 after upgrading from Vista to Windows 7

    My laptop (HP Elitebook 8530w) uses two HP printers: Color LaserJet CP3525x (at work) and Deskjet 6940 (at home). Both printers are accessed across a local network.
    I recently upgraded from Vista Enterprise to Windows 7 Enterprise.
    Everything still prints fine (from Word, Adobe Reader, Windows Photo Viewer, etc.), except for IE 8! When I try to print a web page from IE, it prints only the page header, and otherwise the sheet is empty. This symptom occurs on both printers. (And of course this worked fine before the upgrade.)
    Any ideas? Thanks for any help.
    Jeff
    This question was solved.
    View Solution.

    (same poster)
    If anyone else is having this problem, I found the solution on another forum (http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/920588e5-ccc4-4e24-83d6-606...).
    Specifically, the following steps solved the problem:
    1. If it doesn't already exist, create a directory named "Low" in your directory "C:\Users\<your_user_name>\AppData\Local\Temp\".
    2. From a command prompt, issue this command:  ICACLS C:\Users\<your_user_name>\AppData\Local\Temp\Low /setintegritylevel (OI)(CI)low
    Jeff

  • Fields in read-only mode for BP transaction in upgrade from 4.72 to ECC6.0

    Hello,
    This is regarding the query for BP transaction in upgrade from 4.72 to ECC 6.0.
    While creating BP / Changing BP system is disabling the fields in compnay code & sales area option. There is a SAP not provided 907860; and specified that the proplem is because of the delta customizing.
    All the customization settings are as per the note. And the Synchronization Control is also activated. But still the fields are disabled only.
    I have checked the field settings also in Cross-Application-Components & Logistic-Genral.
    But these are not working for compnay code & sales area data.
    please let me know if anyone has faced this type of problem / found any solution on this.
    Best Regards,
    Shubhada

    SAP IMG  -> Cross Application Components -> Master Data Synchronization &#61664; Synchronization Control -> Synchronization Control -> Activate Synchronization options
    This setting allows you to activate synchronization of BP with R/3. Not maintaining the values may result in certain fields being read-only in BP.
    Suggested Values:
    Source Object: BP | Target Object: CUSTOMER | Active Indicator : X
    Source Object: BP | Target Object: VENDOR | Active Indicator : X
    Source Object: CUSTOMER | Target Object: BP | Active Indicator : X
    Source Object: VENDOR | Target Object: BP | Active Indicator : X
    Have you set all of the above settings??
    BHARATH

  • Error in Access VBA Application when upgrading from Acrobat 8.0 to 9.0

    Hello.
    The company that I work for recently upgraded from Adobe Acrobat 8.0 to 9.0 and I`m experiencing some problems with my Access 2003 VBA Application that extracts text from PDF-files and insert it into a table. I have tried adding references to Adobe 9.0 Type Library, but still no luck. Anyone having any ideas for a workaround? See attatched image for error-message. Any help will be greatly appreciated!
    Regards,
    Steffan

    Public Function lesPDF()
    'On Error Resume Next
    Dim MyDB As Database, EplanSet As DAO.Recordset, ResultSet As DAO.Recordset, SideSet As DAO.Recordset, TekstSet As DAO.Recordset
    Dim AcroApp As CAcroApp
    Dim AcroAVDoc As CAcroAVDoc
    Dim AcroPDDoc As CAcroPDDoc
    Dim AcroHiliteList As CAcroHiliteList
    Dim AcroTextSelect As CAcroPDTextSelect
    Dim PageNumber, PageContent, i, j
    Dim Ferdig As Boolean
    Dim StartPos, Length As Double
    Dim PartSyntax() As String
    Dim DocType() As String
    Dim Content, strFileName, Temp As String
    Dim k, Lengde As Integer
    Plant = Form_Autoexec.cmbPlant.Value
    Set AcroApp = CreateObject("AcroExch.App")
    Set AcroAVDoc = CreateObject("AcroExch.AVDoc")
    Set MyDB = DBEngine.Workspaces(0).Databases(0)
    EplanSet.MoveLast
    EplanSet.MoveFirst
    Do Until EplanSet.EOF
        strFileName = EplanSet!path & EplanSet!File
        If AcroAVDoc.Open(strFileName, vbNull) <> True Then
            Exit Function
        End If
        Set AcroAVDoc = AcroApp.GetActiveDoc
        Set AcroPDDoc = AcroAVDoc.GetPDDoc
    Here is some of the code, where the program stops is marked in red. This worked perfectly with Adobe 8.0. Thaks for any help or suggestions!

Maybe you are looking for