DRM Export Duplicates Issue

Dear All,
i'm facing some issue in performing a hierarchy export from Drm. (Version 11.1.2.1)
Basically i need to export my hierarchy into a Database table, by using the "Remove Duplicates Based on Key" function, but it looks like the export is not working as it's not removing any duplicated row.
I'm using the "Node Id" as unique key, and i have set it as primary key into the "Column Options" tab.
I tested the same behavior, by using the client file option as target, and it's working fine.
Thanks in advance for your help.

It's a bug in that version, it's fixed with the new release as per Oracle ( I still have to test it:-))
Please go through Release 11.1.2.3.000 documentation,
14580505 -- The Remove Duplicates Based on Key option does not work when exporting a
hierarchy to a database.
-Murali

Similar Messages

  • DRM Export creation issue

    Hi all, I'm facing issue with POC at the customer site.
    I cannot create any type of export.
    DRM 11.1.2.1.000 has been installed on Win 2008 server 64 bit machine - polish locale.
    I applied straight away after installtion 105 patch. Repositor has been created. We needed later to change server locale to english US.
    I imported customer's hierarchies fine and when I tried to create any type of export I'm getting following message:
    There was an error proressing your request
    The server returned an error: The added or subtracted value results in an un-representable DateTime. Parameter name: value
    I tried to google the issue - not successful - only one thread on OTN but not with resolution.
    I applied 106 patchset and still getting the same issue.
    Other things work slick in DRM in range I needed so far.
    Could you please forward to somebody that faced that issue if you're not familiar with
    Edited by: jastrzab on 2012-05-30 09:01

    Hi,
    We encountered the same problem running DRM exports in Ireland.
    Subsequently discovered the following SR opened by Oracle :
    SR: 3-5740964101 opened for the issue are having with running exports from DRM.
    Problem Description: Trying to run or save an export in DRM gives the following error message:
    +"The added or subtracted value results in an unrepresentable DateTime. Paramater name: value"+
    This error only occurs for non-US (in Ireland) where the DRM instance is hosted in the US; this error does not occur for US based users.
    We resolved this by installing patch Hyperion Data Relationship Management 11.1.2.1.107 Patch Set Update

  • KIMYONG : basic  Export / Attachment issues  가이드

    Purpose
    ======
    이 문서는 Support Analayst / DBA에게 Export /Attachments issues 발생시
    조치할수 있는 기본적인 Troubleshooting Guide를 소개하고자 합니다.
    Explanations
    ======
    Export Analysis
    Turn on export debug,
    Go to Help -> Diagnostics -> Examine
    Set Block = GLOBAL
    Set Field = FND_EXPORT_DEBUG
    Set Value = TRUE
    Then export and observe the messages that are generated during the export process
    Important Parameters.
    set serveroutput on
    declare
    plsql_agent varchar2(200);
    web_server varchar2(200);
    dad varchar2(200);
    gfm_agent varchar2(200);
    protocol varchar2(200);
    database_id varchar2(200);
    jsp_agent varchar2(200);
    check_enabled varchar2(200) ;
    begin
    plsql_agent := fnd_web_config.plsql_agent ;
    dbms_output.put_line('PL SQL Agent ->'||plsql_agent);
    web_server :=fnd_web_config.web_server ;
    dbms_output.put_line('Web Server ->'||web_server);
    dad := fnd_web_config.dad ;
    dbms_output.put_line('DAD ->'||dad);
    gfm_agent := fnd_web_config.gfm_agent ;
    dbms_output.put_line('GFM Agent ->'||gfm_agent);
    protocol := fnd_web_config.protocol ;
    dbms_output.put_line('Protocol ->'||protocol);
    database_id := fnd_web_config.database_id ;
    dbms_output.put_line('Database Id ->'||database_id);
    jsp_agent := fnd_web_config.jsp_agent ;
    dbms_output.put_line('JSP Agent ->'||jsp_agent);
    check_enabled := fnd_web_config.check_enabled('FND_GFM.GET') ;
    dbms_output.put_line('FND_GFM.GET ->'||check_enabled);
    end ;
    Examining SQL Trace for the sequence of events that happen in the Export process
    SQL >alter session set events '10046 trace name context forever, level 12';
    Then run the following block of pl/sql code
    set serveroutput on
    declare
    db_file number;
    mime_type varchar2(255) :='text/plain' ;
    out_string varchar2(32767) :='Just some plain text that is stored' ;
    web_server_prefix varchar2(500);
    url varchar2(500);
    begin
    db_file :=fnd_gfm.file_create(content_type =>mime_type,program_name=>'export');
    fnd_gfm.file_write_line(db_file,out_string);
    db_file :=fnd_gfm.file_close(db_file);
    url:=fnd_gfm.construct_download_url(fnd_web_config.gfm_agent,db_file,TRUE);
    dbms_output.put_line(url);
    end;
    Exit the sql plus session and study the sql trace file as being there in USER_DUMP_DEST
    $ ls -lrt
    Refer to Note # 282806.1 Performance Tuning Approach for Oracle(8.1.6 - 9.2.0.5) on
    UNIX for more information on how to obtain sql tracing .
    Example of download URL :-
    http://finance.sriratu:8001/pls/SR/fndgfm/fnd_gfm.get/776537528/202595/fnd_gfm.tsv
    http://aoltest2.idc.oracle.com:8000/pls/VIS/fndgfm/fnd_gfm.get/820067633/298941/Screen_shots.doc
    Example of Upload Attachment URL:
    http://aoltest2.idc.oracle.com:8000/pls/VIS/OracleSSWA.Execute?
    E=%7B!2DAF44968EBBEC83211B5D5F27F58334FBFB2B90E38AD205&P=%7B!BEFD8114A932C86A1548EC73FFCF6EADB4F7826B217EDCE92719B62BDA9FF0AF193DC7BC64A2C60AFC5123B50C8C78F9E6807695ED9A7FE7AE87F8E49E80807223756706B3FC777F645FA5A07C7A467B
    http://aoltest2.idc.oracle.com:8000/pls/VIS/OracleSSWA.Execute?
    E=%7B!2DAF44968EBBEC83211B5D5F27F58334FBFB2B90E38AD205&P=%7B!BEFD8114A932C86A5525987DB9C8D9785657497306AAE1FD25D1CC352ADF38DFD69C21355096CBC38D285B083D24F261701F5F278E199044D603A5A8B1D588292099782AC4AF3D97E23B95936809D280
    To check the row being created in the table FND_LOBS during Export or Attachment
    SQL>create table fnd_lobs_bak as
    select file_id,file_name from fnd_lobs ;
    SQL>select * from fnd_lobs
    where file_id not in
    (select file_id from fnd_lobs_bak );
    SQL>select * from fnd_lobs
    where to_char(upload_date,'DD/MM/YYYY')=to_char(sysdate,'DD/MM/YYYY')
    Analysis on an Attachment
    Help -> Diagnostics -> Examine
    Block : DOCUMENT_HEADER
    Field : ATTACHED_DOCUMENT_ID
    Note down <Value>
    SQL>select document_id
    from fnd_attached_documents
    where attached_document_id=<Value>;
    SQL>select media_id
    from fnd_documents_tl
    where document_id=<document_id>;
    SQL>select *
    from fnd_lobs
    where file_id=<media_id>;
    SQL>select *
    from fnd_documents_short_text
    where media_id=<media_id>;
    from fnd_documents_long_text
    where media_id=<media_id>;
    SQL>select *
    from fnd_documents_long_raw
    where media_id=<media_id>;
    FND_LOBS stores information about all LOBs managed by the Generic File Manager (GFM).
    Each row includes the file identifier, name, content-type, and actual data. Each row also
    includes the dates the file was uploaded and will expire, the associated program name and
    tag, and the language and Oracle characterset.
    The file data, which is a binary LOB, is stored exactly as it is uploaded from a client browser,
    which means that no translation work is required during a download to make it HTTP compliant.
    Therefore uploads from non-browser sources will have to prepare the contents
    appropriately (for instance, separating lines with CRLF).
    The program_name and program_tag may be used by clients of the GFM for any purpose,
    such as striping, partitioning, or purging the table if the program is de-installed.
    They are otherwise strictly informative.
    These columns and the expiration date are properly set when the
    procedure FND_GFM.CONFIRM_UPLOAD is called. If not called, the column
    expiration_date remains set, and will eventually be purged by the procedure
    FND_GFM.PURGE_EXPIRED.
    FND_DOCUMENTS_LONG_RAW stores images and OLE
    Objects, such as Word Documents and Excel
    spreadsheets, in the database. If the user elects
    to link an OLE Object to the document, this table
    stores the information necessary for Oracle Forms
    to activate the OLE server, and it saves a
    bit-mapped image of the OLE server's contents.
    If the user does not elect to link an OLE Object,
    the entire document will be stored in this table.
    FND_DOCUMENTS_LONG_TEXT stores information about
    long text documents.
    FND_DOCUMENTS_SHORT_TEXT stores information about
    short text documents.
    To know which Forms provide Attachment feature
    SQL>select *
    from fnd_attachment_functions
    where function_name like '%FND_%';
    Examining FND_LOBS tablespace
    SQL>select tablespace_name
    from dba_tables
    where table_name='FND_LOBS';
    SQL>select *
    from fnd_profile_options_tl
    where profile_option_name='FND_EXPORT_MIME_TYPE';
    SQL>select a.tablespace_name TABLESPACE_NAME , a.bytes TOTAL_BYTES,
    sum(b.bytes) FREE_BYTES , count(*) EXTENTS
    from dba_data_files a, dba_free_space b
    where a.file_id = b.file_id AND A.TABLESPACE_NAME=<TABLESPACE_NAME>
    group by a.tablespace_name, a.bytes
    order by a.tablespace_name ;
    Examing Profile Option value
    SQL>select *
    from fnd_profile_options_tl
    where profile_option_name='FND_EXPORT_MIME_TYPE' ;
    SQL>select b.profile_option_name,level_id,profile_option_value
    from fnd_profile_option_values a, fnd_profile_options b
    where a.application_id=b.application_id
    and a.profile_option_id=b.profile_option_id
    and b.profile_option_name in ('FND_EXPORT_MIME_TYPE') ;
    Procedure FND_GFM.GET ANALYSIS
    http://aoltest2.idc.oracle.com:8000/pls/VIS/fndgfm/fnd_gfm.get/560074272/298951/fnd_gfm.doc
    access
    SQL>select substr('/560074272/298951/fnd_gfm.doc',instr('/560074272/298951/fnd_gfm.doc','/',1)+1,instr('/560074272/298951/fnd_gfm.doc','/',2)-2) access from dual ;
    560074272
    file_id
    SQL>select substr('/560074272/298951/fnd_gfm.doc',instr('/560074272/298951/fnd_gfm.doc','/',2)+1,(instr('/560074272/298951/fnd_gfm.doc','/',-1)-instr('/560074272/298951/fnd_gfm.doc','/',2)-1)) from dual ;
    298951
    Profile Options being referenced in the package FND_GFM
    FND_EXPORT_MIME_TYPE
    FND_NATIVE_CLIENT_ENCODING
    Lookup Type Being used in the package FND_GFM
    SQL>select tag,lookup_code,meaning
    from fnd_lookup_values_vl
    where lookup_type='FND_ISO_CHARACTER_SET_MAP';
    Reference
    ========
    Note 338651.1

  • Calling stored procedure from DRM export

    Hi All,
    I am new to drm .I have a question.Is it possible to run stored procedure automatically when drm export ran.
    I Have a DRM HUb where i am actually downloading all the tables.I have a requirement to run stored procedure when drm exports ran.
    Is it Possible?

    Hi,
    I have these exports from drm.Do we have batch commands in DRM
    When these DRM exports ran, Is there a way that i can trigger my stored procedure

  • Export license issue-URGENT

    We need to cancel Outbound Delivery 1234566 due to a GTS Export License issue.
    This delivery was created before the GTS license was complete.
    This delivery is for a Military Sales Order 123456 to ABCD for Thales shipped from XYZ
    2 Proforma Invoices were created, 123456on 9/18 and 9301154276 and 9/24. 
    GTS License 100000000000000011 was updated on 9/24.  However, the delivery needs to be canceled in order for GTS to assign a Proforma to a license.
    The accounting document, F2 Invoice 123456 has been issued but not cleared.
    Thanks
    Sitanshu

    Use Transaction code /SAPSLL/CL_CP_CUS_EX to display the custom declaration in Customs management. Select the dcoument in change mode. In the menu path, there is an option for 'Cancel' or 'Request Cancellation'. Request cancellation option is used when the declaration has been sent out to authorities for permission and in the meatime, the user decided to cancel..
    For assigning the license, use transaction /SAPSLL/LCD_CHANGE in License determination of Compliance..

  • Repair Status:  Could not duplicate issue??

    Step 2 Service          January 11, 2013:  Could not duplicate issue                      
    Step 3 Return January 11, 2013:  Original product shipped 
    I read online that someone called apple(similar service) and they were sending a replacement but his said original as well. So is my ipod touch 5g going to be fixed or not? I couldn't listen to headphones because the jack broke. How hard is it for them to test putting some earpods in??

    No one here can know what you tried when you don't say. Experience has shown that many people can overlook what we might think to be obvious troubleshooting steps, so many of us offer any suggestion we think might help when it's not mentioned explictly by the questioner as having been tried.
    There is therefore no reason for you to be rude to lllaass, you not having said anything about what you had tried. S/he has done his/her best to try and be of help. No one here gets paid to help you, so it pays to be polite if you have any hope of getting help in the future.
    Regards.

  • DRM Export to Database Table Error

    Hi,
    We were testing the DRM export functionality with target as a database table.
    The connection was extablished successfully and few tables were selected.
    Account hierarchy's parent and child were mapped with the parent and child columns of the table.
    On running the export the following error came:
    "1: Error during Export. Export was unable to run. Error: Invalid parameter binding Parameter name: P6"
    If anyone has worked with this functionality before or understands this error, please let us know.
    Any help would be appreciated.
    thanks,
    Mayank

    Make sure the Datatype you have specified mataches with that of the table,
    Thanks!

  • Export complete user information as shown in EAS console - Duplicate issue

    I required user information in the same format as it shows in EAS console like 'username' , 'user type' , 'Application Access' etc
    Can anyone let me kow how I can achieve this requirment ??
    Thanks in advance..
    Regards
    Vishal
    Edited by: VishalS on Mar 6, 2010 5:42 PM

    CL,
    Below is the output which I am getting on using Display users.
    MAXL> Display user all;
    user description logged in password_reset_days enabled change_password type protocol conn param application_access_
    Admin FALSE 0 TRUE FALSE 0 3
    Admin_Analyzer ¸Þ FALSE 0 TRUE FALSE 0 1
    admin_batch üâ FALSE 0 TRUE FALSE 0 1
    admin_hrw üâ FALSE 0 TRUE FALSE 0 3
    AFUAXS1 FALSE 0 TRUE FALSE 0 1
    AFUBRK1 üâ? FALSE 0 TRUE FALSE 0 3
    Kindly provide me the script that you have written for the same as you have mentioned in your reply ??
    Regards
    Vishal

  • Export import issue from higher version to lower version

    Hi,
    I have an export dump file which was taken from 11g database(11.2.0.2.0) and trying to import into lower version of the database 9i(9.2.0.6.0), unable to complete the process.
    Two ways i have found and tested in my test db
    1)TNS entry of 9i database has been put into 11g database
    a)Export dump was successfuly taken from 11g db
    b)Getting below error,while import into 9i database
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 33:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignoredIMP-00000: Import terminated unsuccessfully
    2)TNS entry of 11g database put into 9i database version.
    a)During export (trying to take exp dump from 11g db in 9i exp utility),getting below error
    EXP-00008: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Kindly advice me to overcome from this issue.
    Regards,
    Faiz

    mafaiz wrote:
    Hi,
    I have an export dump file which was taken from 11g database(11.2.0.2.0) and trying to import into lower version of the database 9i(9.2.0.6.0), unable to complete the process.
    Two ways i have found and tested in my test db
    1)TNS entry of 9i database has been put into 11g database
    a)Export dump was successfuly taken from 11g db
    b)Getting below error,while import into 9i database
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 33:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignoredIMP-00000: Import terminated unsuccessfully
    2)TNS entry of 11g database put into 9i database version.
    a)During export (trying to take exp dump from 11g db in 9i exp utility),getting below error
    EXP-00008: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Kindly advice me to overcome from this issue.This has nothing to do with APEX. Post on the {forum:id=61} forum.

  • [Suggestion/Issue] GPO "Start Menu Layout" / PS Export-StartLayout Issue

    To start off with, I have already submitted this to Windows via the Windows Feedback option provided in the client version of Tech Preview.  I have decided to post this on here anyways as this might yield a suggested fix from someone else in the Microsoft
    Community.  I also was unsure if this was a Windows 10 Tech Preview issue (Export-StartLayout is done on the client), or a Server Tech Preview issue as I'm using GPO's.
    When using Export-StartLayout after adding "Network and Sharing Center" and "Devices and Printers" to the start menu, it exports these two tiles with different AppID #'s depending on which user account I'm exporting from.  As a result
    of this, when using the GPO "Start Menu Layout", users do not get the two tiles in question setup, and also locks down the Start Menu so they can't add it.  The lockdown of the Start Menu is by design, however the loss of the tiles presents
    an issue.
    It would be helpfull if they were assigned set AppID's so they can be easily mapped to the Start Menu via the GPO. 

    Hi,
    >> I also was unsure if this was a Windows 10 Tech Preview issue (Export-StartLayout is done on the client), or a Server Tech Preview issue as I'm using GPO's.
    Based on my test, this is not a Windows 10 Tech Preview issue. This situation also happens to Windows 8.1. At this moment, I have to admit that there is no solution known to me for this situation, and thanks for sending a feedback about this
    situation to Microsoft.
    Best regards
    Frank Shen

  • Payment Process Profile Duplicate Issue

    I'm having an issue when creating templates and adding payment attributes. Two attributes of the same thing come up. I'm guessing this is a bug that we are missing the patch for but am not completely sure on this. I haven't been able to find any previous issues on MOB or the forums. Any help is greatly appreciated. If you want an imagine you can go here.... http://screencast.com/t/1Wldm6WtCe ... or I can attach a word document with screenshots if this would help (via email because I don't see how to do it here). Navigation is below and then information on database is below that.
    Navigation: Payables Manager > Payments > Entry > Payments Manager...............then...............
    Templates > Payment Attributes.
    Information on Oracle Database:
    Database Server
    RDBMS : 11.2.0.2.0
    Oracle Applications : 12.1.3
    System Date : 15-SEP-2011 15:47:54
    Forms Server
    Current Form
    Form Application : Application Object Library
    Form Name : FNDSCSGN
    Form Path : UNKNOWN
    Form Version : 12.0.15.12010000.10
    Form Last Modified : $Date: 2010/03/21 22:56 $
    Scheme Display Profiles
    Java Look and Feel : ORACLE
    Java Color Scheme :
    Color Scheme Indicator : GENERIC
    Indicator Colors : Y
    Forms
    APPSTAND : 12.0.6.12010000.6
    APXINWKB : 12.0.601.12010000.316
    FNDSCSGN : 12.0.15.12010000.10
    Form Menus
    FNDMENU : 12.0.2.12010000.6
    Forms PL/SQL
    APPCORE : 12.0.29.12010000.22
    APPFLDR : 12.0.6.12010000.2
    CUSTOM : 12.0.0
    FNDSQF : 12.0.3.12010000.8
    GHR : 12.0.46.12010000.32
    GLOBE : 12.0.76.12010000.6
    GMS : 12.0.51.12010000.11
    IGILUTIL2 : 12.0.32
    IGILUTIL : 12.0.3
    OPM : 12.0.7.12010000.2
    PQH_GEN : 12.0.7
    PSA : 12.0.17
    PSAC : 12.0.5
    PSB : 12.0.2
    VERT1 : 12.0.0
    VERT2 : 12.0.0
    VERT3 : 12.0.0
    VERT4 : 12.0.0
    VERT5 : 12.0.0
    VERT : 12.0.0

    Please see these docs.
    Duplicate Records: Receipts, Payments, Bank Accounts, Payment Methods, Transaction Codes, Payment Process Profile in Several Modules, Forms - Receipts and Summary, Payments, Bank Transaction Codes etc [ID 444297.1]
    R12: APXPAWKB Duplicate Payment Process Profile Appears in Lov of Payment Workbench [ID 759033.1]
    Payment Process Profile Shows Duplicate Enteries In List Of Values [ID 1243624.1]
    Payment Workbench Error: Payment Process Profile (PPP) Issues (APXPAWKB.FMB) [ID 1325938.1]
    Thanks,
    Hussein

  • IDcs3 export PDF issues when viewing in Preview

    I appear to be having issues when exporting PDFs from IDcs3. I have drop shadows on text and objects. When i export as a PDF and view it in 'Preview', I get a shadow that extends the area of the object. Drop shadows are not defined, they just have a block blur effect.
    The thing is when I transfer the file over to my MS machine, Acrobat displays the PDF perfectly. Is this a problem with Preview or is it something to do with the export PDF settings.
    Cheers

    Preview is not capable of handling the advance features of exported PDFs.
    Bob

  • InDesign PDF Export Color Issues

    So I've encountered a frustrating problem that I know others have experienced. It involves the PDF export from InDesign where the PDF color is not matching the document view. It's a critical issue regarding soft proofs for designs where color needs to match the desired result. I never had any issues before but now it's kicked in after upgrading to Mountain Lion and CS6.
    Let me preface a few things first...
    Yes, I've callibrated my monitor
    Yes, Creative Suite color settings are in sync.
    Yes, I've tried the changing transparency blend space... makes no difference.
    In my case I have an RGB TIFF placed which has dark midnight blue to light blue tones. When I do an export and it doesn't matter what PDF settings I use the color shifts making it more purplish bllue and the lighter blue tones go away.
    BUT, when I export a JPEG, the JPEG looks PERFECT, just like it should and matches the document view.
    So I figured the problem must've been solved with the new Acrobat XI... I download the trial and installed it. I created a new PDF and it comes up looking like it should. GREAT, except for the price to update to Acrobat Pro XI!
    THEN, some message comes up about trusted certificates?! I click ok... and the color on the PDF goes wrong again! What is the problem with this CRAP? HOW DO I FIX THIS GARBAGE? Is it fixable on the old version (Acrobat X)?
    I've worked in Adobe products for years but they are going backwards and becoming more problematic by the day. Not to mention it's ridiculous to have to pay $200 to get a new version of Acrobat Pro after recently buying CS6. This is an insult to long time professional customers, you should be providing this update FREE to makeup for your broken, out of sync with Apple CRAP.

    Well any local application change to the color settings is going to show up out of sync
    All syncing does is match the application's Working CMYK and RGB settings, but the only case where a Working profile color manages a document is when the doc has no profile assignment. So if I sync to North American General my Working CMYK space is US SWOP, but if I open a document with US Sheetfed assigned, US Sheetfed manages the preview not US SWOP.
    I'm not saying you aren't experiencing a bug, but you have to be sure of what profile assignments or simulation profiles are driving the preview and syncing doesn't do that. How you export (are  you including profiles?, making a conversion?), and what device you are simulating in both programs can make syncing meaningless for existing document's previews.
    I can't test X but with XI if you export a PDF/X-4 (where there's no conversion and all profiles are included), the  preview with Output Preview closed shows RGB objects unchanged—same as ID with Overprint/Sep Preview Off.
    When I open Output Preview the initial Simulation profile is the PDF/X-4 output intent which is the ID doc's assigned profile, in that case  RGB objects preview in the output intent's CMYK space—same as ID with Overprint on.

  • HELP!  Exporting pdf issues - no email links and gray boxes around text

    I'm a newbie to indesign, and trying to learn the program as I go.  I need to export my pdf for onscreen viewing.  When I "print" it works, but I get no email links, and those annoying white lines here and there.  I read that exporting would solve the email link issue, but it opened another can of worms for my project.  Now all my graphics have black or gray boxes across them, almost like censor boxes.  But my email links work. 
       Learning Adobe is like learning a new language, and I have far from mastered it.  So when I exported, I used the lowest resolution presets, assuming it knew what worked better than I did.  After dozens of unsuccessful exports, can someone please help??
         Also, I've been reading posts that say to convert all spots to color to resolve the white line issue.  But it's grayed out in the ink manager.  What is the secret to unlock it?
    Thank you!!

    Thank you for any and all help!
    I have CS5.5, running on windows 7.  It is up to date as of 1 month ago.  Here's a sample of my problem pages.  Also, a screen shot of what it should look like.  My guess is it has something to do with the transparencies, since it's 2+ layers of embossed objects.  If I export in Acrobat 4 (1.3) these boxes don't happen. But then I get the thin white lines across my graphics, and no email links.  As for spot colors, I confess complete ignorance on all color issues,  but  I'm trying to learn as I go.  How can I export this correctly?

  • Excel Export Formatting Issue

    HI,
    I am working with CR XI R2 and asp.net2.0.
    I am facing some formatting issue when the report is exported to excel.
    I have to maintain the same formatting as in the crystal report ,when the data is exported to excel.
    My report is a tabular report.I tried exporting the report from Crystal report designer.Not via web application.
    I have used the data only option.When i used the other option (Excel 97-2000(xls)) the text was getting rotated at 90 degree but other formatting was not exported correctly.So i found data only option was more appropriate in my case.
    I hope same things can be achieved by asp.net also one we get it in the designer.
    while exporting from the designer,the main issues i am facing are
        1) In the report some headings i have put at 90 degree rotation.
            When it gets exported to excel the headings are getting exported with 0 degree rotation.
    2) I have applied some back groud color for groupfooter and page header.
         This setting is also not getting exported .the report is getting exported with out any back ground color formatting
    Is there any way to attach the exported pdf and excel file ,so that the issue would be more clear for you all.
    Please let me know if you require more information.
    Regards,
    smitha
    Edited by: smitha thomas on Jul 3, 2009 6:12 AM
    Edited by: smitha thomas on Jul 3, 2009 7:43 AM

    Hi Smitha,
    Use the  other option of Microsoft Office Excel Workbook(*.xls) instead of (Excel 97-2000(xls))
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

Maybe you are looking for

  • Hiding a Portlet

    How do I Hide/Unhide a portlet dynamically through my JSP code.I have a requirement that i want to hide/unhide certain portlets according to certain events on my portal, i.e i Don't want all portlets to be visible all the time, but this should change

  • Wiki won't accept OD user logins after upgrading to server 3.1.1

    I have an OS X server 3.x running on OS X 10.9.3. I have several WiKi users, most are OpenDirectory (neiwork) users and one is a 'local' user. Prior to the weekend I was running Server 3.0.3 and all was good. Since uograding to Server 3.1.1 none of t

  • NAC guest server and pre-configured duration of accounts

    There seems to be a bug in the way the NAC guest server handles the pre-configured duration of guest accounts. I have followed the manual and I did: - Configured 3 durations (24h, 48h and 1 week) under the templates/accounts/accounts durations. - And

  • Possible fix for Word2004 "Date Modified" issue

    I'm not sure if anyone else is still dealing with this problem - we discussed it a year ago here: http://discussions.apple.com/thread.jspa?messageID=7610823 But just in case there's someone else out there with the problem - I think I've found a fix (

  • Ware house builder download

    hi where can i download warehouse builder 9.2.0.2.8.? thanks