ASAP cleanup not working

I have set the "Enable Job Cleanup on Startup" to true and 'ASAP Cleanup Rate' to 1d, but it seems the EPPM doesn't clean up the old completed or failed summaries WEB_ASAP and apply actuals WEB_ASAP records in the database.
This causes the speed of opening up the P6 Professional to be very slow and always hang up around 36% for 1 min to proceed.
Can you tell me what configuration is incorrect or any other miss configuration?
I am currently using p6 R8.2.3.
Thanks

Hi Ruben,
Thanks for you quick response,
The reason we identify the slow performance is regarding from this article https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=o9g57zsp6_9&_afrLoop=324204049867264
It describes: This issue was caused by having a large amount of orphaned records in the JOBSVC table (more than 30,000) that are called with the following query:
Query = (SELECT j.job_id, j.seq_num, j.audit_flag, j.job_type, j.job_name, j.user_id, j.last_run_date, j.status_code, j.recur_data, j.recur_type, j.last_error_descr, j.submitted_date, j.audit_file_path, j.job_data FROM JOBSVC j WHERE ((job_type = 'JT_Sched') OR (job_type = 'JT_ApplyActuals') OR (job_type = 'JT_Level') OR (job_type = 'JT_RecalcCost') OR (job_type = 'JT_ImportProject') OR (job_type = 'JT_StorePerPerf') OR (job_type = 'JT_SendToFusion') OR (job_type = 'JT_SyncActThisPer') OR (job_type = 'JT_SyncActDuration') OR (job_type = 'JT_Sum') OR (job_type = 'JT_Unifier') OR (job_type = 'JT_SyncRemToPlan')) AND (recur_type = 'RT_WebASAP') AND parent_job_id is null ORDER BY j.job_id)
The orphaned records were created after a user removed all the projects from the P6 database with the jobs still running
We have another test database which has the same data as our production one, we clean up the JOBSVC table and the P6 login time is much quicker than production.
You mentioned it was fixed from 8.3.2, does Oracle has any documentation specify this fixes? Or is it fixable in 8.2.3? If we need to upgrade to 8.3.2, I would rather just quickly clean up the JOBSVC table.
Thanks
Tianyu Zhang

