Wait for RFC

Hi,
We are experiencing RFC connection issues between two SAP instances.  When putting a trace in place in ST12 in the destination instance, we see that a large % of ABAP time is spent in "wait for RFC" and looking at the code we see program SAPMSSY1.  How do we go about finding out what the problem is?  When we put a breakpoint in place, we find that the user is not appearing in SM66 or SM50 / SM51 so that we can't debug the RFC call.  Any ideas that will help us figure out what arguments are being passed that result in the "Wait for RFC"? 
Thank you,
Mike

Hi Michael,
You can debug RFC with a simple trick.
Please use the following code for debugging ther RFC and then call the RFC from the remote system and then use the TCODE :SM50   (Select your session)--> Program/Session --> Program (Debugging).
Then change the value of the variable of Var to 1 or else it will be in infinite loop.
Then you can start debugging the RFC.
DATA : VAR TYPE i.
DO.
IF VAR = '1'.
EXIT.
ENDIF.
ENDDO.

Similar Messages

  • Wait time for RFC response

    Hi experts,
    I am calling an RFC in a remote SAP R/3 system from another SAP system (say CRM).
    Is there a timeout parameter value that can be set to a time limit that a calling system can wait for a response from the RFC call? In other words, how can I set up a time parameter in the ABAP program to wait for the RFC and if can not get a response; continue with a set of code.
    Any suggestion greatly appreciated <REMOVED BY MODERATOR>
    Abbey Qayum
    Edited by: Alvaro Tejada Galindo on Feb 25, 2008 2:58 PM

    Just to calrify my question;
    An RFC is being called in R/3.
    The calling system is say CRM.
    The question is:
    1) If the RFC called system (R/3) is down, what would be the expected response from the called system (R/3) to the requesting system (CRM)? i.e what happens when the called system is down/connection breaks down?
    When calling the RFC in R/3, I noticed that the call hangs up and the hour glass shows and waits for the RFC reponse for a long time. How can this be prevented? That is, the RFC call should timeout after a certain time if you don't get a response from the called system. How and where this timeout can be set in the ABAP.
    Thanks

  • How can I not wait for a RFC response

    Hi everyone, i want to execute an RFC and not wait for the response, i don´t care, so, is there a way to achieve this ? thanks

    Hello Isaac,
    If you are calling the RFC from WebDynpro then you have to wait for the RFC response. However, there is a way that you can get early response from a RFC.
    Suppose you are using RFC1 in your program and it contains business logic. Now, don't directly call the RFC1, instead, write another RFC2 which calls RFC1 asyncronously. This way, when you call RFC2 it automatically call RFC1 and does not wait for any response for RFC1
    You can call RFC1 from RFC2  asynchronously:
    CALL FUNCTION RFC1 STARTING NEW TASK taskName
    Your WD application will immediately get a response from RFC2 while RFC1 still executing.
    To know more about asynchronous RFC refer [Parallel Processing with Asynchronous RFC  |http://help.sap.com/saphelp_nwpi71/helpdata/en/22/0425c6488911d189490000e829fbbd/content.htm]
    Hope this helps
    Abhinav

  • How to understand the STAD relevant for RFC

    Hello performance experts.
    I have question about how to understand the STAD relevant for RFC.
    I want to know how to calculate the response time of action of "Push save buttion"
    which call function module by RFC.
    In our system, the screen is created using web dynpro and after push the button,
    function module for application will be called.
    When I push Save button, 2 STAD line is created.
    One is for function code " SAVE" and the other is for "RFC".
    Line for "SAVE" include RFC as client, and RFC line has RFC info as server (also client)
    I wonder how I should calculate the response time of action"Save" button in following case.
    Should I add the 2 response time?
    1) 5,867 ms +   5,797 m  is collect?
    2) 5,867 ms  include RFC time, so no need to sum the value and 5,867 ms is collect??
    3)  590 ms  +   5,797 ms is collect?
    4) Or other calculation is correct ?                                                   
    1) STAD for function code:    
    CPU time                     578 ms    
    RFC+CPIC time              5,280 ms                                                  
    Total time in workprocs      594 ms
    Response time            5,867 ms                                                                 
    Processing time              590 ms    
    Load time                      1 ms               
    Wait            5,273  ms
    Roll (in+wait) time        5,274 ms
    as Client
    Number    Connections                              1
               Destinations                             1
               Users                                    1
               Calls                                    2
    Time      Calling                              5,280   ms
               Remote execution                    10,527   ms
               Idle                                11,110   ms
    Data      Sent                               135,836   Bytes
               Received                               620   Bytes
    2) STAD for RFC
    CPU time                   1,406 ms
    RFC+CPIC time                  9 ms
    Total time in workprocs    5,080 ms
    Response time            5,797 ms
    Processing time            2,132 ms
    Load time                     50 ms
    Roll (in+wait) time          718 ms
    Database request time      2,882 ms
    Enqueue time                  16 ms
    Roll time
    Wait              717  ms
    as Client
    Number    Connections                              1
                      Destinations                             1
                         Users                                    1
                           Calls                                    4
    Time      Calling                                  9   ms
              Remote execution                         1   ms
              Idle                                     0   ms
    Data      Sent                                   686   Bytes
                 Received                             1,360   Bytes
    as Server
    Number    Connections                              1
              Destinations                             1
              Users                                    1
              Calls                                    2
    Time      Calling                              5,272   ms
              Remote execution                     5,269   ms
              Idle                                        11,118   ms
    Data      Sent                                   620   Bytes
              Received                           135,760   Bytes
    Thanks for your cooperation in advance.
    Keiichiro

    Hi Keiichiro,
    I wonder how I should calculate the response time of action"Save" button in following case.
    Should I add the 2 response time?
    1) 5,867 ms +   5,797 m  is collect?
    2) 5,867 ms  include RFC time, so no need to sum the value and 5,867 ms is collect??
    3)  590 ms  +   5,797 ms is collect?
    4) Or other calculation is correct ?
    It depends of what you mean with response time of action "Save" button.
    If you mean ALL time, the value is 5.867 because the local time from save was 594ms, the "external" RFC time was 5280ms.
    If you want separete analysis, the 594ms is your option since the 5280ms is in other part...
    Also, analysing the other part there's another other part which represents a good part of processing time:
    Database request time      2,882 ms
    Hope this help youl.
    Regards, Fernando Da Ró

  • Process Chains Always Hangs at the second step waiting for an event

    Gents;
    all BI process chains created in Production system are always hanging in the second step waiting for an event RSPROCESS with a certain parameter. This issue is happening for all process chains in Production system and it is not happening for the same in other systems in the landscape (development, Copy of porudction, quality and so on). I tried to trigger the event manually using SM62 but the job is always stick to status " released". the same thing was replicated in other systems and the job status has changed and the process was completed.
    Any idea what might cause this issue??
    Thanks.

    Hi,
    You said that this thing is happening only in production system.Try doing the following checks :
    1.Check SM21to see if there are any red entries.It can be possible that there is some data base RFC connection failure.While checking SM21, make sure you give proper selection condition.If there are any red entries, you may take the help of basis guys to understand the type of failure.May be file system has got some problems.
    2.Check St22 and try to analyse if any short dumps.
    3.Try to check Connection with the source system ( Goto RSA1->source system tab->right click on the source system and select check option to find if any errors in the connection.
    4.If possible, try to load manually in some other info provider.
    Thanks,
    Tarun Brijwani.

  • Remote Function module to wait for the response.

    Hi .
    i just created the remote function module to call the webmethod by putting the parameters in tables (tab) for webmethods to pick the data from RFC and parameters in changing (tab) to collect the reponse from webmethods ,i just want to know if this is the right way of creating the RFC for webmethods and the RFC need to wait for certain time until it should get the response from webmethods.
    can any body guide me in this on how i can make the rfc to wait untill it will get the response from webmethods.
    waiting for your response.
    regards.
    Varma

    Hi Jaswanth,
    FM used to upload the data from the non sap system to the SAP sytem is the GUI_UPLOAD ans GUI_DOWLOAD is downloading the data from SAP to the presentation server .This file can be xls,tab or space deliminatior ettxt fiel.
    I think this was your requirement.
    Pooja

  • Wait for Session Data status does not change in EWA

    The hour glass next to the early watch alert in the solution manager system has the status "wait for session data". The SDCCN in the satellite system has the RFC configured correctly and the RFC is working fine when tested. I have installed the latest ST-PI and ST-A/PI for my basis release 640 on the satellite system. The basis release of the solution manager is 701. The self diagnosis button in solution manager does not list any errors or warnings for that satellite system.
    There are no errors in the task Refresh Session task in the satellite system's SDCCN:
    Refresh of session overview started from destination SM_R3SCLNT001_BACK
    > Sessions are up to date
    Refresh of session overview completed from destination SM_R3SCLNT001_BACK
    Any ideas why I can't generate the EWA in the solution manager system?

    Hello, I've got the same problem, went through the note, but it didn't solve my problem.
    Here I can say, that several points from the note are NOT clear (typically SAP...):
    I am falling in the category with ST-PI ... or newer.
    - SDCCN:
    Delete any task 'Maintenance Package' in the 'To do' tab.
    Ensure that no connection to SAP is maintained in:
    SDCCN-> Goto -> Settings -> Task specific -> RFC destinations.
    <so I deleted all the RFCs in that location>
    Ensure that connection 'NONE' is maintained, and that the 'master' flag is set.
    <surprisingly, now there is a connection that has to be maintained!! Also the 'master' flag is always grayed out for me and never clickable!!>
    Create a new periodic task 'Maintenance Package'.
    <Not working, until I added back my SM_<SID>CLNT<No>_BACK connection>
    - Step 2:
    Re-import the service definitions, c)
    They are saying how to setup the destinations, but NOT how to import the service definitions!
    So, not really sure how to interpret and apply the note... Please help! The satellite system is NetWeaver 7.3 EHP1, Solution Manager 7.1 SPS10.
    It goes on... I found this link:
    http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CDMQFjAB&url=http%3A%2F%2Fwiki.scn.sa…
    With it, I could transfer the data to the solution manager, but I can only see 'Data is available', when I click it and tell it to start the job, SM:EXEC SERVICES 000000000400100 runs for 6-7 seconds and completes successfully, though the EWA report still says 'Data is available', but no report is being generated. I also re-executed the job SM:EXEC SERVICES and still nothing.

  • JSPM: Cannot restart cluster in safe mode / JSPM still wait for the Cluster

    Hello,
    i try to deploy some new packages for my J2EE.
    The JSPM works fine.
    After the sixth package he restartet the J2EE Engine and wait and wait and wait and wait...
    In the log file of JSPM i find this:
    #1.5 #C000AC1082210000000009D252275227000459AF45746358#1224509226247#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    #1.5 #C000AC1082210000000009D352275227000459AF460D1918#1224509236254#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D452275227000459AF460D1918#1224509236255#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D552275227000459AF460D1D00#1224509236256#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    #1.5 #C000AC1082210000000009D652275227000459AF46A5D6A8#1224509246265#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D752275227000459AF46A5DA90#1224509246266#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D852275227000459AF46A5DE78#1224509246267#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    #1.5 #C000AC1082210000000009D952275227000459AF473F6728#1224509256329#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009DA52275227000459AF473F7AB0#1224509256334#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009DB52275227000459AF473F7E98#1224509256335#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    The SAP Note 1037478 dosn't help, because we have JSPM SP16.
    Have restart the Engine manually, but nothing happend.
    I couln't found any error in other log's.
    some ideas?

    last night we have restart the system ABAP & JAVA.
    the system is full funktional ABAP & JAVA.
    now i tried to deploy with JSPM again.
    the JSPM restart the J2EE for run in save mode...
    std_server0.out
    stdout/stderr redirect
    node name   : server0
    pid         : 475296
    system name : BW2
    system nr.  : 01
    started at  : Wed Oct 22 09:26:26 2008
    [Thr 01] MtxInit: 10001 0 0
    <?xml version="1.0" ?>
    <verbosegc version="20070227_AA">
    SAP J2EE Engine Version 7.00   PatchLevel 111772.44 is starting...
    Loading: LogManager ... 2528 ms.
    Loading: PoolManager ... 5 ms.
    Loading: ApplicationThreadManager ... 566 ms.
    Loading: ThreadManager ... 31 ms.
    Loading: IpVerificationManager ... 15 ms.
    Loading: ClassLoaderManager ... 26 ms.
    Loading: ClusterManager ... 776 ms.
    Loading: LockingManager ... 151 ms.
    Loading: ConfigurationManager ... 3203 ms.
    Loading: LicensingManager ... 39 ms.
    Loading: CacheManager ... 250 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (8 ms).
      Service runtimeinfo started. (53 ms).
      Service caf~eu~odi~mnuacc started. (0 ms).
      Service cross started. (206 ms).
      Service file started. (137 ms).
      Service timeout started. (171 ms).
      Service memory started. (181 ms).
      Service trex.service started. (136 ms).
      Service p4 started. (569 ms).
      Service caf~eu~cc~api started. (895 ms).
      Service userstore started. (11 ms).
      Service classpath_resolver started. (104 ms).
      Service jmx_notification started. (72 ms).
      Service deploy started. (8824 ms).
      Service com.sap.portal.runtime.config.kmreadonly started. (4 ms).
      Service MigrationService started. (33 ms).
      Service bi~mmr~deployer started. (9 ms).
      Service log_configurator started. (11307 ms).
      Service locking started. (6 ms).
      Service http started. (353 ms).
      Service naming started. (732 ms).
      Service failover started. (45 ms).
      Service ts started. (162 ms).
      Service appclient started. (88 ms).
      Service javamail started. (219 ms).
      Service licensing started. (52 ms).
      Service jmsconnector started. (242 ms).
      Service connector started. (322 ms).
      Service configuration started. (44 ms).
      Service iiop started. (565 ms).
      Service webservices started. (1055 ms).
      Service dbpool started. (2300 ms).
      Service UT started. (12 ms).
      Service caf~eu~gp~mail~cf started. (56 ms).
      Service com.sap.security.core.ume.service started. (9110 ms).
      Service security started. (1349 ms).
      Service classload started. (121 ms).
      Service applocking started. (241 ms).
      Service shell started. (327 ms).
      Service tc~eCATTPing~service started. (30 ms).
      Service telnet started. (59 ms).
      Service keystore started. (1021 ms).
      Service ssl started. (27 ms).
      Service developmentserver started. (456 ms).
      Service tc~sec~securestorage~service started. (309 ms).
      Service tc~sec~certrevoc~service started. (373 ms).
      Service servlet_jsp started. (1565 ms).
      Service ejb started. (1646 ms).
      Service dsr started. (418 ms).
      Service jmx started. (2046 ms).
      Service caf~um~metadata~imp started. (1250 ms).
      Service caf~eu~gp~model started. (101 ms).
      Service caf~eu~er~service started. (0 ms).
      Service tc~sec~wssec~service started. (977 ms).
      Service tc~eu~jwf~ui~wizsvc started. (586 ms).
      Service tc~lm~ctc~confs~service_sda started. (945 ms).
      Service CUL started. (942 ms).
      Service tc~sec~destinations~service started. (1784 ms).
      Service caf~runtime~connectivity~impl started. (27021 ms).
      Service sld started. (2000 ms).
      Service com.adobe~DataManagerService started. (1380 ms).
      Service webdynpro started. (1434 ms).
      Service rfcengine started. (1688 ms).
      Service tc~di~sdic~srv started. (6252 ms).
      Service prtbridge started. (2794 ms).
      Service com.adobe~DocumentServicesDestProtoService started. (1825 ms).
      Service com.adobe~DocumentServicesLicenseSupportService started. (2958 ms).
      Service tc~sec~vsi~service started. (2159 ms).
      Service caf~um~relgroups~imp started. (3335 ms).
      Service basicadmin started. (3899 ms).
      Service adminadapter started. (198 ms).
      Service apptracing started. (680 ms).
      Service com.adobe~LicenseService started. (237 ms).
      Service com.sap.portal.pcd.gl started. (72 ms).
      Service pmi started. (183 ms).
      Service com.adobe~DocumentServicesBinaries2 started. (4177 ms).
      Service com.sap.portal.prt.sapj2ee started. (275 ms).
      Service com.adobe~DocumentServicesConfiguration started. (385 ms).
      Service com.adobe~TrustManagerService started. (204 ms).
      Service com.adobe~XMLFormService started. (4954 ms).
      Service monitor started. (1365 ms).
      Service jms_provider started. (5862 ms).
      Service com.adobe~PDFManipulation started. (5913 ms).
      Service com.adobe~FontManagerService started. (7023 ms).
      Service tc.monitoring.logviewer started. (8129 ms).
    ServiceManager started for 43037 ms.
    Framework started for 53259 ms.
    SAP J2EE Engine Version 7.00   PatchLevel 111772.44 is running!
    PatchLevel 111772.44 June 09, 2008 16:28 GMT
    >
    dev_server0
    trc file: "/usr/sap/BW2/DVEBMGS01/work/dev_server0", trc level: 1, release: "700"
    node name   : ID14451950
    pid         : 442380
    system name : BW2
    system nr.  : 01
    started at  : Wed Oct 22 09:26:26 2008
    arguments       :
           arg[00] : /usr/sap/BW2/DVEBMGS01/exe/jlaunch
           arg[01] : pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
           arg[02] : -DSAPINFO=BW2_01_server
           arg[03] : pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60329
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=BW2
           arg[08] : -DSAPMYNAME=p570vc11_BW2_01
           arg[09] : -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 01] Wed Oct 22 09:26:26 2008
    [Thr 01] *** WARNING => INFO: Unknown property [instance.box.number=BW2DVEBMGS01p570vc11] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.host=bw2scs] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.port=3250] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties]
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> OS libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> os libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID14451900 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID14451950 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID14451900           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] ID14451950           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    [Thr 01] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 01] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 258] JLaunchRequestFunc: Thread 258 started as listener thread for np messages.
    [Thr 515] WaitSyncSemThread: Thread 515 started as semaphore monitor thread.
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 01] CPIC (version=700.2006.09.13)
    [Thr 01] [Node: server0] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/DVEBMGS01/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID14451950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -verbose:gc -Djco.jarm=1 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -verbose:gc -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/BW2/DVEBMGS01/exe/jstartup.jar:/usr/sap/BW2/DVEBMGS01/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 01] JLaunchISetDebugMode: set debug mode [no]
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -verbose:gc
    -> arg[  4]: -Djco.jarm=1
    -> arg[  5]: -Djava.security.policy=./java.policy
    -> arg[  6]: -Djava.security.egd=file:/dev/urandom
    -> arg[  7]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  8]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  9]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -verbose:gc
    -> arg[ 12]: -Dstartup.mode=SAFE
    -> arg[ 13]: -Dstartup.action=UPGRADE
    -> arg[ 14]: -Dsys.global.dir=/usr/sap/BW2/SYS/global
    -> arg[ 15]: -Dapplication.home=/usr/sap/BW2/DVEBMGS01/exe
    -> arg[ 16]: -Djava.class.path=/usr/sap/BW2/DVEBMGS01/exe/jstartup.jar:/usr/sap/BW2/DVEBMGS01/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 17]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> arg[ 18]: -Dmemory.manager=2048M
    -> arg[ 19]: -Xmx2048M
    -> arg[ 20]: -Xms2048M
    -> arg[ 21]: -DLoadBalanceRestricted=no
    -> arg[ 22]: -Djstartup.mode=JCONTROL
    -> arg[ 23]: -Djstartup.ownProcessId=442380
    -> arg[ 24]: -Djstartup.ownHardwareId=T1308487043
    -> arg[ 25]: -Djstartup.whoami=server
    -> arg[ 26]: -Djstartup.debuggable=no
    -> arg[ 27]: -DSAPINFO=BW2_01_server
    -> arg[ 28]: -DSAPSTART=1
    -> arg[ 29]: -DCONNECT_PORT=60329
    -> arg[ 30]: -DSAPSYSTEM=01
    -> arg[ 31]: -DSAPSYSTEMNAME=BW2
    -> arg[ 32]: -DSAPMYNAME=p570vc11_BW2_01
    -> arg[ 33]: -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[ 34]: -DFRFC_FALLBACK=ON
    -> arg[ 35]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 36]: -DSAPSTARTUP=1
    -> arg[ 37]: -DSAPSYSTEM=01
    -> arg[ 38]: -DSAPSYSTEMNAME=BW2
    -> arg[ 39]: -DSAPMYNAME=p570vc11_BW2_01
    -> arg[ 40]: -DSAPDBHOST=bw2dba
    -> arg[ 41]: -Dj2ee.dbhost=bw2dba
    [Thr 772] Wed Oct 22 09:26:27 2008
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3343] Wed Oct 22 09:26:36 2008
    [Thr 3343] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3343] Wed Oct 22 09:26:37 2008
    [Thr 3343] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3343] JLaunchISetClusterId: set cluster id 14451950
    [Thr 3343] Wed Oct 22 09:26:38 2008
    [Thr 3343] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3343] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 33670] Wed Oct 22 09:27:08 2008
    [Thr 33670] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 33670] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 33670] Wed Oct 22 09:27:09 2008
    [Thr 33670] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.engine.Compress
    [Thr 35726] Wed Oct 22 09:27:19 2008
    [Thr 35726] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 3343] Wed Oct 22 09:27:25 2008
    [Thr 3343] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 18507] Wed Oct 22 09:27:33 2008
    [Thr 18507] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    dev_jcontrol
    [Thr 772] Wed Oct 22 09:26:04 2008
    [Thr 772] JControlProcessMessage: received <shutdown and restart> command
    [Thr 772] JControlIStopInstance: shutting down (command: 33)
    [Thr 01] JControlMainLoop: execute bootstrap process (step 0)
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 01] [Node: bootstrap] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : /usr/java14_64
    -> java parameters    : -Djco.jarm=1 -Xj9
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 512M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0144519
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679950)
    [Thr 01] Wed Oct 22 09:26:11 2008
    [Thr 01] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 01] *** WARNING => INFO: Unknown property [instance.box.number=BW2DVEBMGS01p570vc11] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.host=bw2scs] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.port=3250] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties:/usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties]
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> OS libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    [Thr 01] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> os libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID14451900 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID14451950 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID14451900           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] ID14451950           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [02] sdm                  : /usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties
    [Thr 01] Check run mode
    [Thr 01] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 01] [Node: dispatcher] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [ID14451900]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -verbose:gc -Djava.security.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 170M
    -> init heap size     : 170M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/dispatcher
    -> class path         : ./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 01] [Node: server0] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [ID14451950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -verbose:gc -Djco.jarm=1 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -verbose:gc -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 01] INFO: Invalid property value [Debbugable=yes]
    [Thr 01] [Node: SDM] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : /usr/java14_64
    -> java parameters    :
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 256M
    -> root path          : /usr/sap/BW2/DVEBMGS01/SDM/program
    -> class path         : /usr/sap/BW2/DVEBMGS01/SDM/program/bin/SDM.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=/usr/sap/BW2/DVEBMGS01/SDM/program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 01] JControlMainLoop: execute bootstrap process (step 1)
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID14451900]
    [Thr 01] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID14451900]
    -> node name          : dispatcher bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Djco.jarm=1 -Xj9
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 256M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014451900
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=bootstrap_ID14451900
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_bootstrap_ID14451900.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_bootstrap_ID14451900.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_bootstrap_ID14451900
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679952)
    [Thr 01] Wed Oct 22 09:26:19 2008
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID14451950]
    [Thr 01] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID14451950]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Djco.jarm=1 -Xj9
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 256M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014451950
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=bootstrap_ID14451950
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_bootstrap_ID14451950.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_bootstrap_ID14451950.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_bootstrap_ID14451950
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679954)
    [Thr 01] Wed Oct 22 09:26:26 2008
    [Thr 01] JControlMainLoop: starting the processes
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=ID14451900
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_dispatcher.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_dispatcher.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679956)
    [Thr 01] JControlICheckProcessList: process dispatcher started (PID:679956)
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=ID14451950
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_server0.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_server0.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 442380)
    [Thr 01] JControlICheckProcessList: process server0 started (PID:442380)
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_sdm.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_sdm.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 819438)
    [Thr 01] JControlICheckProcessList: process SDM started (PID:819438)
    log_bootstrap_ID0144519.0.log
    [Oct 22, 2008 9:26:07 AM ] --------------------------------------------------
    [Oct 22, 2008 9:26:07 AM ] Bootstrap MODE:
    [Oct 22, 2008 9:26:07 AM ] <INSTANCE GLOBALS>
    [Oct 22, 2008 9:26:07 AM ]  determined by parameter [ID0144519].
    [Oct 22, 2008 9:26:07 AM ] --------------------------------------------------
    [Oct 22, 2008 9:26:10 AM ] Instance [ID144519] will run in [safe] mode, performing action [UPGRADE]
    [Oct 22, 2008 9:26:10 AM ] Safe mode lock is imposed by instance [ID144519] - only server [ID14451950] and dispatcher [ID14451900] will be started locally.
    [Oct 22, 2008 9:26:10 AM ] Discovered property [instance.en.port] with value [3250] !
    [Oct 22, 2008 9:26:10 AM ] Discovered property [instance.en.host] with value [bw2scs] !
    [Oct 22, 2008 9:26:10 AM ] Synchronizing file [./.hotspot_compiler].
    [Oct 22, 2008 9:26:10 AM ] ...Synched ok!
    [Oct 22, 2008 9:26:10 AM ] Synchronizing file [../../SDM/program/.hotspot_compiler].
    [Oct 22, 2008 9:26:10 AM ] ...Synched ok!
    [Oct 22, 2008 9:26:10 AM ] Synch time: 2838 ms
    imho all is ok, or?
    the log of JSPM...
    #1.5 #C000AC10822100000000044957175717000459D3082E8A90#1224662817082#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC10822100000000044A57175717000459D3082E8E78#1224662817083#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC10822100000000044B57175717000459D3082E9260#1224662817084#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    JCMon
    SAP System Name   : BW2
    SAP System        : 01
    MS Host           : bw2scs
    MS Port           : 3950
    Process Count     : 3
    PID of JControl   : 639054
    State of JControl : All processes running
    State inside MS   : All processes running
    Admin URL         :
    |Idx|Name               |PID     |State                |Error|Restart|
    |---|-------------------|--------|---------------------|-----|-------|
    |  0|dispatcher         |  794676|Running              |    0|yes    |
    |  1|server0            |  696554|Running              |    0|yes    |
    |  2|SDM                |  450724|Running              |    0|yes    |
    for what he is waiting?
    Edited by: Christian F. on Oct 27, 2008 3:39 PM

  • SAINT freezes, program SAPLSTPA waiting for gateway, function CMRCV

    I try to upload the ST-A/PI patch with SAINT but it freezes, seems that program SAPLSTPA is waiting for a RFC or whatever.
    Did anyone had this problem?
    do you remember how to check those logs (the import logs) I dont remember well where are they placed
    thanks

    Hello,
    You canstart from transaction code SM50 to see if any workproces in on RFC Hold status. If not, you can go to /usr/sap/trans/log to find the latest log. The import log name is SAPIxxxxxx (xxxxx is the transport number like SAPKxxxxxx).
    You can also check if there's any TP or R3trans hanging, and in SM37, if there's any RDD* job canceled, and inSLOG, if there's any deadlock in /usr/sap/trans/tmp directory.
    Anyway, start with SLOG and do some analysis you might find something.
    Regards,
    Joe

  • DVR Problem w/QIP7232P2 DVR Operation; HOW Long will I have to wait for 1.9.1?

    THE SHORT PROBLEM:
    1) DVR records only a few moments of pre-scheduled events then the recording stops with only 10 to 30 seconds stored content and this is reported in the on screen detail.
    2) DVR records a full 1 hour show however, after 20 or so minuets of playback, use of the fast forward, skip (to get around a commercial) or pause DVR functions will cause the playback to jump to the end and you can't see the rest of the story.  One must start the show over again, view stuff you have seen before to get to where the error happen.  If you fast forward too close to the point of the error, you will get dumped out of the show all over again.  Once you get close you just have to watch commercials and what you have seen before and then not use any DVR functions in order to watch the rest of the show.
    3) DVR records a full 1 hour show, you fast forward to a time that is say 50% into the show, the progress bar will move forward like normal to show you get close to the point of you stopped watching the show before (to help solve problem #2 above) BUT, if you go too far, the progress bar will jump back to the start of the show and you may be dumped out of the program or it may continue to move forward.  However the operation of the progress bar is not right.
    This would render the DVR less then useful.  Verizon has replaced my STB and talked me through the reset of AC power operation that is the normal fix for most STB issues.  I'm told this will require a software upgrade from 1.9 to 1.9.1.  OK, GET IT DONE and CREDIT USERS OF DVRs THE FEE PAID FOR SOMETHING THAT IS NOT WORKING.
    THE LONG STORY WITH DETAILS:
    All seemed to be well with the unit for a few months and the upgrade to the new 1.9 software looked like it went off without a hitch.
    But.....Starting on around 12/17/11 I noticed that my DVR was recording only about 10 to 30 seconds of programming during scheduled events.  Sometimes it would attempt to record the same event one or two times, each only lasting a few moments.  I called Verizon customer service I think on 12/20/11 and they asked me to pull the 120 volt power and then re-apply power.  This helped the problem but, remote testing seemed to show an issue and the customer rep decided a replacement unit was needed and Order No. MDDQ08V49U was created and another set-top box was shipped to me.
    It is too bad that the technology has been developed to allow the external storage of digital content however, one can't back the 200 plus hours of video one may have stored on a set-top box and restore it on a new unit.  It is also not possible to reproduce the vast extent of scheduling of events.  No, it seems when you change out a set top box, all the programming is gone and you have to spend an afternoon coping down the schedule from the Series Manager and then re-enter all new events by making new recording events; a very time consuming operation.
    So it is frustrating once after this afternoon is wasted reprogramming a new set-top is all done with the new set-top box installed, I find that on 1/5/12 when viewing recorded programming that should be one hour long, I only seem to get 22 minutes of playback.  I try to look at this in detail and see that the first 22 minutes indeed play back in a normal manor.  One is able to use the jump forward mode to skip over a commercial and all is good.  If after 22 minutes you don't do anything, playback will continue to the end of the 1 hour.  BUT, if after the first 22 minutes you try the skip or pause function, the program will jump to the end screen where you are given the option to: Program Options Page were you can select Play, Save until I delete, or Delete.
    On 1/4/12 I called Tech Support and asked what to do about this 2nd box having yet another DVR problem.  Once again I was asked to cycle the 120 volt AC power and disconnect and reconnect the coax "because electricity can build up in the set-top box".  (I thought that was a cute reason).  I asked the Customer Service rep if this was a Tier 2 or Tier 3 Troubleshooting method and she told me she was not authorized to tell me. 
    1/5/12 a Manager calls me back to follow up on a survey from the December service call and after seeing that I had a trouble ticket on 1/4 to see what is going on. He attempts to talk me into getting the on screen diagnostic screen to come up (press a mix of power and OK) but that just does not work like the old set-top box. We review the problem and he is not sure what else to do then send a Tech to the house to review the problems.  He did tell me the STB I had in December WAS a known bad number; something about an issue with ribbon cable fault going to the hard drive.  Well OK, but it seems ODD that the two like problems seem to happen to a known bad box and now to a new box that is not in the "bad" lot of numbers.  This new STB also had been running 1.9 like the old STB for some number of weeks/months without issue then BANG, a problem pops up!  It seems like this is a deeper problem but I trust with all the fact Verizon can find the right answer.
    1/6/12 Aaron Phelps, Cable Splicing Technician comes to look at the problem. Nice guy!  I show him the two recorded shows that have the problem.  He can't get the on-screen diagnostic up but we use the test via the Main Menu and all readings seem OK.  He also tests signals via an external meter with good results. 
    At last, he calls Tier 2 Tech support and I'm told by him that it seems some bug is in ver 1.9 and we will have to wait a month for a 1.9.1 to come out that should address a memory issue in the DVR.  I don't know is this is the real story but Aaron tells me the ONLY fix they have is to swap out STB and he has no other 7232 units so... I'd have to go back to a smaller hard-drive or wait a month to see what happens.
    To say again, it is a problem when the only answer in practice is to reboot the STB or replace it and this does not solve the problem.  The field Techs don't know about a software bug less they call tier 2 support.  Also, as it is so common to just replace the STB, the process may take only a moment in physical action to swap wires HOWEVER, it is an afternoon to get programming done so a new DVR is recording all the shows a Customer has established; on top of the time talking to phone Tech support and waiting for someone to show up to the home, that is a considerable investment in Consumer time.  If you can't back up the content with the local drive due to copyright issues how about a cloud approach? I'd encourage a known bug to be resolved quickly and perhaps solve the manor that a STB is backed-up and replaced.
    I learn on 1/6/12 my friend had like problems:
    xxxxxx address blocked
    Claire had the added problem that a pre set event she set to record change by an hour.  I've not seen this but, I see in the Forum URL below, another person had the same problem as reported by "DC-Videophile" on 01-01-12 at 08:33 PM.  On this same forum "rich3fan" reports problems that I have on 01-04-12 11:54 AM.  The very bad news would seem from "markjrenna" 01-04-12 09:29 PM where it is suggested that 1.9.1 will not be out before 1Q12!!!!  That is a long time to have this problem.
    http://www.avsforum.com/avs-vb/showthread.php?p=21441579#post21441579
    A Review of My Events W/ Problems:
    I did not record when the problems happen in December
    NCIS, channel 50, "Dog Tags" USA Recorded 1/5/2012 2:00 PM
    NCIS, Los Angeles; 50, USA Recorded 1/4/2012 7:00 PM
    NCIS, channel 50, "In the Zone" USA Recorded 1/6/2012 6:00 PM (after Tech visit to home)
    I notice with this event, when you hit fast forward, the progress bar moves forward with time then at a point it goes back to the start point, even when good video is playing in fast forward.  This program worked beyond 22 min then failed at maybe 38 min.  When I tried again, it failed at another point earlier (maybe 15 min) so it does not have a pattern.
    Leverage, channel 51, TNT, "The Gold Club" Recorded 1/7/2012 2:00 AM (after Tech visit to home)
    The Best Thing I Ever Ate, channel 164 Food Network, "Bang for the Buck" Recorded 1/6/2012 7:30 PM
    My Name Is Earl, channel 52 TBS, "Stole P's HD Cart", Recorded 1/7/2012 8:00 AM (after Tech visited to home)
    NCIS, channel 50 USA,"Internal Affairs" Recorded 1/6/2012 5:00 PM (after Tech visit to home)
    NCIS, channel 50 USA, "UnSEALed" Recorded 1/8/2012 11:00 AM (after Tech visit to home)
    and a lot more......... 

    I am having the same problems. My guess is that a lot of people are having the same problems and just living with it. Those of us who know where to go on the Internet come here to find a fix.
    It seems Verizon has some explaining to do. Maybe they should try Beta testing new software a little better. I would rather have to wait longer for something that works. I am sure that some manager or director said this is close enough, deploy it and we will see what happens. Well, you are seeing the problems. Time to fix your mistake.
    All of us are telling our friends about the problems. The longer this goes on, the more people we will tell about it.
    Wouldn't you rather us be telling our friends that their is an error in the new interface and that you are working hard to fix it?
    If you want to be up front about this, then just tell us. We are adults and can handle it. If you made a mistake, own up to it and give us some credit for doing your Beta testing in the field.
    Customer Service is all about telling the truth and if you made a mistake, admit it and lets move on with a fix. I do not want to be told again that I should be able to unplug it, power cycle it, try the on-board diagnostics, etc., etc.......
    I am going to be repsonding on a daily basis to keep this topic at the top of the list.
    Time to come clean. You will feel better Verizon.
    Let's talk tomorrow.

  • ITunes Match Unable To Get Past "Waiting for Apple to deliver your iTunes Match results..."

    Been trying for days but it just gets to "Waiting for Apple to deliver your iTunes Match results..." and then stops and allows me to press the Start button again to start the match process.  Sometimes I get error -3231.
    I've called Apple and they want $19 to solve the issue even though I paid the $25 for Match.
    I've turned iTunes Match off.  Turned Genius off.  Logged out of my iTunes account.  Quit iTunes.  Restarted. Logged back into iTunes account.  Turn Genius on.  Turn iTunes Match back on and let it go through the process again with no success.
    My library has a couple hundred songs less than the 25,000 max but it is pretty large.  Had the same issue when I tried with a smaller library some time ago.  I've created a new library and have the same issue.

    Hi,
    You should consider rebooting your internet router
    Then try holding option key whilst turning off match. Close iTunes and then reopen. Turn on iTunes Match and select add this computer.
    Jim

  • My dad made a mistake on purches on my ipad, and now he owes money he can't pay off right now. icloud wont work because o it, how can I get my icloud to work so i dont have to wait for him to pay itunes off???

    (we share a apple id) My dad bought some inapp  purchases, and he thought it didnt work. so he did it again. he can't pay it of right now, and icloud reuses to work on my new ipod. i cant just make a new id, all my music is on that. how can i get icloud to work, WITHOUT waiting for my dad?

    iCloud is free.

  • Error while loading a Cube in BW - "Waiting for Semaphore"

    Hello Experts:
    I seem to be having a frequent problem while doing a Delta load from BW (3.5) cube to exactly similar cube in BI 7.0.
    The load is done daily via a Process Chain. Before doing the Delta load, I also have a step to DELET Index from the
    cube in BI. The Delta loads have been successful but frequently they take about 7 or 8 hours to load. The number of
    records are not many 80,000 to 140,000 records range. There have been successful loads for similar range withing
    7 or 8 minutes. However, when it gets hung up it takes 7 or 8 hours.
    Looks like it is a Lock happening in 3.5 BW system. Tcode SM12 shows that it is locked and then in T. Code SM66, it
    shows that it is hun for resources..... The message inicated is "Waiting for Semaphore". After about 7 hours, the load
    automatically happens.
    This is causing issues becuase the upward data loads don't happen and Users can not access the data until late afternoon
    for their planning in BPC.
    Is there a way this error or Waiting for Semaphore be avoided or time is reduced....? How can I achieve this? Any
    fne tuning tricks anyone can suggest please......!!
    Thanks a lot in advance.

    Thanks to both of you....  ppreciate the feedback.  I guess, I will have to wait for the situation to arise again as today's delta went normally.  I will see if this happens again.  I am not sure whether the Semaphore number is same as the "Work Process Number" in SM66 (which was 3 in my case) or is it the Process ID (which is 22872082 in my case). 
    If I go to SM50, I shoudl find either the Process ID then.
    Would I be searching for the OSS notes corresponding to Process ID (in this case 22872082...? or would it for sempahore number (if it is different .... as I mentioned 3 in my case..?
    Could you please clarify which is Semaphore number and if it is same as the process ID I am talking about so that I can search for the right OSS notes.
    Also, finding all this will only tell me why it hung.... but is there a way we can make it kick off and not get stuck or I have to wait it out until the resources get released.....?  Which in my case then would stil be a wait for 6/7 hours!!
    Apreciate your feedback.
    Best.....  Lee

  • My iphone 3GS no longer syncs with iTunes. The phone is recognised, backs up but then I get an error message: "Waiting for changes to be applied". BUT unlike other people, it doesn't stay stuck on it, instead the process closes down immediately

    Hi all,
    Apologies: I've just joined the community and didn't quite figure how to write a msg! Hope it works...
    Anyway,
    I read many posts on this annoying error message (Waiting for changes to be applied) in the last 2/3 days, but they all refer to the sync staying stuck on it.
    Mine doesn't.
    I read the message, then it quickly shuts down the sync and the iTunes progress bar only shows the apple...
    As suggested by many, I removed voice msgs, turned off/on, tried to sync in individual stages (calendar only...) but nothing works.
    I am up to date on iTunes (11.1.1.11) and have IOS 6.1.3 on my phone, to sync on a Win8 pc (all worked fine until recently).
    I have had this phone for several years and it has never done this.
    It worked absolutely fine, until I loaded the latest version of iTunes it seems...
    Any suggestions?
    Many thanks

    ALSO, on the iPod under Settings>General>iTunes Sync, you may need to back out of the "iTunes Wi-fi Sync," and reopen it to get it to update.
    (I use iTunes 11.1.5.5)

  • Hp LaserJet P3015 printer "waiting for printer to become available" message

    Hello All,
    I have searched through many message boards about this issue (some steaming back to as far as 2009) and I have yet to find a solution that has worked for me.
    Background of situation:
    In my office we have a dozen iMacs and Networked hp LaserJet P3015 printers.  Most work perfectly fine with out issue.  We are currently running 10.8.4 OS.  There are a few issues that seem to be unique to users or types of iMacs.  1) Three brand new iMacs (the skinny ones that come without the CD drives) where showing a message prompting for the "printer operator group".  I have that setting turned off but reguardless I added the user accounts to the "printer operator group" as well as the "printer admin group".  After I did that the users started to recieve the message "waiting for printer to become avaible".  When this message appears it never printers (I left it for a 20 minute period to no avail).  I have tried a whole host of fixes with short term success but the issue keeps reoccuring.  Here is a list of fixes I have tried:
    What I have tried
    1) I plugged the iMac directly into the printer via USB cable to install the drivers locally
    2) I added the user to the printer operator group and the printer admin group
    3) I checked all settings on both the printer and computer
    4) I have removed and re-added the printer several ways (from the network and directly via UBS cable)
    5) I checked the Ethernet connection to the printer (all are fine) (also eliminated the need for it by directly plugging her in via USB cable)
    6) I have "power" shut down the printer
    7) I restarted the printer settings on the network to eliminate any lingering issues
    8) Made sure the software is up to date (which according to some message boards is what the problem is)
    9) I have replaced both the actual Computer and Printer (with another brand new iMac), while additionally creating a new user account to eliminate hardware and faulty user settings as the culprit, as well as plugged the printer directly into the computer and removed it from the network.
    10) I prayed to the IT gods
    Other Notes:
    I did see a solution from a message board that said to delete all "hp_" files in system/library/extensions and then directly plug the printer into the computer to install the drivers that way (which he said worked) but the guys also said that if he ran software update then the issue would re-occur.  This seems to be counter productive as I like to keep all software up to date
    What I have noticed:
    - The issue seems to affect the newer iMacs in my office more then the older machines despite everyone running the same OS version
    Thank you all so much in adavanced for your time reading my post.  The issue has been extremely frustrating for both me and the end users and I appreaciate any help that anyone can provide (even if its just pointing me in the direction of another message board)
    - Chris

    You have not mentioned it but based on some of the things that you have said, I would assume that the Mac's are bound to a domain. So, for one of these Mac's, if you logged on locally and then created a print queue to the network printer, do you get the same message?

