Problems with SCORM 2004 communication

I'm developing a SCORM 2004 Compliant LMS. And with contents
developed using Captivate, if you close the content window
intermediately after finishing the quiz, the lasts interactions are
being lost.
Debugging the JS execution, I can see that the commit
function is called some time later after the user answers the
question, and if you go quickly from one question to the next, the
commit execution, and the SetValue to add the interactions, starts
to be delayed more and more... then when you get to the end, if you
close the window, the pending changes are not executed.
I tried to delay the window close, until the finish function
get executed... this works, but with some contents (for example the
"Random Quiz" that is included with Captivate 3) the user have to
wait 5 minutes!!
I take some measures, and is taking 18 seconds from when the
user clicks the submit button, to the commit function get called,
what is happening?
The SCORM API implementation is very simple, and is not
throwing errors.
Any help and ideas will be appreciated.
Thanks
Javier Rodriguez

Unfortunately, I don't have a solution for you. Best I can
suggest is
take this up loudly with Adobe Support. We have two customers
with the
exact same problem in our LMS. Like you, the only solution we
can
suggest is to ask the user's to wait...which in this case,
since the
lesson has several questions, means about 10 minutes!
We did get Adobe support to look at the lesson and they
reported no
problems. I don't understand how that could be. So perhaps
with your
voice added, they can figure something out.
good luck!
Erik
Javier.Rodr?gez wrote:
> I'm developing a SCORM 2004 Compliant LMS. And with
contents developed using
> Captivate, if you close the content window
intermediately after finishing the
> quiz, the lasts interactions are being lost.
>
> Debugging the JS execution, I can see that the commit
function is called some
> time later after the user answers the question, and if
you go quickly from one
> question to the next, the commit execution, and the
SetValue to add the
> interactions, starts to be delayed more and more... then
when you get to the
> end, if you close the window, the pending changes are
not executed.
>
> I tried to delay the window close, until the finish
function get executed...
> this works, but with some contents (for example the
"Random Quiz" that is
> included with Captivate 3) the user have to wait 5
minutes!!
>
> I take some measures, and is taking 18 seconds from when
the user clicks the
> submit button, to the commit function get called, what
is happening?
>
> The SCORM API implementation is very simple, and is not
throwing errors.
>
> Any help and ideas will be appreciated.
>
> Thanks
>
> Javier Rodriguez
>
Erik Lord
http://www.capemedia.net
Adobe Community Expert - eLearning
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
Authorware Tips!