Similar Messages

  • RBS maintainance job Orphan cleanup not working

    The problem are that Orphan cleanup won't start up. He starting up. chekcking pools and always stuck on 5 pool. And can delete other pool data.
    The command I'm runing:
    > C: cd "C:\Program Files\Microsoft SQL Remote Blob Storage
    > 10.50\Maintainer" "Microsoft.Data.SqlRemoteBlobs.Maintainer.exe" -ConnectionStringName RBSMaintainerConnection -Operation GarbageCollection ConsistencyCheck ConsistencyCheckForStores
    > -GarbageCollectionPhases rdo -ConsistencyCheckMode r >> SIS_RBS_NOTIME_Maintainer%date%.log
    The Error I'm getting:
    This task has ended. Processed 334 work units total. 0 Work units were incomplete. Needed to delete 1606751 blobs. Succeeded in deleting 1606751 blobs, 0 blobs were not found in the blob store.
    Starting Orphan Cleanup.
    Starting Orphan Cleanup for pool <PoolId 25, BlobStoreId 1, StorePoolId 0x19000000>.
    Skipping the current unit of work because of an error. For more information, see the RBS Maintainer log.
    Starting Orphan Cleanup for pool <PoolId 270, BlobStoreId 1, StorePoolId 0x0e010000>.
    Skipping the current unit of work because of an error. For more information, see the RBS Maintainer log.
    Starting Orphan Cleanup for pool <PoolId 94, BlobStoreId 1, StorePoolId 0x5e000000>.
    Skipping the current unit of work because of an error. For more information, see the RBS Maintainer log.
    Starting Orphan Cleanup for pool <PoolId 122, BlobStoreId 1, StorePoolId 0x7a000000>.
    Skipping the current unit of work because of an error. For more information, see the RBS Maintainer log.
    Starting Orphan Cleanup for pool <PoolId 154, BlobStoreId 1, StorePoolId 0x9a000000>.
    Skipping the current unit of work because of an error. For more information, see the RBS Maintainer log.
    No work is available at this time.
    Other clients, processes or threads may be currently working on other tasks.
    This task has ended. Processed 6 work units total. 5 Work units were incomplete. Needed to delete 0 blobs. Succeeded in deleting 0 blobs, 0 blobs were not found in the blob store. Enumerated 0 blobs, 0 blobs are being considered for orphan cleanup.
    This task has ended.
    The Event viewer shows:
    Message ID:2, Level:ERR , Process:8244, Thread:1
    Skipping the current unit of work because of an error. For more information, see the RBS Maintainer log.
    Operation: WorkExecute
    BlobStoreId: 0
    Log Time: 2015.02.04 23:43:47
    Message ID:3, Level:ERR , Process:8244, Thread:1
    Skipping unit of work <PoolId 25, BlobStoreId 1, StorePoolId 0x19000000> because of an error. For more information, see the RBS Maintainer log.
    Operation: WorkExecute
    BlobStoreId: 0
    Log Time: 2015.02.04 23:43:47
    Exception: System.Data.SqlClient.SqlException: The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.
    Internal error in RBS. rbs_sp_gc_get_slice did not find any work unit.
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
    at Microsoft.Data.SqlRemoteBlobs.SqlOperations.ExecuteNonQuery(RemoteBlobCommand commandObject, SqlCommand command)
    at Microsoft.Data.SqlRemoteBlobs.Maintainer.BeginEnumerateCommand.ExecuteDatabaseOperation2()
    at Microsoft.Data.SqlRemoteBlobs.RemoteBlobCommand.ExecuteInternal()
    at Microsoft.Data.SqlRemoteBlobs.RemoteBlobCommand.Execute()
    at Microsoft.Data.SqlRemoteBlobs.Maintainer.OrphanCleanup.ProcessPoolOrSlice(Int32 nestingDepth, SqlRemoteBlobContext context, BlobDetails blobDetails, Request parentRequest)
    at Microsoft.Data.SqlRemoteBlobs.Maintainer.WorkExecutor.ExecutePool(Int32 nestingDepth, SqlRemoteBlobContext context)
    at Microsoft.Data.SqlRemoteBlobs.Maintainer.OrphanCleanup.ProcessWorkUnit(Int32 nestingDepth, SqlRemoteBlobContext context)
    at Microsoft.Data.SqlRemoteBlobs.Maintainer.WorkExecutor.Execute(Int32 nestingDepth)
    Also in database for those pools the work_state = 20. To other pools work_state = 30.
    Are its possible to repair or just skip that pools to clean up the database?

    One more problem. 
    First starting Reference scan:
    Reference Scan is complete for this database.
    Scanned 39623 blobs. Deleted 163 blobs in the range of 0x000000000437ff8a00000001(exclusive) to 0x0000000004389a5100000001(inclusive).
    This task has ended. Processed 619 work units total. 0 Work units were incomplete.
    Second is Starting Delete Propagation:
    Delete Propagation complete for pool <PoolId 256, BlobStoreId 1, StorePoolId 0xff000000>.
    0 Delete for 0 blobs attempted, 0 blobs were deleted. 0 blobs were not found in the blob store. For more information, see the RBS Maintainer log.
    Delete Propagation is complete for this database.
    This task has ended. Processed 355 work units total. 0 Work units were incomplete. Needed to delete 280542 blobs. Succeeded in deleting 280542 blobs, 0 blobs were not found in the blob store.
    Third one is Orphan Cleanup:
    Starting Orphan Cleanup.
    Starting Orphan Cleanup for pool <PoolId 354, BlobStoreId 1, StorePoolId 0x62010000>.
    Enumerated 172683 blobs, 172683 blobs are being considered for orphan cleanup.
    Orphan Cleanup complete for pool <PoolId 354, BlobStoreId 1, StorePoolId 0x62010000>.
    0 Delete for 0 blobs attempted, 0 blobs were deleted. 0 blobs were not found in the blob store. For more information, see the RBS Maintainer log.
    Starting Orphan Cleanup for pool <PoolId 355, BlobStoreId 1, StorePoolId 0x63010000>.
    Enumerated 15124 blobs, 15124 blobs are being considered for orphan cleanup.
    Orphan Cleanup complete for pool <PoolId 355, BlobStoreId 1, StorePoolId 0x63010000>.
    0 Delete for 0 blobs attempted, 0 blobs were deleted. 0 blobs were not found in the blob store. For more information, see the RBS Maintainer log.
    Orphan Cleanup is complete for this database.
    This task has ended. Processed 2 work units total. 0 Work units were incomplete. Needed to delete 0 blobs. Succeeded in deleting 0 blobs, 0 blobs were not found in the blob store. Enumerated 187807 blobs, 187807 blobs are being considered for orphan cleanup.
    This task has ended.
    Starting RBS consistency check with attempt to repair.
    No RBS consistency issues found.
    Consistency check completed.
    Initializing consistency check for stores.
    Starting basic consistency check on blob store <1:FilestreamProvider_1>.
    Consistency check on blob store <FilestreamProvider_1> returned <Success>.
    This task has ended.
    The problem is that Orphan cleanup cleaning just 2 pool's. At all I have 354 pools. Why orphan not cleaning all pools? 
    I have a 4TB of data with RBS which is 2,5 TB real data and 1,5 TB need to be deleted with RBS, but RBS not working. 
    Database recovery model is Simple. After each RBS maitenance I'm running in database SQL Command: checkpoint; and still all files is remaining in filesystem.
    RBS config: 
    config_key config_value
    blob_store_operation_retry_attempts 3
    column_config_version 1
    column_config_version_of_gc_view 1
    complete_delete_propagation_start_time 2015-02-26T19:59:19.357
    complete_orphan_cleanup_start_time 2015-02-26T19:59:22.343
    complete_reference_scan_start_time 2015-02-26T19:47:08.507
    configuration_check_period time 00:00:00
    db_config_version 11
    default_blob_store_name FilestreamProvider_1
    delete_propagation_compatibility_level 105
    delete_propagation_end_time 2015-02-26T19:59:22.337
    delete_propagation_in_progress false
    delete_propagation_start_time 2015-02-26T19:59:19.357
    delete_scan_period time 00:00:00
    disable_pool_slicing false
    garbage_collection_slice_duration days 7
    garbage_collection_time_window time 00:00:00
    gcd_num_blobs_per_iteration 1000
    gcd_work_unit_keep_alive_time time 00:10:00
    gco_enum_num_blobs_per_iteration 1000
    gco_num_blobs_per_iteration 1000
    gco_work_unit_keep_alive_time time 00:10:00
    gcr_num_blobs_per_iteration 1000
    gcr_num_blobs_per_work_unit 100000
    gcr_work_unit_keep_alive_time time 00:02:00
    history_table_max_size 10000
    history_table_trim_size 1000
    index_reorganize_min_fragmentation 10
    index_reorganize_min_page_count 10000
    maintain_blob_id_compatibility false
    max_consistency_issues_found 1000
    max_consistency_issues_returned 100
    min_client_library_version_required 10.0.0.0
    min_client_library_version_supported 10.0.0.0
    orphan_cleanup_compatibility_level 105
    orphan_cleanup_end_time 2015-02-26T19:59:22.610
    orphan_cleanup_in_progress false
    orphan_cleanup_start_time 2015-02-26T19:59:22.343
    orphan_scan_period time 00:00:00
    rbs_filegroup PRIMARY
    rbs_schema_version 10.50.0.0
    reference_scan_compatibility_level 105
    reference_scan_end_time 2015-02-26T19:59:19.320
    reference_scan_in_progress true
    reference_scan_start_time 2015-02-27T07:02:45.193
    set_trust_server_certificate true
    set_xact_abort false

  • HELP!!! need to print to video ASAP. NOT WORKING

    Hey,
    I've been trying to print to video a 3 hour piece, well, it's segments of many movies for a film festival. Anyway, i've used like 4 decks now, trying to capture on dvcam, and everytime i record something to tape, it just records like pink fuzz. i've tried using different firewire ports, and messed around with the settings. so does anyone know a sure fire way of allowing me to print to video?
    Thanks,
    Jared

    I had this happen to me a couple of days ago, and this is what I changed:
    I opened the Audio/Video Settings, then selected the A/V devices tab. Then I selected the Different Output for Edit to Tape/Print to Video check box and set the video to Apple FireWire NTSC and the audio to Firewire DV.
    After doing changing these things the video signal was sent to the camera and I was good to go. Hopefully that's what you need to change.
    Hope that helps.
    jesse.

  • I restored my iphone and updated it but the progress didn't complete and now my iphone is not working. i need help asap.

    my phone was not working only the restore button was available so i restored it and they told me i have to update my iphone 5s as well. i waited till the end the update software was downloaded successfully but then the iphone restarted by itself and now its not working. the iphone screen is shown the picture when you first time open the phone to connect it to an itunes. i connected it by it not working, i restart everything still not working:( i need help asap please. thankyou

    it seems like apple's activation servers have gone down under the weight of the overwhelming amount of activation requests. you will be able to activate your phone once the servers are able to catch up with the activation requests.

  • HTML not working in PL/SQL block..Help me ASAP

    declare
    l_col VARCHAR2(30) :=to_number(to_char(to_date('01-feb-2011','dd-mon-yyyy'),'dd'));
    CURSOR name_cur IS
      select name
          from   od_shift_schedule
          where   year=2011
          and    (month)=('Feb')
           and    decode(l_col,1,"01",2,"02",3,"03",4,"04",5,"05",6,"06",7,
                         "07",8,"08",9,"09",10,"10",11,"11",12,"12",13,"13",14,"14",15,"15",16,"16",17,"17",18,"18",19,"19",20,"20",
                         21,"21",22,"22",23,"23",24,"24",25,"25",26,"26",
                       27,"27",28,"28",29,"29",30,"30",31,"31")='W';
    BEGIN
      DELETE FROM nam;
      commit;
      FOR i IN name_cur
      LOOP
      dbms_output.put_line(i.name);
      htp.p('<b>Employee '||i.name||'  has been ticked.
       </b><br/>');
      EXECUTE IMMEDIATE 'insert into nam(name) values('''||i.name||''')';
      commit;
    END LOOP;
    end;Kindly help me with this
    If i'm wrong here kindly help me that how can i place a display message

    Re: HTML not working in PL/SQL block..Help me ASAP
    Using the community discussion forums for urgent issues is rude and a violation of the terms and conditions.
    http://www.oracle.com/html/terms.html
    >
    4. Use of Community Services
    Community Services are provided as a convenience to users and Oracle is not obligated to provide any technical support for, or participate in, Community Services. While Community Services may include information regarding Oracle products and services, including information from Oracle employees, they are not an official customer support channel for Oracle.
    You may use Community Services subject to the following: (a) Community Services may be used solely for your personal, informational, noncommercial purposes; (b) Content provided on or through Community Services may not be redistributed; and (c) personal data about other users may not be stored or collected except where expressly authorized by Oracle
    >
    Also please read the FAQ on how to ask questions.
    SQL and PL/SQL FAQ
    >
    2) Thread Subject line
    Give your thread a meaningful subject, not just "help please", "Query help" or "SQL". This is the SQL and PL/SQL forum. We know your question is going to be about those things, make it meaningful to the type of question so that people with the right sort of knowledge can pick it up and those without can ignore it. Never, EVER, mark your subject as "URGENT" or "ASAP"; this forum is manned by volunteers giving their own time to help and your question is never urgent or more important than their own work or than other people's questions. It may be urgent to you, but that's not forum members issue.

  • Help! Built in features/hints not working flash cs6. Need fix ASAP

    Loads of built in features are not working for me in Flash CS6. When I was using CS4 they did, now they aren't. I will give two examples. Say for example I am writing code in the actions window and I type "green_btn." in regards to the name of a button instance, what usually happens when I hit the "." immediately after "green_btn" a menu will pop up showing me every option I can pick, like green_btn.addEventListener() etc etc. There is usually a menu that comes up, but for me there is no menu. I have also created a button symbol, placed an instance of it on the stage, named the instance and tried it again (cs6 is supposed to recognize the "_btn" automatically and make the menu come up even if there is no button created, but I decided to create one just in case), and no menu pops up, still . Something is wrong here, it used to work for me when I had CS4 installed. Another example is if I am in the actions window again, and I type in a function like trace(); for example, you are supposed to be able to put your cursor infront of it, or highlight it and hit F1 and it will take you directly to the help page for that function. This does not happen as well. As I go on and on I seem to keep stumbling across all these built in features for convenience that are not working. And I know 100% that they are supposed to be, I am actually in a class right now for flash and I watch demo videos where it works perfectly. What is going on with mine? I have checked every possible preference and option, I have everything and I mean EVERYTHING up to date with the most current versions. I'm stuck, and I am getting really pissed off to be blunt, I need to fix this ASAP because it is going to affect my studies which are currently ongoing, I have deadlines to  meet and I am dicking around trying to fix this. PLEASE PLEASE HELP ME! Any suggestions and solution will be greatly appreciated on my behalf. If anyone helps me fix this I'll kiss you!!!!!!!!

    I increased the cache from 800 to 5000, is that sufficient?
    The .fla is saved to my harddrive
    still no code hinting. I also unchecked and rechecked the code hinting, and even did a reboot on my comp and still nothing.
    everything is updated, EVERYTHING, to the most current version available. I updated everything possible through the "Adobe Help Manager" and also through the help menu within the programs themselves; Help->Updates. I made slight progress with the help issue, in general settings withing the "Adobe Help Manager" I changed it to display local help only. So now when I initiate help by either right clicking, and then going to "view help" in the pop-up menu, or by hitting "FN+F1" (hp laptop) it brings up the flash_reference.pdf but it does not go directly to the function selected as it's supposed to. So maybe that isn't even progress...
    I watched the demo video for the course I am in, and it shows our instructor put the cursor immediately infront of trace(); (within the actions window) and go to help and it goes directly to the help section on trace, and then he also highlights trace(); and goes to view help and it does the same thing.
    I am also in touch with him (its an online course) to see if he can figure out it, and I am still waiting to hear back from him, but no one seems to know. I even contacted ADOBE today and got passed on to 3 different people only to be given the toll free 800 number because no one knows how to fix it.

  • HT201210 i restored my iphone 3gs to factory settins and now it says to connect to itunes when i turn my phone on i try to onnect to i tunes and its not working  help asap

    i restored my iphone 3gs to factory settings and now when i turn it on it says to connect it to itunes well i tried that and its not working then i tried to hold the power button for three seconds then the home button for ten seconds but still nothing please help asap

    If iTunes doesn't recognize it, do this:
    http://www.apple.com/support/ipad/assistant/itunes/

  • The charger to my daughter's 6 mo. old iphone5 is not working.  I need this resolved asap - what is the quickest procedure?  I am not near an apple store, but I bought the phone from Apple online.  will it have to be mailed off, etc?  thank you

    the charger to my daughter's6 mo. old iphone5 is not working .  this needs to be resolved asap.  what is the quickest way to get this replaced or repaired?  I understand it's under warranty.  I am not near an Apple store, I bought it from Apple online and I am near an AT&T store who is our carrier.  thank you.

    https://expresslane.apple.com/Issues.action

  • I want to cancel my subscription,  I just signed up and the conversion did not work like I wanted.  Please cancel asap.  thank you

    I want to cancel my membership ASAP, this conversion did not work and I want a refund.  How can I do this.
    Stan

    Hi estans66,
    I have been cancelled your subscription on 13 Oct,2014.
    It takes 7 business days in refund processing.
    You can contact our chat support :http://helpx.adobe.com/x-productkb/global/service-b.html
    Regards,
    Florence

  • My i phone's not working. it said no service. is it the At and t or my phone. i need to use it asap.

    My iphone's said no sevice. I'm worried. Is it the AT nT or my cellphone's not working need to use it asap. What should i do?

    No Service is usually a reception issue, possibly your carrier ATT is not sending signal, your SIM Card is not functioning, or the iPhone antenna is not working. You can check with ATT, you can check with ATT and get a new SIM Card, or you can trouble shoot the iPhone.
    On iPhone tap Settings App>General>Reset near bottom>Reset Network Settings.
    Last Resort to rule out Software Problem would be to Restore iPhone Firmware with iTunes.
    Hardware would be the copper pin at the "Do Not Remove Sticker" needs to be in contact with the Case Metal Ring (Bezel). Antenna ring is screwed down on top of Bezel at Dock.

  • IPhone 6 pin or fingerprint not working please help me asap

    i phone 6 pin and finger print not working please help

    Howdy Karan sood,
    Welcome to Apple Support Communities.
    It sounds like you’re running into an issue unlocking your iPhone because Touch ID and passcode aren’t being accepted.
    Take a look at the article linked below, it provides troubleshooting suggestions that’ll resolve most Touch ID issues.
    Use Touch ID on iPhone and iPad - Apple Support
    Get help with Touch ID
    Make sure that you're using the latest version of iOS.
    Make sure that your fingers and the Home button are clean and dry.*
    Cover the Home button completely. Don't tap too quickly, don't press down hard, and don't move your finger while Touch ID is scanning. Make sure that your finger touches the metal ring around the Home button.
    If you're using a case or screen protector, make sure it doesn't cover the Home button or the surrounding ring. If it does, remove the case or screen protector and try again.
    Tap Settings > Touch ID & Passcode and make sure that iPhone Unlock or iTunes & App Store is on. Also make sure that you've enrolled one or more fingerprints.
    Try enrolling a different finger.
    If you can't enroll any of your fingers, take your device to an Apple Retail Store, Apple Authorized Service Provider, or contact AppleCare for help.
    * Moisture, lotions, sweat, oils, cuts, or dry skin might affect fingerprint recognition. Certain activities can also temporarily affect fingerprint recognition, including exercising, showering, swimming, cooking, or other conditions or changes that affect your fingerprint.
    And, this article provides tips that’ll help resolve passcode issues.
    iOS passcodes - Apple Support
    Forget your passcode?
    If you or someone else enters the wrong passcode too many times, your device will disable itself temporarily. Get help if you forgot your passcode or your device is disabled.
    Learn what to do if you forgot your Restrictions passcode.
    I hope this helps,
    -Jason

  • Portal is not working...Please help ASAP

    Dear SDN,
    Our Portal development server is not working...when I enter the URL in IE, it gives Page cannot be displayed message..I tried giving different values but still it's not working.
    I have also taken the remote access of the Development server & tried opening the portal, but not working..what could be the reason?
    pls help

    Hi harini,
    I did this several time but it's still not started. The developer trace info is like this:-
    epserver\saploc\J2D\JC00\work\dev_jcontrol
    trc file: "F:\usr\sap\J2D\JC00\work\dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 4748
    system name : J2D
    system nr.  : 00
    started at  : Thu Feb 07 11:47:04 2008
    arguments   :
        arg[00] : F:\usr\sap\J2D\JC00\j2ee\os_libs\jcontrol.exe
        arg[01] : pf=F:\usr\sap\J2D\SYS\profile\J2D_JC00_epserver
    [Thr 2708] Thu Feb 07 11:47:04 2008
    [Thr 2708] *** ERROR => Invalid property value [box.number/J2DJC00epserver] [jstartxx.c   789]
    [Thr 2708] *** ERROR => Invalid property value [en.host/epserver] [jstartxx.c   789]
    [Thr 2708] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 2708] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties;F:\usr\sap\J2D\JC00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : epserver
    -> ms port    : 3601
    -> OS libs    : F:\usr\sap\J2D\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\J2D\JC00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : epserver
    -> ms port    : 3601
    -> os libs    : F:\usr\sap\J2D\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID5926700  : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID5926750  : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID5926700            : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [01] ID5926750            : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\J2D\JC00\SDM\program\config\sdm_jstartup.properties
    [Thr 2708] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 2708] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_06
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : C:\j2sdk1.4.2_06
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_06-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 128M
    -> root path       : F:\usr\sap\J2D\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : F:\usr\sap\J2D\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : F:\usr\sap\J2D\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0059267
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = F:\usr\sap\J2D\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = F:\usr\sap\J2D\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=F:\usr\sap\J2D\SYS\profile\J2D_JC00_epserver
    -> arg[02] = -DSAPINFO=J2D_00_bootstrap
    -> arg[03] = -file=F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_4748
    -> arg[07] = -jvmOutFile=F:\usr\sap\J2D\JC00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=F:\usr\sap\J2D\JC00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=F:\usr\sap\J2D\JC00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=F:\usr\sap\J2D\SYS\profile\J2D_JC00_epserver
    -> lib path = PATH=C:\j2sdk1.4.2_06\jre\bin\server;C:\j2sdk1.4.2_06\jre\bin;F:\usr\sap\Python\.;F:\oracle\J2D\ora92\jre\1.4.2\bin\client;F:\oracle\J2D\ora92\jre\1.4.2\bin;F:\oracle\J2D\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin\OpC;F:\usr\sap\J2D\SCS01\exe;F:\usr\sap\J2D\JC00\exe;F:\usr\sap\J2D\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_06\bin;F:\usr\sap\J2D\JC00\j2ee\os_libs;F:\usr\sap\Python\.;F:\oracle\J2D\ora92\jre\1.4.2\bin\client;F:\oracle\J2D\ora92\jre\1.4.2\bin;F:\oracle\J2D\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin\OpC;F:\usr\sap\J2D\SCS01\exe;F:\usr\sap\J2D\JC00\exe;F:\usr\sap\J2D\SYS\exe\run
    [Thr 2708] Thu Feb 07 11:47:12 2008
    [Thr 2708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1433]
    [Thr 2708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 2708] JControlCloseProgram: started (exitcode = 66)
    [Thr 2708] JControlCloseProgram: good bye... (exitcode=66)
    Pls tell me how to trace this error...

  • Mini Not Working-Help Needed ASAP!!

    Hi guys,
    I have pretty much a massive problem. I just got a 4GB iPod Mini and it isnt working. By not working I mean its not working!!
    I installed the applications on the CD then connected my iPod expecting it to start charging and......nothing!!!
    I thought my USB drive pooped itself so I tried all 4 of my USB 2 ports and not a single action on the screen.
    So I went to the apple site, downloaded updates and all that, reinstalled twice and still nothing.
    My laptop is plugged into powerpoint, so if it isnt getting enough power i dunno.
    HELP ME GUYS!!!!! PLEASE HELP, what do I do to get it working?

    Yes, we have already bounced the server many times and check the about this page if the substitution has been reflected even before we checked using jdr_utils.. But so far no luck. What I forgot to mention before is that the vo we are substituting is composed of 6 EO and we couldn't change the query using the expert mode, so we just added one of the columns from the EO..

  • SOME OF THE KEYS ON MY KEYBOARD WILL NOT WORK PROPERLY. HOW DO I FIX THIS? I NEED MY COMPUTER ASAP AND APPLE WILL NOT TALK TO ME ON THE PHONE UNLESS I PURCHASE APPLE CARE WHICH I CANNOT AFFORD.(SORRY FOR CAPS ONLY WAY I CAN USE ALL KEYS)

    can anyone help me? my a key, z key, q key, anf backapace key do not work for some reason and when they do it just types out a bunch if random letters and symbols. im not sure how to fix this but apple wont talk to me unless i lirchase something and i can afford to do that. need this comp to work for achool isnthwre a way tonremive keys ans see whats wrong?

    Fast answers:
    1. Try resetting NVRAM/PRAM and SMC. Doesn't usually 'cure' keyboard problems you report, but it costs nothing and only takes a few minutes.
    https://discussions.apple.com/thread/3819550?start=0&tstart=0
    2. Try plugging in a USB keyboard. Doesn't absolutely have to be a Mac keyboard. A PC keyboard will work for a test. If the typing problem does not occur with the USB keyboard, you have a temporary solution until you can arrange to visit a repair facility.
    3. If your MacBook is older and has a user-removable battery, shut down the computer, remove the battery, and examine it for signs of 'bulging' or swelling. Then connect the computer to the Magsafe power supply, without reinstalling the battery, and turn it back on. If the keyboard problem has gone away, it was likely caused by a swelling battery.

  • I updated my iPhone 4S to the new IOS 6 I like it but the problem I found the Wifi button it's not working any more it looks hidden , so what I should do to solve this issue ASAP

    I updated my iPhone 4S to the new IOS 6 I like it but the problem I found the Wifi button it's not working any more it looks hidden , so what I should do to solve this issue ASAP

    Tap Settings App > General > Reset > Reset Network Settings. See if fixed. If not, Restore Firmware with iTunes on computer. See if fixed. If not, all iPhone 4S have Warranty, make Genius reservation and take iPhone to Apple for resolution.

Maybe you are looking for

  • Tidy can balance open tag missing

    Hi, I am using tidy.parser for balance missing tag. Tidy can balance end tab missing. But in my case i want to balance user define open tag missing. Like that: <p>@amp_nbsp</p> <p style="margin-bottom: 0in; line-height: 150%">      <font face="Arial,

  • Mac OS X Yosemite Reboot Loop

    Hey guys, I just upgraded to Yosemite a couple of days ago and it was working fine. Now,while using it the OS suddenly crashed and now I can't turn it on - it makes the startup chime and the apple logo appears alogn with the bar. However, when the ba

  • Sorting projects by name

    I try to sort my projekcts by name but I didn´t find a way. As far as notice the projects are sorted by the change date; even I put them in folder I am not able to sort them. Is there any possibibility to sort projects by name? thanx

  • Convert WE8MSWIN1252 to US7ASCII - Urgent

    Could some one help me to convert the character setting of my Oracle 8i database from WE8MSWIN1252 to US7ASCII. Is it possible in the first place as it tells me that the WE8MSWIN1252 is a super set... ! Cheers - Aravind.

  • Hot spots not working in IE when publishing HTML5

    Hot spots not working in IE when publishing HTML5. When user points on correct hotspot, the negative feedback is given. This happens only in latest version 8.0.1.