Error whlle translating Amount into Arabic

Hi,
I designed SAP SCRIPT for Automatic Payment Transactions (F110).
this transaction is using standrd driver program RFFOD__T.
When Im executing into arabic i get the error
Entry AR H 3 in table T015Z does not have a delimiter (;).
I have already Checked the table T015Z and it contain entries in arabic but ends with arabic semicolon
KINDLY HELP

Hi MAX,
I have checked and debugged the program and found this :
in FORM schreiben.
IF t015z-wort NA ';'.                "Abbruch bei fehlendem Delimiter
    MESSAGE a076 WITH t015z-spras t015z-einh t015z-ziff.
  ELSE.
    spell-word(30) = t015z-wort.
    WHILE spell-word(1) NE ';'.
      SHIFT spell-word CIRCULAR.
    ENDWHILE.                          "Betrag in Worten ist nun ohne
    spell-word(30) = space.            "Delimiter rechtsbündig zugefügt
  ENDIF.
where as when i checked in Table T015Z for arabic language the semicolon is in arabic form (؛) and not in english (

Similar Messages

  • Amount in Arabic

    Hi All
    We have developed a Bi-lingual form (English and Arabic) with arabic as original language.
    we need to display a value field(amount) in arabic and english.
    We have amount in english like 81,321.50 .
    How to display amount in arabic ? Numericals should be in arabic language.
    As we didn't find a solution for this , we had created a Z FM to convert this amount into arabic amount.
    Now we have issue with comma. Conversion is working fine and in print preview it is displayed properly.
    But when we print this form, everything is printed properly as in print preview except COMMA. Comma (,) is printed as a mirror image.
    Thanks in advance.
    Regards
    Sunil

    Hello,
    You can use function module SPELL_AMOUNT in Arabic.
    Check SAP notes 1357190 and 1417027.
    Regards,
    David

  • Problem in translation of english text into arabic language

    Hello Everybody,
    Application:
    I had developed an applciation which needs to be run in both EN / AR languages.
    In the applIcation I am using POPUP_TO_CONFIRM FM for confirmation before exiting from a screen.
    I am using a TEXT-ELEMENT  for the text of tht FM , I had translated the text in that text element into
    Arabic successfully.
    Query:
    When i am looged in through arabic lang , if the screen direction is LTR (Left to right) then
    the text in the pop up was displaying properly in arabic.
    but if the screen direction is from RTL (Right to left) then the text in the pop up is coming in a special symbols like ... or weird symbols. I am not understanding why?
    Could any body give suggestion regarding this .
    Thanks,
    Pavan.

    Hi,
    try using the fm SPELL_AMOUNT
    with language key AR so that you wil get your desired output.
    Regards,
    Madhumahesh

  • Arabic translation pasted into InDesign from Google Translate?

    When I copy from Google Translate, paste into InDesign, and convert to Geeza Pro (an Arabic font in InDesign), the characters come in reverse order. Example in English: Google Translate = WEATHER (correct). After it's pasted into Indesign and converted to an Arabic font: REHTAEW (not correct). I know this has to do with the right to left reading. Is there a way to fix this since I have an entire business system I need to design and I can't spend the time to alter each word in InDesign after it's translated.

    I'm running CS5.5. Yes ... I know I should upgrade, eat more whole foods, and less alcohol.
    I do 100% of my Arabic work in CS4, with ye olde version of World Tools. There's nothing for you in upgrading to CS6; CS5.5 has every scrap of functionality you need. The javascripts you found on that old Thomas Phinney blog-posting will do 85% of the things that the World Tools plugin will do, and I think you probably don't need the other 15% if I understand your project correctly. If you need to make booklets with the spine on the right, you'd need InDesign ME or World Tools. Otherwise I think you will be just fine using those scripts.
    (If you are a menu-driven type who can't stand a lack of visual feedback, then World Tools is worth every penny. One of the drawbacks of the scripting solution is that there's no obvious check-mark next to "Direction: Right To Left" if you're just using the scripts.)

  • Jdev11.1.1.6.0-Error while translating message to native format-FileWrite

    Im reading a file from a service and transforming the data and writing them into a file through the external reference using a Mediator component.
    I have no problem while building or deploying.
    But while executing I get an error as follows:
    Non Recoverable System Fault :
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'WriteAppointmentRequestInLogFile' failed due to: Translation Error. Translation Error. Error while translating message to native format. Please make sure that the payload for the outbound interaction conforms to the schema. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    My input is a File Adpater Read operation and output is File Adapter Write operation.
    The schemas are as below:
    Input schema:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    xmlns:tns="http://stmatthews.hospital.com/ReadFileDoctorsAppointmentRequest"
    targetNamespace="http://stmatthews.hospital.com/ReadFileDoctorsAppointmentRequest"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    nxsd:version="NXSD"
    nxsd:stream="chars"
    nxsd:encoding="US-ASCII"
    <xsd:element name="doctorAppointmentRequestRoot"><xsd:complexType>
    <xsd:sequence>
    <xsd:element name="doctorAppointmentRequest" minOccurs="1" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="C1" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C2" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C3" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C4" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C5" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C6" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C7" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C8" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C9" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C10" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C11" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C12" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C13" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C14" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C15" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    Output Schema:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    xmlns:tns="http://stmatthews.hospital.com/LogDoctorAppointmentRequests"
    targetNamespace="http://stmatthews.hospital.com/LogDoctorAppointmentRequests"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    nxsd:version="NXSD"
    nxsd:stream="chars"
    nxsd:encoding="US-ASCII"
    <xsd:element name="AppointmentRequestsLog"><xsd:complexType>
    <xsd:sequence>
    <xsd:element name="AppointmentRequest" minOccurs="1" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="C1" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C2" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C3" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C4" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C5" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C6" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C7" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C8" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
    <xsd:element name="C9" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <!--NXSDWIZ:C:\SOAHandbook\DoctorsAppointmentRequestProcessor\DoctorAppointmentRequestProcessor\samples\Logged_DoctorsAppointmentRequestFile.txt:-->
    <!--USE-HEADER:false:-->
    Transformation XSL used in Mediator:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsl:stylesheet version="1.0"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/file/DoctorsAppointmentRequestProcessor/DoctorAppointmentRequestProcessor/ReadFileDoctorsAppointmentRequest"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:socket="http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator"
    xmlns:mhdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction"
    xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:imp1="http://stmatthews.hospital.com/ReadFileDoctorsAppointmentRequest"
    xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:med="http://schemas.oracle.com/mediator/xpath"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:ns1="http://stmatthews.hospital.com/LogDoctorAppointmentRequests"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpmn="http://schemas.oracle.com/bpm/xpath"
    xmlns:ns0="http://xmlns.oracle.com/pcbpel/adapter/file/DoctorsAppointmentRequestProcessor/DoctorAppointmentRequestProcessor/LogDoctorAppointmentRequests"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    exclude-result-prefixes="xsi xsl tns pc plt wsdl imp1 jca xsd ns1 ns0 xp20 bpws bpel bpm ora socket mhdr oraext dvm hwf med ids xdk xref bpmn ldap">
    <xsl:template match="/">
    <ns1:AppointmentRequestsLog>
    <ns1:AppointmentRequest>
    <ns1:C1>
    <xsl:value-of select="xp20:current-date()"/>
    </ns1:C1>
    <ns1:C2>
    <xsl:value-of select='substring-before("doctor1234_20120926_helloworld","_")'/>
    </ns1:C2>
    <ns1:C4>
    <xsl:value-of select="concat(/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C2,/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C3)"/>
    </ns1:C4>
    <ns1:C5>
    <xsl:value-of select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C4"/>
    </ns1:C5>
    <ns1:C6>
    <xsl:value-of select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C5"/>
    </ns1:C6>
    <ns1:C7>
    <xsl:value-of select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C12"/>
    </ns1:C7>
    <ns1:C8>
    <xsl:value-of select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C14"/>
    </ns1:C8>
    <ns1:C9>
    <xsl:value-of select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C15"/>
    </ns1:C9>
    </ns1:AppointmentRequest>
    </ns1:AppointmentRequestsLog>
    </xsl:template>
    </xsl:stylesheet>
    Just in case if you are aware, Im trying the example in Lucas Jellema's book Chapter 7 and Im getting the error there in the first example project.
    I have seen few very old threads on this problem in the forum but none of them had any answers so opening up a new one.
    Thanks.

    Your transformation with for-each look is incorrect.
    This is what you have right now:
    <ns1:AppointmentRequestsLog>
    <xsl:for-each select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest">
    <ns1:AppointmentRequest>
    <ns1:C1>
    <xsl:value-of select="xp20:current-date()"/>
    </ns1:C1>
    <ns1:C2>
    <xsl:value-of select='substring-before("doctor1234_20120926_helloworld","_")'/>
    </ns1:C2>
    <ns1:C3>
    <xsl:value-of select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest/imp1:C2"/>
    </ns1:C3>This is the correct way to write for-each within XSLT:
    <ns1:AppointmentRequestsLog>
    <xsl:for-each select="/imp1:doctorAppointmentRequestRoot/imp1:doctorAppointmentRequest">
    <ns1:AppointmentRequest>
    <ns1:C1>
    <xsl:value-of select="xp20:current-date()"/>
    </ns1:C1>
    <ns1:C2>
    <xsl:value-of select='substring-before("doctor1234_20120926_helloworld","_")'/>
    </ns1:C2>
    <ns1:C3>
    <xsl:value-of select="imp1:C2"/>
    </ns1:C3>Also, check the flow trace in the EM console for the instance which errored out and paste here the data which is being sent to the FileWrite Adapter. Also, you need to ensure that any elements which are defined as xs:int should not have empty string as values. For example in your write schema C3 has int. So you should map C3 in XSLT like following:
    <xsl:choose>
    <xsl:when test="imp1:C2 and string-length(imp1:C2) > 0">
    <ns1:C3>
    <xsl:value-of select="imp1:C2"/>
    </ns1:C3>
    </xsl:when>
    <xsl:otherwise>
    <ns1:C3>0</ns1:C3>
    </xsl:otherwise>
    </xsl:choose>

  • Error while translating message to native format

    Hi,
    I am getting the following error.
    file:/D:/product/10.1.3.1/OracleAS/bpel/domains/default/tmp/.bpel_BPELProcess_Wait_1.0_f424c58781ab2927050a79384d0d7535.tmp/writeName.wsdl [ Write_ptt::Write(opaque) ] - WSIF JCA Execute of operation 'Write' failed due to: Translation Error.
    Error while translating message to native format [Caused by: Error in encoded stream, got 1].
    i have created a file adapter for writing to which i am passing some value and the output format is opaque.
    Just check the below one, "Roshx" is one i want to write to the file.
    Invoke_1 (faulted)
    [2008/01/14 15:39:16] Faulted while invoking operation "Write" on provider "writeName".less
    -<messages>
    -<input>
    -<Invoke_1_Write_InputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="opaque">
    <opaqueElement xmlns="http://xmlns.oracle.com/pcbpel/adapter/opaque/">Roshx
    </opaqueElement>
    </part>
    </Invoke_1_Write_InputVariable>
    </input>
    -<fault>
    -<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    file:/D:/product/10.1.3.1/OracleAS/bpel/domains/default/tmp/.bpel_BPELProcess_Wait_1.0_f424c58781ab2927050a79384d0d7535.tmp/writeName.wsdl [ Write_ptt::Write(opaque) ] - WSIF JCA Execute of operation 'Write' failed due to: Translation Error.
    Error while translating message to native format [Caused by: Error in encoded stream, got 1].
    </summary>
    </part>
    </bindingFault>
    </fault>
    </messages
    Please suggest.
    Thanks,
    Rosh

    Hi,
    We can create an xsd like following:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://myorg.com/integration" elementFormDefault="qualified" attributeFormDefault="unqualified" nxsd:encoding="ASCII" nxsd:stream="chars" nxsd:version="NXSD" xmlns:tns="http://myorg.com/integration" xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <xsd:element name="file" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eof}">
         </xsd:element>
    </xsd:schema>
    And import it into your BPEL process and before calling write partnerlink assign whatever value you want to "file" element.
    I hope this helps you.
    Thanks,
    -Vidya

  • Errors about Translation (localization)

    Hello
    I have found 2 errors about translation (localization) for the hebrew version.
    my product is :
    Ideatab A3000
    Android version: 4.2.2
    build number: A3000_A422_000_130617_ww_sms
    who should I contact to report which bugs are found?
    will it be fixed?

    Krishna,
      IN  'X 'system there will be translation table.I think from some where you are receiving the vendor numbers.If so take those numbers and  check that number in tahat table.
      EX:  select requred data from translation table where vendor no eq 'your incoming no.'
      if sy-subrc eq 0.
    DATA : V_COUNTR LIKE EDIDS-COUNTR,
           FNAME(255) TYPE C VALUE '/data/sapdata/eu_ums/astdetails'.
          CONSTANTS : C_COMMA TYPE C VALUE ','.
    I_FINAL-DOCNUM = 'IDOCNO'.
    I_FINAL-STATXT = 'ERROR TEXT'.
    I_FINAL-STAPA1 = 'ERROR DETAILS'.
    I_FINAL-QMNUM = 'NOTIFICATION'.
    I_FINAL-ZASSETCLASS = 'ASSETCLASS'.
    I_FINAL-ZDATACODE = 'DATACODE'.
    I_FINAL-ZMFRCODE = 'MANUFACTURER'.
    I_FINAL-ZMODELCODE = 'MODELCODE'.
    I_FINAL-ZSERNO = 'SERIALNO'.
    INSERT I_FINAL INDEX 1.
    CLEAR I_FINAL.
    FREE I_EDIDS.
    FREE I_EDID4.
    ***Changed by Murali
    IF SY-BATCH = 'X'.
      LOOP AT I_FINAL.
        CONCATENATE
            I_FINAL-DOCNUM
            I_FINAL-STATXT
            I_FINAL-STAPA1
            I_FINAL-QMNUM
            I_FINAL-ZASSETCLASS
            I_FINAL-ZDATACODE
            I_FINAL-ZMFRCODE
            I_FINAL-ZMODELCODE
            I_FINAL-ZSERNO
              into I_DISPLAY-REC SEPARATED BY C_COMMA.
         APPEND I_DISPLAY.
         CLEAR I_DISPLAY.
      ENDLOOP.
    OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE.
          LOOP AT I_DISPLAY.
            TRANSFER I_DISPLAY TO  FNAME.
          ENDLOOP.
        CLOSE DATASET FNAME.
    ENDIF.
    Pls. Mark if useful

  • Translate English to Arabic

    Hi All,
    Would you plz give me what are the steps involved in while translating english to arabic. I am using Oracle 10g DS & 9i database.I have setted the NLS_LANG via editing registry.

    Do you mean you need to translate "text written in the English language" into "text written in the Arabic language"?
    That is a fairly complicated process and Oracle definitely does not do it.
    There are some programs you can find on the web to translate human languages, but the results tend to be mediocre at the very best (and insanely bad in most cases, although often humorous).
    Can you describe what exactly you need to translate? Maybe we can give you some more ideas.

  • Amount into Word (i.e. 1001 one thousand one)

    can some body help me to tell me that any function in Oracle which can translate any given amount into words.
    regards
    Zahid

    select to_char(to_date(873,'J'), 'JSP') as converted_form from dual;
    CONVERTED_FORM
    EIGHT HUNDRED SEVENTY-THREESource:http://www.oracle.com/technology/oramag/code/tips2005/011705.html
    2.Convert amount in words to amount in numbers
    HTH
    Girish Sharma

  • Background job finishes but error Error While Updating Material into Standard SAP5678

    Dear
    we run background job which finishes successfully but when we sqw logs it shows
    Error While Updating Material into Standard SAP5678
    Kindly share the reasons
    Regards

    This is an ERP Upgrade space and you should consider raising threads in the right space for prompt replies. Next time consider using SAP NetWeaver Administrator space for issues like these. Also you should consider closing your previous thread with the correct answer for future reference.
    What I see is a custom job. You should check what the job does and also the trace file of the work process and the consult with the application team or the developer for more information. Unfortunately with that screenshot there is nothing much we can advice you.
    Regards
    RB

  • Error while uploading file into KM

    Hi Experts,
    I m getting error while uploading file into KM. Its throwing an error message like " Syngenta-POC.doc" does not exist, or file is empty; you cannot upload empty files"
    please assists me.

    Shantanu,
    Please check the files which you are upload is empty or unknown format. If everything seems valid then try to check for the corresponding SAP Note in service.sap.com
    Ram

  • How to write errors in sqlplus script into logging table?

    Hi,
    I am having sqlplus script which do some DDL and DML statements.
    Now is there any way to logg errors which pop up when the script is esxecuting?
    For example something like:
    WHENEVER SQLERROR EXIT SQL.SQLCODE
    BEGIN
    /* SOME DDL OR DDL */
    CREATE TABLE A
    COL_1 NUMBER,
    COL_2 NUMBER
    /* Wrong sql statement */
    INSERT INTO TABLE_DOWS_NOT_EXISTS(....);
    EXCEPTION WHEN OTHERS THEN
    INSERT INTO logging_tbl (error_description) VALUES(SQL.SQLCODE);
    END;
    I know, this one will tell sqlplus to exit with sql error code without trapping into exception section, but is there any way to handle it?
    Thanks

    An approach would be to enable spooling in the beginning of your script. Wrap dbms_output into an error_log procedure. The error_log should simple write an errorcode + message to the prompt.<br>Afterwards - a search batchjob or manual search for errorcode occurances in the script spool file(s) should reveal the outcome.

  • OS X 10.8.3 iMessege Sign into apple ID error - "Could Not Sign Into iMessege"

    Hi! I'm just new to apple. When I try and sign into iMessege I get an error "Could not sign into iMessege" "Could not sign into iMessege please check your network connection and try again."
    Any suggestions? Im on Mountian Lion OS X 10.8.3.
    Thanks.

    FaceTime, Game Center, Messages: Troubleshooting sign in issues

  • Converting the amount into words in different languages

    Hi All,
    Is there any FM to convert the amount into words in a specific language.
    SPELL_AMOUNT FM is not working for some of the languages like portuguese, etc..
    Any idea on this.
    Thanks in Advance.

    Hi,
    Use the FM:
    CALL FUNCTION <b>'Y_AMOUNT_IN_WORDS'</b>
    Hope it helps.
    Reward if helpful.
    Regards,
    Sipra

  • Could smd translate this into JS-language

    I'd like to compare speed of two languages - vbs/js.
    So, if smbd have spare time, translate this, pls into JS:
    b Set MyInd = CreateObject("InDesign.Application.CS3")
    b Set myDoc = MyInd.ActiveDocument
    b Set myTable = MyInd.Selection.Item(1).Parent.Parent 'get the table into object
    b CC = myTable.Cells.Count
    b Tt = 100 / CC 'step of tinting
    b For i = 1 To CC
    b myTable.Cells.Item(i).FillColor = "Red"
    b myTable.Cells.Item(i).FillTint = 100 - Tt * i
    b Next
    I'd like to test it on table 20x20. Cause in VBS it works extremely slow. Wonder, what about JS speed?

    OK, thanks!
    -----Original Message-----
    From: Robert_Tkaczyk [mailto:[email protected]]
    Sent: Friday, April 18, 2008 9:51 PM
    To: [email protected]
    Subject: Re: Could smd translate this into JS-language
    A new message was posted by Robert_Tkaczyk in
    InDesign Scripting --
    Could smd translate this into JS-language
    for VB:
    Property EnableRedraw As Boolean
    Member of InDesign.ScriptPreference
    If true, enables redraw during script execution.
    in JS redrawing is turn off by default - you need to call Recompose or
    something like that to redraw/refresh - needed when working with Text
    robin
    www.adobescripts.com
    View/reply at
    Replies by email are OK.
    Use the unsubscribe form at
    to cancel
    your email subscription.
    __________ NOD32 3038 (20080418) Information __________
    This message was checked by NOD32 antivirus system.
    http://www.eset.com

Maybe you are looking for