Error printing po

HI all,
I created data definition and template for POXPRPOP ==> Printed Purchase Order Report(Portrait), sat up output to XML in Request form for POXPRPOP and ran it.
When trying to preview, I am getting the error bellow followed by template page.
What does this error mean? Could someone point me to the direction where I'd start troubleshooting it?
Error
java.lang.NullPointerException at oracle.apps.xdo.oa.util.CoreHelper.escapeBrackets(CoreHelper.java:549) at oracle.apps.xdo.oa.util.CoreHelper.getExceptionXML(CoreHelper.java:580) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:661) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:637) at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:6205) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614) at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:741) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._OA._jspService(_OA.java:98) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
Thanks,
Eugene

Tim,
Thanks a lot for reply.
Template runs fine outside of Apps. Program itself runs fine if set to Text, but when set to XML, it fails. Here is what I found in Concurent->Managers->Administer
->Output Post Processor ->Manager Log
[9/4/07 2:41:55 PM] [OPPServiceThread0] Post-processing request 498889.
[9/4/07 2:41:55 PM] [3489:RT498889] Executing post-processing actions for request 498889.
[9/4/07 2:41:55 PM] [3489:RT498889] Starting XML Publisher post-processing action.
[9/4/07 2:41:55 PM] [3489:RT498889]
Template code: POXPRPOP_TMPL
Template app: PO
Language: en
Territory: US
Output type: PDF
java.lang.NullPointerException
     at java.io.File.<init>(File.java:263)
     at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:90)
     at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:431)
     at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5855)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
     at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
     at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
[9/4/07 2:41:55 PM] [UNEXPECTED] [3489:RT498889] java.lang.NullPointerException
     at java.io.File.<init>(File.java:263)
     at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:90)
     at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:431)
     at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5855)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
     at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
     at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
Thanks,
Eugene

