Error in the tcode KOK3

Hi gurus,
im getting the following error in the tcode KOK3 (Collective Disp. Internal Orders , part of FI/CO package, KAUF), after applying the new support pack. Error is as follows:
System error: Error in routine T021Q_SON_LESEN SAPMKAUFORC 0
Message no. F4308
Diagnosis
An internal error has occurred.
System Response
Processing cannot be continued.
Procedure
Contact SAP to clarify whether the error can be corrected by a program adjustment or by changes in the parameters.
In order to clarify the error situation, specify the routine T021Q_SON_LESEN in which the error occurred, as well as any other parameters (if specified in the message) which could refer to a key which does not exist.
It tried to find the routine T021Q_SON_LESEN (may be due to its inactivation), but was unable to do find that.
Pl reply.
Thanx,
Naveen Vishal

It was resolved due to support pack.

Similar Messages

  • Want to run a BDC even if there is an error in the TCode

    Hi,
      In one of the screens in my BDC an error comes (this happens when that transaction is run from command prompt in foreground also). But in the actual transaction after the user sees the error, he is able to continue changing the fields on the screen and post it. However in BDC, as soon as the error comes, the BDC exits and comes back. I would like it to continue, just the way it does during the manual entry, is there a way I can do this?
    The Tcode is LT06 and when user enters the Material doc and click on enter the error occurs, but in the manual mode he is able to enter the Destn Bin, storage type etc and continue. However that is not the case with BDC. I also tried using function module L_TO_CREATE_POSTING_CHANGE, but it gives the same error as the screen
    FORM create_to USING r_mblnr TYPE mblnr
                         r_to_lgort TYPE lgort_d
                         r_sto_bin TYPE lgpla
                   CHANGING rt_bapi_message TYPE type_t_bapi_message
                            r_success TYPE c.
      DATA: v_mode TYPE c,
            wa_bapi_message TYPE bdcmsgcoll.
      CLEAR s_bdcdata.
      REFRESH t_bdcdata.
      PERFORM bdc_dynpro      USING 'SAPML02B' '0203'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RL02B-MBLNR'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'RL02B-MBLNR'
                                    r_mblnr.
    PERFORM bdc_field       USING 'RL02B-MJAHR'
                                   '2009'.
      PERFORM bdc_field       USING 'RL02B-DUNKL'
                                    'H'.
      PERFORM bdc_dynpro      USING 'SAPML03T' '0102'.
      PERFORM bdc_field       USING 'LTAP-NLTYP'
                                    r_to_lgort.
      PERFORM bdc_field       USING 'LTAP-NLBER'
                                    '001'.        "destn storage section
      PERFORM bdc_field       USING 'LTAP-NLPLA'
                                    r_sto_bin.        "destn storage section
      v_mode = 'N'.
      CALL TRANSACTION 'LT06'
                       USING t_bdcdata
                       MODE   v_mode
                       UPDATE 'S'
                       MESSAGES INTO t_messtab.
    IF sy-subrc <> 0.
      IF sy-subrc = 0.
        LOOP AT t_messtab INTO wa_bapi_message.
          APPEND wa_bapi_message TO rt_bapi_message.
          EXIT.
       MESSAGE ID wa_bapi_message-msgid TYPE wa_bapi_message-msgtyp NUMBER wa_bapi_message-msgnr
         WITH wa_bapi_message-msgv1 wa_bapi_message-msgv2 wa_bapi_message-msgv3 wa_bapi_message-msgv4.
        ENDLOOP.
      ELSE.
        LOOP AT t_messtab INTO wa_bapi_message.
       MESSAGE ID wa_bapi_message-msgid TYPE wa_bapi_message-msgtyp NUMBER wa_bapi_message-msgnr
         WITH wa_bapi_message-msgv1 wa_bapi_message-msgv2 wa_bapi_message-msgv3 wa_bapi_message-msgv4.
          APPEND wa_bapi_message TO rt_bapi_message.
        ENDLOOP.
       APPEND t_messtab to rt_bapi_message.
      ENDIF.
      COMMIT WORK AND WAIT.
    ENDFORM.                    "create_to
    Thanks for reading

    Hi ,
    Now as per the transaction an error is prompted only when the compiler interprets it as false on a data field or a combination of them . Now its in the programmers hand to validate the data before submitting it to the screen .. now this validation should cover all scenario's . One point i want to make here is that bdc is nothing but replaying how the user enter's manually for no of records..
    i dont know about this tcode LT06 .
    //The Tcode is LT06 and when user enters the Material doc and click on enter the error occurs, but in the manual mode he is able to enter the Destn Bin, storage type etc and continue. However that is not the case with BDC.//
    you are entering the material doc no in screen 0203 ..use all screen mode and check what is the error prompting if any and in the normal debugging track that error if some user exit is written using sy-binpt with some error message..
    did you tried some relavant tcode other than LT06 which can be used for this purpose cause sometimes we have alternate tcodes to run the bdc .. please check on this .
    Br,
    Vijay.

  • Runtime error on the tcode: ik07

    hello everyone,
    i am getting this runtime error on ik07(plz see images). all i know that this is a standard program. i can't understand what's wrong. plz help me if you can.
    regards,
    santanu nayek.

    Hi Santanu,
    First start investigating functionally.
    Start executing with one equipment. If no error you increase the span until you find the equipment which triggers this error. Means the measuring point/s which trigger this error. If this is the case and you've arrived at a measuring point, then there might be a problem of characteristics used. Even you should look into this equipment master also, whether anything went wrong while creating MPs on this.
    If you've confirmed that this is not the case, then this has to be addressed technically.
    Jogeswara Rao K

  • Error in tcode: KOK3

    Hi gurus,
    im getting the following error in the tcode KOK3 (Collective Disp. Internal Orders , part of FI/CO package, KAUF), after applying the new support pack. Error is as follows:
    System error: Error in routine T021Q_SON_LESEN SAPMKAUFORC  0
    Message no. F4308
    Diagnosis
    An internal error has occurred.
    System Response
    Processing cannot be continued.
    Procedure
    Contact SAP to clarify whether the error can be corrected by a program adjustment or by changes in the parameters.
    In order to clarify the error situation, specify the routine T021Q_SON_LESEN in which the error occurred, as well as any other parameters (if specified in the message) which could refer to a key which does not exist.
    It tried to find the routine T021Q_SON_LESEN (may be due to its inactivation), but was unable to do find that.
    Pl reply.
    Thanx,
    Naveen Vishal

    It was resolved due to support pack.

  • Error while running the tcode....EASISI  -----  IS-UTILITIES

    hi,
    I am trying to execute the tcode EASISI with a varient.....
    All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.
    When I run with these parameters assigned,the Simulation is getting terminated with the message
    "Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.
    I checked the UOM in the account specified and it was blank there.
    Can anyone guide me....what exactly the problem is and how to solve it...
    Thanks a lot for your valuable time.....
    SRI

    Hi Sri,
    I also got the same error .We have resolved it thru Changing the  include ZXBI1U08 . The code select * into table idberchz_1 should be  replaced with select * into CORRESPONDING FIELDS OF table idberchz_1.
    Hope this will Help you.
    Thanks & Regards,
    Radharaman Haldar

  • Error while running the tcode....EASISI

    hello Experts,
    I am trying to execute the tcode EASISI with a varient.....
    All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.
    When I run with these parameters assigned,the Simulation is getting terminated with the message
    <b>"Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.</b>
    I checked the UOM in the account specified and it was blank there.
    Can anyone guide me....what exactly the problem is and how to solve it...
    Thanks a lot for your valuable time.....
    ~~Guduri

    Rob...
    Long text for the first error----
         Message no. >0083
    Diagnosis
         You cannot make an entry in field Base Unit of Measure (due to th
         status specification you made in the G/L account master record fo
         field).
    System Response
         Error message
    Procedure
         Delete the value you entered in field Base Unit of Measure.
    Long text for the second error-----
    Invoicing of invoicing unit (account 4) terminated
         Message no. EB007
    Diagnosis
         Invoicing of the invoicing unit (grouping of documents to be invoiced in
         the system) for the specified account could not be performed correctly.
         The reasons can be found in the previous lines of the log.
         You can find a list of documents which form the corresponding invoicing
         unit at the end.
    Procedure
         Look at the previous lines of the log and correct the errors specified
         there.
    Please guide me....
    ~~Guduri

  • How to handle the errors using RSRV tcode

    Hi all,
           Could any one give tell me how to handle the errors,(if possible give me some example errors)and correct the errors using RSRV tcode.
    Thanks & Regards,
    Aswini.

    Hello Aswini,
    For further details on RSRV go through the link:
    http://help.sap.com/saphelp_nw04/helpdata/en/92/1d733b73a8f706e10000000a11402f/frameset.htm
    Hope it helps
    Cheers
    SRS

  • ABAP Runtime Error at the time of saving of Document Through CV01N tcode

    Dear Experts
    We have install seprate DMS Server for storing various documents of different module.
    While saving of Document through Transaction CV01N one small screen gets pop up.Which is as follows
    Check in Document:KPro
    Storage Category   Description
    ZCITY123               DMS
    I am selecting above line from Kpro, then when i click on save system gives ABAP Runtime Error.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          21.10.2008 18:35:26
    Short text
         Function module "PROJECT SYSTEM" not found.
    What happened?
         The function module "PROJECT SYSTEM" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLSDCE" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    I am not understanding why this dump is coming.
    How i can come up from this issue.Pls guide me.If any customizing is required pls give the steps
    Thanks in Advance.
    Regards,
    Sandeep Theurkar

    There is a programming error somewhere.To get a solution quickly, do as follows:
    1. Turn off all badi's, user exits and whatever you have changed in standard SAP.
    2. Rerun - if it still fails - search in SAP notes for relevant notes
    3. If it doesnt fail - you have an error in your own programming
    4. If you are on relevant Support packages etc, send a message to SAP.
    Regards,
    Espen Leknes

  • "CALL_FUNCTION_CONFLICT_TYPE" runtime error while running tcode BPS0 in BW

    Hi ,
    Can anybody have any idea about this dump error in BW quality system while user running tcode BPS0 and getting this dump repeatedly please help me out on this.
    Error in the ABAP Application Program
    The current ABAP program "SAPLZBSV_BPS_E_PLA_VARIABLES" had to be terminated
    because it has
    come across a statement that unfortunately cannot be executed.
    A function module was called incorrectly.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE'
         not caught in
        procedure "CHECK_FILE_ENTRIES2" "(FORM)", nor was it propagated by a RA
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        The call to the function module "RSD_CHKTAB_GET_FOR_CHA_BAS" is incorre
        The function module interface allows you to specify only
        fields of a particular type under "E_CHNTAB".
        The field "L_TABNM" specified here is a different
        field type
    How to correct
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "CALL_FUNCTION_CONFLICT_TYPE" "CX_SY_DYN_CALL_ILLEGAL_TYPE"
    "SAPLZBSV_BPS_E_PLA_VARIABLES" or "LZBSV_BPS_E_PLA_VARIABLESF01"
    "CHECK_FILE_ENTRIES2"
    Thanks & Regards
        Rituraj

    Hello,
    I get the answer. In program personal_data is associated with bapip0002 structure.
    where as in function personal_data is associated with BAPIP0002B. and the structure of  BAPIP0002 is differ to BAPIP0002B.
    minaxi shah

  • Error in license check - Error getting the hardware key

    Hello,
    I'm trying to run SAP NetWeaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition
    but I still have a issue to log on, message : "error in license check"
    I try everything I found in forums, I have tested the license, see the trace below.
    I checked too files dev_w*
    It seems there is a problem with server message
    I checked in "dev_ms" file, but nothing has been wrote inside.
    Please could you help ? maybe someone met the same issue and solved it.
    Thanks
    trc file: "dev_slic", trc level: 2, release: "700"
    Test license for SAP SYSTEM: N4S
    rdisp/mshost: n4shost
    rdisp/msserv: sapmsN4S
    MsIAttachEx: connect to n4shost / sapmsN4S
    NiIInit: allocated nitab (2048 at 0xb72fa008)
    NiHsLInit: alloc host/serv bufs (100/100 entries)
    NiHsLGetNodeAddr: got hostname 'n4shost' from operation system
    NiIGetNodeAddr: hostname 'n4shost' = addr 192.168.155.1
    NiHsLGetServNo: got service name 'sapmsN4S' from operation system
    NiIGetServNo: servicename 'sapmsN4S' = port 0E.11/3601
    NiICreateHandle: hdl 0 state NI_INITIAL
    NiIInitSocket: set default settings for new hdl 0 / sock 4 (I4; ST)
    NiIBlockMode: set blockmode for hdl 0 FALSE
    NiITraceByteOrder: CPU byte order: little endian, reverse network, low val .. high val
    NiHsLGetServName: found port number 0E.11/3601 in cache
    NiIGetServName: port 0E.11/3601 = servicename 'sapmsN4S'
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2769]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 4
    "dev_slic" [noeol] 26L, 1378C 1,0-1 Top
    dev_w8
    M Wed Oct 19 11:46:48 2011
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicLikeyGetHardwareKey: no hwid from MSG server: -1 [sliclikey.c 1250]
    M *** ERROR => wlikey_check_webas: Error getting the hardware key. You might find some information in file "dev_ms" on the message server. [sliclikey.c 1269]
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicKCheckLicense: did not get hwid from message server [slicch.c 306]
    M *** ERROR => no hwid from msg-server received [likeyapi_w.c 2257]
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicLikeyGetHardwareKey: no hwid from MSG server: -1 [sliclikey.c 1250]
    M *** ERROR => wlikey_check_webas: Error getting the hardware key. You might find some information in file "dev_ms" on the message server. [sliclikey.c 1269]
    M *** ERROR => ThCheckReqInfo: message send/receive failed [thxxhead.c 17124]
    M
    M Modeinfo for User T8/M0
    M
    M tm state = 2
    M uid = 9
    M term type = 0x2
    M display = 0x0
    M cpic_no = 0
    M cpic_idx = -1
    M usr = >SAPSYS <
    M terminal = > <
    M client = >000<
    M conversation_ID = > <
    M appc_tm_conv_idx = -1
    M its_plugin = NO
    M allowCreateMode = YES
    M blockSoftCanel = NO
    M session_id = >4E9DB1D2B02B3BF6E1000000C0A89B01<
    M ext_session_id = >4E9DB1D2B02B3BF6E1000000C0A89B01<
    M imode = 2
    M mode state = 0x42
    M mode clean_state = 1
    M task_type = ZTTABTC
    M lastThFc = THFCBTC
    M lastAction = TH_IACT_NO_ACTION
    M th_errno = 0
    M rollout_reason = 0
    M last_rollout_level = 7
    M async_receives = 0
    M cpic_receive = 0
    M em handle = 2
    M roll state = 2
    M abap state = 2
    M em state = 3
    M eg state = 1
    M spa state = 3
    M enq state = 0
    M softcancel = 0
    M next hook = T-1/U-1/M255
    M master hook = T-1/U-1/M255
    M slave hook = T-1/U-1/M255
    M debug_tid = 255
    M debug_mode = 0
    M mode type = 0x1
    M debug = 0
    M msg_count = 31
    M tcode = > <
    M client conversation_ID = > <
    M server conversation_ID = > <
    M lock = 0
    M max enq infos = 0
    M act enq infos = 0
    M em_hyper_hdl = 0xa665a3b0
    M plugin_info = NULL
    M act_plugin_hdl = -1
    M act_plugin_no = 0
    M max_plugin_no = 0
    M async_receives = 0
    M vm = no VM
    M
    M *** ERROR => ThMBufFullRead: ThOpcodeToMsg [thxxmbuf.c 225]
    M *** ERROR => ThMBufGet: ThMBufFullRead [thxxmbuf.c 183]
    L *** ERROR => BtcEvtRaise: ThScheduler failed (target=, rc=4) [btcevt.c 223]
    L *** ERROR => BtcEojRaise: BtcEvtRaise failed: jobname=BI_WRITE_PROT_TO_APPLLOG , jobcount=11414801, status=A [btcevt.c 52]

    Hi,
    As you are running a Trial version, I do not think HA/ASCS would be relevant for you.
    As you found in the dev_ms trace, the port 3601 for message server is not accessible:
    NiIGetServName: port 0E.11/3601 = servicename 'sapmsN4S'
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) http://nixxi.cpp 2769
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 4
    Check via command netstat if the port 3601 is free for use. The hardware key is obtained from message server and since this port is not available, neither is the message server/the hardware key. Perhaps a VM restart could also help.
    Regards,
    Srikishan

  • Runtime error while executing Tcode FAGLL03

    Hello experts
    we have 2 clients in PRD
    100,200
    In 100 if i execute the tcode FAGLL03 it is showing the line items within 100 sec.
    where as in 200 if i execute FAGLL03 it is showing runtime error.
    if this executed in background it takes 1300 sec and finished successfully.
    From basis perspective what would be the issue.
    Regards
    Ravi

    Hello srini
    Thanks for ur input
    Details
    Recording at local and central time........................ 06.05.2009 14:03:30
    Task................ 07522  /  Dialog work process No. 00
    User................ DEVAKUMAR
    Client.............. 200
    Terminal............ H2SBASIS
    Session............. 1
    Transaction code.... FAGLL03
    Program name........ FAGL_ACCOUNT_ITEMS_GL
    Problem class....... T    Transaction Problem
    Development class... SABP
    Further details for this message type
    Module name......... abinit
    Line................ 1890
    Error text.......... ab_chstat
    Documentation for system log message AB 0 :
    The specified runtime error has occurred in the system.
    Parameter
      a.. TIME_OUT
    Technical details
    File................ 000989
    Position............ 0000261540
    Entry type.......... l      ( Error (Module, Row)            )
    Message ID.......... AB 0
    Variable parts...... ab_chstat                                           abinit  1890
    this is the log got from SM21.
    The runtime error is time out error
    Regards
    Ravi

  • Error while executing  tcode FSE2 "Internal error in program SAPLFIBS no 5"

    I am getting below error which while trying to execute tcode FSE2 (Financial statement version). Can't able even go inside the tcode.  Please tell how to solve this.
    "Internal error in program SAPLFIBS number 5"

    Hi Dsr,
    Use transaction code <b>OB58</b>->Highlight the Fin. Stmt. version you want to Change and click on the <b>Display</b> icon.->Next, click on the "<b>Fin.Statement items</b>" icon on the application tool bar. You can then expand and carry out your update as appropriate.
    If you do not have the prerequisite authorisations, you wouldn't be able to do this.
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

  • Error in the configuration for sap logon tickets

    Hi Forum,
    I use Tcode crmd_order_bp to see the BP cockpit and the error message displays as
    <b>Error in the configuration for SAP logon tickets</b>
    But if I click "Yes", system displays cockpit.
    How can I avoid this error.
    Thanks in advance
    Regards
    Shridhar

    You will still need to configure SSO (either by logon ticket or username/password). The data source access is done using the username/password configured in the UM Config dialog box.
    I can see where you're coming from with your thinking, however logon-ticket-based SSO is probably the best approach.
    Cheers,
    Darren.

  • Error in the LSMW for vendor master using standard batch/direct input

    I am facing the problem in the LSMW for the Vendor master data. The vendor is initially created for the company code 350 by using LSMW. NOw when I try to uploasd the same vendor using the same LSMW for the company code 450 then I get the error in the Bach input creation as follows:
    Batch Input Interface for Vendors
    FB012                    Session 1 : Special character for 'empty field' is /
    FB007                    Session 1 session name VNDR_CREATE_ was opened
    FB104                    Trans. 2 XK01 : Acct already exists; general area not being processed
    FB125                    ... Data in table BLFA1 cannot be processed
    FB016                    ... Last header record ...
    FB014                    ... BLF00-STYPE 1
    FB014                    ... BLF00-TCODE XK01
    FB014                    ... BLF00-LIFNR 300951
    FB014                    ... BLF00-BUKRS 402
    FB014                    ... BLF00-EKORG /
    FB014                    ... BLF00-KTOKK VEND
    FB017                    ... Last data record ...
    FB014                    ... BLFA1-STYPE 2
    FB014                    ... BLFA1-TBNAM BLFA1
    FB014                    ... BLFA1-ANRED /
    FB014                    ... BLFA1-NAME1 SAVOIE AUTOMATISME DEXIS
    This is because when we use XK01 to create the vendor by using the

    Please check this answered link:
    Re: LSMW for Vendor Master
    LSMW Upload vendor master data
    Edited by: Afshad Irani on May 5, 2010 12:42 PM

  • Runtime error in the transaction S_ALR_*

    Hi SDN-ers,
    I have a problem with the transaction S_ALR_8******2 in my PROD system.
    Although I can open it, then instantly a page with ABAP runtime error occurs.
    I ran SE16 and entered the Table Name TSTCT and entered S_ALR* to find out all the Tcodes which starts with S_ALR with Description too.
    1) Is there any other way / T-Code availbale in viewing S_ALR_8******2.
    2) What are all the User Parameters that need to be changed for this and where can we find them?
    Please help me in resolving this issue.
    Thanks,
    Anguraj M.

    Hi Michael,
    Thanks for your reply.
    Could you please let me know where can we change/modify the below User Parameter for this T-Code S_ALR_8******2?
    User Parameter is GRWE = X?XXXXXX XEX.
    What is the trouble shooting method when the user faces ABAP Runtime error while executing the above mentioned T-Code (S_ALR_8******2)?
    Please help me on this.
    Thanks,
    Anguraj M.

Maybe you are looking for

  • Where can I buy a Macbook pro retina display with english keyboard in bangkok

    Hi, I am currently in Bangkok right now. I wanted to buy the new Macbook Pro with retina display. I went to Power Buy in Central world and found out that the keyboard for the macs have thai characters as well as English ones. I wanted to buy a mac wi

  • Install solaris 10 to UCS from network server

    Can anyone share your experience on doing this?

  • Differences in FSV and KE30

    Dear All, I am getting differences in FSV and COPA - KE30. Even the top-line does not match. I have no unassigned accounts. Can you anyone please let me know.

  • Auto Run URL after SSLVPN Login.

    Hi, Can anyone answer the following? Is it possible to auto run a URL to an internal Web interface, right after a user logins into SSLVPN? Instead of the user having to find and click the bookmark, can we make it auto run, somehow? Thanks, E

  • Concurrent Manager Node Name Issue

    Hi All, Recently one of EBS 11i (11.5.10.2 + RHEL 4.7) Node (VM Node) has been cloned to another node. So i had to change the Host name for the cloned application. I followed the meta link note 338003.1 and 341322.1. I am successfully changed the hos