Maybe you are looking for

  • How do I set up multiple displays

    I'm attempting to set up a call center of sorts at work. It's a small, one-person setup using an iMac. We are attempting to create a workstation with 4 extra monitors, so a total of 5 displays including the Mac itself. We purchased 4x Sabrent USB(2.0

  • Connect to tv screen

    I bought a mini display port to hdmi adaptortoday bin the Apple store however, it is too small. How can I connect my Macbook to LG Tv screen? Thanks

  • CS5 photoshop proof table naming display

    in CS5 photoshop, any customized and saved Prooftable no longer displays the proof table name in the file header when said proof table is active... NOW only the Profile used within the proof table is displayed. Where we work we have a variety of proo

  • Archive new and changed PO documents

    Hi all, we use SRM 7.0 extended classic scenario. We like to archive the PO documents (new and changed) and will send the PO's e.g. as a PDF document to an optical archive system. What we must to do in detail to archieve this target. Kind Regards Edi

  • SendScenarioEvent throwing exception while doing AddToCart

    Hi I am getting the following exception while doing an addToCart. 21:03:53,678 ERROR [CartFormHandler] CAUGHT AT: CONTAINER:atg.commerce.CommerceException: error adding to order; SOURCE:CONTAINER:atg.service.pipeline.RunProcessException: An exception