Runtime error -  question for experts

hello  experts,
I was trying to debug a program for unicode compatibility, and when I finally thought I had finished it.
This runtime error shows up
"Error analysis                                                                                |
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_READ_SRC_LINE_TOO_LONG', was
not caught in
procedure "K_KKB_FIELDCAT_MERGE" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
There was an attempt to read program "ZPM04_UPDATE_INFOREC_FROM_PO" from the
database.
The READ REPORT statement allows you to copy a program text into an
internal table. The occupied line length in the program text must not
exceed the width of the internal table.
The internal table "\FUNCTION=K_KKB_FIELDCAT_MERGE\DATA=L_ABAP_SOURCE[]" is 72
characters wide. The program line is
|    78 characters wide."
because the error occured in standard SAP programs, I am at loss..
Please give your suggestions.
Goldie.

You need to Change the setting in the program ZPM04_UPDATE_INFOREC_FROM_PO, not in the program SAPLSBKH.
SAPLSBKH read the Report ZPM04_UPDATE_INFOREC_FROM_PO and it gets error because some lines in the ZPM04_UPDATE_INFOREC_FROM_PO are longer than 72 characters.
As suggested by other SDN members you have to follow this steps:
Go to SE38.
Enter ZPM04_UPDATE_INFOREC_FROM_PO and change.
Utilities > Setting
In the Editor Tab, set the checkbox "Downword Compatilbe line Length (72)". You can find out this checkbox in the last section of the Editor tab.
Press Enter.
In the Pop-Up, Say "YES" for the line breaks.
Regards,
Naimesh Patel

