Excel Sheet Upload: Program reads file for a long time

Hi All,
I'm using the function modules GUI_UPLOAD and TEXT_CONVERT_XLS_TO_SAP to upload data from an excelsheet on the presentation server into a table in SAP. The call to the TEXT_CONVERT_XLS_TO_SAP function takes too long. The task bar says "Converting Line 1" and the number continues to increase to more than 50,000 when I just end the transaction. My input file has less than 2000 rows and 8 columns. Has anyone encountered such a problem with this function module, or does anyone know what to do in such cases?
Thanks.

Hi,
I wrote program using <b>FM ALSM_EXCEL_TO_INTERNAL_TABL</b>
Have look on sample program:
REPORT  yload_allocation_pattern                .
TABLES : zfibnr_alloc_pat.
TYPES t_itab1 TYPE alsmex_tabline.
DATA: it_itab1 TYPE STANDARD TABLE OF t_itab1 WITH HEADER LINE.
DATA :BEGIN OF it_allocation OCCURS 0,
      ibnr_aloc_patid LIKE zfibnr_alloc_pat-ibnr_aloc_patid,
      rel_loss_year LIKE zfibnr_alloc_pat-rel_loss_year,
      kind_loss LIKE zfibnr_alloc_pat-kind_loss,
      prem_alloc_pcnt LIKE zfibnr_alloc_pat-prem_alloc_pcnt,
      claim_paid_pcnt  LIKE zfibnr_alloc_pat-claim_paid_pcnt,
      claim_ostd_pcnt LIKE zfibnr_alloc_pat-claim_ostd_pcnt,
      claim_rep_pcnt LIKE  zfibnr_alloc_pat-claim_rep_pcnt,
      res_segid LIKE zfibnr_alloc_pat-res_segid,
     valid_from LIKE zfibnr_alloc_pat-valid_from,
     valid_to LIKE zfibnr_alloc_pat-valid_to,
     END OF it_allocation.
DATA  : it_alloc_pat LIKE zfibnr_alloc_pat OCCURS 0 WITH HEADER LINE.
DATA : wa_allocation TYPE zfibnr_alloc_pat.
FIELD-SYMBOLS : <fs>.
DATA : v_index TYPE i.
S E L E C T I O N S C R E E N
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-012.
*SELECTION-SCREEN SKIP 1.
*SELECTION-SCREEN BEGIN OF LINE.
*SELECTION-SCREEN COMMENT  1(18) text-013.
*SELECTION-SCREEN POSITION 19.
PARAMETERS: p_file TYPE rlgrap-filename OBLIGATORY, " File name
*>>Insertion by Chetan --Row and Column in Excel.
           p_row type I default 1000,
           p_col type I default 50.
*<< end of Insertion.
*SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b1.
A T S E L E C T I O N S C R E E N
AT SELECTION-SCREEN.
  IF NOT p_file IS INITIAL.
**-----validating the file path & file name
   PERFORM VALID_FILE USING P_PC_CHK P_FILE.
  ENDIF.
*----Gettting the local file with f4 button
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
  PERFORM get_local_file_name USING p_file.
START-OF-SELECTION.
  CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
    EXPORTING
      filename                = p_file
      i_begin_col             = 1
      i_begin_row             = 1
      i_end_col               = p_col
      i_end_row               = p_row
    TABLES
      intern                  = it_itab1
    EXCEPTIONS
      inconsistent_parameters = 1
      upload_ole              = 2
      OTHERS                  = 3.
  IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
  IF it_itab1[] IS INITIAL.
    MESSAGE s003(zz) WITH 'No Data Uploaded'.
    EXIT.
  ELSE.
    SORT it_itab1 BY row col.
    LOOP AT it_itab1.
      MOVE : it_itab1-col TO v_index.
      ASSIGN COMPONENT v_index OF STRUCTURE it_allocation TO  <fs>.
      MOVE : it_itab1-value TO <fs>.
      AT END OF row.
        it_alloc_pat-entry_date = sy-datum.
        MOVE-CORRESPONDING it_allocation TO it_alloc_pat.
        APPEND it_alloc_pat.
        CLEAR it_alloc_pat.
        CLEAR  it_allocation.
      ENDAT.
    ENDLOOP.
  ENDIF.
  LOOP AT it_alloc_pat INTO wa_allocation.
    MODIFY zfibnr_alloc_pat FROM  wa_allocation.
    CLEAR wa_allocation.
  ENDLOOP.
*&      Form  GET_LOCAL_FILE_NAME
      text
     -->P_P_FILE  text
FORM get_local_file_name  USING    p_p_file.
  CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    CHANGING
      file_name = p_file.
  IF sy-subrc <> 0.
    MESSAGE i000(zmur) WITH  'Error in getting filename'(014).
    STOP.
  ENDIF.
ENDFORM.                    " GET_LOCAL_FILE_NAME
Thanks,
Pramod

