Holder-Position relationship not created during hiring in PA40

Hi,
I have an issue right now where the holder-position relationship was not created when I hired a new employee thru PA40. We could correct this via RHINTE00. However, we would like to know first before we run the program on what could be the probable cause why the relationship was not created. All infotype records of the employee were added successfully in the system, it is only the SP relationship in HRP1001 that was not created during hiring. I'm  still trying to replicate it to find the probable cause but still no luck. It only occurred once (quite rare). Since we can't replicate it, may we know when or how the relationship will not be created?
Your response will be greatly appreciated. Thank you very much.
Regards,
Angelo

Hi Venkatesh, thanks for the reply.
Yes, the PLOGI - ORGA switch is set to X

Similar Messages

  • Internal challan number not created during J1INCHLC

    Hello All,
    We are using standard SAP process for TCS paymnet.
    We have booked invoice from SD and financial document is created and posted with With holding tax item..
    During "create remittance challan" i.e. J1INCHLC, payment entry is posted as TCS Dr and Bank Cr , but internal challan number is not generated..
    We have mapped the same process for TDS and internal challan number is generated...
    Number range is also well maintained..
    Please suggest..
    Thanks

    Hi Siddhartha,
    You will have to maintain number groups & number ranges for TDS challan .PLease follow below pathe to complete the config;
    Financial Accounting (New) --> Financial Accounting Global Settings (New) --> Withholding Tax --> Extended Withholding Tax --> Posting --> India --> Remittance Challans.
    Please configure all the steps under Remittance Challan Node.
    This will solve ur problem.
    Regards,
    Ajay

  • Inspection Lot not created during GR

    Hi All,
    I have an issue wherein the QM View is not activated during PO creation. This has caused the succeeding Goods Receipt to move the stock to Unrestricted eventhough I have already activated QM.
    How can I rectify this problem that GR for this PO will go to QI and will create inspection lot.
    Thanks,
    Raymond

    Hi,
    Please follow following steps,
    I hope you have now activarted inspection type 01 for the material.
    1. Go to PO with transcation ME22n,
    2. For the matreial , go and change the stock type to Qulaity , instaed of unrestriced.
    3. Save and come out.
    Go and do GR .. Inspection lot will be generated.

  • Bad file is not created during the external table creation.

    Hello Experts,
    I have created a script for external table in Oracle 10g DB. Everything is working fine except it does not create the bad file, But it creates the log file. I Cann't figure out what is the issue. Because my shell scripts is failing and the entire program is failing. I am attaching the table creation script and the shell script where it is refering and the error. Kindly let me know if something is missing. Thanks in advance
    Table Creation Scripts:_-------------------------------
    create table RGIS_TCA_DATA_EXT
    guid VARCHAR2(250),
    badge VARCHAR2(250),
    scheduled_store_id VARCHAR2(250),
    parent_event_id VARCHAR2(250),
    event_id VARCHAR2(250),
    organization_number VARCHAR2(250),
    customer_number VARCHAR2(250),
    store_number VARCHAR2(250),
    inventory_date VARCHAR2(250),
    full_name VARCHAR2(250),
    punch_type VARCHAR2(250),
    punch_start_date_time VARCHAR2(250),
    punch_end_date_time VARCHAR2(250),
    event_meet_site_id VARCHAR2(250),
    vehicle_number VARCHAR2(250),
    vehicle_description VARCHAR2(250),
    vehicle_type VARCHAR2(250),
    is_owner VARCHAR2(250),
    driver_passenger VARCHAR2(250),
    mileage VARCHAR2(250),
    adder_code VARCHAR2(250),
    bonus_qualifier_code VARCHAR2(250),
    store_accuracy VARCHAR2(250),
    store_length VARCHAR2(250),
    badge_input_type VARCHAR2(250),
    source VARCHAR2(250),
    created_by VARCHAR2(250),
    created_date_time VARCHAR2(250),
    updated_by VARCHAR2(250),
    updated_date_time VARCHAR2(250),
    approver_badge_id VARCHAR2(250),
    approver_name VARCHAR2(250),
    orig_guid VARCHAR2(250),
    edit_type VARCHAR2(250)
    organization external
    type ORACLE_LOADER
    default directory ETIME_LOAD_DIR
    access parameters
    RECORDS DELIMITED BY NEWLINE
    BADFILE ETIME_LOAD_DIR:'tstlms.bad'
    LOGFILE ETIME_LOAD_DIR:'tstlms.log'
    READSIZE 1048576
    FIELDS TERMINATED BY '|'
    MISSING FIELD VALUES ARE NULL(
    GUID
    ,BADGE
    ,SCHEDULED_STORE_ID
    ,PARENT_EVENT_ID
    ,EVENT_ID
    ,ORGANIZATION_NUMBER
    ,CUSTOMER_NUMBER
    ,STORE_NUMBER
    ,INVENTORY_DATE char date_format date mask "YYYYMMDD HH24:MI:SS"
    ,FULL_NAME
    ,PUNCH_TYPE
    ,PUNCH_START_DATE_TIME char date_format date mask "YYYYMMDD HH24:MI:SS"
    ,PUNCH_END_DATE_TIME char date_format date mask "YYYYMMDD HH24:MI:SS"
    ,EVENT_MEET_SITE_ID
    ,VEHICLE_NUMBER
    ,VEHICLE_DESCRIPTION
    ,VEHICLE_TYPE
    ,IS_OWNER
    ,DRIVER_PASSENGER
    ,MILEAGE
    ,ADDER_CODE
    ,BONUS_QUALIFIER_CODE
    ,STORE_ACCURACY
    ,STORE_LENGTH
    ,BADGE_INPUT_TYPE
    ,SOURCE
    ,CREATED_BY
    ,CREATED_DATE_TIME char date_format date mask "YYYYMMDD HH24:MI:SS"
    ,UPDATED_BY
    ,UPDATED_DATE_TIME char date_format date mask "YYYYMMDD HH24:MI:SS"
    ,APPROVER_BADGE_ID
    ,APPROVER_NAME
    ,ORIG_GUID
    ,EDIT_TYPE
    location (ETIME_LOAD_DIR:'tstlms.dat')
    reject limit UNLIMITED;
    _***Shell Script*:*----------------_*
    version=1.0
    umask 000
    DATE=`date +%Y%m%d%H%M%S`
    TIME=`date +"%H%M%S"`
    SOURCE=`hostname`
    fcp_login=`echo $1|awk '{print $3}'|sed 's/"//g'|awk -F= '{print $2}'`
    fcp_reqid=`echo $1|awk '{print $2}'|sed 's/"//g'|awk -F= '{print $2}'`
    TXT1_PATH=/home/ac1/oracle/in/tsdata
    TXT2_PATH=/home/ac2/oracle/in/tsdata
    ARCH1_PATH=/home/ac1/oracle/in/tsdata
    ARCH2_PATH=/home/ac2/oracle/in/tsdata
    DEST_PATH=/home/custom/sched/in
    PROGLOG=/home/custom/sched/logs/rgis_tca_to_tlms_create.sh.log
    PROGNAME=`basename $0`
    PROGPATH=/home/custom/sched/scripts
    cd $TXT2_PATH
    FILELIST2="`ls -lrt tstlmsedits*.dat |awk '{print $9}'`"
    NO_OF_FILES2="`ls -lrt tstlmsedits*.dat |awk '{print $9}'|wc -l`"
    $DEST_PATH/tstlmsedits.dat for i in $FILELIST2
    do
    cat $i >> $DEST_PATH/tstlmsedits.dat
    printf "\n" >> $DEST_PATH/tstlmsedits.dat
    mv $i $i.$DATE
    #mv $i $TXT2_PATH/test/.
    mv $i.$DATE $TXT2_PATH/test/.
    done
    if test $NO_OF_FILES2 -eq 0
    then
    echo " no tstlmsedits.dat file exists " >> $PROGLOG
    else
    echo "created dat file tstlmsedits.dat at $DATE" >> $PROGLOG
    echo "-------------------------------------------" >> $PROGLOG
    fi
    NO_OF_FILES1="`ls -lrt tstlms*.dat |awk '{print $9}'|wc -l`"
    FILELIST1="`ls -lrt tstlms*.dat |awk '{print $9}'`"
    $DEST_PATH/tstlms.datfor i in $FILELIST1
    do
    cat $i >> $DEST_PATH/tstlms.dat
    printf "\n" >> $DEST_PATH/tstlms.dat
    mv $i $i.$DATE
    # mv $i $TXT2_PATH/test/.
    mv $i.$DATE $TXT2_PATH/test/.
    done
    if test $NO_OF_FILES1 -eq 0
    then
    echo " no tstlms.dat file exists " >> $PROGLOG
    else
    echo "created dat file tstlms.dat at $DATE" >> $PROGLOG
    fi
    cd $TXT1_PATH
    FILELIST3="`ls -lrt tstlmsedits*.dat |awk '{print $9}'`"
    NO_OF_FILES3="`ls -lrt tstlmsedits*.dat |awk '{print $9}'|wc -l`"
    $DEST_PATH/tstlmsedits.datfor i in $FILELIST3
    do
    cat $i >> $DEST_PATH/tstlmsedits.dat
    printf "\n" >> $DEST_PATH/tstlmsedits.dat
    mv $i $i.$DATE
    #mv $i $TXT1_PATH/test/.
    mv $i.$DATE $TXT1_PATH/test/.
    done
    if test $NO_OF_FILES3 -eq 0
    then
    echo " no tstlmsedits.dat file exists " >> $PROGLOG
    else
    echo "created dat file tstlmsedits.dat at $DATE" >> $PROGLOG
    echo "-------------------------------------------" >> $PROGLOG
    fi
    NO_OF_FILES4="`ls -lrt tstlms*.dat |awk '{print $9}'|wc -l`"
    FILELIST4="`ls -lrt tstlms*.dat |awk '{print $9}'`"
    $DEST_PATH/tstlms.datfor i in $FILELIST4
    do
    cat $i >> $DEST_PATH/tstlms.dat
    printf "\n" >> $DEST_PATH/tstlms.dat
    mv $i $i.$DATE
    # mv $i $TXT1_PATH/test/.
    mv $i.$DATE $TXT1_PATH/test/.
    done
    if test $NO_OF_FILES4 -eq 0
    then
    echo " no tstlms.dat file exists " >> $PROGLOG
    else
    echo "created dat file tstlms.dat at $DATE" >> $PROGLOG
    fi
    #connecting to oracle to generate bad files
    sqlplus -s $fcp_login<<EOF
    select count(*) from rgis_tca_data_ext;
    select count(*) from rgis_tca_data_history_ext;
    exit;
    EOF
    #counting the records in files
    tot_rec_in_tstlms=`wc -l $DEST_PATH/tstlms.dat | awk ' { print $1 } '`
    tot_rec_in_tstlmsedits=`wc -l $DEST_PATH/tstlmsedits.dat | awk ' { print $1 } '`
    tot_rec_in_tstlms_bad=`wc -l $DEST_PATH/tstlms.bad | awk ' { print $1 } '`
    tot_rec_in_tstlmsedits_bad=`wc -l $DEST_PATH/tstlmsedits.bad | awk ' { print $1 } '`
    #updating log table
    echo "pl/sql block started"
    sqlplus -s $fcp_login<<EOF
    define tot_rec_in_tstlms     = '$tot_rec_in_tstlms';
    define tot_rec_in_tstlmsedits     = '$tot_rec_in_tstlmsedits';
    define tot_rec_in_tstlms_bad     = '$tot_rec_in_tstlms_bad';
    define tot_rec_in_tstlmsedits_bad='$tot_rec_in_tstlmsedits_bad';
    define fcp_reqid ='$fcp_reqid';
    declare
    l_tstlms_file_id number := null;
    l_tstlmsedits_file_id number := null;
    l_tot_rec_in_tstlms number := 0;
    l_tot_rec_in_tstlmsedits number := 0;
    l_tot_rec_in_tstlms_bad number := 0;
    l_tot_rec_in_tstlmsedits_bad number := 0;
    l_request_id fnd_concurrent_requests.request_id%type;
    l_start_date fnd_concurrent_requests.actual_start_date%type;
    l_end_date fnd_concurrent_requests.actual_completion_date%type;
    l_conc_prog_name fnd_concurrent_programs.concurrent_program_name%type;
    l_requested_by fnd_concurrent_requests.requested_by%type;
    l_requested_date fnd_concurrent_requests.request_date%type;
    begin
    --getting concurrent request details
    begin
    SELECT fcp.concurrent_program_name,
    fcr.request_id,
    fcr.actual_start_date,
    fcr.actual_completion_date,
    fcr.requested_by,
    fcr.request_date
    INTO l_conc_prog_name,
    l_request_id,
    l_start_date,
    l_end_date,
    l_requested_by,
    l_requested_date
    FROM fnd_concurrent_requests fcr, fnd_concurrent_programs fcp
    WHERE fcp.concurrent_program_id = fcr.concurrent_program_id
    AND fcr.request_id = &fcp_reqid; --fnd_global.conc_request_id();
    exception
    when no_data_found then
    fnd_file.put_line(fnd_file.log, 'Error:RGIS_TCA_TO_TLMS_CREATE.sh');
    fnd_file.put_line(fnd_file.log, 'No data found for request_id');
    fnd_file.put_line(fnd_file.log, sqlerrm);
    raise_application_error(-20001,
    'Error occured when executing RGIS_TCA_TO_TLMS_CREATE.sh ' ||
    sqlerrm);
    when others then
    fnd_file.put_line(fnd_file.log, 'Error:RGIS_TCA_TO_TLMS_CREATE.sh');
    fnd_file.put_line(fnd_file.log,
    'Error occured when retrieving request_id request_id');
    fnd_file.put_line(fnd_file.log, sqlerrm);
    raise_application_error(-20001,
    'Error occured when executing RGIS_TCA_TO_TLMS_CREATE.sh ' ||
    sqlerrm);
    end;
    --calling ins_or_upd_tca_process_log to update log table for tstlms.dat file
    begin
    rgis_tca_to_tlms_process.ins_or_upd_tca_process_log
                   (l_tstlms_file_id,
                   'tstlms.dat',
                   l_conc_prog_name,
                   l_request_id,
                   l_start_date,
                   l_end_date,
                   &tot_rec_in_tstlms,
                   &tot_rec_in_tstlms_bad,
                   null,
                   null,               
                   null,
                   null,
                   null,
                   null,
                   null,
                   l_requested_by,
                   l_requested_date,
                   null,
                   null,
                   null,
                   null,
                   null);
    exception
    when others then
    fnd_file.put_line(fnd_file.log, 'Error:RGIS_TCA_TO_TLMS_CREATE.sh');
    fnd_file.put_line(fnd_file.log,
    'Error occured when executing rgis_tca_to_tlms_process.ins_or_upd_tca_process_log for tstlms file');
    fnd_file.put_line(fnd_file.log, sqlerrm);
    end;
    --calling ins_or_upd_tca_process_log to update log table for tstlmsedits.dat file
    begin
    rgis_tca_to_tlms_process.ins_or_upd_tca_process_log
                   (l_tstlmsedits_file_id,
                   'tstlmsedits.dat',
                   l_conc_prog_name,
                   l_request_id,
                   l_start_date,
                   l_end_date,
                   &tot_rec_in_tstlmsedits,
                   &tot_rec_in_tstlmsedits_bad,
                   null,
                   null,               
                   null,
                   null,
                   null,
                   null,
                   null,
                   l_requested_by,
                   l_requested_date,
                   null,
                   null,
                   null,
                   null,
                   null);
    exception
    when others then
    fnd_file.put_line(fnd_file.log, 'Error:RGIS_TCA_TO_TLMS_CREATE.sh');
    fnd_file.put_line(fnd_file.log,
    'Error occured when executing rgis_tca_to_tlms_process.ins_or_upd_tca_process_log for tstlmsedits file');
    fnd_file.put_line(fnd_file.log, sqlerrm);
    end;
    end;
    exit;
    EOF
    echo "rgis_tca_to_tlms_process.sql started"
    sqlplus -s $fcp_login @$SCHED_TOP/sql/rgis_tca_to_tlms_process.sql $fcp_reqid
    exit;
    echo "rgis_tca_to_tlms_process.sql ended"
    _**Error:*----------------------------------*_
    RGIS Scheduling: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    TCATLMS module: TCA To TLMS Import Process
    Current system time is 18-AUG-2011 06:13:27
    COUNT(*)
         16
    COUNT(*)
         25
    wc: cannot open /home/custom/sched/in/tstlms.bad
    wc: cannot open /home/custom/sched/in/tstlmsedits.bad
    pl/sql block started
    old 33:     AND fcr.request_id = &fcp_reqid; --fnd_global.conc_request_id();
    new 33:     AND fcr.request_id = 18661823; --fnd_global.conc_request_id();
    old 63:                &tot_rec_in_tstlms,
    new 63:                16,
    old 64:                &tot_rec_in_tstlms_bad,
    new 64:                ,
    old 97:                &tot_rec_in_tstlmsedits,
    new 97:                25,
    old 98:                &tot_rec_in_tstlmsedits_bad,
    new 98:                ,
    ERROR at line 64:
    ORA-06550: line 64, column 4:
    PLS-00103: Encountered the symbol "," when expecting one of the following:
    ( - + case mod new not null others <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall merge time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string> pipe
    <an alternatively-quoted string literal with character set specification>
    <an alternatively-q
    ORA-06550: line 98, column 4:
    PLS-00103: Encountered the symbol "," when expecting one of the following:
    ( - + case mod new not null others <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql st
    rgis_tca_to_tlms_process.sql started
    old 12: and concurrent_request_id = '&1';
    new 12: and concurrent_request_id = '18661823';
    old 18: and concurrent_request_id = '&1';
    new 18: and concurrent_request_id = '18661823';
    old 22: rgis_tca_to_tlms_process.run_tca_data(l_tstlms_file_id,&1);
    new 22: rgis_tca_to_tlms_process.run_tca_data(l_tstlms_file_id,18661823);
    old 33: rgis_tca_to_tlms_process.run_tca_data_history(l_tstlmsedits_file_id,&1);
    new 33: rgis_tca_to_tlms_process.run_tca_data_history(l_tstlmsedits_file_id,18661823);
    old 44: rgis_tca_to_tlms_process.send_tca_email('TCATLMS',&1);
    new 44: rgis_tca_to_tlms_process.send_tca_email('TCATLMS',18661823);
    declare
    ERROR at line 1:
    ORA-20001: Error occured when executing RGIS_TCA_TO_TLMS_PROCESS.sql ORA-01403:
    no data found
    ORA-06512: at line 59
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 18661823      
    Number of copies : 0      
    Printer : noprint
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 18-AUG-2011 06:13:29
    ---------------------------------------------------------------------------

    Hi,
    Check the status of the batch in SM35 transaction.
    if the batch is locked by mistake or any other error, now you can release it and aslo you can process again.
    To Release -Shift+F4.
    Also you can analyse the job status through F2 button.
    Bye

  • Delivery cost not created during GRN of PO using BAPI

    I have a customized program which use BAPI - BAPI_PO_CREATE1 to create PO, PO was created successully.
    then program will use BAPI - BAPI_PO_CHANGE to update condition pricing, which is also executed succesfully. all condition pricing (KONV) updated correctly.
    Lastly, the program will use BAPI - BAPI_GOODSMVT_CREATE to create GRN and update delivery cost. However in my case, the delivery cost is not update, EKBZ table record is not created, as well as GRN item line table MSEG table is not updated with delivery cost.
    Anyone face this type of problem before?What is the possible causes?
    Any help and suggestion is greatly appreciated.

    Lai,
    you should try asking this on ABAP forum thread. You will get a response. May be there is another BAPI u should use or may be you the usage of BAPI is incomplete. Pl confirm with ABAP forum.
    Rgds

  • Employee group have been wrongly assigned during Hiring in PA40

    Dear Guru,
    I have one scenario where an employee; employee group have been wrongly assigned during Hiring PA40. The user has entered and assigned the employee group as Contract - Local instead of Contract - Foreigner in the Employee group field.
    Please advice how to change and rectify this incident.
    Thanks & Regards,
    Wai Cheng - Yokota

    Dear Guru,
    Many thanks for all your advice.
    I have use PA41 Transaction code to make the correction. However, I noted that the wrongly assigned Employee group remains unchanged in PA30 HR Master data.
    Hence, I decided to use PA40 Hiring Action to make the correction by selecting Position/Band Change field. After save the correction in Copy Actions screen, it will lead you to Copy Organizational Assignment and save your entries. There will be a message appear at the bottom in regards to the position. Just click next arrow icon and click yes.
    Go to PA30 HR Master data again, to verify that the correction and noted that it has change.
    Regards,
    Wai Cheng - Yokota

  • Subclass instance not created during runtime

    Hi Experts,
    For an existing standard class a subclass was created and during runtime the me object reference points to the subclass name there by allowing the subclass additional/custom methods to be triggered.
    We have done service pack upgrade in the system and during runtime I find the subclass does not exist in the me object reference due to which the custom code in the subclass is not being called.
    How do I fix the above issue so that and subclass instance is created by the superclass during runtime?

    Hello Srinivas,
    I had put a breakpoint to debug in the subclass which was being invoked.
    In the new system where the service pack has been applied I have put breakpoint in the same method but the subclass method is not being called.
    The superclass method is being called. I'm sure after facing this problem(and solving it, of course) you'll have a better understanding of the 'polymorphic' behaviour of objects
    if the subclass inherits superclass the instance will be created automatically?
    NO!!!
    You must understand none of us has a crystal ball where we can gaze & find out the solution. If you want valuable responses please provide as much info as possible.
    BR,
    Suhas

  • Accounting Document not created during settlement

    Dear Experts,
    We are using New GL.  When we execute settlement of maintenance orders (settle from order to cost center), only CO documents are created.  I use tcode IW33 to view order and can see the CO docs, but no accounting docs are created.
    I do not receive error message.  I have check config CO FI Integration, Created variant and assigned variant to company code.
    I am not sure how to fix.
    Any help will be greatly appreciated.
    Regards,

    Hi,
    While accounting the expense through FI, you would have accounted with the GL account/primary cost element assigned to the cost object as maintenance order. It means, that the accounting entry in the FI already done in this first phase itself.
    Later, when you try to settle the maintenance order to a cost center, the transaction is happening only in Controlling and through secondary cost element, the a controlling document alone would be generated.
    Regards
    Hari

  • Files that "remember playback position" are not updating during sync

    I listen to long spoken word MP3 files that are not podcasts. I have the "remember playback position" option checked on these files. I will add it to my library, sync it to my 2nd gen iPod shuffle, then go play it. The shuffle will remember the playback position fine. When I plug it into the computer again, iTunes used to update the files on my computer with the new playback position from the shuffle. This is not the case anymore. The local files will stay at the spot where they were at the original sync (0:00 in most cases). The files on the shuffle will then go back to 0:00 as well. This is very annoying. Any ideas?
    P.S. I'm using the newest Shuffle that was released along with the 4th gen Nano (mine is the 2GB blue).
    I know this is supposed to work because I had a silver 1GB shuffle in 2007 that worked fine.
    Message was edited by: ajstahl

    ROFL I've named this thread "Shuffle Woes" in my favorites list. I seem to have fixed this strange and VERY elusive problem for now.
    I discovered a duplicate music file that had the same metadata as another music file. The only difference between the two files was the name of the physical file on the hard disk AKA the file name. The metadata (tags) were exactly the same. Now that I've deleted one of the two files everything seems to magically work again. Don't ask me!
    If the problem resurfaces again I'll be back. No more shuffle woes!

  • SCCM 2012 App-V 5 Virtual Enviroments Not Created During OSD or Task Sequence

    Hi all, I'm in the process of adding some App-V 5 applications into our SCCM 2012 R2 OSD Windows 7 builds.
    If I install an App-V application which is in a virtual environment, and all applications that are in the virtual environment are installed during the OSD or task sequence, the Virtual Environment doesn't get created.
    The only time that the Virtual Environment gets created is if the machine has an application deployment for the same app-v apps targeted at it.
    Is this any way to get the Virtual Environment created as part of the build without having an applicationdeployment targeted at each machine?
    Appreciate your help.

    Hi, the AppEnforce.log just has the installation of the App-V apps I've specified in the task sequence. There are no references to virtual environments like the below which appear if I have an actual deployment of the App-v application.
    Virtual Environment ScopeId_8435F2E9-9573-4CA8-9C3E-0C1CE24B7F99/VirtualEnvironment_51b783ca-c5c3-4e39-b15b-a5000feb1e3c: Successfuly create and enable the connection group 606133CE-B161-4EEF-9F91-27D772F06E29

  • O file not created during client export

    Hi,
    We are doing client copy via client export import.We used SAP_ALL client copy profile.  We were expecting 3 files O,T and X . But we got  only 2 files T and X.  We checked at the OS level , and client copy logs SCC3. SCC3 shows only two transport request created and OS level has only 2 set of files.
    Where is transport request O and its files?
    Then we proceed and did the import in target client. But import error happened, it showed import stopped because of ztable were missing from nametab. how to proceed the import? Without solving the O file problem we cannot do the import ?
    Thanks and Regards
    Syam
    Edited by: Syam on May 31, 2010 2:59 PM

    Mark,
    Thank you. Points provided.
    Hi All,
    Client copy completed.
    The SAP_EXPA worked fine, and we got O files also as a result. But we did not follow that method because we did not want to affect the system availability and data consistency of the other clients in the same SAP instance. Hence O file import is not done. We transported the missing  ztables to target system. We manually created the transport request using se03. Still we had problem while running scc7 after import. For this we used Note 1235955 after post processing
    Thanks and Regards
    Syam

  • Unison user not created during install/calendar problems

    In the OCS configuration handbook, there is a basic configuration tasks section. I'm trying to configure calendaring and the documentation says to:
    su - oracle
    su unison
    but on my system, user unison doesn't exist, and there is no $ORACLE_HOME/users directory. According to the docs, this is all done by root.sh but during the install. I looked at the root.sh script and there is nothing in it but #!/bin/bash. How can I continue configuring calendar if the unison user wasn't created and the users directory wasn't created and I can't rerun root.sh?

    Here are my start and stop scripts....
    They are run as the oracle user now (no longer have the unison user in 9.0.4+)
    # ----calendar server env begin----
    export ORACLE_HOME=/opt/oracle/OraHome1
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    # ----calendar server env end-----
    # ----calendar server start begin----
    # starting Calendar Server components:
    cd $ORACLE_HOME/ocal/bin
    ./unistart
    # ----calendar server start end------
    # ----calendar server env begin----
    export ORACLE_HOME=/opt/oracle/OraHome1
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    # ----calendar server env end-----
    # ----calendar server start begin----
    # stopping Calendar Server components:
    cd $ORACLE_HOME/ocal/bin
    ./unistop
    # ----calendar server stop end------
    Dennis

  • J2EE Cluster is not created during system copy.

    Hi all,
    Iu2019ve been trying to perform a system copy on our PI 7.0 sp14 test system & create a second system on the same server.
    I used the standard Sapinst tools for this because it is a PI ABAP+JAVA system.
    The copy process went smooth but after it finished I realized that the ABAP side has been installed correctly but when I tried running "SXMB_IFR" I saw that the system points me to the source system J2EE process.
    Looking into the file system of the target system, I saw that under the path \usr\sap\<SID>\<Instance>\j2ee\cluster only the bootstrap folder exists. Of course that in the SAP MMC, you cannot see any J2EE process under the new system process list.
    I tried using a newer sapinst but that didnu2019t help.
    Anyone ever encounter anything like that?
    Thanks for your help.
    Regards,
    Yoav Zilberman

    He again,
    Now i finally managed to make all the J2EE  process work but i keep having issues with the "server0" process in both systems on the server.
    the first system i starts works fine but the second one will get the error: [Thr 8944] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\XIQ\DVEBMGS00\exe\jvmx.jar ; (SID changes according to which system started first).
    Thanks,
    Yoav

  • Tables not created during ERP ECC 5.0 installation

    hi guys,
    while installing SAP ERP ECC 5.0 on Oracle 9 i m getting following error message in SAPSSEXC.log file
    myCluster (3.2.Imp): 613: error when retrieving table description for physical table DOKCLU.
    myCluster (3.2.Imp): 614: return code received from nametab is 32
    myCluster (3.2.Imp): 296: error when retrieving physical nametab for table DOKCLU.
    (CNV) ERROR: code page conversion failed
                 rc = 2
    (DB) INFO: disconnected from DB
    D:\usr\sap\TX1\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\TX1\SYS\exe\run/R3load.exe: END OF LOG: 20070305232652
    regards,
    nasir

    IDES? what does this mean?
    could you plzz help me figure out the probelm from the log that i posted in the thread. its urgent.
    thanks and regards,
    nasir

  • Partner function copied from PO to Outb.del. but output message not created

    Hello Gurus,
    As the copy of the partner function from the PO to the Outbound Delivery is not supported in standard, I have activated userexit_save_document_prepare (MV50AFZ1) where I can add the other partner roles out of the purchase order into table XVBPA (VN). Thanks to this exit, the partner function VN is correctly added in the Outbound Delivery.
    My issue is the following this partner function should create an output message using the partner function VN but this one is not created during the Outbound delivery creation. But if I go to the VL02N and just save the Outbound delivery again (without change) now the output is correctly created and processed.
    Does someone of you know the reason why the output message for partner VN is not triggered at the Delivery Creation but
    after the manual save?
    Kind regards
    Chris

    I have just explained this in Copy partner from PO to inbound delivery

Maybe you are looking for

  • What happens to table when file is transfering ?

    There is code in Z-program which puts a 'Z' in the blocked field of ZCCOD whenever a file is transmitted. I mean file is transfering from SAP to mainframes Can anybody tell what happens if the table is in <b>edit mode</b> (e.g., via SM30) at the time

  • Mac OS 10.6.8, iCloud and Eduora

    I have a iMac6,1 running  Mac OS 10.6.8 and Eudora 6.2. Eudora was working just find until MobileMe went off line. Now when I check mail I get the messages: "Contacting imap.mail.me.com" then "Server not responding. Lost connection to server." Tech n

  • Sap-wd-arfc-useSys

    Hi , I have tired to change the RFC destinations of the model that was created in design time , using the url parameter sap-wd-arfc-useSys as specifed in : http://help.sap.com/saphelp_nw04/helpdata/en/f4/651741f163f023e10000000a155106/content.htm but

  • Why don't i have

    why don't i have Slo-mo on my iPhone 4s as one of the camera featuers

  • Cs3 design premium...

    I don't know where to put this, but: is $299 a steal for adobe cs3 design premium?