Export package file donwload format changes ti .zip

Dear All,
Since last few days i am facing as issue regarding downloadinf export package file.
Earlier i used to download the same file as .epa only.
now evrytime i need to change file extension from .zip to .epa
Please help.
Thanks and Regards,
Atul

Hi Atul,
See http://forums.sdn.sap.com/thread.jspa?threadID=2109571
SAP will fix this some day, but that still might take some time to be released; anyhow, the thread presents a workaround so far.
Hope it helps
Detlev

Similar Messages

  • Problem exporting '.txt' file size 23 KB and '.zip' file size 4 MB

    I am using Apex 3.0 version screen to upload '.txt' file and '.zip' file containing images.
    I can successfully export '.txt' file and '.zip' file containing images as long as '.txt' file size is < 23 KB and '.zip' file size < 4 MB from database table 'TBL_upload_file' to the OS directory on the server.
    processing of Larger files (sizes 35 KB and 6 MB) produce following Error Message.
    ‘ORA-21560: argument 2 is null, invalid or out of range’ error.
    Here is my code:
    I am using following code to export Documents from database table 'TBL_upload_file' to the OS directory on the server.
    create or replace procedure "PROC_LOAD_FILES_TO_FLDR_BYTES"
    (pchr_text_file IN VARCHAR2,
    pchr_zip_file IN VARCHAR2)
    is
    lzipfile varchar(100);
    lzipname varchar(100);
    sseq varchar(1000);
    ldocname varchar(100);
    lfile varchar(100);
    -- loaddoc (p_file in number) as
    l_file UTL_FILE.FILE_TYPE;
    l_buffer RAW(32000);
    l_amount NUMBER := 32000;
    l_pos NUMBER := 1;
    l_blob BLOB;
    l_blob_len NUMBER;
    l_file_name varchar(200);
    l_doc_name varchar(200);
    a_file_name varchar (200);
    end_pos NUMBER;
    begin
    -- Get LOB locator
    SELECT blob_content,doc_name
    INTO l_blob,l_file_name
    FROM tbl_upload_file
    WHERE DOC_NAME = pchr_text_file;
    --get length of blob
    l_blob_len := DBMS_LOB.getlength(l_blob);
    -- save blob length to determine end position
    end_pos:= l_blob_len;
    -- Open the destination file.
    -- l_file := UTL_FILE.fopen('BLOBS','MyImage.gif','w', 32767);
    l_file := UTL_FILE.fopen('BLOBS',l_file_name,'WB', 32760); --use write byte option supported in 10G
    -- if small enough for a single write
    IF l_blob_len < 32760 THEN
    utl_file.put_raw(l_file,l_blob);
    utl_file.fflush(l_file);
    ELSE -- write in pieces
    -- Read chunks of the BLOB and write them to the file
    -- until complete.
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_file, l_buffer);
    utl_file.fflush(l_file); --flush pending data and write to the file
    -- set the start position for the next cut
    l_pos := l_pos + l_amount;
    -- set the end position if less than 32000 bytes, here end_pos captures length of the document
    end_pos := end_pos - l_amount;
    IF end_pos < 32000 THEN
    l_amount := end_pos;
    END IF;
    END LOOP;
    END IF;
    --- zip file
    -- Get LOB locator to locate zip file
    SELECT blob_content,doc_name
    INTO l_blob,l_doc_name
    FROM tbl_upload_file
    WHERE DOC_NAME = pchr_zip_file;
    l_blob_len := DBMS_LOB.getlength(l_blob);
    -- save blob length to determine end position
    end_pos:= l_blob_len;
    -- Open the destination file.
    -- l_file := UTL_FILE.fopen('BLOBS','MyImage.gif','w', 32767);
    l_file := UTL_FILE.fopen('BLOBS',l_doc_name,'WB', 32760); --use write byte option supported in 10G
    -- if small enough for a single write
    IF l_blob_len < 32760 THEN
    utl_file.put_raw(l_file,l_blob);
    utl_file.fflush(l_file); --flush out pending data to the file
    ELSE -- write in pieces
    -- Read chunks of the BLOB and write them to the file
    -- until complete.
    l_pos:=1;
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_file, l_buffer);
    UTL_FILE.fflush(l_file); --flush pending data and write to the file
    l_pos := l_pos + l_amount;
    -- set the end position if less than 32000 bytes, here end_pos contains length of the document
    end_pos := end_pos - l_amount;
    IF end_pos < 32000 THEN
    l_amount := end_pos;
    END IF;
    END LOOP;
    END IF;
    -- Close the file.
    IF UTL_FILE.is_open(l_file) THEN
    UTL_FILE.fclose(l_file);
    END IF;
    exception
    WHEN NO_DATA_FOUND THEN
    RAISE_APPLICATION_ERROR(-20214,'Screen fields cannot be blank, Proc_Load_Files_To_Fldr_BYTES.');
    WHEN TOO_MANY_ROWS THEN
    RAISE_APPLICATION_ERROR(-20215,'More than one record exist in the tbl_load_file table, Proc_Load_Files_To_Fldr_BYTES.');
    WHEN OTHERS THEN
    -- Close the file if something goes wrong.
    IF UTL_FILE.is_open(l_file) THEN
    UTL_FILE.fclose(l_file);
    END IF;
    RAISE_APPLICATION_ERROR(-20216,'Some other errors occurred, Proc_Load_Files_To_Fldr_BYTES.');
    end;
    I am new to the Oracle.
    Any help to modify this scipt and resolve this problem will be greatly appreciated.
    Thank you.

    Ask this question in the Apex forums. See Oracle Application Express (APEX)
    Regards Nigel

  • File containing format changes done to columns in OBIEE 10g

    Hi
    Please, let us know the file and its location in which the format changes done to columns are stored in OBIEE 10G.
    Thanks.

    Hi,
    the formatting options for columns are stored in xml file in web catalog. the location of xml files is OracleBIData/web/catalog/catalog_name/root/system/metadata
    assign points if found helpful.

  • PDF file attachment format change

    Hi Guru's,
    I'm facing a problem in pdf format when i convert the smartform into pdf format and then i'm attaching this to workitem when we see this pdf file in SAP inbox the date like . and , format are chaning but when we execute the smartform output is coming correct
    Format problem like value in smartform qty is 10.00 but in pdf file qty shows 10,00 similarly in smartform 1,000 but in pdf file shows 1.000.
    This type of mismatch is occuring to be please help me if you have any solution for this.
    Advance thanks

    Hi
    Go to SU3
    Parameter tab- write down SD_SWU_ACTIVE
    Parameter value - X
    Save
    now run Sales document type . you eill find attachment icon at very lefyt corner of Application bar.
    thanks
    and reward this answer

  • Every time I try to convert an MS Publisher document to a PDF file, the formatting changes.  Why?

    It moves lines down so that some are missing.  I try to adjust my Publisher document and sometimes it works but sometimes not.
    Why is this an issue and what can I do to correct it?
    Thanks!

    It has to do with the programming. The easiest workaround, if it is available to you, is to use Adobe Acrobat (not Reader), and you can change the position of the text.
    However, I found a few other workarounds, it seems that Acrobat is not good at recognizing all fonts, so if your using an outside font, you might want to consider checking the check box that says use local system fonts on your computer, or change the document to use a universal font, such as Arial.
    Hope it works.
    Alex

  • Urgent: Exporting to file RTP stream

    Hello,
    Can anyone send me JMF code that export to file media, video and audio, over RTP?
    I use AVReceive2 modified sample but I can only export au files
    Thanks

    If you change "FileTypeDescriptor.BASIC_AUDIO" in line:
    FileTypeDescriptor ftd = new FileTypeDescriptor(FileTypeDescriptor.BASIC_AUDIO);
    You can set different file format. I successfuly exported the receieving stream into MP3 file

  • Urgent Help !!!  Export data into insert format (Oracle Sql developer)

    Hi all,
    Please help , when i try to export ms access table which have 400,000 over rows to insert format using oracle sql developer 1.5.5. After the export have done the exported file xxx.sql is empty.
    Is it because of too many rows? or what tool or function should i use for exporting table with many rows.
    It used to have exported successfully with
    Insert into table( ) values ();
    Insert into table( ) values ();
    Insert into table( ) values ();
    Insert into table( ) values ();
    ----- when i try to export table with over 10,000 row.
    Regard,
    Tun

    Another option is to export your file as Formatted text (space delimited). This will create a fixed format file. You can either create an external table to access the file or use sqlloader to load it. In your control file or access parameters you will specify the positions of the fields you are interested in. Your control file will look something like this:
    OPTIONS (BINDSIZE=50000,ERRORS=50,ROWS=200,READSIZE=65536)
    LOAD DATA
    CHARACTERSET US7ASCII
    INFILE '/home/FIXED_FORMAT.dat' "FIX 58"
    CONCATENATE 1
    INTO TABLE "EMP2"
    APPEND
    REENABLE DISABLED_CONSTRAINTS
    "ID" POSITION(1:2) INTEGER(2) ,
    "REGION" POSITION(3:3) INTEGER EXTERNAL(1) ,
    "DEPT" POSITION(4:6) INTEGER EXTERNAL(3) ,
    "HIRE_DATE" POSITION(7:14) DATE(8) "mmddyyyy" ,
    "SALARY" POSITION(15:19) DECIMAL(9,2) ,
    "NAME" POSITION(20:34) CHAR(15)
    SQLDeveloper does not currently provide an option to import fixed format files.

  • 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

  • To change "package" file format to "flat" files for iDisk

    First, let me thank Yvan Koenig for providing a great script to convert "Word2Pages"...
    There is a problem at present discussed on the MobileMe forum page, with files not uploading to iDisk using Finder. One problem is that whereas "flat" files load, "package" files do not. (There is a choice in the Pages Preferences for these options.) This limitation also applies to emailling files.
    I used Yvan's "Word2Pages" batch conversion script for hundreds of files which saved me days of work. However, to load these onto my iDisk I need to convert them to "flat" files.
    Please can I humbly ask him to write a similar script for converting files from "package2flat". I am not so advanced as he in computer literacy and would surely appreciate his help.
    Message was edited by: putnik

    Yvan,
    Thank you finding a solution to the default setting. I wonder how many Pages 09 files have been produced as packages with umpteen subfolders for things that will never be used. No wonder my Finder kept on crashing when I tried to upload to my iDisk.
    I have written a bug report to Apple via Pages so hope they will change the default setting for "Copy Audio and Movies to the Document".
    I am puzzled about your Word2Pages script still producing "package" files even after making the changes to default values that you describe. Could it be that the code is calling up old default values from somewhere else. There seems to be a plist in the Application folder and another in the User library.
    Is this the relevant piece of code?
    on getPlistValue(valName, default)
    local thePlist, u
    set thePlist to (path to preferences folder as Unicode text) & "com.apple.iWork." & theApp & ".plist"
    tell application "System Events"
    if exists file thePlist then
    tell contents of property list file thePlist
    try
    set u to (value of property list item valName) (* Unicode Text *)
    on error (* Here if Numbers never saved with the new preferences file. *)
    set u to default
    end try
    end tell -- to contents of…
    else (*Here if there is no preferences file. *)
    set u to default
    end if
    end tell -- to system events
    return u
    end getPlistValue
    Well I am trying to learn Applescript but not finding it easy.
    Message was edited by: putnik

  • Exported media file size issues Sometimes one size, Sometimes another without making any changes in FCPX?

    Hi there
    I'm having some strange issues with files sizes from
    Share>Export Media
    I'm not changing anything about the video (just moving an audio track forwards and backwards ever so slightly to try and get it to the correct timing), nor am I changing anything about the way I export the video.
    I am always using the EXACT same settings
    Sometimes finder states my video is 1.15GB, sometimes its states its 3.8GB
    But then when I close Finder down and then go back into Finder again to find the file it states its gone from 1.15GB to 3.8GB
    I'm not sure if this is a error with my system or Final Cut Pro X?
    By the way I'm running 10.0.5
    Thanks

    Bob,
    Well, the issue has gone to press and I have upgraded to Snow Leopard and CS5. Initial tests show that the problem still exists, and that it is  related to the XML tags. The problem occurs both with legacy (CS4) documents and documents created from scratch in CS5. As I mentioned before, it only seems to happen when overrides are applied to paragraph styles.
    Here is a sidebar as exported from InDesign. Overrides were applied to the two headlines to modify color, point size and baseline shift:
    The file with XML tags, packaged and opened in InCopy CS5:
    The same file with XML tags removed, packaged and opened in InCopy:
    OK. Now is when things start to get really interesting.
    I thought perhaps that exporting the InDesign file as an IDML document, then reopening it, might perhaps fix the problem. But, no. In fact, when I reopened the IDML file in InDesign, the font styles were broken in _exactly_ the same places as they were in InCopy. Apparently, whatever problem InCopy is having with the XML tags is being duplicated by the IDML export. (Do these processes share the same file format?)
    For example, here is a title page from the magazine as a screen grab in InDesign. Overrides were applied to the top headline on a line-by-line basis:
    The same file, exported as an IDML file and reopened in InDesign:
    As with InCopy, when the XML tags are removed, the IDML file reopens in InDesign just fine. Unfortunately, removing the XML tags is not a option. We need them to repurpose the content after it goes to press.
    This is a real bug, and for us it's a serious one. I'm surprised it hasn't come up before. Is there any way to draw this to Adobe's attention? I'd be more than happy to share any of these files if that would help.
    Steve

  • How to change the default structure when exporting data in CSV format?

    Hello,
    can some one tell us how to change the default structure in CRM when exporting lists in CSV format (with Option "Always use unformatted list format (CSV) for download" ? Because we want to add a new structure for our own -is it possible ?
    If it is possible where can we find these structure ? In the blueprint customizing ?
    Thank you very much,
    Christian

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

  • Format changing when exporting from InDesign 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), 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.
    Is this a known issue? Does anyone know why this might happen and how I can prevent it?

    I haven't tried printing to PDF. I will try that and see what happens. Unfortunetly, where I work we are required to export to PDF rather than print to PDF, so if it works it will only be a clue for me rather than a solution.
    Thanks for the reply. I'll try a cross post to the InDesign forms.

  • Need help exporting large file to bitmap format

    I have a large file that I need to export to a bitmap format and I am experiencing unknown "IMer" errors, memory and file size limitations.
    The file contains only one artboard of size around 8000 pixels by 6000 pixels. I can successfully export as a png at 72dpi giving me a 100% image of my AI file. However I need to export an image at 200% of the AI file. If I export as a png at 144dpi to achieve this I get the following error(s)
    "The operation cannot complete because of an unknown error (IMer)" or "Could not complete this operation. The rasterised image exceeded the maximum bounds for savung to the png format"
    I have tried exporting as tiff, bmp and jpeg but all give "not enough memory"  or "dimensions out of range" errors.
    Does anyone know the limitations with AI for saving large files to bitmap format?
    Does anyone have a workaround I could try?

    You could try printing to Adobe Postscript files.
    This will actually save a .ps file and you can scale it to 200% when doing so. You'll need to "print" for every image change.
    Then open a Photoshop document at your final size (16000x12000 pixels) and place or drag the .ps files into the Photoshop document.
    I just tested this and it seems to work fine here. But, of course, I don't have your art, so complexity of objects might factor in and I'm not seeing that here.
    And you are aware that Photoshop won't allow you to save a png at those dimension either, right? The image is too large for PNG. Perhaps you could explain why you specifically need a png that large???

  • Please help -  How to export HTML file into MS word format

    How to export HTML file into MS word file without any change
    in design format?
    As I have been trying to do that but problem is coming in
    formating. Table's witdth and height get disturbed in MS word when
    I import the html file.
    What I do after creating HTML in dreamweaver I save that file
    into .txt format in dreamweaver. and then import it in MS Word. And
    I tried too much for it but invain.
    Please help me in finding the way of solution.
    Please help me as my job is in trouble. It's very urgent
    pleeease help me. I'll be thankful to you.

    Just open the HTML file in Word.
    Walt
    "apollo321" <[email protected]> wrote in
    message
    news:gavbhd$6j4$[email protected]..
    > How to export HTML file into MS word file without any
    change in design
    > format?
    >
    > As I have been trying to do that but problem is coming
    in formating.
    > Table's
    > witdth and height get disturbed in MS word when I import
    the html file.
    >
    > What I do after creating HTML in dreamweaver I save that
    file into .txt
    > format
    > in dreamweaver. and then import it in MS Word. And I
    tried too much for it
    > but
    > invain.
    >
    > Please help me in finding the way of solution.
    >
    > Please help me as my job is in trouble. It's very urgent
    pleeease help me.
    > I'll be thankful to you.
    >

  • Export window format changed, don't know why

    You know aperture is a love/hate relationship. What do I love? I became an advanced user fast, it's intuitive, but the bugs are just maddening and apple has never responded even once to my countless bug and crash reports. Apple has strayed so far from computing as it's central focus... the impression I get is they just don't care about my bug problems or if I stay an apple customer after owning that little baby Duo laptop, PowerPC, ibook and now MacBook Pro. I think that's sad. Just keep pushing the phones and ipods- Steve, and don't worry about me. I'll eventually just go away. That said, the format of the export window changed to first line: export preset, 2nd line: Subfolder Format, 3rd: "Grayed out" customer subfolder name, 4th: Name Format, 5th: Custom Name, 6th: File Name Example. To my knowledge, this new export window format changed without any action on my part. I don't like it because I can no longer just export it to the desk top without it being automatically put in a folder. The old export window format just had an option for tiff, jpg, psd and a name to type in and where it was heading. How do you get back this old export window format? This is baffling like the disappearing library in the trial version every time you shut down and restarted.

    Addressing your final remarks, I don’t see any problem. First: have your current Preset -> Image Export set to what you want in terms of JPEG or PSD etc. Second select the image(s) you want to Export. Select something like File -> Export -> Versions (or whatever you want). The Export panel defaults to the Desktop, and the images will be placed there - no folder is required.
    Maybe I’ve missed your point, but I don’t see any problem.

