Error while excecuting of package in ODI 11.1.1.6

Hello Gurus,
We have migrated from ODI 10g (10.1.3.5) to ODI (11.1.1.6) using Upgrade Assistant utility.
After migration, for most of the interfaces , we are getting error while running a package
ODI-1228: Task <Interface_Name> (Integration) fails on the target MICROSOFT_SQL_SERVER connection ODI_Staging_DB.
Caused By: com.microsoft.sqlserver.jdbc.SQLServerException: Could not find server '#GLOBAL.ODI_Server' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
     at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseErrorhere, ODI_Server is name of global variable.
We tested the query on SQL server, it returns a hostname of database server.
Any idea what could be the issue ?
Thanks,
Santy.

Actually, I already have tried doing that. Is there any task we need to perform from database side ?
or do u think it would be issue with the JDBC URL that connects to SQL Server from Physical technology?
Thanks,
Santy

Similar Messages

  • Error while executing a package in ODI

    Hi,
    I am new to Oracle technology and when i am trying to execute one package through Oracle Data Integrator i am getting the below error. Even when i am trying to execute the procedure 'GENERATE_NAT_KEY' i am getting the error
    ODI-1228: Task Generate Natural Key (Procedure) fails on the target ORACLE connection ORACLE_OII.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
    ORA-06512: at "OII_ST.GENERATE_NAT_KEY", line 65
    ORA-06512: at line 2
    I am not able to figure out the issue. Can any one help me in this regards.

    Hi;
    You have to login https://support.oracle.com/CSP/ui/flash.html and you have to CSI account.
    This site is oracle site for tech. documents for can rise SR etc.. for more details please check Re: Installing Oracle Database 10.2.0.4
    you need to customer support identifier which is called CSI for can login metalink(https://support.oracle.com/CSP/ui/flash.html)
    If you dont have metalink account there is no way to see that doc.
    Pretty simple process:
    1) You purchase a perpetual or term license from Oracle;
    2) At the beginning of the period, during the valid term you purchase
    Support for the period (1 year);
    3) Oracle sends you the CSI.
    Easy to do at http://store.oracle.com armed with a credit card.
    Regard
    Helios

  • Error while running SSIS package from Integration service or via Job

    Hi All,
    I encounter the below error while running SSIS Package from Job or integration service. However on execution completes success fully while running from data tools. The issue occurs after migration to 2012 from 2oo5 dtsx. PFB the error.
    SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on OLE DB Source returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by
    the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    A buffer failed while allocating 10485760 bytes.
    The system reports 26 percent memory load. There are 206110765056 bytes of physical memory with 150503776256 bytes.
    free. There are 2147352576 bytes of virtual memory with 185106432 bytes free. The paging file has 208256339968 bytes with 145642921984 bytes free.
    The package also runs successfully from other servers. This happens only in one of our server.seems like issue with some sql configuration.

    Hi ,
    Are you running using SQL Agent Job and Data tools on same server or different?
    If it is executing fine using Data tools and failing with Job it might be User credentials issue.Try
    to run Job with your credentials by using proxy .
    Regards,
    Prathy
    Prathy K

  • Error 1719. The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. Getting this error while installing the package in the windows 2012.

    Getting below mentioned error while installing a package  in the windows 2012 server remotely through psexec command
    Error 1718. Windows Installer Service could not be accessed.
    The same msi is getting installed local in through when we are doing through manually
    Please help on the same

    Hi Rahulan,
    Would you please let us know current situation of this issue? If any update, please feel free to let us know.
    Just addition, please refer to following threads and check if can help you.
    The Windows Installer Service could not be accessed.
    error 1719 windows installer service could not be accessed ....
    Hope this helps.
    Best regards,
    Justin Gu

  • Getting Error while Execute SSIS Package from Console Application

    Dear All,
    SSIS package working fine directly.
    I got following error while execute SSIS package from C# console application.
    The connection "{79D920D4-9229-46CA-9018-235B711F04D9}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Cannot find the connection manager with ID "{79D920D4-9229-46CA-9018-235B711F04D9}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Destination.Connections[OleDbConnection]"
    in the connection manager collection of "OLE DB Destination". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
    OLE DB Destination failed validation and returned error code 0xC004800B.
    One or more component failed validation.
    There were errors during task validation.
    Code : 
       public static string RunDTSPackage()
                Package pkg;
                Application app;
                DTSExecResult pkgResults;
                Variables vars;
                app = new Application();
                pkg = app.LoadPackage(@"D:\WORK\Package.dtsx", null);
         Microsoft.SqlServer.Dts.Runtime.DTSExecResult results = pkg.Execute();
    I have recreate the application with again new connection in SSIS.
    Still not working, Please provide solution if any one have.
    DB : SQL Server 2008 R2
    Thanks and regards,
    Hardik Ramwani

    The connection "{79D920D4-9229-46CA-9018-235B711F04D9}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Cannot find the connection manager with ID "{79D920D4-9229-46CA-9018-235B711F04D9}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Destination.Connections[OleDbConnection]"
    in the connection manager collection of "OLE DB Destination". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
    Are you sure that you are running the same package via .NET which works fine from Visual Studio?
    By reading error message, I can say that you have copied OLEDB task from another package OR you have deleted one OLEDB connection manager. Now when package is run this task tries to use the connection manager and not found thus throws error message.
    Open all OLEDB destination tasks and you find connection manager missing. Connection Manager name should be provided there
    Cheers,
    Vaibhav Chaudhari
    MCSA - SQL Server 2012

  • Error while using UTL_FILE package

    I am getting error while using UTL_FILE package in apex 3.0 version
    Pls help me out.

    ok, how are you using UTL_FILE and what is the error?

  • Error while executing a Package in Parallel.

    Hi All,
    We are trying to execute a package in parallel. Our execution stopped while when the package is running for the sixth time. The error for that execution is as follows :
    ODI-1241: Oracle Data Integrator tool execution fails.
    Caused By: oracle.odi.runtime.agent.invocation.InvocationException: HTTP/1.1 500 Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource
    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:271)
    at oracle.odi.runtime.agent.invocation.support.InternalRemoteRuntimeAgentInvoker.invokeStartScenario(InternalRemoteRuntimeAgentInvoker.java:149)
    at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java:266)
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java:155)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3185)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:1414)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2785)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1818)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:559)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    .....Some more
    Can anyone suggest your pointers on this.?
    Regards.

    It looks like you have exceeded the number of connections available for the datasource. Try checking your connection pool settings.

  • Version error while creating info package of data source 0fi_gl_10

    Dear Friends,
    I have replicated the data source 0fi_gl_10 into sap bw but while creating info package i am getting error " The DataSource 0FI_GL_10(E01CLNT200) does not exist in object version A". IS the manual activation always should be done for that ?
    Regards
    Nilesh

    Hi,
    Please check if the veriosn of DataSource is A or not. Sometimes it shows as active but if you open the datasource then it might be in modified version only. Do activate it manually, it will serve your purpose to create a infopackge.
    Regards,
    Anjum.

  • ERROR WHILE MIGRATING SSIS PACKAGE FROM DEVELOPMENT TO PRODUCTION IN EXECUTION

    HI,
    I have a problem while executing the package after migrating from DEVELOPMENT to PRODUCTION.
    We have two SQL database connections DEVMIDDLEWARE and PRODMIDDLEWARE for dev and prod respectively. When we have created package in development we have used DEVMIDDLEWARE and we have credentials in CONFIG file of that package and executed sucessfully. When
    we migrated this same package to PRODUCTION when have given credentials of PRODMIDDLEWARE in CONFIG FILE of this package we are getting error as below
    "Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic
    error. Verify that the correct key is available.  End Error  Error: 2014-10-28 07:41:44.24     Code: 0xC0016016     Source:       Description: Failed to decrypt protected XML node
    "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. 
    End Error  Error: 2014-10-28 07:41:44.85     Code: 0xC0202009     Source: Package Connection manager "DEVBIZTALKDB01.RHUL_Staging.devmiddleware"     Description: SSIS Error Code DTS_E_OLEDBERROR. 
    An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'devmiddleware'.". 
    End Error  Error: 2014-10-28 07:41:44.85     Code: 0xC020801C     Source: Package Log provider "SSIS log provider for SQL Server"     Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. 
    The AcquireConnection method call to the connection manager "DEVBIZTALKDB01.RHUL_Staging.devmiddleware" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method
    call failed.  COM error object information is available.  Source: "Package"  error code: 0xC0202009  Description: "SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE
    DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'devmiddleware'.".  ".  End Error  Error: 2014-10-28 07:41:44.98    
    Code: 0xC0202009     Source: Package Connection manager "AGRDB01.abwr66"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record
    is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'CC\epsdbuser'.".  End Error  Error: 2014-10-28 07:41:44.98     Code:
    0xC020801C     Source: Data Flow Task OLE DB Source [1]     Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "AGRDB01.abwr66"
    failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error  Error: 2014-10-28 07:41:44.99     Code: 0xC0047017    
    Source: Data Flow Task SSIS.Pipeline     Description: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.  End Error  Error: 2014-10-28 07:41:44.99     Code: 0xC004700C    
    Source: Data Flow Task SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2014-10-28 07:41:45.00     Code: 0xC0024107     Source: Data Flow Task     
    Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  07:41:44  Finished: 07:41:45  Elapsed:  0.859 seconds.  The package execution failed. 
    The step failed."
    Can anyone help for this error.
    Many thanx in Advance

    Hi Babloo,
    According to the error message, the package may have failed are as follows:
    The user account that is used to run the package under SQL Server Agent in PRODUCTION server differs from the original package author.
    The user account does not have the required permissions to make connections or to access resources outside the SSIS package.
    The package may not run in the following scenarios:
    The current user cannot decrypt secrets from the package. This scenario can occur if the current account or the execution account differs from the original package author, and the package's ProtectionLevel property setting does not let the current user
    decrypt secrets in the package. In this scenario, we can change the SSIS Package ProtectionLevel property to EncryptSensitiveWithPassword, then modify the SQL Server Agent job step command line to include this password.
    File access fails because the current user does not have the required permissions to write to the file share that the connection manager accesses. In this scenario, we can create a SQL Server Agent proxy account. This proxy account must use a credential
    that lets SQL Server Agent run the job as the account that created the package or as an account that has the required permissions.
    References:
    SSIS package does not run when called from a SQL Server Agent job step
    Run an SSIS Package Under a Different Account
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error while running the package .

    guys,
    i created a transformation file is succesfully completed . when i run the package it is showing the error
    like
    immediate run error while creating to run the package on the server
    <appserverurl>>!cdata(http://localhost/osoft></appserverurl
    Thanks,
    Aj

    Hi,
    It looks like the server is sending the client an HTML file vs. the XML file it is expecting. Can you run a web trace on it like fiddler?
    Cheers, Scott

  • Error while recreating a Package

    Hi,
    While recreating a package
    I am getting ORA-04021: timeout occured while waiting to lock object <SchemaName>.<PackageName>
    I refered oracle error messages, in that action is try the operation later.
    Tried again and getting the same error.
    Also queried V$locked_object.
    Didn't found the object_id of the package in V$locked_object.
    Please guide me.
    Regards
    Salih KM
    Message was edited by:
    kmsalih

    Most likely it means that the package is in use by other sessions. You cannot recompile a package being run by other users. Make sure that all users are logged off or at least stopped all their activities against DB (not that easy if you have Internet app)

  • Error While Running an Package in BPC 10

    HI Experts,
    while running an Package I am getting the Attached Error
    I am not able to find the logs for that in the Backend
    I have also attached the 2 POA profiles  to the user in the back-end
    Any inputs will be highly Appreciated
    Regards
    Bhupendra Arya

    Hi Bhupi -
    Go to SU53 T-code from the back end , you can find the authorization issues;  It will clearly mention what authorizations are missing in Red.
    Hope this helps!!!

  • Error while installing a packaged application

    Hi
    I am getting the following error while trying to install the "Sample Master Detail" application in my apex oracle account on the web. All the others install without problem. What could it be ?
    Thanks
    Juan
    Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated
    declare
    h varchar2(32767) := null;
    begin
    h:=h||'Help';
    wwv_flow_api.create_message (
    p_id=>2456294651379654494 + wwv_flow_api.g_id_offset,
    p_flow_id=>wwv_flow.g_flow_id,
    p_name=>'HELP',
    p_message_language=>'en',
    p_message_text=>h);
    null;
    end;
    ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated

    Hilary - I asked our DBA to open a SR, the number is SR 3-6553142501 : Unable to install packaged applications in Oracle Apex
    Looks like apex.oracle.com has been upgraded to 4.2.1. When did this happen?
    I am almost positive that I was able to install packaged apps on apex.oracle.com even when it was on 4.2.0.00.27 (same as the publicly available version) but not on my instance. But now since the versions are different, the support person is pointing to the different versions as a cause! This is what I was afraid of. To be honest, given that I was getting the error on my instance but not on apex.oracle.com, even when both systems (mine and apex.oracle.com) was on the same version of APEX, I am not very hopeful that the 4.2.1 patch will fix my situation since the root cause has not been identified. I just don't want to wait for 4.2.1 to be released, apply it and find out that the issue is still there. Can you share the list of bugs fixed in 4.2.1 to see if any of them may apply to this situation?
    Any other ideas? What diagnostics can I provide to help you get to the bottom of this? Frankly, Oracle Support, as I found in the past, is not very well qualified to resolve APEX-related SRs. Can you please assist or direct Support appropriately? Thanks, appreciate your help.
    Since I have the Builder app installed in my instance, I inspected the final page of the packaged app install wizard (4000:83) to see what APIs it uses and ran it manually as SYSTEM. This is what I get. Does that help narrow down the issue?
    SQL> alter session set current_schema=apex_040200;
    Session altered.
    SQL> exec wwv_flow_pkg_app_install.install_db_app(7050,'SCOTT');
    BEGIN wwv_flow_pkg_app_install.install_db_app(7050,'SCOTT'); END;
    ERROR at line 1:
    ORA-20987: APEX - Execution  of the statement was unsuccessful. ORA-01003: no
    statement parsed
    <pre>begin wwv_flow.g_import_in_progress := true; end;</pre> - ORA-01003: no
    statement parsed
    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 853
    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 888
    ORA-06512: at "APEX_040200.WWV_FLOW_PKG_APP_INSTALL", line 376
    ORA-06512: at line 1

  • Error while applying support packages

    Hi,
    I was applying support packges for NW 7.0 EHP2 for the components SAP BASIS/ABAP/PI BASIS & BW,  the support package level was 02, I have downloaded 03,04,05,06 for all the above four components.  While updating spam/saint update I got the above error, displayed below. But even while applying support packages I got a list of errrors.
    1.     
    Category: Abap programming error
      Runtime error:  call_function_parm_unknown
    CX_SY_DYN_CALL_PARAM_NOT_FOUND
    abap program: RSSPAM07
    Function parameter "IV_IMP_SCENARIO" in unknown
    this first error displayed after applying SPAM/SAINT update.
    2. The import was stopped, since an error occured during the phase IMPORT_PROPER, which the support package Manager is unable to resolve without your input
    The following details help you to analyse the problem:
    Error in phase : IMPROT_PROPER
    Reason for error:
    Return code:
    Error Message:
    Please provide any solution as soon as possible....

    The details of SLOG
    START CMDIMPORT            NG1 L      20120227162812              SHABZ        BasisTrn3 20120227162811973  
    STOP  CMDIMPORT            NG1 L      20120227162813              SHABZ        BasisTrn3 20120227162811973  
    START imp all              NG1        20120227162821              SHABZ        BasisTrn3 20120227162821661  
    INFO: event SAP_IMPORT_START triggered successfully
    START DD IMPORT            NG1 H      20120227162822              SHABZ        BasisTrn3 20120227162821661  
    STOP  DD IMPORT            NG1 H      20120227162839              SHABZ        BasisTrn3 20120227162821661  
    START DD ACTIVATION        NG1 A      20120227162839              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 J      20120227162839              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 J      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    STOP  DD ACTIVATION        NG1 A      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    START DISTRIBUTION OF DD-O NG1 S      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 S      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 S      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    STOP  DISTRIBUTION OF DD-O NG1 S      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    INFO  TBATG CONVERSION OF  NG1 N      not needed                  SHABZ        BasisTrn3 20120227162821661  
    START MOVE NAMETABS        NG1 6      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 P      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 P      20120227162935              SHABZ        BasisTrn3 20120227162821661  
    STOP  MOVE NAMETABS        NG1 6      20120227162936              SHABZ        BasisTrn3 20120227162821661  
    START MAIN IMPORT          NG1 I      20120227162936              SHABZ        BasisTrn3 20120227162821661  
    STOP  MAIN IMPORT          NG1 I      20120227163023              SHABZ        BasisTrn3 20120227162821661  
    START TBATG CREATION OF EN NG1 n      20120227163024              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 Y      20120227163024              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 Y      20120227163034              SHABZ        BasisTrn3 20120227162821661  
    STOP  TBATG CREATION OF EN NG1 n      20120227163034              SHABZ        BasisTrn3 20120227162821661  
    START EXECUTION OF REPORTS NG1 R      20120227163035              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 R      20120227163035              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 R      20120227163202              SHABZ        BasisTrn3 20120227162821661  
    STOP  EXECUTION OF REPORTS NG1 R      20120227163202              SHABZ        BasisTrn3 20120227162821661  
    INFO  EXECUTION OF STANDAR NG1 9      not needed                  SHABZ        BasisTrn3 20120227162821661  
    INFO: event SAP_IMPORT_STOP triggered successfully
    STOP  imp all              NG1   0004 20120227163203              SHABZ        BasisTrn3 20120227162821661  
    START CMDIMPORT            NG1 L      20120227164418              SHABZ        BasisTrn3 20120227164416991  
    STOP  CMDIMPORT            NG1 L      20120227164454              SHABZ        BasisTrn3 20120227164416991  
    START DD IMPORT            NG1 H      20120227165608              SHABZ        BasisTrn3 20120227165607479  
    STOP  DD IMPORT            NG1 H      20120227170309              SHABZ        BasisTrn3 20120227165607479  
    START DD ACTIVATION        NG1 A      20120227170313              SHABZ        BasisTrn3                    
    START tp_getprots          NG1 J      20120227170313              SHABZ        BasisTrn3                    
    STOP  tp_getprots          NG1 J      20120227171206              SHABZ        BasisTrn3                    
    STOP  DD ACTIVATION        NG1 A      20120227171206              SHABZ        BasisTrn3                    
    START imp all              NG1        20120227171208              SHABZ        BasisTrn3 20120227171207614  
    INFO: event SAP_IMPORT_START triggered successfully
    START DISTRIBUTION OF DD-O NG1 S      20120227171208              SHABZ        BasisTrn3 20120227171207614  
    START tp_getprots          NG1 S      20120227171208              SHABZ        BasisTrn3 20120227171207614  
    STOP  tp_getprots          NG1 S      20120227171303              SHABZ        BasisTrn3 20120227171207614  
    STOP  DISTRIBUTION OF DD-O NG1 S      20120227171304              SHABZ        BasisTrn3 20120227171207614  
    START TBATG CONVERSION OF  NG1 N      20120227171304              SHABZ        BasisTrn3 20120227171207614  
    START tp_getprots          NG1 N      20120227171304              SHABZ        BasisTrn3 20120227171207614  
    STOP  tp_getprots          NG1 N      20120227171307              SHABZ        BasisTrn3 20120227171207614  
    STOP  TBATG CONVERSION OF  NG1 N      20120227171307              SHABZ        BasisTrn3 20120227171207614  
    START MOVE NAMETABS        NG1 6      20120227171307              SHABZ        BasisTrn3 20120227171207614  
    START tp_getprots          NG1 P      20120227171308              SHABZ        BasisTrn3 20120227171207614  
    STOP  tp_getprots          NG1 P      20120227171755              SHABZ        BasisTrn3 20120227171207614  
    STOP  MOVE NAMETABS        NG1 6      20120227171755              SHABZ        BasisTrn3 20120227171207614  
    START MAIN IMPORT          NG1 I      20120227171756              SHABZ        BasisTrn3 20120227171207614  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR error: SYSTEM_FAILURE
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    STOP  MAIN IMPORT          NG1 I      20120227195335              SHABZ        BasisTrn3 20120227171207614  
    START TBATG CREATION OF EN NG1 n      20120227195335              SHABZ        BasisTrn3 20120227171207614  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    START tp_getprots          NG1 Y      20120227195335              SHABZ        BasisTrn3 20120227171207614  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    STOP  tp_getprots          NG1 Y      20120227195521              SHABZ        BasisTrn3 20120227171207614  
    STOP  TBATG CREATION OF EN NG1 n      20120227195521              SHABZ        BasisTrn3 20120227171207614  
    INFO  EXECUTION OF STANDAR NG1 9      not needed                  SHABZ        BasisTrn3 20120227171207614  
    INFO: event SAP_IMPORT_STOP triggered successfully
    STOP  imp all              NG1   0903 20120227195522              SHABZ        BasisTrn3 20120227171207614

  • DDIC_ACTIVATION ERROR WHILE APPLYING SUPPORT PACKAGE SAPKW35020 IN ECC5.0

    Hi Gurus,
    I am getting error DDIC_ACTIVATION while applying support package(BW) SAPKW35020 in ECC5.0 with MSSQL database in Windows server.
    I am not able to reset the queue, when i tried to reset the queue the system prompting that " cannot reset queue while DDIC_ACTIVATION" phase".
    Can you please help to reset the queue and implementing this support package.
    Thank you,
    Regards,
    Ganesh

    Paste the SPAM log here.
    Regards,
    Nick Loy

Maybe you are looking for