Error during webdynpro program executing

Dear guru ,
SAP V.: ECC6.0 SR2
Database : Sqlserver 2005
Error when processing your request
What has happened?
The URL http://eutserver:8000/sap/bc/webdynpro/sap/zz_00_sflight_2 was not called due to an error.
Note
    The following error text was processed in the system EUT : Die URL enthält keine vollständige Domainangabe (eutserver statt eutserver.).
    The error occurred on the application server EUTSERVER_EUT_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system EUT in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server EUTSERVER_EUT_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server EUTSERVER_EUT_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
Error code: ICF-IE-http -c: 811 -u: SAPUSER -l: E -s: EUT -i: EUTSERVER_EUT_00 -w: 0 -d: 20120210 -t: 192054 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team
Thanks & Regard
Saurav kumar

Hi Saurav,
refer below link for your referance and verify if FQDN is set correctly. once FQDN is set , ensure to access portal with http://<FQDN>:<portnumber>/../../
[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm]
Regards

Similar Messages

  • Generation error during WebDynpro migration from 7.0 to 7.31

    Hello everybody!
    We are trying to migrate some WebDynpro DCs to NW 7.31. After checking in the old sca file into the new track, synching the DCs in NWDS and creating projects for them, most of the DCs compile ok, but we get a build error in one WebDynpro DC we are not able to resolve.
    The build.log shows
        [wdgen] [Error]   Generation error while processing <somepath>/NWDSWorkplace_7_3.jdi/2/t/C5FB4D1181864A07E2DF8F1E8D280266/gen_wdp/packages/de/xxx/somepath/wdp/Resource<myview>.properties (java.lang.reflect.InvocationTargetException)
    with the stack trace showing an Generation error while processing template defaultResource:
         [wdgen] [Info]    Generation error while processing template defaultResource
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    java.lang.reflect.InvocationTargetException
         [wdgen] at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
         [wdgen] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen] at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen] at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:139)
         [wdgen] at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:207)
         [wdgen] at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:164)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentDefaultResource(Generation.java:541)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentResources(Generation.java:3188)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1788)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1772)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1772)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.generateComponentsForArchive(Generation.java:2660)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.generateMDOsForArchive(Generation.java:2604)
         [wdgen] at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1630)
         [wdgen] at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:190)
         [wdgen] at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:69)
    So far, everything I could find is pointing to some localisation issue, but I'm not able to solve the problem. Some hints say I'd have to change the language settings of the DC (or SC) upon import, but I never saw anything that gave me an opportunity to do so. On the other hand, other WebDynpro DCs in the same track get imported o. k. and compile without any error.
    The other thing I see in this WebDynpro DC is that in some views, all GUI element texts are missing, some views are o. k.
    Can anyone shed some light on this issue ?
    Thanks
    Michael

    Ok, I can provide some more information:
    In the WebDynpro DC's .dcdef file, I changed
    <properties>
      <localization xmlns="http://xml.sap.com/2003/06/Localization" xmlns:ns0="http://xml.sap.com/2003/06/Localization">
       <domain>BC</domain>
       <originalLocale>en</originalLocale>
      </localization>
      <minimizeClassFiles xmlns="http://xml.sap.com/2004/07/DCProperties/WebDynpro" xmlns:pns1="http://xml.sap.com/2004/07/DCProperties/WebDynpro">auto</minimizeClassFiles>
      <projectVersion xmlns="http://xml.sap.com/2004/07/DCProperties/WebDynpro">1</projectVersion>
    </properties>
    to
    <properties>
      <localization xmlns="http://xml.sap.com/2003/06/Localization" xmlns:ns0="http://xml.sap.com/2003/06/Localization">
       <domain>BC</domain>
       <originalLocale>de</originalLocale>
      </localization>
      <minimizeClassFiles xmlns="http://xml.sap.com/2004/07/DCProperties/WebDynpro" xmlns:pns1="http://xml.sap.com/2004/07/DCProperties/WebDynpro">auto</minimizeClassFiles>
      <projectVersion xmlns="http://xml.sap.com/2004/07/DCProperties/WebDynpro">1</projectVersion>
    </properties>
    After that, the views with previously missing GUI texts were showing these texts inside the NWDS WebDynpro view editor, and those views that did previously show these text didn't show them any more! So there seems to be some discrepancy regarding the language the views were created in.
    Any hint on what files have to be changed in what way to either remove internationalization completely or to set all views to a single language ?
    Thanks
    Michael

  • Getting errors when trying to execute CRUD programs

    Hi All
    I am trying to execute one of the CRUD programs for creating , updatying or deleting data in MDM server and a m getting a few errors .Could anybody advise.
    Created on Jun 6, 2007
    package com.sap.nw.mdm.rig;
    import com.sap.nw.mdm.rig.programs.data.blobs.BLOBDataProgram;
    import com.sap.nw.mdm.rig.programs.data.checkout_checkin_rollback.CheckOutCheckInRecordsProgram;
    import com.sap.nw.mdm.rig.programs.data.crud.CRUDDataProgram;
    import com.sap.nw.mdm.rig.programs.data.crud.bulk.BulkCRUDDataProgram;
    import com.sap.nw.mdm.rig.programs.data.keymapping.KeyMappingProgram;
    import com.sap.nw.mdm.rig.programs.data.search.SearchProgram;
    import com.sap.nw.mdm.rig.programs.data.search.attribute.AttributeSearchProgram;
    import com.sap.nw.mdm.rig.programs.data.search.field.FieldSearchProgram;
    import com.sap.nw.mdm.rig.programs.data.syndication.SyndicationProgram;
    import com.sap.nw.mdm.rig.programs.data.workflow.WorkflowProgram;
    import com.sap.mdm.data.RegionProperties;
    import com.sap.nw.mdm.rig.repository.Repository;
    import com.sap.nw.mdm.rig.server.Server;
    This class is the starting point to execute all sample programs.
    To see a description of the various programs you can execute, please have a look at the
    documentation for the following classes.  There are static variables in each of these
    classes that point to the various programs that can be executed with a description of
    what the program does.
    <ul>
    <li>{@link com.sap.nw.mdm.rig.programs.data.blobs.BLOBDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.checkout_checkin_rollback.CheckOutCheckInRecordsProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.crud.CRUDDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.crud.bulk.BulkCRUDDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.keymapping.KeyMappingProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.SearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.attribute.AttributeSearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.field.FieldSearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.syndication.SyndicationProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.workflow.WorkflowProgram}
    </ul>
    @author Richard LeBlanc
    public class Application {
         private Application() {
    Starts the application and executes a program
    @param args - not required
         static public void main(String[] args) {
              System.out.println("876876");
              Application app = new Application();
              System.out.println("11111");
              Program program = null;
              System.out.println("22222");
    Simply uncomment the line that contains the program you wish to execute and run this class.
    Blob Programs
    //          program = BLOBDataProgram.RETRIEVE_AND_WRITE_IMAGE_TO_FILE;
    //          program = BLOBDataProgram.RETRIEVE_AND_WRITE_PDF_TO_FILE;
    Checkout/Checkin Data Programs
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_NEW_CHECK_IN;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_NEW_ROLLBACK;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_EXISTING_CHECK_IN;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_EXISTING_ROLLBACK;
    Create Read Update Delete (CRUD) Data Programs
    //          program = CRUDDataProgram.CRUD_HIERARCHY_TABLE;
              program = CRUDDataProgram.CRUD_MAIN_TABLE;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_FLAT_AND_HIERARCHY_LOOKUP_FIELDS;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_QUALIFIED_LOOKUP_FIELD;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_TAXONOMY_LOOKUP_FIELD;
    //          program = CRUDDataProgram.CRUD_TAXONOMY_TABLE_WITH_ATTRIBUTES;
              System.out.println("333333");
    Bulk Create Read Update Delete (CRUD) data programs
    (many records at once)
    //          program = BulkCRUDDataProgram.BULK_CRUD_MAIN_TABLE;
    KeyMapping Programs
    //          program = KeyMappingProgram.RETRIEVE;
    Search Programs
    //          program = SearchProgram.DRILL_DOWN_SEARCH;
    //          program = SearchProgram.KEYWORD;
    //          program = SearchProgram.MASK;
    //          program = SearchProgram.NAMED_SEARCH;
    //          program = SearchProgram.QUALIFIER;
    Attribute Search Programs
    //          program = AttributeSearchProgram.COUPLED_NUMERIC;
    //          program = AttributeSearchProgram.NUMERIC;
    //          program = AttributeSearchProgram.TEXT;
    Field Search Programs
    //          program = FieldSearchProgram.BOOLEAN;
    //          program = FieldSearchProgram.CURRENCY;
    //          program = FieldSearchProgram.LITERAL_DATE;
    //          program = FieldSearchProgram.LOOKUP;
    //          program = FieldSearchProgram.TEXT;
    Syndication Programs
    //          program = SyndicationProgram.SYNDICATE_PORT;
    Workflow Programs
    //          program = WorkflowProgram.EXECUTE;
              //TODO enter MDS name
              String mdsName = "172.18.139.200"; //the name of the Master Data Server
              String repositoryName = "GDS_1"; //make sure this is the name you use when unarchiving
                                                           //the repository otherwise change it to reflect the name
                                                           //of your repository
              String regionName = "English [US]";
              String userName = "Admin"; //there is an admin user with no password in the provided repository
              String password = ""; //there is an admin user with no password in the provided repository
              System.out.println("67r86587");
              app.start(mdsName, repositoryName, regionName, userName, password, program);
    Establishes a connection to the given server and logs in to the given repository
    with the given logon information and executes the given program
         private void start(String serverName, String repositoryName, String regionName,
                                  String user, String password, Program program) {
              //Create an instance of the MDS
              Server server = Server.getInstance(serverName);
              System.out.println("444444");
              //Get the list of running repositories from the server
              Repository[] repositories = server.getRepositories();
              System.out.println("5555");
              Repository repository = null;
              //Go through the list of repositories and see if any match the
              //given repository name
              for(int i=0, j=repositories.length; i<j; i++){
                   System.out.println("666666bbye");
                   if(repositories<i>.getIdentifier().getName().equals(repositoryName)) {
                        System.out.println(" hello" +repositoryName);
                        repository = repositories<i>;
                        System.out.println(" hi"   + repository);          
              //Get the list of regions for the repository
              RegionProperties[] regions = repository.getRegions();
              RegionProperties region = null;
              //Go through the list of regions and see if any match the given
              //repository name
              for(int i=0, j=regions.length; i<j; i++){
                   System.out.println(" hello");
                   if(regions<i>.getName().equals(regionName)) {
                        region = regions<i>;
                        System.out.println(" 99999" +region);
              //Login to the repository as you would using the Data Manager
              //This creates a user and repository session that are available using
              //repository.getSession()
              repository.login(region, user, password);
              //execute the program from the list above
              program.execute(repository);
              System.out.println(" finally");
              //destroy the session (destroys the repository and user sessions)
              repository.getSession().destroy();
              //close the connection to the MDS
              repository.getServer().closeConnection();
    I am getting the following errors:
    Exception in thread "main" java.lang.IllegalArgumentException: Table with Code 'Products' does not exist in the repository 'GDS_1'
         at com.sap.mdm.internal.schema.RepositorySchemaImpl.getTableSchema(RepositorySchemaImpl.java:136)
         at com.sap.nw.mdm.rig.programs.data.crud.CRUDMainTableRecordProgram.execute(CRUDMainTableRecordProgram.java:33)
         at com.sap.nw.mdm.rig.Application.start(Application.java:211)
         at com.sap.nw.mdm.rig.Application.main(Application.java:157)

    Hi Stephen,
    I assume that a super admin user does not get these error messages, right? If so, this behaviour might come due to missing permissions on PCD objects for the user rubinmd. Please apply note 792370 which explains how to set end user permission on the pcd folder com.sap.ip.collaboration/Rooms
    Kind regards,
    Roland

  • JCO.Server Error while trying to execute a RFC program from SAP

    Hi,
    We are connecting to an external registered server program from SAP via Web Methods.
    The external server program is registered with the SAP Gateway. We have created a TCP/IP RFC destination and are able to connect to the destination successfully via SM59.
    An RFC function is created in SAP and is called using the syntax CALL FUNCTION "/NGN/BAPI_STRE_SEARCH_PROCESS" DESTINATION 'PRDB2B'. We have also handled the COMM_FALIURE and SYSTEM_FALIURE exceptions in the function call.
    We are monitoring the gateway via SMGW and see a connection log to the RFC destination as below
    Number - 10
    LUname - dev01
    TPName - sapgw00
    User - KRAORANE
    Status - CONNECTED
    Symbolic - PRDB2B
    Conversation - 86520353
    Prot - REG
    SAP return code - 0
    CPIC rtn code - 0
    The external program returns results as expected.
    However sometimes the RFC fails and returns the message “JCO.Server could not create server function /NGN/BAPI_STRE_SEARCH_PROCESS”.
    We are not able to figure what exactly is causing this error. Any help will be highly appreciated.
    -Kiran

    Hi,
    Please see the below links..
    JCO.Server Error while trying to execute a RFC program from SAP
    Re: JCO.Servcer could not find server function
    Re: JCO.Server could not find server function 'SET_SLD_DATA'
    /people/kathirvel.balakrishnan2/blog/2005/07/26/remote-enable-your-rfchosttoip-to-return-host-ip-to-jco
    Re: interfacing SAP with an existing java applications
    http://help.sap.com/saphelp_nw04/helpdata/en/47/80f671ee6e4b41b63c0fe46bd6e4f8/content.htm
    http://www.sapgenie.com/faq/jco.htm
    Regards
    Chilla..

  • Microsoft Office Customiziatoin Installer : Error during installation, file:///c:/Program Files (x86)/Microsoft Visual Studio Excel 2013, Windows 7 64 bit

    How do I get ride of the Microsoft Office Customization Installer  Error during installation, Name:  file:///c:/Program Files (x86)/Microsoft Visual Studio     From:  10.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto
    Downloading file: :///c:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto did not succeed
    Details: 
    Name: 
    From: file:///c:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto
    ************** Exception Text **************
    System.Deployment.Application.DeploymentDownloadException: Downloading file:///c:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto did not succeed. ---> System.Net.WebException:
    Could not find file 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto'. ---> System.Net.WebException: Could not find file 'c:\Program Files (x86)\Microsoft Visual
    Studio 10.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto'. ---> System.IO.FileNotFoundException: Could not find file 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto'.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath,
    Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
       at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
       at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
       --- End of inner exception stack trace ---
       at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
       at System.Net.FileWebRequest.GetResponseCallback(Object state)
       --- End of inner exception stack trace ---
       at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.FileWebRequest.GetResponse()
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
       --- End of inner exception stack trace ---
       at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)
       at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()

    I discovered the cause of this problem. I had pointed my "My Documents" folder to a NAS drive that I had rather than my C drive. Apparently Photoshop was dependant on it being on the C dirve. When I  repointed this back to my C drive CS5 installed properly.

  • PARSE_APPLICATION_DATA Error during XML = ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/SAS0446CC11CC6EC1AD4789 Line 24 An error occurred when deserializing in the simple transformation program /1SAI/SAS0446CC11CC6EC1AD4789

    Hi Experts ,
    i have a scenario proxy to soap  where i am getting error while getting the response .
    we are sending the request successfully and getting response .some times we are getting in proxy level error below
    PARSE_APPLICATION_DATA Error during XML => ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/SAS0446CC11CC6EC1AD4789 Line 24 An error occurred when deserializing in the simple transformation program /1SAI/SAS0446CC11CC6EC1AD4789 (Cha
    Please help us to fix this bug in proxy response.
    Regards
    Ravi

    Hello Ravinder,
    Can you please post the complete stack trace, it seems to be some fields are getting truncated i,e data sent from the program to the proxy object might be violating some length restrictions.
    Please check your message interface field lengths and what is being passed to the proxy.
    Regards,
    Ravi.

  • Error when defining a program executable

    Could anybody explain the following error, which appears when I attempt to define an executable, GLCRVL against a program (GLCRVL2). Appears when closing the "Concurrent Program Executable" form:
    *"APP-FND-00508: Please enter a unique execution file name that is not already in use for your application"*
    The executable in question is
    /opt/oracle/DOLNSGC3/apps_11i/appl/gl/11.5.0/bin/GLCRVL
    I made a copy of the GLCRVL spawned program, which now exists in FND_CONCURRENT_PROGRAMS AS
    SQL> select application_id AS APP_ID
    2 ,concurrent_program_id AS CP_ID
    3 ,concurrent_program_name AS CP_NAME
    4 ,executable_application_id AS EXA_ID
    5 ,executable_id AS EX_ID
    6 ,execution_method_code AS EXM_CODE
    7 ,argument_method_code AS AM_CODE
    8 ,enabled_flag
    9 from FND_CONCURRENT_PROGRAMS
    10 where CONCURRENT_PROGRAM_NAME in ('GLCRVL', 'GLCRVL2')
    11 /
    APP_ID CP_ID CP_NAME XA_ID EX_ID E A E
    101 20397 GLCRVL 101 149 A D Y
    101 45769 GLCRVL2 101 149 A D Y
    Running 11.5.0 on Sun Solaris with 64-bit 10.2.0.4.0 Oracle DB Server

    Hi all,
    not sure if any of you are still watching this one, but I thought I'd update you on some good progress! I managed to get a spawned process working by registering it using the PL/SQL API, as follows:
    set serveroutput on
    declare
      b_Continue boolean := true;
      v_Prg_Name        varchar2(20) := 'GL_REVAL';
      v_Exec_Name       varchar2(20) := 'GL_REVAL';
    begin
      begin
        begin
          fnd_program.delete_executable(v_Exec_name, 'SQLGL');
          commit;
          dbms_output.put_line('executable ' || v_Exec_Name || ' removed from SQLGL');
          exception -- catch
            when others then
              null;
        end;
        fnd_program.executable(v_Exec_Name -- executable
                              , 'SQLGL' -- application
                              , v_Exec_Name -- short_name
                              , 'Backend program - Reval Balances' -- description
                              , 'Spawned' -- execution_method
                              , 'GLCRVL' -- execution_file_name
                              , null -- subroutine_name
                              , null -- Execution File Path
                              , 'US' -- language_code
                              , null);
        commit;
        b_Continue := true;
        dbms_output.put_line('Registration of executable ' || v_Exec_Name || ' sucessful');
        exception
          when others then
            rollback;
            dbms_output.put_line('Registration error for executable ' || v_Exec_Name || ', ' || sqlerrm);
      end;
      if (b_Continue) then
        begin
          begin
            fnd_program.delete_program(v_Prg_Name, 'SQLGL');
            commit;
            dbms_output.put_line('program ' || v_Prg_Name || ' in SQLGL removed');
            exception -- catch
              when others then
                null;
          end;
          fnd_program.register ( program                        => 'Program - Revalue Balances (Backend)'
                                ,application                    => 'SQLGL'
                                ,enabled                        => 'Y'
                                ,short_name                     => v_Prg_Name
                                ,description                    => 'Revalue Balances'
                                ,executable_short_name          => v_Exec_Name
                                ,executable_application         => 'SQLGL'
                                ,execution_options              => null
                                ,priority                       => null
                                ,save_output                    => 'Y'
                                ,print                          => 'Y'
                                ,cols                           => null
                                ,rows                           => null
                                ,style                          => null
                                ,style_required                 => 'N'
                                ,printer                        => null
                                ,request_type                   => null
                                ,request_type_application       => null
                                ,use_in_srs                     => 'Y'
                                ,allow_disabled_values          => 'N'
                                ,run_alone                      => 'N'
                                ,output_type                    => 'TEXT'
                                ,enable_trace                   => 'N'
                                ,restart                        => 'N'
                                ,nls_compliant                  => 'Y'
                                ,icon_name                      => null
                                ,language_code                  => 'US'
                                ,mls_function_short_name        => null
                                ,mls_function_application       => null
                                ,incrementor                    => null);
          commit;
          dbms_output.put_line('Registration of program ' || v_Prg_Name || ' sucessful');
          exception
            when others then
              b_Continue := false;
              rollback;
              dbms_output.put_line('Registration error for program GL_REVAL ' || sqlerrm);
        end;
      end if;
      if (b_Continue) then
        begin
          fnd_program.remove_from_group(v_Prg_Name, 'SQLGL', 'GL Concurrent Program Group', 'SQLGL');
          dbms_output.put_line('program ' || v_Prg_Name || ' removed from group "GL Concurrent_Group" in SQLGL');
          commit;
          exception
            when others then
              rollback;
              null;
        end;
        begin
          fnd_program.add_to_group(v_Prg_Name -- program_short_name
                                 , 'SQLGL' -- application
                                 , 'GL Concurrent Program Group' -- Request Group Name
                                 , 'SQLGL'); -- Report Group Application
          commit;
          b_Continue := true;
          dbms_output.put_line('program, ' || v_Prg_Name || ', sucessfully added to group "GL Concurrent Program Group"');
          exception
            when others then
              b_Continue := false;
              rollback;
              dbms_output.put_line('Registration error for program ' || v_Prg_Name || ' in group' || sqlerrm);
        end;
      end if;
      begin
        if (b_Continue) then
          if (fnd_program.parameter_exists (v_Prg_Name, 'SQLGL', 'Set of Books ID') ) then
            fnd_program.delete_parameter(v_Prg_Name, 'SQLGL', 'Set of Books ID');
            commit;
            dbms_output.put_line('Parameter "Set of Books ID" removed');
          end if;
          if (fnd_program.parameter_exists (v_Prg_Name, 'SQLGL', 'Revaluation ID') ) then
            fnd_program.delete_parameter(v_Prg_Name, 'SQLGL', 'Revaluation ID');
            commit;
            dbms_output.put_line('Parameter "Revaluation ID" removed');
          end if;
          if (fnd_program.parameter_exists (v_Prg_Name, 'SQLGL', 'PERIOD') ) then
            fnd_program.delete_parameter(v_Prg_Name, 'SQLGL', 'PERIOD');
            commit;
            dbms_output.put_line('Parameter "PERIOD" removed');
          end if;
          if (fnd_program.parameter_exists (v_Prg_Name, 'SQLGL', 'EFFECTIVE_DATE') ) then
            fnd_program.delete_parameter(v_Prg_Name, 'SQLGL', 'EFFECTIVE_DATE');
            commit;
            dbms_output.put_line('Parameter "EFFECTIVE_DATE" removed');
          end if;
          if (fnd_program.parameter_exists (v_Prg_Name, 'SQLGL', 'RATE_DATE') ) then
            fnd_program.delete_parameter(v_Prg_Name, 'SQLGL', 'RATE_DATE');
            commit;
            dbms_output.put_line('Parameter "RATE_DATE" removed');
          end if;
          fnd_program.parameter (program_short_name            => v_Prg_Name
                                ,application                   =>  'SQLGL'
                                ,sequence                      => 10
                                ,parameter                     => 'Set Of Books ID'
                                ,description                   => null
                                ,enabled                       => 'Y'
                                ,value_set                     => 'GL_SRS_SET_OF_BOOKS'
                                ,default_type                  => 'S'
                                ,default_value                 => null
                                ,required                      => 'Y'
                                ,enable_security               => 'N'
                                ,range                         => null
                                ,display                       => 'N'
                                ,display_size                  => 30
                                ,description_size              => 50
                                ,concatenated_description_size => 25
                                ,prompt                        => 'Set Of Books'
                                ,token                         => '');
          dbms_output.put_line('Parameter "Set of Books ID" added');
          fnd_program.parameter (program_short_name            => v_Prg_Name
                                ,application                   =>  'SQLGL'
                                ,sequence                      => 20
                                ,parameter                     => 'Revaluation ID'
                                ,description                   => null
                                ,enabled                       => 'Y'
                                ,value_set                     => 'GL_SRS_REVAL_NAME'
                                ,default_type                  => 'S'
                                ,default_value                 => null
                                ,required                      => 'Y'
                                ,enable_security               => 'N'
                                ,range                         => null
                                ,display                       => 'Y'
                                ,display_size                  => 35
                                ,description_size              => 50
                                ,concatenated_description_size => 25
                                ,prompt                        => 'Revaluation'
                                ,token                         => '');
          dbms_output.put_line('Parameter "Revaluation ID" added');
          fnd_program.parameter (program_short_name            => v_Prg_Name
                                ,application                   =>  'SQLGL'
                                ,sequence                      => 30
                                ,parameter                     => 'PERIOD'
                                ,description                   => null
                                ,enabled                       => 'Y'
                                ,value_set                     => 'GL_SRS_REVAL_PERIOD'
                                ,default_type                  => null
                                ,default_value                 => null
                                ,required                      => 'Y'
                                ,enable_security               => 'N'
                                ,range                         => null
                                ,display                       => 'Y'
                                ,display_size                  => 15
                                ,description_size              => 50
                                ,concatenated_description_size => 25
                                ,prompt                        => 'Period'
                                ,token                         => '');
          dbms_output.put_line('Parameter "PERIOD" added');
          fnd_program.parameter (program_short_name            => v_Prg_Name
                                ,application                   =>  'SQLGL'
                                ,sequence                      => 40
                                ,parameter                     => 'EFFECTIVE_DATE'
                                ,description                   => null
                                ,enabled                       => 'Y'
                                ,value_set                     => 'GL_SRS_STANDARD_DATE'
                                ,default_type                  => 'S'
                                ,default_value                 => null
                                ,required                      => 'Y'
                                ,enable_security               => 'N'
                                ,range                         => null
                                ,display                       => 'Y'
                                ,display_size                  => 11
                                ,description_size              => 50
                                ,concatenated_description_size => 25
                                ,prompt                        => 'Effective Date'
                                ,token                         => '');
          dbms_output.put_line('Parameter "EFFECTIVE_DATE" added');
          fnd_program.parameter (program_short_name            => v_Prg_Name
                                ,application                   =>  'SQLGL'
                                ,sequence                      => 50
                                ,parameter                     => 'RATE_DATE'
                                ,description                   => null
                                ,enabled                       => 'Y'
                                ,value_set                     => 'GL_SRS_STANDARD_DATE'
                                ,default_type                  => 'A'
                                ,default_value                 => 'EFFECTIVE_DATE.VALUE'
                                ,required                      => 'N'
                                ,enable_security               => 'N'
                                ,range                         => null
                                ,display                       => 'Y'
                                ,display_size                  => 11
                                ,description_size              => 50
                                ,concatenated_description_size => 25
                                ,prompt                        => 'Rate Date'
                                ,token                         => '');
          dbms_output.put_line('Parameter "RATE_DATE" added');
          commit;
          dbms_output.put_line(' ');
          dbms_output.put_line('All parameters added sucessfully ');
          b_Continue := true;
        end if; -- if (b_Continue) then
        exception
          when others then
            rollback;
            b_Continue := false;
            dbms_output.put_line('Error adding parameters ');
      end;
      if (b_Continue) then
        dbms_output.put_line('All registration was sucessful');
      else
        dbms_output.put_line('Registration unsucessful');
      end if;
      exception
        when others then
          rollback;
          dbms_output.put_line('Registration Error ' || sqlerrm);
    end;
    show errI then ran a test using the following script, and it seems to work!!!
    set serveroutput on
    declare
      b_Set_NLS         boolean;
      b_Wait            boolean;
      n_Request_ID      number;
      p_Language        varchar2(20) := 'AMERICAN';
      v_Phase           varchar2(100);
      v_Status          varchar2(100);
      v_Dev_Phase       varchar2(100);
      v_Dev_Status      varchar2(100);
      v_Message         varchar2(100);
      FND_EXCEPTION     exception;
      v_FND_EXC         varchar2(50);
      v_Prg_Name        varchar2(20) := 'GL_REVAL';
    begin
      fnd_global.apps_initialize(1208, 50211, 101);
      fnd_program.enable_program(v_Prg_Name, 'SQLGL', 'Y');
      if not (fnd_program.executable_exists(v_Prg_Name, 'SQLGL') ) then
        v_FND_EXC := 'App ' || v_Prg_Name || ' does not exist';
        raise FND_EXCEPTION;
      end if;
      dbms_session.set_nls(param => 'nls_language'
                          ,value => p_Language);
      b_Set_NLS := fnd_submit.set_nls_options(p_Language);
      -- Test parameters
      n_Request_ID := fnd_request.submit_request( application => 'SQLGL'
                                                 ,program     => v_Prg_Name
                                                 ,description => 'Program - Revalue Balances (Backend)'
                                                 ,start_time  => ''
                                                 ,sub_request => false
                                                 ,argument1   => '2'
                                                 ,argument2   => '10060' --p_Revaluation_ID
                                                 ,argument3   => 'Oct-09' --p_Period
                                                 ,argument4   => '2009/10/31 00:00:00'
                                                 --,argument5   => p_Rate_Date
      if (n_Request_ID > 0) then
        commit;
        b_Wait := fnd_concurrent.wait_for_request(request_id => n_Request_ID
                                                 ,interval   => 60
                                                 ,max_wait   => 0
                                                 ,phase      => v_Phase
                                                 ,status     => v_Status
                                                 ,dev_phase  => v_Dev_Phase
                                                 ,dev_status => v_Dev_Status
                                                 ,message    => v_Message);
        v_FND_EXC := v_Dev_Status;
        if (v_Dev_Phase = 'COMPLETE') then
          case v_Dev_Status
            when 'WARNING' then
              raise FND_EXCEPTION;
            when 'ERROR' then
              raise FND_EXCEPTION;
            when 'NORMAL' then
              null;
            else
              v_FND_EXC := 'UNKNOWN';
              raise FND_EXCEPTION;
          end case;
        else
          v_FND_EXC := 'INCOMPLETE,' || v_Dev_Phase;
          raise FND_EXCEPTION;
        end if;
      end if;
      -- No Request ID has been returned by FND_REQUEST.SUBMIT_REQUEST or FND_SUBMIT.SUBMIT_SET
      if (n_Request_ID = 0) then
        v_FND_EXC := 'SUBMISSION FAILURE';
        raise FND_EXCEPTION;
      end if;
      dbms_output.put_line(v_Prg_Name || ' ran fine ');
    exception
      when FND_EXCEPTION then
        dbms_output.put_line('Request Exception, ' || v_FND_EXC);
      when others then
        v_FND_EXC := 'UNKNOWN';
        dbms_output.put_line(v_FND_EXC || ' ' || sqlerrm);
    end;
    /Cheers!
    P;

  • Error during executing the tp command 'tp Connect DEV...

    Dear All,
       There is error when I SPAM support package SAPKB70010.(SAP ECC6.0)
       Info:
       Import phase 'CHECK_REQUIREMENTSS'
       \HOSTNAME\SAPMNT\trans\bin\TPPARAM
       Error during executing the tp command 'tp connect DEV...'
       TP return cod:'0208', tp message:'error in transportprofil (param missing,unknow..'tp output
       sapmnt\trans\bin\TPPARAM could not be opened.
      EXIT
      ERROR:
    System: Parameter SAPEVTPATH not set. Batch jobs cannot be started.
      Error in
    hostname\sapmnt\trans\bin\TPPARAM: transdir not set.
      tp return code Summary:
      TOOLS:Hightest return code of single steps was:0
      ERRORS: Highest tp internal error was:0208
    My environment:
    Win2003 X64
    Oracle 10.2
    SAP ECC 6.0  Basis 700  09
    Kernel patch num:254
    How to solve the issue?
    Thank you very much!

    Hi
    2 possible problems.
    1) tp is using the wrong profile
    2) the profile is not complete
    For 1, specify the profile when using the tp command e.g. tp connect dr1
    pf='/usr/sap/trans/DR1/bin/TPPARAM'
    For 2 you need to edit the TPPARAM file and insert the correct values e.g.
    DR1/sapevtpath = /usr/sap/$(system)/SYS/exe/run/sapevt or you can add
    it into the command line with the -D option
    At the command prompt enter 'tp connect' and the help file will be
    displayed for that command with the available options
    Cheers
    Nirav Kundaria

  • ABAP/4 error during dynamic assign beyond program bounds

    Hi experts,
    after an Upgrade from 4.7 to Ecc 6.0, launching transaction AC03 an error (green light) occours "ABAP/4 error during dynamic assign beyond program bounds".
    Is there anyone who find a solution?
    regards
    andrea brescia
    Edited by: andrea brescia on Nov 30, 2010 1:42 PM

    Dear Andrea,
    The problem should be caused by obsolete entry in table TFAWX.
    Please use the following report for deleting this entry (test before in your TEST System) :
    report ztfawx_delete.
    tables tfawx.
    select single * from tfawx where prog = 'SAPLBAS0'
                                and bldgr = '0110'
                                and mnum  = 23
                                and bfeld = '$GENERAL'.
    if sy-subrc = 0.
      delete tfawx.
    endif.
    Buona Giornata
    Mauro

  • Error during execute UTL_MAIL package

    I am using Oracle 10g in windows environment.
    I got following error during execute utl_mail.send package.
    ERROR at line 1:
    ORA-29278: SMTP transient error: 421 Service not available
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 97
    ORA-06512: at "SYS.UTL_SMTP", line 139
    ORA-06512: at "SYS.UTL_MAIL", line 405
    ORA-06512: at "SYS.UTL_MAIL", line 594
    ORA-06512: at line 2
    What is the solution..
    Message was edited by:
    Pankaj Gupta

    Are you sure your configuration is set up correctly.
    Note: the UTL_MAIL package is not installed by default. It can be created by running two scripts, <ORACLE_HOME>/rdbms/admin/utlmail.sql and <ORACLE_HOME>/rdbms/admin/prvtmail.sql, from a SQL*Plus session.
    In addition, a new initialization parameter, SMTP_OUT_SERVER, specifies the name of the mail server domain. Oracle does this because it gives the DBA a chance to secure the port that SMTP_OUT_SERVER defines from being overloaded from incoming data transmissions. If SMTP_OUT_SERVER is not defined, however, Oracle automatically accepts the domain from the DB_DOMAIN initialization parameter instead.

  • Variable not set (error 91)/Error during import (error 102)/execut bat file

    We are on BO 11.5.0.0 and using the COM SDK with Visual Basic to run multiple reports (sometimes multiple flavors of the same report) through a bat file.
    If we run the reports single-threaded through the bat file, the reports run fine.  However, if multiple versions of the bat file start at approximately the same time, we get one of two errors:
    91 Object variable or With block variable not set
    102 Error during import document -
    Here's the part of the code with the problem:
    Dim BOapp As busobj.Application
    Dim receiveDoc As busobj.Document
    Set BOapp = New busobj.Application
    BOapp.Interactive = False
    BOapp.Logon strUser, strPass, strFromSystem, "Enterprise", False, False
    BOapp.Visible = False
    Set receiveDoc = BOapp.Documents.OpenFromEnterprise(strFromRep, strFromFolder, boFolder)
    receiveDoc.SaveAs (strDocumentPath & strFromRep & ".REP")
    Values for the following variables are passed in from the bat file:
    strUser
    strPass
    strFromSystem
    strFromRep
    strFromFolder
    strDocumentPath
    If it fails on the OpenFromEnterprise statement, we get the 102 error.
    If it fails on the SaveAs statement, we get the 91 error.
    Running it through debug hasn't helped, since we are running only one report.
    Any thoughts on what could be going wrong?
    Thanks in advance

    I have tried this running the VB code on my desktop (outside of the bat file) and nothing out of the ordinary occurs.  The VB code runs fine with only one occurrence.
    I had seen on other posts "ThisDocument" and didn't know if it would be applicable in this situation.  I also wasn't sure how it should be used based on the rest of my code.  Would "ThisDocument" make a difference?
    Thanks again

  • Error during program syntax check

    Hi,
    I have written the following code
    INCLUDE zfirf_rfd_final_top.
    * INCLUDE ZFIRF_RFD_FINAL1_O01                    .  " PBO-Modules
    * INCLUDE ZFIRF_RFD_FINAL1_I01                    .  " PAI-Modules
    INCLUDE ZFIRF_RFD_FINAL_F01                    .  " FORM-Routines
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS:     p_keydt TYPE erdk-erdat OBLIGATORY.
    SELECT-OPTIONS: s_bp    FOR  erdk-partner,
                    s_ca    FOR  erdk-vkont.
    SELECTION-SCREEN END OF BLOCK b1.
    INITIALIZATION.
      SET TITLEBAR 'REFUND'.
    START-OF-SELECTION.
    PERFORM get_data_from_selection.
    FORM get_data_from_selection.
      SELECT opbel
             partner
             vkont
        FROM erdk
        INTO CORRESPONDING FIELDS OF TABLE t_erdk
       WHERE verart      EQ c_43
         AND simulated   EQ space
         AND stokz       EQ space
         AND tobreleasd  EQ space
         AND intopbel    EQ space
         AND invoiced    NE space
         AND partner     IN s_bp
         AND vkont       IN s_ca.
    ENDFORM.
    when i do a syntax check i get the following error
    The IN operator with "S_BP" is followed neither by an internal table nor by a value list.
    Can you suggest what is the error in the program ?
    Regards,
    Imran

    Hi Imran,
    please try this one dont try in perform and form
    INCLUDE zfirf_rfd_final_top.
    INCLUDE ZFIRF_RFD_FINAL1_O01                    .  " PBO-Modules
    INCLUDE ZFIRF_RFD_FINAL1_I01                    .  " PAI-Modules
    INCLUDE ZFIRF_RFD_FINAL_F01                    .  " FORM-Routines
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS:     p_keydt TYPE erdk-erdat OBLIGATORY.
    SELECT-OPTIONS: s_bp    FOR  erdk-partner,
                    s_ca    FOR  erdk-vkont.
    SELECTION-SCREEN END OF BLOCK b1.
    INITIALIZATION.
      SET TITLEBAR 'REFUND'.
    START-OF-SELECTION.
      SELECT opbel
             partner
             vkont
        FROM erdk
        INTO CORRESPONDING FIELDS OF TABLE t_erdk
       WHERE verart      EQ c_43
         AND simulated   EQ space
         AND stokz       EQ space
         AND tobreleasd  EQ space
         AND intopbel    EQ space
         AND invoiced    NE space
         AND partner     IN s_bp
         AND vkont       IN s_ca.
    reward points to all helpful answers
    kiran.M

  • Execution of Reports phase error during SAP EHP4 upgrade with EHPi

    I started getting an error message in the "Execution of reports after put" phase
    (within the Downtime phase) during the SAP EHP4 upgrade with Enhancement
    Package Installer.
    ***** LIST OF ERRORS
    AND RETURN CODES *****
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~XPRA ERRORS and RETURN CODE in SAPRB70104.OPQ
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1AETR012XProgram terminated (job: "RDDEXECL", no.: "09064300") Long
    text: Cause Program "&V#&", which was started in the background, was
    terminated abnormally. System Response The system created a job log for
    the terminated program. What to do Proceed as follows: Log onto the
    system in which the program was executed. The system is specified at the
    beginning of the transport log. Then call transaction SM37 to display the
    job log. Enter "&V#&" as job name and "DDIC" as user name. Restrict the
    starting date to the starting date specified in the transport log. For
    the other selection criteria, select only jobs with the status
    "cancelled". Then press <LS>Execute</>. A list of the jobs satisfying the
    selection criteria is displayed. You can display the log by pressing
    <LS>Job log</>. If the list contains several jobs, you can select the job
    with the ID " &V#&" with <LS>Display</> -> <LS>Job details</> or define
    further details for the selection criteria in the initial screen of
    transaction SM37. If the ABAP processor reports cancellation,
    double-clicking on the corresponding message in the job log branches to
    the display of the corresponding short dump. 1AEPU320 See job
    log"RDDEXECL""09064300""OPQ" 1 ETP111 exit code : "12" >>> PLEASE READTHE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<< XPRAs are
    application reports that run at the end of an upgrade.
    Most XPRA reportshave a report documentation that explains what the report does and how
    errors can be corrected. Call transaction se38 in the SAP system, enter
    the report name, select 'Documentation' and click the 'Display' button.
    >>> The problematic XPRAs are mentioned in messages of type PU132 above
    <<<
    I tried to follow the instructions in note 1269960, but the enhancement spot
    CLASSIFICATION_TOOL was already active. I activated it again and reran the phase
    but got the same error. Also, I couldn't implement the note using SNOTE because it is
    the middle of the upgrade process.
    I also found the following long text in ST22
    "Internal error during syntax check: ("//bas/710_REL/src/krn/gen/scsymb.c#11"
    Processing had to be terminated because an internal error
    occurred when generating the ABAP/4 program
    "CL_CLS_BADI_CHARACTERIZATION==CP".
    The internal system error cannot be fixed by ABAP means only."
    I am on a 64 bit System with CentOS Linux. 8 GB RAM, 250 GB HD with 20 GB free space.
    So far, I could not find any information on this. Any help would be greatly appreciated!
    Thanks,
    Victor

    Hi Victor,
    Go to SM37 and put in the username as DDIC and see the job log.
    Also check  Sm50 and see whether you have BTC processes available.
    Last but not the least check your filesystem space  usage too.
    Gerard

  • Error during installation ECC6

    Hi,
    I have this error during the installation on Ecc6.0 on Windows server 2003 with Oracle 10.2:
    In phase "IMPORT ABAP".
    HELP ME PLEASE.....
    This is my log file:
    ERROR 2008-09-17 16:07:41
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2008-09-17 16:07:41
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    IMPORT_MONITOR.JAVA.LOG
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
    Import Monitor jobs: running 1, waiting 17, completed 0, failed 0, total 18.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 0, waiting 17, completed 0, failed 1, total 18.
    IMPORT_MONITOR.LOG
    INFO: 2008-09-17 15:12:43
    Import Monitor is started.
    CONFIG: 2008-09-17 15:12:43
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 15:12:43
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 15:12:43
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 15:12:43 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 15:12:43 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 15:12:43
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 15:12:47
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 15:12:47
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 15:12:56 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 15:12:56 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -ctf I D:\TEMP\EXP2\DATA\SAPSDIC.STR C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL SAPSDIC.TSK ORA -l SAPSDIC.log
    TRACE: 2008-09-17 15:12:56 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 15:29:46 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 15:30:13
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 15:30:13
    1 error(s) during processing of packages.
    INFO: 2008-09-17 15:30:13
    Import Monitor is stopped.
    INFO: 2008-09-17 15:33:58
    Import Monitor is started.
    CONFIG: 2008-09-17 15:33:58
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 15:33:58
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 15:33:58
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 15:33:58 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 15:33:58 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 15:33:58
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 15:33:59
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 15:33:59
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 15:34:00 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 15:34:00 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 15:34:04 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 15:34:28
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 15:34:28
    1 error(s) during processing of packages.
    INFO: 2008-09-17 15:34:28
    Import Monitor is stopped.
    INFO: 2008-09-17 15:35:10
    Import Monitor is started.
    CONFIG: 2008-09-17 15:35:10
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 15:35:10
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 15:35:10
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 15:35:10 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 15:35:10 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 15:35:10
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 15:35:11
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 15:35:11
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 15:35:12 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 15:35:12 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 15:35:14 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 15:35:40
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 15:35:40
    1 error(s) during processing of packages.
    INFO: 2008-09-17 15:35:40
    Import Monitor is stopped.
    INFO: 2008-09-17 15:39:14
    Import Monitor is started.
    CONFIG: 2008-09-17 15:39:14
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 15:39:14
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 15:39:14
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 15:39:14 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 15:39:14 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 15:39:14
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 15:39:15
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 15:39:15
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 15:39:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 15:39:17 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 15:39:18 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 15:39:44
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 15:39:44
    1 error(s) during processing of packages.
    INFO: 2008-09-17 15:39:44
    Import Monitor is stopped.
    INFO: 2008-09-17 15:45:19
    Import Monitor is started.
    CONFIG: 2008-09-17 15:45:19
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 15:45:19
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 15:45:19
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 15:45:19 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 15:45:19 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 15:45:20
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 15:45:20
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 15:45:20
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 15:45:22 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 15:45:22 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 15:45:23 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 15:45:49
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 15:45:49
    1 error(s) during processing of packages.
    INFO: 2008-09-17 15:45:49
    Import Monitor is stopped.
    INFO: 2008-09-17 15:50:38
    Import Monitor is started.
    CONFIG: 2008-09-17 15:50:38
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 15:50:38
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 15:50:38
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 15:50:38 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 15:50:38 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 15:50:39
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 15:50:39
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 15:50:39
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 15:50:41 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 15:50:41 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 15:50:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 15:51:08
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 15:51:08
    1 error(s) during processing of packages.
    INFO: 2008-09-17 15:51:08
    Import Monitor is stopped.
    INFO: 2008-09-17 16:02:55
    Import Monitor is started.
    CONFIG: 2008-09-17 16:02:55
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 16:02:55
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 16:02:55
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 16:02:55 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 16:02:55 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 16:02:55
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 16:02:56
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 16:02:56
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 16:02:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 16:02:58 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 16:02:59 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 16:03:25
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 16:03:25
    1 error(s) during processing of packages.
    INFO: 2008-09-17 16:03:25
    Import Monitor is stopped.
    INFO: 2008-09-17 16:06:36
    Import Monitor is started.
    CONFIG: 2008-09-17 16:06:36
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 16:06:36
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 16:06:36
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 16:06:36 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 16:06:36 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 16:06:37
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 16:06:38
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 16:06:38
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 16:06:39 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 16:06:39 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 16:06:41 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 16:07:06
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 16:07:06
    1 error(s) during processing of packages.
    INFO: 2008-09-17 16:07:06
    Import Monitor is stopped.
    INFO: 2008-09-17 16:07:11
    Import Monitor is started.
    CONFIG: 2008-09-17 16:07:11
    Application options:
    dbCodepage=4103
    dbType=ORA
    extFiles=yes
    importDirs=D:\TEMP\EXP1;D:\TEMP\EXP2;D:\TEMP\EXP3;D:\TEMP\EXP4
    installDir=C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-09-17 16:07:11
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-09-17 16:07:11
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-09-17 16:07:11 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is started.
    INFO: 2008-09-17 16:07:11 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2008-09-17 16:07:11
    Data codepage 1100 is determined using TOC file 'D:\TEMP\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2008-09-17 16:07:12
    Version table 'SVERS' is found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2008-09-17 16:07:12
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\TEMP\EXP2\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2008-09-17 16:07:14 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-09-17 16:07:14 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    ERROR: 2008-09-17 16:07:15 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-09-17 16:07:41
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2008-09-17 16:07:41
    1 error(s) during processing of packages.
    INFO: 2008-09-17 16:07:41
    Import Monitor is stopped.

    This is SAPSDIC.LOG file
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917151256
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -ctf I D:\TEMP\EXP2\DATA\SAPSDIC.STR C:\Programmi\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL SAPSDIC.TSK ORA -l SAPSDIC.log
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job completed
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917151256
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917151256
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: /SDF/PAT03 created #20080917151258
    (IMP) INFO: import of /SDF/PAT03 completed (0 rows) #20080917151258
    (DB) INFO: /SDF/PAT03~0 created #20080917151258
    (DB) INFO: APSRV created #20080917151258
    (IMP) INFO: import of APSRV completed (0 rows) #20080917151258
    (DB) INFO: APSRV~0 created #20080917151258
    (DB) INFO: ASGRP created #20080917151258
    (IMP) INFO: import of ASGRP completed (0 rows) #20080917151258
    (DB) INFO: ASGRP~0 created #20080917151258
    (DB) INFO: AUTHX created #20080917151258
    (IMP) INFO: import of AUTHX completed (685 rows) #20080917151258
    (DB) INFO: AUTHX~0 created #20080917151258
    (DB) INFO: AVERS created #20080917151258
    (IMP) INFO: import of AVERS completed (11 rows) #20080917151258
    (DB) INFO: AVERS~0 created #20080917151258
    (DB) INFO: AVERS_EXT created #20080917151258
    (IMP) INFO: import of AVERS_EXT completed (11 rows) #20080917151258
    (DB) INFO: AVERS_EXT~0 created #20080917151258
    (DB) INFO: BADI_CHAR_COND created #20080917151259
    (IMP) INFO: import of BADI_CHAR_COND completed (94 rows) #20080917151259
    (DB) INFO: BADI_CHAR_COND~0 created #20080917151259
    (DB) INFO: BADI_FILTER created #20080917151259
    (IMP) INFO: import of BADI_FILTER completed (52 rows) #20080917151259
    (DB) INFO: BADI_FILTER~0 created #20080917151259
    (DB) INFO: BADI_IMPL created #20080917151259
    (IMP) INFO: import of BADI_IMPL completed (64 rows) #20080917151259
    (DB) INFO: BADI_IMPL~0 created #20080917151259
    (DB) INFO: BADI_IMPL~100 created #20080917151259
    (DB) INFO: BADI_INT_COND created #20080917151259
    (IMP) INFO: import of BADI_INT_COND completed (0 rows) #20080917151259
    (DB) INFO: BADI_INT_COND~0 created #20080917151259
    (DB) INFO: BADI_MAIN created #20080917151259
    (IMP) INFO: import of BADI_MAIN completed (184 rows) #20080917151259
    (DB) INFO: BADI_MAIN~0 created #20080917151259
    (DB) INFO: BADI_MAIN~100 created #20080917151259
    (DB) INFO: BADI_NUM_COND created #20080917151259
    (IMP) INFO: import of BADI_NUM_COND completed (0 rows) #20080917151259
    (DB) INFO: BADI_NUM_COND~0 created #20080917151259
    (DB) INFO: BADI_PACKED_COND created #20080917151259
    (IMP) INFO: import of BADI_PACKED_COND completed (0 rows) #20080917151259
    (DB) INFO: BADI_PACKED_COND~0 created #20080917151259
    (DB) INFO: BADI_STRING_COND created #20080917151259
    (IMP) INFO: import of BADI_STRING_COND completed (10 rows) #20080917151300
    (DB) INFO: BADI_STRING_COND~0 created #20080917151300
    (DB) INFO: CD0MC1 created #20080917151300
    (IMP) INFO: import of CD0MC1 completed (0 rows) #20080917151300
    (DB) INFO: CD0MC1~0 created #20080917151300
    (DB) INFO: CD0MC2 created #20080917151300
    (IMP) INFO: import of CD0MC2 completed (0 rows) #20080917151300
    (DB) INFO: CD0MC2~0 created #20080917151300
    (DB) INFO: CD0MC3 created #20080917151300
    (IMP) INFO: import of CD0MC3 completed (0 rows) #20080917151300
    (DB) INFO: CD0MC3~0 created #20080917151300
    (DB) INFO: CD0T000 created #20080917151300
    (IMP) INFO: import of CD0T000 completed (0 rows) #20080917151300
    (DB) INFO: CD0T000~0 created #20080917151300
    (DB) INFO: CD0T120TAB created #20080917151300
    (IMP) INFO: import of CD0T120TAB completed (0 rows) #20080917151300
    (DB) INFO: CD0T120TAB~0 created #20080917151300
    (DB) INFO: CD0T130TAB created #20080917151300
    (IMP) INFO: import of CD0T130TAB completed (0 rows) #20080917151300
    (DB) INFO: CD0T130TAB~0 created #20080917151300
    (DB) INFO: CD0T140TAB created #20080917151300
    (IMP) INFO: import of CD0T140TAB completed (0 rows) #20080917151300
    (DB) INFO: CD0T140TAB~0 created #20080917151300
    (DB) INFO: CD0T500TAB created #20080917151301
    (IMP) INFO: import of CD0T500TAB completed (0 rows) #20080917151301
    (DB) INFO: CD0T500TAB~0 created #20080917151301
    (DB) INFO: CD2APP0 created #20080917151301
    (IMP) INFO: import of CD2APP0 completed (0 rows) #20080917151301
    (DB) INFO: CD2APP0~0 created #20080917151301
    (DB) INFO: CD2HV1PTAB created #20080917151301
    (IMP) INFO: import of CD2HV1PTAB completed (0 rows) #20080917151301
    (DB) INFO: CD2HV1PTAB~0 created #20080917151301
    (DB) INFO: CD2HV2FTAB created #20080917151301
    (IMP) INFO: import of CD2HV2FTAB completed (0 rows) #20080917151301
    (DB) INFO: CD2HV2FTAB~0 created #20080917151301
    (DB) INFO: CDBC_C_DD01L created #20080917151301
    (IMP) INFO: import of CDBC_C_DD01L completed (0 rows) #20080917151301
    (DB) INFO: CDBC_C_DD01L~0 created #20080917151301
    (DB) INFO: CDBC_C_DD01L~SCM created #20080917151301
    (DB) INFO: CDBC_C_DD01T created #20080917151301
    (IMP) INFO: import of CDBC_C_DD01T completed (0 rows) #20080917151301
    (DB) INFO: CDBC_C_DD01T~0 created #20080917151301
    (DB) INFO: CDBC_C_DD01T~SCM created #20080917151301
    (DB) INFO: CDBC_C_DD02T created #20080917151301
    (IMP) INFO: import of CDBC_C_DD02T completed (0 rows) #20080917151301
    (DB) INFO: CDBC_C_DD02T~0 created #20080917151301
    (DB) INFO: CDBC_C_DD03L created #20080917151301
    (IMP) INFO: import of CDBC_C_DD03L completed (0 rows) #20080917151301
    (DB) INFO: CDBC_C_DD03L~0 created #20080917151301
    (DB) INFO: CDBC_C_DD03L~SCM created #20080917151301
    (DB) INFO: CDBC_C_DD04L created #20080917151301
    (IMP) INFO: import of CDBC_C_DD04L completed (0 rows) #20080917151301
    (DB) INFO: CDBC_C_DD04L~0 created #20080917151302
    (DB) INFO: CDBC_C_DD04L~SCM created #20080917151302
    (DB) INFO: CDBC_C_DD04T created #20080917151302
    (IMP) INFO: import of CDBC_C_DD04T completed (0 rows) #20080917151302
    (DB) INFO: CDBC_C_DD04T~0 created #20080917151302
    (DB) INFO: CDBC_C_DD04T~SCM created #20080917151302
    (DB) INFO: CDBC_C_DD07L created #20080917151302
    (IMP) INFO: import of CDBC_C_DD07L completed (0 rows) #20080917151302
    (DB) INFO: CDBC_C_DD07L~0 created #20080917151302
    (DB) INFO: CDBC_C_DD07L~SCM created #20080917151302
    (DB) INFO: CDBC_C_DD07T created #20080917151302
    (IMP) INFO: import of CDBC_C_DD07T completed (0 rows) #20080917151302
    (DB) INFO: CDBC_C_DD07T~0 created #20080917151302
    (DB) INFO: CDBC_C_DD07T~SCM created #20080917151302
    (DB) INFO: CHKAC created #20080917151302
    (IMP) INFO: import of CHKAC completed (0 rows) #20080917151302
    (DB) INFO: CHKAC~0 created #20080917151302
    (DB) INFO: CHKDC created #20080917151302
    (IMP) INFO: import of CHKDC completed (0 rows) #20080917151302
    (DB) INFO: CHKDC~0 created #20080917151302
    (DB) INFO: CLNT_CVERS created #20080917151302
    (IMP) INFO: import of CLNT_CVERS completed (0 rows) #20080917151302
    (DB) INFO: CLNT_CVERS~0 created #20080917151302
    (DB) INFO: CVERS_TXT created #20080917151302
    (IMP) INFO: import of CVERS_TXT completed (2 rows) #20080917151302
    (DB) INFO: CVERS_TXT~0 created #20080917151302
    (DB) INFO: DARTT created #20080917151303
    (IMP) INFO: import of DARTT completed (40 rows) #20080917151303
    (DB) INFO: DARTT~0 created #20080917151303
    (DB) INFO: DB2IREORG created #20080917151303
    (IMP) INFO: import of DB2IREORG completed (0 rows) #20080917151303
    (DB) INFO: DB2IREORG~0 created #20080917151303
    (DB) INFO: DB2SAPSYS created #20080917151303
    (IMP) INFO: import of DB2SAPSYS completed (0 rows) #20080917151303
    (DB) INFO: DB2SAPSYS~0 created #20080917151303
    (DB) INFO: DB2TREORG created #20080917151303
    (IMP) INFO: import of DB2TREORG completed (0 rows) #20080917151303
    (DB) INFO: DB2TREORG~0 created #20080917151303
    (DB) INFO: DB6INSPECT created #20080917151303
    (IMP) INFO: import of DB6INSPECT completed (0 rows) #20080917151303
    (DB) INFO: DB6INSPECT~0 created #20080917151303
    (DB) INFO: DB6IREORG created #20080917151303
    (IMP) INFO: import of DB6IREORG completed (0 rows) #20080917151303
    (DB) INFO: DB6IREORG~0 created #20080917151303
    (DB) INFO: DB6TREORG created #20080917151303
    (IMP) INFO: import of DB6TREORG completed (0 rows) #20080917151303
    (DB) INFO: DB6TREORG~0 created #20080917151303
    (DB) INFO: DBDIFFINDX created #20080917151303
    (IMP) INFO: import of DBDIFFINDX completed (63 rows) #20080917151303
    (DB) INFO: DBDIFFINDX~0 created #20080917151303
    (DB) INFO: DBDIFFINFO created #20080917151304
    (IMP) INFO: import of DBDIFFINFO completed (144 rows) #20080917151304
    (DB) INFO: DBDIFFINFO~0 created #20080917151304
    (DB) INFO: DBPROPERTIES created #20080917151304
    (DB) INFO: DBPROPERTIES~0 created #20080917151304
    (DB) INFO: DCERRLIST created #20080917151304
    (IMP) INFO: import of DCERRLIST completed (0 rows) #20080917151304
    (DB) INFO: DCERRLIST~0 created #20080917151304
    (DB) INFO: DCIMPDD created #20080917151304
    (IMP) INFO: import of DCIMPDD completed (0 rows) #20080917151304
    (DB) INFO: DCIMPDD~0 created #20080917151304
    (DB) INFO: DD02DB2 created #20080917151304
    (IMP) INFO: import of DD02DB2 completed (0 rows) #20080917151304
    (DB) INFO: DD02DB2~0 created #20080917151304
    (DB) INFO: DD02DB6 created #20080917151304
    (IMP) INFO: import of DD02DB6 completed (0 rows) #20080917151304
    (DB) INFO: DD02DB6~0 created #20080917151304
    (DB) INFO: DD02INF created #20080917151304
    (IMP) INFO: import of DD02INF completed (0 rows) #20080917151304
    (DB) INFO: DD02INF~0 created #20080917151304
    (DB) INFO: DD02MSS created #20080917151304
    (IMP) INFO: import of DD02MSS completed (0 rows) #20080917151304
    (DB) INFO: DD02MSS~0 created #20080917151304
    (DB) INFO: DD05S created #20080917151304
    (IMP) INFO: import of DD05S completed (150817 rows) #20080917151315
    (DB) INFO: DD05S~0 created #20080917151319
    (DB) INFO: DD08L created #20080917151319
    (IMP) INFO: import of DD08L completed (85443 rows) #20080917151324
    (DB) INFO: DD08L~0 created #20080917151326
    (DB) INFO: DD08L~1 created #20080917151328
    (DB) INFO: DD08T created #20080917151328
    (IMP) INFO: import of DD08T completed (101333 rows) #20080917151346
    (DB) INFO: DD08T~0 created #20080917151348
    (DB) INFO: DD09C created #20080917151348
    (IMP) INFO: import of DD09C completed (0 rows) #20080917151348
    (DB) INFO: DD09C~0 created #20080917151348
    (DB) INFO: DD10L created #20080917151348
    (IMP) INFO: import of DD10L completed (0 rows) #20080917151348
    (DB) INFO: DD10L~0 created #20080917151348
    (DB) INFO: DD12DB2 created #20080917151348
    (IMP) INFO: import of DD12DB2 completed (0 rows) #20080917151348
    (DB) INFO: DD12DB2~0 created #20080917151348
    (DB) INFO: DD12DB6 created #20080917151348
    (IMP) INFO: import of DD12DB6 completed (0 rows) #20080917151348
    (DB) INFO: DD12DB6~0 created #20080917151348
    (DB) INFO: DD12INF created #20080917151348
    (IMP) INFO: import of DD12INF completed (0 rows) #20080917151348
    (DB) INFO: DD12INF~0 created #20080917151348
    (DB) INFO: DD12L created #20080917151349
    (IMP) INFO: import of DD12L completed (9473 rows) #20080917151349
    (DB) INFO: DD12L~0 created #20080917151350
    (DB) INFO: DD12MSS created #20080917151350
    (IMP) INFO: import of DD12MSS completed (0 rows) #20080917151350
    (DB) INFO: DD12MSS~0 created #20080917151350
    (DB) INFO: DD12T created #20080917151350
    (IMP) INFO: import of DD12T completed (17198 rows) #20080917151350
    (DB) INFO: DD12T~0 created #20080917151351
    (DB) INFO: DD14S created #20080917151351
    (IMP) INFO: import of DD14S completed (0 rows) #20080917151351
    (DB) INFO: DD14S~0 created #20080917151351
    (DB) INFO: DD15L created #20080917151351
    (IMP) INFO: import of DD15L completed (0 rows) #20080917151351
    (DB) INFO: DD15L~0 created #20080917151351
    (DB) INFO: DD15T created #20080917151351
    (IMP) INFO: import of DD15T completed (0 rows) #20080917151351
    (DB) INFO: DD15T~0 created #20080917151351
    (DB) INFO: DD16S created #20080917151351
    (IMP) INFO: import of DD16S completed (341 rows) #20080917151351
    (DB) INFO: DD16S~0 created #20080917151352
    (DB) INFO: DD17S created #20080917151352
    (IMP) INFO: import of DD17S completed (23370 rows) #20080917151352
    (DB) INFO: DD17S~0 created #20080917151353
    (DB) INFO: DD20T created #20080917151353
    (IMP) INFO: import of DD20T completed (36 rows) #20080917151353
    (DB) INFO: DD20T~0 created #20080917151353
    (DB) INFO: DD21S created #20080917151353
    (IMP) INFO: import of DD21S completed (57 rows) #20080917151353
    (DB) INFO: DD21S~0 created #20080917151353
    (DB) INFO: DD23L created #20080917151353
    (IMP) INFO: import of DD23L completed (29 rows) #20080917151353
    (DB) INFO: DD23L~0 created #20080917151353
    (DB) INFO: DD23T created #20080917151353
    (IMP) INFO: import of DD23T completed (38 rows) #20080917151353
    (DB) INFO: DD23T~0 created #20080917151354
    (DB) INFO: DD24S created #20080917151354
    (IMP) INFO: import of DD24S completed (152 rows) #20080917151354
    (DB) INFO: DD24S~0 created #20080917151354
    (DB) INFO: DD25T created #20080917151354
    (IMP) INFO: import of DD25T completed (19192 rows) #20080917151355
    (DB) INFO: DD25T~0 created #20080917151355
    (DB) INFO: DD29T created #20080917151355
    (IMP) INFO: import of DD29T completed (1427 rows) #20080917151355
    (DB) INFO: DD29T~0 created #20080917151355
    (DB) INFO: DDACL created #20080917151355
    (IMP) INFO: import of DDACL completed (0 rows) #20080917151355
    (DB) INFO: DDACL~0 created #20080917151355
    (DB) INFO: DDALIAS created #20080917151355
    (IMP) INFO: import of DDALIAS completed (0 rows) #20080917151355
    (DB) INFO: DDALIAS~0 created #20080917151355
    (DB) INFO: DDART created #20080917151355
    (IMP) INFO: import of DDART completed (20 rows) #20080917151355
    (DB) INFO: DDART~0 created #20080917151355
    (DB) INFO: DDBUF created #20080917151356
    (IMP) INFO: import of DDBUF completed (2232 rows) #20080917151356
    (DB) INFO: DDBUF~0 created #20080917151356
    (DB) INFO: DDCDIM created #20080917151356
    (IMP) INFO: import of DDCDIM completed (0 rows) #20080917151356
    (DB) INFO: DDCDIM~0 created #20080917151356
    (DB) INFO: DDCNVEXIT created #20080917151356
    (IMP) INFO: import of DDCNVEXIT completed (0 rows) #20080917151356
    (DB) INFO: DDCNVEXIT~0 created #20080917151356
    (DB) INFO: DDCNVSTAT created #20080917151356
    (IMP) INFO: import of DDCNVSTAT completed (0 rows) #20080917151356
    (DB) INFO: DDCNVSTAT~0 created #20080917151356
    (DB) INFO: DDCNVTABL created #20080917151356
    (IMP) INFO: import of DDCNVTABL completed (0 rows) #20080917151356
    (DB) INFO: DDCNVTABL~0 created #20080917151356
    (DB) INFO: DDCNVTIMES created #20080917151357
    (IMP) INFO: import of DDCNVTIMES completed (0 rows) #20080917151357
    (DB) INFO: DDCNVTIMES~0 created #20080917151357
    (DB) INFO: DDCNVUSR created #20080917151357
    (IMP) INFO: import of DDCNVUSR completed (0 rows) #20080917151357
    (DB) INFO: DDCNVUSR~0 created #20080917151357
    (DB) INFO: DDCPRO created #20080917151357
    (IMP) INFO: import of DDCPRO completed (0 rows) #20080917151357
    (DB) INFO: DDCPRO~0 created #20080917151357
    (DB) INFO: DDCPROT created #20080917151357
    (IMP) INFO: import of DDCPROT completed (0 rows) #20080917151357
    (DB) INFO: DDCPROT~0 created #20080917151357
    (DB) INFO: DDCPROTAB created #20080917151357
    (IMP) INFO: import of DDCPROTAB completed (0 rows) #20080917151357
    (DB) INFO: DDCPROTAB~0 created #20080917151357
    (DB) INFO: DDCSTA created #20080917151357
    (IMP) INFO: import of DDCSTA completed (0 rows) #20080917151357
    (DB) INFO: DDCSTA~0 created #20080917151357
    (DB) INFO: DDDTRENUPG created #20080917151357
    (IMP) INFO: import of DDDTRENUPG completed (1005 rows) #20080917151357
    (DB) INFO: DDDTRENUPG~0 created #20080917151357
    (DB) INFO: DDICNVDAYS created #20080917151357
    (IMP) INFO: import of DDICNVDAYS completed (0 rows) #20080917151357
    (DB) INFO: DDICNVDAYS~0 created #20080917151357
    (DB) INFO: DDICNVLST created #20080917151357
    (IMP) INFO: import of DDICNVLST completed (0 rows) #20080917151357
    (DB) INFO: DDICNVLST~0 created #20080917151357
    (DB) INFO: DDLBBUFTST created #20080917151357
    (IMP) INFO: import of DDLBBUFTST completed (0 rows) #20080917151357
    (DB) INFO: DDLBBUFTST~0 created #20080917151357
    (DB) INFO: DDLOADD created #20080917151358
    (IMP) INFO: import of DDLOADD completed (65347 rows) #20080917151420
    (DB) INFO: DDLOADD~0 created #20080917151421
    (DB) INFO: DDLOADH created #20080917151421
    (IMP) INFO: import of DDLOADH completed (1 rows) #20080917151421
    (DB) INFO: DDLOADH~0 created #20080917151421
    (DB) INFO: DDMTF created #20080917151421
    (IMP) INFO: import of DDMTF completed (0 rows) #20080917151421
    (DB) INFO: DDMTF~0 created #20080917151421
    (DB) INFO: DDMTT created #20080917151422
    (IMP) INFO: import of DDMTT completed (0 rows) #20080917151422
    (DB) INFO: DDMTT~0 created #20080917151422
    (DB) INFO: DDNTDONE created #20080917151422
    (IMP) INFO: import of DDNTDONE completed (0 rows) #20080917151422
    (DB) INFO: DDNTDONE~0 created #20080917151422
    (DB) INFO: DDNTF created #20080917151422
    (IMP) INFO: import of DDNTF completed (252728 rows) #20080917152042
    (DB) INFO: DDNTF~0 created #20080917152147
    (DB) INFO: DDNTF_CONV_UC created #20080917152147
    (IMP) INFO: import of DDNTF_CONV_UC completed (252828 rows) #20080917152937
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917152946
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917153400
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917153404
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917153512
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917153514
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917153917
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917153918
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917154522
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917154523
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917155041
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917155042
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917160258
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917160259
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917160639
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917160641
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917160714
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917160715
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917161613
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917161615
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917161655
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917161656
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080917162042
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Sep  1 2006 00:38:35
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DDNTF_CONV_UC~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-8103 occurred when executing SQL statement (parse error offset=41)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DDNTF_CONV_UC~0" ON "DDNTF_CONV_UC" ( "TABNAME", "BLOCKNR" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 12582912 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 8103)
      error message returned by DbSl:
    ORA-08103: object no longer exists
    (DB) INFO: disconnected from DB
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\SVI\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080917162043

  • Error during a system copy with HANA DB

    Hello,
    I´m doing a system copy in a SAP ERP 6.0 EHP7 with SAP HANA DB.
    During a homogeneous system copy procedure with SWPM, it show me the following error during the phase Database refresh postload-activities.
    I checked some log files:
    -- sapinst.log:
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed:
    ===...could not load SSF library S:\usr\sap\\D00\exe\sapcrypto.dll .
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed: 543 wlikey_sign_for_installer: Couldn't load SAPSECULIB ("S:\usr\sap\\D00\exe\sapcrypto.dll") using function SsfSupInitEx (), rc = 10 (no library).
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed: 542 wlikey_sign_for_installer: At least one more attempt to load the SAPSECULIB will follow.
    INFO 2014-08-24 16:14:01.234
    Switched to user: ASCENDUMCE\ed1adm.
    INFO 2014-08-24 16:14:01.343
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\saplikey.log.
    INFO 2014-08-24 16:14:01.390
    Switched to user: ASCENDUMCE\ed1adm.
    INFO 2014-08-24 16:14:01.422
    Output of S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX is written to the logfile saplikey.log.
    WARNING 2014-08-24 16:14:01.640
    Execution of the command "S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX" finished with return code 2. Output:
    saplikey: failed to connect to the database.
    ERROR 2014-08-24 16:14:01.640
    CJS-30023  Process call 'S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX' exits with error code 2. For details see log file(s) saplikey.log, dev_slic.
    ERROR 2014-08-24 16:14:01.703
    FCO-00011  The step createTempLicense with step key |NW_ABAP_DB_DBRefresh|ind|ind|ind|ind|0|0|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_Postload|ind|ind|ind|ind|postload|0|NW_Postload_DBRefresh_ABAP|ind|ind|ind|ind|abap|0|NW_Temp_License_ABAP|ind|ind|ind|ind|lic|0|createTempLicense was executed with status ERROR ( Last error reported by the step: Creating a license signature failed:
    ===...could not load SSF library S:\usr\sap\\D00\exe\sapcrypto.dll .).
    INFO 2014-08-24 16:14:02.31
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\__instana_tmp.xml.
    INFO 2014-08-24 16:14:02.734
    Removed file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\instslana.xml.
    INFO 2014-08-24 16:14:02.734
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\instslana.xml.
    -- saplikey.log:
    saplikey: failed to connect to the database.
    -- dev_likey:
    -> init()
      STATEMENT_CACHE_SIZE = 1000
    -> init()
    -> loadClientRuntime()
    Loading SQLDBC client runtime ...
    SQLDBC Module  : S:\usr\sap\ED1\hdbclient\libSQLDBCHDB.dll
    SQLDBC Runtime : libSQLDBCHDB 1.00.80.00 Build 0391861-1510
    SQLDBC client runtime is 1.00.80.00.0391861
    -> getNewConnection()
    <- getNewConnection(con_hdl=0)
    -> checkEnvironment(con_hdl=0)
    -> connect(con_info_p=0000000000000000)
    Try to connect via secure store (DEFAULT) on connection 0 ...
    *** ERROR => Connect to database failed, rc=1, rcSQL=10
    [dbhdbsql.cpp 332]
    SQLCODE    : 10
    SQLERRTEXT : invalid username or password:
    -> SetSdbDbslCA(errcode=10)
    -> freeConnection(con_hdl=0)
       close all opened locators of connection 0
    } DbSlHDBConnect(rc=99)
    ***LOG BY2=> sql error 10     performing CON [dblink       559]
    ***LOG BY0=> invalid username or password:  [dblink       559]
    *** ERROR => saplikey: failed to connect to the database. [saplikey.c   830]
    release memory of the SIBU buffers
    release memory of the STATEMENT CACHE
    Can you help me please!? This is very urgent!
    Thank you,
    samid raif

    Hello John Appleby,
    I ran the R3trans -d and this is the output:
    4 ETW000 r3trans version 6.24 (release 741 - 10.06.14 - 20:14:07).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 24.08.2014 - 20:22:19
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Sun Aug 24 20:22:19 2014                                                 124  0.000124
    4 ETW000  [     dev trc,00000]  db_con_init called                                                       103  0.000227
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): usage of ssfs switched off (rsdb/ssfs_connect=0)
    4 ETW000                                                                                                  94  0.000321
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  44  0.000365
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 26  0.000391
    4 ETW000  [     dev trc,00000]  Loading DB library 'dbhdbslib.dll' ...                                    64  0.000455
    4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dbhdbslib.dll"), hdl 0, count 1, addr 000007FEEFE00000
    4 ETW000                                                                                                5889  0.006344
    4 ETW000  [     dev trc,00000]      using "S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\dbhdbslib.dll"               35  0.006379
    4 ETW000  [     dev trc,00000]  Library 'dbhdbslib.dll' loaded                                            36  0.006415
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dbhdbslib.dll                    52  0.006467
    4 ETW000  [     dev trc,00000]  Version of 'dbhdbslib.dll' is "741.10", patchlevel (0.43)                111  0.006578
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dbhdbslib.dll                   39  0.006617
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dbhdbslib.dll                  63  0.006680
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    81  0.006761
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=39,arg_p=0000000000000000)            40  0.006801
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    29  0.006830
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=000000000221F280)            34  0.006864
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    29  0.006893
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                  25  0.006918
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  63  0.006981
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=0000000141FF5E40)            49  0.007030
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    30  0.007060
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             31  0.007091
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  42  0.007133
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          28  0.007161
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                 124  0.007285
    4 ETW000  [     dev trc,00000]  { DbSlHDBConnect(con_info_p=0000000000000000)                             61  0.007346
    4 ETW000  [     dev trc,00000]  DBHDBSLIB : version 741.10, patch 0.043 (Make PL 0.43)                    65  0.007411
    4 ETW000  [     dev trc,00000]  HDB shared library (dbhdbslib) patchlevels (last 10)                      37  0.007448
    4 ETW000  [     dev trc,00000]    (0.043) R3szchk with partitioned tables (note 2040561)                  32  0.007480
    4 ETW000  [     dev trc,00000]    (0.031) New DBCON syntax for HANA (note 1983389)                        50  0.007530
    4 ETW000  [     dev trc,00000]    (0.028) Bulk insert stop on duplicate, dbsl returncode corrected (note 1996982)
    4 ETW000                                                                                                  51  0.007581
    4 ETW000  [     dev trc,00000]    (0.027) Set DBAREQ class (note 1991383)                                 35  0.007616
    4 ETW000  [     dev trc,00000]    (0.022) Get database version via dbsl call (note 1976918)               36  0.007652
    4 ETW000  [     dev trc,00000]    (0.020) FDA: Core Dump in SELECT ... FOR ALL ENTRIES for tables with strings (note 1970276)
    4 ETW000                                                                                                  53  0.007705
    4 ETW000  [     dev trc,00000]    (0.020) SQL DDL with data aging (note 1897636)                          35  0.007740
    4 ETW000  [     dev trc,00000]    (0.017) Datatype NCLOB missing in tablesize calculation (note 1952609)
    4 ETW000                                                                                                  52  0.007792
    4 ETW000  [     dev trc,00000]    (0.014) Tablesize calculation for HANA optimized (note 1952609)         36  0.007828
    4 ETW000  [     dev trc,00000]    (0.014) Native SQL UPSERT with DataAging (note 1897636)                 32  0.007860
    4 ETW000  [     dev trc,00000]                                                                            22  0.007882
    4 ETW000  [     dev trc,00000]   -> init()                                                                33  0.007915
    4 ETW000  [     dev trc,00000]    STATEMENT_CACHE_SIZE = 1000                                            212  0.008127
    4 ETW000  [     dev trc,00000]   -> init()                                                               615  0.008742
    4 ETW000  [     dev trc,00000]   -> loadClientRuntime()                                                   46  0.008788
    4 ETW000  [     dev trc,00000]  Loading SQLDBC client runtime ...                                         31  0.008819
    4 ETW000  [     dev trc,00000]  SQLDBC Module  : S:\usr\sap\ED1\hdbclient\libSQLDBCHDB.dll              1327  0.010146
    4 ETW000  [     dev trc,00000]  SQLDBC Runtime : libSQLDBCHDB 1.00.80.00 Build 0391861-1510               84  0.010230
    4 ETW000  [     dev trc,00000]  SQLDBC client runtime is 1.00.80.00.0391861                               50  0.010280
    4 ETW000  [     dev trc,00000]   -> getNewConnection()                                                    37  0.010317
    4 ETW000  [     dev trc,00000]   <- getNewConnection(con_hdl=0)                                          100  0.010417
    4 ETW000  [     dev trc,00000]   -> checkEnvironment(con_hdl=0)                                           53  0.010470
    4 ETW000  [     dev trc,00000]   -> connect(con_info_p=0000000000000000)                                  42  0.010512
    4 ETW000  [     dev trc,00000]  Try to connect via secure store (DEFAULT) on connection 0 ...             86  0.010598
    4 ETW000  [dbhdbsql.cpp,00000]  *** ERROR => Connect to database failed, rc=1, rcSQL=10                11122  0.021720
    4 ETW000  [     dev trc,00000]  SQLCODE    : 10                                                           68  0.021788
    4 ETW000  [     dev trc,00000]  SQLERRTEXT : invalid username or password:                                40  0.021828
    4 ETW000  [     dev trc,00000]   -> SetSdbDbslCA(errcode=10)                                              41  0.021869
    4 ETW000  [     dev trc,00000]   -> freeConnection(con_hdl=0)                                             43  0.021912
    4 ETW000  [     dev trc,00000]     close all opened locators of connection 0                              60  0.021972
    4 ETW000  [     dev trc,00000]  } DbSlHDBConnect(rc=99)                                                   65  0.022037
    4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 10     performing CON                               68  0.022105
    4 ETW000  [    dblink  ,00000]  ***LOG BY0=>invalid username or password:                                 35  0.022140
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=41,arg_p=0000000140541C48)            107  0.022247
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    79  0.022326
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=14,arg_p=0000000002215998)             38  0.022364
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    28  0.022392
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=50,arg_p=0000000002215990)             33  0.022425
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    43  0.022468
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=13,arg_p=00000000022159B0)             35  0.022503
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    27  0.022530
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=52,arg_p=0000000002215A00)             33  0.022563
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    28  0.022591
    2EETW169 no connect possible: "DBMS = HDB                              ---  SERVER = '' PORT = ''"
    4 ETW000  [     dev trc,00000]  release memory of the SIBU buffers                                      2900  0.025491
    4 ETW000  [     dev trc,00000]  release memory of the STATEMENT CACHE                                     91  0.025582

Maybe you are looking for

  • File to sap r/3

    Hi expertsu2026 If the scenario comes like keep the product items list (product no, product qty, delivery time, delivery date, cost of product, pay silp no, etc. fields required) which is in flat file format, this content need to send in SAP R/3 syst

  • HT4061 when I click on the itunes icon on my desk top it says that it is corrupt or installed wrong

    how do i uninstall the itunes on my desk top computer and then reinstall it.  when I click on the current itunes icon it says it's corrupt or install wrong but we've been using this icon for quite some time

  • Query not fetched the record

    Hello, Could someone help me please ? I have a listing of my sales orders and I want to make changes in my order by opening the form and fetched with that record. When I click on that particular orderno in my listing of order and call the form to dis

  • Another newbie MS to Mac convert - AW formating woes

    Ok.. seasoned Microblows user, finally converted over to the "right" side. Trying to see how much I can do on my new G5 without compromising my ability to work with the MS crowd. I have noticed that appleworks has incredible potential.. but I am stil

  • Deployment Error in EJB

    I have downloaded Hotel Reservation System using EJB sample and trying deploy OneEJBHotel-Web.deploy to the Application Server connection. Connection looks fine. I get the following error in deployment: **** The current project does not contain an EJ