Newbie Can not Apply 9.2.0.5.0 patch on windows 2000 server

Hi all,
I am trying to apply patch set 9.2.0.5.0, to oracle database 9.2.0.1.0 release 2, but it seems imposible.
I recive this msg:
There are no patches that need to be applied from the patch set Oracle9i patch set.
I have read the readme that came with the patch set but I don't realy understand what they want me to do. Cos I am real newbie with oracle.
Can some one please help?
Tanx in advance,
Admir

I got it.
You have to install the patch in the home dir of you data base and not the home dir that installer creates eachtime it starts.
Also, those commands, in readme file that came with the patchset, are sql command and after each one there should be ; . This doesn't say sometimes in the read me file.
Also when starting the migration tool use ; at the and of the command.
By the way, who writes documentation for oracle products? Don't they need to be fired?

Similar Messages

  • Can not apply 9.2.0.1.0A patch

    Hi,
    I can't apply OLAP 9.2.0.1.0A patch.
    Bellow is the error message I got and it seems like the aditional '/' in the path is causing the problem. Can anyone help me with this problem? Thank you very much.
    Best Regards,
    Seiji
    $ OPatch/opatch apply
    Performing pre-patch installation checks.
    It is safe to abort the patch process at this time.
    Do you want to continue and apply the patch?
    Please respond Y|N > Y
    Backing-up files before patching.
    Applying patch 2499827.
    Running make for olap_on.
    Running make for ioracle.
    ld: warning: file /export/home/app/oracle/product/9.2.0.1.0/lib//liboraolap9.a(xsunwind.o): wrong ELF class: ELFCLASS32
    Undefined first referenced
    symbol in file
    xsaggrflcu /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(kslt.o)
    xsNotify /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsstatedump /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xssinfoflcu /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(kslt.o)
    xsawsv /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(ksst.o)
    xscts_ktccg /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(ktct.o)
    xsawugaInitialize /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsncupd /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsoqNotify /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsawLatchRecov /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(kslt.o)
    xsoqugaSwitch /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(ksmuf.o)
    xspgpoolchg /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsoqugaInitialize /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsolapi_fvec /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(psdsys.o)
    xscts_fvec /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(psdsys.o)
    xsawugaSwitch /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(ksmuf.o)
    xsaggrftc /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(kqf.o)
    xssinfoftc /export/home/app/oracle/product/9.2.0.1.0/lib//libserver9.a(kqf.o)
    xsdbpcps /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsoqugaDestruct /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    xsawugaDestruct /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib//libknlopt.a(xsyeolap.o)
    ld: fatal: Symbol referencing errors. No output written to /export/home/app/oracle/product/9.2.0.1.0/rdbms/lib/oracle
    make: Fatal error: Command failed for target `/export/home/app/oracle/product/9.2.0.1.0/rdbms/lib/oracle'
    OPatch/opatch.pl version: 1.0.0.0.3
    Copyright (c) 2001,2002 Oracle Corporation. All Rights Reserved.
    Please re-run this patch script after the problems have been resolved.
    There were problems in running the make commands needed to finish the
    patching process.
    The errors encounted were:
    Error for command: make -f ins_rdbms.mk ioracle

    Hi,
    I think I could install the patch successfully. But, when I try to create a new OLAPConnection with JDev903, I recieve an error message "BIB-16631 Cannot connect to the database because a required patch has not been correctly applied". What I have done is...
    1)Installed Oracle Database 9.2.0.1.0 32bit version on Solrais 8.
    2)Applied 9.2.0.1.0A Patch
    a)unzipped pe2499827.zip
    b)shutdown database and listener
    c)verified that ORACLE_HOME was set correctly
    d)"OPatch/opatch apply" from 2499827 directory (completed successfully)
    e)cd to 2499827/files/olap/admin
    f)sqlplus "/ as sysdba"
    g)startup
    h)@olapu2499827.sql (completed successfully)
    i)restart database and listener
    3)Installed jdev903_pre to C:\jdev903_pre (on win2000 client)
    4)Installed bibeans903
    5)Copied classes12.jar, classes12dms.jar, nls_charset12.jar from $ORACLE_HOME/jdbc/lib(Sun server) to C:\jdev903_pre\jdbc\lib(win2000 client)
    6)cd to C:\jdev903_pre\bibeans\bin
    7)set JDEV_ORACLE_HOME=C:\jdev903_pre
    8)switcholapver 92 (completed successfully)
    9)Opened jdev903_pre and tried to create a new OLAP Connection from the BI Designer Wizard and got the follwoing error while testing the connection.
    oracle.dss.connection.common.ConnectionException: BIB-16631 Cannot connect to the database because a required patch has not been correctly applied. Required patches are described in the BI Beans installation guide.
         oracle.dss.metadataUtil.PropertyBag oracle.dss.connection.server.drivers.mdm.MDMConnectionDriverImpl.connect(oracle.dss.metadataUtil.PropertyBag)
              MDMConnectionDriverImpl.java:217
         oracle.dss.connection.common.ConnectionObj oracle.dss.connection.server.ConnectionImpl.connect(oracle.dss.connection.common.ConnectionObj, oracle.dss.metadataUtil.PropertyBag)
              ConnectionImpl.java:279
         int oracle.dss.connection.client.Connection.connect(oracle.dss.metadataUtil.PropertyBag)
              Connection.java:401
         int oracle.dss.connection.client.Connection.connect()
              Connection.java:320
         int oracle.dss.addins.designer.OLAPSource.test()
              OLAPSource.java:196
         void oracle.dss.addins.wizard.connection.OlapTestPanel.testConnectionImpl()
              OlapTestPanel.java:35
         java.lang.Object oracle.dss.addins.wizard.connection.TestConnectionPanel$2.construct()
              TestConnectionPanel.java:180
         void oracle.jdeveloper.common.SwingWorker$2.run()
              SwingWorker.java:168
         void java.lang.Thread.run()
              Thread.java:484
    Am I missing something? Has anyone been able to successfully connect to Oracle Database 9.2.0.1.0A from jdev903_pre? Thank you very much.
    Best Regards,
    Seiji

  • I can not install the Icloud control panel on a new windows 7 pc wtih outlook 2010. I get "you can't sign in because of a server error" .

    I can not install the icloud control panel on a neww windows 7 pc with outlook 2010. When i try I get "you can't inssign in because of a server error"
    I have :
    turned of the windows fire wall and antivirus protection
    stop and started the bonjour service
    done the "netsh winsock reset"
    updated all the drivers
    I can login to icloud.com with no problem and view my calendar.
    Apple chat also provide me with a test id and password to try to install the icloud panel, I got the same error message???
    Anyone have a fix?
    Thanks,

    To solve this problem you can:
    Windows 7
    1) Click on Start
    2) Type cmd and press enter
    you will see a new window
    3) type "netsh winsock reset"
    4) restart the machine
    should work.
    If still does not work you must disable the firewall and antivirus
    Para solucionar este problema debes hacer lo siguiente:
    en Windows 7
    1) click en Inicio
    2) escribe CMD y pulsa enter
    te va a aparecer una nueva ventana
    3) escribe "netsh winsock reset"
    4) reinicia la maquina
    deberia de funcionar.
    Si aun no funciona debes de deshabilitar el firewall y el antivirus

  • I can not get iTunes or Quick Time to install on Windows xp machine.  I get

    I can not get iTunes or Quick Time to install on Windows xp machine. I get an error 1316 - c:\wndows\installer\iTunes.msi
    and then I get an error -1603 ?
    any ideas, oh I am trying to put iTunes & QuickTime on a Different Hard Drive Partion 'D:' not on the,
    Normal 'C:' Drive Partion... Any Help You can give me.
    My Email address is: [email protected]
    Thank You in advance! Al Adams
    SONY VAIO Windows XP

    I strongly recommend that you install iTunes to the default C: paths. You can change the perferences to keep the actual music files on your D: partition.
    Here is a place to start with the installer errors:
    InstallShield Consumer Central FAQs

  • I upgraded my os on my iPad, now I can not sign in to yahoo email. The "confirm"window keeps popping up

    I upgraded the os on my iPad. Now I can not sign in to yahoo mail, the "confirm"password window keeps popping up.

    https://www.dropbox.com/s/3r967oomey12ou4/Photo%20Nov%2005%2C%206%2000%2056%20PM .png

  • I can not get Premiere Elements 11 to work on my Windows 7 , proffessional computer.

    I can not get Premiere Elements 11 to work on my Windows 7 , proffessional computer.

    goldstein
    Please define what you mean by
    I can not get Premiere Elements 11 to work on my Windows 7 , proffessional computer.
    Can you not install the program? If you cannot, how are you installing it, from an installation disc or installation files from Adobe? Are you looking at the tryout or a purchased product? At what stage of the installation are you blocked and with what messages? Do you have the anti-virus and firewalls turned off? Do you have another other computer protective software installed such as NetNanny?
    If you are getting through the installation OK, are you able to Sign In after the installation and restart of the computer?
    If you get into the opened project, when does the problem first manifest itself? Is the problem in a new project or in an existing one?
    Is the problem in one of the editing features?
    Is the problem in one of the export choices?
    Other?
    The answers will be in the details which allow us to help you.
    Thanks.
    ATR

  • I can not open Kuler in Flash. I click on Windows Extension and there is no Kuler opton. I logged on to Kuler save favorites but there is no Kuler. How do I get Kuler as an extension?

    I can not open Kuler in Flash. I click on Windows>Extension and there is no Kuler opton. I logged on to Kuler save favorites but there is no Kuler. How do I get Kuler as an extension?

    I can not open Kuler in Flash. I click on Windows>Extension and there is no Kuler opton. I logged on to Kuler save favorites but there is no Kuler. How do I get Kuler as an extension?

  • I can not run "hello1.jsp" on windows 2000 server

    I have just installed WebLogic 6.1 on windows 2000 server
              I put this file(hello1.jsp) on
              "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
              tried to
              load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
              ,the following error happened
              Compilation of
              'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
              war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              Full compiler error(s):
              java.io.IOException: CreateProcess: javac -classpath
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
              r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
              server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
              .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
              \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              at java.lang.Win32Process.create(Native Method)
              at java.lang.Win32Process.<init>(Win32Process.java:66)
              at java.lang.Runtime.execInternal(Native Method)
              at java.lang.Runtime.exec(Runtime.java:551)
              at java.lang.Runtime.exec(Runtime.java:477)
              at java.lang.Runtime.exec(Runtime.java:443)
              at weblogic.utils.Executable.exec(Executable.java:147)
              at weblogic.utils.Executable.exec(Executable.java:111)
              at
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
              a:550)
              at
              weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
              6)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :240)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :200)
              at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:2390)
              at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :1959)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

    Looks like that weblogic server is unable to create Java process for
              compilation of JSP into (JAVA) class file .......
              It may be due to:
              a. You do not have JDK installed/configured on the machine. [JDK is required
              for JSP pages to be compiled at runtime]
              b. WebLogic server is unable to invoke correct javac.exe [Check JAVA_HOME
              and PATH variable to ensure that they are correct and it is correctly
              specified in the startWebLogic.cmd, startWLS.cmd files]
              Thanks,
              Selva-
              "weblogic.developer.interest.jsp" <[email protected]> wrote in message
              news:[email protected]...
              > I have just installed WebLogic 6.1 on windows 2000 server
              >
              > I put this file(hello1.jsp) on
              > "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
              > tried to
              > load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
              > ,the following error happened
              >
              >
              >
              > Compilation of
              >
              'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
              > war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
              > --------------------------------------------------------------------------
              > ----
              >
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              >
              > --------------------------------------------------------------------------
              > ----
              > Full compiler error(s):
              > java.io.IOException: CreateProcess: javac -classpath
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
              >
              r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
              >
              server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
              >
              .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
              > \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              > at java.lang.Win32Process.create(Native Method)
              > at java.lang.Win32Process.<init>(Win32Process.java:66)
              > at java.lang.Runtime.execInternal(Native Method)
              > at java.lang.Runtime.exec(Runtime.java:551)
              > at java.lang.Runtime.exec(Runtime.java:477)
              > at java.lang.Runtime.exec(Runtime.java:443)
              > at weblogic.utils.Executable.exec(Executable.java:147)
              > at weblogic.utils.Executable.exec(Executable.java:111)
              > at
              >
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
              > a:550)
              > at
              > weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
              > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
              > 6)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :240)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :200)
              > at
              >
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              > ntext.java:2390)
              > at
              >
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              > :1959)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              >
              >
              >
              

  • Can I install Oracle 8.1.7 Enterprise Edition on Windows 2000 Professional

    Sorry if this is a stupid question, but I have Windows 2000 professional edition loaded on my PC and I'm not sure what it allows. Can I load Oracle 8.1.7 Enterprise Edition of the database on this operating system, or do I need to load windows 2000 server software.
    Thanks
    Ryan

    Its a problem with oracle and pentium 4 processors actually. The solution involves renaming or deleting the symcjit.dll in the 8i installation package after you've copied the whole Cd onto your HDD!
    I've tried this and it install OK, with a few errors along the way, now I can't get the apache server working, nor on the 9i AS that I've installed as well. Let me know if you get anything useful please?
    Michael.
    [email protected]

  • Citrix Client M/c Not Responding - Windows 2000 Server

    Hi all,
    I have Windows 2000 Server with Terminal Services and Citrix Metaframe 1.8 for Windows 2000 running on it. We are using Oracle Apps 11i and Oracle 8i on Sun Solaris 8.
    The Citrix Clients are Win 95/98 m/c running ICA32. The ERP Application is run by the clients through Citrix Server using IE5.0
    Some of the forms are not responding always when client is using citrix technology but the same client(s) can run the application when he is using his own IE5.0
    Can somebody help us out. Is it supported by Oracle Apps 11i or not. Or some fine tuning is to done or some patches are required to be downloaded.
    Thanks in advance.
    Dinesh Yadav
    null

    Is this a true Apps 11i environment? Why do you need to go through Citrix instead of direct browser access?

  • Can i change my Exchange 2003 organization to NATIVE MODE if my Front-End Exchange server is Windows 2000 Server

    I am planing to upgrade from exchange server 2003 to exchange server 2010. I understand 2010 can co-exisist with 2003, but my 2003 organization must be in NATIVE MODE, not a problem because i don't have anymore MS Server 2000 domain controllers, they
    were decommisioned a few moths after we moved to AD. However my Front-End exchange server that sits on my DMZ is running Exchange server 2003 on Windows 2000 Server.
    Can i change my Exchange 2003 organization to NATIVE MODE if my Front-End Exchange server is on the Windows 2000 Server OS? If not, will i have to setup a new Front-End Exchange server on at least Windows Server 2003 to replace the 2000 server setup?
    It's been a very long time since these servers were configured so i may need help setting up a new Front-End server if it will be required.
    thanks
    B
    Bobby

    My apologies for the very, very late reply, is have made the change to native mode for my
    Exchange environment, email is working fine, no problems. Thanks Cheng.<o:p></o:p>
    I ran the Exchange 2010 Pre-Deployment Analyzer tool yesterday, and it showed that the
    Active Directoy Forest is not Windows Server 2003 native. The domain forest
    functional level showed the level to be "Windows Server 2003", is
    just wanted to verify this.<o:p></o:p>
    Our corporate AD has one Root domain, (I’ll call it, Corp.com) and one child
    domain, (I’ll call it, na.corp.com). na.corp.com is functioning at Server 2003,
    the Forest of Corp.com, as the analyzer found, shows a functional level of
    Windows 2000. All Windows 2000 PDC have been off the network for almost 9
    years, and were properly demoted and removed. I guess the one place is didn't
    look was at the Forest level.<o:p></o:p>
    I opened the AD Sites and Service mmc plugin on the corp.com server and did find the old
    Windows 2000 PDC listed with the Servers. I drilled down into the containers
    for the old server, deleted everything, and was able to delete the W2K PDC. I
    still cannot raise the Forest level however.<o:p></o:p>
    I also noticed that domain replication has errors, (8614, 1908, 1256, and 8606), so i
    have a bit of a mess, and i am not sure how to fix it. I will post this on the
    Exchange 2010 upgrade, and AD forums for assistance, but i wonder if i need
    paid assistance.<o:p></o:p>
    Thanks again Cheng
    B<o:p></o:p>
    Bobby

  • Can I install Oracle 8.1.5 on Windows 2000 server or Windows 2000 professional

    Hi,
    Can I install Oracle 8.1.5 on a Windows 2000 server or Windows 2000 professional server?
    Regards,
    Zurvaan

    Yes, of course. Both versions works but you have to be prepared for lots of RAM.

  • Hi, anyone can tell me how to open a CD - ROM FOR windows 2000 and XP Version 1.1b Software by Softwire LTD?

    Hi, anyone can tell me how to open a CD - ROM FOR windows 2000 and XP Version 1.1b Software by Softwire LTD?

    Then you will need a copy of XP running in a virtual machine, or possibly bootcamp depending what Mac OS you're currently on.
    Rather expensive way to do it, but if it's Windows software, you need Windows.

  • Font style can not applied with the eye dropper ??!

    I am working with font "not a free one" and it has a problem that I can not take its style with the eye dropper,
    it only gives the same font name but the shape of font did not applied

    It's necessary to know if the text is under Illustrators full control or if the other program interferes.
    Also it's still not quite clear what exactly you are doing in which order.
    Are you using character and paragraph styles?
    Normally if you select words or paragraphs with Illustrators text tool, you can pick up styles from other texts with the eyedropper. So how exactly are you using the tools?

  • I just updated my Ipad 2 last night with iOS 7.04 now I can't print shipping labels from Paypal. I downloaded a different browser, Dolphin, per Paypal's suggestion. Still can not print. It says it has lost connection with the server.help!.

    Hello! I updated my Ipad now I can not print USPS labels from Paypal. I used my boss' Ipad not updated and worked fine. I am dependent on my Ipad to print these labels for me. I can print anything else I want, like email or packing slips. Any thoughts? I would go back to the previous version if anyone knows how to do that.

    Hello Sapo11,
    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    Thanks for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

Maybe you are looking for

  • Error in SOAP Adapter because XML is big

    <b>Hi guys! I have a SOAP Adapter (Sender) that works fine when the XML it receives is small. If the XML is big, this error happens:</b><br><br><br> java.lang.NullPointerException; nested exception caused by: java.lang.NullPointerException; nested ex

  • MYSQL Query

    I have a question to a MYSQL query (using PHP) in a site I created for a client. I need to output the sum of one particular column in a table. I created an "exercise counter" for subscribers to this particular page, which is supposed to help them kee

  • Dscl and hidden users, how to

    hi all! could you pls help me with dscl? I've created new user names pgsql (for postgres) with these commands: dscl . create /Users/_pgsql dscl . append /Users/_pgsql UserShell /bin/bash dscl . append /Users/_pgsql UniqueID 113 dscl . append /Users/_

  • Ram preview is short?

    Why is Ram preview so short? i get maybe 2 min of preview time at 1/2 res 1092x1080 on a new Mac Pro with 32GB of Ram! It seems if AE is out of RAM it could render to the SSd or any hard drive and playback 30 min of footage but no i only get 2 min, a

  • Refresh text field

    hey, I've an active output text component which should be updated as the data is changed in the database. I've already tried af:poll but it creates a problem when used in the template. I've seen some descriptions on active data services which I think