Similar Messages

  • Read and write excel sheet data from uploded file in sharepoint site programmatically 2013

    hi team,
    I am working on sharepoint 2013.I want to read and write data in excel sheet (micrsoft excel) from stored file in shrepoint docoumnt library .please suggest me
    vijay

    Hi
    Vijay,
    check those links
    http://www.sharepointwithattitude.com/archives/61
    https://social.technet.microsoft.com/Forums/en-US/e760051b-a92f-473c-9ec9-0f0c36c99e40/read-and-write-excel-sheet-data-from-uploded-file-in-sharepoint-site-programmatically-2013?forum=sharepointdevelopment
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation. Please remember to mark the reply as answer if it helps.

  • Upload data to excel sheet- make columns read only

    I would like to upload my internal table data-10 columns into excel sheet.
    I know how to upload my data into excel sheet.
    I want 2 of the columns in excel sheet to be read only out of the 10 columns.
    Is there any way that i can control the properties of excel sheet from SAP.
    Thanks in advance

    done

  • I am trying to upload a pdf file for conversion to Word but keep getting an error on your part?

    I am trying to upload a pdf file for conversion to Word but keep getting an error on your part?

    I received your Scan.pdf sent to [email protected] and had no problem to convert it via Export PDF service. Could you try again?
    Jyh-Jiun Liou

  • My Excel Sheet is not reading the numbers i am placing in the excel sheet

    Hi, 
    I need help My Excel Sheet is not reading the numbers i am placing in the excel sheet and if i am trying to place a new formula into that cell it is reading it as zero even there is data in that cell. 
    Thanks

    Hi Abed23,
    Are the cells formatted as text perhaps?
    Regards, Jan Karel Pieterse|Excel MVP|http://www.jkp-ads.com

  • Error while uploading standard text files for the Global rule set

    Hi all,
    As part of Post Installation Activities we have uploaded standard text files for business process, functions, risks and rule set obtained with the installable Software.
    While uploading the text files we have uploaded the Basis Functions Authorizations first and then R/3 text files.
    When we checked no actions are appearing in the rule architect under respective functions except for the BASIS Module.
    Is this because we have uploaded the Basis functions before the R/3 text files?If yes, how to replace the Basis with the R/3 ones.
    We tried to replace the Basis function authorizations by re-uploading the R/3 text files again but we got the below error message u201CORA-00001:unique constraint (SAPSR3DB.SYS_C004479) violatedu201D
    Can somebody please help in this regard how to get the standard rule set in our system?
    Thanks and Best Regards,
    Srihari.K

    Hi Sri,
    you should upload first the static text files and the authorization objects first and then the GRC standard rule set files following the instructions of the SAP Configuration Guide available in Service Market Place under http://service.sap.com/instguides .
    The GRC standard rule set contains files named Basis_functions_action.txt and R3_function_action.txt. The first one contains ONLY function definitions in terms of transcation codes for basis only, whereas the second one contains functions definition for basis AND ERP modules. The same holds for the *_function_permission.txt files. There are also function definition files for other SAP solutions such as APO, CRM, HR  etc.
    You can open a customer message and request a deletion script for the rule sets files you have uploaded already. After their application of this script all rule set data will be deleted from your database. If you have uploaded static text and authorization files correctly, you can then upload the GRC standard rule set files as needed again.
    best regards,
    Frank

  • Excel files with fields linked to other excel files take a long time to open from SharePoint library

    Trying to track a problem for a user.
    Most of the documents opened from our SharePoint libraries appear to open in a timely fashion.
    But...one user has noticed an issue, and I just noticed something with her files that are a little less common than other stuff we've seen.
    she has a lot of pricelist excel files.  there are some master price list files, and then other files that link to fields from within the master files.
    the files that contain links to other files appear to be the ones that open very slowly.
    the files are being opened via excel itself, not the owa viewer or editor.
    is there a trick to setting up either the library, the site, site collection or web app... or some client-side setting that affects how quickly/efficiently excel will open files that link to other excel files shared within sharepoint?

    Hi  carphuntin_god,
    According to your description, my understanding  is that when you click a hyperlink which redirect to other files , the file are opened very slowly via excel client.
    How about you download the same file and open it using excel client? If it is opened quite fast, the issue should be caused by some third-party add-ins in the office program or antivirus soft.
    Here is a similar thread you can have a look:
    http://social.technet.microsoft.com/Forums/en-US/ff0c5306-5300-4010-a760-c4cca320b6fc/excell-file-taking-long-time-to-open-and-edit?forum=officesetupdeploylegacy
    http://social.technet.microsoft.com/Forums/en-US/5c746958-418a-44f6-a777-9f8bddf6dbb6/sharepoint-file-open-takes-long-time?forum=sharepointdevelopmentlegacy
    If you want to open the files using excel service after click the link in the excel file, you can create the hyperlink in the following way:
    General Syntax:         
    http://<server_name>/<site_name>/_layouts/ xlviewer.aspx?id=<workbook path>&range=<location>
    For example:              
    http://CorpServer/DeptA89/_layouts/ xlviewer.aspx?id=http://Mfct/Stats/Shared%20Documents/Parts.xlsx&range=Widgets!A1:F25
    For more information: 
    http://office.microsoft.com/en-001/sharepoint-server-help/using-hyperlinks-in-excel-services-HA010173679.aspx
    If you want to open the files using Office Web Apps after click  the link in the excel file,  you can create the hyperlink in the following way:
    http://<server name> / <site name> / <library name>/<your file name> ?web=1
    For example:
    http://sp/Shared%20Documents/exceltest.xlsx?Web=1
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • A script in file EditingUtils.js has been running for a long time

    Hello Everyone.   I just downloaded Dreamweaver CS 5.5 Trial version (Win 7), and I have been working on my home page.  I've created a wonderful image map with spry widget tooltips (about 60 tooltips), and I'm really happy with the results....until this error started to pop-up.  I have re-started the computer, deleted winfilecache****, and updated Dreamweaver through the help window.   I have googled this error, and found it existed in CS3 and CS4, and even in CS5, but no information as to why it's happening in CS 5.5.    I really want to buy this software, but am unsure as to why I would spend this amount of money on something that's going to give me a headache.  I am a layman, and work on my site recreationally.  I'm new to CSS and Spry so if i missed the obvious I apologize for that.   I inserted the spry widgets in the CODE screen by highlighting my hotspot CODE and clicking INSERT>SPRY>SPRYTOOLTIP.  Each tooltip is checked to "follow on mouse" and "hide on mouse out" and horizontally moved -400.
    So now every time I open this page in Dreamweaver this error "A script in file EditingUtils.js has been running for a long time.  Do you wish to continue?" pops up, and whenever i try to edit the spry tooltip properties.  Apologies if this has been answered elsewhere.  thanks for your help and time.  Part of the code looks like this: //
    <area shape="poly" coords="89,180,68,203,60,213,65,232,96,225,103,201,101,188" href="#" id="sprytrigger57" />
    <div class="tooltipContent" id="sprytooltip57">
    <p><img src="images/Constellations/Corvus.jpg" width="199" height="170" alt="Corvus" />CORVUS (The Crow, or Raven).</p>
    <p> Birds of prey devouring him.</p>
    </div>
          var sprytooltip57 = new Spry.Widget.Tooltip("sprytooltip57", "#sprytrigger57", {offsetX:-403, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    </script>
    Hope I included most everything needed to diagnose, let me know what I forgot.  Thanks again.

    oops i tried to copy the code here but it didn't work. Is this better?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>TestRun</title>
    <style type="text/css">
    body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #000025;
    .img_class {
    height: 514px;
    width: 499px;
    </style>
    <link href="CSS/layout.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    </head> <body>
    <div id="wrapper">
    <div id="logo"><a href="TestRun.html"><img src="images/Argo_Ship_logo.gif" width="797" height="248" alt="Bible Voyages" longdesc="http://www.biblevoyages.com" /></a></div>
    <div id="navigation">HOME | ABOUT US | BIBLE STUDIES | FORUM | LIBRARY | RESEARCH LINKS </div>
    <Div id="headerImg"></Div>
    <div id="bodyArea">
    <div id="left">
    <div>
    <div class="img_class"><img src="images/Zodiac Pie Animate.gif" alt="Zodiac" width="499" height="514" border="0" usemap="#Map" />
    <map name="Map" id="Map">
    <area shape="poly" coords="114,255,151,233,156,189,192,165,154,145,108,174,103,214,101,244" href="#" alt="Virgo" id="sprytrigger1" />
    <area shape="poly" coords="159,204,195,211,194,258,163,264,158,248" href="#" alt="Coma" id="sprytrigger2" />
    <area shape="poly" coords="71,39,7,84,7,172,103,149,143,95,95,95,81,39,62,39,60,86,47,121,17,95,9,79,10,71,9 ,86" href="#" id="sprytrigger3" />
    <area shape="poly" coords="160,198,196,172,228,200,231,229,208,235,199,205" href="#" id="sprytrigger4" />
    <area shape="poly" coords="160,103,195,85,229,105,220,141,191,156,153,134,151,120" href="#" id="sprytrigger5" />
    <area shape="poly" coords="52,89,36,102,25,78,36,69" href="#" id="sprytrigger6" />
    <area shape="poly" coords="116,84,157,99,198,84,140,47,107,51,103,84,156,99" href="#" id="sprytrigger7" />
    <area shape="poly" coords="244,180,242,198,227,196,222,181,238,176" href="#" id="sprytrigger8" />
    <area shape="circle" coords="46,183,14" href="#" id="sprytrigger9" />
    <area shape="circle" coords="97,65,11" href="#" id="sprytrigger10" />
    <area shape="circle" coords="261,51,11" href="#" alt="Number 3" id="sprytrigger11" />
    <area shape="poly" coords="236,119,285,94,288,61,308,56,322,64,319,80,338,81,336,53,313,35,279,41,264,66,247 ,60,244,38,200,73" href="#" id="sprytrigger12" />
    <area shape="poly" coords="271,151,281,159,281,172,298,170,308,149,323,149,307,131,288,125,268,125,247,136" href="#" id="sprytrigger13" />
    <area shape="poly" coords="223,178,237,173,239,138,266,126,287,123,317,134,328,158,337,170,348,163,321,120,2 99,110,269,108,249,119,228,132,208,157" href="#" id="sprytrigger14" />
    <area shape="poly" coords="258,224,289,223,305,197,325,190,315,162,290,176,273,168,276,160,249,144,244,169,2 48,201,236,204,241,223" href="#" id="sprytrigger15" />
    <area shape="circle" coords="398,86,13" href="#" alt="chapter4" id="sprytrigger16" />
    <area shape="poly" coords="389,103,381,76,345,90,343,130,397,179,425,173,470,118,450,85,427,67,413,102" href="#" id="sprytrigger17" />
    <area shape="poly" coords="305,234,324,228,328,203,308,200,297,214" href="#" id="sprytrigger18" />
    <area shape="rect" coords="338,5,380,57" href="#" alt="Lyra" id="sprytrigger19" />
    <area shape="poly" coords="279,280,299,254" href="#" />
    <area shape="poly" coords="245,252,269,276,288,281,298,255,295,227,256,227,224,250,214,267,220,306,231,271,2 34,256" href="#" id="sprytrigger20" />
    <area shape="circle" coords="477,195,13" href="#" alt="Chapter 5" id="sprytrigger21" />
    <area shape="poly" coords="396,181,461,167,465,214,465,254,438,249,438,231,424,224" href="#" alt="Capricornus" id="sprytrigger22" />
    <area shape="poly" coords="378,246,400,227,377,188,352,155,347,172,325,179,328,197,355,237" href="#" id="sprytrigger23" />
    <area shape="circle" coords="479,296,15" href="#" id="sprytrigger24" />
    <area shape="poly" coords="467,239,494,243,486,256,492,283,479,279,467,286,465,270" href="#" id="sprytrigger25" />
    <area shape="poly" coords="438,250,436,234,425,227,414,218,412,226,422,247,403,252,406,268,419,281,433,345,4 50,371,477,365,494,318,475,317,462,297,463,259" href="#" id="sprytrigger26" />
    <area shape="poly" coords="421,298,414,279,400,254,390,263,384,292,372,254,365,256,371,280,346,280,367,337,3 79,364" href="#" id="sprytrigger27" />
    <area shape="poly" coords="332,209,351,234,366,253,369,275,346,265,331,278,311,261,298,268,302,243,321,234" href="#" id="sprytrigger28" />
    <area shape="circle" coords="475,402,16" href="#" id="sprytrigger29" />
    <area shape="poly" coords="351,429,391,394,400,375,425,334,422,309,400,337,370,383,352,361,338,362,336,381,3 53,398,359,410" href="#" id="sprytrigger30" />
    <area shape="poly" coords="341,360,365,368,371,352,345,324,312,345,305,347,305,381,331,379" href="#" id="sprytrigger31" />
    <area shape="poly" coords="290,314,322,320,324,273,303,269,291,282,267,279,266,296,271,310" href="#" id="sprytrigger32" />
    <area shape="circle" coords="394,492,16" href="#" id="sprytrigger33" />
    <area shape="poly" coords="333,386,354,405,347,423,323,425,304,430,295,425,300,406" href="#" id="sprytrigger34" />
    <area shape="poly" coords="286,338,324,337,324,326,282,316" href="#" id="sprytrigger35" />
    <area shape="poly" coords="365,427,411,374,440,366,465,385,457,403,465,418,442,444,339,501,325,471,304,450,3 14,431" href="#" id="sprytrigger36" />
    <area shape="poly" coords="315,340,282,341,258,357,258,382,271,399,287,397,303,354" href="#" id="sprytrigger37" />
    <area shape="circle" coords="257,499,15" href="#" id="sprytrigger38" />
    <area shape="poly" coords="310,437,298,450,301,460,271,458,264,443,226,415,235,401,256,406,269,401,292,401,2 93,394,310,398,293,411,295,429" href="#" id="sprytrigger39" />
    <area shape="poly" coords="231,411,223,407,197,420,195,440,195,467,205,477,233,472,257,455" href="#" id="sprytrigger40" />
    <area shape="poly" coords="259,455,278,464,315,472,342,506,289,508,265,478,237,490,225,480" href="#" id="sprytrigger41" />
    <area shape="poly" coords="229,406,238,399,255,401,254,357,225,355,213,384" href="#" id="sprytrigger42" />
    <area shape="circle" coords="130,498,20" href="#" id="sprytrigger43" />
    <area shape="poly" coords="194,420,219,407,211,384,217,371,190,357,165,376,169,400,183,415" href="#" id="sprytrigger44" />
    <area shape="poly" coords="206,479,222,479,228,508,183,510,176,469" href="#" id="sprytrigger45" />
    <area shape="poly" coords="111,509,109,488,120,479,135,477,155,488,164,470,147,436,79,468,73,489" href="#" id="sprytrigger46" />
    <area shape="poly" coords="164,392,173,427,136,415,138,388" href="#" id="sprytrigger47" />
    <area shape="circle" coords="46,399,19" href="#" id="sprytrigger48" />
    <area shape="poly" coords="145,387,179,356,166,329,131,342,118,351,135,385" href="#" id="sprytrigger49" />
    <area shape="poly" coords="265,280,245,259,235,267,239,305,265,306" href="#" id="sprytrigger50" />
    <area shape="poly" coords="211,274,223,246,201,237,195,266,153,274,180,335,226,334" href="#" id="sprytrigger51" />
    <area shape="poly" coords="52,420,67,407,63,386,48,377,85,357,107,373,127,426,69,474,18,448,6,384,32,416" href="#" id="sprytrigger52" />
    <area shape="circle" coords="18,299,21" href="#" id="sprytrigger53" />
    <area shape="poly" coords="114,346,161,329,148,250,132,248,117,259,93,252,90,265,105,338" href="#" id="sprytrigger54" />
    <area shape="poly" coords="119,395,134,387,111,350,88,329,68,287,46,280,39,255,46,237,55,214,77,184,146,120, 146,107,112,138,83,159,65,184,45,208,28,233,38,285,76,354,96,355" href="#" id="sprytrigger55" />
    <area shape="poly" coords="49,278,65,284,90,270,65,235,43,255" href="#" id="sprytrigger56" />
    <area shape="poly" coords="89,180,68,203,60,213,65,232,96,225,103,201,101,188" href="#" id="sprytrigger57" />
    </map>
    </div>
    </div>
    </div>
    <div id="right">
    <p>Ps 19:1-6<br />
    1 The heavens declare the glory of God; and the firmament sheweth his handywork.</p>
    <p> 2 Day unto day uttereth speech, and night unto night sheweth knowledge.</p>
    <p> 3 There is no speech nor language, where their voice is not heard.</p>
    <p> 4 Their line is gone out through all the earth, and their words to the end of the world. In them hath he set a tabernacle for the sun,</p>
    <p> 5 Which is as a bridegroom coming out of his chamber, and rejoiceth as a strong man to run a race.<br />
    Stars a STORY-book.<br />
    6 His going forth is from the end of the heaven, and his circuit unto the ends of it: and there is nothing hid from the heat thereof.</p>
    <p>Ps 19:7-14<br />
    7 The law of the LORD is perfect, converting the soul: the testimony of the LORD is sure, making wise the simple.</p>
    <p> 8 The statutes of the LORD are right,  rejoicing the heart: the commandment of the LORD is pure, enlightening the eyes.</p>
    <p> 9 The fear of the LORD is clean, enduring for ever: the judgments of the LORD are true and righteous altogether.</p>
    <p> 10 More to be desired are they than gold, yea, than much fine gold: sweeter also than honey and the honeycomb.</p>
    <p> 11 Moreover by them is thy servant warned: and in keeping of them there is great reward.</p>
    <p> 12 Who can understand his errors? cleanse thou me from secret faults.</p>
    <p> 13 Keep back thy servant also from presumptuous sins; let them not have dominion over me: then shall I be upright, and I shall be innocent from the great transgression.</p>
    <p> 14 Let the words of my mouth, and the meditation of my heart, be acceptable in thy sight, O LORD, my strength, and my redeemer.<br />
    KJV</p>
    <p><br />
    </p>
    </div>
    <div id="Footer">Site updated June 2011</div>
    </div>
    </div>
    <div class="tooltipContent" id="sprytooltip57">
    <p><img src="images/Constellations/Corvus.jpg" width="199" height="170" alt="Corvus" />CORVUS (The Crow, or Raven).</p>
    <p> Birds of prey devouring him.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip56">
    <p><img src="images/Constellations/Crater.jpg" width="180" height="196" alt="Crater" /></p>
    <p>CRATER (The Cup). </p>
    <p>The cup of Divine wrath poured out upon him.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip55">
    <p><img src="images/Constellations/Hydra.jpg" width="184" height="142" alt="Hydra" /></p>
    <p>HYDRA (The Serpent). That old Serpent— Devil, destroyed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip54">
    <p><img src="images/Constellations/Leo.jpg" width="198" height="130" alt="Leo" /></p>
    <p>LEO (The Lion). </p>
    <p>The Lion of the Tribe of Judah aroused for the rending of the Enemy.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip53">
    <p>Chapter IV - TWELFTH -</p>
    <p> Messiah's Consummated Triumph      LEO (The Lion). The Lion of the Tribe of Judah aroused for the rending of the Enemy.           </p>
    <p>1. HYDRA (The Serpent). That old Serpent— Devil, destroyed.     </p>
    <p>2. CRATER (The Cup). The cup of Divine wrath poured out upon him.     </p>
    <p>3. CORVUS (The Crow, or Raven). Birds of prey devouring him.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip52">
    <p><img src="images/Constellations/Argo.jpg" width="200" height="199" alt="Argo" />ARGO (The Ship).</p>
    <p> The redeemed pilgrims safe at home..</p>
    </div>
    <div class="tooltipContent" id="sprytooltip51">
    <p><img src="images/Constellations/UrsaMajor.jpg" width="200" height="150" alt="Ursa Major" />URSA MAJOR (The Great Bear).</p>
    <p> The fold and the flock.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip50">
    <p><img src="images/Constellations/UrsaMinor.jpg" width="185" height="133" alt="Ursa Minor" /></p>
    <p>URSA MINOR (The Lesser Bear). </p>
    <p>The lesser sheepfold.</p>
    <p> The 7,000...? -</p>
    <p>This star was called by the Greeks the "Cynosure." Aratus seems to apply this term to the whole of the seven stars of the Lesser Bear. Mr. Robert Brown, Jr., shows that this word . . . transliterates An-nas-sur-ra, and renders it, "as it literally means, high in rising, i.e., in heavenly position.". Is not this the primitve truth of the Revelation? Will not this Lesser Fold be high, yea, the highest in heavenly position?</p>
    </div>
    <div class="tooltipContent" id="sprytooltip49">
    <p><img src="images/Constellations/Cancer.jpg" width="183" height="200" alt="Cancer" />CANCER (The Crab).</p>
    <p> The possession held fast.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip48">
    <p>Chapter III ELEVENTH -</p>
    <p> Messiah's Redeemed Possessions      </p>
    <p>CANCER (The Crab). The possession held fast.          </p>
    <p>1. URSA MINOR (The Lesser Bear). </p>
    <p>The lesser sheepfold.          7,000 - This star was called by the Greeks the "Cynosure." Aratus seems to apply this term to the whole of the seven stars of the Lesser Bear. Mr. Robert Brown, Jr., shows that this word . . . transliterates An-nas-sur-ra, and renders it, "as it literally means, high in rising, i.e., in heavenly position.". Is not this the primitve truth of the Revelation? Will not this Lesser Fold be high, yea, the highest in heavenly position?</p>
    <p> 2. URSA MAJOR (The Great Bear). The fold and the flock.
    3. ARGO (The Ship). The redeemed pilgrims safe at home..</p>
    </div>
    <div class="tooltipContent" id="sprytooltip47">
    <p><img src="images/Constellations/CanisMinor.jpg" width="170" height="123" alt="CanisMinor" /></p>
    <p>CANIS MINOR (The Second Dog), or PROCYON, the exalted Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip46"><img src="images/Constellations/CanisMajor.jpg" width="193" height="228" alt="CanisMajor" />CANIS MAJOR (The Dog), or SIRIUS, the coming glorious Prince of Princes.</div>
    <div class="tooltipContent" id="sprytooltip45">
    <p><img src="images/Constellations/Lepus.jpg" width="198" height="196" alt="Lepus" />LEPUS (The Hare), or</p>
    <p> THE ENEMY trodden under foot.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip44">
    <p><img src="images/Constellations/Gemini.jpg" width="197" height="228" alt="Gemini" />GEMINI (The Twins). </p>
    <p>The twofold nature of the King.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip43">
    <p>Chapter II - TENTH  - </p>
    <p>Messiah's Reign as Prince of Peace      GEMINI (The Twins). The twofold nature of the King.</p>
    <p> 1. LEPUS (The Hare), or THE ENEMY trodden under foot.<br />
    2. CANIS MAJOR (The Dog), or SIRIUS, the coming glorious Prince of Princes.<br />
    3. CANIS MINOR (The Second Dog), or PROCYON, the exalted Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip42">
    <p><img src="images/Constellations/Auriga.jpg" width="197" height="289" alt="Auriga" />AURIGA (The Shepherd). </p>
    <p>Safety for the Redeemed in the day of that wrath.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip41">
    <p><img src="images/Constellations/Eridanus.jpg" width="198" height="86" alt="Eridanus" />ERIDANUS (The River of the Judge). </p>
    <p>Wrath breaking forth for His enemies.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip40">
    <p><img src="images/Constellations/Orion.jpg" width="185" height="262" alt="Orion" /></p>
    <p>ORION,  </p>
    <p>Light breaking forth in the person of the Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip39">
    <p><img src="images/Constellations/Taurus.jpg" width="200" height="165" alt="Taurus" />TAURUS (The Bull). </p>
    <p>Messiah coming to rule.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip38">
    <p>Chapter I - NINTH - </p>
    <p>Messiah, The Coming Judge of All the Earth      
    TAURUS (The Bull).</p>
    <p> Messiah coming to rule.           </p>
    <p>1. ORION,  Light breaking forth in the person of the Redeemer.</p>
    <p> 2. ERIDANUS (The River of the Judge). Wrath breaking forth for His enemies.</p>
    <p> 3. AURIGA (The Shepherd). Safety for the Redeemed in the day of that wrath.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip37">
    <p><img src="images/Constellations/Perseus.jpg" width="167" height="257" alt="Perseus" /></p>
    <p>PERSEUS (The Breaker).</p>
    <p> Delivering His redeemed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip36">
    <p><img src="images/Constellations/Cetus.jpg" width="198" height="93" alt="Cetus" />CETUS (The Sea Monster). </p>
    <p>The great enemy bound.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip35">
    <p><img src="images/Constellations/Cassiopeia.jpg" width="128" height="196" alt="Cassiopeia" /></p>
    <p>CASSIOPEIA (The Enthroned Woman).</p>
    <p> The captive delivered, and preparing for her husband, the Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip34">
    <p><img src="images/Constellations/Aries.jpg" width="200" height="165" alt="Aries" />ARIES (The Ram or Lamb). </p>
    <p>The Lamb that was slain, prepared for the victory.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip33">
    <p>Chapter IV - EIGHTH - </p>
    <p>Their Blessings Consummated and Enjoyed      ARIES (The Ram or Lamb).</p>
    <p> The Lamb that was slain, prepared for the victory.</p>
    <p> 1. CASSIOPEIA (The Enthroned Woman). </p>
    <p>The captive delivered, and preparing for her husband, the Redeemer.</p>
    <p> 2. CETUS (The Sea Monster).</p>
    <p> The great enemy bound.</p>
    <p> 3. PERSEUS (The Breaker). </p>
    <p>Delivering His redeemed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip32">
    <p><img src="images/Constellations/Cephus.jpg" width="144" height="164" alt="Cephus" /></p>
    <p>CEPHEUS (The King).</p>
    <p> Their Redeemer coming to rule.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip31">
    <p><img src="images/Constellations/Andromeda.jpg" width="181" height="189" alt="Andromeda" />ANDROMEDA (The Chained Woman).</p>
    <p> The Redeemed in their bondage and affliction.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip30">
    <p><img src="images/Constellations/Pisces.jpg" width="198" height="94" alt="Pisces" />PISCES (The Fishes). </p>
    <p>The Redeemed blessed though bound.</p>
    <p> </p>
    <p> THE BAND—, but binding their great enemy Cetus, the sea monster.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip29">
    <p>Chapter III - SEVENTH - </p>
    <p>Their Blessings in Abeyance      PISCES</p>
    <p> (The Fishes). </p>
    <p>The Redeemed blessed though bound.           </p>
    <p>1. THE BAND—,</p>
    <p> but binding their great enemy Cetus, the sea monster.</p>
    <p> 2. ANDROMEDA (The Chained Woman).</p>
    <p> The Redeemed in their bondage and affliction.
    3. CEPHEUS (The King).</p>
    <p> Their Redeemer coming to rule.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip28">
    <p><img src="images/Constellations/Cygnus.jpg" width="198" height="224" alt="Cygnus" />CYGNUS (The Swan). </p>
    <p>The Blesser surely returning.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip27">
    <p><img src="images/Constellations/Pegasus.jpg" width="201" height="130" alt="Pegasus" />PEGASUS (The Winged Horse).</p>
    <p> The blessings quickly coming.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip26">
    <p><img src="images/Constellations/Aquarius.jpg" width="198" height="109" alt="Aquarius" />AQUARIUS (The Water-Bearer).</p>
    <p> The living waters of blessing poured forth for the Redeemed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip25">
    <p><img src="images/Constellations/PicisAustralis.jpg" width="198" height="63" alt="Piscis Australis" />PISCIS AUSTRALIS (The Southern Fish).</p>
    <p> The blessings bestowed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip24">
    <p>Chapter II - SIXTH  -</p>
    <p>Their Blessings Ensured      AQUARIUS </p>
    <p>(The Water-Bearer). </p>
    <p>The living waters of blessing poured forth for the Redeemed.</p>
    <p> 1. PISCIS AUSTRALIS (The Southern Fish). The blessings bestowed.     </p>
    <p>2. PEGASUS (The Winged Horse). The blessings quickly coming.</p>
    <p> 3. CYGNUS (The Swan). The Blesser surely returning.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip23">
    <p><img src="images/Constellations/Trio.jpg" width="198" height="133" alt="Trio" />1. SAGITTA (The Arrow). </p>
    <p>The arrow of God sent forth.</p>
    <p> 2. AQUILA (The Eagle). </p>
    <p>The smitten One falling.</p>
    <p> 3. DELPHINUS (The Dolphin). </p>
    <p>The dead One rising again.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip22"><img src="images/Constellations/Capricornus.jpg" width="199" height="145" alt="Capricornus" />CAPRICORNUS (The fish-goat). The goat of Atonement slain for the Redeemed.</div>
    <div class="tooltipContent" id="sprytooltip21">
    <p>Chapter I - FIFTH -</p>
    <p> Their Blessings Procured      
    CAPRICORNUS (The fish-goat). </p>
    <p>The goat of Atonement slain for the Redeemed.           
    1. SAGITTA (The Arrow).</p>
    <p> The arrow of God sent forth.</p>
    <p> 2. AQUILA (The Eagle).</p>
    <p> The smitten One falling.</p>
    <p> 3. DELPHINUS (The Dolphin).</p>
    <p> The dead One rising again.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip20"><img src="images/Constellations/DracoMap.jpg" width="200" height="161" alt="Draco" />DRACO (The Dragon). The Old Serpent— Devil, cast down from heaven.</div>
    <div class="tooltipContent" id="sprytooltip19">
    <p><img src="images/Constellations/Ara.jpg" width="143" height="142" alt="Ara" /></p>
    <p>ARA (The Altar). Consuming fire prepared for His enemies.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip18">
    <p><img src="images/Constellations/Lyra.jpg" width="139" height="117" alt="Lyra" />. </p>
    <p>LYRA (The Harp).</p>
    <p> Praise prepared for the Conqueror.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip17"><img src="images/Constellations/Safittarius.jpg" width="198" height="213" alt="Sagittarius" />SAGITTARIUS (The Archer). The two-natured Conqueror going forth "Conquering and to conquer."</div>
    <div class="tooltipContent" id="sprytooltip16">
    <p>Chapter IV -</p>
    <p> The Redeemer's Triumph      
    SAGITTARIUS (The Archer). The two-natured Conqueror going forth "Conquering and to conquer."</p>
    <p>           
    1. LYRA (The Harp). Praise prepared for the Conqueror.</p>
    <p> 2. ARA (The Altar). Consuming fire prepared for His enemies.    </p>
    <p>3. DRACO (The Dragon). The Old Serpent— Devil, cast down from heaven.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip15"> <img src="images/Constellations/Hercules.jpg" width="198" height="190" alt="Hercules" />HERCULES (The mighty man. A man kneeling on one knee, humbled in the conflict, but holding aloft the tokens of victory, with his foot on the head of the Dragon). The mighty Vanquisher seeming to sink in the conflict.</div>
    <div class="tooltipContent" id="sprytooltip14"><img src="images/Constellations/Serpens.jpg" width="199" height="152" alt="Serpens" />SERPENS (The Serpent struggling with the man).</div>
    <div class="tooltipContent" id="sprytooltip13">
    <p><img src="images/Constellations/Ophiuchus.jpg" width="199" height="227" alt="Ophiuchus" /></p>
    <p>O-PHI-U-CHUS (The man grasping the serpent). The struggle with the enemy.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip12"><img src="images/Constellations/Scorpio.jpg" width="198" height="186" alt="Scorpio" />SCORPIO (The Scorpion) seeking to wound, but itself trodden under foot.</div>
    <div class="tooltipContent" id="sprytooltip11">Chapter III - THIRD  - The Redeemer's Conflict SCORPIO (The Scorpion) seeking to wound, but itself trodden under foot.      <br />
    1. SERPENS (The Serpent struggling with the man). <br />
    <br />
    2. O-PHI-U-CHUS (The man grasping the serpent). The struggle with the enemy. <br />
    <br />
    3. HERCULES (The mighty man. A man kneeling on one knee, humbled in the conflict, but holding aloft the tokens of victory, with his foot on the head of the Dragon). The mighty Vanquisher seeming to sink in the conflict.</div>
    <div class="tooltipContent" id="sprytooltip10">
    <p>Chapter II - SECOND -  The Redeemer's Atoning Work</p>
    <p> LIBRA (The Scales). The price deficient balanced by the price which covers. <br />
    1. CRUX,  The Cross endured. <br />
    <br />
    2. LUPUS, or VICTIMA, The Victim slain. <br />
    <br />
    3. CORONA, The Crown bestowed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip9">
    <p>Chapter I -FIRST -  The Prophecy of the Promised Seed of the Woman</p>
    <p><br />
    VIRGO (The Virgin. A woman bearing a branch in her right hand and an ear of corn in her left). The Promised Seed of the woman. <br />
    1. COMA (The Desired. The woman and child). The Desired of all nations. <br />
    <br />
    2. CENTAURUS (The Centaur with two natures, holding a spear piercing a victim). The despised sin offering. <br />
    <br />
    3. BOOTES (a man walking bearing a branch called ARCTURUS, meaning the same). He cometh.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip8">
    <p><img src="images/Constellations/CoronaBorealis.jpg" width="69" height="55" alt="CoronaBorealis" /></p>
    <p>CORONA, The Crown bestowed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip7"> <img src="images/Constellations/LupusOrTheVictim.jpg" width="197" height="191" alt="Lupus" />LUPUS, or VICTIMA, The Victim slain.</div>
    <div class="tooltipContent" id="sprytooltip6">
    <p><img src="images/Constellations/Crux.jpg" width="67" height="100" alt="Crux" /></p>
    <p>CRUX,  The Cross endured.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip5">
    <p><img src="images/Constellations/Libra.jpg" width="185" height="176" alt="Libra" /></p>
    <p>LIBRA (The Scales). The price deficient balanced by the price which covers.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip4">
    <p><img src="images/Constellations/Bootes.jpg" width="162" height="191" alt="Bootes" /></p>
    <p>BOOTES (a man walking bearing a branch called ARCTURUS, meaning the same). He cometh!</p>
    </div>
    <div class="tooltipContent" id="sprytooltip3"><img src="images/Constellations/Centaurus.jpg" width="198" height="123" alt="Centaurus Pic" />Centaurus -(The Centaur with two natures, holding a spear piercing a victim). The despised sin offering.</div>
    <div class="tooltipContent" id="sprytooltip2">
    <p><img src="images/Constellations/Coma.jpg" width="156" height="161" alt="Coma" /></p>
    <p>Coma (The Desired. The woman and child). The Desired of all nations.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip1"><img src="images/Constellations/Virgo.jpg" width="199" height="364" alt="Virgo Pic" />Virgo VIRGO (The Virgin. A woman bearing a branch in her right hand and an ear of corn in her left). The Promised Seed of the woman.</div>
    <script type="text/javascript">
    var sprytooltip1 = new Spry.Widget.Tooltip("sprytooltip1", "#sprytrigger1", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip2 = new Spry.Widget.Tooltip("sprytooltip2", "#sprytrigger2", {offsetX:-450, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    var sprytooltip3 = new Spry.Widget.Tooltip("sprytooltip3", "#sprytrigger3", {useEffect:"fade", closeOnTooltipLeave:true, offsetX:-400, followMouse:true});
    var sprytooltip4 = new Spry.Widget.Tooltip("sprytooltip4", "#sprytrigger4", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip5 = new Spry.Widget.Tooltip("sprytooltip5", "#sprytrigger5", {useEffect:"fade", offsetX:-470, closeOnTooltipLeave:true});
    var sprytooltip6 = new Spry.Widget.Tooltip("sprytooltip6", "#sprytrigger6", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip7 = new Spry.Widget.Tooltip("sprytooltip7", "#sprytrigger7", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip8 = new Spry.Widget.Tooltip("sprytooltip8", "#sprytrigger8", {offsetX:-500, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip9 = new Spry.Widget.Tooltip("sprytooltip9", "#sprytrigger9", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip10 = new Spry.Widget.Tooltip("sprytooltip10", "#sprytrigger10", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip11 = new Spry.Widget.Tooltip("sprytooltip11", "#sprytrigger11", {offsetX:-500, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip12 = new Spry.Widget.Tooltip("sprytooltip12", "#sprytrigger12", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip13 = new Spry.Widget.Tooltip("sprytooltip13", "#sprytrigger13", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip14 = new Spry.Widget.Tooltip("sprytooltip14", "#sprytrigger14", {offsetX:-800, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    var sprytooltip15 = new Spry.Widget.Tooltip("sprytooltip15", "#sprytrigger15", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip16 = new Spry.Widget.Tooltip("sprytooltip16", "#sprytrigger16", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip17 = new Spry.Widget.Tooltip("sprytooltip17", "#sprytrigger17", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip18 = new Spry.Widget.Tooltip("sprytooltip18", "#sprytrigger18", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip19 = new Spry.Widget.Tooltip("sprytooltip19", "#sprytrigger19", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip20 = new Spry.Widget.Tooltip("sprytooltip20", "#sprytrigger20", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip21 = new Spry.Widget.Tooltip("sprytooltip21", "#sprytrigger21", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip22 = new Spry.Widget.Tooltip("sprytooltip22", "#sprytrigger22", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip23 = new Spry.Widget.Tooltip("sprytooltip23", "#sprytrigger23", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip24 = new Spry.Widget.Tooltip("sprytooltip24", "#sprytrigger24", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip25 = new Spry.Widget.Tooltip("sprytooltip25", "#sprytrigger25", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip26 = new Spry.Widget.Tooltip("sprytooltip26", "#sprytrigger26", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true});
    var sprytooltip27 = new Spry.Widget.Tooltip("sprytooltip27", "#sprytrigger27", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true});
    var sprytooltip28 = new Spry.Widget.Tooltip("sprytooltip28", "#sprytrigger28", {useEffect:"fade", offsetX:-800, closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip29 = new Spry.Widget.Tooltip("sprytooltip29", "#sprytrigger29", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip30 = new Spry.Widget.Tooltip("sprytooltip30", "#sprytrigger30", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip31 = new Spry.Widget.Tooltip("sprytooltip31", "#sprytrigger31", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip32 = new Spry.Widget.Tooltip("sprytooltip32", "#sprytrigger32", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip33 = new Spry.Widget.Tooltip("sprytooltip33", "#sprytrigger33", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip34 = new Spry.Widget.Tooltip("sprytooltip34", "#sprytrigger34", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip35 = new Spry.Widget.Tooltip("sprytooltip35", "#sprytrigger35", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip36 = new Spry.Widget.Tooltip("sprytooltip36", "#sprytrigger36", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip37 = new Spry.Widget.Tooltip("sprytooltip37", "#sprytrigger37", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip38 = new Spry.Widget.Tooltip("sprytooltip38", "#sprytrigger38", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip39 = new Spry.Widget.Tooltip("sprytooltip39", "#sprytrigger39", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip40 = new Spry.Widget.Tooltip("sprytooltip40", "#sprytrigger40", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip41 = new Spry.Widget.Tooltip("sprytooltip41", "#sprytrigger41", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip42 = new Spry.Widget.Tooltip("sprytooltip42", "#sprytrigger42", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip43 = new Spry.Widget.Tooltip("sprytooltip43", "#sprytrigger43", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip44 = new Spry.Widget.Tooltip("sprytooltip44", "#sprytrigger44", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip45 = new Spry.Widget.Tooltip("sprytooltip45", "#sprytrigger45", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip46 = new Spry.Widget.Tooltip("sprytooltip46", "#sprytrigger46", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip47 = new Spry.Widget.Tooltip("sprytooltip47", "#sprytrigger47", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip48 = new Spry.Widget.Tooltip("sprytooltip48", "#sprytrigger48", {offsetX:-400, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip49 = new Spry.Widget.Tooltip("sprytooltip49", "#sprytrigger49", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip50 = new Spry.Widget.Tooltip("sprytooltip50", "#sprytrigger50", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip51 = new Spry.Widget.Tooltip("sprytooltip51", "#sprytrigger51", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip52 = new Spry.Widget.Tooltip("sprytooltip52", "#sprytrigger52", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip53 = new Spry.Widget.Tooltip("sprytooltip53", "#sprytrigger53", {offsetX:-400, followMouse:true, closeOnTooltipLeave:true, useEffect:"fade"});
    var sprytooltip54 = new Spry.Widget.Tooltip("sprytooltip54", "#sprytrigger54", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip55 = new Spry.Widget.Tooltip("sprytooltip55", "#sprytrigger55", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip56 = new Spry.Widget.Tooltip("sprytooltip56", "#sprytrigger56", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip57 = new Spry.Widget.Tooltip("sprytooltip57", "#sprytrigger57", {offsetX:-403, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    </script>
    </body>
    </html> 

  • A script in file EditingUtils.js has been running for a long time CS4

    I'm getting this error in dreamweaver:
    "A script in file C:\ProgramFiles\Adobe\Aobe Dreamweaver CS4\Configuration\Shared\Spry\DesignTime\EditingUtils.js has been running for a long time. Do you want to continue?"
    I get the error when I open a page that has several spry elements, even after shutting down my computer and rebooting. It has over 100 spry collapsible panels, which each have their own name, ie: var CollapsiblePanel108 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel108")
    I read that editing the parameters of a widget may cause problems for CS3, and it is resolved for CS3: http://kb2.adobe.com/cps/401/kb401257.html, but I don't know how to fix the problem for CS4.
    Any help is greatly appreciated!

    seleon04 wrote:
    I get the error when I open a page that has several spry elements, even after shutting down my computer and rebooting. It has over 100 spry collapsible panels, which each have their own name, ie: var CollapsiblePanel108 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel108")
    I think you have answered your own question. More than 100 Spry collapsible panels is not exactly what most people would call "several". It's a huge - and probably unrealistic - amount.
    I don't think there is an actual limit on the number of Spry elements that you can have on a page, but Dreamweaver uses JavaScript in the background to inspect the document and edit it. The more elements you have, the greater the processing power and memory your computer requires to handle them. It might work with a faster processor or more RAM, but I think you need to reconsider your design strategy.

  • I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas

    I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas?

    Answered in your Other post on this Topic...
    https://discussions.apple.com/message/24053626#24053626

  • I had itunes working properly for a long time till one day, it was configuring to open the program then i get a message out of nowhere that says could not acess network location %APPDATA%\  i cant even uninstall without this, whats the big deal?!

    I had itunes working properly for a long time till one day, it was configuring to open the program then i get a message out of nowhere that says could not acess network location %APPDATA%\  i cant even uninstall without this, whats the big deal?!

    With that particular variety of 1606 (it's a 1606 error message even though the 1606 error message number isn't returned by the iTunes installer), the following Microsoft document is worth a try:
    You receive an "Error 1606" error message when you try to install or remove a Microsoft program

  • Capturing user state........ Retaining files for a specific time?

    Capturing user state........ Retaining files for a specific time?
    Can I retain the user files/data for a specific time as a copy after capturing user states then restoring them? If so what's the procedure and location of the files?
    tconners

    If you are using a SMP, yes, this is built-in functionality. The files are located in the location(s) specified on your SMP configuration. You'll also need the computer association that created them because it contains the encryption key.
    Jason | http://blog.configmgrftw.com

  • HT1349 I have been using an app ( cheat with words qith friends) that I have been using for a long time.  One day it just won't read the screen shot.  It still works on my iPhone   Please help!!  The trouble is on my iPad. Thank you!!I

    I have been using an app cheat with friends with my iPad for a long time. One day it just stopped reading the screen shot.  I have tried deleting a few times and starting over. It works on my iPhone perfectly fine. Please help !!!!!!!  Thank you

    @Colin Robinson
    Thanks, I did it hundreds of time!!!
    Anyway here's what I did:
    I'd wrote an email to Apple America, even if I'd purchased the item in Europe and the US support usually should not be involved in any European case.
    They wrote me back that a European office will have call me in 48 hours.
    After a couple of days I've received a call and a new iPod is coming from US...
    Don't ask me if I can find any kind of logic behind it, but at least I can state that the US support has been decisive.
    Thanks to everybody.

  • ITunes Match now stalls on step 1.  I have a PC with Windows Vista.  I've use Match for a long time

    iTunes Match now stalls on step 1.  I have a PC with Windows Vista.  I've used iTunes Match for a long time & it has worked well until last week.  Most of my songs now have a dotted outlined cloud beside them & I can't download to my phone.  6 new albums can't be seen at all.  I've turned off Match (with shift key down) & turned it back on - restricted my upload speed to 75% of max - I even uninstalled iTunes & re-installed it.  Any suggestions?

    iTunes Match is stalled in the same place again today.  Step 1 seems to have completed as the blue progress bar is complete.  The message says "Delivering your iTunes Match results..."  When I went to bed last night, this is where iTunes was stuck.  But this morning, Match had stopped trying to "deliver."  It obviously did not finish because 6 new albums do not show up on my iPhone 5 - all of the 3 steps on the Match page were grayed out this morning & the "Start" button was available.
    This is what I did yesterday - I looked at My Music and clicked "Songs."  I then added the "iCloud" column and sorted by that field.  I found about 100 files that had a problem of some sort (cloud with exclamation point inside).  Each of them had lost track of where the music file was - even though the music files were exactly where they should have been.  I re-linked (one at a time) all of the music files to the song titles.  In the cloud field one song was described as "ineligible for iTunes Match."  It had a could with a line drawn through it.   I didn't know what that meant, so I deleted the song.
    I then turned off iTunes Match holding the shift key down & iTunes began collecting information from my library.  This took several hours but it did seem to complete because it changed to the "delivering results" message.  However, this morning I noticed that all of the files I re-linked yesterday still had the "error cloud" symbol today - a cloud with an exclamation mark inside.  Yesterday these songs wouldn't play until I re-linked the files.  Today they will play as expected, but they still have the "error cloud.'  To add to my confusion albums marked with the "error file" are still able to be downloaded to my phone, but the songs with the "error cloud" will not play smoothly on my PC.  They stutter regularly throughout playback.  However, if I download one of those songs or albums to my phone, it plays perfectly.
    I hope this helps someone to explain what my problem is & the appropriate solution.  I have a little more than 12,000 songs in my library in case that makes a difference.  Should I just delete the files with he "error cloud"?  All of the songs appear to be still in the cloud because they are available for download to my phone.

  • Java Server unavailable (in yellow )- status "starting apps for a long time

    Hi Gurus,
    J2ee Server unavailable in the NWDS instance and the dispatcher is running but the status of the Java Server is "Starting Apps " for a long time( in yellow).can anyone help me out in this ,solutions rewarded
    We are having the 2 server nodes
    Trace of node o:
    stdout/stderr redirect
    node name : server0
    pid : 4168
    system name : KDS
    system nr. : 00
    started at : Thu Dec 20 14:27:26 2007
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    Thr 2904 MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00 PatchLevel 108458.44 is starting...
    Loading: LogManager ... 3190 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 265 ms.
    Loading: ThreadManager ... 47 ms.
    Loading: IpVerificationManager ... 32 ms.
    Loading: ClassLoaderManager ... 31 ms.
    Loading: ClusterManager ... 719 ms.
    Loading: LockingManager ... 125 ms.
    Loading: ConfigurationManager ... 12946 ms.
    Loading: LicensingManager ... 47 ms.
    Loading: CacheManager ... 469 ms.
    Loading: ServiceManager ...
    Loading services.:
    Service cafeuodi~mnuacc started. (0 ms).
    Service cross started. (16 ms).
    Service memory started. (16 ms).
    Service file started. (16 ms).
    Service DQE started. (0 ms).
    Service cafeucc~api started. (16 ms).
    Service userstore started. (15 ms).
    Service runtimeinfo started. (266 ms).
    Service jmx_notification started. (188 ms).
    Service timeout started. (360 ms).
    Service trex.service started. (313 ms).
    Service p4 started. (954 ms).
    Service classpath_resolver started. (15 ms).
    Service log_configurator started. (22420 ms).
    Service locking started. (16 ms).
    Service http started. (1141 ms).
    Service naming started. (1329 ms).
    Service failover started. (109 ms).
    Service appclient started. (266 ms).
    Service jmsconnector started. (329 ms).
    Service javamail started. (798 ms).
    Service ts started. (375 ms).
    Service licensing started. (15 ms).
    Service connector started. (548 ms).
    Service webservices started. (1219 ms).
    Service iiop started. (766 ms).
    Service deploy started. (71073 ms).
    Service MigrationService started. (1110 ms).
    Service configuration started. (141 ms).
    Service bimmrdeployer started. (203 ms).
    service MobileSetupGeneration ================= ERROR =================
    Service MobileArchiveContainer started. (31 ms).
    Service dbpool started. (3924 ms).
    Service cafeugpmailcf started. (78 ms).
    Service com.sap.security.core.ume.service started. (8364 ms).
    Service tcdisdic~srv started. (1297 ms).
    Service security started. (6926 ms).
    Service classload started. (266 ms).
    Service applocking started. (281 ms).
    Service ejb started. (656 ms).
    Service shell started. (563 ms).
    Service tceCATTPingservice started. (125 ms).
    Service telnet started. (1266 ms).
    Service cafummetadata~imp started. (2204 ms).
    Service webdynpro started. (1782 ms).
    Service developmentserver started. (2579 ms).
    Service servlet_jsp started. (3846 ms).
    Service dsr started. (3283 ms).
    Service keystore started. (3330 ms).
    Service ssl started. (0 ms).
    Service tcseccertrevoc~service started. (391 ms).
    Service tcsecsecurestorage~service started. (516 ms).
    Service cafeugp~model started. (32 ms).
    Service cafeuer~service started. (0 ms).
    Service tceujwfuiwizsvc started. (0 ms).
    Service cafruntimeconnectivity~impl started. (98747 ms).
    Service cafumrelgroups~imp started. (3815 ms).
    Service jmx started. (4080 ms).
    Service tclmctcconfsservice_sda started. (1048 ms).
    Service CUL started. (1126 ms).
    Service rfcengine started. (3143 ms).
    Service basicadmin started. (5065 ms).
    Service com.adobe~LicenseService started. (954 ms).
    Service tcsecwssec~service started. (10319 ms).
    Service com.adobe~DocumentServicesBinaries2 started. (5518 ms).
    Service com.adobe~PDFManipulation started. (3236 ms).
    Service com.adobe~DocumentServicesLicenseSupportService started. (3251 ms).
    Service com.adobe~DataManagerService started. (5550 ms).
    Service com.adobe~FontManagerService started. (5612 ms).
    Service adminadapter started. (1626 ms).
    Service com.sap.portal.pcd.gl started. (16 ms).
    Service apptracing started. (2846 ms).
    Service monitor started. (1298 ms).
    Service tcsecdestinations~service started. (13054 ms).
    Service sld started. (13492 ms).
    Service com.sap.portal.prt.sapj2ee started. (1923 ms).
    Service pmi started. (1610 ms).
    Service com.adobe~XMLFormService started. (8302 ms).
    Service prtbridge started. (11335 ms).
    Service com.adobe~DocumentServicesDestProtoService started. (1767 ms).
    Service tcsecvsi~service started. (6300 ms).
    Service jms_provider started. (15931 ms).
    Service com.adobe~DocumentServicesConfiguration started. (12366 ms).
    Service com.adobe~TrustManagerService started. (188 ms).
    Service tc.monitoring.logviewer started. (23701 ms).
    ServiceManager started for 142475 ms.
    Framework started for 161863 ms.
    SAP J2EE Engine Version 7.00 PatchLevel 108458.44 is running!
    PatchLevel 108458.44 May 05, 2007 14:23 GMT
    Trace of Node 1:
    stdout/stderr redirect
    node name : server1
    pid : 4168
    system name : KDS
    system nr. : 00
    started at : Thu Dec 20 14:27:26 2007
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    Thr 6244 MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00 PatchLevel 108458.44 is starting...
    Loading: LogManager ... 1720 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 250 ms.
    Loading: ThreadManager ... 78 ms.
    Loading: IpVerificationManager ... 31 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 500 ms.
    Loading: LockingManager ... 704 ms.
    Loading: ConfigurationManager ... 10491 ms.
    Loading: LicensingManager ... 31 ms.
    Loading: CacheManager ... 235 ms.
    Loading: ServiceManager ...
    Loading services.:
    0.000: [GC 0.000: DefNew: 87040K->8111K(130560K), 0.0858880 secs] 87040K->8111K(1005056K), 0.0860550 secs
    Service cafeuodi~mnuacc started. (0 ms).
    Service DQE started. (297 ms).
    Service cafeucc~api started. (109 ms).
    Service cross started. (390 ms).
    Service file started. (390 ms).
    Service runtimeinfo started. (422 ms).
    Service userstore started. (376 ms).
    Service memory started. (673 ms).
    Service jmx_notification started. (453 ms).
    Service timeout started. (875 ms).
    Service trex.service started. (704 ms).
    Service p4 started. (656 ms).
    Service classpath_resolver started. (46 ms).
    14.066: [GC 14.066: DefNew: 95151K->10393K(130560K), 0.0932969 secs] 95151K->10393K(1005056K), 0.0934684 secs
    19.895: [GC 19.896: DefNew: 97433K->11125K(130560K), 0.0509232 secs] 97433K->11125K(1005056K), 0.0511944 secs
    Service log_configurator started. (24420 ms).
    Service locking started. (16 ms).
    25.557: [GC 25.557: DefNew: 98165K->13919K(130560K), 0.0770372 secs] 98165K->13919K(1005056K), 0.0771960 secs
    Service http started. (1282 ms).
    Service naming started. (1392 ms).
    Service failover started. (1235 ms).
    Service appclient started. (1485 ms).
    Service javamail started. (1829 ms).
    Service ts started. (1767 ms).
    Service jmsconnector started. (1876 ms).
    Service licensing started. (110 ms).
    Service connector started. (907 ms).
    Service iiop started. (532 ms).
    Service webservices started. (2438 ms).
    48.200: [GC 48.200: DefNew: 100959K->25542K(130560K), 0.1360955 secs] 100959K->25542K(1005056K), 0.1363436 secs
    54.474: [GC 54.474: DefNew: 112582K->20164K(130560K), 0.1008394 secs] 112582K->20164K(1005056K), 0.1009996 secs
    69.199: [GC 69.200: DefNew: 107204K->22875K(130560K), 0.1197005 secs] 107204K->22875K(1005056K), 0.1200568 secs
    Service deploy started. (72543 ms).
    Service configuration started. (140 ms).
    Service bimmrdeployer started. (31 ms).
    Service MigrationService started. (562 ms).
    Service MobileArchiveContainer started. (1516 ms).
    Service MobileSetupGeneration started. (1595 ms).
    Service dbpool started. (5206 ms).
    Service cafeugpmailcf started. (63 ms).
    Service com.sap.security.core.ume.service started. (8161 ms).
    87.782: [GC 87.782: DefNew: 109911K->29413K(130560K), 0.1891978 secs] 109911K->29413K(1005056K), 0.1893808 secs
    Service tcdisdic~srv started. (1282 ms).
    Service security started. (3033 ms).
    Service classload started. (156 ms).
    Service applocking started. (157 ms).
    Service shell started. (313 ms).
    Service tceCATTPingservice started. (94 ms).
    Service telnet started. (312 ms).
    Service ejb started. (922 ms).
    Service developmentserver started. (453 ms).
    Service webdynpro started. (547 ms).
    Service servlet_jsp started. (1173 ms).
    Service dsr started. (1063 ms).
    Service keystore started. (1344 ms).
    Service ssl started. (16 ms).
    Service tcseccertrevoc~service started. (578 ms).
    Service jmx started. (1110 ms).
    Service tcsecsecurestorage~service started. (1047 ms).
    94.120: [GC 94.120: DefNew: 116453K->43520K(130560K), 0.2516995 secs] 116453K->55613K(1005056K), 0.2519682 secs
    Service tclmctcconfsservice_sda started. (2580 ms).
    Service CUL started. (3549 ms).
    Service cafummetadata~imp started. (6254 ms).
    Service cafeugp~model started. (1329 ms).
    Service rfcengine started. (3737 ms).
    Service cafeuer~service started. (0 ms).
    Service tceujwfuiwizsvc started. (16 ms).
    Service com.adobe~DocumentServicesLicenseSupportService started. (4300 ms).
    Service com.adobe~FontManagerService started. (5425 ms).
    Service com.adobe~DataManagerService started. (5582 ms).
    Service com.adobe~DocumentServicesBinaries2 started. (5910 ms).
    Service com.adobe~PDFManipulation started. (4315 ms).
    Service basicadmin started. (7254 ms).
    Service cafruntimeconnectivity~impl started. (100294 ms).
    Service com.adobe~LicenseService started. (297 ms).
    Service prtbridge started. (8098 ms).
    Service apptracing started. (3643 ms).
    Service tcsecwssec~service started. (8208 ms).
    Service adminadapter started. (1532 ms).
    Service cafumrelgroups~imp started. (5613 ms).
    Service com.sap.portal.pcd.gl started. (438 ms).
    104.035: [GC 104.036: DefNew: 130560K->43520K(130560K), 0.4183386 secs] 142653K->62215K(1005056K), 0.4185225 secs
    Service com.adobe~XMLFormService started. (9162 ms).
    Service monitor started. (3268 ms).
    Service sld started. (12382 ms).
    Service com.sap.portal.prt.sapj2ee started. (125 ms).
    106.513: [GC 106.513: DefNew: 130545K->40021K(130560K), 0.2210693 secs] 149241K->63511K(1005056K), 0.2212475 secs
    Service com.adobe~DocumentServicesConfiguration started. (7645 ms).
    Service com.adobe~TrustManagerService started. (94 ms).
    Service tcsecdestinations~service started. (14790 ms).
    110.328: [GC 110.329: DefNew: 126991K->37367K(130560K), 0.1896564 secs] 150481K->64176K(1005056K), 0.1898111 secs
    Service pmi started. (1939 ms).
    Service com.adobe~DocumentServicesDestProtoService started. (78 ms).
    Service tcsecvsi~service started. (2079 ms).
    114.407: [GC 114.407: DefNew: 124395K->38325K(130560K), 0.1181515 secs] 151204K->65134K(1005056K), 0.1183338 secs
    119.591: [GC 119.591: DefNew: 125360K->39243K(130560K), 0.1979451 secs] 152169K->66052K(1005056K), 0.1981060 secs
    122.205: [GC 122.205: DefNew: 126283K->39785K(130560K), 0.1415175 secs] 153092K->66851K(1005056K), 0.1416860 secs
    Service tc.monitoring.logviewer started. (30502 ms).
    Service jms_provider started. (31486 ms).
    ServiceManager started for 142552 ms.
    Framework started for 158391 ms.
    SAP J2EE Engine Version 7.00 PatchLevel 108458.44 is running!
    PatchLevel 108458.44 May 05, 2007 14:23 GMT
    145.476: [GC 145.476: DefNew: 126825K->40239K(130560K), 0.1088881 secs] 153891K->69357K(1005056K), 0.1090310 secs
    154.856: [GC 154.856: DefNew: 127279K->41929K(130560K), 0.1665652 secs] 156397K->74781K(1005056K), 0.1667231 secs
    402.301: [GC 402.301: DefNew: 128878K->18046K(130560K), 0.1411321 secs] 161730K->73978K(1005056K), 0.1413031 secs
    404.085: [GC 404.085: DefNew: 105086K->18796K(130560K), 0.0750212 secs] 161018K->74729K(1005056K), 0.0751696 secs
    409.852: [GC 409.852: DefNew: 105836K->26140K(130560K), 0.1006458 secs] 161769K->82072K(1005056K), 0.1008288 secs
    regards,
    S.Rajeshkumar
    Edited by: Rajesh kumar on Dec 20, 2007 3:18 PM

    Hi Mahesh,
    trc file: "D:\usr\sap\KDS\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID3439450
    pid         : 4012
    system name : KDS
    system nr.  : 00
    started at  : Tue Dec 25 16:58:17 2007
    arguments       :
           arg[00] : D:\usr\sap\KDS\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\KDS\SYS\profile\KDS_DVEBMGS00_kaar-server3
           arg[02] : -DSAPINFO=KDS_00_server
           arg[03] : pf=D:\usr\sap\KDS\SYS\profile\KDS_DVEBMGS00_kaar-server3
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1107
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=KDS
           arg[08] : -DSAPMYNAME=kaar-server3_KDS_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\KDS\SYS\profile\KDS_DVEBMGS00_kaar-server3
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 2576] Tue Dec 25 16:58:17 2007
    [Thr 2576] *** WARNING => INFO: Unknown property [instance.box.number=KDSDVEBMGS00kaar-server3] [jstartxx.c   841]
    [Thr 2576] *** WARNING => INFO: Unknown property [instance.en.host=kaar-server3] [jstartxx.c   841]
    [Thr 2576] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 2576] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : kaar-server3
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\KDS\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : kaar-server3
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\KDS\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3439400  : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3439450  : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    -> [03] bootstrap_ID3439451  : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3439400            : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3439450            : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] ID3439451            : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 2576] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2576] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4124] WaitSyncSemThread: Thread 4124 started as semaphore monitor thread.
    [Thr 4120] JLaunchRequestFunc: Thread 4120 started as listener thread for np messages.
    [Thr 2576] NiInit3: NI already initialized; param 'maxHandles' ignored (1;1002)
    [Thr 2576] CPIC (version=700.2006.09.13)
    [Thr 2576] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 2576] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\KDS\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID3439450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djava.io.tmpdir=D:\ep_temp -Dcm.tmpdir=D:\ep_temp -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 -XX:MaxPermSize=192M -XX:PermSize=192M -XX:NewSize=170M -XX:MaxNewSize=170M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -XX:UseTLAB -XX:+UseParNewGC -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : D:\usr\sap\KDS\DVEBMGS00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\KDS\DVEBMGS00\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     : D:\usr\sap\KDS\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\KDS\DVEBMGS00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 2576] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4152] JLaunchIStartFunc: Thread 4152 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.io.tmpdir=D:\ep_temp
    -> arg[  4]: -Dcm.tmpdir=D:\ep_temp
    -> 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]: -XX:MaxPermSize=192M
    -> arg[ 11]: -XX:PermSize=192M
    -> arg[ 12]: -XX:NewSize=170M
    -> arg[ 13]: -XX:MaxNewSize=170M
    -> arg[ 14]: -XX:+DisableExplicitGC
    -> arg[ 15]: -verbose:gc
    -> arg[ 16]: -Xloggc:GC.log
    -> arg[ 17]: -XX:+PrintGCDetails
    -> arg[ 18]: -XX:+PrintGCTimeStamps
    -> arg[ 19]: -Djava.awt.headless=true
    -> arg[ 20]: -Dsun.io.useCanonCaches=false
    -> arg[ 21]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 22]: -XX:SurvivorRatio=2
    -> arg[ 23]: -XX:TargetSurvivorRatio=90
    -> arg[ 24]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 25]: -XX:+UseTLAB
    -> arg[ 26]: -XX:+UseParNewGC
    -> arg[ 27]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[ 28]: -Dsys.global.dir=D:\usr\sap\KDS\SYS\global
    -> arg[ 29]: -Dapplication.home=D:\usr\sap\KDS\DVEBMGS00\exe
    -> arg[ 30]: -Djava.class.path=D:\usr\sap\KDS\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\KDS\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 31]: -Djava.library.path=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;C:\j2sdk1.4.2_09\bin;D:\usr\sap\KDS\DVEBMGS00\j2ee\os_libs;D:\usr\sap\KDS\SYS\profile;D:\usr\sap\KDS\SCS01\exe;D:\usr\sap\KDS\SYS\exe\nuc\NTI386;C:\WINDOWS\system32;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\j2sdk1.4.2_09\bin
    -> arg[ 32]: -Dmemory.manager=1024M
    -> arg[ 33]: -Xmx1024M
    -> arg[ 34]: -Xms1024M
    -> arg[ 35]: -DLoadBalanceRestricted=no
    -> arg[ 36]: -Djstartup.mode=JCONTROL
    -> arg[ 37]: -Djstartup.ownProcessId=4012
    -> arg[ 38]: -Djstartup.ownHardwareId=G1140690284
    -> arg[ 39]: -Djstartup.whoami=server
    -> arg[ 40]: -Djstartup.debuggable=no
    -> arg[ 41]: -DSAPINFO=KDS_00_server
    -> arg[ 42]: -DSAPSTART=1
    -> arg[ 43]: -DCONNECT_PORT=1107
    -> arg[ 44]: -DSAPSYSTEM=00
    -> arg[ 45]: -DSAPSYSTEMNAME=KDS
    -> arg[ 46]: -DSAPMYNAME=kaar-server3_KDS_00
    -> arg[ 47]: -DSAPPROFILE=D:\usr\sap\KDS\SYS\profile\KDS_DVEBMGS00_kaar-server3
    -> arg[ 48]: -DFRFC_FALLBACK=ON
    -> arg[ 49]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 50]: -DSAPSTARTUP=1
    -> arg[ 51]: -DSAPSYSTEM=00
    -> arg[ 52]: -DSAPSYSTEMNAME=KDS
    -> arg[ 53]: -DSAPMYNAME=kaar-server3_KDS_00
    -> arg[ 54]: -DSAPDBHOST=KAAR-SERVER3
    -> arg[ 55]: -Dj2ee.dbhost=KAAR-SERVER3
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4152] Tue Dec 25 16:58:18 2007
    [Thr 4152] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3560] Tue Dec 25 16:58:38 2007
    [Thr 3560] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3560] Tue Dec 25 16:58:39 2007
    [Thr 3560] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3560] Tue Dec 25 16:58:40 2007
    [Thr 3560] JLaunchISetClusterId: set cluster id 3439450
    [Thr 3560] Tue Dec 25 16:58:41 2007
    [Thr 3560] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3560] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 3100] Tue Dec 25 17:01:33 2007
    [Thr 3100] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 3100] Tue Dec 25 17:01:34 2007
    [Thr 3100] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 3100] Tue Dec 25 17:01:35 2007
    [Thr 3100] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.engine.Compress
    [Thr 2068] Tue Dec 25 17:02:00 2007
    [Thr 2068] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 3560] Tue Dec 25 17:03:18 2007
    [Thr 3560] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    stdout/stderr redirect
    node name   : server0
    pid         : 628
    system name : KDS
    system nr.  : 00
    started at  : Tue Dec 25 16:58:17 2007
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 2576] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel 108458.44 is starting...
    Loading: LogManager ... 10652 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 131 ms.
    Loading: ThreadManager ... 49 ms.
    Loading: IpVerificationManager ... 50 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 1754 ms.
    Loading: LockingManager ... 229 ms.
    Loading: ConfigurationManager ... 5326 ms.
    Loading: LicensingManager ... 99 ms.
    Loading: CacheManager ... 246 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (32 ms).
      Service timeout started. (81 ms).
      Service DQE started. (0 ms).
      Service runtimeinfo started. (32 ms).
      Service cross started. (505 ms).
      Service file started. (733 ms).
      Service cafeuodi~mnuacc started. (0 ms).
      Service trex.service started. (49 ms).
      Service p4 started. (3569 ms).
      Service classpath_resolver started. (65 ms).
      Service cafeucc~api started. (10739 ms).
      Service userstore started. (0 ms).
      Service jmx_notification started. (33 ms).
      Service log_configurator started. (29268 ms).
      Service locking started. (0 ms).
      Service http started. (619 ms).
      Service naming started. (2754 ms).
      Service ts started. (81 ms).
      Service licensing started. (82 ms).
      Service appclient started. (326 ms).
      Service failover started. (358 ms).
      Service javamail started. (1499 ms).
      Service jmsconnector started. (864 ms).
      Service iiop started. (2592 ms).
      Service connector started. (179 ms).
      Service webservices started. (15579 ms).
      Service deploy started. (129447 ms).
      Service MigrationService started. (97 ms).
      Service configuration started. (97 ms).
      Service bimmrdeployer started. (17 ms).
      Service MobileArchiveContainer started. (453 ms).
      Service MobileSetupGeneration started. (695 ms).
      Service dbpool started. (6056 ms).
      Service cafeugpmailcf started. (129 ms).
      Service com.sap.security.core.ume.service started. (10109 ms).
      Service security started. (2100 ms).
      Service jmx started. (388 ms).
      Service basicadmin started. (501 ms).
      Service adminadapter started. (145 ms).
      Service classload started. (355 ms).
      Service applocking started. (48 ms).
      Service servlet_jsp started. (1437 ms).
      Service cafruntimeconnectivity~impl started. (137824 ms).
      Service tclmctcconfsservice_sda started. (48 ms).
      Service CUL started. (904 ms).
      Service com.sap.portal.pcd.gl started. (0 ms).
      Service com.adobe~LicenseService started. (2842 ms).
      Service cafummetadata~imp started. (2745 ms).
      Service keystore started. (7073 ms).
      Service shell started. (5846 ms).
      Service tcsecsecurestorage~service started. (114 ms).
      Service tcseccertrevoc~service started. (145 ms).
      Service com.adobe~DataManagerService started. (888 ms).
      Service ssl started. (0 ms).
      Service tceCATTPingservice started. (0 ms).
      Service tcsecdestinations~service started. (840 ms).
      Service telnet started. (2972 ms).
      Service cafumrelgroups~imp started. (969 ms).
      Service prtbridge started. (4554 ms).
      Service pmi started. (16 ms).
      Service tcsecvsi~service started. (258 ms).
      Service dsr started. (6540 ms).
      Service apptracing started. (10077 ms).
      Service ejb started. (8478 ms).
      Service monitor started. (3132 ms).
      Service webdynpro started. (20622 ms).
      Service com.adobe~DocumentServicesDestProtoService started. (17683 ms).
      Service com.adobe~DocumentServicesLicenseSupportService started. (25370 ms).
      Service com.adobe~DocumentServicesBinaries2 started. (25483 ms).
      Service com.adobe~XMLFormService started. (25030 ms).
      Service developmentserver started. (17505 ms).
      Service rfcengine started. (14179 ms).
      Service com.adobe~DocumentServicesConfiguration started. (21397 ms).
      Service jms_provider started. (25547 ms).
      Service tcsecwssec~service started. (18103 ms).
      Service sld started. (22157 ms).
      Service com.adobe~TrustManagerService started. (81 ms).
      Service tcdisdic~srv started. (34510 ms).
      Service com.adobe~PDFManipulation started. (27356 ms).
      Service com.sap.portal.prt.sapj2ee started. (24849 ms).
      Service cafeugp~model started. (16 ms).
      Service cafeuer~service started. (0 ms).
      Service tceujwfuiwizsvc started. (19869 ms).
      Service com.adobe~FontManagerService started. (58277 ms).
      Service tc.monitoring.logviewer started. (83829 ms).
    ServiceManager started for 271069 ms.
    Framework started for 290933 ms.
    SAP J2EE Engine Version 7.00   PatchLevel 108458.44 is running!
    PatchLevel 108458.44 May 05, 2007 14:23 GMT
    regards,
    S.Rajeshkumar

Maybe you are looking for