Similar Messages

  • Problem with SCORM 1.2 option

    I am using Captivate 8, I bought a licence. When I save my file, to be exported to my LMS, using the SCORM 1.2 options, the file, named imsmanifest.xml, contains an error in the code. So the LMS is not able o read it correctly. I requested the solution to my LMS, that is LITMOS, nd they said to me that the problem is on Captivate and that they have other clients with the same problem. Please can you help me to solve this issue?
    Best Regards. Gaetano

    Manifest files are pretty straightforward, in general (except when you get into deep sequencing rules).  Any clue as to what it is saying the error involves?
    Could be something simple.
    I had an issue with sumtotal a few years back, with scorm 2004 manifests.
    There is an item in the manifest where you declare which scorm spec is being followed, and for that particular version of sumtotal, it expected the manifest to say "scorm 1.3" instead of "scorm 2004".
    Mind you, they both refer to the same set of standards but that simple change (which I made using notepad) solved my dilemma.
    But I agree with Rod, and scorm cloud is my benchmark for testing always.
    Hope that helps and if you want a second set of eyes on the manifest file, I'd be happy to take a look.

  • Problems with Scorm and Captivate

    There appears to be a major problem with Scorm compliance and Captivate 4.
    From my understanding, Scorm 1.2 requires that the Manifest include the filenames of all resource files in order to import them. It appears that when Captivate externalizes its resources (Skins, etc) it does not include them in the Manifest. This is because Captivate does not dynamically create the manifest, but rather uses template manifest to fill in variables. The file that is missing from the template is untitled_skin.swf. Below is the template and the output from my test. From the template, it does not appear that Captivate will support anything other than a single SWF and be compliant with Scorm 1.2 (1.2 Scorm Specs http://www.imsglobal.org/content/packaging/cpv1p1p2/imscp_bestv1p1p2.html)
    Template:
    <resources>
      <resource identifier="@RD_MQZ_MANIFEST_ID_RES" type="webcontent" href="@RD_MQZ_MANIFEST_HTM_NAME_HREF" adlcp:scormtype="sco">
             <file href="@RD_MQZ_MANIFEST_SWF_NAME"/>
          <file href="@RD_MQZ_MANIFEST_HTM_NAME"/>
                <file href="SCORM_support/scorm_support.htm"/>
                <file href="SCORM_support/scorm_support.js"/>
                <file href="SCORM_support/scorm_support.swf"/>
      </resource>
    Actual XML:
    <resources>
    - <resource identifier="SCO_ID1_RES" type="webcontent"href="untitled.htm"adlcp:scormtype="sco">
    <file href="untitled.swf" />
    <file href="untitled.htm" />
    <file href="SCORM_support/scorm_support.htm" />
    <file href="SCORM_support/scorm_support.js" />
    <file href="SCORM_support/scorm_support.swf" />
    Please advise..
    Thank You!

    Michael,
    SCORM packages do have a number of "must-haves", but the listing of every last resource asset is more a best practice (although a good idea).
    The content doc that you reference actually states that it is a best-practice document at the top. 
    My stand has always been that in the long run you are much better off if you follow all the rules (especially as the standards evolve and build on each other) so I would love to see captivate list all the resources in the future.
    Importantly though, for any SCORM certified LMS there are two instances where resources MUST be listed.
    First, if it is the href launch file for that particular resource (i.e. <resource identifier="SCO_ID1_RES" type="webcontent" href="untitled.htm"adlcp:scormtype="sco"> in your example) then obviously it must be listed in order for LMS to serve up the next part of the course.
    The other time it must be listed is if that particular resource is actually a "dependency sub-element" of whatever sco or other resource it applies to.
    As long as you have those bases covered, and all the other rules of course (schemas definitions, etc...) it should still pass the appropriate ADL conformance test suite.
    I use both captivate 3 and 4 with a whole host of different LMS systems and have found the generated files to be quite sufficient for basic packaging needs.
    Although, I have made a few customizations based on comments I have read from Andrew Cherney and Mike Rustici (I try to read everything either one of them answers for someone on the forum).
    If you are saying that a particular LMS is doing some kind of "import validation" before it accepts and allows you to publish your content, then that is actually quite common (though usually transparent unless you hit a snag in the validation).
    Typically, the validation will consist of a shortened version of the same basic items that the ADL test suite checks for (schemas and declarations, launch files, etc..).
    That said, if because of an LMS that you need to account for, you absolutely NEED to have all the files listed in the manifest, a great tool for ensuring that is actually free.
    It is called RELOAD, and if you ever take one of the courses run by the ADL Academic Co-Lab (which I highly recommend) that is the tool they use for teaching about packaging and sequencing.
    Very useful tool for creating new packages or editing existing packages as well as adding metadata, sequencing rules and so on.
    RELOAD lets you drag and drop whole directories of resources and set their dependency requirements so you could use it to quickly add all your resources to the manifest.
    This is their website:
    http://www.reload.ac.uk/
    I can generally get by with just the files that captivate generates for scorm 1.2 , but for any heavy lifting (i.e. dynamic sequencing in scorm 2004), I always bring RELOAD into the picture.
    I hope this was helpful.  I tend to ramble on about standards sometimes...
    Russ

  • Publish setting - flash with scorm 2004 tracking

    Hi,
    I am using the HTML publish setting 'Flash with SCORM 2004
    tracking'.
    Can anyone help point me in a direction to find out how to
    use this from within the .flas?
    Is it 'fscommand("set/getValue","paramameter,value");?
    Thanks,
    Lisa

    Hello,
    For AS3 projects we use Pipwerks Actionscript 3 SCORM API Wrapper for LMS communication (this includes CS6 built projects). See link below:
    SCORM projects | pipwerks
    Works well.
    dave

  • Javascript for custom Exit button on Saba LMS with SCORM 2004 v3 requirements.

    What should I add to the javascript panel on a custom exit button in Captivate to properly exit a course uploaded to a Saba LMS with SCORM 2004 requirements?

    I can confirm that the approach recommended by georgeyp worked for me with Captivate 5.5 and Saba. After publishing in Captivate, I opened the SCORM zip package and edited the imsmanifest to remove the masteryscore line. It seems that the LMS has nothing to compare to the 0 score value passed by Captivate and so it does not move the incomplete course to the Transcript and mark it ‘Unsuccessful’.
    I did not have an issue with the course getting stuck on the first screen and just showing the LMS initialization text.
    Note that I also tried the additional code (suggested but not guaranteed by Saba) and it did not solve the problem. I also tried using the 'SendTrackingDataAtEnd' SCORM template available in Captivate under Preferences > Quiz > Reporting. It did not solve the problem either.

  • Problems with MSA - IPC communication

    Hello.
    We experience some problems with MSA -> IPC communication on our Mobile Clients.
    The version of CRM is 7.0.
    The problem seems to be related to mobile clients switching status (online | offline | vpn connected | disconnected | etc).
    It is difficult to predict the behaviour of a general salesperson, but regardless when the mobile client is awaken and MSA is already running, the connection to the IPC should work, right ?
    I wonder if anyone else has experienced any problems related to this ?
    Our platform is Windows 7, we use Checkpoint vpn-client.
    From what i've seen during testing, the problem is not consistent, it arises at odd times but it seems to be related to Network/VPN connection.
    What we have done is edit the tomcat\conf\server.xml file to bind tomcat to localhost address: 127.0.0.1. I've not been able to reproduce the problem when binding tomcat to this address. However, i would really appreciate any feedback on this matter.
    BR Gerhard.

    Does the user has Admin rights for the laptop ?
    Rgds,
    Shobhit

  • Do a basic call in as2 with scorm 2004 using flash template

    I can;t seem to get any calls working within flash. This is in as2 but needs to work with scrom2004. I have published using the scorm 2004 template, and all the needed files (including the manifest) are there
    The init command works
    fscommand("SCOInitialize", "");
    but any get or set commands do not I have tried tons, including
    fscommand("SCOGetValue", "cmi._version,ver");
    fscommand("SCOGetValue", "cmi._version:ver2");
    ExternalInterface.call("SCOGetValue", "cmi._version"))
    I am just trying a simple example, getting the version variable. both are null when outputted
    Any ideas how to get a simple value
    Thanks

    HI,
       use the following
    create object wordobj 'WORD.APPLICATION' .
      if sy-subrc ne 0 .
        message s000(su) with 'Error while creating OLE object!'.
        leave program .
      endif .
      set property of gs_word 'Visible' = '1' .
    SET PROPERTY OF gs_word 'Save' = '1' .
      get property of gs_word 'documents' = gs_documents.
      call method of gs_documents 'Add' = newdoc.
    Thanks & Regards,
    Vallamuthu. M

  • Problems with Office 2004 on Leopard

    I'm having trouble with Excel 2004 since i upgraded to leopard. Keyboard quits working and then the program crashes. I checked the Microsoft site and they seem to think the problem is with the OS Leopard. Anyone else having issues with Excell or Word?

    Its easy to blame OS X without giving a reason why - in cases like this the easiest thing to do is to lay the blame at the feet of OS X without any substantiation.
    Is your OS fully updated or are are there further updates you can download? There may be, for example a keyboard firmware update you need to install.
    There may also be some updates for Office you can install.
    Also bear in mind that Office 2004 is not Intel native and uses [Rosetta Emulation|http://www.apple.com/rosetta>. Upgrading to Office 2008 may also be worth considering as it is Intel ready.

  • Multi-SCO Packager does'nt works with scorm 2004 (captivate 7) ?

    Hi everybody,
    I recently published a mutli scorm using Captivate 7 and multi scorm packager.
    Eveyrthing works great when I publish each content to scorm 1.2 and use multi scorm packager after. It works fine in my LMS (moodle or Dokeos).
    But when I publish each content to scorm 2004 and after use multi scorm packager, my course doesn't work in my LMS. A new window is open but nothing is displayed.
    Anyone has the same issue with mutli scorm packager from captivate 7 and scorm 2004 ?
    Best regards.

    Hi,
    I just tested the same workflow as you mentioned, i created a new project in version 7, set reporting fro SCORM 2004 and published using multisco packager and uploaded it to an LMS (http://cloud.scorm.com)
    I was able to launch and go through the course successfully which makes me curious about the nature of your course.
    could you please tell us, if this was built in a previous version of Captivate?
    can you upload the same package to scorm cloud and verify the results.
    Caan you check the Edition of you settings which is 3rds by default. (Quiz-- Quiz Preferences-- Scorm 2004--Manifest), republish and then upload again.
    Good Luck.
    Anjaneai

  • Problem with File Adapter Communication

    Hi,
    I have got an tab delimted file  as mentioned below
    601252539   5000004  5000004  ZURICH CARGO MCO 00000000005
    606012525   5000005  5000004  MIKEN  INC       00000000003
    I have created proper sender and receiver communication channels with content conversions handled properly.
    In my adapter monitoring I am able to see that my Sender & Receiver Communication channel is showing green and the messages are polled from the flat file in my sender communication channel.But I am unable to receive my messages in the receiver.I have even checked up with MONI,no messages are displayed as per my interface.
    But everything is fine.When I am sending an XML file.
    If there are any mistakes with Content conversion with my tab delimeted file than,some error must be shown in my Adapter monitoring showing my communication channel error.
    But everything is going fine with Sender communication channel.
    There is a major concern here is when I debug the problem, I found out that my content conversion is working fine and the XML document is getting created and When it is going to XI,I have observed that BLANK DOCUMENT is being sent to XI.So,as a thumb rule.SAP XI wont process any BLANK DOCUMENTS.Thats the reason why my receiver is not receing any messages.
    I dont know why,when the content conversion with tab delimted file is converted in XML,When conversion is completed while sending the SAP XI is receiving a blank document.
    Can any one help me.
    Thank You,
    KishoreJ.

    Hi,
    I have just given an example flat file and now even I am giving my content conversion by deleting some,which are not fitting into the page.
    Header.fieldFixedLengths 15,25,8,6,1,8,8,8,15,3,31
    Header.endSeparator      'nl'
    Header.fieldNames        NAME,EXTRD,EXTRT,DBUPD,VOID,UNVD
    Header.keyFieldValue      021309379
    Detail.fieldFixedLengths 18,13,13,35,15,3,8,2,21
    Detail.endSeparator      'nl'
    Detail.fieldNames      BANKN,CHECF,CHECT,ZNME1,AMNT,DECM
    Detail.keyFieldValue      601252539
    Thank You,
    KishoreJ.

  • Problem with NW 2004s installation with MS SQL Server 2005

    Hello SDNers,
    We are getting following error when installing NW 2004s
    ERROR 2007-07-06 19:26:02
    FCO-00011  The step enableUsageTypes with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|enableUsageTypes was executed with status ERROR .
    I read some note in SDN and as per that rebooted my system and reinstalled from where it has broken with out any success.
    Your help in this regard is highly appreciated
    Best regards,
    Immanuel.
    Message was edited by:
            Immanuel Gollapalli

    Hello Markus & Manthsh,
    Many thanks for your feedback, I did check those log file and unfortunately couldn't able to figure out the root cause. I don't see any option to attach these files along with this thread hence copying the content.
    Best regards,
    Immanuel.
    sapinst.log
    INFO 2007-07-06 19:32:57
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.8.xml'.
    INFO 2007-07-06 19:32:57
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.9.xml'.
    INFO 2007-07-06 19:33:05
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-07-06 19:33:22
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/keydb.5.xml'.
    INFO 2007-07-06 19:33:23
    Execute step enableUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0.
    INFO 2007-07-06 19:33:31
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\UTL.java.log.
    INFO 2007-07-06 19:33:31
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AAS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/UTL.java.log.
    WARNING 2007-07-06 19:33:33
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AAS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key" finished with return code 50. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    INFO 2007-07-06 19:33:35
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\UTL.java.log.
    INFO 2007-07-06 19:33:35
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/UTL.java.log.
    WARNING 2007-07-06 19:33:38
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key" finished with return code 50. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    INFO 2007-07-06 19:33:38
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\StopServer.bat.log.
    INFO 2007-07-06 19:33:38
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:38
    Output of F:\usr\sap\EP7\DVEBMGS00\SDM\program\StopServer.bat "" is written to the logfile StopServer.bat.log.
    WARNING 2007-07-06 19:33:40
    Execution of the command "F:\usr\sap\EP7\DVEBMGS00\SDM\program\StopServer.bat """ finished with return code 104. Output:
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_java_home=F:/software/j2sdk1.4.2_13
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_64bit_switch=
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_heap_size=256
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_memory_switch=-Xmx256M
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_com="F:/software/j2sdk1.4.2_13\bin\java"  -Xmx256M  -jar "F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar"
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>"F:/software/j2sdk1.4.2_13\bin\java"  -Xmx256M  -jar "F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar" shutdown "sdmguiport=50018" "sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM\program"  
    Sending shutdown request on Port 50018
    Could not shutdown server: The SDM Server is not running.(1)
    Details: Could not establish connection to server 'localhost/50018': Connection refused: connect
    Processing error. Return code: 104
    INFO 2007-07-06 19:33:40
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.37.log'.
    INFO 2007-07-06 19:33:40
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:33:40
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:40
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar jstartup mode=standalone sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:33:44
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar jstartup mode=standalone sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Starting SDM - Software Deployment Manager...
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    Operationmode for JStartupFramework has already been set to "standalone".
    Successfully executed. Return code: 0
    INFO 2007-07-06 19:33:44
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.38.log'.
    INFO 2007-07-06 19:33:44
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:33:44
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:44
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 syntaxcheck=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:33:44
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 syntaxcheck=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Command syntax successfully checked. Command will not be executed.
    Successfully executed. Return code: 0
    INFO 2007-07-06 19:33:44
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.39.log'.
    INFO 2007-07-06 19:33:44
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:33:44
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:44
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:33:50
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Starting SDM - Software Deployment Manager...
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    J2EE Engine start/stop configuration set to automatic
    Successfully executed. Return code: 0
    INFO 2007-07-06 19:33:54
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\EPC_activation.log.
    INFO 2007-07-06 19:34:01
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.40.log'.
    INFO 2007-07-06 19:34:01
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:34:01
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:34:01
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:34:02
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Info:
    Info: =============================================
    Info: =   Starting to execute command 'version'   =
    Info: =============================================
    Info: MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    Info:                          Name: tc/SL/SDM/SDM
                             Name: tc/SL/SDM/SDM
    Info:                        Vendor: sap.com
                           Vendor: sap.com
    Info:                      Location: SAP AG
                         Location: SAP AG
    Info:                       Counter: 7.0009.20060817110748.0000
                          Counter: 7.0009.20060817110748.0000
    Info:                   API Version: 12
                      API Version: 12
    Info:                   GUI Version: 1.70
                      GUI Version: 1.70
    Info:            Repository Version: 33
               Repository Version: 33
    Info:            Web Server Version: 1.0
               Web Server Version: 1.0
    Info:           Command API Version: 1.0
              Command API Version: 1.0
    Successfully executed. Return code: 0
    Info: Successfully executed. Return code: 0
    INFO 2007-07-06 19:34:02
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:34:02
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:34:02
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.41.log'.
    INFO 2007-07-06 19:34:02
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:34:02
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:34:02
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true is written to the logfile java.exe.log.
    WARNING 2007-07-06 19:35:35
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true" finished with return code 104. Output:
    Info:
    Info: ============================================
    Info: =   Starting to execute command 'deploy'   =
    Info: ============================================
    Info: Starting SDM - Software Deployment Manager...
    Starting SDM - Software Deployment Manager...
    Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Info: SDM operation mode successfully set to: Standalone
    Initializing Network Manager (50017)
    Info: Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    Info: Checking if another SDM is running on port 50018
    Info: -
    Starting deployment -
    Info: Error handling strategy: OnErrorStop
    Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Info: Update strategy: UpdateLowerVersions
    Info: Starting deployment prerequisites:
    Info: Loading selected archives...
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPBC09_2.SCA'
    Info: Selected archives successfully loaded.
    Info: Actions per selected component:
    Info: No action: Selected development component 'irj'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Info: No action: Selected development component 'com.sapportals.prt.bridge'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Info: No action: Selected software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not update currently deployed software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'0'.
    Info: No action: Selected development component 'com.sap.pcd.dbschema'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Info: No action: Selected development component 'com.sapportals.prt.portalruntime'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Error: All selected SDAs and SCAs have already been deployed before.
    Error: Prerequisites were aborted.
    Error: All selected SDAs and SCAs have already been deployed before.
    Info: Summarizing the deployment results:
    Info: Already deployed: D:\J2EE_OSINDEP\UT\EPBC09_2.SCA
    Processing error. Return code: 104
    Error: Processing error. Return code: 104
    INFO 2007-07-06 19:35:54
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.42.log'.
    INFO 2007-07-06 19:35:54
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:35:54
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:35:54
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true is written to the logfile java.exe.log.
    INFO 2007-07-06 19:35:55
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true" finished with return code 0. Output:
    Info:
    Info: =============================================
    Info: =   Starting to execute command 'version'   =
    Info: =============================================
    Info: MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    Info:                          Name: tc/SL/SDM/SDM
                             Name: tc/SL/SDM/SDM
    Info:                        Vendor: sap.com
                           Vendor: sap.com
    Info:                      Location: SAP AG
                         Location: SAP AG
    Info:                       Counter: 7.0009.20060817110748.0000
                          Counter: 7.0009.20060817110748.0000
    Info:                   API Version: 12
                      API Version: 12
    Info:                   GUI Version: 1.70
                      GUI Version: 1.70
    Info:            Repository Version: 33
               Repository Version: 33
    Info:            Web Server Version: 1.0
               Web Server Version: 1.0
    Info:           Command API Version: 1.0
              Command API Version: 1.0
    Successfully executed. Return code: 0
    Info: Successfully executed. Return code: 0
    INFO 2007-07-06 19:35:55
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:35:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:35:55
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.43.log'.
    INFO 2007-07-06 19:35:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:35:55
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:35:55
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true is written to the logfile java.exe.log.
    WARNING 2007-07-06 19:56:49
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true" finished with return code 4. Output:
    Info:
    Info: ============================================
    Info: =   Starting to execute command 'deploy'   =
    Info: ============================================
    Info: Starting SDM - Software Deployment Manager...
    Starting SDM - Software Deployment Manager...
    Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Info: SDM operation mode successfully set to: Standalone
    Initializing Network Manager (50017)
    Info: Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    Info: Checking if another SDM is running on port 50018
    Info: -
    Starting deployment -
    Info: Error handling strategy: OnErrorStop
    Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Info: Update strategy: UpdateLowerVersions
    Info: Starting deployment prerequisites:
    Info: Loading selected archives...
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPBC209_0.SCA'
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPPSERV09_0.SCA'
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPWDC09_0.SCA'
    Info: Selected archives successfully loaded.
    Info: Actions per selected component:
    Info: No action: Selected development component 'com.sap.portal.pcd.translation'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.translation'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.gl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.gl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.connectorframework.websrv'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectorframework.websrv'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.contentfetching'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.contentfetching'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.desktop'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.desktop'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.navigation.helperservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.navigation.helperservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.pcd.roles.r3authadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.roles.r3authadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'wizard_framework'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.connectors.sap.authtrace'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectors.sap.authtrace'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: Initial deployment: Selected development component 'com.sap.prt.application.rfcframework'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.runtime.admin.log'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.admin.log'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.appdesigner.pcmobjwiztool'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.appdesigner.pcmobjwiztool'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.navigation.portallauncher'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.navigation.portallauncher'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.navigation.navserviceapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.navigation.navserviceapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.genericcreatorapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.genericcreatorapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.portaladmin.relitemsedtor'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.relitemsedtor'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.portalpcmapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.portalpcmapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.gencreator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.gencreator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827063800''/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.connectors.bi.systems'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectors.bi.systems'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.ruleed'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.ruleed'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.util.threadreporting'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.util.threadreporting'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.commonservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.commonservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.supportability.isolde'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.supportability.isolde'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.sp.portalplugins'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.sp.portalplugins'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.export'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.export'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: Initial deployment: Selected development component 'pb_lyt'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.pcd.softcachebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.softcachebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.unification.50'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.50'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.activityreport.db'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.activityreport.db'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.http'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.http'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.connectors.ws'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.fpn'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.fpn'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.builder.pagebuilder'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.builder.pagebuilder'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'adminstudiolite'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.wdintegrator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.wdintegrator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.util.serverfilebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.util.serverfilebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'new_iview'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.productivitytools.dsktped'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.dsktped'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: Initial deployment: Selected development component 'editor_framework'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.iviewserver.global'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.global'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.clientservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.clientservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.yahoointegration'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.yahoointegration'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.ivs.global.admin.consover'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.ivs.global.admin.consover'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.prt.hooks.document'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sapportals.prt.hooks.document'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.resolvr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.resolvr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.unification.50support'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.50support'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcm.admin.apiservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.pcm.admin.apiservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.prt.jco'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.prt.jco'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.lockadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.lockadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: Initial deployment: Selected development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: Initial deployment: Selected software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827034600''/'1' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.import'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.import'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.nav.defaultnaviviews'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.nav.defaultnaviviews'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.uiservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.uiservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.httpconnectivity'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.httpconnectivity'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'sap.com~gcwebservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.portaladmin.propeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.propeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcm.admin.implservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.pcm.admin.implservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.connectors.sap.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectors.sap.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.textconfiguration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.textconfiguration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.connectors.SessionManager'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.connectors.SessionManager'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.navigation.navservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.navigation.navservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'7.0009.20060719102758.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.logviewer620'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.logviewer620'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.km.bs.ui.wdf'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.km.bs.ui.wdf'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.unification.conctriviewiz'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.conctriviewiz'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.upgrader.EP5.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.upgrader.EP5.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.epsolman'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.epsolman'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.netivie'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.netivie'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.connectors.ws.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.connectors.ws.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.masseditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.masseditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.jdbcdrivers'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.appdesigner.pageeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.pageeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.dqe.admintools'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.dqe.admintools'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827063700''/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.utilities.analyzer'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.utilities.analyzer'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.statelesssessionservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.statelesssessionservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.sl.modifiers'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.sl.modifiers'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.portaladmin.editorselect'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.editorselect'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.bidi.rtl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.bidi.rtl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.configuration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.configuration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.fpn.accessservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.pcd.roleservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.roleservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.backwardscompatibility'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.backwardscompatibility'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.systemlandscape'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.systemlandscape'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.runtime.application.soap'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.application.soap'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.builder.portallayouts'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.builder.portallayouts'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.portaladmin.defaultwizard'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.defaultwizard'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: Initial deployment: Selected development component 'property_editor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.runtime.repository.adaptr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.repository.adaptr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: Initial deployment: Selected development component 'com.sap.portal.services.internal.api'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.prt.hooks'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sapportals.prt.hooks'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.designservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.designservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.activityreport'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.activityreport'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.runtime.config.ieu.comp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.config.ieu.comp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.landscapeapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.landscapeapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.admin.util'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.admin.util'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.appdesigner.frameworkapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.frameworkapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.services.api'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.iviewserver.wsrp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.wsrp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.appintegrate'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.appintegrate'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.unification.50system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.50system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.runtime.config.component'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.config.component'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.appdesigner.appdesfrmwrk'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.appdesfrmwrk'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.appdesigner.contcatalog'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.contcatalog'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.htmlb'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.htmlb'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.builder.pagebuilder.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.builder.pagebuilder.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.prt.connection'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sapportals.prt.connection'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.security.usermapping.par'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.security.usermapping.par'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.dom'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.dom'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pb.services'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pb.services'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.appdesigner.advancopsapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.appdesigner.advancopsapi'/'sap.com'/'SAP

  • Problems with Inter-Portlet Communication in Weblogic Portal 10.3

    Hi,
    I'm developing a web application using Weblogic Portal 10.3.
    The requirement is that the work requests have to be stored in a workbasket which can be submitted by the user at the end.
    The user can create multiple request of same form.
    Consider a scenario that the user creates 5 instances or work request in a single form. No he moves back to the 2nd request and modifies it. While modifying the 2nd request a validation message is thrown. Now the user navigates to Workbasket directly by selecting the Workbasket from the menu item.
    Now when the user selects any one of the 5 requests, he is able to view the same validation message which is thrown as said in the above scenario. This is happening only when the user navaigates from the workbasket. If the user switches between the request, the problem is not simulated.
    Someone please help me how this can be avaoided.
    More Information:
    Weblogic Portal 10.3
    JSF 1.2
    Spring
    Message is thrown using the FacesMessage in JSF and is displayed in the screen using the following JSF tag.
    <h:messages globalOnly="true" rendered="#{! empty facesContext.maximumSeverity}" styleClass="liststylenone"/>

    Hi,
    Could someone pls explain which cache is used to cache portlet content and in which form the content is cached?

  • Installation problems with NW 2004s test-drive

    Hi
    I'm installing N4S testdrive on a Dell notebook under openSUSE 10.2 with wireless connection. I mention the wireless part because I suspect by wlan0 settings may have something to do with it, but then, I'm not sure and need some advice.
    When first installed, I checked with startsap n4shost and stopsap n4shost, and all seemed fine. When rebooted, I got on startsap n4shost:
    <i>Warning: Could not found virtuell host in ifconfig list</i>
    OK, checked a few settings, and ammended network config to look like
    inspiron:/ # cat /etc/sysconfig/network/ifcfg-eth-id-00:19:b9:57:a3:08
    BOOTPROTO='static'
    BROADCAST=''
    ETHTOOL_OPTIONS=''
    IFPLUGD_PRIORITY='20'
    IPADDR='192.168.155.1'
    MTU=''
    NAME='Dell BCM4401-B0 100Base-TX'
    NETMASK='255.255.255.0'
    NETWORK=''
    REMOTE_IPADDR=''
    STARTMODE='ifplugd'
    UNIQUE='rBUF.HQwXbECfpC4'
    USERCONTROL='no'
    _nm_name='bus-pci-0000:08:00.0'
    Then when I started/stopped, I got same cryptic message when trying to stop (yes, starting looked OK) and <i>Waiting for cleanup of resources</i> took a lot longer than I've experienced with NW4 under RH9.
    So I think it might be my inexperience with setting up a non-fixed IP address for my WiFi connection, as I can start N4S when on-line (sometimes). Also <i>ping n4shost</i> fails. I feel I should get it to work first, but not sure where to start.
    Hope some kind soul(s) can help.
    Thanks
    Phil
    Message was edited by:
            Philip Kisloff

    Hi Elmar
    I've attached the output,
    thanks Phil
    inspiron:~ # ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:19:B9:57:A3:08 
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
              Interrupt:217
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:128 errors:0 dropped:0 overruns:0 frame:0
              TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:9949 (9.7 Kb)  TX bytes:9949 (9.7 Kb)
    wlan0     Link encap:Ethernet  HWaddr 00:19:7D:A7:D6:6E 
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:621 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1391 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:415632 (405.8 Kb)  TX bytes:202352 (197.6 Kb)
              Interrupt:209 Memory:c0200000-c0204000

  • Problem with NetWeaver 2004s EAR classpath for EJB

    I'm working with SAP NetWeaver Developer Studio Version: 7.0.09.
    I am trying to reference additional JARs from an EJB at runtime in the J2EE engine.  I have added the additional JARs to my EAR project (I have a separate EJB module project) through "Properties/Archive Build Info."  Then I have updated my EAR classpath by double-clicking on the application-j2ee-engine.xml and selecting Expert settings then specify a list of JAR's in the "Additional classpath" field as such: "log4j-1_2_8.jar, basis-test.jar,commons-beanutils-bean-collections.jar,commons-beanutils-core.jar,commons-beanutils.jar"  Then I build the Application Archive (the EAR) and deploy to the J2EE Engine.
    This is what my application-j2ee-engine.xml in my EAR looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">
    <application-j2ee-engine>
         <classpath>log4j-1_2_8.jar, basis-test.jar,commons-beanutils-bean-collections.jar,commons-beanutils-core.jar,commons-beanutils.jar</classpath>
         <provider-name>sap.com</provider-name>
         <fail-over-enable
              mode="disable"/>
    </application-j2ee-engine>
    Then when I run my client code against the EJB (actually through a web service) I get an error in the log -- a "NoClassDefFoundError" on the log4j-1_2_8.jar file from a log4j call:
    EntryPoint: [/SalesOrderCalculation/Config1]. Implementation exception occurs. Please check implementation container(e.g. EJB) logs for additional information! com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method calculateOrder.->java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
    Why is my EJB not finding the jar file even though I add it to the EAR and specify the additional classpath for the EAR?
    Edited by: Juan Reyes on Jul 30, 2008 9:08 AM

    Removed the word URGENT from your subject.
    Please read the "Rules of Engagement"

  • Netscape problem with applet servlet communication

    Netscape always seems to get in the way when you use applets, right?
    I have a nice set of code from a book that shows how to do applet->servlet stuff.
    But although I'm doing this all in the privacy of my own localhost Netscape immediately put a spanner in the works with a security exception and wouldn't let the servlet respond.
    Anyone know what to do here.
    The answer is to use Internet Explorer, possibly, but I'm in linux, and I can't get Opera to work with java yet.
    Anyone got any ideas? Thanks.

    I encountered a security exception with Netscape in Linux when attempting applet-servlet stuff but that's prpbably because I haven't got the plugin for that yet...in fact I don't know if a plugin is available for sure...let me know if you do. As a matter of fact I plan on using the HTMLConverter this weekend to find out if it'll download a plugin.
    The applet-servlet thing runs fine in IE and Netscape on my Windows box as long as the plugins are there and I use the appropriate plugin tags in the HTML
    Post what you find out,
    Brad

Maybe you are looking for

  • UnsatisfiedLinkError procedure could not be found (on some machines)

    I am getting an unsatisfied link error: could not find the procedure. But only on some machines, I have gotten it to work on more than one machine, but it will not work on a few other machines. 3 it has worked on, 3 it has not. All machines are using

  • Cant use wi-fi to access the appworld with curve 3g

    I unclicked the mobile network and had my wifi connected while i was trying to access the app world, but it " you do not have sufficient wireless coverage or your connection to the wireless network is turned off.." is it that the app world only works

  • Help with Gimpshop crashing please

    I need help getting Gimpshop to work on my macbook pro. Please see this archived topic, which completely describes what is happening for me: http://www.google.com/url?sa=t&source=web&cd=2&ved=0CB0QFjAB&url=http%3A%2F%2Fdi scussions.apple.com%2Fmessag

  • How to find abandoned profiles/numbers?

    Hi we are using CUCM 9.1 and extension mobility. Users are synced to the LDAP Directory. Users are comming and leaving as it is usual in big firms. Now I have got the problem that the users aren´t deleted in LDAP immediatly after they have left the c

  • After Effects CC installer failed to initialize?

    I downloaded the After Effects CC Test Version on Mavericks, but i when i want to install it, it says: installer failed to initialize. I downloaded the Adobe Support Advisor but it didnt find anything.