Similar Messages

  • Runtime Error # DBIF_RSQL_INVALID_RSQL for large size BOMs

    Hi All,
    I am facing problem running a custom report for Routing summary. When Executing the report gives the above runtime error.
    ShrtText: Error in RSQL module of database interface. 
    Error analysis :
    An exception occurred. This exception is dealt with in more detail below                      
        . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was neither caught nor passed along using a RAISING clause, in the procedure                              
         "CP_SC_MTK_LOAD_COMPLEX_BY_TSK" "(FUNCTION)"                                                 
    Since the caller of the procedure could not have expected this to occur, the running program was terminated.                                                
        The reason for the exception is: The SQL statement generated from the SAP Open SQL Statement violates restriction imposed by the database system used in R/3.                                                                               
    Possible errors:                                                                               
    o The maximum size of an SQL statement has been exceeded.                                    
         o The statement contains too many input variables.                                           
         o The space needed for the input data exceeds the available memory.
    How to correct the error                                                                               
    The SAP Open SQL statement must be divided into several smaller units.                        
        If the problem occurred due to the use of an excessively large in an IN itab construct, you can use the addition FOR ALL ENTRIES                             
        instead.  When you use this addition, the statement is split into smaller according to the restrictions of the database system used.                                                                               
    You may able to find an interim solution to the problem in the SAP note system. If you have access to the note system yourself,                       
        use the following search criteria:                                                                               
    "DBIF_RSQL_INVALID_RSQL" CX_SY_OPEN_SQL_DBC                                                   
        "SAPLCPSC" or "LCPSCU03"                                                                      
        "CP_SC_MTK_LOAD_COMPLEX_BY_TSK"   
    This report uses SAP standard Function module "CP_SC_MTK_LOAD_COMPLEX_BY_TSK" in the select statement.
    When Analysed, We found that since the BOM size for routing is large(More than 2000 components), this dump is coming. for rest of the routings, the report works fine.
    I could not found any SAP note relevant for this.
    This is definitely related to large BOM size, if anybody of you came across such problem and how to correct it now.

    Hi,
    We did solve this problem. This problem usually comes when there is very large records in internal table (More than 2000 Approx).
    We need to split that select statement and make multiple statements so that the memory overflow doesn't happen. refer SAP note: 13607.
    We modified the coding as follows by splitting the SELECT statementu2026
    SELECT DISTINCT MANDT PLNTY PLNNR PLNAL MATNR WERKS VBELN POSNR
            INTO CORRESPONDING FIELDS OF TABLE E_MTK_IDENT
            FROM MAPL FOR ALL ENTRIES IN I_TSK_IDENT
            WHERE PLNTY =  I_TSK_IDENT-PLNTY    AND
                  PLNNR =  I_TSK_IDENT-PLNNR    AND
                  PLNAL =  I_TSK_IDENT-PLNAL    AND
                  MATNR IN I_CPSC_MTK_SEL-MATNR AND
                  WERKS IN I_CPSC_MTK_SEL-WERKS AND
                  VBELN IN I_CPSC_MTK_SEL-VBELN AND
                  POSNR IN I_CPSC_MTK_SEL-POSNR AND
                 (FREE_WHERE-WHERE_TAB).
      SELECT MANDT PLNTY PLNNR PLNAL MATNR WERKS VBELN POSNR
             INTO CORRESPONDING FIELDS OF TABLE E_MTK_IDENT
             FROM MAPL FOR ALL ENTRIES IN I_TSK_IDENT
             WHERE PLNTY =  I_TSK_IDENT-PLNTY    AND
                   PLNNR =  I_TSK_IDENT-PLNNR    AND
                   PLNAL =  I_TSK_IDENT-PLNAL    AND
                  (FREE_WHERE-WHERE_TAB).
      Delete E_MTK_IDENT where matnr NOT in I_CPSC_MTK_SEL-MATNR.
      Delete E_MTK_IDENT where werks NOT in I_CPSC_MTK_SEL-WERKS.
      Delete E_MTK_IDENT where VBELN NOT in I_CPSC_MTK_SEL-VBELN.
      Delete E_MTK_IDENT where POSNR NOT in I_CPSC_MTK_SEL-POSNR.
    Hope this helps you.
    Regards, Madhu

  • Runtime error 1114 for visual c++/ win 7 professional

    After a restore in my pc, during the staring of windows I took a message 'run time error for visual C++' and just after that
    'Runtime error
    Program:C:\program files\iTunesHelpex.exe
    R6034
    An application has made an attempt to load the run time library incorrectrly.'
    I tried to open the iTunes but it seemed not working.
    I uninstalled and tried to reinstall iTunes.
    During the installation I took a message 'service "Apple Mobile Device" failed to start. Verify tat you have sufficed privileges to start system services.'
    I continued giving 'ignore' but the result was not that I wished.
    I applied to Microsoft and they consulted me to apply to you.
    Could you please help me to solve the problem?
    Thanks in advance
    vasps
    ([email protected])

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Runtime error LOAD_PROGRAM_NOT_FOUND for ARE document.

    Hi All,
    when I am creating or posting ARE document thru tcode J1IA101 & J1IA301 ,I am clicking on Printing check box & when I am going to save it .It is giving me error printing parameter is not set &
    after pressing enter it is giving runtime error, which is as follows:
    Runtime Errors         LOAD_PROGRAM_NOT_FOUND
    Exception              CX_SY_PROGRAM_NOT_FOUND
    What happened?
        There are several possibilities:
        Error in the ABAP Application Program
        The current ABAP program "SAPLJ1IEX" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        or
        Error in the SAP kernel.
        The current ABAP "SAPLJ1IEX" program had to be terminated because the
        ABAP processor detected an internal system error.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "J_1IEX_PRINT_ARE" "(FUNCTION)", nor was it propagated by a RAISIN
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely " ".
        However, program " " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error
    Thanks,
    C Singh,

    hi all,
    please change the access sequence from J1ID to J1IB and include program for printing ARE-3 in program 2 of access sequence J1IB.
    regards,
    C Singh.

  • Activity monitor question for experts.

    When I open activity monitor it is constantly changing. I have safari open, but it is there and then it isn't and then it is in activity monitor. How do I read this and is that normal?

    mike sanders3 wrote:
    I entered the thread because it clearly said Activity Monitor for experts and I had an AM problem please tell me where I went wrong I thought we were here to help each other not be picky about threads. If your thread was something different then maybe it should have been more specific I just needed help and there was an opening that seemed to refer to my problem. I don't spend half my life here as you seem to do judging by your posts, let's just be nice to people who need help.
    In order to help people, they should understand the purpose of these boards.
    Had you read the OP's post, you would see that his Activity Monitor is working and his question was simply why Safari appears and disappears from the AM window.
    Your issue is entirely different and that is why I suggested starting a new thread with your particular problem/issue which has nothing to do with Safari in the Activity Monitor.
    Perhaps the term "hijacking a thread" seems rash to you, but it is a common expression with no personal attachment to it. It merely means that someone has used another poster's thread to pose a completely different topic.
    To best get help on this or any technical board, first search for instances of your particular issue, which may have already been solved, and if you do not find such a topic, start a new thread with the Subject describing your issue.
    Once people start responding to other posts in a thread, nobody any longer knows who is answering whom.
    It is always preferable to start a new topic if you want a quick solution to a problem, rather than bury it in another person's thread. It's called "Netiquette" and it is not my invention. It's been around as long as the net has been around AFAIK.
    Message was edited by: nerowolfe

  • Getting runtime Error 'UC_OBJECTS_NOT_CHARLIKE'  for ALV grid

    Hi,
    When I call method SET_TABLE_FOR_FIRST_DISPLAY of ALV I get runtime error 'UC_OBJECTS_NOT_CHARLIKE'.
    Actually i have set in the fieldcatalog the field 'CHK' of internal table as checkbox.
    wa_fcat-fieldname = 'CHK' .
    wa_fcat-coltext = 'Clear' .
    wa_fcat-seltext = 'Clear' .
    wa_fcat-checkbox = 'X' .
    wa_fcat-edit = 'X' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    Field CHK is of type c.
    when i dont set the field as checkbox, I stop getting the error.
    Please find a solution.
    regards,
    auro

    Relevant parts of code are:
    Data Declaration:
    types:  begin of tt_revenue_det,
           chk type c,
           budat like zefit0006-zefibudat,
           racct_txt like skat-txt50,
           amount like zefit0006-zefihsl,
           pbar_txt like tgsbt-gtext,
           sgtxt like zefit0006-zefisgtxt,
           costcentertxt like cskt-ktext,
           bar_txt like skat-txt50,
           doctype like zefit0006-zefiblart,
           ch_flag type c,
           end of tt_revenue_det,
    data:    gt_revenue_det type table of tt_revenue_det.
    FIELD CATALOG
    *&      Form  set_fieldcatalog_rev_det
          text
         -->P_LT_FIELDCATALOG  text
    form set_fieldcatalog_rev_det  using    p_lt_fieldcatalog type lvc_t_fcat.
    data:wa_fcat type lvc_s_fcat.
    wa_fcat-fieldname = 'P_GT_REVENUE_DET-CHK' .
    wa_fcat-coltext = 'Clear' .
    wa_fcat-seltext = 'Clear' .
    wa_fcat-checkbox = 'X' .
    wa_fcat-edit = 'X' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'BUDAT' .
    wa_fcat-coltext = 'Posting Date' .
    wa_fcat-seltext = 'Posting Date' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'RACCT_TXT' .
    wa_fcat-coltext = 'Account Item Text' .
    wa_fcat-seltext = 'Account Item Text' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'AMOUNT' .
    wa_fcat-coltext = 'Amount' .
    wa_fcat-seltext = 'Amount' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'PBAR_TXT' .
    wa_fcat-coltext = 'Partner Business Area' .
    wa_fcat-seltext = 'Partner Business Area' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'SGTXT' .
    wa_fcat-coltext = 'Item Text' .
    wa_fcat-seltext = 'Item Text' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'COSTCENTERTXT' .
    wa_fcat-coltext = 'Cost Center' .
    wa_fcat-seltext = 'Cost Center' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'BAR_TXT' .
    wa_fcat-coltext = 'Business Area' .
    wa_fcat-seltext = 'Business Area' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'DOCTYPE' .
    wa_fcat-coltext = 'Type' .
    wa_fcat-seltext = 'Type' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'CH_FLAG' .
    wa_fcat-coltext = 'Split' .
    wa_fcat-seltext = 'Split' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    endform.                    " set_fieldcatalog_rev_det
    CREATE ALV
    *&      Form  create_alv_revenue_det
          text
         -->P_GT_REVENUE_DET  text
    form create_alv_revenue_det  using    p_gt_revenue_det.
    ALV related data declaration
    DATA: lf_layout TYPE lvc_s_layo,  "alv layout
          lt_fieldcatalog type table of lvc_s_fcat, "field catalog internal table
          wa_fieldcatalog type lvc_s_fcat. "work area for field catalog
    create alv only if container is initial
    IF G_CUSTOM_CONTAINER_REV_DET IS INITIAL.
    lf_layout-no_toolbar = 'X'. " no toolbar
    lf_layout-sel_mode = 'B'.
    populate field catalog
    perform set_fieldcatalog_rev_det using lt_fieldcatalog.
    create instance of container class
        CREATE OBJECT G_CUSTOM_CONTAINER_REV_DET
               EXPORTING CONTAINER_NAME = G_CONTAINER_REV2.
    create instance of alv grid class
        CREATE OBJECT GR_ALVGRID_REV_DET
               EXPORTING I_PARENT = G_CUSTOM_CONTAINER_REV_DET.
    call method to display table in alv grid by passing layout and fieldcatalog
        CALL METHOD GR_ALVGRID_REV_DET->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING
             is_layout = lf_layout
             CHANGING
             IT_OUTTAB        = p_gt_revenue_det
             IT_FIELDCATALOG  = lt_fieldcatalog.
      ENDIF.
    endform.                    " create_alv_revenue_det

  • "Runtime Error" QUESTION

    "Runtime Error
    Program: C:/Program Files/iTunes/iTunes.exe
    This application has requested the Runtime to terminate it in an unusual way. Please contact te application's support team for more information."
    I just installalled iTunes for a refurbished generic iPod when this window popped up. It continues to come up when I try to put music from a CD onto iTunes and when I try to listen to anything on iTunes. When I press "okay" the entire program exists. What should I do? Any help would be very much appreciated!!!!!! THANK YOU!!!!!!!!
    Gateway   Windows XP  

    You need to Change the setting in the program ZPM04_UPDATE_INFOREC_FROM_PO, not in the program SAPLSBKH.
    SAPLSBKH read the Report ZPM04_UPDATE_INFOREC_FROM_PO and it gets error because some lines in the ZPM04_UPDATE_INFOREC_FROM_PO are longer than 72 characters.
    As suggested by other SDN members you have to follow this steps:
    Go to SE38.
    Enter ZPM04_UPDATE_INFOREC_FROM_PO and change.
    Utilities > Setting
    In the Editor Tab, set the checkbox "Downword Compatilbe line Length (72)". You can find out this checkbox in the last section of the Editor tab.
    Press Enter.
    In the Pop-Up, Say "YES" for the line breaks.
    Regards,
    Naimesh Patel

  • PSE 8 R6034 Runtime Error Question...?

    Hello, when I double click on my PSE 8 Desktop Icon it starts to load and then a couple seconds later the R6034 Runtime Error message below pops up.
    I have tried uninstalling the whole program and re-installing it several times but it just keeps giving me the same message.
    Thanks in advance for any help you can offer :-)

    The Error Box reads,
    Microsoft Visual C++ Runtime Library
    X  Runtime Error
    Program C:\ProgramFiles\Adobe\...
    R6034
    An application has made an attempt to load the c runtime library incorrectly.
    Please contact the applications support team for more information

  • Some question for experts !! Urgent

    I have following queries:
    1) When a copy fucntion fails, if i get an error message saying a variable could not be determined. Can i change the text for the same to make it user friendly.
    2) If i have a fucntion geeting executed before display of layout...i.e it executes and on success layout gets diaplyed. Now if the fucntion fails, ideally, we get error message and layout is nt displayed. can i have soem check so that it displays error message and also show layout. fucntion executed is a copy fucntion and if there is nothign to be copied it would fail but that should not stop the displ of layout for users.
    3) can we ever highlight a row in layout with diff color and after soem function execution the highlight goes away...
    please help me on this urgently..expert opinion is awaited

    1. the error message could be changed in the abap code
    2. why dont you have the layout showing first before executing the function. [...assuming that you're using WAD to configure].
    You can set the "characteristics" to show in the layout even wthout data by setting its properties in the Query designer to show "master data". this you do by clicking on the characteristic and changing the setting to Master data in Advanced tab.
    3. Having colors in rows can be made possible if you're using Report Designer. [i.e pulling the query into report designer].
    Srikant

  • REMOTE DESKTOP CONNECTION (Questions For Experts)

    Q1) Is it possible to connect remotely to a computer even if the user is in one country and computer is in another (without internet? If Yes Please tell HOW.
    Q2) Is it possible to use hardware like printer while in remote connection with a tab or  lets say I am connected with a tablet which has a USB port so if I connect a USB in my TAB will it work for the remote
    desktop? (usb connected to the tab but should work as if its connected to remote computer -any possibility) If Yes Please Tell how to implement.
    Q3) For ex. If I am connected to a remote computer and since my computer is not good for gaming and I want to use the remote computer to play games while the DVD is in my physical computer.....Is there any possibility
    FINAL QUESTION : Can I connect to windows with an android or IOS devices without internet (PLEASE TELL HOW IF POSSIBLE) and I want to use my local Internet is the remote computer.
    Friends whosoever has any knowledge regarding any question please answer me, help required. I will be really thankful to you . 

    A1- its possible to establish a remote desktop connection even if the user and remote computer in differerent countries but NOT possible without internet coonection... as you will have to use public ip of remote computer.
    A2- To redirect devices and resources
    Open Remote Desktop Connection by clicking the Start button , In the search box, type Remote
    Desktop Connection, and then, in the list of results, click Remote Desktop Connection.
    Click Options, and then click the Local
    Resources tab.
    Under Local devices and resources, select the devices or resources you want to redirect.
    To see additional devices, or to redirect Plug and Play devices or drives and devices that you plug in later, click More.
    To redirect supported Plug and Play devices, under Local devices and resources, double-click Other
    supported Plug and Play (PnP) devices.
    The Plug and Play devices that support redirection and are currently plugged in appear in this list.
    To redirect supported USB devices, under Local devices and resources, double-click Other
    supported RemoteFX USB devices. The USB devices that support redirection and are currently plugged in appear in this list.
    Select the check box next to each device that you want to redirect.
    To automatically redirect drives or devices that you plug in or connect to in the future, under Local devices and
    resources, double-click Drives, and then click Drives
    that I plug in later.
    – or –
    Double-click Other supported Plug and Play (PnP) devices, and then click Devices
    that I plug in later.
    A3 - not possible to mountDVD drive on remote desktop.
    Yes you can establish remote desktop connection from android... there is an app called, Microsoft Remote desktop app, its very good , ı use it myself too...

  • Question For Experts

     
    What is the G and E means in the motherboard name ?
    like B75A-G43
    B75A-E33

     Thanks for that link Mr. B, I've seen it before but couldn't figure out where to find it yesterday.
     Unusual for 3 people to post similar question but in 3 different sections of the forum. Here's the 3rd one:
    https://forum-en.msi.com/index.php?topic=172485.msg1256491#msg1256491
     I think a mod should bundle them together in a single topic.

  • Question for experts: SVG vs GIF

    Hello everyone
    Lets say I have a website that is populated with multiple simple and complex, plain white icons. These icons will be resized in muse where needed, sometimes they will be with reduced opacity. The website is heavy on parallax scrolling and fading (opacity), and most – if not all – of the icons will be using one or both scrolling effects.
    Exporting them from illustrator the GIFs are sometimes smaller in size than the SVGs.
    The target audience is expected to have decent and updated computers e.g. IE 8 and below not relevant. let us suppose all users have Browsers capable of handling SVGs, and parallax.
    What is better or easier for the browser? SVGs of GIFs? even if the size of the GIFs is smaller?
    is rendering somewhat complex SVGs (many anchor points) "harder" than GIFs?
    Any reason to not prefer SVGs except for backwards compatibility with older browsers/machines?
    What would be best practice here?
    Any advice/discussion/opinion greatly appreciated.
    Jorge Vallejo

    First, GIF should be avoided in favour of PNG: a well optimized PNG is always smaller in file size and also offers more quality options (for example more than 256 colours that GIF allows for). The trouble is that Adobe products cannot achieve this without jumping through a LOT of hoops. More about that below.
    Here is a bitmap - SVG performance comparison:
    1) SVG files must be drawn & rendered in the browser. That means the xml data must be read, interpreted, and displayed - which is far slower than a bitmap. A png still has to be decompressed, which does not take up a lot of processing power. Rendering a SVG is far slower (incomparably slower depending on the complexity).
    2) bitmaps are generally hardware accelerated (via the GPU), a number of svg operations are not. For example, I believe css transforms for SVG is not hardware accelerated, and thus very slow to animate through that method.
    3) somewhat older browsers have trouble rendering many individual SVG objects. For example, only in March 2014 was this issue resolved in Firefox.
    4) svg performance is highly dependent on the specific browser as well. Take this test:
    http://jsperf.com/d3-svg-opacity
    It runs fastest on Opera and IE 11 on my system! Firefox is dreadfully slow.
    5) SVG rendering is far slower on mobile platforms. Unless very simple ones, convert to png files.
    Now, as to your files: an SVG sized at 500kb is a LOT - and then you mention you will have more SVG files ranging from less then 100kb up to more than 200kb. My question would be what type of graphics these will be in your page: background graphics, icons, ...?
    Besides, SVG images produced by Illustrator can (should) be optimized. A good tool for that is SVGO: svg/svgo · GitHub a visual version can be downloaded at svg/svgo-gui · GitHub
    Some must-read articles:
    http://css-tricks.com/using-svg/
    http://jaydenseric.com/blog/how-to-optimize-svg
    http://kylefoster.me/svg-slides/#/
    If you are doing a lot of animation, and there are a lot of other things going on in a page, then PNG is the way to go. SVG is best for simpler logo graphics and icons. Game developers using Flash also always convert all their vector files to bitmaps for much improved performance in Flash!
    Now to my second point: Adobe's Save for Web function is abysmal for png optimization. Yes, there are techniques in Photoshop to improve the optimization of PNG images, but it takes a lot of effort:
    http://www.smashingmagazine.com/2009/07/15/clever-png-optimization-techniques/
    PNG Optimization Guide: More Clever Techniques - Smashing Magazine
    And even after all this work, you still cannot export a PNG with a limited colour palette with full transparency in either Photoshop or Illustrator. This is important for file sizes: especially Muse websites tend to be so bloated that they take a long time to load up - and there is really no reason for this if you optimize your graphics properly.
    To optimize any PNG file, use Colour Quantizer:
    Color quantizer
    I cannot live without this little (freeware) tool anymore - it is worth booting your mac in Windows mode just to use CQ to optimize your png files. It automatically takes care of optimizing your png files, reducing them to the absolute minimum - compared to Photoshop's standard Save for Web disaster, file sizes are at least 50% smaller in file size or more. And it includes a very simple to use quality mask brush that allows you to control/fix areas which may be troublesome when reducing the number of colours.
    Having said that, it really depends on the type of graphics you are intending to place in your layout. Could you post some examples?

  • Question for experts/ wrapping - data pump

    Hello All,
    In am using ORACLE 10.2.0.4.0
    i have an issue while export / import wrapped procedures:
    I have some procedures / packages that are wrapped and when i do export for their related schema and then import it to the database, i got the below error
    Compilation errors for PROCEDURE PROC_NAME
    Error: PLS-00753: malformed or corrupted wrapped unit
    Line: 1
    Text: CREATE OR REPLACE PROCEDURE "PROC_NAME" wrapped
    After i did many tests on this scenario i Noted that:
    This error is not appearing on all procedures, there are some that will be corrupted after the import and some will not be corrupted.
    After i did the normal import export, i found that the character set of the imp/exp is different then the one of the database, so i changed the character set of the database to be the same as the one used by the import, i redo my tests and i found that this solved the issue of normal imp/exp, so now and if i am doing normal exp/imp the recompilation of procedures will not fail after the normal old import. but at this stage the imp/exp character set has changed again.
    The character set of my db was : AR8MSWIN1256 and when i did exp/imp it was for exp /imp AR8ISO8859P6, so i changed the one of my db to AR8ISO8859P6 , after changing the database character set to AR8ISO8859P6 the recompilation was working fine for the normal exp / imp, but now the character set for import/ export changed to AR8MSWIN1256 !! why ?
    The Data pump export import was not solved even after changing the character set of the database, the procedures were imported with errors and it was fixed after recompiling it.
    My issue that i have too many clients and i am not able always to change the character set of the database because i may face ERROR "ORA-12712: new character set must be a superset of old character set"
    Hope the above description is clear,
    Any suggestions or ideas to solve the issue of wrapped procedures with expdp/impdp? can i force certain character set for the expdp/impdp ? knowing that with release 10.2.0.1.0 the expdp/impdp is totally not working with the wrapped procedures

    Any ideas?

  • Another very very difficult question for EXPERTS

    Hello again to all my friends at Macromedia. A big hello to
    Mr
    DownWithTheBugs, Mr Chris In Madison, Mr Car Crash (he he)
    and especially
    Mrs Nancy *Adobe Community Expert. You are all my special
    friends. I have
    good good sleep and wake up today and solve my mystery
    straight away. The
    answer was:
    select * from thebigtable
    where ID LIKE '39%'
    Although I am glad of all your futile attempts to help me and
    I very pleased
    at the time you spendwith me, my expertise showed me the path
    in the end.
    You all need to do some homework to reach this standard.
    Perhaps you are not
    used to databases of this size and were all a little
    perplexed. I
    understand!! This sintax is quite complicated to the
    untrained eye but
    thankyou all anyway.
    My new question is this:
    How do I put my beautiful new webpage on the Internet?? I
    would like it to
    appear inside the Microsoft website as it will benefit all
    Microsoft users.
    How do I put it there?? Very tough!!
    Thankyou.
    My moto - If your best is not good enough then try even
    better, or go and
    drink lots and lots of alcohol. If that does not work then do
    both together
    XX.

    >I have good good sleep and wake up today and solve my
    mystery straight
    >away.
    I always knew that an expert like you would solve the problem
    without much
    hassle.Well done!
    > How do I put my beautiful new webpage on the Internet??
    I would like it to
    > appear inside the Microsoft website as it will benefit
    all Microsoft
    > users. How do I put it there?? Very tough!!
    Not much, print it using you printer (it's should be not far
    from your
    computer: Have a look around and if you find something with
    paper inside,
    that's the printer). Put the papers in a folder and send them
    to Someone at
    MS (You don't need to put a name: Usually it's Mr. Gates the
    one who uploads
    the pages himself, but I'm sure there are lots of MS experts
    that will be
    glad to help with the job).
    Just a reminder: if your pages need to be uploaded as soon as
    possible,
    don't forget to put some extra Air Mail stamps on the
    envelope!
    Best of luck trying to find the printer!!
    Andres.
    "THE WEBDEV KING" <[email protected]> escribi�
    en el mensaje
    news:[email protected]...
    > Hello again to all my friends at Macromedia. A big hello
    to Mr
    > DownWithTheBugs, Mr Chris In Madison, Mr Car Crash (he
    he) and especially
    > Mrs Nancy *Adobe Community Expert. You are all my
    special friends. I have
    > good good sleep and wake up today and solve my mystery
    straight away. The
    > answer was:
    >
    > select * from thebigtable
    > where ID LIKE '39%'
    >
    > Although I am glad of all your futile attempts to help
    me and I very
    > pleased at the time you spendwith me, my expertise
    showed me the path in
    > the end. You all need to do some homework to reach this
    standard. Perhaps
    > you are not used to databases of this size and were all
    a little
    > perplexed. I understand!! This sintax is quite
    complicated to the
    > untrained eye but thankyou all anyway.
    >
    > My new question is this:
    >
    > How do I put my beautiful new webpage on the Internet??
    I would like it to
    > appear inside the Microsoft website as it will benefit
    all Microsoft
    > users. How do I put it there?? Very tough!!
    >
    > Thankyou.
    >
    > My moto - If your best is not good enough then try even
    better, or go and
    > drink lots and lots of alcohol. If that does not work
    then do both
    > together XX.
    >

  • Oracle Block Size - question for experts

    Hi ,
    For years i thought that my system block size was 8K.
    Lately due to an HPUX Bug i found that the file system block size is gust .... 1K
    (HP DocId: DCLKBRC00006913 fstyp(1m) returns unexpected block size (f_bsize) for VXFS )
    My instance is currently 10204 but previously was 7.3 --> 8 --> 8174 --> 10204.
    Since its old instance its block size is gust 4kb.
    We are planing to create new file system block size of 8k.
    The instance size is about 2 TB.
    Creating the whole database with 8 kb is impossible since its 24*7 instance.
    Do you think that i sould move gust few important tables to a new tablespace with 8k block size , or should i leave it with 4 kb ?
    Thanks

    Given that your Oracle Database Block_Size (4K) is a multiple of the FileSystem Block_Size (1K), there should be no inherent significant issue, as such.
    Yes, it would have been nice to have an 8KB Oracle Database Block_Size but whether you should recreate your FileSystems to 8KB is a difficult question. There would be implications on PreFetch that the OS does and on how the underlying Storage (must be a SAN, I presume) handles those requests.
    A thorough test (if you can setup a test environment for 2TB such that it does NOT share the same HW, doesn't complicate PreFetches in the existing SAN) would be well adviced.
    Else, check with HP and Veritas support if there are known issues and/or any Desupport plans for this combination ?!
    Oracle, obviously, would have issues with Index Key Length sizes if the Block Size is 4KB. Presumably you do not need to add any new indexes with very large keys.
    Having said that, you would have read all those posts about how Oracle doesn't (or really does ?) test every different block-size ! However, Oracle had, before 8i, been using 2K and 4K block sizes. Except that the new features (LMT, ASSM etc) may not have been well tested.
    Since you upgraded from 7.3 in place without changing the Block_Size, I would venture to say that your database is still using Dictionary Managed and Manual Allocation and Segment Space Management Manual ?
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

Maybe you are looking for