Dividing Jobs in Distributed Systems

Can anyone offer a scheme that will allow me to distribute jobs to clients dynamically?
Let's say I want to check whether a number is a Prime number or not using this algo:
n = {a large prime number};
for (i = 2 to n/2 )
if (n mod i == 0)
return "composite";
return "n is prime"

Hi All,
Could anyone please advice.?
Thanks,
Ravi Kumar

Similar Messages

  • Distribute System  - Error when run tcode DB13 - Job Log - Cancel

    i have two server and I installed SAP ERP 6.0 (Application ABAP) on two server base on Distribute System model
    Server A : I installed Global Host Preparation and Central Instance
    Server B : I installed Database Instance
    On server A, I exported /sapmnt, /usr/sap
    On server B, I mounted /samnt, /usr/sap from Server A
    Process Installation -> OK
    and finally , I logged in SAP through server A -> OK
    But when i run tcode DB13 to run Action Pad : Cleanup Logs, Check and Update Optimize Statistic ....etc -> Cancel
    -> with error in tab Job Log below
    20.01.2010     14:37:07     Job started
    20.01.2010     14:37:07     Step 001 started (program RSDBAJOB, variant &0000000000041, user ID BASIS)
    20.01.2010     14:37:07     No application server found on database host - rsh/gateway will be used
    20.01.2010     14:37:07     Execute logical command BRCONNECT On host sapree2
    20.01.2010     14:37:07     Parameters: -u / -jid CLNUP20100120143706 -c -f cleanup
    20.01.2010     14:37:29     SXPG_STEP_XPG_START: is_local_host: rc = 403
    20.01.2010     14:37:29     SXPG_STEP_XPG_START: host = sapree2
    20.01.2010     14:37:29     SXPG_STEP_XPG_START: is_local_r3_host: rc = 802
    20.01.2010     14:37:29     SXPG_STEP_XPG_START: RFC_TCPIP_CONNECTION_OPEN: rc = 1003
    20.01.2010     14:37:29     SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 1.003
    20.01.2010     14:37:29     SXPG_COMMAND_EXECUTE(LONG)
    20.01.2010     14:37:29     <timestamp> = 20100120143729
    20.01.2010     14:37:29     COMMANDNAME = BRCONNECT
    20.01.2010     14:37:29     ADDITIONAL_PARAMETERS = -u / -jid CLNUP20100120143706 -c -f cleanup
    20.01.2010     14:37:29     LONG_PARAMS
    20.01.2010     14:37:29     OPERATINGSYSTEM = ANYOS
    20.01.2010     14:37:29     TARGETSYSTEM = sapree2
    20.01.2010     14:37:29     DESTINATION
    20.01.2010     14:37:29     SY-SUBRC = 1003
    20.01.2010     14:37:29     SXPG_COMMAND_EXECUTE failed for BRCONNECT - Reason: program_start_error: For More Information, See SYS
    20.01.2010     14:37:29     Job cancelled after system exception ERROR_MESSAGE
    and then , I checked tcode SM59 -> TCP/IP Connection -> SAPXPG_DBDEST_SAPREE2 -> Test Connection -> not OK with error
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: timeout during allocate
    Error Details     LOCATION: SAP-Gateway on host sapree1.reecorp.com / sapgw00
    Error Details     DETAIL: no connect of TP sapxpg from host sapree2.reecorp.com after 20 sec
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 22
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1973
    Error Details     RETURN CODE: 242
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Error Details     TIME: Wed Jan 20 14:42:39 2010
    Error Details     VERSION: 2
    thanks for your advice

    Hi,
    For installation you can refer the standalone gateway installation guide available under http://service.sap.com/instguides
    For operating the standalone gateway you can use the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/bb/9f13194b9b11d189750000e8322d00/content.htm
    Cheers.....,
    Raghu

  • How to run DB13 in a Distributed System with Linux+Oracle

    Hello all,
    We have a ERP system which runs on Distrbuted environment(APP server and DB runs on different hosts), OS and DB is RHEL 6.5 and Oracle 11.2.0.3, ECC6.0 EHP7 runs on Netweaver 7.4
    now we would like to backup the database, to run brtools via command line is no problem, but if I run it with Db13, error will occur.
    ============================================
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRBACKUP On host sapsrvcepdblan
    Parameters:-jid ALLOG20140620190905 -u / -c force -t online -m all -p initCEP.sap -a -c force -p initCEP.sap -s
    d
    SAPXPG_START_XPG_LONG: sy-subrc: 01005
    destination = SAPXPG_DBDEST_SAPSRVCEPDBLAN
    number of retries =  1
    SAPXPG_START_XPG_LONG: sy-subrc: 01005
    destination = SAPXPG_DBDEST_SAPSRVCEPDBLAN
    number of retries =  2
    SAPXPG_START_XPG_LONG: sy-subrc: 01005
    destination = SAPXPG_DBDEST_SAPSRVCEPDBLAN
    number of retries =  3
    SXPG_STEP_XPG_START: execute_sapxpg: rc = 1.003
    SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 1.003
    SXPG_COMMAND_EXECUTE(LONG)
    <timestamp> = 20140620190906
    COMMANDNAME = BRBACKUP
    SXPG_COMMAND_EXECUTE failed for BRBACKUP - Reason: program_start_error: For More Information, See SYS
    Job cancelled after system exception ERROR_MESSAGE
    ============================================
    I searched for many many notes and SCN messages but none of them solve my issue, I have installed a standalone Gateway sevrer on database instance, and modified SM59 RFC SAPXPG_DBDEST_SAPSRVCEPDB, but the connection test for this RFC always failed.
    Could you kindly share your experiences how to solve this problem? Thanks a lot!
    Best regards,
    Fresh

    Hi Fresh,
    In a distributed environment you need to install SAP gateway instance on the DB host.
    Then in the RFC destination SAPXPG_DBDEST_SAPSRVCEPDBLAN maintain the gateway host and gateway service.
    Post this db13 should work fine.
    Hope this helps.
    Regards,
    Deepak Kori

  • DB 13 error in distributed system (brconnect)

    hi expert,
    I installed distributed system .
    DB instance is Unix (hp) and Central instance is NT.
    I install standalone gateway in DB host for DB13 and then configured TCP/IP detination SAPXPG_DBDEST_<DBhost> .
    I checked SAPXPG_DBDEST_<DBhost> connection is OK.
    but check db error in DB13
    =================================================================
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000020, user ID ADMIN)
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRCONNECT On host stwdbdev
    Parameters: -u / -jid CHECK20100624162600 -c -f check
    BR0801I BRCONNECT 7.10 (19)
    BR0152E Environment variable ORACLE_SID is not set
    BR0806I End of BRCONNECT processing: cedngqgn.log2010-06-24 16.26.01
    BR0280I BRCONNECT time stamp: 2010-06-24 16.26.01
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    ==================================================================
    previous this error, `brconnect not found error` is corrected by copy br* kernels to gateway kerenl directory.
    I thought brconnect is started by gateway`s <sid>adm user so I gave environment value "ORACLE_SID,ORACLE_HOME,SAPDATA_HOME" to gateway`s <sid>adm .
    but error is same.
    finally, I want to know who execute brconnect in DB instance and how can I correct this problem.
    thanks and regards
    jun

    hi,
    I log on SAPServicePID but db13 error is same
    ===========================================
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000024, user ID ADMIN)
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRCONNECT On host stwdbdev
    Parameters: -u / -jid CHECK20100625125243 -c -f check
    BR0801I BRCONNECT 7.10 (19)
    BR0152E Environment variable ORACLE_SID is not set
    BR0806I End of BRCONNECT processing: cednkvdj.log2010-06-25 12.52.43
    BR0280I BRCONNECT time stamp: 2010-06-25 12.52.43
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    ===============================================
    and SAPServicePID environment variant
    ==============================================
    C:\Documents and Settings\SAPServiceDPI>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\SAPServiceDPI\Application Data
    CLIENTNAME=MYCOM
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=STWDMDDEV
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\SAPServiceDPI
    LOGONSERVER=
    STWDMDDEV
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=/oracle/DPI/102_64
    ORACLE_SID=DPI
    OS=Windows_NT
    Path=C:\Program Files (x86)\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\
    WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft Network Monitor 3\;C
    :\Admin\bin;C:\Program Files\OmniBack\bin\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 26 Stepping 5, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=1a05
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    SAPDATA_HOME=/oracle/DPI
    SAP_DIR_PERF=D:\usr\sap\PRFCLOG
    SESSIONNAME=RDP-Tcp#24
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME1\SAPSER2\LOCALS~1\Temp\1
    TMP=C:\DOCUME1\SAPSER2\LOCALS~1\Temp\1
    USERDOMAIN=STWDMDDEV
    USERNAME=SAPServiceDPI
    USERPROFILE=C:\Documents and Settings\SAPServiceDPI
    windir=C:\WINDOWS
    ==========================================================================
    brconnect working is sure by SAPServiceSID??
    why error is still??
    regards
    jun

  • DB13 on distributed system ECC 6 EHP 4 Solaris - Oracle error

    Dear all,
    I have a new ECC 6 EHP 4 ABAP only distributed system installation on Solaris 10- Oracle 10 platform. Kernel version 7.01.
    Let call application/CI hostname = apphost
    and DB Instance hostname = dbhost
    I tried to set up DBA job (checkdb, update statistic, backup) via DB13, but its always end with error like this:
    Can't exec external program (No such file or directory)
    External program terminated with exit code 1.
    RFC SAPXPG_DBDDEST_dbhost settings are like this:
    Program : /sapmnt/KCP/exe/sapxpg
    Target host: dbhost
    Gateway host: apphost
    Gateway service: sapgwxx
    I have set rhosts on both server already.
    Shell : sh
    Looks like it cannot find executable program when try to do it remotely.
    Please help..
    Thanks
    Fendhy

    Sorry, i mean the Shell is /bin/sh
    I tried to follow this Note 1025707 - DBA Cockpit planning calendar and remote Oracle databases and tried to set up the scenario using rsh.
    I copied all brtools files to home dir of <sid>adm on dbhost and tried again on DB13.
    It can find the br*tools executables but now it show error :
    BR0152E Environment variable ORACLE_SID is not set
    So i got a clue for this error. I think since it was run on rsh, the environment variables weren't loaded for the rsh session.
    Still searching to load this Environment variable on the rsh session.
    Regards,

  • Error in Central Instance installation ERP 2005 Distributed System

    Hi All,
    I am currently trying to install Central Instance for ABAP Distributed system  on AIX.
    During the installation I encounter this error message:
    WARNING 2006-09-20 14:22:39
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO 2006-09-20 14:22:39
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/DISTRIBUTED/AS-ABAP/CI/FormalPasswordCheck.log.
    ERROR 2006-09-20 14:22:39
    FSL-04008  Unable to access application bin/java. A file or directory in the path name does not exist.
    Before the installation SAPINST_JRE_HOME and JAVA_HOME variables were set to /usr/java14.
    Please help.
    Thanks,
    Chie

    Hi Chie,
    definately wrong
    the output should be similar to this one:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142sr1aifx-20051020 (SAP 142SR1a + 88494 + 84428 + 83602 + 89528 + 90372 + 88233 + 66827 + 92741 + 95636 + 96556 + 96581) (JIT enabled: jitc))
    note the "64 bit" and "SAP" in there...
    You can download it here:
    https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=javasap
    Regards,
    Pascal
    PS: please give points for helpful answers

  • Job cancelled after system exception ERROR_MESSAGE

    Hello all
    I am facing the following issue.
    A custom report is schedulled and run as backround job. The report should create a txt file on server.
    The report works fine in foreground, but as backround job ends up cancelled all the time.
    The job log:
    Job log overview for job:    VI5 / 13072800
    Date       Time     Message text                                                                     Message class Message no. Message type
    27.03.2009 13:09:28 Job started                                                                           00           516          S
    27.03.2009 13:09:28 Step 001 started (program ZESSRIN110R, variant PR1_0000381, user ID METAPARTNER)      00           550          S
    27.03.2009 13:09:28 File creation ERROR:                                                                  00           001          E
    27.03.2009 13:09:28 Job cancelled after system exception ERROR_MESSAGE                                    00           564          A
    There is no info in SM21 regarding the error.
    Can anybody help with this?
    Thanx in advance.
    imi
    Edited by: Imrich Vegh on Mar 27, 2009 2:27 PM

    btw the part of my code  looks like this:
    server path check
        IF p_srv IS NOT INITIAL.
          OPEN DATASET gv_server FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
          IF sy-subrc EQ 0.     --- I keep receiving 8 here in BACKGROUND JOB
            WRITE : / text-077,  gv_server.
          ELSE.
            MESSAGE text-069 TYPE 'E'.
          ENDIF.

  • Job cancelled after system exception ERROR_MESSAGE in DB13

    Hello All,
    When i opened the t-code DB13 i saw that this job "Mark tables requiring statistics update" is cancelled.
    JOB LOG:
    12.02.2011  22:00:16  Job started
    12.02.2011  22:00:16  Step 001 started (program RSDBAJOB, variant &0000000000085, user ID 80000415)
    12.02.2011  22:00:18  Job finished
    12.02.2011  22:00:18  Job started
    12.02.2011  22:00:18  Step 001 started (program RSADAUP2, variant &0000000000081, user ID 80000415)
    12.02.2011  22:01:26  Error when performing the action
    12.02.2011  22:01:26  Job cancelled after system exception ERROR_MESSAGE
    When check for the BGD Job in SM37 for this job i found the same error in the job log with the status cancelled.
    Job log overview for job:    DBA!PREPUPDSTAT_____@220000/6007 / 22001700
    12.02.2011 22:00:18 Job started
    12.02.2011 22:00:18 Step 001 started (program RSADAUP2, variant &0000000000081, user ID 80000415)
    12.02.2011 22:01:26 Error when performing the action
    12.02.2011 22:01:26 Job cancelled after system exception ERROR_MESSAGE
    I couldn't find any logs in SM21 of that time also no dumps in ST22.
    Possible reason for this error:
    I have scheduled the job Check database structure (only tables) at some other time and deleted the earlier job which was scheduled during the bussiness hours which caused performance problem.
    So to avoid performance issue i scheduled this job in the mid night by cancelling the old job which was scheduled during the bussiness hours.
    And from the next day i could see this error in DB13.
    Rest all the backups are running fine but the only job getting cancelled is for "Mark tables requiring statistics update"
    Could anyone tell me what should i do to get rid of this error?
    Can i schedule this "Mark tables requiring statistics update" again by deleting the old one?
    Thanks.
    Regards.
    Mudassir Imtiaz

    Hello Adrian,
    Thanks for your response.
    Every alternate day we used to have performance issue at 19:00hrs.
    Then when i checked what is causing this problem, i discovered that there was a backup "Check Database Structure (tables only)" scheduled at this time and it was mentioned that this backup may cause performance issue.
    Then i changed "Check Database Structure (tables only)" the time of this backup to 03:00hrs.
    The next day when i checked DB13 i found that one of the backups failed.
    i.e. "Mark Tables Requiring Statistics Update"
    Then i checked the log which i posted earlier with the error: "Job cancelled after system exception ERROR_MESSAGE"
    I posted this error here and then i tried to delete the jobs scheduled i.e. "Mark Tables Requiring Statistics Update" and then re-schedule it at the same time and interval.
    And then it started working fine.
    So i just got curious to know the cause of the failure of that job.
    Thanks.
    Regards,
    Mudassir.Imtiaz
    P.S There is one more thing which i would like to say which is not related to the above issue, and m sorry to discuss this in this thread.
    I found a few Bottlenecks in ST04 with Medium and High priority.
    Medium: Selects and fetches selectivity 0.53%: 122569 selects and fetches, 413376906 rows read, 2194738 rows qualified.
    High: 108771 primary key range accesses, selectivity 0.19%: 402696322 rows read, 763935 rows qualified.
    There are a lot these.
    I would really appreciate if you tell me what is the cause for these Bottlenecks and how to resolve.
    Thanks a lot.

  • How to use DB13 on a distribute system

    HI,
       We install SAP R3 enterprise 4.7 SR1 as distribute system on 3 different windows 2003 server, Central Instance , Database Instance and Dialog Instance. As I understood, we need to use sm59 to setup the RFC destination so that DB13 can work well.
      So I manually create a RFC destination SAPXPG_DBDEST_DB01 and only test successfully after I install a new dialog instance on database server and connect to this dialog instance. I tried to create SAPOSCOL_DB01 with the folow parame
    Connect Type : T
    Activition Type: Explicit
    Program: saposcol
    target: db01  ( db01 could be resolved to IP address and ping well)
    but the test is unsucessful.
    when I run db13 to backup, it looks the brbackup run on the central instance not on the database instance.
    Any one can help to handle this problem or give me some notes about a distribute system RFC setting?
    Your kindly help will be appreciated!
    Regards

    there is not any relation of saposcol program to database backup. as per my understanding, this program is used to collect the data, for database backup from DB13 program sapxpg should be called, so check the SM59 that the connection of this program is working properly or not.
    Sap Note : 446172
    Regards
    Subhash
    Edited by: Subhash Chandra on Dec 11, 2008 2:56 PM

  • Error in Export of ABAP+JAVA  Distributed system

    Hi
    I am exporting an ABAP(ECC 6.0)+JAVA Add-in system .
    I have started the database instance export from the database instance host .
    I am geting the following error :
    An error occurred while processing service SAP ERP 6.0 Support Release 3 > Software Life-Cycle Options > System Copy > MS SQL Server > Source System Export > Distributed System > Based on AS ABAP and AS Java > Database Instance Export( Last error reported by the step :uncaught exception: nw.usageTypes.utlError: Execution of UTL tool 'D:\j2sdk1.4.2_13-x64\bin\java.exe -classpath D:\usr\sap\ERS\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    sdsapdbsbx1/sapmnt/ERS/SYS/global/security/lib/tools;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/antlr.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/exception.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/jddi.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/logging.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/offlineconfiguration.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/opensqlsta.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/SDMutil.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/SLUtil.jar;D:/usr/sap/ERS/SYS/exe/nuc/NTAMD64/mssjdbc/sqljdbc.jar -export -type=keydb "-expfile=C:/Program Files/sapinst_instdir/ERP/LM/COPY/MSS/EXP/DISTRIBUTED/AS/EXPDB/usages_data.xml" -log=UTL_load_usages.log -sid=ERS -dsn=jdbc/pool/ERS -ssprops=D:/usr/sap/ERS/SYS/global/security/data/SecStore.properties -ssk=D:/usr/sap/ERS/SYS/global/security/data/SecStore.key' aborts with return code 1. Check 'UTL_load_usages.log' and 'C:/Program Files/sapinst_instdir/ERP/LM/COPY/MSS/EXP/DISTRIBUTED/AS/EXPDB/UTL.java.log' for more information. (in script unknown, line 0: ???)).
    The file UTL.java.log is as follows:
    java version "1.4.2_19-rev"
    Java(TM) Platform, Standard Edition for Business (build 1.4.2_19-rev-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_19-rev-b07, mixed mode)
    java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    Please help.
    Regards
    Ratnajit

    Hi
    with 1.4.2_18 and 1.4.2_19 we are currently having massive stack overflow check the below link for more clarifications
    X64 java 1.4.2_18 for SAP
    Regards
    Uday

  • Error when executing APD-Job cancelled after system exception ERROR_MESSAGE

    Hi,
    We have a process chain which executes a APD using an ABAP program RSAN_PROCESS_EXECUTE.
    It was executing successfully until few days back but now a days frequently once in 3 days roughly it is getting cancelled during execution of ABAP Program with the message 'Job cancelled after system exception ERROR_MESSAGE'
    checked st22 and sm21 but didn't get any clue.But if we execute the same process chain manually(Immediate load) it is working fine all the times.
    What may be the reason for the cancellation of the chain sometimes and the same chain working fine some other time and working very much fine when ran manually.
    Regards,
    Vishnu

    Hi Vishnu,
    Can you check if there are any other process which is triggering the abap program RSAN_PROCESS_EXECUTE at the same time as the execution of this process in the chain.  You can check in which other chains this process is being used.  You can compare the time when this failed in the chain you mentioned with the same being run in other chains at the same time.
    Sasi

  • Adapter Engine has wrong hostname after HSC with Distributed System

    I have an interesting situation where I have performed a homogeneous system copy from a standard system to a distributed system.  The only that really has changed is the database server name.  I performed the global host install, the database instance import, and then the Primary Application Server install.
    The strange error is that the adapter engine after the install shows the hostname of the database server.  The SLD CIM Instance data shows the hostname of the database server as an adapter engine.  The correct hostname for the adapter engine is there also, but is not updated by the SLD Data Supplier/or RZ70 update.
    The SLD entries for the ABAP and Java stacks are never updated after this copy.
    I'm pretty much stumped on this one.  I think I picked the correct options for the install.

    Hi,
    you said that you have done homogenous system refresh. As a check please follow the below note and let me know if it is helpful.
    SAP Note  1286149 - Configuration Wizard: PI Self Test for NetWeaver
    Also Please go through the doc regarding post installation steps for PI
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60d2a693-9504-2b10-5ba7-82964bd8370e]
    Please let me know the result.
    Regards,
    Venkata S Pagolu

  • What is the limitations of J2EE as a distributed system

    Merry Christmas!!!
    What is the limitations of J2EE as a distributed system
    For example,
    Once we use J2ee as a solution to the E-commerce,
    What is the limitations of J2EE compared with .NET?

    imagination

  • Background job requirement  in Systems like GRC

    Hi All,
    We will like to know periodic background job requirements in systems like GRC. May be rough volume of these jobs (defination) will help.
    Do these systems have process chains like BI and APO systems.
    Also do these systems have some interfaces with ECC / R/3 systems to transfer the data. (for e.g. in APO we have CIF interface)
    Thanks a lot for all your help.
    Best Regards,
    Vithal

    Hi all,
    I think I have some commun issues with Vithalprasad about scheduling GRC Control Access background jobs (especially the FireFighter jobs) with an external scheduler (we are also using SAP CPS).
    I have to specify that for now we are using the internal job scheduler of GRC to schedule both ABAP and Java jobs which are dependant the one from the others.
    But we would like to schedule all of them in SAP CPS: it is possible for the ABAP programs, but not (?) for the Java jobs (we have not any NetWeaver Java Scheduler, since we have the 7.0 version of NetWeaver).
    Please feel free to ask me precisions.
    Have anyone an idea about the way to make this work ?
    Thanks for your help,
    Regards,
    Yi Jiang

  • Background job requirement  in Systems like MDM

    Hi All,
    We will like to know periodic background job requirements in systems like MDM. May be rough volume of these jobs (defination) will help.
    Do these systems have process chains like BI and APO systems.
    Also do these systems have some interfaces with ECC / R/3 systems to transfer the data. (for e.g. in APO we have CIF interface)
    Thanks a lot for all your help.
    Best Regards,
    Vithal

    Hi Zanwar,
    my apologies for wrong answer.
    as per my knowledge, i only know these things.
    1. Periodic background job requirements in systems like MDM may be.
    Ans: - seeing for MDM server heartbeat
            - Import & Syndication server start/stop process
            - MDM server performance
           - maintaning & cleaning log files
    etc.
    2. Do these systems have some interfaces with ECC / R/3 systems to transfer the data. (for e.g. in APO we have CIF interface)?
    Ans: yes, MDM have Generic extractor (mdm_clnt_extr) and MDMGX to extract data from R3 systems.
    - also you can use custom scenarios using XI as middleware
    like: Proxies, Idocs.
    - Abap apis is another method to integrate R3-MDM.
    3. Do these systems have process chains like BI and APO systems?
    Ans: i think mdm have but nort sure.
    BR,
    Alok
    Edited by: Alok Sharma on Jan 30, 2008 12:35 PM

Maybe you are looking for

  • RSCRM_BAPI scheduling of extract jobs after an event

    Hi We are using RSCRM_BAPI to extract data from 3 BW queries and export the data to a CSV file so that it can be picked up and loaded to another system. The extracts run fine, but I am trying to find a way of including them within the BW process chai

  • Why do I often get the blinking yellow?

    I am having a problem understanding why on an irregular (but often) basis, I get the flashing yellow light. It doesn't seem to affect my time machine backups, and my wifi seems to be working just fine when this light is blinking. If I unplug my TC, a

  • Split and Replace Functions (ps1 to vbs)

    Guru's, I am having a difficult time converting these PS functions into VBS. Any help would be greatly appreciated! $sName=$line.Split(" ")[0] $sValue=[int]$line.Split(" ")[1].Replace("%","").Trim() Thanks!

  • DWebBrowserEvents2 Overwritten with Reader 9.1

    Why does Adobe Reader overwrite this key: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\Type Lib?  What is it used for?  If it's overwriten by another application will that cause a problem for Adobe Reader?

  • Error U44M2P15 when trying to update Indesign CS 6

    Anybody knows the meaning ?