Problem of isFile on Microsoft Windows Server 2003

Dear all,
Thanx all for your support in case of previous questions...
Right now we are facing issue with isFile method of java.io.File class.....
On windows xp and unix machine it is returning true for files....but on one machine at client side it is returning false...
Please find os and jre details of same machine..
OS - Microsoft Windows Server 2003 ( Enterprise Edition - Service Pack 2 )
Java Version - JRE6 ( SUN MICROSYSTEMS, INC)
Main issue is same is working on other machines....
using filefilter....
it is returning false on .......if(tempFile.isFile())...statement......PLZ help me...is there any OS related dependency....
package com.hth.filter;
import static com.hth.vars.IbankVars.*;
import java.io.File;
import java.io.FilenameFilter;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class FilesFilter implements FilenameFilter {
     private static Pattern p = Pattern.compile(FILES_PATTERN_TO_BE_EXCLUDED);
     private File tempFile=null;
     private static String fileSeparator=null;
     private static String excludeExtensionList="";
     private int corporateId =-1;
     public FilesFilter(int corporateId){
          this.corporateId=corporateId;
     static{
          try{
               fileSeparator=System.getProperty("file.separator");
          }catch(Exception e){
               fileSeparator="\\";
               e.printStackTrace(System.out);
     public boolean accept(File folder, String fileName) {
          // TODO Auto-generated method stub
          Matcher m = p.matcher(fileName);
     if(m.find()){
          return false;
     }else{
          tempFile=new File(folder,fileName);
               if(tempFile.isFile())
                    System.out.println("FilesFilter-fileName:"+fileName+"IS FILE");
                    //if(fileName !=null && fileName.indexOf(UNDERSCORE)!=-1){
                         /*     if(fileName.substring(0,fileName.indexOf(UNDERSCORE)).equalsIgnoreCase(String.valueOf(corporateId)))
                              if(fileName.lastIndexOf(DOT)!=-1)
                                   StringBuffer strFileExt =new StringBuffer(COMMA);
                                   strFileExt.append(fileName.substring(fileName.substring(0,fileName.lastIndexOf(DOT)).length()+1,fileName.length()));
                                   strFileExt.append(COMMA);
                                   if(excludeExtensionList.toLowerCase().indexOf(strFileExt.toString().toLowerCase()) != -1){
                                        //file extenstion is configured in property file for exclusion.Hence return false;
                                        return false;
                                   }else{
                                        //file extenstion is not configured in property file for exclusion.Hence return true;
                                        return true;
                              }else{
                                   return false;
                         /*}else
                              return false;
                    }else{
                         return false;
               }else{
                    System.out.println("FilesFilter-fileName:"+fileName+"IS FOLDER");
                    return false;
     public static void setExcludeExtensionList(String excludeExtensionList) {
          if(excludeExtensionList!=null)
               FilesFilter.excludeExtensionList = COMMA+excludeExtensionList+COMMA;
}

Right now we are facing issue with isFile method of java.io.File class.....
On windows xp and unix machine it is returning true for files....but on one machine at client side it is returning false...So it's a directory not a file.
Next time please use the CODE button above to format your code.

Similar Messages

  • Which oracle software is suitable for Microsoft windows server 2003

    Hi,
    I'm suppose to install oracle 9i,10g on the system which i mentioned below.
    Which oracle software is suitable for the system?
    System:
    Microsoft Windows Server 2003 R2
    Standard x64 Edition
    Service Pack 2
    Computer:
    Intel(R) Xenon CPU
    E5335 @ 2.00Ghz
    2.00Ghz, 2.00Gb of RAM
    Waiting for your suggestion.
    Thanks, Muhammed.

    Thanks for your quick response.
    As you said v11 can be installed and
    Could you please say about the bit (32 or 64bit)? which oracle binaries i can download
    because my system configuration is server 2003 - 64 is bit xeon process.
    Many Thanks,
    Muhammed

  • FMS on Microsoft Windows Server 2003, Enterprise Edition (64-bit)

    Hi,
    I am gotta buy Microsoft Windows Server 2003, Enterprise
    Edition (64-bit) for my deployment of FMS 2.
    As I read FMS 2 system requirement, it only support Microsoft
    Windows Server 2003, Enterprise Edition (not mention 32 / 64-bit).
    Does anyone got idea on this issue?
    Thx a lot!
    Alan

    At this time, FMS is only officially supported on the 32 bit
    version of Windows Server 2003.

  • Microsoft Windows Server 2003. Move from SP1 to Windows Service Pack 2?

    Hello,
    Our hosting system is:
    Microsoft Windows Server 2003 R2 Server 5.2 Service Pack 1 (32-bit)
    or
    Microsoft Windows Server 2003 Server 5.2 Service Pack 1 (32-bit)
    on which we have a Oracle Database 10g 10.2.0.3.0
    running.
    Now our IT is demanding the Windows Service Pack 2 to be installed on the server.
    Are there known issues or can this be done (about 30 patches) without any considerations?
    Thanks,
    Marco

    Oracle's general policy is:
    Oracle certifies against the specific Microsoft operating system (OS) and, if applicable, service packs (SPs) stated in the Oracle product documentation. Oracle will support the use of our products on any later SP or OS security patch as soon as that SP or patch becomes generally available. Depending upon the severity, quantity, and impact of the SP or patch-related issues found, Oracle may recommend that customers wait until relevant Oracle patches have been released before upgrading to a particular SP or OS patch. Oracle may recommend or discourage the installation of specific SPs or patches if it will significantly affect the operation of Oracle software, either positively or negatively. If such a statement is deemed necessary, then Oracle Development will disseminate this statement in as timely a fashion as possible after the release of the SP or patch.
    There are no known issues with ServicePack 2.
    Werner

  • Problems with OWB 11.2 on Microsoft Windows Server 2003

    hi,
    i get the following error message after the installation from OWB 11.2 on a Windows 2003 server:
    If i want to open the Design Center:
    "Unable to create an instance of the Java Virtual Machine:
    Located at path:
    C:\oracle\OWB112\jdk\jre\vin\client\jvm.dll"
    In the command box behind:
    WARNING: Unknown directive: SetSkipJ2SDKCheck
    Could not reserve enough space for object heap
    First i tried to raise the heap size (with -xmx1024M) ----> don't work
    Thanks...

    Hi,
    We ran into the same issue (on Server 2003) just last week. The problem was indeed the java heap size, but instead of making it larger we had to reduce it.
    Instead of passing the value on the command line, you can also change it in the configuration file. This file is to be found in the OWB installation folder: .../owb/bin/owb.conf
    In this file, changing the line
    AddVMOption -Xmx768m
    to
    AddVMOption -Xmx512m
    did the trick for us...
    Regards,
    Kurt
    Edited by: Kurt Geens on Aug 27, 2010 9:12 AM

  • Anybody tried install oracle 10g into Microsoft Windows Server 2003

    Dear sir/madam
    I would like to know is anybody tried install oracle 10g 10.2.0.1.0 into Microsoft Windows Small Business Server 2003?
    Will it works smoothly? any problems about it? any networks problems?
    I am prepare to buy Genuine Microsoft Windows Small Business Server 2003, so I would like to know about this matter.
    many thanks
    Francis

    While I have not installed Oracle on Windows 2003 Small Business Server, I would suggest that you not install on that particular version of Windows. While I have not worked with SBS, I believe that this is an all-in-one solution that handles Exchange email services, file services, print services, domain control (all roles), DNS, WINS, HTTP, and probably a couple other things also.
    While it sounds like a great idea to add Oracle to this server, I suspect that you will encounter some of the same issues that cause problems when Oracle is installed on a Windows domain controller. On such a server, there is no concept of a local group (the ORA_DBA group that the installer tries to create). Available memory, availalble free CPU, and disk contention may also be a problem due to contention with other services running on the server.
    You might take a look at the following Metalink articles:
    Note:46001.1
    Note:77665.1
    Note:160538.1
    I would suggest that you take a look at the 64 bit Standard Edition of Windows 2003 if it is compatible with your hardware, or if you are familiar with Linux, do as Aman suggested. If possible, run only Oracle on the server.
    Incidentally, Windows 2003 SBS is not listed on Oracle's certify web page, even though Windows 2008 is listed.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Error while installing SAP b1 9.0 PL4 on Microsoft Windows server 2003 SP 2.

    Hi all,
    I am trying to install SAP b1 9.0 Pl 4 on Microsoft Windows Small Business Server 2003 SP 2 (32 bit). Server tools and server was successfully installed, now facing an issue while I m running the Client from package folder below is the screen shot for error. Please help ASAP.
    Thanks all
    Sonil

    Hi,
    Yes,  9.0 version will not support above server. Please check below guide:
    http://www.abbasoft.com/images/Hardware_software_requirements.pdf
    Thanks  & Regards,
    Nagarajan

  • Problem starting AIR app from windows server 2003

    Hello,
    I have an AIR app that I am trying to run using a c#
    webservice under Win 2003.
    I am starting the application process (air .exe file) as the
    "Network Service" user which has full-rights on the app-folder and
    app-working folder. The problem is that once with the applications
    the "Adobe AIR Updater.exe" process is starting to (using the same
    user N.S.) and both of the processes stop responding.
    I have tried to start the process as "Local Service" with
    "Desktop Interaction" too but unfortunately with no result.
    I must tell you that under XP and Vista it runs perfect...
    Is there any security issue related to win 2003 or any way i
    can start an air app from command line.
    Also i am interested why "Adobe Air Updater.exe" is starting
    ?

    Not sure about  copying eulaAccepted file from one location to another - that would really depend on which user account your service is running under.
    A better approach (IMHO), is to open the services window (My Computer | <right-click> | Manage, then navigate to Services and expand the tree) so you can see your service on the RHS.
    Stop your service, then inspect it's properties, select the 'Log on' tab, then check the checkbox which says "Allow system to interact with desktop". Apply the change, then restart your service.
    next time the AIR runtime prompts you to accept the EULA, the window will appear on the screen, so you can click "I accept".
    After accepting, reverse the procedure which allowed the service to interact with the desktop, and make sure that you have modified the registry to prevent AIR from updating as mentioned in:
    http://help.adobe.com/en_US/AIR/1.5/air_admin/WS5b3ccc516d4fbf351e63e3 d11c0f59823a-7ff0.html
    You should be all set.

  • Problem running AIR app on windows server 2003

    Hello,
    I have an AIR app that I am trying to run from a Java program under Windows 2003. (It runs perfect on XP and Vista.)
    The problem is whenever I try to run the AIR app, it runs "Adobe AIR Updater.exe" which causes the app to not run. And both the process stop responding. I can see them both in Task Manager. I disabled the AIR automatic updates using the Settings Manager application but it still runs the Adobe AIR Updater.exe file.
    Any help to resolve this problem would be highly appreciated.

    Not sure about  copying eulaAccepted file from one location to another - that would really depend on which user account your service is running under.
    A better approach (IMHO), is to open the services window (My Computer | <right-click> | Manage, then navigate to Services and expand the tree) so you can see your service on the RHS.
    Stop your service, then inspect it's properties, select the 'Log on' tab, then check the checkbox which says "Allow system to interact with desktop". Apply the change, then restart your service.
    next time the AIR runtime prompts you to accept the EULA, the window will appear on the screen, so you can click "I accept".
    After accepting, reverse the procedure which allowed the service to interact with the desktop, and make sure that you have modified the registry to prevent AIR from updating as mentioned in:
    http://help.adobe.com/en_US/AIR/1.5/air_admin/WS5b3ccc516d4fbf351e63e3 d11c0f59823a-7ff0.html
    You should be all set.

  • Microsoft Windows Server 2003 as NTP server for IOS clients

    I am trying to synchronize the clock in my switches using a Windows 2003 ntp server. Debugging shows that the switch receives an answer from the server, but will not accept it. Debugging shows "Failed validity tests 20" which I think means "bogus packet received".
    On the server side I have changed the registry key HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\LocalClockDispersion from the default value 10 to 0, found that tip on the web. I also adjusted the switch clock manually so that the difference was less than a minute. Did not help.
    I am currently testing with a 2960G with IOS 12.2(25)SEE3
    Here is the debug output: (ntp events, ntp packets, ntp validity)
    May 14 16:07:25: NTP: xmit packet to <server ip address> :
    May 14 16:07:25: leap 3, mode 3, version 3, stratum 0, ppoll 64
    May 14 16:07:25: rtdel 0000 (0.000), rtdsp 10001 (1000.015), refid 00000000 (0.0.0.0)
    May 14 16:07:25: ref 00000000.00000000 (01:00:00.000 CET Mon Jan 1 1900)
    May 14 16:07:25: org CBD57216.A8000000 (16:13:42.656 CEST Wed May 14 2008)
    May 14 16:07:25: rec CBD5705D.5075BD5A (16:06:21.314 CEST Wed May 14 2008)
    May 14 16:07:25: xmt CBD5709D.515717A2 (16:07:25.317 CEST Wed May 14 2008)
    May 14 16:07:25: NTP: rcv packet from <server ip address> to <switch ip address> on Vlan5:
    May 14 16:07:25: leap 3, mode 4, version 3, stratum 0, ppoll 64
    May 14 16:07:25: rtdel 0000 (0.000), rtdsp 10400 (1015.625), refid 00000000 (0.0.0.0)
    May 14 16:07:25: ref CBBA0238.40395810 (20:45:12.250 CEST Wed Apr 23 2008)
    May 14 16:07:25: org CBD5709D.515717A2 (16:07:25.317 CEST Wed May 14 2008)
    May 14 16:07:25: rec CBD57256.AC000000 (16:14:46.671 CEST Wed May 14 2008)
    May 14 16:07:25: xmt CBD57256.AC000000 (16:14:46.671 CEST Wed May 14 2008)
    May 14 16:07:25: inp CBD5709D.56C08EFA (16:07:25.338 CEST Wed May 14 2008)
    May 14 16:07:25: NTP: packet from <server ip address> failed validity tests 20
    May 14 16:07:25: Peer/Server Clock unsynchronized

    Nothing much in the switch, just
    clock timezone CET 1
    clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
    ntp server x.x.x.x
    At the Windows 2003 server I changed two registry keys, but I think the first one was not needed.
    HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\LocalClockDispersion changed from 10 to 0
    w32tm /config /update
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type="NT5DS"
    Restarted Windows time service
    Note that NT5DS means that this server will get its time from another domain controller in my domain.
    The point is to make sure that time really is synchronized at the server. If you want the server to sync from an external source, consider changing the source to something other than time.windows.com
    net time /querysntp and net time /setsntp
    Vigleik

  • Several folder shares on Windows Server 2003 R2

    I have serious problems at one of our clients. They just switched from PC's to iMac's and MacBook Pro's. The backup platform is a server running Microsoft Windows Server 2003 R2 and there are several shares on this server.
    Some of these shares should only be accessible by normal employees and others only to management etc.
    When connecting to the shares from OSX all folders are visible even when creating a different layout with user access lists for each folder.
    Is there any way of fixing this issue?
    Example
    Share Users - Access Everybody
    Share Admin - Access Network Administrator
    Share Administration - Access Management
    All this worked perfectly on the Windows setup!

    I have the same problem on our PC networ with PC servers. Several departments have converted to using Macs and they are able to mount to shared drives and see everything in it. My question now - is there a way to be able to access a windows shared folder for ALL USERS WITHOUT the share getting mounted on the Mac desktop?
    If I created an alias of a particular Mac app or file on the Mac desktop that is stored on a Windows shared folder for all users. How can that alias work for ALL USERS without having to prompt for a uname and password and/or mounting the whole volume to the desktop?
    I'm not happy with Macs running on our network but I don't have a choice on this.

  • Netweaver Java Edition SP16 installation hangs on MS Windows Server 2003

    Hi!
    - Downloaded the 4 files of netweaver java edition sp16
    - Extracted them in one folder on HDD
    - Executed installer (sapinst.exe) from local SAP web site beginning with start.html
    - Chose weak crypto level, local installation, no mirror log volumes, 64MB i/o buffer cache
    - 200 MB log volume
    - 5000 MB data volume
    Installation program reached phase 18 of 29 (Load Java Database Content)
    and hangs there since hours with the following statusbar info message: "INFO: table EP_OBJECT_TYPES created"
    My runtime environment:
    Microsoft Windows Server 2003 Standard Edition Service Pack 1
    Intel Pentium 4 3,4 GHz
    RAM: 1,99 GB
    Computername: test1
    User has admin privileges.
    Drives:
    - C: -> HDD (NTFS) 186 GB, 92,3 GB free
    - D: -> CDROM
    Java 2 SDK 1.4.2_10
    No other SAP products installed.
    No entry for ports 3601, 3201, 50000 to 50030 in C:\Windows\system32\drivers\etc\services file.
    No DHCP server available, but connected to network.
    Please see the full installation log:
    INFO 2006-09-21 13:56:20
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-09-21 13:56:20
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-09-21 13:56:20
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\q0w9e9r8t7.1.xml.
    INFO 2006-09-21 13:56:28
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.1.xml.
    INFO 2006-09-21 13:56:28
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.1.xml.
    INFO 2006-09-21 13:56:28
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\keydb.1.xml.
    INFO 2006-09-21 13:56:30
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\change.log.
    INFO 2006-09-21 13:56:30
    Output of change 'user' '/install' is written to the logfile change.log.
    WARNING 2006-09-21 13:56:30
    Execution of the command "change 'user' '/install'" finished with return code 1. Output: Benutzersitzung ist bereit fr die Installation von Anwendungen.
    INFO 2006-09-21 13:56:31
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'TEST1\mku' on host '.'.
    INFO 2006-09-21 13:56:36
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\summary.html.
    PHASE 2006-09-21 13:56:36
    Prepare the installation program.
    INFO 2006-09-21 13:57:19
    This SAPinst Java System Copy is Property File Version : 1.11
    INFO 2006-09-21 13:57:19
    This SAPinst EXE uses OS Build Version : I386
    INFO 2006-09-21 13:57:19
    This SAPinst XML is DB Build Version : ada
    INFO[E] 2006-09-21 13:57:32
    File system export (share) saploc does not exist.
    INFO 2006-09-21 13:57:32
    Looking for SAP system instances installed on this host...
    INFO 2006-09-21 13:57:36
    No installed instances found!
    INFO 2006-09-21 13:57:38
    DNS is configured correctly.
    INFO[E] 2006-09-21 13:57:51
    File system export (share) saploc does not exist.
    INFO 2006-09-21 13:57:58
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Java_DVD/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO 2006-09-21 13:57:58
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Java_DVD/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO 2006-09-21 13:57:58
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\JDKVersion.xml.
    INFO 2006-09-21 13:57:59
    Execution of the command "C:\j2sdk1.4.2_07/bin/java.exe '-version'" finished with return code 0. Output: java version "1.4.2_07"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
    INFO 2006-09-21 13:57:59
    Execution of the command "C:\j2sdk1.4.2_07/bin/java.exe '-classpath' 'C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/JAR/ins-j2ee.jar;C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output: CORRECT
    INFO 2006-09-21 13:57:59
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_07 with JDK version 1.4.2_07.
    INFO 2006-09-21 13:58:02
    Execution of the command "C:\j2sdk1.4.2_07/bin/java.exe '-version'" finished with return code 0. Output: java version "1.4.2_07"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
    INFO 2006-09-21 13:59:11
    Execution of the command "C:\j2sdk1.4.2_10/bin/java.exe '-version'" finished with return code 0. Output: java version "1.4.2_10"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)
    INFO 2006-09-21 13:59:11
    Execution of the command "C:\j2sdk1.4.2_10/bin/java.exe '-classpath' 'C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/JAR/ins-j2ee.jar;C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output: CORRECT
    INFO 2006-09-21 13:59:15
    Creating directory C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck.
    INFO 2006-09-21 13:59:15
    Working directory changed to C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jdkPolicyCheck.
    INFO 2006-09-21 13:59:15
    Working directory changed to C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST.
    INFO 2006-09-21 13:59:15
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\local_policy.log.
    INFO 2006-09-21 13:59:15
    Output of C:\j2sdk1.4.2_10/bin/jar.exe is written to the logfile local_policy.log.
    INFO 2006-09-21 13:59:15
    Output of C:\j2sdk1.4.2_10/bin/jar.exe 'xvf' 'C:/j2sdk1.4.2_10/jre/lib/security/local_policy.jar':
    INFO 2006-09-21 13:59:16
    Working directory changed to C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jdkPolicyCheck.
    INFO 2006-09-21 13:59:16
    Working directory changed to C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST.
    INFO 2006-09-21 13:59:16
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\US_export_policy.log.
    INFO 2006-09-21 13:59:16
    Output of C:\j2sdk1.4.2_10/bin/jar.exe is written to the logfile US_export_policy.log.
    INFO 2006-09-21 13:59:16
    Output of C:\j2sdk1.4.2_10/bin/jar.exe 'xvf' 'C:/j2sdk1.4.2_10/jre/lib/security/US_export_policy.jar':
    INFO 2006-09-21 13:59:16
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck\default_local.policy.
    INFO 2006-09-21 13:59:16
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck\default_US_export.policy.
    INFO 2006-09-21 13:59:16
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck\exempt_local.policy.
    INFO 2006-09-21 13:59:16
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2006-09-21 13:59:16
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2006-09-21 13:59:16
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2006-09-21 13:59:16
    Removing directory C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jdkPolicyCheck/META-INF.
    INFO 2006-09-21 13:59:16
    Removing directory C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jdkPolicyCheck.
    INFO[E] 2006-09-21 13:59:29
    Account user="j2eadm" does not exist.
    INFO[E] 2006-09-21 13:59:43
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 13:59:48
    Account user="test1\j2eadm" does not exist.
    INFO[E] 2006-09-21 13:59:53
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO[E] 2006-09-21 14:00:18
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:00:30
    Account user="test1\j2eadm" does not exist.
    INFO[E] 2006-09-21 14:00:34
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO[E] 2006-09-21 14:00:44
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:00:45
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:00:49
    Account user="test1\j2eadm" does not exist.
    INFO[E] 2006-09-21 14:00:54
    Account user="test1\j2eadm" does not exist.
    INFO[E] 2006-09-21 14:01:00
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO[E] 2006-09-21 14:01:05
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO[E] 2006-09-21 14:01:12
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:01:12
    Looking for SAP system instances installed on this host...
    INFO 2006-09-21 14:01:16
    No installed instances found!
    INFO[E] 2006-09-21 14:01:24
    File system export (share) saploc does not exist.
    WARNING[E] 2006-09-21 14:01:24
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    INFO[E] 2006-09-21 14:01:34
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:02:30
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:02:34
    Execution of the command "C:\j2sdk1.4.2_10/bin/java.exe '-version'" finished with return code 0. Output: java version "1.4.2_10"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)
    INFO 2006-09-21 14:02:34
    Execution of the command "C:\j2sdk1.4.2_10/bin/java.exe '-classpath' 'C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/JAR/ins-j2ee.jar;C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output: CORRECT
    INFO[E] 2006-09-21 14:03:02
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:03:07
    Account user="test1\j2eadm" does not exist.
    INFO[E] 2006-09-21 14:03:11
    Account user="test1\j2eadm" does not exist.
    INFO[E] 2006-09-21 14:03:18
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO[E] 2006-09-21 14:03:23
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO 2006-09-21 14:03:28
    Looking for SAP system instances installed on this host...
    INFO 2006-09-21 14:03:32
    Found these instances: sid: J2E, number: 01, name: SCS01, host: test1
    INFO[E] 2006-09-21 14:03:58
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:07:29
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\J2E_sapdb_db_parameter.txt.
    INFO[E] 2006-09-21 14:08:29
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:08:42
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.html to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.1.html.
    INFO 2006-09-21 14:08:42
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.html to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.1.html.
    INFO 2006-09-21 14:08:42
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\summary.1.html.
    INFO 2006-09-21 14:08:48
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/product.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/product.1.xml.
    INFO 2006-09-21 14:08:48
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/product.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/product.1.xml.
    INFO 2006-09-21 14:08:48
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\product.1.xml.
    INFO 2006-09-21 14:08:48
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.1.xml.
    INFO 2006-09-21 14:08:48
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.1.xml.
    INFO 2006-09-21 14:08:48
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\JDKVersion.1.xml.
    INFO 2006-09-21 14:08:48
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.2.xml.
    INFO 2006-09-21 14:08:48
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.2.xml.
    INFO 2006-09-21 14:08:48
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\JDKVersion.2.xml.
    INFO 2006-09-21 14:08:49
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.3.xml.
    INFO 2006-09-21 14:08:49
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.3.xml.
    INFO 2006-09-21 14:08:49
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\JDKVersion.3.xml.
    INFO 2006-09-21 14:08:49
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.4.xml.
    INFO 2006-09-21 14:08:49
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/JDKVersion.4.xml.
    INFO 2006-09-21 14:08:49
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\JDKVersion.4.xml.
    INFO[E] 2006-09-21 14:09:10
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:09:29
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:09:42
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:09:55
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:10:02
    Account group="test1\SAP_LocalAdmin" does not exist.
    INFO[E] 2006-09-21 14:10:07
    Account group="test1\SAP_LocalAdmin" does not exist.
    INFO 2006-09-21 14:10:14
    Account SAP_LocalAdmin created.
    INFO 2006-09-21 14:10:14
    Modification description="SAP Local Administration Group" for account test1\SAP_LocalAdmin was successful.
    INFO[E] 2006-09-21 14:10:18
    Account group="test1\SAP_J2E_LocalAdmin" does not exist.
    INFO[E] 2006-09-21 14:10:23
    Account group="test1\SAP_J2E_LocalAdmin" does not exist.
    INFO 2006-09-21 14:10:30
    Account SAP_J2E_LocalAdmin created.
    INFO 2006-09-21 14:10:30
    Modification description="SAP Local Administration Group" for account test1\SAP_J2E_LocalAdmin was successful.
    INFO[E] 2006-09-21 14:10:35
    Account group="test1\SAP_J2E_GlobalAdmin" does not exist.
    INFO[E] 2006-09-21 14:10:39
    Account group="test1\SAP_J2E_GlobalAdmin" does not exist.
    INFO 2006-09-21 14:10:46
    Account SAP_J2E_GlobalAdmin created.
    INFO 2006-09-21 14:10:46
    Modification description="SAP Global Administration Group" for account test1\SAP_J2E_GlobalAdmin was successful.
    INFO[E] 2006-09-21 14:10:51
    Account user="test1\SAPServiceJ2E" does not exist.
    INFO 2006-09-21 14:11:10
    Account test1\SAPServiceJ2E added to group test1\SAP_J2E_GlobalAdmin.
    INFO 2006-09-21 14:11:14
    Account test1\SAPServiceJ2E added to group TEST1\Administratoren.
    INFO 2006-09-21 14:11:19
    Account test1\SAPServiceJ2E added to group test1\SAP_LocalAdmin.
    INFO 2006-09-21 14:11:24
    Account test1\SAPServiceJ2E added to group test1\SAP_J2E_LocalAdmin.
    INFO 2006-09-21 14:11:24
    Account test1\SAPServiceJ2E created.
    INFO 2006-09-21 14:11:25
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight SeDenyInteractiveLogonRight SeDenyRemoteInteractiveLogonRight' to account 'test1\SAPServiceJ2E' on host '.'.
    INFO[E] 2006-09-21 14:11:29
    Account user="test1\j2eadm" does not exist.
    INFO 2006-09-21 14:11:55
    Account test1\j2eadm added to group test1\SAP_J2E_GlobalAdmin.
    INFO 2006-09-21 14:12:04
    Account test1\j2eadm added to group TEST1\Benutzer.
    INFO 2006-09-21 14:12:09
    Account test1\j2eadm added to group TEST1\Administratoren.
    INFO 2006-09-21 14:12:14
    Account test1\j2eadm added to group test1\SAP_LocalAdmin.
    INFO 2006-09-21 14:12:18
    Account test1\j2eadm added to group test1\SAP_J2E_LocalAdmin.
    INFO 2006-09-21 14:12:18
    Account test1\j2eadm created.
    INFO 2006-09-21 14:12:19
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'test1\j2eadm' on host '.'.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:22
    Switched to user: j2eadm.
    INFO[E] 2006-09-21 14:12:31
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:12:33
    Switched to user: j2eadm.
    INFO 2006-09-21 14:12:33
    Creating system directories for SAP system J2E.
    INFO 2006-09-21 14:12:34
    Creating directory C:\Dokumente und Einstellungen\mku\WINDOWS\TEMP.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\J2E.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\prfclog.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\prfclog\dsr.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\prfclog\logmon.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\prfclog\procmon.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\prfclog\grmg.
    INFO 2006-09-21 14:12:34
    Creating directory C:\usr\sap\ccms.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\tmp.
    INFO 2006-09-21 14:12:35
    File system node C:\usr\sap/J2E exists already. Nothing to do.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\J2E\SYS.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\J2E\SYS\exe.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\J2E\SYS\exe\opt.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\J2E\SYS\exe\dbg.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\J2E\SYS\exe\run.
    INFO 2006-09-21 14:12:35
    Creating directory C:\usr\sap\J2E\SYS\gen.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SYS\gen\dbg.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SYS\gen\opt.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SYS\global.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SYS\profile.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SYS\src.
    INFO 2006-09-21 14:12:36
    File system node C:\usr\sap\J2E\SYS\exe\run exists already. Nothing to do.
    INFO 2006-09-21 14:12:36
    Creating instance directories for instance J2E/SCS01.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01\data.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01\data\cache.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01\log.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01\sec.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01\work.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\ccms\J2E_01.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\ccms\J2E_01\sapccmsr.
    INFO 2006-09-21 14:12:36
    Creating directory C:\usr\sap\J2E\SCS01\exe.
    INFO 2006-09-21 14:12:36
    File system node C:\usr\sap\J2E\SYS\exe\run exists already. Nothing to do.
    INFO 2006-09-21 14:12:36
    Creating instance directories for instance J2E/JC00.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\data.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\data\cache.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\log.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\sec.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\work.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\ccms\J2E_00.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\ccms\J2E_00\sapccmsr.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\exe.
    INFO 2006-09-21 14:12:37
    File system node C:\usr\sap\J2E\SYS\exe\run exists already. Nothing to do.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\j2ee.
    INFO 2006-09-21 14:12:37
    Creating directory C:\usr\sap\J2E\JC00\SDM.
    INFO[E] 2006-09-21 14:12:50
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:12:52
    Stopping SAP system services for J2E.
    ERROR 2006-09-21 14:12:52
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPOsCol).
    ERROR 2006-09-21 14:13:22
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_01).
    ERROR 2006-09-21 14:13:22
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_01).
    ERROR 2006-09-21 14:13:22
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_00).
    ERROR 2006-09-21 14:13:23
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_00).
    INFO[E] 2006-09-21 14:13:31
    File system export (share) saploc does not exist.
    INFO[E] 2006-09-21 14:13:43
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:13:45
    Creating directory C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\SCS.SAR.
    INFO 2006-09-21 14:13:46
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\SCS.log.
    INFO 2006-09-21 14:13:46
    Output of C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/SAPCAR.exe is written to the logfile SCS.log.
    INFO 2006-09-21 14:13:49
    Output of C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/SAPCAR.exe '-x' '-v' '-g' '-i' '-n' '-R' 'SCS.SAR' '-f' 'C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master\IM01_NT_I386\..\..\SAP_NetWeaver_04_SR_1_Java_DVD\SCS_NT_I386\SCS/NT/I386/SCS.SAR,':
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/SAPCAR.exe to: C:/usr/sap/J2E/SYS/exe/run/SAPCAR.exe.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/dsrlib.dll to: C:/usr/sap/J2E/SYS/exe/run/dsrlib.dll.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/enqt.exe to: C:/usr/sap/J2E/SYS/exe/run/enqt.exe.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/enrepserver.exe to: C:/usr/sap/J2E/SYS/exe/run/enrepserver.exe.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/enrepserver.pdb to: C:/usr/sap/J2E/SYS/exe/run/enrepserver.pdb.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/enserver.exe to: C:/usr/sap/J2E/SYS/exe/run/enserver.exe.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/enserver.pdb to: C:/usr/sap/J2E/SYS/exe/run/enserver.pdb.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/ensmon.exe to: C:/usr/sap/J2E/SYS/exe/run/ensmon.exe.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/esmon.exe to: C:/usr/sap/J2E/SYS/exe/run/esmon.exe.
    INFO 2006-09-21 14:13:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icmadmin.SAR to: C:/usr/sap/J2E/SYS/exe/run/icmadmin.SAR.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icmbnd.exe to: C:/usr/sap/J2E/SYS/exe/run/icmbnd.exe.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icmon.exe to: C:/usr/sap/J2E/SYS/exe/run/icmon.exe.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icu_license.txt to: C:/usr/sap/J2E/SYS/exe/run/icu_license.txt.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icudt20.dll to: C:/usr/sap/J2E/SYS/exe/run/icudt20.dll.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icudt26l.dll to: C:/usr/sap/J2E/SYS/exe/run/icudt26l.dll.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icuin20.dll to: C:/usr/sap/J2E/SYS/exe/run/icuin20.dll.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icuin26.dll to: C:/usr/sap/J2E/SYS/exe/run/icuin26.dll.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icuuc20.dll to: C:/usr/sap/J2E/SYS/exe/run/icuuc20.dll.
    INFO 2006-09-21 14:13:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/icuuc26.dll to: C:/usr/sap/J2E/SYS/exe/run/icuuc26.dll.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jcmon.exe to: C:/usr/sap/J2E/SYS/exe/run/jcmon.exe.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jcontrol.exe to: C:/usr/sap/J2E/SYS/exe/run/jcontrol.exe.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jenqulib.dll to: C:/usr/sap/J2E/SYS/exe/run/jenqulib.dll.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jenqulib.jar to: C:/usr/sap/J2E/SYS/exe/run/jenqulib.jar.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jenqulib.pdb to: C:/usr/sap/J2E/SYS/exe/run/jenqulib.pdb.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jlaunch.exe to: C:/usr/sap/J2E/SYS/exe/run/jlaunch.exe.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jlaunchw.exe to: C:/usr/sap/J2E/SYS/exe/run/jlaunchw.exe.
    INFO 2006-09-21 14:13:52
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jperflib.dll to: C:/usr/sap/J2E/SYS/exe/run/jperflib.dll.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jperflib.jar to: C:/usr/sap/J2E/SYS/exe/run/jperflib.jar.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jperflib.pdb to: C:/usr/sap/J2E/SYS/exe/run/jperflib.pdb.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jstartup.jar to: C:/usr/sap/J2E/SYS/exe/run/jstartup.jar.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jstartupapi.jar to: C:/usr/sap/J2E/SYS/exe/run/jstartupapi.jar.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/jstartupimpl.jar to: C:/usr/sap/J2E/SYS/exe/run/jstartupimpl.jar.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/libsapu16vc71.dll to: C:/usr/sap/J2E/SYS/exe/run/libsapu16vc71.dll.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/libsapu16vc71.pdb to: C:/usr/sap/J2E/SYS/exe/run/libsapu16vc71.pdb.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/msclients.exe to: C:/usr/sap/J2E/SYS/exe/run/msclients.exe.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/msg_server.exe to: C:/usr/sap/J2E/SYS/exe/run/msg_server.exe.
    INFO 2006-09-21 14:13:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/msg_server.pdb to: C:/usr/sap/J2E/SYS/exe/run/msg_server.pdb.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/msmon.exe to: C:/usr/sap/J2E/SYS/exe/run/msmon.exe.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/msprot.exe to: C:/usr/sap/J2E/SYS/exe/run/msprot.exe.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/niping.exe to: C:/usr/sap/J2E/SYS/exe/run/niping.exe.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/ntjcmon_mt.pdb to: C:/usr/sap/J2E/SYS/exe/run/ntjcmon_mt.pdb.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/ntjcontrol_mt.pdb to: C:/usr/sap/J2E/SYS/exe/run/ntjcontrol_mt.pdb.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/ntjlaunch_mt.pdb to: C:/usr/sap/J2E/SYS/exe/run/ntjlaunch_mt.pdb.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/ntjlaunchw_mt.pdb to: C:/usr/sap/J2E/SYS/exe/run/ntjlaunchw_mt.pdb.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/ntscmgr.exe to: C:/usr/sap/J2E/SYS/exe/run/ntscmgr.exe.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapccmsr.exe to: C:/usr/sap/J2E/SYS/exe/run/sapccmsr.exe.
    INFO 2006-09-21 14:13:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapcpe.exe to: C:/usr/sap/J2E/SYS/exe/run/sapcpe.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapevents.dll to: C:/usr/sap/J2E/SYS/exe/run/sapevents.dll.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapntchk.exe to: C:/usr/sap/J2E/SYS/exe/run/sapntchk.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapntkill.exe to: C:/usr/sap/J2E/SYS/exe/run/sapntkill.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapntwaitforhalt.exe to: C:/usr/sap/J2E/SYS/exe/run/sapntwaitforhalt.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/saposcol.exe to: C:/usr/sap/J2E/SYS/exe/run/saposcol.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/saposcol.pdb to: C:/usr/sap/J2E/SYS/exe/run/saposcol.pdb.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sappad.exe to: C:/usr/sap/J2E/SYS/exe/run/sappad.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sappfpar.exe to: C:/usr/sap/J2E/SYS/exe/run/sappfpar.exe.
    INFO 2006-09-21 14:13:55
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapsrvkill.exe to: C:/usr/sap/J2E/SYS/exe/run/sapsrvkill.exe.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapstart.exe to: C:/usr/sap/J2E/SYS/exe/run/sapstart.exe.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapstartsrv.exe to: C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.exe.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapstartsrv.exe.new to: C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.exe.new.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapstartsrv.pdb to: C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.pdb.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sapwebdisp.exe to: C:/usr/sap/J2E/SYS/exe/run/sapwebdisp.exe.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/scs.lst to: C:/usr/sap/J2E/SYS/exe/run/scs.lst.
    INFO 2006-09-21 14:13:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sldreg.exe to: C:/usr/sap/J2E/SYS/exe/run/sldreg.exe.
    INFO 2006-09-21 14:13:57
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/sservmgr.exe to: C:/usr/sap/J2E/SYS/exe/run/sservmgr.exe.
    INFO 2006-09-21 14:13:57
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/startsap.exe to: C:/usr/sap/J2E/SYS/exe/run/startsap.exe.
    INFO 2006-09-21 14:13:57
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SCS.SAR/stopsap.exe to: C:/usr/sap/J2E/SYS/exe/run/stopsap.exe.
    INFO 2006-09-21 14:13:57
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/INSTALL/ADA/STRDBSJ2EE.CMD to: STRDBSJ2EE.CMD.
    INFO 2006-09-21 14:13:57
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/INSTALL/ADA/STRDBSJ2EE.CMD to: STRDBSJ2EE.CMD.
    INFO 2006-09-21 14:13:57
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\STRDBSJ2EE.CMD.
    INFO 2006-09-21 14:13:57
    Switched to user: j2eadm.
    INFO 2006-09-21 14:13:57
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/STRDBSJ2EE.CMD to: C:/usr/sap/J2E/SYS/exe/run/strdbsj2ee.cmd.
    INFO 2006-09-21 14:13:57
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/STRDBSJ2EE.CMD to: C:/usr/sap/J2E/SYS/exe/run/strdbsj2ee.cmd.
    INFO 2006-09-21 14:13:57
    Creating file C:\usr\sap\J2E\SYS\exe\run\strdbsj2ee.cmd.
    INFO 2006-09-21 14:13:57
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master/IM01_NT_I386/SAPINST/NT/I386/UNINSAP.EXE to: C:/usr/sap/J2E/SCS01/UNINSTSAP.EXE.
    INFO 2006-09-21 14:13:57
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master/IM01_NT_I386/SAPINST/NT/I386/UNINSAP.EXE to: C:/usr/sap/J2E/SCS01/UNINSTSAP.EXE.
    INFO 2006-09-21 14:13:57
    Creating file C:\usr\sap\J2E\SCS01\UNINSTSAP.EXE.
    INFO 2006-09-21 14:13:57
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.exe to: C:/usr/sap/J2E/SCS01/exe/sapstartsrv.exe.
    INFO 2006-09-21 14:13:57
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.exe to: C:/usr/sap/J2E/SCS01/exe/sapstartsrv.exe.
    INFO 2006-09-21 14:13:57
    Creating file C:\usr\sap\J2E\SCS01\exe\sapstartsrv.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/saposcol.exe to: C:/usr/sap/J2E/SCS01/exe/saposcol.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/saposcol.exe to: C:/usr/sap/J2E/SCS01/exe/saposcol.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\saposcol.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapevents.dll to: C:/usr/sap/J2E/SCS01/exe/sapevents.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapevents.dll to: C:/usr/sap/J2E/SCS01/exe/sapevents.dll.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\sapevents.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapcpe.exe to: C:/usr/sap/J2E/SCS01/exe/sapcpe.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapcpe.exe to: C:/usr/sap/J2E/SCS01/exe/sapcpe.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\sapcpe.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/libsapu16vc71.dll to: C:/usr/sap/J2E/SCS01/exe/libsapu16vc71.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/libsapu16vc71.dll to: C:/usr/sap/J2E/SCS01/exe/libsapu16vc71.dll.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\libsapu16vc71.dll.
    WARNING 2006-09-21 14:13:58
    While copying files to 'C:\usr\sap\J2E\SCS01\exe': source file 'C:\usr\sap\J2E\SYS\exe\run/icudt26.dll' not found.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuin26.dll to: C:/usr/sap/J2E/SCS01/exe/icuin26.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuin26.dll to: C:/usr/sap/J2E/SCS01/exe/icuin26.dll.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\icuin26.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuuc26.dll to: C:/usr/sap/J2E/SCS01/exe/icuuc26.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuuc26.dll to: C:/usr/sap/J2E/SCS01/exe/icuuc26.dll.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\icuuc26.dll.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstart.exe to: C:/usr/sap/J2E/SCS01/exe/sapstart.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstart.exe to: C:/usr/sap/J2E/SCS01/exe/sapstart.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\sapstart.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntkill.exe to: C:/usr/sap/J2E/SCS01/exe/sapntkill.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntkill.exe to: C:/usr/sap/J2E/SCS01/exe/sapntkill.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\sapntkill.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapsrvkill.exe to: C:/usr/sap/J2E/SCS01/exe/sapsrvkill.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapsrvkill.exe to: C:/usr/sap/J2E/SCS01/exe/sapsrvkill.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\sapsrvkill.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntwaitforhalt.exe to: C:/usr/sap/J2E/SCS01/exe/sapntwaitforhalt.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntwaitforhalt.exe to: C:/usr/sap/J2E/SCS01/exe/sapntwaitforhalt.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\sapntwaitforhalt.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/startsap.exe to: C:/usr/sap/J2E/SCS01/exe/startsap.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/startsap.exe to: C:/usr/sap/J2E/SCS01/exe/startsap.exe.
    INFO 2006-09-21 14:13:58
    Creating file C:\usr\sap\J2E\SCS01\exe\startsap.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/stopsap.exe to: C:/usr/sap/J2E/SCS01/exe/stopsap.exe.
    INFO 2006-09-21 14:13:58
    Copying file C:/usr/sap/J2E/SYS/exe/run/stopsap.exe to: C:/usr/sap/J2E/SCS01/exe/stopsap.exe.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\SCS01\exe\stopsap.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master/IM01_NT_I386/SAPINST/NT/I386/UNINSAP.EXE to: C:/usr/sap/J2E/JC00/UNINSTSAP.EXE.
    INFO 2006-09-21 14:13:59
    Copying file C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master/IM01_NT_I386/SAPINST/NT/I386/UNINSAP.EXE to: C:/usr/sap/J2E/JC00/UNINSTSAP.EXE.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\UNINSTSAP.EXE.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.exe to: C:/usr/sap/J2E/JC00/exe/sapstartsrv.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstartsrv.exe to: C:/usr/sap/J2E/JC00/exe/sapstartsrv.exe.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\sapstartsrv.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/saposcol.exe to: C:/usr/sap/J2E/JC00/exe/saposcol.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/saposcol.exe to: C:/usr/sap/J2E/JC00/exe/saposcol.exe.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\saposcol.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapevents.dll to: C:/usr/sap/J2E/JC00/exe/sapevents.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapevents.dll to: C:/usr/sap/J2E/JC00/exe/sapevents.dll.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\sapevents.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapcpe.exe to: C:/usr/sap/J2E/JC00/exe/sapcpe.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapcpe.exe to: C:/usr/sap/J2E/JC00/exe/sapcpe.exe.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\sapcpe.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/libsapu16vc71.dll to: C:/usr/sap/J2E/JC00/exe/libsapu16vc71.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/libsapu16vc71.dll to: C:/usr/sap/J2E/JC00/exe/libsapu16vc71.dll.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\libsapu16vc71.dll.
    WARNING 2006-09-21 14:13:59
    While copying files to 'C:\usr\sap\J2E\JC00\exe': source file 'C:\usr\sap\J2E\SYS\exe\run/icudt26.dll' not found.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuin26.dll to: C:/usr/sap/J2E/JC00/exe/icuin26.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuin26.dll to: C:/usr/sap/J2E/JC00/exe/icuin26.dll.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\icuin26.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuuc26.dll to: C:/usr/sap/J2E/JC00/exe/icuuc26.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/icuuc26.dll to: C:/usr/sap/J2E/JC00/exe/icuuc26.dll.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\icuuc26.dll.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstart.exe to: C:/usr/sap/J2E/JC00/exe/sapstart.exe.
    INFO 2006-09-21 14:13:59
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapstart.exe to: C:/usr/sap/J2E/JC00/exe/sapstart.exe.
    INFO 2006-09-21 14:13:59
    Creating file C:\usr\sap\J2E\JC00\exe\sapstart.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntkill.exe to: C:/usr/sap/J2E/JC00/exe/sapntkill.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntkill.exe to: C:/usr/sap/J2E/JC00/exe/sapntkill.exe.
    INFO 2006-09-21 14:14:00
    Creating file C:\usr\sap\J2E\JC00\exe\sapntkill.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapsrvkill.exe to: C:/usr/sap/J2E/JC00/exe/sapsrvkill.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapsrvkill.exe to: C:/usr/sap/J2E/JC00/exe/sapsrvkill.exe.
    INFO 2006-09-21 14:14:00
    Creating file C:\usr\sap\J2E\JC00\exe\sapsrvkill.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntwaitforhalt.exe to: C:/usr/sap/J2E/JC00/exe/sapntwaitforhalt.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/sapntwaitforhalt.exe to: C:/usr/sap/J2E/JC00/exe/sapntwaitforhalt.exe.
    INFO 2006-09-21 14:14:00
    Creating file C:\usr\sap\J2E\JC00\exe\sapntwaitforhalt.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/startsap.exe to: C:/usr/sap/J2E/JC00/exe/startsap.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/startsap.exe to: C:/usr/sap/J2E/JC00/exe/startsap.exe.
    INFO 2006-09-21 14:14:00
    Creating file C:\usr\sap\J2E\JC00\exe\startsap.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/stopsap.exe to: C:/usr/sap/J2E/JC00/exe/stopsap.exe.
    INFO 2006-09-21 14:14:00
    Copying file C:/usr/sap/J2E/SYS/exe/run/stopsap.exe to: C:/usr/sap/J2E/JC00/exe/stopsap.exe.
    INFO 2006-09-21 14:14:00
    Creating file C:\usr\sap\J2E\JC00\exe\stopsap.exe.
    INFO[E] 2006-09-21 14:14:12
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:14:14
    Creating SAP system shares for J2E.
    INFO 2006-09-21 14:14:14
    Creating share saploc at directory C:\usr\sap.
    INFO[E] 2006-09-21 14:14:14
    File system export (share) saploc does not exist.
    INFO 2006-09-21 14:14:14
    Creating share sapmnt at directory C:\usr\sap.
    INFO[E] 2006-09-21 14:14:14
    File system export (share) sapmnt does not exist.
    INFO 2006-09-21 14:14:25
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.1.
    INFO 2006-09-21 14:14:25
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.1.
    INFO 2006-09-21 14:14:25
    Creating file C:\WINDOWS\system32\drivers\etc\services.1.
    INFO 2006-09-21 14:14:25
    Creating SAP instance ports for J2E/SCS01.
    INFO 2006-09-21 14:14:25
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:25
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:25
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:25
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:25
    Entry sapdp01     3201/tcp     # SAP System Dispatcher Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:25
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:25
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:25
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:26
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:26
    Entry sapdp01s     4701/tcp     # SAP System Dispatcher Security Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:26
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:26
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:26
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:26
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:26
    Entry sapgw01     3301/tcp     # SAP System Gateway Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:26
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:26
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:26
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:27
    Entry sapgw01s     4801/tcp     # SAP System Gateway Security Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:27
    Creating SAP instance ports for J2E/JC00.
    INFO 2006-09-21 14:14:27
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:27
    Entry sapgw00     3300/tcp     # SAP System Gateway Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:27
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:27
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:27
    Entry sapgw00s     4800/tcp     # SAP System Gateway Security Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:27
    Creating SAP system ports for J2E.
    INFO 2006-09-21 14:14:28
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:28
    Copying file C:/WINDOWS/system32/drivers/etc/services to: C:/WINDOWS/system32/drivers/etc/services.SAPtmp.
    INFO 2006-09-21 14:14:28
    Creating file C:\WINDOWS\system32\drivers\etc\services.SAPtmp.
    INFO 2006-09-21 14:14:28
    Removing file C:\WINDOWS\system32\drivers\etc\services.
    INFO 2006-09-21 14:14:28
    Entry sapmsJ2E     3601/tcp     # SAP System Message Port attached to file C:/WINDOWS/system32/drivers/etc/services.
    INFO 2006-09-21 14:14:39
    Creating SAP system profiles for J2E.
    INFO 2006-09-21 14:14:39
    Switched to user: j2eadm.
    INFO 2006-09-21 14:14:39
    Creating default profile for J2E.
    INFO 2006-09-21 14:14:39
    Creating file C:\usr\sap\J2E\SYS\profile\DEFAULT.PFL.
    INFO 2006-09-21 14:14:40
    Creating SAP instance profiles for J2E/SCS01.
    INFO 2006-09-21 14:14:40
    Creating file C:\usr\sap\J2E\SYS\profile\J2E_SCS01_test1.
    INFO 2006-09-21 14:14:41
    Creating file C:\usr\sap\J2E\SYS\profile\START_SCS01_test1.
    INFO 2006-09-21 14:14:42
    Creating SAP instance profiles for J2E/JC00.
    INFO 2006-09-21 14:14:43
    Creating file C:\usr\sap\J2E\SYS\profile\J2E_JC00_test1.
    INFO 2006-09-21 14:14:44
    Creating file C:\usr\sap\J2E\SYS\profile\START_JC00_test1.
    INFO 2006-09-21 14:15:22
    Creating SAP system services for J2E.
    INFO 2006-09-21 14:15:22
    Switched to user: j2eadm.
    ERROR 2006-09-21 14:15:23
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPOsCol).
    INFO 2006-09-21 14:15:23
    The 'SAPOsCol' service on host 'Local' was removed successfully.
    INFO 2006-09-21 14:15:23
    The 'SAPOsCol' service on the 'Local' machine was created successfully.
    INFO 2006-09-21 14:15:24
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\sapstartsrv.exe.log.
    INFO 2006-09-21 14:15:24
    Output of C:\usr\sap\J2E\SCS01\exe/sapstartsrv.exe '-r' '-q' '-p' 'C:\usr\sap\J2E\SYS\profile\START_SCS01_test1' '-s' 'J2E' '-n' '01' '-U' 'test1\SAPServiceJ2E' '-P' 'XXXXXX' '-e' 'test1\j2eadm' is written to the logfile sapstartsrv.exe.log.
    INFO 2006-09-21 14:15:31
    Execution of the command "C:\usr\sap\J2E\SCS01\exe/sapstartsrv.exe '-r' '-q' '-p' 'C:\usr\sap\J2E\SYS\profile\START_SCS01_test1' '-s' 'J2E' '-n' '01' '-U' 'test1\SAPServiceJ2E' '-P' 'XXXXXX' '-e' 'test1\j2eadm'" finished with return code 0. Output: Service succesfully installed.
    INFO 2006-09-21 14:15:45
    Installing MMC snap-in and creating shortcuts for J2E.
    INFO 2006-09-21 14:15:45
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\SAPMMC.log.
    INFO 2006-09-21 14:15:45
    Output of C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/SAPCAR.exe is written to the logfile SAPMMC.log.
    INFO 2006-09-21 14:15:48
    Output of C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/SAPCAR.exe '-x' '-v' '-g' '-i' '-n' '-f' 'C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master\IM01_NT_I386\SAPINST/NT/I386/MMC/SAPMMC.SAR,':
    INFO 2006-09-21 14:15:49
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\librfc32.dll.
    INFO 2006-09-21 14:15:49
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmc.dll to: C:/WINDOWS/system32.
    INFO 2006-09-21 14:15:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmcada.dll to: C:/WINDOWS/system32.
    INFO 2006-09-21 14:15:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmcdb6.dll to: C:/WINDOWS/system32.
    INFO 2006-09-21 14:15:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmcinf.dll to: C:/WINDOWS/system32.
    INFO 2006-09-21 14:15:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmcms.dll to: C:/WINDOWS/system32.
    INFO 2006-09-21 14:15:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmc.chm to: C:/Dokumente und Einstellungen/mku/WINDOWS/help.
    INFO 2006-09-21 14:15:51
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sapmmc.chm to: C:/Dokumente und Einstellungen/mku/WINDOWS/help.
    INFO 2006-09-21 14:15:51
    Creating file C:\Dokumente und Einstellungen\mku\WINDOWS\help.
    INFO 2006-09-21 14:15:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SAPMMC.MSC to: C:/WINDOWS/SAPMMC.MSC.
    INFO 2006-09-21 14:15:54
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/SAPMMC.MSC to: C:/WINDOWS/SAPMMC.MSC.
    INFO 2006-09-21 14:15:54
    Creating file C:\WINDOWS\SAPMMC.MSC.
    INFO 2006-09-21 14:15:54
    SAP snap-in registered successfully in the MMC.
    INFO 2006-09-21 14:15:54
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\J2E_rmMMCshortcut.kdb.
    INFO 2006-09-21 14:15:54
    All program items removed successfully, while processing the table 'tNT_ProgramItems'.
    INFO 2006-09-21 14:15:54
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\J2E_MMCshortcut.kdb.
    INFO 2006-09-21 14:15:55
    All program items entries from the table 'tNT_ProgramItems' created or updated successfully.
    INFO 2006-09-21 14:16:03
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_rmMMCshortcut.kdb to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_rmMMCshortcut.1.kdb.
    INFO 2006-09-21 14:16:03
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_rmMMCshortcut.kdb to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_rmMMCshortcut.1.kdb.
    INFO 2006-09-21 14:16:03
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\J2E_rmMMCshortcut.1.kdb.
    INFO 2006-09-21 14:16:03
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_MMCshortcut.kdb to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_MMCshortcut.1.kdb.
    INFO 2006-09-21 14:16:03
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_MMCshortcut.kdb to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/J2E_MMCshortcut.1.kdb.
    INFO 2006-09-21 14:16:03
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\J2E_MMCshortcut.1.kdb.
    INFO 2006-09-21 14:18:22
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\IGS.log.
    INFO 2006-09-21 14:18:22
    Output of C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/SAPCAR.exe is written to the logfile IGS.log.
    INFO 2006-09-21 14:18:28
    Output of C:/DOKUME1/mku/LOKALE1/Temp/sapinst_exe.3056.1158839738/SAPCAR.exe '-x' '-v' '-g' '-i' '-n' '-R' 'C:\usr\sap/J2E/JC00' '-f' 'C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master\IM01_NT_I386\..\..\SAP_NetWeaver_04_SR_1_Java_DVD\IGS\IGS_SOFT/NT/I386/IGS.SAR,':
    INFO 2006-09-21 14:18:37
    Removing file C:\usr\sap\J2E\JC00\igs\bin\librfc32.dll.
    INFO 2006-09-21 14:18:50
    Removing file C:\usr\sap\J2E\JC00\igs\doc\igsinst.pdf.
    INFO 2006-09-21 14:18:50
    Removing directory C:/usr/sap/J2E/JC00/igs/doc.
    INFO 2006-09-21 14:18:59
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\igsConfig.log.
    INFO 2006-09-21 14:19:00
    Working directory changed to C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST.
    INFO 2006-09-21 14:19:00
    Output of C:\usr\sap/J2E/JC00/igs/bin/igswd.exe 'C:\usr\sap\J2E\JC00\igs' '-c' '-tracelevel=1' '-mux=test1,40000' '-listenerhttp=40080' '-portwatcher=40001' '-portwatcher=40002' is written to the logfile igsConfig.log.
    WARNING 2006-09-21 14:19:00
    Execution of the command "C:\usr\sap/J2E/JC00/igs/bin/igswd.exe 'C:\usr\sap\J2E\JC00\igs' '-c' '-tracelevel=1' '-mux=test1,40000' '-listenerhttp=40080' '-portwatcher=40001' '-portwatcher=40002'" finished with return code 1. Output:
    INFO 2006-09-21 14:19:23
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\sdbinst.log.
    INFO 2006-09-21 14:19:23
    Output of C:\netweaver\NWSneakPreviewSP16\RDBMS_MaxDB_7.5.0_Build_18_NT\NT\I386\SDBINST.EXE '-indep_prog' 'C:\sapdb\programs' '-indep_data' 'C:\sapdb\data' '-profile' 'Runtime For SAP AS' '-b' is written to the logfile C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/sdbinst.log.
    INFO 2006-09-21 14:20:36
    Execution of the command "C:\netweaver\NWSneakPreviewSP16\RDBMS_MaxDB_7.5.0_Build_18_NT\NT\I386\SDBINST.EXE '-indep_prog' 'C:\sapdb\programs' '-indep_data' 'C:\sapdb\data' '-profile' 'Runtime For SAP AS' '-b'" finished with return code 0. Output:
    INFO 2006-09-21 14:21:00
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sdbinst.log to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sdbinst.1.log.
    INFO 2006-09-21 14:21:00
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sdbinst.log to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/sdbinst.1.log.
    INFO 2006-09-21 14:21:00
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\sdbinst.1.log.
    INFO 2006-09-21 14:21:00
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\sdbinst.log.
    INFO 2006-09-21 14:21:00
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\sdbinst.log.
    INFO 2006-09-21 14:21:00
    Output of C:\netweaver\NWSneakPreviewSP16\RDBMS_MaxDB_7.5.0_Build_18_NT\NT\I386\SDBINST.EXE '-indep_prog' 'c:\sapdb\programs' '-indep_data' 'c:\sapdb\data' '-depend' 'C:\sapdb\J2E\db' '-profile' 'Server' '-b' is written to the logfile C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/sdbinst.log.
    INFO 2006-09-21 14:23:34
    Execution of the command "C:\netweaver\NWSneakPreviewSP16\RDBMS_MaxDB_7.5.0_Build_18_NT\NT\I386\SDBINST.EXE '-indep_prog' 'c:\sapdb\programs' '-indep_data' 'c:\sapdb\data' '-depend' 'C:\sapdb\J2E\db' '-profile' 'Server' '-b'" finished with return code 0. Output:
    INFO 2006-09-21 14:23:54
    The service 'XServer' started successfully on host 'Local'.
    INFO 2006-09-21 14:24:48
    Creating directory C:\sapdb\j2e\sapdata.
    INFO 2006-09-21 14:24:48
    File system node C:\sapdb\J2E\sapdata with type DIRECTORY created successfully.
    INFO 2006-09-21 14:24:48
    Creating directory C:\sapdb\j2e\saplog.
    INFO 2006-09-21 14:24:48
    File system node C:\sapdb\J2E\saplog with type DIRECTORY created successfully.
    INFO 2006-09-21 14:24:48
    All file system node operations of table tADA_Files processed successfully.
    INFO 2006-09-21 14:28:55
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_

    Hi, many thanks!
    I set the DB to online and restartet the installation. It has been run to the "Load Java Database Content" phase, but has been hanging there since about 14 hours.
    I canceled the installation, checked the DB (it's still online) and tried to continue the installation. Now the installation program is in the "Load Java Database Content" phase again since about 22 minutes, without visible progress.
    Please have a look at the current sapinst.log:
    INFO 2006-09-26 09:26:42
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-09-26 09:26:42
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-09-26 09:26:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.html to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.2.html.
    INFO 2006-09-26 09:26:50
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.html to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.2.html.
    INFO 2006-09-26 09:26:50
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\summary.2.html.
    PHASE 2006-09-26 09:26:50
    Prepare the installation program.
    INFO 2006-09-26 09:27:28
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.html to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.3.html.
    INFO 2006-09-26 09:27:28
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.html to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/summary.3.html.
    INFO 2006-09-26 09:27:28
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\summary.3.html.
    PHASE 2006-09-26 09:27:40
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-09-26 09:27:41
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-09-26 09:27:42
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-09-26 09:27:44
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-09-26 09:27:45
    SAP J2EE Engine
    PHASE 2006-09-26 09:27:45
    JLoad Run
    INFO 2006-09-26 09:27:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.2.xml.
    INFO 2006-09-26 09:27:53
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.2.xml.
    INFO 2006-09-26 09:27:53
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\keydb.2.xml.
    INFO 2006-09-26 09:27:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jload.java.log to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jload.java.1.log.
    INFO 2006-09-26 09:27:56
    Copying file C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jload.java.log to: C:/Programme/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/jload.java.1.log.
    INFO 2006-09-26 09:27:56
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jload.java.1.log.
    INFO 2006-09-26 09:27:56
    Removing file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jload.java.log.
    INFO 2006-09-26 09:27:56
    Creating file C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jload.java.log.
    INFO 2006-09-26 09:27:56
    Working directory changed to C:/usr/sap/J2E/JC00/j2ee/sltools.
    INFO 2006-09-26 09:27:56
    Working directory changed to C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST.
    INFO 2006-09-26 09:27:56
    Output of C:\j2sdk1.4.2_10/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;c:\sapdb\programs\runtime\jar\sapdbc.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jce_export.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_smime.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/w3c_http.jar' '-Duser.timezone=Europe/Berlin' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'J2E,jdbc/pool/J2E,C:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,C:\usr\sap\J2E\SYS\global/security/data/SecStore.key' '-dataDir' 'C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master\IM01_NT_I386\..\..\SneakPreviewContent\JDMP' '-job' 'C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/IMPORT.XML' '-log' 'C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/jload.log' is written to the logfile C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/jload.java.log.
    Here's the content of the current jload.log:
    25.09.06 18:43:14 com.sap.inst.jload.Jload main
    INFO: Jload -sec J2E,jdbc/pool/J2E,C:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,C:\usr\sap\J2E\SYS\global/security/data/SecStore.key -dataDir C:/netweaver/NWSneakPreviewSP16/SAP_NetWeaver_04_SR_1_Installation_Master\IM01_NT_I386\..\..\SneakPreviewContent\JDMP -job C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/IMPORT.XML -log C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/jload.log
    25.09.06 18:43:16 com.sap.inst.jload.db.DBConnection connectViaSecureStore
    INFO: connected to J2E on jdbc/pool/J2E
    25.09.06 18:43:17 com.sap.inst.jload.JobStatus readStatus
    INFO: trying to read status file C:\usr\sap\J2E\JC00\j2ee\sltools\IMPORT.sta
    25.09.06 18:43:17 com.sap.inst.jload.JobStatus readStatus
    INFO: status file IMPORT.sta doesn't exist - no restart
    25.09.06 18:43:17 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table ADS_LICENSED_FORMS
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: table ADS_LICENSED_FORMS created
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: ADS_LICENSED_FORMS loaded (0 rows)
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CMSRTS
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CMSRTS created
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: BC_CMSRTS loaded (0 rows)
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_COMPVERS
    25.09.06 18:43:18 com.sap.inst.jload.Jload dbImport
    INFO: table BC_COMPVERS created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_COMPVERS loaded (702 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_ACTION
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_ACTION created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_ACTION loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_ALLOC_ID
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_ALLOC_ID created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_ALLOC_ID loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_CORRELATOR
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_CORRELATOR created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_CORRELATOR loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_CORR_DEF
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_CORR_DEF created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_CORR_DEF loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_IMPORT_LOCK
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_IMPORT_LOCK created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_IMPORT_LOCK loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_METRIC
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_METRIC created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_METRIC loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_METRIC_DEF
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_METRIC_DEF created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_METRIC_DEF loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_MODULE
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_MODULE created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_MODULE loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_ORIGIN
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_ORIGIN created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_ORIGIN loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_PROVIDER
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_PROVIDER created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_PROVIDER loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_RECORD
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_RECORD created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_RECORD loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_RECORD_CORR
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_RECORD_CORR created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_RECORD_CORR loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CPT_THREAD
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CPT_THREAD created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CPT_THREAD loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_CVERS
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: table BC_CVERS created
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: BC_CVERS loaded (0 rows)
    25.09.06 18:43:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_COURSE
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_COURSE created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_COURSE loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_CRSDESCR
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_CRSDESCR created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_CRSDESCR loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_CRS_SKILL
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_CRS_SKILL created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_CRS_SKILL loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_DEPARTMENT
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_DEPARTMENT created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_DEPARTMENT loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_EMPLOYEE
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_EMPLOYEE created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_EMPLOYEE loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_EMP_EVENT
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_EMP_EVENT created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_EMP_EVENT loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_EMP_PRJ
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_EMP_PRJ created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_EMP_PRJ loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_EMP_SKILL
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_EMP_SKILL created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_EMP_SKILL loaded (0 rows)
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_EVENT
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_EVENT created
    25.09.06 18:43:20 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_EVENT loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_FORM
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_FORM created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_FORM loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_FORMINPUT
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_FORMINPUT created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_FORMINPUT loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_LANGUAGE
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_LANGUAGE created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_LANGUAGE loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_PRJ_SKILL
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_PRJ_SKILL created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_PRJ_SKILL loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_PROJECT
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_PROJECT created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_PROJECT loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_EDM_SKILL
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_EDM_SKILL created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_EDM_SKILL loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_ETE_ACTIVITIES
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_ETE_ACTIVITIES created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_ETE_ACTIVITIES loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_ETE_SYSACTIVITY
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_ETE_SYSACTIVITY created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_ETE_SYSACTIVITY loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_ETE_SYSORIGIN
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: table BC_ETE_SYSORIGIN created
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: BC_ETE_SYSORIGIN loaded (0 rows)
    25.09.06 18:43:21 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_ETE_SYSTEMS
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_ETE_SYSTEMS created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_ETE_SYSTEMS loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JARM_CHISTORY
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JARM_CHISTORY created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JARM_CHISTORY loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JARM_COMPONENT
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JARM_COMPONENT created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JARM_COMPONENT loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JARM_REQUEST
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JARM_REQUEST created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JARM_REQUEST loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JARM_RHISTORY
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JARM_RHISTORY created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JARM_RHISTORY loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JARM_UHISTORY
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JARM_UHISTORY created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JARM_UHISTORY loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JARM_USER
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JARM_USER created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JARM_USER loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JMSDMSGQ
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JMSDMSGQ created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JMSDMSGQ loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JMSQUEUE
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JMSQUEUE created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JMSQUEUE loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JMSTOPIC
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JMSTOPIC created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JMSTOPIC loaded (1 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JMSTOPICSUB
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JMSTOPICSUB created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JMSTOPICSUB loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_JMSTXLOG
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_JMSTXLOG created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_JMSTXLOG loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_MON_AGREGATES
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: table BC_MON_AGREGATES created
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: BC_MON_AGREGATES loaded (0 rows)
    25.09.06 18:43:22 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_MON_ID_ALLOC
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_MON_ID_ALLOC created
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: BC_MON_ID_ALLOC loaded (0 rows)
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_MON_MONITORS
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_MON_MONITORS created
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: BC_MON_MONITORS loaded (0 rows)
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_RPROF_PROFILE
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_RPROF_PROFILE created
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: BC_RPROF_PROFILE loaded (2 rows)
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SCCOMPAT
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SCCOMPAT created
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: BC_SCCOMPAT loaded (0 rows)
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SCCOVERAGE
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SCCOVERAGE created
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: BC_SCCOVERAGE loaded (0 rows)
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SCREQUIRED
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SCREQUIRED created
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: BC_SCREQUIRED loaded (0 rows)
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SCVERSION
    25.09.06 18:43:23 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SCVERSION created
    25.09.06 18:43:24 com.sap.inst.jload.Jload dbImport
    INFO: BC_SCVERSION loaded (0 rows)
    25.09.06 18:43:24 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SESSIONFAILOVER
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SESSIONFAILOVER created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SESSIONFAILOVER loaded (1 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_ASSINST
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_ASSINST created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_ASSINST loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_ASSOC
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_ASSOC created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_ASSOC loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_CHANGELOG
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_CHANGELOG created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_CHANGELOG loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_CLASS
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_CLASS created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_CLASS loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_DELTAEXPORT
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_DELTAEXPORT created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_DELTAEXPORT loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_INST
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_INST created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_INST loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_INSTANCES
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_INSTANCES created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_INSTANCES loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_LONGVALUES
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_LONGVALUES created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_LONGVALUES loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_NAMESP
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_NAMESP created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_NAMESP loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_NAMESPACES
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_NAMESPACES created
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_NAMESPACES loaded (0 rows)
    25.09.06 18:43:25 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_PROPARRAYS
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_PROPARRAYS created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_PROPARRAYS loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_PROPERTIES
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_PROPERTIES created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_PROPERTIES loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_PROPERTYREF
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_PROPERTYREF created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_PROPERTYREF loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_QUAL
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_QUAL created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_QUAL loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_QUALIFIERS
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_QUALIFIERS created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_QUALIFIERS loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLD_ROLE
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLD_ROLE created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLD_ROLE loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLM_JNET
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLM_JNET created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLM_JNET loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLM_JNET_DATA
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLM_JNET_DATA created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLM_JNET_DATA loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLM_PLAN
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLM_PLAN created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLM_PLAN loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLM_PLAN_CIM
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLM_PLAN_CIM created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLM_PLAN_CIM loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLM_PLAN_DATA
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLM_PLAN_DATA created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLM_PLAN_DATA loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SLM_USER
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SLM_USER created
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: BC_SLM_USER loaded (0 rows)
    25.09.06 18:43:26 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_SYNCLOG
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: table BC_SYNCLOG created
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: BC_SYNCLOG loaded (16 rows)
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_ACCOUNT
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_ACCOUNT created
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_ACCOUNT loaded (0 rows)
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_BE_DISCURL
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_BE_DISCURL created
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_BE_DISCURL loaded (0 rows)
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_BE_MAIN
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_BE_MAIN created
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_BE_MAIN loaded (0 rows)
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_BS_MAIN
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_BS_MAIN created
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_BS_MAIN loaded (0 rows)
    25.09.06 18:43:27 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_BS_PROJ
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_BS_PROJ created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_BS_PROJ loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_BT_MAIN
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_BT_MAIN created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_BT_MAIN loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_BT_TMINST
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_BT_TMINST created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_BT_TMINST loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_CHGREC
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_CHGREC created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_CHGREC loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_CHGREC_ERR
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_CHGREC_ERR created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_CHGREC_ERR loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_ELEM_CB
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_ELEM_CB created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_ELEM_CB loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_ELEM_IB
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_ELEM_IB created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_ELEM_IB loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_ELEM_KEY
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_ELEM_KEY created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_ELEM_KEY loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_ELEM_NAME
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_ELEM_NAME created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_ELEM_NAME loaded (0 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_PARAM
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_PARAM created
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_PARAM loaded (82 rows)
    25.09.06 18:43:29 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_PUBA
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_PUBA created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_PUBA loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_SESSION
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_SESSION created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_SESSION loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_STAT
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_STAT created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_STAT loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_TAXONOMY
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_TAXONOMY created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_TAXONOMY loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_THREAD
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_THREAD created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_THREAD loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_UDDI_TM_MAIN
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_UDDI_TM_MAIN created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_UDDI_TM_MAIN loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_WA_GROUP
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_WA_GROUP created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_WA_GROUP loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_WA_SYSTEM
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_WA_SYSTEM created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_WA_SYSTEM loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_WA_SYS_TO_GROUP
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: table BC_WA_SYS_TO_GROUP created
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: BC_WA_SYS_TO_GROUP loaded (0 rows)
    25.09.06 18:43:30 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_WA_USER
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_WA_USER created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_WA_USER loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_ASESSIONS
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_ASESSIONS created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_ASESSIONS loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_ASETS
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_ASETS created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_ASETS loaded (6 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_COL
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_COL created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_COL loaded (1 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_COL_INDEX
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_COL_INDEX created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_COL_INDEX loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_COL_STORE
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_COL_STORE created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_COL_STORE loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_CONFIG
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_CONFIG created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_CONFIG loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_INDEX_COLS
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_INDEX_COLS created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_INDEX_COLS loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_INDEX_DICT
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_INDEX_DICT created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_INDEX_DICT loaded (0 rows)
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_LOCKING
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_LOCKING created
    25.09.06 18:43:31 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_LOCKING loaded (0 rows)
    25.09.06 18:43:33 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_MAXIDS
    25.09.06 18:43:33 com.sap.inst.jload.Jload dbImport
    INFO: table BC_XMLA_MAXIDS created
    25.09.06 18:43:33 com.sap.inst.jload.Jload dbImport
    INFO: BC_XMLA_MAXIDS loaded (5 rows)
    25.09.06 18:43:33 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_XMLA_NAMESPACES
    25.09.06 18:43:33 com.sap.inst.jload.Jload dbImport

  • Safari does not run at Windows Server 2003

    Any page I try to open at Safari, it just crashes (I mean, just closes) without any technical information.
    The most intersting fact is that when I go to preferences, just in the appearance tab make Safari close.
    And the most important fact is that I use Microsoft Windows Server 2003 R2 en-us. I NEVER was able to use Safari in any 2003 (since first Safari beta). I've tryed Safari in several of my 2003 machines (at least 4 very different ones). I got better in new versions (first Safari ones didn't even openup)
    I'v tryed so many things. Rename several folders, like safari.resources, run Microsoft Application Verifier to fool it as Windows XP, startup some services (like themes or Bonjour -- wich I use to disable), no solution at all. My sixt sense tells me that is is anything to do with some graphics rendering conflict, since it closes in the appearance and Safari have a different look from a regular Windows app window.
    Bottom line: any help ?

    The kinda answer I like: download, copy, mesh, hack. Looks very nice, must work in most cases, but not this time for me. Behavior was exactly the same, running the nightly build.
    Just for the records:
    Safari prefs in my Windows live happy in:
    C:\Documents and Settings\Administrator\Application Data\Apple Computer\Safari
    C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple Computer\Safari
    These days I installed an Safari in a brand new 2003 and worked nice. Bug 4 x 1 Safari. Bug still winning.
    So, it must be some stuff, some little tricky service or software I install in my usual Windows.
    Anyway, thank you very much...
    If someone have some clue, I'll apreciate

  • Use Windows Server 2003 or 2008 with BootCamp?Just want to run basic things

    Hey, well I can get a copy of Microsoft Windows Server 2003 and 2008 with the DreamSpark program (as I am in college) for free. But my question is, is this a good idea to use with my MacBook Pro? I wasn't sure how well it'd work with Boot Camp, and all I'd want is to just run basic programs and/or games.
    Is it a good idea? And does anyone have tutorials for how to install it?

    Hi,
    Windows Server 2003 and XP 64-bit share the same codebase and XP-64bit is not supported with BootCamp.
    Windows Server 2008 and Vista 64-bit share the same codebase and Vista 64-bit is only supported with BootCamp on some Macs. See here: http://support.apple.com/kb/HT1846
    For running 'basic' things with the Server versions, why not use one of the Virtualization apps like Parallels, VMWare Fusion or VirtualBox ?
    http://www.parallels.com/products/desktop/
    http://www.vmware.com/products/fusion/
    http://www.virtualbox.org/
    VirtualBox is open-source, so you don't have to pay for it.
    Regards
    Stefan

  • Windows server 2012 as primary DC and DNS server and windows server 2003 as secondary DC and DNS

    Migration from windows server 2003 AD DC and DNS server to windows server 2012 R2,
    Cannot I set up Windows server 2012 R2 as primary DC and DNS  , windows server 2003 as secondary DC and DNS ? (for backup server when server 2012 fail, user can continue to login and access internet services)

    You can mix both as long as your Forest and Domain Functional level are Windows Server 2003. However, I would like to bring your attention to this blog about known problems when mixing DCs with Windows Server 2003 and 2012 R2 OS:
    http://blogs.technet.com/b/askds/archive/2014/07/23/it-turns-out-that-weird-things-can-happen-when-you-mix-windows-server-2003-and-windows-server-2012-r2-domain-controllers.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

Maybe you are looking for