Error print preview, print setup, print Reports

Hi All
I had Primavera P6.7 and worked well I upgrade to 8.2 after update when i make print preview, print setup, print and Reports ====> Run it give me errors like:
Type : EAccessViolation
Event Code : AVAA0-2875-6
Description : Access violation at address 00758396 in module 'PM.exe'. Read of address 00000028
Type : EAccessViolation
Event Code : AVAA0-3237-4
Description : Access violation at address 008F1B70 in module 'PM.exe'. Read of address 00000008
I don't know what's the problem and what's the solution????
Please Help me ??

Dear Ibrahim,
Can u Just let me know the Version and edition of Windows like Basic/Professional or Ultimate.
AVAA errors are commonly caused by lack of permissions to the Project Management install directory, the default path is \Program Files\Oracle\Primavera P6\Primavera P6 Professiona
Generally P6 writes a log to this directory. But if the Currently Logged in user does not have Read / Write access to this directory, an error will be thrown.
Solution:
Grant Read and Write access to the P6 PPM installation directory,
by default: \Program Files\Oracle\Primavera P6\Primavera P6 Professional for the Currently Logged In User
Pls Let me know whether this Has Worked For You Or Not.
With Warm Regards
S.Shankar
0091-8951826900

Similar Messages

  • Vendor ref. no. not appearing in print preview of vendor aging report

    Dear all,
    Vendor reference number is not appearing in print preview of vendor ageing report,we have
    customized template AGE3 collection report,we have taken print outs before a month,vendor
    reference number get printed in report,now it is not appearing
    What could be problem ?
    Any one faces this issue ?
    We are using SAP Business One 2005 B (7.40.252)  SP: 00  PL: 41.
    Latest patch upgrade to PL:46 will solve the issue ?
    Jeyakanthan

    hi all,
    Thru a workaround i brought up vendor reference number in print preview/print,
    Applied formatted search in  journal remarks of ap invoice thru query
    SELECT $[OPCH.NumAtCard]
    ,this will populate vendor ref. no in journal remarks
    which can be displayed in details in aging report.
    Is there any solution other than above to bring vendor reference number in print ?
    Jeyakanthan

  • How to do Print, Print Preview & Page Setup?

    do you have any sample to do Print, Print Preview & Page Setup.
    thanks very much!

    I have a JTable on a dialog and wanted to print it. I discovered the following method (may or may not work for you).
    1) Simply extend your class to implement Prinatable....
    public class EbertPanelProductivityHistory extends JPanel implements Printable {
    2) As pare of your class in #1 make a print() method as follows (i.e. implement print() for Printable)
    public int print( Graphics g, PageFormat pageFormat, int page ) {
    int i,j,k,x,y;
    Graphics2D g2d;
    // We're done! (page is 0 based)
    if( page >= ReportDataPrintPageCnt ) {
    return (NO_SUCH_PAGE);
    // Create a graphic2D object and set the default parameters
    g2d = (Graphics2D)g;
    g2d.setColor( Color.black );
    etc. etc. etc....
    // PRINT IT!!!
    return( PAGE_EXISTS );
    3) And then you can print yourself...
    private void PrintActionPerformed(java.awt.event.ActionEvent evt) {
    PrinterJob PrintJob = PrinterJob.getPrinterJob(); // printer access - instance of PrinterJob
    /**** THIS IS OURSELF - i.e. our class with print() implemented that implements Printable **********/
    PrintJob.setPrintable(this); // this class implements Printable - see print()
    PrintJob.setJobName( Title ); // job name
    if( PrintJob.printDialog() ) {                    // print dialog!
    try { PrintJob.print(); } catch (Exception e) {
    javax.swing.JOptionPane.showMessageDialog(null, MSG_ID + MSG_ERR + e.getMessage(), "Alert", javax.swing.JOptionPane.ERROR_MESSAGE);

  • I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    Hi Crushed,
    Numbers doesn't have pages. It has a canvas that holds objects such as tables and charts.
    Drag the objects from the bottom of the canvas onto the white space above. That will reduce the number of "pages" (sheets of paper) that will print.
    Regards,
    Ian.

  • Adobe Flash 11.9.900.152: objects not showing in print preview and not printing

    When I select print from Adobe Flash 11.9.900.152, objects are not showing in print preview and not printing on the printer.   I have tried to print from both MS Internet Explorer and Google Chrome--neither work.
    I am using:
    Windows 7 Home Premium Service Pak 1
    Internet Explorer 10.0.9200.16618
    or
    Google Chrome 31.0.1650.57 m
    How do I resolve this issue?

    What is it you're trying to print?

  • Vendor Ref. no. not displayed in print preview in vendor aging report

    Dear SAP team,
    Vendor reference number is not displayed in print preview/print on vendor liabliteis aging report,
    but this vendor reference number actually show in report,We are taking report by journal postings,
    vendor reference entered in NumAtCard in AP invoice get copied to Ref2 in Journal Entry,then
    why it is not showing in print preview/print.
    Whether this is an application error / missing functionality ?
    We are using SAP Business One 2005 B (7.40.252)  SP: 00  PL: 36.
    Whether upgrade to latest patch 2005B PL46 will solve this issue ?
    Jeyakanthan

    Hello Jeyakanthan,
    I would like to draw your attention to the enhancements we delivered within Aging Report in 2007 version and plan for 8.8 release.
    The primary enhancement in 2007 version is reflecting new concept of Internal Reconciliation with more convenient backward reporting.
    Within the 8.8 release ...
    - when you generate the aging report you can group the report by customer or sales employee in the customer receivables aging report, and by vendor or buyer in the vendor liabilities aging report;
    - when the aging report has been generated, you can view multicustomer/multivendor detailed information in the aging report window. There is no need to double-click each customer/vendor row to view the details.
    We would strongly to recommend you to upgrade to 2007 version or join the ramp-up of 8.8 release soon.
    Peter Dominik
    B1 Solution Management

  • Print Preview or re-print for user without security to VF03

    The requirement of the assignment is to create a stand alone transaction that will reprint a billing document or preview. The ability to do so withVF02 and VF03 is not permitted via security.
    A program was created with BDC session to VF02 which then would preview or re-print a billing document. It worked wonderfully. Problem is that user received Error preventing the completion of transaction because of permission. Then I attempted to bypass the BDC and just enter the RSNAST00 program at EINZELNACHRICHT_DIALOG. This also worked fine, but not for the user.
    The logic within function module LV60AU04 RV_INVOICE_DOCUMENT_READ perform BERECHTIGUNG_PRUEFEN sets error preventing completion.
    Any suggestions on how to bypass the system security?
    Regards,

    Hi,
    if form is smart form, this is the way to call it.
    data: gv_func   type RS38L_FNAM.
    1/******FIND SMARTFORM FUNCTION***************************
    call function 'SSF_FUNCTION_MODULE_NAME'
               exporting  formname           = c_smartformname
               importing  fm_name            = gv_func
               exceptions no_form            = 1
                          no_function_module = 2
                          others             = 3.
    2/***************CALL SMARTFORM ******************************
        CALL FUNCTION gv_func
          EXPORTING
          EXCEPTIONS
            FORMATTING_ERROR = 1
            INTERNAL_ERROR   = 2
            SEND_ERROR       = 3
            USER_CANCELED    = 4
            OTHERS           = 5.
    First import your smartform function to your program using actual function to bring required structure(transaction SMARTFROMS click on icon test, you will fucntion name in current box), but then replace with dynamic call(in QA and PRD function will have different name)
    Thank you
    Jan

  • Print Preview is OK, Printed Out as empty page

    This is problem i faced, the printed report is not as per print preview
    When i send a customized report for printing, at User Own Spool Requests, print preview, the report is display correclty,
    but when i sent to printer, it is printed out as empty page. What could be the problem?

    Hi ,
    On that case there is a Problem with writing to spool.
    try to call the CALL FUNCTION 'GET_PRINT_PARAMETERS' before displaying the Report.
    see the wiki for sample code http://wiki.sdn.sap.com/wiki/display/Snippets/HowtoCreatePDFfromABAPLIST+Output
    Prabhudas

  • WebUI Print Preview (Action Definition - Print) for Adobe Interactive Forms

    Hi All,
    As mentioned in subject, how to define an CRM Action Definition (with or without Action Condition) to Print an Adobe Interactive Forms. We know how to define a setting for Print Preview function in CRM WebUI via Action Definition - Smartforms Print. Now we want to print preview from CRM WebUI document on Form designed in Adobe Interactive Forms (tx SFP).
    We have tested using Action Definition - External Communication, we can set the AIF form here. We tested in GUI (tx crmd_order) and it works. But when testing preview on CRM WebUi it shows "Error in Smartforms".
    Somehow it still detect as Smartforms instead of Adobe Interactive Forms.
    We prefer if this preview can be done via Action, because it is straight forward function for printing.
    Should we use Action - Method Call instead ? How is the approach to do it in Action - Method Call ?
    Any one try this before? Appreciate your sharing here.
    Thx & Rgds,
    Gun.

    Hi Gunawan,
    if I got you right, what you want is: Call your AIF when someone clicks on the "print preview" button in CRM WebClient. This should all work using a print action like with normal SmartForms.
    I faced this problem some months ago on CRM 6. The problem here was quite simple: The SmartForm interface and the one of AIF are not compatible. Thus the service used for calling the print action from WebClient failed.
    For handling this problem I enhanced the print service to call AIF correctly.
    In customizing I used print actions that call a method.
    As mentioned this lays back some months already. Maybe SAP came up with a better solution by now. I saw AIF to have multilple interface types. One is an interface compatible with SmartForms. Probably you can use this one and the print service will work without any enhancements or modifications.
    cheers Carsten

  • Difference in print preview and actual print

    hi all,
    we are using o/p types and sap scrits to get the print out. but there is a diff betwenn the preview and actual print. some fields that are not visible or suppressed in the preview are appeearing on the print. moreover if the same invoice is printed with diff. o/p types sucessively some values too increase with each subsequent o/p. we are doin some addtion of values on the script
    as a temporary way out we are printing by completely exiting vf02/03 after the preview, re-entreing vf02/03 and directly shooting the print w/o viewing the preview. this i have to do for each o/p type. but this is a very inconvenient way.
    wat is the cause for this
    thnx in advance
    saurabh

    Hi Ruchit,
                  Yeah can you say me how to correct the issue.
                   we are using Hp 2200 pcl series printer.
                   I have even tried using the device type
                   with this specific name but it did not do the need.
                   Can you say me what can be done to resolve this.
    Regards,
    Vamshi.

  • Print Preview shows (and prints) only a portion of a page,

    Not the printer's fault - it prints what Print Preview sends it (about half a page).

    There's a couple of old Bugs ''(over 8 years old)'' in Firefox that can cause that to happen with some web pages. One Bug was recently fixed for Firefox 4.0b8, but it doesn't look like it will be applied to Firefox 3.6.x versions.
    There may be a workaround you could apply for a specific domain via a Stylish script, but we'd need the URL of that page and a screen shot of the Print Preview window to try to help you fix it.

  • Descrepancy between print preview and actual print.

    Hi,
    I am using BA00 for fax output type in sales order. When I trigger this output type to my fax machine, the sales order qty is printed incorrectly on the fax output. But when I view the same through the print output (programs for print and fax are the same), I can see the qty getting printed correctly on the print preview.

    I'm not sure what do you mean by "incorrectly". Since the program is the same, I'll have to assume that it's just a formatting issue.
    Check with your Basis admin what kind of driver / software is used for the fax transmission. It may need to be updated (check also for OSS notes).
    Technically it's also possible that a condition has been programmed in the form to print something differently for the fax output. If you're using a custom form, check with your ABAP developer if there is such condition. Also they may be able to adjust the form to work around the fax issue.

  • Hi everyone. I have just started having problems with iCal.  Events that I thought I had deleted are appearing on Print Preview and on print outs. Likewise Events which I have not deleted have disappeared from my calenders, but appear in print preview.

    Hi everybody. I have recently started having problems with iCal (Version 2.05 (1069). Events that I thought I had deleted appear in Print Preview and Print Outs. Likewise Events that I have not deleted have disappeared from my calender (Month View) but appear in Print Preview and Print Outs. I see that there have been similar problems with Events disappearing especially in Month View. I wondered how print preview seemrd to be picking everything up deleted or not, and what the solution may be?. First time of Posting. I hope I haven't embarassed myself.

    Hmmmm.
    At the very least there must be a "com.apple.ical.plist"...iCal would not function without it.
    Click on the Finder icon in the dock
    Click on Go > Home
    Double-click Library
    Double-click Preferences
    Look for a file called "com.apple.ical.plist" and remove it to the trash.

  • Just wondering if I'm looking for something that doesn't exist - can firefox automatically close the "print-preview" window after printing?

    I'm using the addon in my firefox toolbar to print preview website data then append to a pdf file. Sometimes I am distracted, then can't remember if I've gone through the process and printed/appended the page to the file. It would be helpful if there was a way that the print preview window would close after printing thereby confirming that the process has completed. Thanks in advance.

    Thanks for your reply.
    I'm running different versions of firefox on different computers. I'm aware of the upgrade procedures. Same issue in later versions as well.
    The add-on is called "Print Preview Button 0.5" by sindre-wimberger which I obtained through the "Search Mozilla Support"
    However, that's not really relevant - to bring this back to basics the same situation occurs if you do <File> <Print Preview> then print the document. The print preview screen remains until manually closed. Perhaps there is a setting in "about:config"? Does anyone know if this is so? There is an entry "print.whileinprintpreview" but not sure what setting does here. Suspect if set to "False" then you probably wouldn't be able to print from "Print Preview" screen.
    Thanks.

  • Smart Web Printing & blank print preview window but prints anyway

    I can successfully print using Smart Web Printing on my W7 laptop.  My Deskjet F380 is set up to always display a print preview before printing but when I use Smart Web Printing the print preview is always blank but it still prints correctly.  I have no problems with the print preview from IE8.  Has anyone else encountered this problem?
    This question was solved.
    View Solution.

    this problem has now resolved itself - I think since the latest HP update.

  • Print preview for cheque print

    hi experts,
                   How to see the print preveiw for f-58 tcode.

    Hello Priyanka,
    When you complete the transaction F-58, go to transaction code FBZ5 and give the document number which you generate using F-58.
    Please take help from your FI consultant for better result or post the same thread in SAP fi forum.
    Hope this helps.
    Cheers,
    Suvi

Maybe you are looking for

  • Windows vista and labview 8.2

    Has anyone tried LabVIEW8.2 and Daqmx with Windows vista? Are NI products(LV + DAQ drivers + Database connectivity toolkit) compatable with Win Vista? Does the application developed in win vista work for winxp also? Thanks!

  • Iphone 4 won't show up in Itunes, windows, or the device manager

    I've had this problem for about a month where one day my Iphone stopped syncing to Itunes. When I plug my Iphone in the phone will connect and start to charge, but it won't give me the normal options when I connect my phone showing that Windows recog

  • I'm new to j2ee and need to make a project

    Hi everyone, I'm TOTALLY new to j2ee(but not to java). My profesor told me to write a wep aplication with use of jsp: 1. You register to the page 2. You login to the page 3. You go to the page you chose a topic of a report 4. Your chice is rememberd.

  • Apple Maps Needs a LOT of work

    .... According to the BBC .... http://www.bbc.co.uk/news/technology-19659736 ... I didn't know I had moved house 3 streets away..... I really don't think I will be using this app .....  Not , at least , it has been given a considerable facelift .... 

  • Time-lapse video unfocused

    Hello, i got a problem  When i make a time-lapse video , after adjusting my photo and synchronizing  all , i'm doing the slide show at 24fps, but the final video is unfocused, what i'm doing wrong ?