Performance problem in loading the Mater data attributes 0Equipment_attr

Hi Experts,
We have a Performance problem in loading the Mater data attributes 0Equipment_attr.It is running with psuedo delta(full update) the same infopakage runs with diffrent selections.The problme we are facing is the load is running 2 to 4 hrs in the US morning times and when coming to US night times it is loading for 12-22 hrs and gettin sucessfulluy finished. Even it pulls (less records which are ok )
when i checked the R/3 side job log(SM37) the job is running late too. it shows the first and second i- docs coming in less time and the next 3and 4 i- docs comes after 5-7 hrs gap to BW and saving in to PSA and then going to info object.
we have userexits for the data source and abap routines but thay are running fine in less time and the code is not much complex too.
can you please explain and suggest the steps in r/3 side and bw side. how can i can fix this peformance issue
Thanks,
dp

Hi,
check this link for data load performance. Under "Extraction Performance" you will find many useful hints.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3a699d90-0201-0010-bc99-d5c0e3a2c87b
Regards
Andreas

Similar Messages

  • 'Overlapping Time Intervals' error while loading the Master Data

    Guys,
              Need you help with this. I am trying to load the Master Data (attribute) for InfoObject 0FMD_FRSITM using DTP from DataSource 0FMD_FRSITM_ATTR and am getting an error 'Overlapping Time Intervals'.
    This is happening due to overlapping Valid From/Valid To date's for the same Financial Statement Item (0FMD_FRSITM) with different Editions.
    If I select the option 'Ignore Duplicate Records' while loading the data, it is successful. But not all the records are loads and Editions are missing.
    Below is an example of how the data looks like.
    FRSITM         Valid To                  Valid From                 Edition
    1001             12/31/9999             04/01/2010                2010.1.1
    1001             01/31/2010             03/01/2010                2010.1.2
    1001             12/31/9999             02/01/2010                2010.1.3
    In the above scenario, the Valid To Data for record 1 and record 3 is the same (12/31/9999) and the record 3 is being ignore when I select the option 'Ignore Duplicate Records'.
    And also I see that the Edition is not the Key Field.
    Any suggestions or ideas? Appreciate your help.
    Thanks.

    FRSITM Valid To Valid From Edition
    1001 12/31/9999 04/01/2010 2010.1.1
    1001 01/31/2010 03/01/2010 2010.1.2
    1001 12/31/9999 02/01/2010 2010.1.3
    1. While selecting ignore duplicate, make sure to-date is not part of symantic key.
    2. if system comes across two same records it picks up the latest one.
    3. It shall merge the timelines is overlap is found.
    4. I hope Edition is time dependent attribute
    I believe infoobjet key is FRSITM Valid To.
    In your case because first record has more period and may be the latets record system ignore the earlier one with the same time interval.
    have a look at Q table and you shall be able to figure out for your self.
    Hope it helps
    Vikash

  • PowerPivot Data Refresh Fails - We cannot locate a server to load the workbook Data Model

    Hello,
    I have installed sql01\PowerPivot instance of Analysis services on my existing SQL Server and configured it per Configure Power Pivot for SharePoint 2013
    http://technet.microsoft.com/en-us/library/dn456880(v=office.15).aspx . I did not install a second Database Engine on the server.
    I created an Excel 2013 workbook using the Excel 2013 PowerPivot add-in and saved it to my SharePoint BI Center Document library.
    When I try to refresh my workbook, I get 2 errors in the SharePoint log.
    http://support.microsoft.com/kb/2756665?wa=wsignin1.0 indicates the sproc is deprecated, but that does not help me fix the issue.
    Log errors:
    Following error occured while trying to execute a sql query: System.Data.SqlClient.SqlException (0x80131904):
    Could not find stored procedure 'DataRefresh.GetSchedule'.
    EXCEPTION: NoAvailableStreamingServerException: We cannot locate a server to load the workbook Data Model.
    macrel

    Hi Marcel,
    Based on my research, it seems that you have Microsoft SQL Server 2012 PowerPivot for SharePoint 2013 add-in installed on a computer. When you perform a data refresh operation on some PowerPivot workbooks in Microsoft SharePoint 2013, you receive two error
    message.
    As to the first error, this issue occurs because the Custom Properties on the Excel workbook are not correctly cleared before you set a new serialized schedule. This causes an extra custom property to remain after you set the new schedule. Therefore, the
    new schedule fails. To fix this issue, please
    install Cumulative Update 9 for SQL Server 2012 SP1.
    As to the second error, please
    running a repair using PowerPivot configuration wizard for SharePoint 2013. For more information about Troubleshooting PowerPivot Data Refresh, please see: 
    http://social.technet.microsoft.com/wiki/contents/articles/troubleshooting-powerpivot-data-refresh.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • XEM - Unable to load the initial data or the variances(delta) data into sys

    I am installing xEM 2.0 SP 10 (SAP xApp Emissions Management) in a windows environment with SQL 5000.  I installed xEM on NW 2004, usage types AS Java and EP 6.
    I am attempting to load the initial data or the variances (delta) data into the system.  Instruction is on page 15 in the install guide.
    I am supposed to enter the following in the command line:
    java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=[JDBC Driver];[JDBCUrl];[User];[Password]
    Example command for import into SQL Server:
    java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddtek.jdbc.sqlserver.SQLServerDriver; jdbc:datadirect:sqlserver://vma03:1433;SAPC11DB;password
    The customer I am with is running the xEM database on a different instance.  This is where I run into a problem.  I am not sure how to specify the instance in the script.  This is what  I have attempted so far:
    C:\>cd temp\load
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43:SQL3:1534;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43:SQL3:1534 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unable to connect.  Inva
    lid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43:SQL3:1534 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unab
    le to connect.  Invalid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43;SQL3:1534;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43 as user SQL3:1534 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Error establishing socket. Connec
    tion refused: connect): [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43 as user SQL3:1534 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Error establi
    shing socket. Connection refused: connect): [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection ref
    used: connect
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43:1534;SQL3;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43:1534 as user SQL3 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver][SQLServer]Login failed for user
    'SQL3'.): [DataDirect][SQLServer JDBC Driver][SQLServer]Login failed for user 'SQL3'.
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43:1534 as user SQL3 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver][SQLServer]Lo
    gin failed for user 'SQL3'.): [DataDirect][SQLServer JDBC Driver][SQLServer]Login failed for user 'SQL3'.
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43:1534:SQL3;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43:1534:SQL3 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unable to connect.  Inva
    lid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43:1534:SQL3 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unab
    le to connect.  Invalid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
    C:\Temp\load>
    My last attempt was a command using colons and semicolons with the following results.  The closest (there was a significant delay before the error or failure) appears to have been //PRODSQL43;SQL3:1534; (second attempt).  The error listed from this attempt is   "Error establishing socket. Connection refused: connect".
    I also checked the default database that user SAPPEMDB has in place and it is assign the correct database.
    Please help.
    Message was edited by: Owner
            Mike Smayrabunya

    Hey,
    It looks like one of the following:
    1. The DB is down,
    2. The user SAPPEMDB does not have the right authorization.
    3. The password of the user SAPPEMDB is not password
    4. The syntax is incorrect
    in order to find what is the problem,
    please:
    1. Login in the the DB PRODSQL43:1534 with the user "SAPPEMDB" and the password "password",
    this will eliminate the options 1 - DB down, 2 -SAPPEMDB does not have authorization and 3 - password of the user SAPPEMDB is not password.
    2. If the login failed, than please run sql trace with security elements (in the client there is a tool called "SQL Profiler"
    3. If the login is correct, than you check the syntax of the command:
    "java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddtek.jdbc.sqlserver.SQLServerDriver; jdbc:datadirect:sqlserver://vma03:1433;SAPC11DB;password"
    According to the error message "Error establishing socket. Connection refused"
    it looks like The DB is down or syntax is incorrect.

  • External Data Refresh Failed. We cannot locate a server to load the workbook Data Model. ThisWorkBookDataModel

    Hi All,
    I have been trying to fix this for days now. I have tried solutions in many articles but to no avail. So while the error message is something you may have seen may times, I just can't find a solution in my case.
    This is the error:
    And in text just in case the image isn't viewable:
    "External Data Refresh Failed. We cannot locate a server to load the workbook Data Model. We were unable to refresh one or more data connections in this workbook. The following connections failed to refresh: ThisWorkBookDataModel."
    What is worse is I have checked the ULS (SharePoint Trace Logs), the Event Viewer Logs and the OWA Logs and I cannot find a specific error that would help pin point the problem.
    Excel Workbook
    So what am I doing? I have an Excel 2013 workbook and I create an "SQL Server" connection to the AdventureWorksDW database, add a pivot table and a pivot chart, test in in Excel and all works fine.
    I save the Excel workbook to SharePoint 2013 and then select "Data" then "Refresh All Connections" and then I get the error in the picture above.
    Even more puzzling is I have another Excel workbook that also has pivot tables and pivot charts in the AdventureWorksDW2012Multidimensional cube database in "SQL Analysis Services" and this works fine. Hmmm.
    My Environment
    My environment is Windows 2008 R2 Server, SharePoint 2013 with the April Service Pack1 and a separate server with OWA2013 SP1. It has an SQL Server 2008 R2 database which has been upgraded to SQL Server 2012.
    Data Model Settings
    In Excel Services this is set to my server name which is "server-name". As I do not have instances all I can enter is the server name. As this works everywhere else including the workbook outside of SharePoint I do not think this is the problem.
    But I could be wrong.
    Unattended Account
    I have set this up for the PowerPivot Services App and Excel Services App.
    ODC Connections in Excel
    I have tried all 3 authentication modes, Windows, Secure Store ID and "None" which is the unattended account. I have not tried the other connection types, should I?
    Not in WOPI
    I am not in WOPI mode.
    AD Accounts
    I have added permissions in the SharePoint Services and SQL Server, and as they work in Excel outside of SharePoint, I do not think it is a permissions issue. I could be wrong of course, but the problem is in one of SharePoint, OWA, AD,
    SQL Server, Excel, and Windows Server.
    Isolate the Error
    Below is a list of errors I think are relevant but they do not tell me much. The SharePoint logs are not really giving me an error that tells me what to do and where to do it, or even why it cannot refresh, (perhaps not noticeable by the untrained eye).
    Problem with SQL Server Not Analysis Services
    So my cube database in analysis services works fine in SharePoint/OWA but not the databases in sql server. This is my best clue but I have no idea what it means. Why would it work with an Analysis Services connection but not an "SQL Server" connection?
    It Works Outside of SharePoint
    If I run the excel worksheet outside of SharePoint all works fine. When inside OWA this is where the refresh error occurs.
    Errors from Event Viewer on SharePoint Server using ULS Viewer
    "Failed to create an external connection or execute a query. Provider message: There are no servers available or actively being initialized., ConnectionName: , Workbook:"
    "Refresh failed for 'ThisWorkbookDataModel' in the workbook 'http://server...'. [Session: 1.V22.26itT0lx8piNFeqtuGVhN214.5.en-US5.en-US36.98c0e158-9113-46e9-850e-edda81d9ed1c1.A1.N User: 0#.w|ad\testuser1]"
    And an error in the ULS under the "Data Model" category:
    "--> Check Deployment Mode (server-name): Fail (Expected: SharePoint, Actual: Multidimensional)."
    This last error, as it turned out, defined the problem concisely, although I was yet to work out what it meant in some detail.

    I finally solved this myself (or should I say with the help of several key articles).
    The refresh did not work because the database was not in "SharePoint Mode". Yes, SQL Server has modes, 3 of them in fact.
    If you installed SharePoint to the default SQL instance which would be called <servername> then you cannot use this default instance for Excel 2013 workbooks in OWA 2013 because the refresh only works if the database is in SharePoint mode.
    So what are these 3 modes? The Deployment Mode property in the msmdsrv.ini file has them as:
    0 = Multidimensional mode (the default whenever you install SQL Server normally)
    1 = PowerPivot for SharePoint mode
    2 = Tabular mode mode
    How do you know what mode you are in? That's easy, open SQL Studio Manager and connect to all your SQL database engine instances (ignore Analysis Services or SSRS as they are not database engines). If you only have the default instance then that is almost
    definately in Multidimensional mode which is the default and what SharePoint installs its databases to.
    You must have an instance called <servername>\POWERPIVOT. This instance is the "sharepoint mode" needed, and the default instance name when you install an SQL instance in this mode.
    If you don't see <servername>\POWERPIVOT in SQL server then you are not in "sharepoint mode". It is more accurate to say, you do not have an instance that is in sharepoint mode. This is because you cannot simply switch modes on an SQL server.
    You have to install a new instance in the required mode, thats the only way.
    That's easy enough. Load up the SQL Server setup CD and run setup. Install a brand new instance and select "SQL Server PowerPivot for SharePoint" when you get there in the wizard.
    Now you will have the default instance that stores all the SharePoint databases and that is in mode 0, and a new instance called <servername>\POWERPIVOT that is in mode 1. The "<servername>\POWERPIVOT" instance connection is what you
    will use for Excel 2013 when rendering in OWA 2013.
    You also need to ensure OWA 2013 is not in WOPI mode for Excel worksheets. See the last link below for more information about WOPI.
    Next you should go to the Excel Service App in CA and click Data Model Settings and add the <servername>\POWERPIVOT instance.
    Then you have to either turn off the firewall on the SQL server machine, or create an inbound rule on the Windows firewall to open the TCP port for the <servername>\POWERPIVOT instance:
    1. Start Task Manager and then click Services to get the PID of the MSOLAP$InstanceName.
    2. Run netstat –ao –p TCP from the command line to view the TCP port information for that PID.
    Finally, you can now create Excel 2013 workbooks that run in OWA without refresh errors, as long as you are connecting to the <servername>\POWERPIVOT instance. Hooray.
    REFERENCES
    Look for the string "There are no servers available or actively being initialized" in this article:
    http://blogs.msdn.com/b/analysisservices/archive/2012/08/02/verifying-the-excel-services-configuration-for-powerpivot-in-sharepoint-2013.aspx
    Determine the server mode:
    http://msdn.microsoft.com/en-au/library/gg471594(v=sql.110).aspx
    Install the SharePoint PowerPivot instance (aka SharePoint mode)
    http://msdn.microsoft.com/en-au/library/eec38696-5e26-46fa-bc83-aa776f470ce8(v=sql.110)
    Open the port for the new SQL instance:
    http://msdn.microsoft.com/en-us/library/ms174937(v=sql.110).aspx
    Turn Off WOPI for Excel OWA
    http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/01/31/powerpivot-for-sharepoint-browser-refresh-fails-data-refresh-not-supported-in-office-web-apps.aspx

  • Error While Loading the Master Data from R3

    Hi Gurus,
    I am loading the masterdata from R3.I have enhanced the Datasource .In that datasource there is a field DATUB ( Valid To Date).For this field I have wriiten the User Exit at the R3 side.Now I am loading the data in BW.But I am not getting the values for DATUB field in the BW, though they are there at the R3 side.
    I have done following to analyse the issue.
    1.Have checked the datasource at the R3 from RSA3.Its populating the field DATUB correctly.
    2.Have deleted the whole masterdata and tried to load again.But no success.
    3.Have tried to load the data for the perticular Bill of Material(BOM).Then it get loaded correctly along with the value of DATUB.But when i tried loading the entire data i am not getting the field DATUB populated.
    Please help me out.Its urgent.
    Thanks.
    Shalaka

    Hello,
    I finally got the solution to my problem.
    If you append a field to generic datsource then you should check the tick in datasource for "field only". Or else you would not get the values handed over to BW.
    Please check following link for more details about this "field only" setting for Generic datasources.
    http://help.sap.com/saphelp_tm70/helpdata/en/3f/548c9ec754ee4d90188a4f108e0121/content.htm
    Regards,
    Anuj

  • Error when loading the master data

    Hi all,
    Can anybody help me out. I am loading the master data from DB Connect source. When i am trying to load it it is giving the runtime error PERFORM_CONFLICT_TAB_TYPE. Can anybody tell me what could be the problem & necessery steps to take.
    Thanks in advance.
    Regards,
    Shaik.

    Hi,
    Please go through the following threads:
    PERFORM_CONFLICT_TAB_TYPE  shortdump during data loading into ODS
    Perform_conflict_tab_type error
    PERFORM_CONFLICT_TAB_TYPE error-Urgent!!
    Next time you might want to just search the forum first... lots of surprises!
    Hope this helps,
    Cheers,
    Gimmo

  • Problem in loading 0calday infoobject date format through Flatfile in cube

    Hi All,
    I am facing problem  in loading the 0calday infoobject  data through flat file( format - test.csv) in infocube..
    Suppose consider we are having two flat files(test1.csv,test2.csv).
    1.First file(test1.csv) has a proper date format (ie YYYYMMDD), while loading it is succesfully .
    2.Second file(test2.csv) has improper date format(ie DDMMYYYY), loading fails because of this format..
    Is it possible to write the Routine(Start Routine) in the Infopackage (External data-Tab) in such a way the if the flat file(test1.csv) is proper date format load calday data without any conversion, if the file is test2.csv convert the date field format from (DDMMYYYY) to (YYYYMMDD) and finally laod data in cube.
    With regards,
    Hari.
    +91 9323839017

    Hello Dinesh,Anil
    There is no distinguishing field between the two flat file loads.
    We are using only one infoobject(ie 0calday) for two loads.
    We are using two external source system(one system generate file as YYYYMMDD date format,and another system generate date formate as DDMMYYY, here two file names are unique.
    Here my requirement is i have to compare two file names using start routine of the package (tab:External data) .
    if(test1.csv)
    load as it is 0calday data (since it is in proper format YYYYMMDD)
    else if(test2.csv)
    then convert from DDMMYYYY to YYYYMMDD and load data to 0calday infoobject in cube.
    Is it possible to compare two files names using start routine.
    with regards,
    Hari

  • Hi basis gurus, plz help me i have problem in loading the solman 4.0 sr3

    hi basis gurus, plz help me i have problem in loading the solution manager 4.0 sr3 on mssql 2005 with sp2,
    i am enclosing the error log.
    plz help me.
    INFO 2007-12-15 04:52:47.203
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.2.xml'.
    INFO 2007-12-15 04:52:47.234
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.3.xml'.
    INFO 2007-12-15 04:52:47.671
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/keydb.2.xml'.
    INFO 2007-12-15 04:52:47.671
    Execute step changeUserInstall of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:04.531
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\change.log.
    INFO 2007-12-15 04:53:04.546
    Output of change user /install is written to the logfile change.log.
    WARNING 2007-12-15 04:53:04.562
    Execution of the command "change user /install" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2007-12-15 04:53:04.625
    Execute step chgautInstdirPublicAllOS4 of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:04.718
    Execute step replaceDLLs of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:04.843
    File not found: [C:/DOCUME1/ADMINI1/LOCALS~1/Temp/1/sapinst_exe.3432.1197711967/msvcp71.dll].
    INFO 2007-12-15 04:53:04.859
    File not found: [C:/DOCUME1/ADMINI1/LOCALS~1/Temp/1/sapinst_exe.3432.1197711967/msvcr71.dll].
    INFO 2007-12-15 04:53:04.921
    Execute step registerEventsDll of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:05.125
    Execute step AddPrivileges of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:05.343
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'SOLMAN\Administrator' on host '.'.
    INFO 2007-12-15 04:53:05.406
    Execute step checkInstDirPermissions of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:05.562
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\testfile.1.
    INFO 2007-12-15 04:53:05.562
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\testfile.1.
    INFO 2007-12-15 04:53:05.828
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:24.640
    Execute step sync of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:24.859
    Execute step adminCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:25.62
    Execute step W2KSPCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:25.234
    Execute step XPSPCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:25.421
    Execute step DNSCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:25.546
    DNS is configured correctly.
    INFO 2007-12-15 04:53:25.609
    Execute step done of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:25.796
    Execute step checkParams of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:25.984
    Execute step fillContextForSoftwareFeatures of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:26.171
    Execute step loadUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:28.62
    Execute step fillContextUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0.
    INFO 2007-12-15 04:53:28.265
    Execute step setAllPossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:28.859
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.1.xml'.
    INFO 2007-12-15 04:53:28.890
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.2.xml'.
    INFO 2007-12-15 04:53:28.921
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jexclude.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jexclude.1.xml'.
    INFO 2007-12-15 04:53:28.921
    Execute step determineScenarioParameters of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:29.140
    Execute step prepareUsagesTableForUserInputXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:29.640
    Execute step determinePossibleUsageTypesXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.468
    Execute step prepareUsagesTableForUserInputDB of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.578
    Execute step setDefaultsGuiValues of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.687
    Execute step setDefaultsStackDetermined of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.781
    Execute step chooseMandatory of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:31.296
    Execute step makeABAPPartsImpossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:31.390
    Execute step setDependencyRestrictions of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:32.0
    Execute step prepareScenario of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:32.468
    Execute step fillUsagesTable of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:33.515
    Execute step selectUsages of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:33.640
    Execute step selectUsagesNetWeaver of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:33.765
    Execute step determineStack of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:34.234
    Execute step determineCharSet of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:34.890
    Execute step fillContext2 of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:35.93
    Execute step startDefaultMode of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:35.390
    Execute step fillContext of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:35.640
    Execute step setDefaults of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:36.31
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:53:35 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 04:53:36.312
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:53:36.312
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_12 with JDK version 1.4.2_12.
    INFO 2007-12-15 04:55:54.593
    Copied file 'D:/D51032958/J2EE_OSINDEP/JDKVersion.xml' to '.'.
    INFO 2007-12-15 04:55:54.781
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:55:54.781
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_12 with JDK version 1.4.2_12.
    INFO 2007-12-15 04:55:54.953
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:55:55.62
    Execute step getCD of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:55:55.281
    Execute step verifyJavaHome of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:55:55.593
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:55 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 04:55:55.968
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:55 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 04:55:56.187
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:55:56.390
    Execute step verifyPolicy of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:55:56.531
    Creating directory C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck.
    INFO 2007-12-15 04:55:56.546
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck.
    INFO 2007-12-15 04:55:56.562
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 04:55:56.562
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 04:55:56.578
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 04:55:56.875
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/j2sdk1.4.2_12/jre/lib/security/local_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_local.policy
    extracted: exempt_local.policy
    INFO 2007-12-15 04:55:56.890
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck.
    INFO 2007-12-15 04:55:56.890
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 04:55:56.906
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\US_export_policy.log.
    INFO 2007-12-15 04:55:56.906
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile US_export_policy.log.
    INFO 2007-12-15 04:55:57.62
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/j2sdk1.4.2_12/jre/lib/security/US_export_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_US_export.policy
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\default_local.policy.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\default_US_export.policy.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\exempt_local.policy.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2007-12-15 04:55:57.78
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck/META-INF.
    INFO 2007-12-15 04:55:57.78
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck.
    INFO 2007-12-15 04:55:57.343
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:57 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 04:55:57.625
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:57 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 05:06:19.171
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:06:19.187
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\LABEL.log.
    INFO 2007-12-15 05:06:19.187
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile LABEL.log.
    INFO 2007-12-15 05:06:21.718
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\D51032958\J2EE_OSINDEP\UT_SOLMAN\LABEL.ASC:
    INFO 2007-12-15 05:21:25.93
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:25.93
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\unrestrict142.log.
    INFO 2007-12-15 05:21:25.109
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile unrestrict142.log.
    INFO 2007-12-15 05:21:27.734
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\unrestrict142.zip:
    US_export_policy.jar
    local_policy.jar
    INFO 2007-12-15 05:21:27.750
    Creating directory C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck.
    INFO 2007-12-15 05:21:27.765
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:21:27.765
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:27.781
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\unrestrict142.log.
    INFO 2007-12-15 05:21:27.781
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile unrestrict142.log.
    INFO 2007-12-15 05:21:27.937
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf D:\unrestrict142.zip local_policy.jar:
    extracted: local_policy.jar
    INFO 2007-12-15 05:21:27.953
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:21:27.953
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:27.968
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:21:27.968
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:21:28.125
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/local_policy.jar:
    META-INF/MANIFEST.MF
    META-INF/IBMFW2.SF
    META-INF/IBMFW2.DSA
    META-INF/
    default_local.policy
    INFO 2007-12-15 05:21:28.125
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:21:28.125
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:28.156
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:21:28.156
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:21:28.312
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/local_policy.jar META-INF/MANIFEST.MF:
    extracted: META-INF/MANIFEST.MF
    INFO 2007-12-15 05:21:28.546
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 05:21:28 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 05:26:40.343
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:40.343
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:40.343
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:41.953
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\jce_policy-1_5_0.zip:
    jce/
    jce/COPYRIGHT.html
    jce/README.txt
    jce/US_export_policy.jar
    jce/local_policy.jar
    INFO 2007-12-15 05:26:41.953
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck\local_policy.jar.
    INFO 2007-12-15 05:26:41.968
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck\META-INF\MANIFEST.MF.
    INFO 2007-12-15 05:26:41.968
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/META-INF.
    INFO 2007-12-15 05:26:41.968
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:41.968
    Creating directory C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck.
    INFO 2007-12-15 05:26:41.984
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:41.984
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:42.0
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:42.15
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:42.171
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf D:\jce_policy-1_5_0.zip jce/local_policy.jar:
    extracted: jce/local_policy.jar
    INFO 2007-12-15 05:26:42.187
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:42.187
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:42.203
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:26:42.203
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:26:42.359
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/jce/local_policy.jar:
    META-INF/MANIFEST.MF
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    default_local.policy
    INFO 2007-12-15 05:26:42.359
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:42.359
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:42.390
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:26:42.390
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:26:42.562
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/jce/local_policy.jar META-INF/MANIFEST.MF:
    extracted: META-INF/MANIFEST.MF
    INFO 2007-12-15 05:26:42.796
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 05:26:42 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 05:26:43.93
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 05:26:42 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2007-12-15 05:28:26.93
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:28:26.109
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce.log.
    INFO 2007-12-15 05:28:26.109
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce.log.
    INFO 2007-12-15 05:28:29.156
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:\j2sdk1.4.2_12\jre\lib\jce.jar:
    META-INF/MANIFEST.MF
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    javax/
    javax/crypto/
    javax/crypto/interfaces/
    javax/crypto/interfaces/DHKey.class
    javax/crypto/interfaces/DHPublicKey.class
    javax/crypto/interfaces/DHPrivateKey.class
    javax/crypto/interfaces/PBEKey.class
    javax/crypto/SecretKey.class
    javax/crypto/spec/
    javax/crypto/spec/RC2ParameterSpec.class
    javax/crypto/spec/RC5ParameterSpec.class
    javax/crypto/spec/PBEParameterSpec.class
    javax/crypto/spec/IvParameterSpec.class
    javax/crypto/spec/DESKeySpec.class
    javax/crypto/spec/DESedeKeySpec.class
    javax/crypto/spec/DHGenParameterSpec.class
    javax/crypto/spec/DHParameterSpec.class
    javax/crypto/spec/DHPrivateKeySpec.class
    javax/crypto/spec/DHPublicKeySpec.class
    javax/crypto/spec/PBEKeySpec.class
    javax/crypto/spec/SecretKeySpec.class
    javax/crypto/Cipher.class
    javax/crypto/CipherSpi.class
    javax/crypto/SunJCE_b.class
    javax/crypto/SunJCE_c.class
    javax/crypto/SunJCE_d.class
    javax/crypto/SunJCE_e.class
    javax/crypto/SunJCE_f.class
    javax/crypto/SunJCE_g.class
    javax/crypto/SunJCE_h.class
    javax/crypto/SunJCE_i.class
    javax/crypto/SunJCE_j.class
    javax/crypto/SunJCE_k.class
    javax/crypto/SunJCE_l.class
    javax/crypto/SunJCE_m.class
    javax/crypto/SunJCE_n.class
    javax/crypto/ExemptionMechanism.class
    javax/crypto/SunJCE_o.class
    javax/crypto/SunJCE_p.class
    javax/crypto/CipherInputStream.class
    javax/crypto/CipherOutputStream.class
    javax/crypto/KeyAgreement.class
    javax/crypto/KeyAgreementSpi.class
    javax/crypto/KeyGenerator.class
    javax/crypto/KeyGeneratorSpi.class
    javax/crypto/Mac.class
    javax/crypto/MacSpi.class
    javax/crypto/ShortBufferException.class
    javax/crypto/SecretKeyFactory.class
    javax/crypto/SecretKeyFactorySpi.class
    javax/crypto/NullCipherSpi.class
    javax/crypto/EncryptedPrivateKeyInfo.class
    javax/crypto/ExemptionMechanismSpi.class
    javax/crypto/ExemptionMechanismException.class
    javax/crypto/SealedObject.class
    javax/crypto/SunJCE_q.class
    javax/crypto/NullCipher.class
    javax/crypto/BadPaddingException.class
    javax/crypto/IllegalBlockSizeException.class
    javax/crypto/NoSuchPaddingException.class
    javax/crypto/SunJCE_r.class
    javax/crypto/SunJCE_s.class
    javax/crypto/SunJCE_t.class
    javax/crypto/SunJCE_u.class
    INFO 2007-12-15 05:36:57.406
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:36:57.421
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce.log.
    INFO 2007-12-15 05:36:57.437
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce.log.
    INFO 2007-12-15 05:37:00.234
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:\j2sdk1.4.2_12\jre\lib\jce.jar:
    META-INF/MANIFEST.MF
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    javax/
    javax/crypto/
    javax/crypto/interfaces/
    javax/crypto/interfaces/DHKey.class
    javax/crypto/interfaces/DHPublicKey.class
    javax/crypto/interfaces/DHPrivateKey.class
    javax/crypto/interfaces/PBEKey.class
    javax/crypto/SecretKey.class
    javax/crypto/spec/
    javax/crypto/spec/RC2ParameterSpec.class
    javax/crypto/spec/RC5ParameterSpec.class
    javax/crypto/spec/PBEParameterSpec.class
    javax/crypto/spec/IvParameterSpec.class
    javax/crypto/spec/DESKeySpec.class
    javax/crypto/spec/DESedeKeySpec.class
    javax/crypto/spec/DHGenParameterSpec.class
    javax/crypto/spec/DHParameterSpec.class
    javax/crypto/spec/DHPrivateKeySpec.class
    javax/crypto/spec/DHPublicKeySpec.class
    javax/crypto/spec/PBEKeySpec.class
    javax/crypto/spec/SecretKeySpec.class
    javax/crypto/Cipher.class
    javax/crypto/CipherSpi.class
    javax/crypto/SunJCE_b.class
    javax/crypto/SunJCE_c.class
    javax/crypto/SunJCE_d.class
    javax/crypto/SunJCE_e.class
    javax/crypto/SunJCE_f.class
    javax/crypto/SunJCE_g.class
    javax/crypto/SunJCE_h.class
    javax/crypto/SunJCE_i.class
    javax/crypto/SunJCE_j.class
    javax/crypto/SunJCE_k.class
    javax/crypto/SunJCE_l.class
    javax/crypto/SunJCE_m.class
    javax/crypto/SunJCE_n.class
    javax/crypto/ExemptionMechanism.class
    javax/crypto/SunJCE_o.class
    javax/crypto/SunJCE_p.class
    javax/crypto/CipherInputStream.class
    javax/crypto/CipherOutputStream.class
    javax/crypto/KeyAgreement.class
    javax/crypto/KeyAgreementSpi.class
    javax/crypto/KeyGenerator.class
    javax/crypto/KeyGeneratorSpi.class
    javax/crypto/Mac.class
    javax/crypto/MacSpi.class
    javax/crypto/ShortBufferException.class
    javax/crypto/SecretKeyFactory.class
    javax/crypto/SecretKeyFactorySpi.class
    javax/crypto/NullCipherSpi.class
    javax/crypto/EncryptedPrivateKeyInfo.class
    javax/crypto/ExemptionMechanismSpi.class
    javax/crypto/ExemptionMechanismException.class
    javax/crypto/SealedObject.class
    javax/crypto/SunJCE_q.class
    javax/crypto/NullCipher.class
    javax/crypto/BadPaddingException.class
    javax/crypto/IllegalBlockSizeException.class
    javax/crypto/NoSuchPaddingException.class
    javax/crypto/SunJCE_r.class
    javax/crypto/SunJCE_s.class
    javax/crypto/SunJCE_t.class
    javax/crypto/SunJCE_u.class
    INFO 2007-12-15 06:43:51.609
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 06:43:51.609
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce_policy-1_4_2.log.
    INFO 2007-12-15 06:43:51.625
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce_policy-1_4_2.log.
    INFO 2007-12-15 06:43:52.984
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\jce_policy-1_4_2.zip:
    jce/
    jce/local_policy.jar
    jce/US_export_policy.jar
    jce/README.txt
    jce/COPYRIGHT.html
    INFO 2007-12-15 06:43:52.984
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck\jce\local_policy.jar.

    Moving this thread to "basis" forum (sorry, I cannot move to SolMan forum).

  • SAP Best Practice: Problems with Loading of Transaction Data

    Hi!
    I am about to implement SAP Best Practices scenario "B34: Accounts Receivable Analysis".
    Therefore I load the data from SAP ERP IDES system into SAP NetWeaver 2004s system.
    My problems are:
    when I try to load the Transaction data for Infosources 0FI_AR_4 and 0FI_AR_6 I get the following errors/warnings:
    when I start the "schedule process" the status getting still "yellow 14:27: 31(194 from 0 records)"
    On the right side I see some actions that are also "yellow", e.g. "DataStore Activation (Change Lo ): not yet activated".
    As a result I cannot see any data in tcode "RSRT" executing the queries "0FIAR_C03/...".
    The problems there
    1) Input help of the web template of query don't contain any values
    2) no data will be shown
    Can some one help me to solve this problem?
    Thank you very much!
    Jürgen

    Be in the monitor window where u got the below issue
    when I start the "schedule process" the status getting still "yellow 14:27: 31(194 from 0 records)"
    and go to environment in the menu options TransactRFC--->in the sourcesystem...
    give the logon details and enter and from there give the correct target destination as ur BI server and execute...
    if u find some idoc's pending there push that manually using F6..
    and come back to ur load and refresh....
    if still it doen't turn green u can manully change status to red in STATUS tab and come to processing tab and expand ur processing details and right click on ur data packet which was not yet updated and select manual update...
    it shows busy status and when it comes out of that once again refresh...
    rgds,

  • DIM IDu0092s are polluted only when we load the Master data and SIDu0092s

    DIM ID’s are polluted only when we load the Master data and SID’s are polluted only when load the retraction data. System automatically performs the reconciliation of DIM and SID’s  when we delete the transaction and master data.
    a.     True
    b.     False

    Hi,
    You can use the mapping section of the transformation file for this purpose. It should be something like:
    *COL(5) + *Str(_) + *COL(1)
    I am considering that the 5th column of your file is the property. The 1st column is the ID.
    Please take a look at the below link for more information:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/5d/9a3fba600e4de29e2d165644d67bd1/content.htm
    Hope this helps.

  • Data Refresh Error: We cannot locate a server to load the workbook Data Model.

    Hello,
    Recently I have developed a PowerBI Report using Excel Workbook with external data source. It refreshes successfully for some days and then starts throwing error on every scheduled refresh as "We cannot locate a server to load the workbook Data
    Model." 
    The workaround solution is to restart the application server which has SQL Server Power Pivot Services Installed which will again work for some more days and again start throwing error.
    So, I am looking for permanent fix for it.
    Following are additional details about our SP Farm:
    No. of front end servers: 2, Application servers:2, DB servers 2 with windows fail over cluster.
    PowerPivot Server is installed and configured from App 2 server.
    Error Log from event viewer:
    Unable to load custom data source provider type: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.AdomdDataSourceProvider, Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
       at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
       at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
       at System.Type.GetType(String typeName, Boolean throwOnError)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.InitializeCustomDataSourceProviders()
    PerformancePoint Services error code 10107.
    Thanks,
    Ibrahim

    Hi ibrahim,
    Please try to do the following steps:
    1. Install "1033\x64\SQLSERVER2008_ASADOMD10.msi" from
    http://www.microsoft.com/en-us/download/details.aspx?id=26728
    2. In the Application Management section of the Central Administration home page, click Manage service applications.
    On the Manage Service Applications page, click the Excel Services service application that you want to configure.
    On the Manage Excel Services page, click Data Model.Click Add Server.
    In the Server Name box, type the name of the Analysis Services instance that you want to add.
    3. Check the thread below:
    https://social.technet.microsoft.com/Forums/en-US/ecc18319-88d8-4dd0-bafd-fa0d2edceffb/external-data-refresh-failed-we-cannot-locate-a-server-to-load-the-workbook-data-model?forum=sharepointadmin
    More information:
    https://timpanariuovidiu.wordpress.com/2013/02/14/71/
    https://support.microsoft.com/kb/2769345?wa=wsignin1.0
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Error while loading the master data into hierarchy

    Hi,
    When i am trying to load the master data into a hierarchy, it is showing me the following error.
    "Invalid Entry, hierarchy xxxxxx does not exist".
    Can you please tell me what might be the possible cause for this error.
    Thanks,
    Prateek

    Hello
    Have you created a hierarchy, I mean go to Transfer structure->Hierarchy structure 
    ->create hierarchy, put a check of whether it is sorted or time dependent etc. after that while loading data through infopackage just check that you have selected an appropriate hierarchy name in hierarchy selection tab.
    Hope it will help!!
    Regards,
    Sandeep

  • Error while loading  the master data

    Hi Masters,
              When I tried to load the master data, data was not loaded. Monitor tells, in YELLOW color (0 records from 0). Status telling following things
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    No Idocs arrived from the source system.
    Could you please help me...
    Thanks & Regards
    Raja.S

    Hi,
    Check the TRFC log.
    You can get to this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".
    Removing errors:
    If the TRFC is incorrect, check whether the source system is completely connected to the SAP BW. Check especially the authorizations of the background user in the source system.
    Resolutions:
    Reload the Master Data manually again from Info-package at RSA1.

  • HT4623 Is this the most up to date article on up dating the iPhone - it there anything about the problems relating to the up date to OS 6 - my G3 no longer works and Apple seems to have gone to ground.  No Genius bar appointments available for a week!

    Is this the most up to date article on up-dating the iPhone OS - is there anything about the problems relating to the up-date to OS 6 - my G3 no longer works and Apple seems to have gone to ground.  No Genius bar appointments available for a week!

    iOS 7 devices need iTunes 11.1 or newer to sync.  Depending upon your computer and the OS it is running, you may not be able to upgrade to iTunes 11.1 based on the requirements for iTunes 11.1.  What computer and OS are you running your iTunes on?  From the iTunes download pages I see the requiorements are:
    Macintosh System Requirements
    Mac computer with an Intel Core processor
    OS X version 10.6.8 or later
    400MB of available disk space
    Broadband Internet connection to use the iTunes Store
    Windows System Requirements
    PC with a 1GHz Intel or AMD processor and 512MB of RAM
    Windows XP Service Pack 2 or later, 32-bit editions of Windows Vista, Windows 7, or Windows 8
    64-bit editions of Windows Vista, Windows 7, or Windows 8 require the iTunes 64-bit installer
    400MB of available disk space
    Broadband Internet connection to use the iTunes Store

Maybe you are looking for