Similar Messages

  • Can't print over network get message "Error Printing" in message Queue

    Hi,
    I have 3 machines, xp, vista and windows 7.  I have 2 printers that are configured to print through the network
    1. OfficeJet Pro L7680
    2. PhotoSmart C7180
    For all 3 computers I can go to the web configurations for the printers (so I know the network settings are correct).  Windows finds the printer and properly installs the drivers using the TCP/IP network port.
    I can only print to the PhotoSmart from the Vista computer.  I can't print from the XP or Windows 7 machine, I can't printer to the OfficeJet Pro from any computer.
    Both printers work on all computers via USB port.
    when I try to print a test page the job stays in the print queue and gets a message "Error Printing".
    The funny part is that the computer can communicate with the printers and get the ink levels no problem.
    I have been banging my head on the wall and cannot figure it out.
    Any Suggestions?
    Thanks,
    Ara

    I think I figured it out after torchering my self for weeks.
    I had my computers and printers hooked up directly or wireless through a linksys WRT610N router.  I decided to add a linksys switch right after the router and plugged the computer and printers in through the switch and now it works.
    This is very strange, there must be somekind of incompatibility with the WRT610N router that is causing the problem, it works but refused to print for some reason.  I tried changing settings in the router but haven't got it to work.
    Any clues on what it could have been with the router?
    Thanks,
    Ara

  • Error printing with Windows 7 even after unistallin​g old and installing new driver

    I recently updated to 64-bit Windows 7 and cannot get my HP OfficeJetJ4580 working after the upgrade.  I uninstalled all prior printer drivers and ran the recommended software from the HP site to ensure there were no remaining drivers on my system, then installed the updated drivers for use with WIndows 7.  The driver isntallation said it was successfula dn that my printer was ready for use.
    When I try to print, the job is sent to the print que.  The print que immedialtely notes "Error printing" and deletes the job from the que.  The printer never responds or tries to print.  This happens with anything I try to print, including a test page.  No error message is dispalyed on my screen.  The only way I can see the error is by opening up the print que and looking at the pending jobs.  I went to the HP support center and downloaded and ran the printer diagnostic sofware they had on there.  It could not detect any problems with the printer. 
    I am at a complete loss as to what to try next.

    Hello PPN, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are running into installation issues.  I would like to help.
    I would suggest Uninstalling the Printer Software.
    Once it is uninstalled, I'd recommend putting your system into clean boot mode within the Microsoft configuration.  You can do so by following this document: How to perform a clean boot in Windows.
    After the computer has been put in clean boot mode, I would suggest reinstalling the HP Printer Install Wizard for Windows.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Activation error: Printer not activated, error code 20

    I have had my officejet 4215 all-in-one printer well over a year and it has connected and printed whatever I wanted.  Yesterday when I wanted to print an email it would not and the following box popped up: Activation error: Printer not activated, error code 20.  Then the next box that popped up said: Printer Error  An unknown error occurred while printing.
    If I copy the email over to a Microsoft Windows page, then i can print it fine.
    Any idea how to fix this so I can print email's like I used to?
    Rey

    What operating system?  What email program are you trying to print from?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • HP LaserJet Pro P1102w printer "Ready" for wireless printing, but gives "error -- printing" message

    This P1102w printer was configured for wireless printing from two computers (WinXP and Win7), both with a network sharing designation, and all functions worked perfectly:
    Printing from the WinXP computer directly, and from a networked Win2K computer as a guest.
    Printing from the Win7 computer directly, and from a networked Win2K computer as a guest.
    Windows Printer Test Pages were printed from both installed computers, showing correct computer names, the printer name, Port names (IP addresses), Data format (IMF), Driver information, etc.
    Several days later (after new boots), the WinXP computer showed printer status as being "Ready", along with the correct printer "Type" (HP LaserJet Professional P1102w), "Where" (IP address), and "Comment" (network printing).  When a print job was submitted from Microsoft Word, the control-panel printer window first showed the message "printing", and then the message "error -- printing".  Nothing was printed.  The same results occurred when a print job was sent to the WinXP computer from the networked Win2K computer.  HP’s troubleshooting routine did not identify the error, its cause, or what can be done about it.
    Successful printing continued, as before, from the Win7 computer directly, and from the networked Win2K computer to the Win7 computer as a guest.
    The printer’s blue “i” network indicator lamp is lit, and all three computers continue to communicate through the hub to each other and to the Internet.
    HP’s printer installation program was executed on the WinXP computer, using the “fix” option, but nothing changed.  The installation program was executed again on the WinXP computer, using the “new install” option (without removing the existing P1102w installation); the “browse” function saw the network, but no printers were found, and the installation could not be completed.
    This is very perplexing.  Any suggestions?
    PS:  The same problem occurred once before, and it was fixed by resetting factory defaults on the printer, hard wiring the printer to the WinXP computer through a USB cable, re-installing the printer’s wireless settings from HP’s installation disk, and repeating all of the networking and sharing setups on all three computers.  This is a lot of work that is not worth repeating, because the successful results have not been permanent. 

    To:  Neonskeleton,
    Thanks for your response -- especially because you are an HP employee!
    My Win2k machine does not use HP software, nor communicate to the HP printer.  (HP did not write a Win2k driver for the P1102w -- and evidently no one else has done this, either.)  My WinXP and Win7 machines use their HP drivers to send print jobs to the P1102w wirelessly, and both machines have the P1102w set up as a shared printer.  Then, when I connect to those machines as a "guest" and submit a print job to those machines, those machines receive the print job and then communicate with the printer using the proper installed printer drivers.
    Everything worked great with this configuration, until suddenly the printer was no longer responsive to ANY jobs coming from the WinXP machine, even though there was a "printer ready" indication on the WinXP machine, and even though the printer responded perfectly to print jobs coming from the Win7 machine.
    When I tried to "fix" the WinXP setup by running HP's setup program on CD, nothing changed.  Then, when I tried to reinstall the WinXP setup for wireless printing, the program insisted that I reset THE PRINTER'S factory defaults and proceed using a USB cable -- even though I wanted to simply ADD the computer for wireless communication to an existing networked printer!  I would conclude that something screwed up the printer's inner settings (maybe an unsolicited and invisible HP update sent to my printer from the Internet?).
    As I mentioned in my original post, I went through this process once before, reinstalled everything on all machines, and all was well.  Until THE SAME non-recognition problem surfaced again!
    I do not want to spend any more time on this.  I went to Staples and bought a second P1102w printer (it is a nice little machine that uses a xerographic cartridge, rather than costly inkjet cartridges that frequently plug up).  I'll use a USB cable for the connection, rather than the installed wireless feature, and set up the P1102w as a shared printer.  I expect that all of my other computers will be able to link as a "guest" through the wireless hub and be able to print.
    Thanks again.
    PS.  I am a retired computer-systems manager from Northrop Grumman. 

  • Hp officejet pro 8500a - get "error - printing" on all documents

    Quick history:
    Both my laptop and my printer HP Officejet Pro 8500 A910 have been working happily for months, with wireless connection via Belkin wireless hub.
    > Had printer jam errors - so just replaced printer under warranty - completed set-up - printed test pages - wireless connection ok (did wireless test report, albeit signal quality "Very low", but has always been like that and worked in past.)
    > Printing word document - just generates error "Error - printing" and stays stuck in queue.
    Anything else that has happened in interim ...
    > I have installed LiveDrive in the interim to back up all my files on the cloud - works in the background. Can't imagine it's relevant?
    > Any help greatfully received, driving me mad!!
    Neil

    Hi Rossainz,  I don't know that I can answer 'what is wrong with it', but I would be happy to help you figure it out and better yet, resolve the issue. Let's first try leaving the printer on and unplugging the power cable out of the back. Leave it unplugged for a full minute during which time you can hold down the power button for just a few seconds to help release and build up power, then plug the power cable back in.  If the issue persists, please let me know and we will see what other solutions might do the trick.

  • After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF

    That happened after upgrading Acrobat Pro 9.1.2 to 9.2->9.3 on Windows XP sp2 platform. Converting from other Microsoft Office 2003 products is totally normal(Excel, Word) Did anyone came accross and know how to fix that?? We have many users with exactly same issue.

    thanks...figured out my problem!
    Date: Wed, 3 Feb 2010 12:24:29 -0700
    From: [email protected]
    To: [email protected]
    Subject: Re: After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF
    What happens if you try to print to the Adobe PDF printer?
    >

  • .error Print indicator 029 not defined. Message no. L3118.

    error Print indicator 029 not defined. Message no. L3118
    Hello everyone.
    I need some help.
    when i run program RLVSD40 (Initiate printing of transfer order).
    i got error.
    Print indicator 029 not defined
    Message no. L3118
    what should i do to solve this error ?
    please help.

    Hello,
    I am getting the same issue.
    Please let me know the solution.

  • 306 Error Printing with Time Capsule 2TB

    I just upgraded from a 1st Generation Time Capsule (500GB) to a 4th Generation Time Capsule (2TB).  I have a Canon MP600 printer connected via USB to the Time Capsule.  In my previous setup, this worked flawlessly and other computers on the network could print to this device.  With the new setup, I'm receiving a 306 Error printing to the printer via the new Time Capsule. 
    I have:
    Reset the printer system information.
    Rest the TC to default settings, attached the USB for the printer, and restarted the device.
    Tested the USB direct connection to my printer (works fine).
    I feel like this has to be related to the new TC...wondering if I've got a setting mixed up.
    Any help would be great - I've reviewed most of the postings related to this subject, but this one feels different as it involves an upgrade to new TC and I'm not trying to use a wireless printer. 
    Bryant

    First, restart your MacBook Pro and your Time Capsule. This solves the problem in most of the cases.
    If it doesn't work, see > http://pondini.org/TM/C12.html

  • Error print success message checksum content error: Action procesada.

    I have a problem with an application in the HTML DB that I am creating. the problem is:
    I create plicacion from each one of the tables, when trying to enter a registry in the application of concept, sends east error to me, but if it stores the registry. the error is:
    Error print success message checksum content error: Action procesada./6À1Ç9ÁFE08952600ACEC1E0188ÅC/: 4730F16841157B21D061A969F6640A61.
    the design I did it with Oracle designer.
    the model contains three tables:
    1. file .tab the designer
    PROMPT Creating Table 'CONSULTOR'
    CREATE TABLE CONSULTOR
    (ID_CEDULA NUMERIC(12) NOT NULL
    PROMPT Creating Table 'CONCEPTO'
    CREATE TABLE CONCEPTO
    (ID_CONCEPTO NUMERIC(3) NOT NULL
    ,DESC_CONCEPTO VARCHAR2(120)
    ,FACTURABLE VARCHAR(5)
    PROMPT Creating Table 'GENERAL'
    CREATE TABLE GENERAL
    (ID_GENERAL NUMERIC(5) NOT NULL
    ,CONC_ID_CONCEPTO NUMERIC(3) NOT NULL
    ,CONS_ID_CEDULA NUMERIC(12) NOT NULL
    ,FECHA_ACT DATE
    ,DESCRIPCION_ACT VARCHAR2(120)
    ,CANTIDAD_HORAS NUMERIC(5)
    2. file .con the designer
    PROMPT Creating Primary Key on 'CONSULTOR'
    ALTER TABLE CONSULTOR ADD (CONSTRAINT
    CONS_PK PRIMARY KEY
    (ID_CEDULA))
    PROMPT Creating Primary Key on 'GENERAL'
    ALTER TABLE GENERAL ADD (CONSTRAINT
    GENE_PK PRIMARY KEY
    (ID_GENERAL))
    PROMPT Creating Primary Key on 'CONCEPTO'
    ALTER TABLE CONCEPTO ADD (CONSTRAINT
    CONC_PK PRIMARY KEY
    (ID_CONCEPTO))
    PROMPT Creating Foreign Key on 'GENERAL'
    ALTER TABLE GENERAL ADD (CONSTRAINT
    GENE_CONC_FK FOREIGN KEY
    (CONC_ID_CONCEPTO) REFERENCES CONCEPTO
    (ID_CONCEPTO))
    PROMPT Creating Foreign Key on 'GENERAL'
    ALTER TABLE GENERAL ADD (CONSTRAINT
    GENE_CONS_FK FOREIGN KEY
    (CONS_ID_CEDULA) REFERENCES CONSULTOR
    (ID_CEDULA))
    3 file . lis de designer
    Reconcile Report: C:\Documents and Settings\rolando\Mis documentos\aso\xxx.lis
    Generated on Tue Jun 07 09:55:25 2005 by Server Generator 9.0.4.3.14
    ====== ======== ================ ==============
    Object Property Repository Value Database Value
    ====== ======== ================ ==============
    Object Property Repository Value Database Value
    Table CONCEPTO * NOT IN DATABASE * ***
    Object Type
    Data Persistence Permanent
    Cluster
    Index Only No
    Cached
    Initial Transactions
    Max Transactions
    Percent Free
    Percent Used
    Initial Extents
    Next Extent
    Min Extents
    Max Extents
    Percent Increase
    Freelists
    Freelist Groups
    Tablespace
    Parallel No
    Comment
    Column ID_CONCEPTO * NOT IN DATABASE * ***
    Datatype NUMERIC
    Max Length 3
    Scale
    Mandatory Yes
    Default Value
    Domain
    Comment
    Column DESC_CONCEPTO * NOT IN DATABASE * ***
    Datatype VARCHAR2
    Max Length 120
    Scale
    Mandatory No
    Default Value
    Domain
    Comment
    Column FACTURABLE * NOT IN DATABASE * ***
    Datatype VARCHAR
    Max Length 5
    Scale
    Mandatory No
    Default Value
    Domain
    Comment
    Primary Key CONC_PK * NOT IN DATABASE * ***
    Enabled Yes
    Deferred No
    Immediate No
    Exception Table
    Key Column ID_CONCEPTO
    Index CONC_PK * NOT IN DATABASE * ***
    Unique Yes
    Global No
    Bitmapped No
    Compute Statistics No
    Reverse No
    Nosort No
    Initial Transactions
    Max Transactions
    Percent Free
    Percent Used
    Initial Extents
    Next Extent
    Min Extents
    Max Extents
    Percent Increase
    Freelists
    Freelist Groups
    Tablespace
    Parallel No
    Snapshot Log No No
    Table CONCEPTO Differences: 1
    Object Property Repository Value Database Value
    Table CONSULTOR * NOT IN DATABASE * ***
    Object Type
    Data Persistence Permanent
    Cluster
    Index Only No
    Cached
    Initial Transactions
    Max Transactions
    Percent Free
    Percent Used
    Initial Extents
    Next Extent
    Min Extents
    Max Extents
    Percent Increase
    Freelists
    Freelist Groups
    Tablespace
    Parallel No
    Comment
    Column ID_CEDULA * NOT IN DATABASE * ***
    Datatype NUMERIC
    Max Length 12
    Scale
    Mandatory Yes
    Default Value
    Domain
    Comment
    Primary Key CONS_PK * NOT IN DATABASE * ***
    Enabled Yes
    Deferred No
    Immediate No
    Exception Table
    Key Column ID_CEDULA
    Index CONS_PK * NOT IN DATABASE * ***
    Unique Yes
    Global No
    Bitmapped No
    Compute Statistics No
    Reverse No
    Nosort No
    Initial Transactions
    Max Transactions
    Percent Free
    Percent Used
    Initial Extents
    Next Extent
    Min Extents
    Max Extents
    Percent Increase
    Freelists
    Freelist Groups
    Tablespace
    Parallel No
    Snapshot Log No No
    Table CONSULTOR Differences: 1
    Object Property Repository Value Database Value
    Table GENERAL * NOT IN DATABASE * ***
    Object Type
    Data Persistence Permanent
    Cluster
    Index Only No
    Cached
    Initial Transactions
    Max Transactions
    Percent Free
    Percent Used
    Initial Extents
    Next Extent
    Min Extents
    Max Extents
    Percent Increase
    Freelists
    Freelist Groups
    Tablespace
    Parallel No
    Comment
    Column ID_GENERAL * NOT IN DATABASE * ***
    Datatype NUMERIC
    Max Length 5
    Scale
    Mandatory Yes
    Default Value
    Domain
    Comment
    Column CONC_ID_CONCEPTO * NOT IN DATABASE * ***
    Datatype NUMERIC
    Max Length 3
    Scale
    Mandatory Yes
    Default Value
    Domain
    Comment
    Column CONS_ID_CEDULA * NOT IN DATABASE * ***
    Datatype NUMERIC
    Max Length 12
    Scale
    Mandatory Yes
    Default Value
    Domain
    Comment
    Column FECHA_ACT * NOT IN DATABASE * ***
    Datatype DATE
    Max Length
    Scale
    Mandatory No
    Default Value
    Domain
    Comment
    Column DESCRIPCION_ACT * NOT IN DATABASE * ***
    Datatype VARCHAR2
    Max Length 120
    Scale
    Mandatory No
    Default Value
    Domain
    Comment
    Column CANTIDAD_HORAS * NOT IN DATABASE * ***
    Datatype NUMERIC
    Max Length 5
    Scale
    Mandatory No
    Default Value
    Domain
    Comment
    Primary Key GENE_PK * NOT IN DATABASE * ***
    Enabled Yes
    Deferred No
    Immediate No
    Exception Table
    Key Column ID_GENERAL
    Index GENE_PK * NOT IN DATABASE * ***
    Unique Yes
    Global No
    Bitmapped No
    Compute Statistics No
    Reverse No
    Nosort No
    Initial Transactions
    Max Transactions
    Percent Free
    Percent Used
    Initial Extents
    Next Extent
    Min Extents
    Max Extents
    Percent Increase
    Freelists
    Freelist Groups
    Tablespace
    Parallel No
    Foreign Key GENE_CONC_FK * NOT IN DATABASE * ***
    Enabled Yes
    Deferred No
    Immediate No
    Cascade Delete RESTRICT
    Cascade Update RESTRICT
    Exception Table
    Join Table CONCEPTO
    Key Column CONC_ID_CONCEPTO
    Referenced Column CONCEPTO.ID_CONCEPTO
    Foreign Key GENE_CONS_FK * NOT IN DATABASE * ***
    Enabled Yes
    Deferred No
    Immediate No
    Cascade Delete RESTRICT
    Cascade Update RESTRICT
    Exception Table
    Join Table CONSULTOR
    Key Column CONS_ID_CEDULA
    Referenced Column CONSULTOR.ID_CEDULA
    Snapshot Log No No
    Table GENERAL Differences: 1
    ====================================================================================================================================
    Total Differences: 3
    ====================================================================================================================================

    Rolando - We don't need all that information about the data model and such. Can you describe what the application does on the page that gives the error? I mean, you submit the page, it performs some after-submit processes (what do they do and how many processes are there?) and then it has some kind of branch to the same page or another page. Describe the processes, show us the success message for each process, exactly as they are formatted in the process definition page, and describe the branches (to the same page, another page, do they use URL redirects? And also please post the entire URL that you see when the error page is displayed.
    Finally, please provide all the output from the About HTML DB page: Workspace Home -> Click the About HTML DB link under Workspace Administration on the far right side of the page. Then copy all the output and show it here.
    Scott

  • My 7200 says "error printing" in our new comp with 7. i did download 2 x the 7 downloads.

    I can't get our HP7200 to print. I did the new windows 7s downloads but all I get in the printer box is the job title and "error-printing." Test page is the same. All ink is good. In fact, the printer worked fine last week but not with our new Dell laptop.

    Did you try updating iTunes to 11.1?

  • Error Printing using flash paper

    I have flashpaper 2.0 installed onto a windows XP Pro SP2, a
    particular user is not able to use the flash paper printer. He just
    gets Windows XP Printer Error box with 'Error printing - An unknown
    error occured'.
    There is an entry in the printer's queue, it too is marked
    with 'Error - printing'.
    When i log in (i'm an admin user) it works fine.
    Any clues on where to look?

    I have the same problem. Installed Studio 8 with Contribute 3
    and FPV2 on WIN XP PRO SP2. I can't print to FlashPaper; I just get
    the "Error-Printing" in the print queue. I have admin privledges
    but still have the problem. I have uninstalled and reinstalled
    Contribute twice. I have downloaded FPV2 drivers. I have tried
    adding FPV2 drivers through WIN XP 'Add Printer" process and always
    the same thing.

  • Running TCODE (AFAB) - Depreciation Run in Background - Error: Printer name

    Hi SAP experts,
    This is actually a basis technical question.
    But the error occurred in the Depreciation Run.
    When one of our users run this process in Background, she encountered an error 'Printer name not defined'.
    But when I use my account, I was able to successfully run it with no errors.
    I have checked SU01 and the default name of the printer (LP01) is both assigned to the users.
    We are using SAP 4.6 (4.0B). I hope we could find solutions for this.
    Thanks!

    Hi,
    Could you please check note 1292602.  
    Regards Bernhard

  • "Error - Printing" for only certain PDFs to certain printers with Reader 10.1.3

    One of my users is unable to print specific PDF files to a particular printer.  The same PDFs will print to other printers successfully from the Windows 7 machine.  But, for certain PDF files the printer queue will show status = "Error - Printing".  We have tried to print as image, saved the PDFs as different filenames but it still fails.  There seems to be no pattern for the PDF types.  One PDF is a scanned document and another is not scanned.  The machine is able to print most other PDF files just fine to this printer and can print successfully from all other applications except for Reader 10.1.3 for these certain PDF files.  The printer driver has been updated to the latest.  The printer is a Xerox DocuCenter-IV 2060.  AR 10.1.3 has been re-installed.
    The PDF files in question open fine and can be viewed in their entirety (i.e. they don't appear to be corrupt).  The fonts used are not any different from others used in PDFs that DO print ok.  This is a complete mystery so, if anyone has ideas, please pass them along.  Thanks so much

    This is a public forum; please do not post your email address or other private information.
    Regarding your issue; it appears you have already tried everything possible - I have no other ideas what to try with 10.1.3.
    The only solution for now I can see is to revert back to 9.5.1; is this a problem for you?  This should be only temporarily until a new version of 10.x or 11.x becomes available.

  • Network Printer (Error - Printing) Will Not Print

    Hi,
    We currently use a HP DesignJet 1055CM printer for all of our AutoCAD and plan drawings, which has recently gone on the fritz. Any print job sent from anyone in our network will make its way to the printing queue and be met with a Error - Printing status.  Additionally, even after all the documents are cancelled, a test page will consistently queue itself and post yet another error.  When the test page is cleared and the queue is completely empty, and print jobs sent will also be met with the same message.  This all recently happened when a co-worker added said printer to his (relatively) new computer.  He downloaded a the driver for the printer off the internet, and now no one can print.  I suspect that his driver was simply incompatible with the working one and now has caused this problem.  He was using Windows Pro. XP SP3 and downloaded the driver from http://designjet1055cmplus.com/drivers.htm.  Can someone confirm this diagnosis or point me in the right direction?  If it is a compatiblity issue, how can we revert back to the working one?  There is a computer not currently hooked up to the network that had the driver on it that worked, but I did not want to overwrite anything until I got some advice.  I may not even be in the right ballpark of thinking.
    Thanks for your time and let me know if there is any additional information I need to provide or if I am outside the protocol of this forum.

    Hi haslet,
    Have you tried checking to see if the cartridge is vented properly? Sometimes if the vent is clogged it can affect the print quality. See the link below for more details...
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01821078&cc=us&lc=en&dlc=en&product=3794621&tmp​...
    Please let me know if this helps.
    I was an HP employee.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • Error printing on laserjet 5p

    In trying to print anything to my HP Laserjet 5P printer, I get an error-printing message noting there are documents in the queue preventing me from printing. However I get the same message even after I cancel ALL documents in the queue.
    I can also successfully print a test page; so I believe the printer is functioning.
    I have re-added the printer, re-added the driver software, and still get the same error message no matter what I send to the printer. By the way I'm using Windows 7.
    Yet when I troubleshoot the printer (attached to my laptop via a USB port (LPT1) it says it can't find a problem.
    Can anyone help? I'm befuddled as to what to do next to resolve this just occurring issue.
    Any assistance would be greatly appreciated. Thank You.
    [edited email by moderator]

    Hello,
    Just to clarify you said that the printer is connected to your computer through a USB cable? The reason I ask is that printer if I remember correctly can only support a parallel cable connection, so that might be the issue.
    Thanks!!
    I work for HP, However, I am speaking for myself and not for HP

Maybe you are looking for