Balance in Transaction Currency in  j1ih T- Code

Hi can any body help me out, when i am creating excise invoice in J1IH i am getting this error mess.
We are creating excise JV through transaction code J1IH as
Modvat account selection is RG23C
If i am posting in same in RG23A  the document is post with no error.
ERROR
Balance in transaction currency
Message no. F5702
Diagnosis
A balance has occurred in transaction currency 'INR' with the following details:
Exchange rate '00', amount '           324.45-' and currency key 'INR'.
The data in the transaction currency were transferred from the calling application.
System Response
Your data cannot be processed in FI.
Procedure
The error is probably in the calling application.
thanx in adv

Please check what the amount in the error represents? Is it the total of excise duty or any specific duty element, it is not able to post that duty element perhaps because of lack of balance in the registers. Please check

Similar Messages

  • Balance in transaction currency in MIRO

    Hi,
    I am doing a MIRO using the PO of the vendor. There is no balance showing up and it is green with 0.00 as the value. The GR amount matches perfectly with the amount entered. There is only one currency being used - USD. Yet, I am getting the error F5702 - Balance in transaction currency.  The tax code matches the one on the PO and it is non taxable. I have tried all options - calculate tax or without it but the error just persists. We are on ECC 6.0
    Can anyone tell me what else I need to be checking?
    Thanks a lot!

    Hi,
    Please check the following threads which are frequently asked
    Balance in transaction currency
    Excise Invoice Error In J1IIn
    Balance in transaction currency
    Also check the following note
    Note 763141 - Error: Balance in transaction currency - J1IEX
    Regards,
    Rajesh

  • Balance in Transaction Currency error in J1IH

    hi experts,
    I'm doing transaction J1IH,under which i clicked 'other adj'.When i do the proceedings and at the end it gives me the following error 'Balance in Transaction Currency'.
    PLs help.
    Gaurav

    Hi
    You need to give the Cenvat on Hold account for accumulation of the balance 50% credit to be availed in the next financial year.This has to be given in the following path in config
    Logistics General - Tax on Goods movements - India - Account Determination - Specify GL Accounts per Excise Transaction and enter the Cenvat on Hold account against Excise transaction type DIEX for the excise group, company code combination.
    Reward points if found useful.
    Regards,
    K Lakshmanan

  • TR6C challan updation in J1IH error  Balance in transaction currency

    HI Experts,
    while updating TR6C challan in J1IH  iam getting the below error
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount '           500.00' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.
    if i go back from the T code iam getting the below run time error
    Runtime Errors         SYSTEM_ON_COMMIT_INTERRUPTED
    Date and Time          21.02.2012 13:21:41
    Short text
         The COMMIT WORK processing must not be interrupted.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPMSSYD" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         During the COMMIT WORK statement, the following are executed:
         - the routines registered with the statement PERFORM .. ON COMMIT,
         - the registered methods for the events of the object services
           and
         - possibly the local update (SET UPDATE TASK LOCAL).
         An exception was raised and caught. The normal sequence of the routines
         was interrupted by this resulting in the program being continued before
         the call of COMMIT WORK. As this can lead to inconsistencies, the
         processing cannot be continued in the normal way.
    Trigger Location of Runtime Error
    rgds
    gopal

    Hello Gopal,
    For the relevant document, please check the total of Credit equals total of Debit.  I guess they are not matching.
    Try to match to correct values and this should resolve your issue.
    Vikas.

  • Error "Balance in transaction currency" using T.code J1iex

    Hello all,
                When i am capturing an excise invoice using T.code J1iex, the excise invoice is getting captured, but when we are trying to post the vendor using the same T.code j1iex,it is giving an error"Balance in transaction currency". Please help me and try to solve my problem asap.

    Hai,
    1.Flag the check box for rounding duty on procurement in IMG - Logisitics general - Tax on goods & mvts - India - Basic settings - Company code settings.
    2. Manually round off the excise values to next value in J1IEX - Change mode - item level - excise values.

  • Message no. F5702 Balance in transaction currency

    Hi,
    When I am doing the Asset Settlement, I am getting the below error. Kindly help me out.
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount ' 5,850,000.00' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.
    Kindly help me out with the Solution.
    I will assign the points for the solution.
    Regards
    Kshipra G

    Please check the below SAP Notes
    [Note 632348 - Settlement to fixed asset in other company code RW022, F5702|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=632348]
    [Note 710064 - AIBU settlement to foreign receivers: Error F5702|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=710064]

  • Error FI/CO interface: Balance in transaction currency from BAPI BAPI_ACC_DOCUMENT_POST

    Hi All,
    We are facing error FI/CO interface: Balance in transaction currency from BAPI BAPI_ACC_DOCUMENT_POST.
    This error we are getting only in case of passing tax data.
    Can anyone help me on this.
    Below is the code :
       *fill header
    gd_documentheader-username   =  sy-uname.
    gd_documentheader-header_txt = 'Test'.
    gd_documentheader-comp_code  = p_ccode.   "SQ
    gd_documentheader-doc_date   =  sy-datum.
    gd_documentheader-pstng_date =  sy-datum.
    gd_documentheader-doc_type   = 'KR'.
    gd_documentheader-ref_doc_no = p_xblnr. "SQ
    *gd_documentheader-bus_act = 'RMWE'.
    city = p_city.
    state = p_state.
    zipcode = p_zip.
    *get tax juridisction code
    IF NOT ( city     IS INITIAL ) AND
       NOT ( state    IS INITIAL ) AND
       NOT ( zipcode IS INITIAL ).
      SELECT SINGLE rfcdest INTO ttxd-rfcdest FROM ttxd
       WHERE kalsm = 'TAXUSX'.
      CLEAR x_com_jur.
      REFRESH t_com_jur.
      x_com_jur-city     =  city.
      x_com_jur-state    =  state.
      IF zipcode+5(4) EQ space.
        zipcode+5(4) = '0000'.
      ENDIF.
      CONCATENATE zipcode+0(5) '-' zipcode+5(4)
             INTO x_com_jur-zipcode.
      x_com_jur-country  = 'US'.
      CALL FUNCTION 'RFC_DETERMINE_JURISDICTION'
        DESTINATION ttxd-rfcdest
        EXPORTING
          location_data    = x_com_jur
        IMPORTING
          location_err     = x_com_err
        TABLES
          location_results = t_com_jur.
      IF sy-subrc = 0.
        READ TABLE t_com_jur INTO x_com_jur INDEX 1.
        it_accountgl-taxjurcode =  x_com_jur-txjcd.
      ENDIF.
    ENDIF.
    *fill AP (line 1) - vendor related data
    SELECT SINGLE zterm FROM lfb1 INTO p_zterm WHERE lifnr = p_lifnr.
    it_accountpayable-itemno_acc = 1.
    it_accountpayable-tax_code = p_txcd.
    it_accountpayable-pmnttrms   = p_zterm. "SQ
    it_accountpayable-vendor_no  = p_lifnr. "SQ
    *it_accountpayable-item_text = 'S2P Testing in UDR1'. - SQ
    it_accountpayable-pymt_meth = p_pmet. "- SQ
    APPEND it_accountpayable.
    *fill GL (line 2)
    it_accountgl-itemno_acc      =  2.
    *item_text - sq
    IF p_asset IS NOT INITIAL.
      TABLES : anlz,
               anla.
      SELECT SINGLE * FROM anlz  WHERE anln1 = p_asset.
      SELECT SINGLE * FROM anla WHERE anln1 = p_asset.
    *concatenate '00' anla-KTOGR into it_accountgl-gl_account .
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = anla-ktogr
        IMPORTING
          output = it_accountgl-gl_account.
      it_accountgl-asset_no = p_asset.
      it_accountgl-sub_number = '0000'.
      it_accountgl-cs_trans_t = '105'.
      it_accountgl-acct_type = 'A'.
    ELSE.
      it_accountgl-gl_account      = p_gl.
      it_accountgl-costcenter      = p_cc.
      it_accountgl-wbs_element     = p_posid.
    ENDIF.
    it_accountgl-comp_code       = p_ccode.
    it_accountgl-tax_code = p_txcd.  "SQ
    it_accountgl-pstng_date      =  sy-datum.
    it_accountgl-fisc_year       =  sy-datum(4).
    APPEND it_accountgl.
    CLEAR it_currencyamount.
    *fill currency ammounts for lines 1 & 2
    it_currencyamount-currency    = p_waers.  "SQ
    it_currencyamount-itemno_acc  = 1.
    *it_currencyamount-amt_base =  -1.
    it_currencyamount-amt_doccur  = - 116. "p_totamt.
    it_currencyamount-CURRENCY_ISO = 'USD'.
    it_currencyamount-tax_amt  = - 16.
    APPEND it_currencyamount.
    CLEAR it_currencyamount.
    it_currencyamount-itemno_acc  = 2.
    it_currencyamount-currency    = p_waers.  "SQ
    it_currencyamount-amt_doccur  = 100.
    it_currencyamount-CURRENCY_ISO = 'USD'.
    *it_currencyamount-amt_base =  100.
    *it_currencyamount-TAX_AMT =  -10.
    APPEND it_currencyamount.
    *tax data
    it_accounttax-itemno_acc = 3.
    it_accounttax-tax_code = p_txcd.
    it_accounttax-gl_account = '0023110000'.
    *it_accounttax-gl_account = p_gl.
    it_accounttax-TAXJURCODE = x_com_jur-txjcd.
    it_accounttax-acct_key = 'NVV'.
    it_accounttax-cond_key = 'XP2I'.
    **it_accounttax-direct_tax = 'X'.
    APPEND it_accounttax.
    CLEAR it_currencyamount.
    it_currencyamount-itemno_acc  = 3.
    it_currencyamount-currency    = p_waers.  "SQ
    it_currencyamount-amt_doccur  = 16.
    it_currencyamount-CURRENCY_ISO = 'USD'.
    it_currencyamount-amt_base =  100.
    it_currencyamount-TAX_AMT =  - 16  .
    APPEND it_currencyamount.
       CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
      EXPORTING
        documentheader          = gd_documentheader
    IMPORTING
       obj_key                 = wa_obj_key
      TABLES
       accountgl               = it_accountgl
    *   ACCOUNTRECEIVABLE       =
       accountpayable          = it_accountpayable
       accounttax              = it_accounttax
        currencyamount          = it_currencyamount
    *   CRITERIA                =
    *   VALUEFIELD              =
    *   EXTENSION1              =
        return                  =  it_return
    COMMIT WORK.
    Regards,
    Priyaranjan

    Hi,
    Reason 1:
    An revenue-recognition-relevant item has several active conditions whose values cancel themselves so that a net item value of 0 results. The conditions have both the same revenue account (SAKN1) and the same clearing account (SAKN2).
    For these conditions, the system writes a line with value 0 into the temporary FI/CO interface (internal tables: CACCIT, CACCCR). If table VBREVK does not contain control lines for this line, no further processing occurs and the line remains in the temporary FI/CO interface. Then the system reads this line for the creation of the next billing item which conatins a net value and generates a posting line with value 0. As a result, there is a balance in the FI/CO interface, and the billing document cannot be transferred.
    Reason 2:
    The billing document contains at least one item with an item category for which there is a setting stipulating that the values of this item should not be transferred to the header total of the document.
    That is, in the maintenance of the item categories, this item category has the characteristic 'X' or 'Y' in 'Statistical value' field.
    Reason 3:
    Case: Billing document contains items without pricing conditions.
    Then, on release to accounting, error RW022 occurs.
    regards,
    Saju.S

  • BAPI_ACC_INVOICE_RECEIPT_POST error F5 702 Balance in transaction currency

    I’m creating an AP with invoice with taxes but no PO.  I started with working test code / data without taxes and tried to add support for taxes following the example in Note 626235.  I’m coding in C# using the SAP .NET Connector but also tried it via SE37 and received the same error.  Test data from SE37 below:
    DOCUMENTHEADER
    Username     validuser
    Comp_code     3000
    Doc_date     02/14/2008
    Pstng_date     02/14/2008
    Fis_period     00
    Doc_type     KR
    ACCOUNTPAYABLE
    Itemno_acc     1
    Vendor_no     3904
    ACCOUNTGL
    Itemno_acc     2
    Gl_account     470000
    Fis_period     00
    Tax_code     I1
    Taxjurcode     FL1011001     Custom but valid (FB60 tested), returned from BBP_CALCULATE_TAX_FRM_NET_40B
    Costcenter     1000
    ACCOUNTTAX
    Itemno_acc     3
    Tax_code     I1
    Acct_key     NVV
    Taxjurcode     FL0000000
    Cond_key     JP1I
    Stat_con     X
    Taxjurcode_deep     FL1011001
    Taxjurcode_level     1
    Itemno_acc     4
    Tax_code     I1
    Acct_key     NVV
    Taxjurcode     FL1010000
    Cond_key     JP2I
    Stat_con     X
    Taxjurcode_deep     FL1011001
    Taxjurcode_level     2
    CURRENCYAMOUNT
    Itemno_acc     1
    Curr_type     00
    Currency     USD
    Amt_doccur     -107
    Amt_base     -107
    Itemno_acc     2
    Curr_type     00
    Currency     USD
    Amt_doccur     100
    Amt_base     100
    Itemno_acc     3
    Curr_type     00
    Currency     USD
    Amt_doccur     6
    Amt_base     100
    Itemno_acc4
    Curr_type                  00
    Currency     USD
    Amt_doccur     1
    Amt_base     100
    Please note that there are no taxes for level 3 (FL1011001) as the rate is 0.
    Thanks in advance for any help,
    Karl

    Hi Karl,
    Even i am also facing the same error. Please find below my code and do help me out in this problem.
    DOCUMENTHEADER
    Username validuser
    Headertext   XMS:
    Comp_code  0B70
    Fisc_year     2008
    Doc_date     20080612
    Pstng_date  20080708
    Fis_period    07
    Doc_type     KR
    REF_DOC_NO  ERA0002120080612
    ACCOUNTPAYABLE
    Itemno_acc 0000000001
    Vendor_no 0005147036
    REF_KEY_1 20080612
    ITEM_TEXT  XMSA00021
    ACCOUNTGL
    Itemno_acc 0000000002
    Gl_account  0260121000
    comp_code  0B70
    Fis_period 00
    Tax_code    P3
    ALLOC_NMBR  A00021
    ITEM_TEXT    DESK SUPPLIES
    Costcenter 0000104648
    Itemno_acc 0000000003
    Gl_account  0226006010
    comp_code  0B70
    Fis_period 00
    ALLOC_NMBR  A00021
    ITEM_TEXT    SINGAPORE VAT ON DESK SUPPLIES
    Costcenter 0000104648
    ACCOUNTTAX
    Itemno_acc 0000000004
    GL_ACCOUNT  0226006010
    Tax_code          P3
    Acct_key         VST
    Cond_key       MWVS
    Stat_con X
    CURRENCYAMOUNT
    Itemno_acc 0000000001
    Curr_type 00
    Currency_ISO SGD
    Amt_doccur 85.6000-
    Amt_base    80.0000-
    Itemno_acc 0000000002
    Curr_type 00
    Currency_ISO SGD
    Amt_doccur 80.0000
    Amt_base    80.0000
    Itemno_acc 0000000003
    Curr_type 00
    Currency_ISO SGD
    Amt_doccur 5.6000
    Amt_base    0.0000
    Actually the IDOCS were getting generated successfully before adding the tax parameter "ACCOUNTTAX". Since the requirement is to calculate the VAT tax. I Introduced the parameter "ACCOUNTTAX". But now im getting the error "BALANCE IN TRANSACTION CURRENCY".
    Please help me out in this issue.
    Regards,
    Meridius.
    Edited by: Meridius max on Jul 8, 2008 1:01 PM

  • Balance in transaction currency in J1IS

    I have did migo with 101 mov type and later, client has returned the same material and qty via 122.
    In this, I have did J1IS , where i'm getting an error msge "Balance in transaction currency"
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount ' 7,12' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.

    Ranga,
    Please check the sales rounding off is activated or not in Company code setting in CIN. If rounding duty procurement and rounding on removal are different while in J1is it gives the error in balance in transaction, because in rounding in procurement it round off the ED. So will removing time it is not rounding off ed it will give error. Try to maintain same setting for both procurement and removing (rounding off) are same as per your company policy on excise rounding.
    Then your issue will be resloved.
    i have solved by abv solution.. try out and feedback

  • Balance in transaction currency - during J1IV for retrun delivery

    I have did migo with 101 mov type and later, client has returned the same material and qty via 122. I couldn't get part 2 tab in return delivery screen.
    In this, I have did J1IS and unable to post thru  J1IV ,  where i'm getting an  error msge "Balance in transaction currency"
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount '             7,12' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.
    Edited by: sapjj jk on Jul 8, 2008 8:52 AM

    Hi,
    In Tr.code:OB08, maintian exchange rate with 2 decimals.
    regards

  • Balance in transaction currency - IDocs

    Hi experts,
    When processing inbound IDocs, the message below is displayed. Can you explain why this happens and how to fix it?
    Is this an SAP issue for which there is an OSS note?
    In the same processing, I am posting several IDocs with similar information and there is no issue with those. The amounts in the segments within this errored IDoc are balancing, I have confirmed that. The document has currency EUR which is the same as the Company Code currency.
    "Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'EUR' with the following details:
    Exchange rate '00', amount '        29.608,11' and currency key 'EUR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application."
    Thanks in advance.
    Regards,
    Gonçalo

    Hi Victor,
    I can't recall the solution for this issue, it has been some years ago, even though it is dated Mar 11, 2012 (I don't know why).
    I will close this thread.
    Regards

  • System gives error msg "balance in transaction currency"

    Hi,
    when we run t-code VF02 ,after giving billing document number , when we select release to accounting system gives following error message
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount '           112.36-' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application
    Request immediate help.

    See the following OSS notes:
    662011
    480907
    551898
    611094
    Hope they can help
    Siva

  • Balance in transaction currency error in J1iin

    Hi Gurus
    System is throwing an error while trying to create an excise invoice.
    FI/CO interface: Balance in transaction currency
    Message no. RW022
    Diagnosis
    The balances in transaction currency must be zero for each logical transaction when transferring to the FI/CO interface. A balance of "                   10.00" "INR" was determined for the logical transaction "".
    Any soutions??
    regards
    sidhu

    Go to IMG path Logistics - General > Tax on Goods Movements > India > Account Determination > Specify Excise Accounts per Excise Transaction.
    There ensure that all Excise accounts are maintained for ECess and HECess.  At times, system will throw the error in case you have missed to maintain the required setting.
    Still if you have issue, apply the source code correction as detailed in the following note
    Note 845822 - Error "Balance In trnsaction currency" (F5 702) in j1iin
    G. Lakshmipathi

  • Balance in transaction currency error in sap j1iin

    Hi,
    I am facing an error during creation of excise of 'balance in transaction currency error in sap j1iin'.But when we are creating EI in background the system is not getiing the error of Balance in transaction currency error.
    We have applied the Note# 1018071 - Error "Balance in transaction currency" (F5702) in J1IIN has been applied. This covers the correction for note # 978186.
    But the system is still giving me the error in forground.
    I have the serach the forum:
    1-Excise Invoice Error In J1IIn
    2-Balance in transaction currency error in J1iin
    But unable to find the solution.Kindly guide me on this.
    Regards
    Rajev

    Hi Srinath,
    Thanks For Reply.
    Please find my comment on above points:
    1-SPRO -> Logistics - General -> Tax on Goods Movements -> India -> Basic Settings -> Maintain Company Code Settings. In the Company Code check wheather Rounding rule is on or off.If it is off , change it to on and then run again.
    **I have make the rounding rule on for outgoing excise Invoice**
    2) SPRO->Excise config->Business transaction-> Utilization-> in utilization you have 2 options First option is Utilization Determination & another one is Maintain minimum Balances for Excise Account.Change the Utilization Determination to 100
    I have maintained the setting as per  below:
    For Utilization Determination
    L1     PLAAT1 PLA AT1 account     100     
    L1     PLABED PLA BED account     100     
    L1     PLACESS PLA cess account     100     
    L1     RG23AAT1 RG 23A AT1 account     100     
    L1     RG23ABED RG 23A BED account     100     
    L1     RG23AECS RG 23A ECS account     100     
    L1     RG23CAT1 RG 23C AT1 account     100     
    L1     RG23CBED RG 23C BED account     100     
    L1     RG23CECS RG 23C ECS account     100     
    Maintain Balances
    L1     PLAAT1 PLA AT1 account     100,000.00
    L1     PLABED PLA BED account     100,000.00
    L1     PLAECS PLA ECS account     100,000.00
    L1     RG23AAT1 RG 23A AT1 account     100,000.00
    L1     RG23ABED RG 23A BED account     100,000.00
    L1     RG23AECS RG 23A ECS account     100,000.00
    L1     RG23CAT1 RG 23C AT1 account     100,000.00
    L1     RG23CBED RG 23C BED account     100,000.00
    L1     RG23CECS RG 23C ECS account     100,000.00
    3) Also check IMG->Logistics General- >Tax on Goods Movements->India->Account Determination->Specify Excise Accounts per Excise Transaction.
    Check all the ETT having the ECS and Secondary Education Cess.
    But still facing the same error.Could please guide me on this.
    Thanks for Your responce.
    Reagrds
    Rajev.

  • Balance in transaction currency  Error Message no. F5702

    Dear all  I need some help in order to make an invoice.
    When I try to  release to accounting for an invoice the system send me  the  following error.
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'MXN' with the following details:
    Exchange rate '00', amount '         1.115,50-' and currency key 'MXN'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.
    Please if anybody knows how fix this error  tell me.
    Thanks

    Dear,
    For this issue .. You have to use SAP NOTE..
    Check out bellow notes..
    Note 740565 - Balance in transaction currency w/ SCS document
    772955 - Part-inclusive rent
    753737 - RO from different BEs and one AP condition each
    737300 - Tax calculation for multilevel tax codes
    736210 - Tax account not determined correctly
    Please refer this thread,
    error : balance in transaction currency
    Regards,
    R.Brahmankar

Maybe you are looking for

  • Setting up of Proxy & Reverse Proxy

    hi, I read some pdf files available in SDN for setting up of proxy and reverse proxy. I installed Apache 2.0.54, as per the apache documentation I enabled proxy and it is working fine (forward proxy) I used the following doc as a guide line to setup

  • How to escape the special character ' (ascii 39) in a select query?

    Hi, does anybody know how to escape the special character ' (ascii 39) in a select query? I've tried a lot of ways but nothing seems to work, for example I try to get all names in table foo where coloumn name contains a '-sign (ascii 39) select name

  • How can i buy an unlocked iphone 5 in online shop?

    how can i buy online an unlocked iphone?

  • Keyboard on DV6 6069eo

    Anyone that knows how to replace the keyboard on a HP DV6 6069eo, or knows where i can get a manual wich shows how to do it This question was solved. View Solution.

  • Udate

    I have adobe 9.5.5 and think I have adobe acrobat, but "it" says I have to update adobe air, but "it" won't..get  error #16820 I don't want to buy acrobat for $139 or Pro for $199 !!!