Problem When Multiple Users Export To PDF Simultaneously

I am hoping someone out there can help.  We have had no luck at all with Crystal Reports / SAP support for this issue.
We have a client/server aplication and have written a C# program to load a crystal report on the server, export it to PDF and then we send the PDF to the client. We are using Crystal Reports 2008 and have applied SP4.
The scenario is as follows:
Two users log into our application from different PC's.
User 1 prints a report with no issue.
User 2 prints a report 5 seconds later with no issue.
If User 1 prints a report and while that report is being exported to PDF, User 2 prints a report, the first will be successful and the second will fail.  If User 2 reprints the report after receiving a failure, the report prints successfully the second time (using the same temp report folders as the previous attempt). We have done a lot of tracing and have narrowed the problem down to the point in out C# program when the cryRpt.Export() routine is called.  It seems to be what is failing and doesn't seem to be able to run 2 exports simultaneously.
All exporting to PDF occurs on the application server and the processes run as "Administrator" so permissions should certainly not be a problem.  Each user is printing a different physical .rpt file and the data for each report is in a different physical directory.
Has anyone come across this before or have any suggestions?

We thought the same thing as you suggest and have already made that change without sucess.  Below is what the code looks like for our export routine.  Perhaps you can spot something we have not.  As mentioned before the export appears to be faulting at the statement "cryRpt.ExportToDisk(ExportFormatType.PortableDocFormat, pdfname);" in the below code.
The code is as follows:
        public void exportReport(string xmldir, string crname, string pdfname, string termid, bool debug)
            try
                if (debug)
                    dt = DateTime.Now;
                    tw.WriteLine(dt.ToString() + "-Start exportReport: " + crname);
                ReportDocument cryRpt;
                cryRpt = new ReportDocument();
                cryRpt.Load(crname, OpenReportMethod.OpenReportByTempCopy);
                if (debug)
                    tw.WriteLine("Done loading report: " + crname);
                int tmpct = 0;
                int tmpint = crname.IndexOf("
", tmpct);
                while (tmpint != -1)
                    tmpct = tmpint;
                    tmpint = crname.IndexOf("
", tmpct + 1);
                string ODBCReportFileName = crname.Substring(tmpct + 1, crname.Length - tmpct - 5);
                if (debug)
                    tw.WriteLine("ODBC Report Filename: " + ODBCReportFileName);
                Database crDatabase;
                Tables crTables;
                Table crTable;
                TableLogOnInfo crTableLogOnInfo;
                ConnectionInfo crConnectionInfo = new ConnectionInfo();
                //Setup the connection information structure to log on to the data source for the report.
                // If using ODBC, this should be the DSN. If using OLEDB, etc, this should be the physical server name
                crConnectionInfo.ServerName = "SH" + ODBCReportFileName;
                if (debug)
                    tw.WriteLine("Resetting connection to: " + crConnectionInfo.ServerName);
                crConnectionInfo.DatabaseName = "";
                //Get the table information from the report
                crDatabase = cryRpt.Database;
                crTables = crDatabase.Tables;
                //Loop through all tables in the report and apply the
                //connection information for each table.
                if (debug)
                    tw.WriteLine("Applying new connection to all tables...");
                for (int i = 0; i < crTables.Count; i++)
                    crTable = crTables<i>;
                    crTableLogOnInfo = crTable.LogOnInfo;
                    crTableLogOnInfo.ConnectionInfo =
                    crConnectionInfo;
                    crTable.ApplyLogOnInfo(crTableLogOnInfo);
                    if (debug)
                        tw.WriteLine("Applying new connection to tables " + crTable.Name);
                cryRpt.Refresh();
                if (debug)
                    tw.WriteLine("Applying new connection to all tables... DONE");
                if (debug)
                    tw.WriteLine("Target report: " + pdfname);
                cryRpt.ExportToDisk(ExportFormatType.PortableDocFormat, pdfname);
                if (debug)
                    tw.WriteLine("Export Complete");
                cryRpt.Dispose();
                cryRpt.Close();
                if (debug)
                    dt = DateTime.Now;
                    tw.WriteLine(dt.ToString() + "-Done export to PDF.");
            catch (Exception e)
                TextWriter tw1 = new StreamWriter(logpath + "
exporterror.log", true);
                tw1.WriteLine("Exception when export report: " + e.Message);
                tw1.WriteLine(e.StackTrace);
                tw1.Close();

Similar Messages

  • Read only / save problem when multiple user accessing PDF

    When accessing a PDF-file from a network location (where multiple users might have the file open simultaneously) I have noticed a problem.
    First of all you will not get notified when opening the file that it is open elsewhere, there is no "read only" mode in this case.
    Secondly (and worse) is the fact that the person having opened the file first is prompted to save it under a new name when she/he is saving changes since "file is open elsewhere".
    This works quite the opposite of what most Windows applications do.
    Is it a problem in version 7 and 8 of Acrobat only?
    I have heard from the support previously that it might be unsupported functionality to use network drives for editing. Is that true?
    If you are doing updates after a review but want to share the outcomes of the review this quite annoying...

    I agree, and I have seen the same points as well, but...
    During the update process after the review many reviewers are looking at their comments and how they were handled during the review meeting and at the same time the authors (yes, for documents such as a requirement specification there will be more than one author) are doing the updates to the original document.
    We are also updating the PDF with the changes made by adding new replies to the comments and also changing the status of the comments once more.
    The logical approach when opening a file is not to display a text box, but to add the information in the title bar of the program. That way you do not add an extra step to the people who only want "read only" access.

  • Data in the table changes when multiple users try to submit data

    I have a dynamic table. The table is created in the wdDoModifyView. The user can load data into the table from an excel file. So I have a "Load" button that loads the data from the selected excel file to the table. I also have a "Submit" button. This "Submit" button converts the data to an xml file and make a call to an oracle stored procedure for validation check. If there's an error it will be returned and displayed to the user. If none, a summary of data for posting will be displayed to the user. If the data is correct and the user hit the ok button, the same data will be return to oracle sp for loading in the table.
    The problem we encountered is when multiple users are loading and submitting at the same time, the data displayed in the dynamic tables changes after clicking the ok button. It is as if, the table displays the data being loaded by other user.
    This is an error that is difficult to recreate. This doesn't happen all the time. I hope you somebody could enlighten me why this is happening. I'm not sure if it has something to do with multithreading or session.
    Edited by: Marlyn Agco on Apr 14, 2009 3:57 PM

    Hi Armin,
    Did you mean storing view instances in static references and accessing them outside the wdDoModifyView is not a good idea? In wdDoInit the nodes are dynamically created according to the xml file being returned by the database. This node is stored in a static variable which is also used in wdDoModifyView to create the dynamic table.
    What do you suggest? We're still encountering same issue when multiple users are uploading data.

  • Why does the Error: 500 SC_INTERNAL_SERVER_ERROR appear when multiple users access my JSPs but does not occur when only one user accesses my JSPs?

    When multiple users run my JSP application, why do some users get an Error: 500 SC_INTERNAL_SERVER_ERROR for certain JSP pages with the error message No such file or directory. The JSP listed on the Error 500 page varies and is not always the same. When only one user runs my JSP application, the problem does not occur?
    The database connection is held when the user logs in or accesses certain parts of the JSP and then is immediately released. No connections to the database are held.
    We are using Solaris 8 with MU_6 plus recommended patches.
    Enterprise Ultra 250
    iAS 6 SP 3

    Is anything showing up in the KXS or KJS logs?
    It sounds like you might having some kind of thread safety issue with your code. Either that or your guess about running out of database connections.

  • WRT160n v3 has slow connection when multiple users are connected

    As of last night my router has been producing slow connectivity when multiple users are connected to it, but it's perfectly fine when only one user is connected.
    I am on a laptop myself, but we also have a second laptop and a desktop where the modem and router are set up.
    I have upgraded the firmware so that is up to date.
    We have Comcast Fiber Optics so my internet speed is normally quite fast even when all of my computers are connected.
    Some settings that I have that might help resolve the issue:
    I am using DHCP Configuration.
    My Channel Width is set to 20 MHz and I am using Channel 11.
    The Security Mode is set to WPA Personal. I had it on WPA2 Personal but I read that changing to WPA Personal might help and so far it doesn't seem to have done anything.
    I set the Beacon Interval to 50, Fragmentation Threshold to 2304, and RTS Threshold to 2304.
    Everything else is set to the default factory configuration.
    Just today I received a notice that said "Windows has detected an IP Address Conflict", but ever since I reinstalled the Firmware it hasn't come back. I've rebooted both my laptop and the desktop to confirm it hasn't come back as well.
    I consider myself to be computer savy, but I just can't figure out what the problem is as I've tried everything that I could think of including reconfiguring my router and restarting my modem as well. This problem has presented itself in the past before but unfortunately I cannot remember what I did to fix it.

    Try using inSSIDer to help you find the best channel.
    http://www.metageek.net/products/inssider/
    If that doesn't help, you can try disabling WMM.
    Edit:  You should use WPA2 AES security for best performance.

  • IDCS3 crashes when trying to Export or PDF

    IDCS3 crashes when trying to Export or PDF.
    What are the steps I should take to resolve this?
    Thanks!

    figured it out:
    - power off mac and turn back on while holding down Command + R (dont do it on an external keyboard just to be safe)
    - choose the re-install Lion option (I'm sure there is another way to re-install Lion, this is just the way I did it, not saying its the best or only method)
    - DO NOT INSTALL MACBOOK (Mid 2012) Software Update 1.0 - THIS SCREWS ADOBE UP!

  • Problem with Multiple Page convert in PDF

    Hi all,
    I done one invoice printing and convert in pdf report.  but with smartform i get all thing and giving perfect out put.
    But when i give second option for direct create a file of PDF this time only one page can convert in PDF. Means when i give multiple input like print invoice 0000910 to 0000925 so this time only invoice no. 0000925 is convert in pdf. But actually i need all invoice like 910 to 925 convert in one PDF with 25 pages.
    And i done coding which is show below for this issue.
    so please help me out and kindly guide me what is the mistake in my below code for make multiple page in one pdf.
    FORM get_FORM1.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = w_form_name
    * VARIANT = ' '
    * DIRECT_CALL = ' '
    IMPORTING
    fm_name = w_fmodule
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    w_cparam-no_dialog = 'X'.
    w_cparam-preview = space. " Suppressing the dialog box
                                                        " for print preview
    w_cparam-getotf = 'X'.
    * Printer name to be used is provided in the export parameter
    * OUTPUT_OPTIONS
    w_outoptions-tddest = 'LP01'.
      IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ITABz[]                       = itab[].
      ITABz1[]                      = itab1[].
      IT_ADDRESSz[]                = it_address[].
      LOOP at itab1.
        delete ITABz where vbeln ne  itab1-vbeln.
        delete ITABz1 where vbeln ne  itab1-vbeln.
        delete it_addressz where KUNNR ne  itab1-KUNRG.
    *      delete itab1 where vbeln ne  itab1-vbeln.
        TOTAL_QNT                  = ITAB1-TOTAL_QNT.
        TOTAL_AMT                  = itab1-TOTAL_AMT.
        I_FKIMG = itab1-I_FKIMG.
        BILL_DATE                  = itab1-BILL_DATE.
        IJ_1ICSTNO                 = itab1-IJ_1ICSTNO.
        VECHICAL_NO                = itab1-VECHICAL_NO.
        TAX                        = itab1-TAX.
        INV_TXT                    = ITAB1-INV_TXT.
        inv_name                   = ITAB1-INV_NAME.
        INVOICE                    = ITAB1-INVOICE.
        TAX1                       = itab1-TAX1.
        TAX_VAL                    = itab1-TAX_VAL.
        TAX_ADD_VAL                = itab1-TAX_ADD_VAL   .
        Text_inv                   = itab1-Text_inv.
        TEXT1                      = itab1-TEXT1.
        TEXT2                      = itab1-TEXT2.
        TEXT3                      = itab1-TEXT3.
        TEXT4                      = itab1-TEXT4.
        TEXT5                      = itab1-TEXT5.
        P_DOCNO                    = itab1-vbeln.
    CALL FUNCTION w_fmodule
    EXPORTING
              WERKS                      = WERKS
              TOTAL_QNT                  = TOTAL_QNT
              TOTAL_AMT                  = TOTAL_AMT
              I_FKIMG                    = I_FKIMG
              STATE                      = STATE
              LAND1                      = LAND1
              LANDX                      = LANDX
              P_DOCNO                    = P_DOCNO
              BILL_DATE                  = BILL_DATE
              IJ_1ICSTNO                 = IJ_1ICSTNO
              T_WERKS                    = T_WERKS
              VECHICAL_NO                = VECHICAL_NO
              TAX                        = TAX
              TAX1                       = TAX1
              TAX_VAL                    = TAX_VAL
              TAX_ADD_VAL                = TAX_ADD_VAL
              inv_txt                    = inv_txt
              inv_name                   = inv_name
              INVOICE                    = INVOICE
              Text_inv                   = Text_inv
              TEXT1                      = TEXT1
              TEXT2                      = TEXT2
              TEXT3                      = TEXT3
              TEXT4                      = TEXT4
              TEXT5                      = TEXT5
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS         = w_cparam
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
        OUTPUT_OPTIONS             = w_outoptions
    *   USER_SETTINGS              = 'X'
    IMPORTING
    * DOCUMENT_OUTPUT_INFO =
    job_output_info = t_otf_from_fm
    * JOB_OUTPUT_OPTIONS =
    TABLES
            ITAB                       = itabz
            ITAB1                      = itabz1
            IT_ADDRESS                 = it_addressz
         EXCEPTIONS
           FORMATTING_ERROR           = 1
           INTERNAL_ERROR             = 2
           SEND_ERROR                 = 3
           USER_CANCELED              = 4
           OTHERS                     = 5
    iF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    ITABz[]                       = itab[].
        ITABz1[]                      = itab1[].
        IT_ADDRESSz[]                = it_address[].
      ENDLOOP.
    t_otf[] = t_otf_from_fm-otfdata[].
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    MAX_LINEWIDTH = 132
    * ARCHIVE_INDEX = ' '
    * COPYNUMBER = 0
    * ASCII_BIDI_VIS2LOG = ' '
    * PDF_DELETE_OTFTAB = ' '
    IMPORTING
    BIN_FILESIZE = W_bin_filesize
    * BIN_FILE =
    TABLES
    otf = T_OTF
    lines = T_pdf_tab
    EXCEPTIONS
    ERR_MAX_LINEWIDTH = 1
    ERR_FORMAT = 2
    ERR_CONV_NOT_POSSIBLE = 3
    ERR_BAD_OTF = 4
    OTHERS = 5
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    * To display File SAVE dialog window
    CALL METHOD cl_gui_frontend_services=>file_save_dialog
    CHANGING
    filename = w_FILE_NAME
    path = w_FILE_PATH
    fullpath = w_FULL_PATH
    * USER_ACTION =
    * FILE_ENCODING =
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    NOT_SUPPORTED_BY_GUI = 3
    others = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    * Use the FM GUI_DOWNLOAD to download the generated PDF file onto the
    * presentation server
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE = W_bin_filesize
    filename = w_FULL_PATH
    FILETYPE = 'BIN'
    tables
    data_tab = T_pdf_tab
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    EndFORM .               "get_FORM1
    thanks
    Keyur
    Edited by: keyur chauhan on Aug 30, 2010 11:56 AM
    Edited by: keyur chauhan on Aug 30, 2010 11:57 AM
    Edited by: keyur chauhan on Aug 30, 2010 12:37 PM

    Thank you!
    Unfortunately I didn't find any work around.
    Thanks,
    Federico

  • Format changing when IDCS3 file exported to PDF

    I am using Acrobat 8 version 8.1.2, and InDesign version 5.0.2.
    I am noticing a very specific problem when exporting some files to PDF from InDesign.
    We often have a format where we have a numbered list of right-aligned number, followed by some text, a leader line, and then another number at the end of the line. This is set up with a left indent and a first line left indent (rather than using the numbered list options, we are required to do it this way where I work), and then the necessary tabs later in the lines.
    I am finding since we switched to IDCS3, that when I export to PDF, lines containing this format change in the PDF. The text that appears after the number in the front of the line is pushed over on top of the leader line, leaving a huge white space. On rarer occasions, it will move things in lines that have no indents, but contain tabs that aren't being used.
    I have been able to get the files to export correctly by removing the left indent and first-line left indent and using tabs instead (or by removing unused tabs). But we have hundreds of files set up in this manner so going in and changing how they are all set up is problematic to say the least. Many of these are also multi-line and not using the indents means we have to manually tab lines over.
    Is this a known issue? Does anyone know why this might happen and how I can prevent it?
    I tried posting in the Acrobat forums and it was suggested since it's an export issue that I might get more help from the InDesign folks.

    Given that the file is being exported to PDF and not going via a driver route, there really is no reason why changing the default printer should make a difference whatsoever in this particular case. Changing default drivers in Microsoft Office applications, yes, but for this situation, no. And since Acrobat doesn't change formatting, the issue sounds like some problem associated with InDesign. Please report this problem directly to Adobe Tech Support and be prepared to send them sample files. Thanks!
    - Dov

  • Multiple users signing the pdf form

    I have date fields in the pdf form in which the signed date is inserted when each user signs the form. Although the Digital Signature property in pdf provides date property on the signature image. But we have a business requirement to show date field separately on pdf form. Suppose User1 signs the application and the date is inserted in its corresponding date field. But when User2 signs the application and the date is inserted the signatures of User1 gets invalidated.
    Is there any way by which pdf field can be made editable even after one user signs the application?

    PDF supports multiple signatures on a single form or document.  When using a form, you can use field collections to associate specific fields to a certain signature and lock those fields after signing, while leaving other fields accessible.  There are many posts throughout this forum that discusss this functionality, here is one...  http://forums.adobe.com/thread/769340
    As for signature status, applying a second signature (or more) after a form or document has been signed will NOT invalidate the original signature, however it will change the status of the original signature to something like "Valid with signed changes".  Each subsequent signature will change the status of the previous signature, but this is not the same as invalidating a signature.
    This behaviour is by design as a signature applied to a PDF signs the entire byte range of the PDF, not just a portion of it.
    Regards
    Steve

  • Problems when i copy text from Pdf and paste on Word

    In Pdf documente the text is in perfect conditions, but, when i copy the text and paste in WORD document the character change into random crazy character like: "()*"*&!(!*"(!"(!)"( )*"()!*("!&("@*")(!*@"!*@(
    how i fix this??

    I have the same problem when copying the PDF into a Word file. I tried Save as RTF doc. and it is still just symbols.
    It could be a font problem, because it has some weird Gill Sans and Futura fonts. I am sending a picture as an example.
    The option of exporting as Tiff and then applying OCR is interesting but still is kind of slow when i have a 100 pages document. If the fonts is the problem is there any way i could select the whole text and apply it a known font like Arial?
    Thanks for any info!
    Cheers,
    Sebastian

  • CS 3 InDesign Crashes when trying to Export To PDF

    Our File Problem
    Dell Microsoft XP service pack 2
    Mac Intel Duo, Tiger
    CS3 Fully Updated as of 3/17/08
    CS2 Fully Updated as of 3/20/08
    The problem first arose back when we upgraded to CS3, we found that files inside our document were crashing InDesign CS3 when we went to print or export the document as a pdf, the file originally made an interchange file which we could work with in CS2 so we went back and avoided CS3 until the catalog was finished.
    The problem arose again after we started using CS3 again, but not right away. Many documents have been built and exported and printed with no problem. I was able to find and fix the problem through a piece by piece removal process of elimination. I isolated the problem link, opened it in photoshop, made a new psd file and saved the new file with a different name. Problem solved.
    The problem became more complicated recently when I created a document, filled it with links, exported the file, changed nothing but copy in the document went to export and the document crashed InDesign. I then started the process of elimination and found that the problem link was different every time, and when placed into another fresh document would export just fine. All of the links were re-created in photoshop and used to create another document. The document was re created on other machines, everything went well until drop shadows were added into the document, then it crashed InDesign and could not be exported to PDF. We then took the same document, with the drop shadows, exported it in Interchange to CS2 and the document exported just fine to PDF.
    As a test on the drop shadow issue, we took a number of different files and tested these in CS2 and CS3 with and without drop shadows. Every file we tried in CS2 worked fine with and without a drop shadow. However ,we experienced a number of crashed of InDesign with the drop shadows on these files in CS3. It seems to be just a portion of images, of a certain type of product we carry, but other than that there is no consistency to what is causing the crash. We also tested other effects and had the same results with InDesign CS3 crashing.
    The other issue we see with this is that before the 1st of the year, we were able to export the same images in InDesign with the drop shadows and other effects. It seems that since the first of the year, the same images are not longer able to export from CS3 to a PDF. A couple of the possible thoughts we had were that there was an issue with recent updates in CS3, to test this we are going to uninstall CS3 and reinstall without running updates. We also are going to try to recreate the files that crashed InDesign and see if they can crash again on export.
    Has anybody else experienced any similar issues? Does anybody know of a way to identify the problem in CS3 or with our files other than through trial and error? This is a major issue and problem for us since we are primarily a catalog based business and cannot have out catalog crash unexpectedly when we spend months working on it.
    This problem is also not operating system specific, it is happening on both machines listed above

    Dean,
    We found that the issue is a bug in the program, and this was the response i Got from an Adobe guy:
    Initial Response:
    Thank you very much. Weve been able to reproduce the crash. It appears the underlying bug is triggered by having tall narrow PSD images and transparency effects (i.e. drop shadow). Well be working to further understand the root cause, and then working on a fix for a future release/update.
    In the interim the best workaround I can come up with is to rotate the canvas in Photoshop 90 degrees so the image is short and wide, and then rotate it -90 degrees in InDesign after placing so you get the vertical orientation you want. The bug is triggered when processing the data as saved by Photoshop, so avoiding the tall and narrow psd should avoid the bug.
    Im sorry to not have an easier workaround or immediate fix. Please let me know if you encounter any new crashes. Ill let you know if our further investigation changes our understanding of the root cause of the bug.
    Second response:
    Well, I have a bit more info. Switching from a tall narrow image size to a short and wide one should avoid the crash for any specific image that crashed when tall and narrow, but unfortunately the root cause of the bug is in code that could potentially be triggered by any image. It appears to be exceptionally rare for other image proportions, but it is still theoretically possible. It just turns out its much more likely for a tall narrow CMYK+Alpha image.
    So, as it stands I dont have a 100% guaranteed way to avoid this crash, but it should be much less common for short and wide images. If you do encounter the crash, switching the orientation should avoid the crash. Hopefully the orientation workaround will allow you to be productive with InDesign until a future release contains the fix.
    Hope that helps

  • Strange color change in graphic when ID file exported to pdf  ID CS3

    I open a pdf of some special graphic or scientific equation in Photoshop, put it into grayscale, discard layers, and save as a Tiff. I then import it into a two-color InDesign document. With the selection tool, I choose a swatch of one of the two colors in the document at 10% tint, to be a background color (where there is no content in the Tiff). With the direct selection tool I then choose from the swatches the other color of the two-color document for the actual content of the graphic (text, drawing, etc.). On-screen this looks exactly as it should. However, when I export the InDesign file as a pdf, the color of the background of the graphic is a 10% tint of the second color, not the first color. I have tried redoing the graphic in Photoshop in different ways, but no matter what I do the export to pdf from InDesign changes the color of the background of the graphic to the other color. How can I fix this problem? I am on a new MacBook, 2.4 GHz Intel core 2 Duo; 4 GB 1067 MHz DDR3 memory; OSX 10.5.6.

    mrgoodguy_in wrote:
    I previously posted this issue in InDesign forum, where I was said that it seems to be Acrobat issue. Therefore I am posting here.
    Thanks in advance
    Well this is the Reader forum. You cannot check colors using Reader. Are you using Acrobat? If so, you will want to ask in the Acrobat forum for your OS. Good luck.

  • Problems with bleed and exporting to PDF.

    Hi,
    I am having a slight problem exporting a file to pdf in Indesign CS3.
    I have my documents set up with a 3mm bleed and I have made sure that the images and work extend passed the bleed marks as they should. The problem is that when I export to pdf, the pdf file appears to have cropped the work exactly on the bleed line leaving nothing extending passed the bleed. The 3mm bleed area is still there but nothing is extending into it which is kind of pointless. I don't know whether there is a setting I am missing or something like that but any help on this matter would be greatly appreciated.
    Cheers

    "It appears to crop it exactly on the bleed line."
    for the record, isn't that what it's supposed to do?
    Your bleed line is 3mm outside the trim. Anything you bleed will be contained in that 3mm band. If you hang any more than 3mm off the edge, only the 3mm in the bleed band will show on the PDF.
    k

  • Crystal report align problem when printing or converting to PDF

    hi
    Im using Crystal report in asp.net 2.0.. I draw line to design my invoice report on viewing that in aspx page it looks perfect and fine..
    If i need to export my report to PDF. In Crystal Report Viewer the Alignment are perfect.. But when i export into PDF the Alignment changed entirely..
    what to do..
    thanks

    Let's start with :
    1) version of CR
    2) And CR Service packs or fixes applied?
    3) Version of .NET
    4) Do you see the issue in both the CR Designer and at runtime?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • What happens when multiple users access the same servlet?

    Do the users share all the same resources? Or is a new process generated for each user? I have a servlet that builds a string to return to the user and I only have myself to test, so I can't really see what happens when many users access the servlet. Is there a possibility that the string will get screwed up, like when dealing with multiple threads, or do all the users get their own resources and I don't have to worry about that?

    huh? if you can point a test servlet at it, you can point a browser at it (even if the servlet does not serve html it will run)
    try pasting the servlet URL into a web browser
    refreshing multiple browsers repeatedly could provide a manual test

Maybe you are looking for

  • Yoga 2 Pro BIOS UI corrupted after clean install Win 8.1 Pro

    Hi all. First of all sorry for my bad English. And here is my problem: I just bought a new laptop "Yoga 2 Pro". Because I have a legal copy of Windows 8.1 Pro I decided to reinstall the system. Before re installing BIOS UI looked normal but after re

  • Oracle Application Server 10g R3 with patch set 10.1.3.5.0

    Hi All, Can anyone help me on this, When I install Oracle Application Server 10g Release 3 (10.1.3.1.0) and patch set 10.1.3.5.0 on Linux. I am not able to find forms and reports container. This version doesn't support forms and reports or I have go

  • Oracle Intelligent Agent Not Responding

    I have installed Oracle 8.0.5.1 on RedHat Linux 6.0. I have everything running (thanks to the howto at fortwayne.com). When I try to discover the Oracle8 instance running on my linux box from an NT workstation running Oracle Enterprise Manager (OEM),

  • Photoshop CC 2014 crashing on Quit (OS X 10.9.3)

    Hi there. I just updated my entire CC suite yesterday to CC 2014. All the new apps works fine, but my brand new Photoshop CC 2014 crashes EVERYTIME when I quit it. This is my crash report. Can you guys explain me what is going on and what can I do to

  • SQL query runs too many times in SQL server Profiler

    Hi Experts I have designed a report using SQL database.Report is based on Add Command Object, View and Table.Which are link and gives desired output. However it takes long time. In the SQL Sever profiler it shows that query is executing too many time