Multilingual support(very urgent , help!!!!)

i have a database(Oracle 8i) with character set of UTF8 and all the languages ie(French,German,Spanish,English etc) are working perfect. but the problem is with japanese. when ever i query the data it appears in Question marks.
can any one give me solution(s) to this problem?

Badma,
1. How to Configure the Windows XP Operating system to
provide arabic support?Please go to "Regional and Language Options" from the Control Panel. In the "Standards and formats" group of the "Regional Opitons" tab, select "Arabic (Saudi Arabia)". In the "Language for non-Unicode programs" group of the "Advanced" tab, select "Arabic (Saudi Arabia)", then restart Windows. If "Arabic (Saudi Arabia)" is not listed, then please go to the "Langauges" tab and make sure the "Install files for complex script and right-to-left languages (including Thai)" in the "Supplemental language support" group is checked.
1. How to configure the oracle 8i/9i databases to provide
both arabic and english? what characterset i need to
choose for saudi arabic?If you're not planning to support other languages than Arabic and English (7-bit), AR8MSWIN1256 should work for you. If you're planning to support other languages in the future, I would recommend you to create your database in UTF8 (Forms/Reports 6i doesn't work with AL32UTF8 database). Please note Arabic characters are represented in 2 bytes in UTF8 while they are 1 byte in AR8MSWIN1256.
2.How to install forms & Reports with arabic support?If you need Arabic translation, then please select Arabic when you're asked the language(s) to install. Otherwise, notmal Forms/Reports installation should work for you.
3.How to dispaly the data in both english and arabic in
forms and reports?Set your NLS_LANG to ARABIC_SAUDI ARABIA.AR8MSWIN1256.
Hope this helps.
Regards,
- Makoto

Similar Messages

  • Very Urgent Help needed - Arabic support in  Forms6i& reports6i

    Hi,
    Its a very very very urgent requirement.
    How to Provide the arabic support in forms .
    I am working on Windows Xp operating system.
    1. How to Configure the Windows XP Operating system to provide arabic support?
    In Design time i want to use English and during runtime i should be able to toggle beteen English and Arabic for Entering the data.Arabic data should be captured in seperate fields.
    1. How to configure the oracle 8i/9i databases to provide both arabic(Saudi Arabia) and english? what characterset i need to
    choose for saudi arabic?
    2.How to install forms & Reports with arabic support?
    3.How to dispaly the data in both english and arabic in forms and reports during runtime?
    I will be really greatful if u are able to provide me that help and my advanced thanks to ur help.This very
    very urgent.
    Regds,
    B.Prasad
    [email protected]

    Badma,
    1. How to Configure the Windows XP Operating system to
    provide arabic support?Please go to "Regional and Language Options" from the Control Panel. In the "Standards and formats" group of the "Regional Opitons" tab, select "Arabic (Saudi Arabia)". In the "Language for non-Unicode programs" group of the "Advanced" tab, select "Arabic (Saudi Arabia)", then restart Windows. If "Arabic (Saudi Arabia)" is not listed, then please go to the "Langauges" tab and make sure the "Install files for complex script and right-to-left languages (including Thai)" in the "Supplemental language support" group is checked.
    1. How to configure the oracle 8i/9i databases to provide
    both arabic and english? what characterset i need to
    choose for saudi arabic?If you're not planning to support other languages than Arabic and English (7-bit), AR8MSWIN1256 should work for you. If you're planning to support other languages in the future, I would recommend you to create your database in UTF8 (Forms/Reports 6i doesn't work with AL32UTF8 database). Please note Arabic characters are represented in 2 bytes in UTF8 while they are 1 byte in AR8MSWIN1256.
    2.How to install forms & Reports with arabic support?If you need Arabic translation, then please select Arabic when you're asked the language(s) to install. Otherwise, notmal Forms/Reports installation should work for you.
    3.How to dispaly the data in both english and arabic in
    forms and reports?Set your NLS_LANG to ARABIC_SAUDI ARABIA.AR8MSWIN1256.
    Hope this helps.
    Regards,
    - Makoto

  • How to write code for this logic in a routine, very urgent --help me

    hi all,
    i want to apply this logic into one subroutin ZABC.
    here i m giving my logic ,can any body help me in coding for this, this is very urgent, i hv to submit on wednesday.
    4.1 Read the company code number BSEG-BUKRS from document line item.
    4.2 Fetch PRDHA from MARA into GV_PRDHA where MATNR = BSEG-MATNR.
    4.3 Fetch Business area (GSBER) from ZFIBU into GV_GSBER where (PRDHA = GV_PRDHA and BUKRS = BSEG-BUKRS) OR (PRDHA = GV_PRDHA and BUKRS = SPACE).
    4.4 If business area match is found, go to step 3.9. Else continue.
    4.5 If BKPF-BLART IN set “ZVS_POSDT” OR BKPF-XBLNR starts with “I0*”, execute steps below. Else, go to Step 3.6.
    i. MOVE: BSEG-BKURS TO work area field WA_ZFIBUE-BUKRS,
    BSEG-MATNR TO work area field WA_ZFIBUE-MATNR,
    GV_PRDHA TO work area field WA_ZFIBUE-PRDHA,
    BSEG-HKONT TO work area field WA_ZFIBUE-HKONT,
    BSEG-GSBER TO work area field WA_ZFIBUE-GSBER,
    BSEG-PSWBT TO work area field WA_ZFIBUE-PSWBT,
    BKPF-BUDAT TO work area field WA_ZFIBUE-BUDAT,
    SY-DATUM TO work area field WA_ZFIBUE-CREDATE,
    SY-UZEIT TO work area field WA_ZFIBUE-CRETIME,
    Fetch running serial number (WA_ZFIBUE-SERIALNO) from ZFICO. This number will be stored in ZFICO with PARAMTYPE = "BPM030307", SUBTYPE = "ZFIBUE" and KEY1 = "SERIALNO". The actual serial number will be stored in the field VALUE1.
    i. Insert WA_ZFIBUE INTO ZFIBUE.
    ii. Send email notification to the user (if it is not already sent to user on the same posting date).
    Use function module ‘SO_NEW_DOCUMENT_ATT_SEND_API1’ to send mail.
    Fetch email address and date of last email from ZFICO. These values will be stored in ZFICO with PARAMTYPE = "BPM030307", SUBTYPE = "EMAIL" and KEY1 = "<USERNAME>". The email address will be stored in the field VALUE1 and posting date in VALUE2. Once mail is sent, VALUE2 is updated with latest posting date (BKPF-BUDAT).
    iii. Increment the running serial number and update ZFICO with new serial number.
    a. GV_ SERIALNO = WA_ZFIBUE-SERIALNO + 1
    b. Update ZFICO Set value1 = GV_SERIALNO
    Where PARAMTYPE = "BPM030307" AND
    SUBTYPE = "ZFIBUE" AND
    KEY1 = "SERIALNO".
    iv Move “VDFT” to BSEG-GSBER.
    v. Exit routine.
    4.6 Fetch MTART into GV_MTART from MARA where MATNR = BSEG-MATNR.
    4.7 If SY-BATCH = INITIAL AND GV_MTART <> ‘ROH’, issue the error message - “Maintain the mapping of product hierarchy <PRDHA> from article <MATNR> for <BUKRS>”. Else, go to step 3.8.
    4.8 If SY-BATCH <> INITIAL AND GV_MTART <> ‘ROH’, issue the error message - “Maintain product hierarchy on article master”. Go to step 3.10.
    4.9 Move GV_GSBER TO BSEG-GSBER.
    4.10 Exit Routine
    plz give me reply asap --this is very urgent
    thanks in advance
    swathi

    Hi Swathi,
    If it's very very urgent then you better get on with it, don't waste time on the web. Chop chop.

  • Very urgent help needed in activating a function module

    Hello experts.
    I had a standard report and i copied into an z report. i need to change some field output , and that field is there in a standard function module.so i copied that fun module  into z fun module and stored in a new fun group. Now it is showing the error in the z fun module. include in the fun module is giving the error stating that it is not existing. please help me in coping the standard fun module correctly . please its very urgent.

    Hi,
    You should not copy a Function module alone, as it will have some dependant INLCUDES and global data in TOP include of the function group.
    SO if you want the function module copy the entire Function Group into Z function group.
    Regards,
    Sesh

  • Need very urgent help

    Hi every1,
    i am in a very bad situation as i am very new to AS3, so i
    need some help from any one who can help me out of this.
    I have created a FLV Player using FLVPlayback Component
    everything is working fine but the only problem is the rewind and
    forward button behaves very strange when i test it on web page
    residing in a webserver.
    In brief i want to say that the rewind and forward control in
    the application works alright when i play it in my local machine
    but when i take the file to a web sever and play it the controls
    behave very strange (when i click on the forward and rewind button
    it just takes me to the end of the movie and to the start of the
    movie at one shot which should not be the purpose of the rewind and
    forward button).
    So, somebody please look at my code below and i will be very
    thank full to the person who can send me the correct code.
    The code for the rewind and forward control is higlighted in
    the below code. please help... .very urgent..........
    import fl.video.*;
    var flvSou:String;
    var dynText:String;
    myflv.autoPlay = true;
    onscreen_play_btn.visible = false;
    onscreen_replay_btn.visible = false;
    if (myflv.playing) {
    onscreen_play_btn.visible = false;
    onscreen_replay_btn.visible = false;
    //myflv.source = "Call_to_action.flv";
    myflv.source = root.loaderInfo.parameters.flvSou;
    dynTxt.text = String(root.loaderInfo.parameters.dynText);
    slash_txt.text = "/";
    myflv.playPauseButton = playPause_btn;
    myflv.stopButton = stop_btn;
    myflv.muteButton = mute_btn;
    myflv.volumeBar = volume_bar;
    myflv.volume = .6;
    myflv.forwardButton = forward_btn;
    myflv.backButton = back_btn;
    myflv.seekBar = seek_bar;
    myflv.bufferingBar = buffering_bar;
    myflv.fullScreenButton = fullscreen_btn;
    //========================= Actions for Button Controls
    =========================//
    //========================= Actions for Play and Pause Button
    =========================//
    playPause_btn.pause_mc.addEventListener(MouseEvent.CLICK,
    clickHandlerPause);
    function clickHandlerPause(event:MouseEvent):void {
    //trace("clickHandler detected an event of type: " +
    event.type);
    //trace("the event occurred on: " + event.target.name);
    trace("u clicked pause button");
    onscreen_play_btn.visible = true;
    //myflv.alpha = .5; // uncomment later
    playPause_btn.play_mc.addEventListener(MouseEvent.CLICK,
    clickHandlerPlay);
    function clickHandlerPlay(event:MouseEvent):void {
    //trace("clickHandler detected an event of type: " +
    event.type);
    //trace("the event occurred on: " + event.target.name);
    trace("u clicked play button");
    onscreen_play_btn.visible = false;
    //myflv.alpha = 100; // uncomment later
    if (onscreen_replay_btn.visible==true) {
    onscreen_replay_btn.visible=false;
    //========================= Actions for Play and Pause Button
    =========================//
    //========================= Actions for FLVPlayback
    =========================//
    myflv.addEventListener(MouseEvent.CLICK,
    clickHandlerPauseFlv);
    function clickHandlerPauseFlv(event:MouseEvent):void {
    //trace("clickHandler detected an event of type: " +
    event.type);
    //trace("the event occurred on: " + event.target.name);
    trace("u clicked video component button");
    trace(myflv.totalTime);
    if (myflv.playing==true) {
    myflv.pause();
    onscreen_play_btn.visible = true;
    //myflv.alpha = .5; // uncomment later
    } else {
    myflv.play();
    onscreen_play_btn.visible = false;
    onscreen_replay_btn.visible = false;
    //myflv.alpha = 100; // uncomment later
    //========================= Actions for FLVPlayback
    =========================//
    //========================= Actions for Fullscreen Button
    =========================//
    fullscreen_btn.addEventListener(MouseEvent.CLICK,onFullScreenButtonClick);
    function onFullScreenButtonClick(event:MouseEvent):void {
    stage.displayState = StageDisplayState.FULL_SCREEN;
    //or set it to normal like: stage.displayState =
    StageDisplayState.NORMAL;
    //========================= Actions for Fullscreen Button
    =========================//
    //========================= Actions for onScreenPlay Button
    =========================//
    onscreen_play_btn.addEventListener(MouseEvent.CLICK,onScreenPlayButtonClick);
    function onScreenPlayButtonClick(event:MouseEvent):void {
    trace("working");
    if (myflv.playing==true) {
    myflv.pause();
    } else {
    myflv.play();
    //myflv.alpha = 100; // uncomment later
    onscreen_play_btn.visible = false;
    //========================= Actions for onScreenPlay Button
    =========================//
    //========================= Actions for onScreenReplay Button
    =========================//
    onscreen_replay_btn.addEventListener(MouseEvent.CLICK,onScreenReplayButtonClick);
    function onScreenReplayButtonClick(event:MouseEvent):void {
    trace("working");
    myflv.play();
    //myflv.seek(0);
    onscreen_replay_btn.visible = false;
    if (onscreen_play_btn.visible==true) {
    onscreen_play_btn.visible=false;
    //========================= Actions for onScreenReplay Button
    =========================//
    //========================= Actions for Stop Button
    =========================//
    stop_btn.addEventListener(MouseEvent.CLICK, StopButtonClick);
    function StopButtonClick(event:MouseEvent):void {
    myflv.seek(0);
    //myflv.autoRewind = true;
    //myflv.stop();
    onscreen_replay_btn.visible = true;
    //========================= Actions for Stop Button
    =========================//
    //========================= Actions for Button Controls
    =========================//
    //========================= Actions for Displaying Elapsed
    and Total Time =========================//
    myflv.addEventListener(MetadataEvent.METADATA_RECEIVED,
    cp_listener);
    function cp_listener(eventObject:MetadataEvent):void {
    //trace("Elapsed time in seconds: " + myflv.playheadTime);
    //trace("Total time is: " + eventObject.info.duration);
    var rounded:int = Math.round(eventObject.info.duration);
    var minutes:int = Math.floor(rounded/60);
    var seconds:int = rounded%60;
    flvTotalTime_txt.text = eventObject.info.duration;
    flvTotalTime_txt.text = (minutes<10 ? "0" :
    "")+minutes+":"+(seconds<10 ? "0" : "")+seconds;
    //flvElapsedTime_txt.text = String(myflv.playheadTime);
    stage.addEventListener(Event.ENTER_FRAME, updateTime);
    function updateTime(ev:Event):void {
    var rounded:int = Math.round(myflv.playheadTime);
    var minutes:int = Math.floor(rounded/60);
    var seconds:int = rounded%60;
    flvElapsedTime_txt.text = String(myflv.playheadTime);
    flvElapsedTime_txt.text = (minutes<10 ? "0" :
    "")+minutes+":"+(seconds<10 ? "0" : "")+seconds;
    //========================= Actions for Displaying Elapsed
    and Total Time =========================//
    myflv.addEventListener(Event.COMPLETE, com_listener);
    function com_listener(eventObject:Event):void {
    trace("movie complete");
    myflv.stop();
    onscreen_replay_btn.visible = true;
    back_btn.addEventListener(MouseEvent.CLICK, BackButtonClick);
    function BackButtonClick(event:MouseEvent):void {
    myflv.play();
    //myflv.autoRewind = true;
    //myflv.stop();
    onscreen_replay_btn.visible = false;
    /************************************ THE CODE FOR FORWARD
    AND REWIND CONTROL STARTS HERE *****************************/
    var id1:Number;
    forward_btn.addEventListener(MouseEvent.MOUSE_DOWN,
    ForwardButtonDown);
    function ForwardButtonDown(event:MouseEvent):void {
    //forward_btn.onPress = function() {
    //mklik_flv.pause();
    var dest1:Number = myflv.playheadTime;
    id1 = setInterval(function ():void {
    myflv.seek(dest1 += 2);
    }, 100);
    forward_btn.addEventListener(MouseEvent.MOUSE_UP,
    ForwardButtonUp);
    function ForwardButtonUp(event:MouseEvent):void {
    //forward_btn.onRelease = function() {
    //myflv.play();
    clearInterval(id1);
    // ************************ Forward Button Function
    // ************************ Rewind Button Function
    var id2:Number;
    back_btn.addEventListener(MouseEvent.MOUSE_DOWN,
    BackButtonDown);
    function BackButtonDown(event:MouseEvent):void {
    //back_btn.onPress = function() {
    //mklik_flv.pause();
    var dest2:Number = myflv.playheadTime;
    id2 = setInterval(function ():void {
    myflv.seek(dest2 -= 2);
    }, 100);
    back_btn.addEventListener(MouseEvent.MOUSE_UP, BackButtonUp);
    function BackButtonUp(event:MouseEvent) {
    //back_btn.onRelease = function() {
    //mklik_flv.play();
    clearInterval(id2);
    }

    how long is your flv (in seconds), if allowed to play without
    ff/rewind/pause?

  • Very urgent help - for update field1 nowait across databaselink

    Hi,
    We have a form that uses select for update field1 nowait for a table that is accessed across a database link. When we try to do this the form errors out giving frm-92101 error. If I comment out the for update statement then it works fine. I know it the for update that is causing the problem but I'm not sure how to fix it. Can someone help me please. Very urgent, we are in the middle of upgrade and we found this issue while testing the forms.
    Any ideas or suggestions ?
    I'm using 10g App.Server and 10g database.
    Please help.
    Thanks in advance.

    under which trigger you ran that update ?

  • Very Urgent Help , ABAP SQL Query

    Guys,
    Please suggest.I have a table(custom_table1) with a field say A which is of date type = c and length = 9. And i want to query this table.Following is the query.
    Select substr(A,0,5) B C into itab From table custom_table1
    where b = ( select b from cusstom_table2 )
    and substr(A,0,5) = Input_A.
    That is i want to equate an Input_A (which is of 5 character length) with field A (only first 5 character of the 9 length). But it seems the query is wrong. Kindly help ,very urgent
    Thanks

    Thanks guys, U have helped me to fill up the where condition as
    but what about the column A in the select query ?I need only 5 characters from the field populated into Itab.
    CONCATENATE  srch_str '%' INTO srch_str.  -- bcos i want it to be 'InputA%'
    Select Substr(A,0,5) , B C Into Itab From CustomTable 1 where B = (Select B from customtable2) and A Like SrchStr
    Is there any means i can populate only the 5 characters from the select field A into Itab without using Substr (becos it doesnt work) ? Please help.

  • Attachment issue --very urgent help  required

    Hello friends,
    1)i have create page and deatal page . requirement is that we have to load required attachments in table region, if not loading required attachments exception will raise. this validation is working fine in create page.
    2)same in detail page i loaded required attachments also excepiton is raising.
    waht would be cause. i am very new to ADF technology.
    very urgent to fix this issue. any one help me out.
    Thanks,
    vamshi.
    Edited by: Krishna Vamshi on Jul 1, 2010 6:14 PM

    Kirshna,
    Unfortunately your question is very unclear.
    Let me say that if you are asking about OA Framework, you should ask on the OA Framework forum, not here.
    also excepiton is raising.It will help if you say what the exception is.
    John

  • How to convert PO sapscript layout to pdf - need VERY URGENT Help

    Dear All,
    Requirement: PO sapscript layout after some modifications (say, ZMEDRUCK) has to be converted to pdf. Through me9f user will be able to give ranges of PO numbers and can view the print preview for the po. After that on clicking the print button we get the printout of the pos one after another based on the user input of PO numbers.
    Our requirement is that when the user will click on the "Print Preview" of po (rather than pressing the print button) it i.e. PO sapscript layout has to get converted to pdf.
    If you have already encountered this scenario, could you please send me the source code regarding this at the earliest. If you want to email it to my personal id, please let me know so that I can give it to you. Thank you.
    It will be very beneficial for mine if you can send me some source code in this regard. (FYI. We want only “Print output” of PO sapscript. So, Print Program /SMB40/FM06P [after copying it to our ZSMB40/FM06P program] need to be modified for downloading the PO into PDF where there is no FMs like OPEN_FORM, WRITE_FORM, CLOSE_FORM. So already available source code in SAP forums can not help me.)). Kindly help me at the earliest. It’s VERY URGENT…
    Thank you.
    Thanks & Regards
    Sudipta

    Hi Chaith,
    Could you please provide me the source code regarding this at the earliest.
    We want only “Print output” of PO sapscript. So we need to modify only the Print Program SAPFM06P after copying it to ZSAPFM06P for downloading of modified PO (ZMEDRUCK) sapscript layout into PDF.
    I am already having some source code from sdn portral. I am attaching it herewith. But it's not working as some constants and variable values need to be given. We want to take download of PO into PDF from ME9F transaction itself.
    Could you please provide necessary values in the missing constants and variables and kindly resend the corrected modified Source code to me so that I can run the same code to  download the modified PO ZMEDRUCK into PDF . Need YOUR URGENT HELP...
    DATA: l_druvo LIKE t166k-druvo,
            l_nast  LIKE nast,
            aux_nast LIKE nast,
            l_from_memory,
            l_doc   TYPE meein_purchase_doc_print,
            ent_screen TYPE c,
            ent_retco TYPE i,
            toa_dara TYPE toa_dara,
            arc_params LIKE arc_params,
            aux_form LIKE tnapr-fonam.
      DATA: otf LIKE itcoo OCCURS 0 WITH HEADER LINE,
            lt_docs      TYPE TABLE OF docs,
            pdf_bytecount TYPE i,
            nom_archivo TYPE string.
      aux_form = 'ZMEDRUCK'.
      l_from_memory = c_true.
      SELECT *
        FROM nast
        INTO aux_nast
        UP TO 1 ROWS
        WHERE kappl = c_po     " Purchase Order
        AND   objky = t_datos-ebeln
        AND   aktiv = space
        ORDER BY erdat DESCENDING eruhr DESCENDING.
      ENDSELECT.
      aux_nast-sort1 = c_swp.
      CLEAR ent_screen.
      CLEAR ent_retco.
      IF aux_nast-aende EQ space.
        l_druvo = c_1.
      ELSE.
        l_druvo = c_2.
      ENDIF.
    l_druvo = '2'.
      CALL FUNCTION 'ME_READ_PO_FOR_PRINTING'
        EXPORTING
          ix_nast        = aux_nast
          ix_screen      = ent_screen
        IMPORTING
          ex_retco       = ent_retco
          ex_nast        = l_nast
          doc            = l_doc
        CHANGING
          cx_druvo       = l_druvo
          cx_from_memory = l_from_memory.
      CHECK ent_retco EQ 0.
      CALL FUNCTION 'ECP_PRINT_PO'
        EXPORTING
          ix_nast        = l_nast
          ix_druvo       = l_druvo
          doc            = l_doc
          ix_screen      = ent_screen
          ix_from_memory = l_from_memory
          ix_toa_dara    = toa_dara
          ix_arc_params  = arc_params
          ix_fonam       = aux_form                            
        IMPORTING
          ex_retco       = ent_retco.
      CLEAR otf.
      CALL FUNCTION 'READ_OTF_FROM_MEMORY'
        EXPORTING
          memory_key   = l_nast-objky  " PO Number
        TABLES
          otf          = otf
        EXCEPTIONS
          memory_empty = 1
          OTHERS       = 2.
      CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize           = pdf_bytecount
        TABLES
          otf                    = otf
          doctab_archive         = lt_docs
          lines                  = pdfout
        EXCEPTIONS
          err_conv_not_possible  = 1
          err_otf_mc_noendmarker = 2
          OTHERS                 = 3.
      CONCATENATE c_dest t_datos-ebeln c_ext INTO nom_archivo.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          bin_filesize = pdf_bytecount
          filename     = nom_archivo
          filetype     = c_bin
        IMPORTING
          filelength   = pdf_bytecount
        TABLES
          data_tab     = pdfout.

  • VERY URGENT Help with istalling developer 9i

    i downloaded all the files from the web site and they are *.brk after i ran the *.bat file i created a *.exe file i tryed to run it and this an error that the file isn't vaild on win 32 application it's very urgent if you have any idea how to install please send me an email to [email protected]
    Thanks

    hi,
    do u want interctive report in classical report?

  • Very urgent-----help in performance tuning

    hai all,
    I had used inner join for getting data from 5 tables.
    performance is very low in this case.
    now i want to increase the performance. how can i do this.
    coding for the select statement is ......
    SELECT agpnr bname1 bname2 bpstlz bort01 bstras b~street2
               bname1_maco bname2_maco baliasname bispadrbsnd
        INTO CORRESPONDING FIELDS OF TABLE it_tab
        FROM jgtgpnr AS a
        INNER JOIN jgtsadr AS b ON
        aadrnr = badrnr
        INNER JOIN jjtvm AS c ON
        agpnr = ckunnr
        INNER JOIN kna1 AS k ON
        agpnr = kkunnr
        INNER JOIN knvv AS v ON
        agpnr = vkunnr
        WHERE ( ajktokd = 'MADV' OR ajktokd = 'MADO' )
        AND c~vkorg = pr_vkorg
        AND v~vkorg = pr_vkorg
        AND gpnr IN so_gpnr
        AND k~aufsd IN so_block
        AND v~aufsd IN so_blck
    please give me a good suggesstion for this.
    thanks in advance.

    Hi
    Try to use for all entries
    Eg
    if u have itab1 and itab2.
          select vbeln netwr from vbak into table itab1.
          if not itab1[] is initial
          select vbeln matnr matkl from vbap into table itab2
          for all entries in itab1 where vbeln = itab1-vbeln.
          endif.
      Hope this will help u.
    regards
    P.Thangaraj

  • Multilingual support - Arabic language help file

    Hi,
    I have to produce a help file (of probably close to 1000 topics) that must get translated into Arabic. Development wants a chm file. We have to send the file out to a 3rd-party translation house. I am pretty much locked into RoboHelp 7 for Word as an upgrade is not on the table.
    Is there some specific arabic character set I have to use to get the index and TOC to generate in arabic?
    Is there some setting or override so that numbered lists show up with the number on the right nargin (since Arabic is read right-to-left)? Word flips the list markers properly, but in the test CHM file we generated today, it appears on the left.
    Would multiple-language support work more easily in a different output format? If so, which one?
    ANY assistance will be greatly appreciated.
    thanks,
    Wendy

    Hi Wendy,
    Sadly, RoboHelp is not the tool to use for right-to-left conversions or help projects. A decision was made and has not yet been changed that bi-directional languages are simply too costly to implement against the expected return. I live in Israel and would love to use RoboHelp for Hebrew - I actually had a funny discussion with the development and sales teams on this one time (I've tried many times) in which I said - look, forget Israel - we're really small, but what about all the Arab countries - trust me, there are a lot of them.
    Bottom line - you can't accomplish this in RoboHelp without MAJOR luck and hacking. Other tools that DO allow you to produce help in Hebrew and/or Arabic are: Webworks, AuthorIT, Flare, and I believe Doc2Help...in other words - many competitors.
    I would love to work with Adobe to help bring this functionality to RoboHelp - and have offered. I hope some day they will make a marketing decision to implement this functionality.
    Sorry,
    Paula
    Paula R. Stern
    CEO, WritePoint Ltd.
    www.writepoint.com
    Adobe Community Professional / eHelp RoboHelp MVP / Macromedia Team Member / RoboGURU

  • Chinese Support - Very Urgent

    We are having the following setup :
    WebLogic 5.1
    Microsoft SQL Server 7.0
    JDK 1.2.2
    Weblogic MSSQLJDriver for SQL 7.0
    We are facing the following problem:
    We have installed Chinese Language pack in the client as well as in the
    machine where sql server is running and in the server where weblogic is
    running.
    In Weblogic.properties, in jsp properties we have set the encoding as
    gb2312
    In connectionpool setting also we have set as GBK.
    But whatever entering from JSP, it is getting stored in the database as
    junk characters (like ???????).
    If we retrive the data via jsp it is showing only junk characters (like
    Pl. can anyone give a solution for the same.
    Thanks in advance.

    Only thing that you have keep in mind is that your Database must
    be installed to support unicode
    Rahul Kumar Gupta(rahgup)
    HCL Technologies-NOIDA
    "Zhengmao Hu" <[email protected]> wrote:
    I think you need to determine the cause of the problem
    at first:
    request.getParameter() can not decode correctly, or
    SQL can not insert data into table correctly.
    I think request.getParameter() has a bug, even after SP6
    installed.
    I have a work around for that, which will be attached
    in this message.
    You can put that jar file right BEFORE ".\lib\weblogic510sp6.jar"
    in the
    weblogic class path,
    then, weblogic should be able to decode encoded Chinese
    characters
    correctly.
    That bug was caused by deprecated JAVA API call from
    weblogic.utils.http.HttpParsing
    So I think this patch will fix the same problem in language
    environment
    other than Chinese too,
    providing 1) you are using not-too-low version of JDK;
    2) your system locale
    is the same
    as your target charset.
    I don't know whether BEA know this bug or not (or just
    do not think this is
    a bug), but this
    solution works for me: JDK1.3/Oracle 8i 8.1.6/Weblogic
    5.1+SP6
    However, this problem has nothing to do with database.
    Hope this can be some kind of help.
    Regards,
    Zhengmao Hu
    "Venkatraman K" <[email protected]> wrote in message
    news:[email protected]...
    We are having the following setup :
    WebLogic 5.1
    Microsoft SQL Server 7.0
    JDK 1.2.2
    Weblogic MSSQLJDriver for SQL 7.0
    We are facing the following problem:
    We have installed Chinese Language pack in the clientas well as in the
    machine where sql server is running and in the serverwhere weblogic is
    running.
    In Weblogic.properties, in jsp properties we have setthe encoding as
    gb2312
    In connectionpool setting also we have set as GBK.
    But whatever entering from JSP, it is getting storedin the database as
    junk characters (like ???????).
    If we retrive the data via jsp it is showing only junkcharacters (like
    Pl. can anyone give a solution for the same.
    Thanks in advance.
    begin 666 weblogic510sp6patch_getParameter.jar
    M4$L#!!0`" `(`(9M7RD````````````````)``0`345402U)3D8O_LH```,`
    M4$L'" `````"`````````%!+`P04``@`" "&;5\I````````````````%
    ``
    M`$U%5$$M24Y&+TU!3DE&15-4+DU&\TW,RTQ++2[1#4LM*L[,S[-2,-0SX.5R
    M+DI-+$E-T76J! D8ZQDH: 27YBGX9B87Y1=7%I>DYA8K>.8EZVGR<O%R`0!0
    M2P<(,_DUI$0```!$````4$L#!!0`" `(`-5L7RD````````````````E````
    M=V5B;&]G:6,O=71I;',O:'1T<"](='1P4&%R<VEN9RYC;&%S<XU8"7@4U1W_
    MO>SLSF0SP+(0, >G$,)N0KCD2$@H"5>0!#5!#'ADLAF2U60W[B&@MEI+6VM;
    M%<]B:RMJQ;:V16TW012OMIYMU1X>U=9:>WGTO@_I[S\[.0AKX<OWO??F__[W
    M^39/O_? 87A0J=;Y$<4>/Z[#]09N\",?-^JXR0^O`&_&9W3LU7&+P#^KXW-^
    M% B\&[?J^+P`OV#@-C_&8I\LM\O-'06X$U^4S[O\V(^[=7S)C\G8(^
    O%^ K
    MN*<`7\77='R]`*6X3Y;[A>X;@O5-`QG9^P5G0,=!/V;A`1%T2$X/RO*0+/T"
    M.RS+PX+_B'!XU,!C?CR.;PGXVP+^CGP^(<N3.I[R8[$HOQA/"_8S<GI63M_5
    M\3T_JK.&?5_ S^7S]+P?+^ 'LOQ0).X1V(_D\\<&7A34EP3RLMR]8N
    G!EX5
    MD:^)\)_*\C,_7L?/=;RAXQ=^;,(>`V\*_)>R_,J/7^,W!GYKX"T#;QMXQ\"[
    M!GYGX/<&_F#@CP;^9.#/!OYBX*\&_F;@[P;^8>"?!OYEX-\Z_J/COPJ>KMZ4
    MPL2-YUL7657I5+2GJC7::V^-Q^P:!=^."SJM74F%"=NR"#U6K*NJ)96(QKKD
    MNC<>2W7SVK<B&HNFZLBM?.Z9"EI#O--6&+<Q&K.;T[T==J+5ZN@AI*#+3JU*
    MI[H;8]OC"G/*CV4Z-Z>@0)^52-JGI^W$KBQ,86DNXHV1>&]5,AVK&K8F$N_I
    ML2.I:#R6K&JR^LAL60[*$R 4PX)]";O/CG4>I<F27/QVV!T]\:YHQ.&5K.I.
    MI?JJ'*K3K(35FW2X!3K2T9[.T5:=@":Y7*3W6A?8F\]H5*C.H<^V'&[-R<9G
    M)R-6'T-5EM._.2B,=&R0QH@F-\>2UG8>M?+&N5L5QD?2B80=2ZVV4O:@C1/+
    M<_(9*SX:B5=8OB$GXNSR$<DJ!#6Y\9:/Q&NP>A@W*U%S8K1&:D=\=;0KFA(U
    M&G-[JM...&GN7[,S8O<YX='Q'FE71'K<<O"WQ-.)B+TV*LD?6$\#&?XDZ><)
    M0Q-Q].DX8BHHI>"MMY+1B*GRE(=&[email protected];"$LFJ^E4M:Y8L7NW(3NA*,Y57
    M^5B@CH;1>%7CIB%U*'*TWA2I='+__TFVWDIV,]%,I+%#H6@8*<ND-7Z!'8M>
    M;"=,9:A\*E\F;/VF*L!N$Y?C,EV9IAJCQIIJG KH:KRI@FJLPJ31VM2GMV\7
    M+A/41%T5FFJ2FJRKDTQ5I(K9'8Y;"+/6Q%*)772<NYN-L9B=:.BQDDD[::H2
    M56RJ4B[X$"XSU10UE:K6FFH:M53354!AQB@G,WEWQ2)'Z4;#9IAJICI9&,R2
    M9;:IRM0<4Y6KN7(;,O%A7$'.LW45-E4%KC)5I9HGF%6FFH\K3+5 G<ST/CKO
    M3+50+3+Q47Q,F"R6T\<52H:1UB7LKG@B:L4&,U=0KC35*8)\/B[0U1)3+57+
    M!++<1 ]Z354M@O(JIIOX!-5 3&!3%'/5LZZIE2K.E\\5IJH5)>O42EU]P%2K
    M5+W"M.'09!OVVGBBUTJ-2*69PQB-C$*7U;,JT97N96V/0/(M6W;*\O,6B'-\
    M8E>#KE:;:HU:2Q5:TD3P- F:IS7->O!LL3OEW)WFNC81%1R+!>?98
    G.6KM#
    M\*T$UU5]">>\2VX=/AO2/0)/=PF5W<=U4T1HF^,7<65YT*9</7A$#1Y5'ILZ
    MSK>%P81AT B[BD>QRJ;(9CDS_9)]/=(HRG-TS(;<\\QG7YBVA+9P)$U6AQKI
    MF^7O5_X-W9P?D92=<#L`LS[;A[+YRB++.5098KU\6WUCH\P=G4.LQXK8@MS0
    MD+.YY1K-.?B267[,WIER.@+KZ;@ER]CTI5.C9K!K=PY/' M2&--M)9OB"=N1
    MF72>'%O?)]@C!BZM=F<W&[0M_:+%3LDL.=Z;@6@UQ[7,X65$&18K%6<00L=E
    MV^CBDG?9B6%RIHJK1\_/(;_X^+8ZU6:%&#R<:?5(B?FLOJS)%2<TS;,YY(R_
    M^. 4UNGN9D=N82X>DD[16*>]<]/V[-!OE*<#D^JXK;7F_=YP)T+I8T_L2G4[
    MT6_,FER_*V4G10<GVT45>;"-8K;>WLF"M9+.[HNPF%:ELL@-[+[E.8IA2&1^
    M5*BD_CC7N^V=CHO%:IW"Y<WL*+-!N&UPW)(<! >/?8;P*>Q>RTM;8?+(M\K0
    M`US83#CFM2-03Y=D7)D\34[$726YWC!#M_I%@Z;D)],=23?PD\H;<S]\QH^8
    M!+&4W25=QW >Z/S,W8"<M/"R`3DQ.=;2["^#X:]<K71N+@]A`7] 10'^$/7+
    M5.2I6&:AL\><?3SRY)T%A0OY-8.[XNX-]4/=RX-"@JN?2,!T:)C)GU9)I%ST
    M]V# Q_VFT!/[email protected]/0!Y&T,'_;NP\2@)^Q9F(&V%_EA;:%SKYH.P=O6#U^U
    M5J01F('>O!]ZM:8.>)9H^Q&L+-06!:IO@V\_QNS65*%6>7C?D7=ETSKW"0?O
    M0\BO]A9Y/8>0WU;I*=3Z^8@L\FK.ITM1J'5FH0>H93E_=M92RZP=S9C
    =3;M
    M**/><S"&][,PEU\AGBKIKGG$GH]56(1U_)EZ&DY!"\_G8"FV8QF=N9QNJ\$'
    ML0+7HXZ^2.,BUQ=5])%X:=PA%-!&<V,H/( QX0-#3AS+* #U5*:!@E<[Q#M<
    MXCB\_ -6'L+8ME @')B>P;A@H!_CF_9C=D4&P>;*0"V=6ZV%BS3/P@%,*-(T
    MV0YBH@=;B%%XRY%7AB,V%3K7]0BB$878P'"?RMAMI!V-U+N9PG=BERN\UQ5>
    MFTOXR?]/> :37-&OCA9].D6?0=$M%-U*T9OIRC/HMBT4?3$N<44_0I](`EU^
    M")/IM),VA@ZB2.$@^,*E\"T5!U&BB%7:7'D04^247ZWQ.#5[](9=NB)M`-,R
    MF!Z<P:7(F_W(8"97X<%WWU[XP\' \/<M1^X*$R$P/<!MW'"4YJ& ZU9&:1LF
    MXFQ,9O!GX%Q4X#PZKYU0"YWH8"V=S3+HI#67,AVRUMQ%:\21'8<PJXT5-+LI
    M%%B90=GGX*^0PYPMX<-U3J8OJP@7:@O%E52T?$M%H%9N': V""S4IFB=MPMI
    MF5PZV3UEWY$GZ?"YP_HNA,FUFWI$Z?'S443-2EGC,QG6^4S6I<RM-:SO)FK8
    M2O@Y+-]\>?*[.G^=Q2 1B(<R"*TH>=!HXB'<)'ZM.!P(M/>CHME1N:Z"Q;G$
    M6TCG5N[%S$K7\\%Y]*D`JX8]OA]C*T.%6@;S,UB05;R"A?QHY?L[?
    <=M]-)
    MC;%T: E=.H-*SJ&:5?S)U(PKT$98!+N)<_F0\D]2=7'XI8[RGEJJWRSJ9S4^
    MRVDGLV]#?:'F;2^Y'=4$:.V+!K!P+^95"C![GEE9.GBS2-\Y>+&H?4_K;BUO
    M/_S.]2)^J-UYM*5DWY&[L_VGE(UFV))JZ@Y<28T^P1*XBG9]"@%<S9YS#2;A
    M6JS$'IR%ZYA,-\#&C0S:30S6-;1D+\/&GTFN5<^QCT@3OKOXL\@O#DR[$X'B
    MP&7[8!:/QY$[X-7N*?X*K\D=Y ^&&I0&G.SNL]V]QMU7N'N=NZ]T]VWN?K:[
    MG^/NY[I[N[M?XNZ7NOL'W?U#LFOW>.X9\L D)QJ?9]%\@1;=ACMQ+XOB?L;L
    M(XQ<UKH*MT\&#F$Q$^B4#):LG#J I<-^S$Z;`?KO("GY&]"E##-5/=D.N[AM
    M:C^6-560</EHPH?D'Y<.X<='$&I9PFJ*K&FN#$T;P(K1A(^QZ!]W"*]T"9\B
    MF5AT:YBI71NZ#W49K PQ?S\@%=Z/53+([D-]**!GT*!U<J*5!U=S"1G\'L
    M'J6;SKD/:T->@A8.`D*LCH8,UF4_`@7#Z-4.P!P-&',TP^!Z:1%%VE&]H-BI
    M9(Y:%H9)Y<?C:<*>P<UXEB;R1Z]KUDHWP:85!_RW8_)@)3>R=HLSV,
    J/5 \
    M@%-'CZ[GR/YY,GR!/OHD:S#/8?:&.SVN&FSAGMK]L$*EK/ZZ*4Z>RMR%XV')
    MS#(G($"I,V<6L%DL"(=*M?927WL&&P.!`31=EX6/J>9<WT2>ISV\.X]UF!^>
    MXO23/%4J];[OR*W2P9LK@Z=G<$:U\P8HXH.@1>9^-39QW#2[^M=A'-<7&=^7
    M.'I?9D6^PN;X*IOC:\1\G9AOL K>9(O_)5O[K^5?SVR3;[$CO<UN\XY3:1IY
    M?9H<KAYZ+-WA)!5P67#]`%KO1UU 9^ZU>8*;6]JTX)DM;=[@EI8V7_"LEC8]
    MV-;29@2WMK0%?,%M+?>C/F!F<<\6W',$]US!/4]PVP77<G [N.K!"%<CV,DU
    M/VAS]0>W<RT(=I'3VN')&W04FDPE3^+CI80%.IENO\9Q_K6XUTETQ>EP)P[D
    MY?\/4$L'"+V&>>BS# ``H1@``%!+`P04``@`" #2;%\I````````````````
    M) ```'=E8FQO9VEC+W5T:6QS+VAT=' O2'1T<%!A<G-I;F<N:F%V8<T9:V_;
    M./)S^BOF#&PMU5[%=N*D:9*[2[?M-CVTV;NTM\ 51D#+M,U&EKP2%2=[F_OM
    M.\.7'I;S:&^!+0J+',Z+\^*0V7X&;Z5<_L323,0S^!Y>\3!9+$7$)S"^@7=G
    MKUX_`7@&<T1ZL;V]6JT"$4^3=,&DN SR6'R?1!,>C_-T%DSX]O\F/%J)[2\)
    MCNDGF,M%I!B<\W@"R'K!8YE!DL(XGT'*ETF*4YG ER2<\_COLS@/DG1&)-M/
    M8,G"2S;CL.+C*)F),,BEB+* E#E\`F)!U/"%73&U$/S (I3"TJ:U5TSR)OB/
    M*9\EJ6#Q7<3G,D7K?$PN>2Q^Y8TH'\6"_R>)289;Q>T&61X'!5:81!$/I4CB
    M+'C+LOE[5MK(W>BGDJ=,)NE#\35KAUPSX5M^?;AI3>_V$XTWXGR*LYLXU)@O
    M\^FT;)0:*H]#C(0T"UZ>G+_>VZ4`FRAT]&\^CD0(4Q&S",*(95DY&I_
    ?S$.
    M\-\R%5?H/L@D1ET(UM0P6T@X=M-@QJ4=>ZT?WW]L^8>-]%J<UOWS"%:7$W:3
    M(2.4MM4ZS^-6%UKO$_7YF'/Z_,PG:C;/Z?,F%?0Y9[*E^=\^2,XBB>7<R7G'
    ME( W?*S$L90^)\M4SV[H\TZK\BZ/U%H^4U+YDCYGH6QUB<^'Y(KF:-6:,E65
    M2F;U?*7!]C/@BZ6\48FF""MTVC-F)VX/:.*37,Y/L01X&H@H]-$\Q10\/8?C
    M8XCS*/(12OQ2+O,T5B#4;\LQU-ADE5+4!=DR$M)PZD(;VN3)$O<LP%R=R3D<
    MP0!^^PW^TGK),A&V`OY+SJ+,8GWNC7Q:MM/^Z!ZUSL9?,'T@T9]C!Q_?2([*
    M"LJ'+9G>J,T2?26D8<PROK<[,3,DYZLJAJ?V082"MES!#_17)Y-7J*Q(;B%D
    M,IR#IW)=),'IV>OKD"\IU4$DW(Y]IUEM9[=DOUB"H G6;_ $*M [!($V%-:>
    M..UT"AYD<)%]%LILP^=DM*UQRMFEXT@(\-?C@@.>(/T'^ORB=V%L9%8&(T+;
    MWOYU,<])A0(/'5E!1:VZT.N"\ \1_WX\C5IEV6] [71$M[*7-0%-5+UF0K47
    MLI*Q0\'E\-Z$P^*-AU^:\7_F/+TQLAH2SIPA,,?O`K]:-P/5T;;&QJ:5H5%(
    M1D4#NE^_JT1,[E&PJS9!`I2FM2/4($DW+UO581E=`^P3(A9RK]UIZW*
    %>^I
    M*N];JSGV*K8N.'8![N1]DG+%*?/\(J8K.E[T*03KM#&_EHJP2-='U"ODB3H>
    MMQTMFB!8YM++8YZ%;,G+U:D+:U#,>-_DUX.<@+;!ON4.-Z@EK/ULD<$O-%ZJ
    M\9_9+8,_P"V#FEM*I@B,$?__+C+;&N<BJKBH(35TX3<[&>M)V?KF8%"";2\(
    [email protected];XTBN/3\P*YX97=8(/GA`YJS[ %4*7A-]*"X($?/@7PG2'FA[@"P
    M9SZ8V/,U#^K(_L%O-J!?[%PT4OR;13DO:,H&"=A2^:GB#Q\ZT#INX6\%C.S]
    MXKB=-FZ>#K0F_C:*UZJW09.)\:-?Y !0#G3:_OW%TUAAP2[YIW^=UM/5QG01
    MU=I'ZQTW!B:!&B)F'=?:JMI'X5UNPJ_/IE[[;VT?&X&>/;K7.5O3$.:A;29<
    MEKH&PG47M'RQ>V&:#!IAGZ%'Y19CLZ!:SA'AB/+1^?0.'4MI_D@!_5$M:(SF
    MMJ_9ND/JTW8]:!J0B]!Y<* 819OZ[8H3C ]TZKB6U82$FHM:AZ56#3%FWDO$
    MP:I<M#P%D#HHZG"PVREU-H^J7$5[U('^GE\+E:$+E>%%K25%2#ED:"<(W","
    MZDYQ>51Q68;ASZ;<(YP[<OP[*AEX#PY8AK\&VS+B4<8W41K;A'.6GDB/Y/M_
    M?+5PA]#CPD ;=U\;]UO#XL%QH:4^=U+M\4,@].WZ#0,7U"5C9Q^>/M6D';S:
    M4>+AG)PDR$D_H,DM/D417N_N6!Z,S/&VI6#[) (\VK$/GD=4<WZM3ANL@%6N
    M1T>PZYOP:$0:F#JQI>?',+"1<^MBIR35[M'%*4XZG6*V;V:WRH1@'6%O4.L7
    M'Z10>;H1PR%9I]P39OJQ8IPD$6=XI70Y1)XL+O?JLM=3/H(C=%>?KM<*V!_L
    M._!@.*S=`66:<W7_6@EUC34L0[P`P\[N"S<<%L-]-QP>N.%>[email protected]&.&Q[T
    MBV&!<%!"**0=[+EA?[!3&N^6QL/26.$W[&K"IRR/9&UURC .'M4FAGF:8AM$
    M3Y6V8B@S10DN1B9C:14KB7GL\BK7-RF7)>+HX=6E3JD$:N$$A@G]E.1'=X@E
    MW"Y\O7 G$)F4]%A[J(69A806HC5<P[S+2&M,NO"M&W *%BPW[(D@068\J6UJ
    M:2Q8O6;.%K)Q4=E:K7QC=ZAX;&YM]!/I9R<>@\_;]ZDG&OGN/,7+GYO(5?)*
    MS/#R52$9^K[#H.NB'>N7T2K[@3]JQ*T@]9OY-4OO]\OB7]R+/G@<^LZ&S;F7
    MZ*]O"JO/RB;HG!IK)?H(^KU:_6WUJ-D1)2TTE^#*GFP/CW;]3EGK0S2^G*?)
    M*H/B:?+KKK=%6UB\4=9[F^I+)?5B$!9=B^W-BEND.7C"$@T5=>S!7FSJ\^R[
    M<_'F69!]I\GL6_#&FZI'FOAP&DL^0ZAZ,L.)[2&S?)R98YLZ#SRS\;/C=ZE!
    MUK+=R^^'?#'FZ1OUI[?"P+&"ZC_(U5Z!MYQ'E)E/HXC/6'22SG+Z&YQCX1DY
    MJF-QG4QUSZ4#KM%2H;/SK6EBJC?]@^(]IRGB*UVI(RF:S-;SY\.#BWXEBRH=
    M3REX\?_O4$L'"*4$5I,A" ``U!P``%!+`0(4`!0`" `(`(9M7RD``````@``
    M```````)``0```````````````````!-151!+4E.1B_^R@``4$L!`A0`%
    `(
    M``@`AFU?*3/Y-:1$````1 ```!0`````````````````/0```$U%5$$M24Y&
    M+TU!3DE&15-4+DU&4$L!`A0`% `(``@`U6Q?*;V&>>BS# ``H1@``"4`````
    M````````````PP```'=E8FQO9VEC+W5T:6QS+VAT=' O2'1T<%!A<G-I;F<N
    M8VQA<W-02P$"% `4``@`" #2;%\II016DR$(``#4' ``) ``````````````
    M``#)#0``=V5B;&]G:6,O=71I;',O:'1T<"](='1P4&%R<VEN9RYJ879A4$L%
    3!@`````$``0`(@$``#P6````````
    `
    end

  • Can someone competent help me? Very Urgent help Much Apreciated

    does anyone know what the
    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented
    error refers to? i cannot wee why i am getting this error when ever i run a SQL query through JDBC
    PLEASE HELP ME OR EVE IF YOU ARE UNSURE POST ME A SUGGESTION AND I WILL TY IT OUT
    thank you

    Can you post the code inside the try-catch block that is tossing this exception? Especially post the code containing whatever SQL statement is causing it, and tell us what kind of database it is hitting.

  • Very urgent help needed- Error while passing XML document to Oracle stored

    Hi !
    I have been struggling a lot to call Oracle 9i stored procedure passing Stringbuilder object type from ASP.NET
    I am using Visual Studio 2008 Professional, OS: Windows XP and Oracle: 9.2.0.1.0
    Following is the procedure:
    CREATE or REPLACE PROCEDURE loadCompanyInfo (clobxml IN clob) IS
    -- Declare a CLOB variable
    ciXML clob;
    BEGIN
    -- Store the Purchase Order XML in the CLOB variable
    ciXML := clobxml;
    -- Insert the Purchase Order XML into an XMLType column
    INSERT INTO companyinfotbl (companyinfo) VALUES (XMLTYPE(ciXML));
    commit;
    --Handle the exceptions
    EXCEPTION
    WHEN OTHERS THEN
    raise_application_error(-20101, 'Exception occurred in loadCompanyInfo procedure :'||SQLERRM);
    END loadCompanyInfo ;
    And following is the ASP.net code:
    StringBuilder b = new StringBuilder();
    b.Append("<?xml version=\"1.0\" encoding=\"utf-8\" ?>");
    b.Append("<item>");
    b.Append("<price>500</price>");
    b.Append("<description>some item</description>");
    b.Append("<quantity>5</quantity>");
    b.Append("</item>");
    //Here you'll have the Xml as a string
    string myXmlString1 = b.ToString();
    //string result;
    using (OracleConnection objConn = new OracleConnection("Data Source=testdb; User ID=testuser; Password=pwd1"))
    OracleCommand objCmd = new OracleCommand();
    objCmd.Connection = objConn;
    objCmd.CommandText = "loadCompanyInfo";
    objCmd.CommandType = CommandType.StoredProcedure;
    //OracleParameter pmyXmlString1 = new OracleParameter("pmyXmlString1", new OracleString(myXmlString1));
    objCmd.Parameters.Add("myXmlString1", OracleType.clob);
    objCmd.Parameters.Add(myXmlString1).Direction = ParameterDirection.Input;
    //objCmd.Parameters.Add("result", OracleType.VarChar).Direction = ParameterDirection.Output;
    try
    objConn.Open();
    objCmd.ExecuteNonQuery();
    catch (Exception ex)
    Label1.Text = "Exception: {0}" + ex.ToString();
    objConn.Close();
    When I am trying to execute it, I am getting the following error:
    Exception: {0}System.Data.OracleClient.OracleException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'LOADCOMPANYINFO' ORA-06550: line 1, column 7: PL/SQL: Statement ignored at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc) at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals) at System.Data.OracleClient.OracleCommand.ExecuteNonQueryInternal(Boolean needRowid, OciRowidDescriptor& rowidDescriptor) at System.Data.OracleClient.OracleCommand.ExecuteNonQuery() at Default.Button1Click(Object sender, EventArgs e)
    I understand from this that the .net type is not the correct one, but I am not sure how to correct it. I could not find any proper example in any documentation that I came across. Most of the examples give information on how to read but not how to insert XML into Oracle table by calling Stored Procedure.
    Can you please help me to solve this problem? I hope that you can help solve this.
    Also, can you please give me an example of passing XML document XMLdocument to Oracle Stored procedure.
    In both the cases, if you can provide the working code then it would be of great help.
    Thanks,

    Hi ,
    Additional to the Above error details my BPEL code looks like this:
    <process name="BPELProcess1"
    targetNamespace="http://xmlns.oracle.com/Application10/Project10/BPELProcess1"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/Application10/Project10/BPELProcess1"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <partnerLinks>
    <partnerLink name="bpelprocess1_client" partnerLinkType="client:BPELProcess1" myRole="BPELProcess1Provider" partnerRole="BPELProcess1Requester"/>
    </partnerLinks>
    <variables>
    <variable name="inputVariable" messageType="client:BPELProcess1RequestMessage"/>
    <variable name="outputVariable" messageType="client:BPELProcess1ResponseMessage"/>
    </variables>
    <sequence name="main">
    <receive name="receiveInput" partnerLink="bpelprocess1_client" portType="client:BPELProcess1" operation="process" variable="inputVariable" createInstance="yes"/>
    <invoke name="callbackClient" partnerLink="bpelprocess1_client" portType="client:BPELProcess1Callback" operation="processResponse" inputVariable="outputVariable"/>
    </sequence>
    </process>
    Kindly help if anyone has faced this Issue before.
    Regards,
    Rakshitha

Maybe you are looking for

  • Why does "Open Browser Window" Behavior only give the option for "OnMouseOver"?

    The title says it all.  I want to use the OnClick behavior butit will not let me have that option.  I can not figure it out, nor find anything on Google. Any help would be appreciated. Thanks, Ryan.

  • Need picking strategy FM

    Hello Gurus, I am trying to determine storage location for material picking using picking strategy and am looking for some FM to help me in this task. Any ideas? Regards, FS

  • A gracefull way of shutting down a switch

    Is there a way of gracefully shutting down a switch (CatOS) and a router (IOS) short of powering them down? Thanks.

  • My iTunes is Locked

    "iTunes library file is locked, on a locked disk, or you do not have write permission for this file" message Will you please help about this?

  • Please Help ~ Java Problems

    Please help me.. I have an error that says in a box that pops up when I start my computer that says this as the Title: "WJViewError" and then this in the middle of the box: "ERROR: java.lang.NoClassDefFoundError" . I don't know how to fix this, maybe