Maybe you are looking for

  • Safari does not play movie stream

    Does anyone have any idea why Safari does not play the movies on the web page http://www.3sat.de/delta/ You can find them under "Web-TV" (you have to click a little bit until a small window opens which has a button called "video starten" at the botto

  • Ipad 32gb wifi, got too hot error, let cool down, then blue screen, won't reboot or power on

    a friend's ipad got the too hot error message earlier this afternoon, despite the device never having been used outside and having been inside in a 68 degree house at the time. was being used to watch YouTube videos primarily. let the device cool dow

  • Firefox 4 thinks Word doc should be opened with Adobe Reader

    After upgrading to Firefox 4, I clicked a link to a Word doc, and the dialog box pops asking what Firefox should do with "file.doc "which is a: Adobe Acrobat Document" and it suggests Adobe Acrobat 9.4 (default).

  • What does Bizbox Direct for iPhone/iPad/iPodTouch App do?

    Bizbox Direct is a app that enables the deliver of SAP Workflow Alerts to your iPhone. It is a very focused app needs no middleware and no add-ons to your SAP. It just needs the connection ip/URL, port number, client number, username and password. Bi

  • Wats the best practise for performance

    Hi all, In my out line i have 15 dimensions and for one dimension i have 39000 members so wat is the best practise for performance , If we have more dimensions and more meebers is there any problem for performance so wat is the best practise for dime