Error on Import/Install

I get the following error on Install of a newly imported app:
ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 42, column 34: PLS-00103: Encountered the symbol ";" when expecting one of the following: * & | - + / at mod remainder rem => .. <an exponent (**)> || ORA-06550: line 89, column 1: PLS-00103: Encountered the symbol "NULL" when expecting one of the following: end not pragma final instantiable order overriding static member construct
Error installing application.
Return to application.
The app runs fine in the existing schema.
I get the same error when trying to import into apex.oracle.com.
I can email the export file, if need be.
Thanks!
Karen

Karen,
I examined the export. It's got some problems. Wherever it was originally exported from may not have had an AL32UT8 DAD or something else went wrong, I don't know what.
I had to remove the following sections from the file because of the non-ASCII characters within them (both are page template creation blocks) . Also, the last line-and-a-half was missing from the end of the file (file was truncated).
--application/shared_components/user_interface/templates/page/printer_friendly_nero
prompt  ......Page template 40994267148473618
begin
declare
  c1 varchar2(32767) := null;
  c2 varchar2(32767) := null;
  c3 varchar2(32767) := null;
  l_clob clob;
  l_length number := 1;
begin
c1:=c1||'< html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'< head>'||chr(10)||
'#HEAD#'||chr(10)||
'< title>#TITLE#< /title>'||chr(10)||
'< link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_16/theme_V2_NMFS.css" type="text/css" />'||chr(10)||
'< !--[if IE]>< link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_16/ie.css" type="text/css" />< ![endif]-->'||chr(10)||
'< style>'||chr(10)||
'@media print'||chr(10)||
'{'||chr(10)||
'.screenOnly {display:none;}'||chr(10)||
'}'||chr(10)||
'< /style>'||chr(10)||
'< /head>'||chr(10)||
'< body #ONLOAD';
c1:=c1||'#>#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#< /body>'||chr(10)||
'< /html>';
c3:=c3||'< !¿ Display PRINT and GO BACK links ¿>'||chr(10)||
'< BR/>'||chr(10)||
'< a href=¿javascript:history.go(-1);¿ class=¿screenOnly¿>'||chr(10)||
'< img src=¿&IMAGE_PREFIX.prev_arrow.gif¿ align=¿absmiddle¿ hspace=¿2¿>'||chr(10)||
' application'||chr(10)||
'< /a>'||chr(10)||
''||chr(10)||
'< a href="javascript:window.print();" class="screenOnly">'||chr(10)||
'< img src=¿&IMAGE_PREFIX.print02.gif¿ align=¿absmiddle¿ hspace=¿2¿>'||chr(10)||
'Print this Page'||chr(10)||
'< /a>'||chr(1|
'< hr class=¿screenOnly¿/>'||chr(10)||
'< !¿End display of PRINT and GO';
c3:=c3||' BACK links ¿>'||chr(10)||
''||chr(10)||
'< table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'< tr>'||chr(10)||
'< td width="100%" vlign="top">< div class="t16messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#< /div>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#< /td>'||chr(10)||
'< td valign="top">#REGION_POSITION_03#< br />< /td>';
c3:=c3||''||chr(10)||
'< /tr>'||chr(10)||
'< /table>';
wwv_flow_api.create_template(
  p_id=> 40994267148473618 + wwv_flow_api.g_id_offset,
  p_flow_id=> wwv_flow.g_flow_id,
  p_name=> 'Printer Friendly NERO',
  p_body_title=> '',
  p_header_template=> c1,
  p_box=> c3,
  p_footer_template=> c2,
  p_success_message=> '< div class="t16success">#SUCCESS_MESSAGE#< /div>',
  p_current_tab=> '',
  p_current_tab_font_attr=> '',
  p_non_current_tab=> '',
  p_non_current_tab_font_attr => '',
  p_top_current_tab=> '',
  p_top_current_tab_font_attr => '',
  p_top_non_curr_tab=> '',
  p_top_non_curr_tab_font_attr=> '',
  p_current_image_tab=> '',
  p_non_current_image_tab=> '',
  p_notification_message=> '< div class="t16notification">#MESSAGE#< /div>',
  p_navigation_bar=> '< div class="t16NavigationBar">#BAR_BODY#< /div>',
  p_navbar_entry=> '< a href="#LINK#" class="t16NavigationBar">#TEXT#< /a>',
  p_app_tab_before_tabs=>'',
  p_app_tab_current_tab=>'',
  p_app_tab_non_current_tab=>'',
  p_app_tab_after_tabs=>'',
  p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
  p_theme_id  => 103,
  p_theme_class_id => 5,
  p_reference_id=> 37215628872136368,
  p_translate_this_template => 'N',
  p_template_comment => '3');
end;
null;
end;
prompt  ......Page template 43075210995059888
begin
declare
  c1 varchar2(32767) := null;
  c2 varchar2(32767) := null;
  c3 varchar2(32767) := null;
  l_clob clob;
  l_length number := 1;
begin
c1:=c1||'< html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'< head>'||chr(10)||
'#HEAD#'||chr(10)||
'< title>#TITLE#< /title>'||chr(10)||
'< link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_16/theme_V2_NMFS.css" type="text/css" />'||chr(10)||
'< !--[if IE]>< link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_16/ie.css" type="text/css" />< ![endif]-->'||chr(10)||
'< style>'||chr(10)||
'@media print'||chr(10)||
'{'||chr(10)||
'.screenOnly {display:none;}'||chr(10)||
'}'||chr(10)||
'< /style>'||chr(10)||
'< /head>'||chr(10)||
'< body #ONLOAD';
c1:=c1||'#>#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#< /body>'||chr(10)||
'< /html>';
c3:=c3||'< !¿ Display PRINT and GO BACK links ¿>'||chr(10)||
'< BR/>'||chr(10)||
'< a href=¿javascript:history.go(-1);¿ class=¿screenOnly¿|chr(10)||
'< img src=¿&IMAGE_PREFIX.prev_arrow.gif¿ align=¿absmiddle¿ hspace=¿2¿>'||chr(10)||
'Return to application'||chr(10)||
'< /a>'||chr(10)||
''||chr(10)||
'< a href="javascript:window.print();" class="screenOnly">'||chr(10)||
'< img src=¿&IMAGEFIX.print02.gif¿ align=¿absmiddle¿ hspace=¿2¿>'||chr(10)||
'Print this Page'||chr(10)||
'< /a>'||chr(10)||
'< hr class=¿screenOnly¿/>'||chr(10)||
'< !¿End display of PRINT and GO';
c3:=c3||' BACK links ¿>'||chr(10)||
''||chr(10)||
'< table summary=lpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'< tr>'||chr(10)||
'< td width="100%" valign="top">< div class="t16messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#< /div>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#< /td>'||chr(10)||
'< td valign="top">#REGION_POSITION_03#< br />< /td>';
c3:=c3||''||chr(10)||
'< /tr>'||chr(10)||
'< /table>';
wwv_flow_api.create_template(
  p_id=> 43075210995059888 + wwv_flow_api.g_id_offset,
  p_flow_id=> wwv_flow.g_flow_id,
  p_name=> 'Printer Friendly NERO',
  p_body_title=> '',
  p_header_template=> c1,
  p_box=> c3,
  p_footer_template=> c2,
  p_success_message=> '< div class="t16success">#SUCCESS_MESSAGE#< /div>',
  p_current_tab=> '',
  p_current_tab_font_attr=> '',
  p_non_current_tab=> '',
  p_non_current_tab_font_attr => '',
  p_top_current_tab=> '',
  p_top_current_tab_font_attr => '',
  p_top_non_curr_tab=> '',
  p_top_non_curr_tab_font_attr=> '',
  p_current_image_tab=> '',
  p_non_current_image_tab=> '',
  p_notification_message=> '< div class="t16notification">#MESSAGE#< /div>',
  p_navigation_bar=> '< div class="t16NavigationBar">#BAR_BODY#< /div>',
  p_navbar_entry=> '< a href="#LINK#" class="t16NavigationBar">#TEXT#< /a>',
  p_app_tab_before_tabs=>'',
  p_app_tab_current_tab=>'',
  p_app_tab_non_current_tab=>'',
  p_app_tab_after_tabs=>'',
  p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
  p_theme_id  => 104,
  p_theme_class_id => 5,
  p_reference_id=> 37215628872136368,
  p_translate_this_template => 'N',
  p_template_comment => '3');
end;
null;
end;
/So I was able to install the application in your workspace, less these two templates.
The method I used was to edit the security group and application ID in the file and try to install it into one of my workspaces using SQL*Plus. The progress indicators (prompts) show where the installation fails, when it fails, e.g., at a certain page, page template, etc.. Then it's a matter of locating errant blocks in the indicated portion of the file, excising them, and repeating the process until it succeeds. When it does succeed, the next step is to upload the file and use the install wizard.
Scott

Similar Messages

  • MII 14.0 SP4 :Migration error while importing SAP BM Templates

    Hi Experts,
    I am facing some migration errors while importing SAP Batch Manufacturing Templates into MII 14.0 SP4.
    There are almost 23 transactions which are not getting imported and the error message for all of them is-
    "Unable to migrate transaction Unable to import file
    <Name of the Transaction>"
    Any first hand experiences will be really helpful for me to proceed further.
    Regards,
    Muddassar Khan

    Hi All,
    Got the solution. The STARTUP.BAT file is been placed in the installation directory(usr/sap) and then it works fine. Also I have installed the patches and all working fine.
    Any way thanks for the answer christian libich.
    Regards
    G.Partheeban

  • Error: An error occurred importing the file. Detail: File does not exist or

    Hi,
    I am getting the error the below error while importing the file in FDM. I have read and write access to the folder. I tried loading text and excel files, I am getting the same error.
    An error occurred importing the file.
    Detail: File does not exist or access denied.
    Thanks.

    Hi Tony,
    Thanks for the reply.
    I have Oracle Database and the version is 11.1.0.7; So even for this version do I need to have SQLLDR.exe on the server where FDM is installed.
    Thanks,
    Edited by: user10720012 on May 16, 2011 11:42 AM

  • HOW TO SOLVE THE R6034 ERROR IN ITUNES INSTALATION

    I need toknow how to solve the R6034 error in itunes instalation becouse y can´t buk up muy phone

    How to solve this ?
    #import <UIKit/UIKit.h>
    int main(int argc, char *argv[]) {
        NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
       -> int retVal = UIApplicationMain(argc, argv, nil, nil);
        [pool release];
        return retVal;

  • Getting error while importing topology,scenarios from 11.3 to ODI 11.5

    Hi,
    Recently I had installed ODI 11.1.5.
    Now I am importing topology and scenarios exported from my older ODI 11.1.3 via shell script on Linux machine.
    There around 25 topology and around 40 scenarios.When i execute the script out of these some topology and scenarios get imported and for rest i get following error.
    Imported files are not persistent.Sometimes same file got imported and when I execute next time the same file gives error.
    oracle.odi.oditools.OdiToolException: This ODI Tool needs to be connected to the repository but repository connection failed
         at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:133)
         at oracle.odi.oditools.OdiAbstractToolRunner.executeTool(OdiAbstractToolRunner.java:47)
         at oracle.odi.ToolRunner.main(ToolRunner.java:75)
    Caused by: oracle.odi.core.config.MasterRepositoryResourceFailureException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:79)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:491)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:544)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
         at oracle.odi.ToolRunner.initInstance(ToolRunner.java:36)
         at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:128)
         ... 2 more
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:180)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:374)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:77)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:492)
         ... 6 more
    Caused by: oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:117)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:180)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:375)
         ... 8 more
    Please guide me in this regard.

    hi actdi,
    Thanks for your guidance.
    we have tried this also....but still the same unstable import....
    We have another doubt while execuing scenarios using ODI Java EE Agent in ODI 11.5:
    We have one customized jar which we use in our scenario at runtime.
    In case of Odi 11.1.1.3 Version, there is a location
    <Middleware>\user_projects\domains\base_domain\servers\odi_Server1\tmp\_WL_user\oraclediagent\ev3fsn\war\WEB-INF\lib
    where we can put customized jar, so that at runtime oraclediagent picks up this jar from the given location,
    but in ODI 11.1.1.5 Version,
    at the given location <Middleware>\user_projects\domains\base_domain\servers\odi_Server1\tmp\_WL_user\oraclediagent\ev3fsn\war\WEB-INF\
    there is no <lib> folder for oraclediagent.
    Is there any different path for the same lib folder in 11.1.1.5? or is dere a miss ?
    Kindly guide.

  • Error,while importing METADATA from 9.0.3 to 9.2.0.2.8

    Folks,
    I am in the process of doing an OWB upgrade from
    9.0.3 to 9.2.0.2.8.
    I did the design repository install (for 9.2.0.2.8),
    then runtime repository schema install and created
    runtime access user .
    Then I did an MDL export using the OWB client of 9.0.3 and now I am doing an import using the OWB 9.2.0.2.8 client into the 9.2.0.2.8 design repository.
    Getting following errors
    Import started at 02/04/2004 3:49:45 PM
    * Import for OWB Release: 9.2.0.2.8 Version: 9.2.0.2.0
    * User: owbrepuser Connect String: (DESCRIPTION=(ADDRESS=(HOST=edht033)(PROTOCOL=tcp)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=gdwowb)))
    * Definition File: null
    * Data File: C:\Oracle\Oracle9iDevSuite\owb\bin\admin\OWBDEV3_GDW_DATA_MART_V3.0-20040204_0937_92.mdl
    * Log File: C:\Oracle\OracleOWB9_2\owb\bin\admin\Log.log Log Message Level: ALL
    * Physical Names: Y Mode: CREATE Character Set: WE8MSWIN1252
    * Ignore Universal Identifier: N Commit At End: Y
    Warning: MDL1291: Import requires more than the maximum number of locks allowed <300> for import. Automatically switched import to single user mode to allow import to proceed.
    Warning at line 75: MDL1198: In CREATE mode, configurable parameter name 8i.ORACLE8.1.DEPLOYMENTDBTYPE does not exist in target repository for configurable object DATAWAREHOUSE <LOAD_TO_GDW/LOAD_TO_GDW>.
    Warning at line 8,409: MDL1198: In CREATE mode, configurable parameter name 8i.ORACLE8.1.DEPLOYMENTDBTYPE does not exist in target repository for configurable object DATAWAREHOUSE <SOURCE_TO_LOAD/SOURCE_TO_LOAD>.
    Warning at line 496,727: MDL1240: Cannot set property with key <8i.MAPPINGS.SQLLOADERSTEP.DATAFILE.IDENTIFICATION.DATAFILENAME> to value </env102/dw01/owbadmin/txt/dev/LOAD_CONTROL.TXT>. See below for details:
    API0407: The minimum length of this field is 0 and its maximum length is 30. You have 0 characters.[]
    Warning at line 496,731: MDL1240: Cannot set property with key <8i.MAPPINGS.SQLLOADERSTEP.DATAFILE.IDENTIFICATION.BADFILENAME> to value </env102/dw01/owbadmin/ctl/dev/bad/LOAD_CONTROL.bad>. See below for details:
    API0407: The minimum length of this field is 0 and its maximum length is 30. You have 0 characters.[]
    Warning at line 496,735: MDL1240: Cannot set property with key <8i.MAPPINGS.SQLLOADERSTEP.DATAFILE.IDENTIFICATION.DISCARDFILENAME> to value </env102/dw01/owbadmin/ctl/dev/dicard/LOAD_CONTROL.dis>. See below for details:
    API0407: The minimum length of this field is 0 and its maximum length is 30. You have 0 characters.[]
    Warning at line 496,739: MDL1240: Cannot set property with key <8i.MAPPINGS.SQLLOADERSTEP.DATAFILE.IDENTIFICATION.DISCARDMAX> to value <0>. See below for details:
    API0407: The minimum length of this field is 0 and its maximum length is 30. You have 0 characters.[]
    Warning: MDL1196: Mapping <L3_CONTROL_MAP> imported, but it is not identical to mapping defined in import data file. See warning messages above for more details.
    Total number of warning(s) are 8
    Error at line 495,254: MDL1247: Error occurred importing mapping <L3_CONTROL_MAP/L2_CONTROL_MAP> (at line 495,254).
    Detailed Error Message:
    MDL1249: Error occurred saving mapping physical configuration information.
    API0407: The minimum length of this field is 0 and its maximum length is 30. You have 0 characters.[]
    *********************************************

    Shauna,
    Quick question.
    Can I proceed with the upgrade, now from 9.2.0.2.8 to 9.2.0.3 or should I wait for this error to be fixed first.
    This error I got will be doing the upgrade from 9.0.3 to 9.2.0.2.8.
    Thanks for your help.
    Ashish

  • Error while importing iPlanetResourceObject.xml in OIM

    Hi
    I am facing error when I am trying to import iPlanetResourceObject.xml in oralce identity manager. i.e error in import selection. Please suggest how to solve this issue.
    Thank you

    Use the Install Connector via Web GUI functionality provided OOTB. It will automatically take care of all dependencies etc.

  • XPRA_EXECUTION error while importing Support stack 8 in Solution manager 4

    We have installed Solution managr 4.0 on Windows 2003 OS. We are trying to inport support stack 8, but we are getting the XPRA_EXECUTION error while importing SAPKW70009. Following is the error log
    Short text
    Syntax error in program "CL_RSOBJS_TYPE_MANAGER========CP ".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLRSVERS" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_RSOBJS_TYPE_MANAGER========CP " in include
    "CL_RSOBJS_TYPE_MANAGER========CM00G " in
    line 1:
    "Method "GET_TEXT_OF_SEARCH_ATTRIBUTE" does not exist. There is, howeve"
    "r a method with the similar name "GET_SEARCH_ATTRIBUTES"."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    What can you do?
    Please eliminate the error by performing a syntax check
    (or an extended program check) on the program "CL_RSOBJS_TYPE_MANAGER========CP
    You can also perform the syntax check from the ABAP Editor.
    If the problem persists, proceed as follows:
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    The following syntax error was found in the program
    CL_RSOBJS_TYPE_MANAGER========CP :
    "Method "GET_TEXT_OF_SEARCH_ATTRIBUTE" does not exist. There is, howeve"
    "r a method with the similar name "GET_SEARCH_ATTRIBUTES"."
    We have tried clearing the queue and restarting the import but it does not work.
    Can anyone please help us with the same.

    Please, i need help. I have a problem when importing SAPKB62030 on phase XPRA_EXECUTION. This is the error:
      The import was stopped, since an error occurred during the phase          
      XPRA_EXECUTION, which the Support Package Manager is unable to resolve    
      without your input.                                                                               
    After you have corrected the cause of the error, continue with the        
      import by choosing Support Package -> Import queue from the initial       
      screen of the Support Package Manager.                                                                               
    The following details help you to analyze the problem:                                                                               
    -   Error in phase: XPRA_EXECUTION                                                                               
    -   Reason for error: TP_STEP_FAILURE                                                                               
    -   Return code: 0008                                                                               
    -   Error message: OCS Package SAPKB62030, tp step R, return code     
              0008                                                                               
    What can i doing?

  • Error in Import ABAP phase on slution manager - R3load-testconnect

    Hi all,
      I am installing solman and got error in Import ABAP phase
    here is the log
    WARNING 2010-05-20 08:13:27.982 Execution of the command "/usr/sap/SM7/SYS/exe/run/R3load -testconnect" finished with return code 127. Output: /usr/sap/SM7/SYS/exe/run/R3load: error while loading shared libraries: /oracle/client/10x_64/instantclient/libnnz10.so: cannot restore segment prot after reloc: Permission denied
    > R3trans -d
    This is R3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    unicode enabled version
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/SM7/SYS/exe/run') or dbms_type ('ORA')"
    R3trans finished (0012).
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 4613734400 bytes
    Fixed Size                  2090048 bytes
    Variable Size            2315258816 bytes
    Database Buffers         2281701376 bytes
    Redo Buffers               14684160 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Please advice
    Regards
    Palle
    Edited by: palle26 on May 20, 2010 11:00 AM

    hi
        After insattaling oracle, i didn't apply oracle patch.
    when it throwed error , r3load-testconnect, then i stoped listener & applied patch and continued with the installation .
    DB is not getting started. when i used > startup;
    ORACLE instance started.
    Total System Global Area 4613734400 bytes
    Fixed Size                  2090048 bytes
    Variable Size            2315258816 bytes
    Database Buffers         2281701376 bytes
    Redo Buffers               14684160 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    R3trans -d
    This is R3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SM7'"
    R3trans finished (0012).
    SQL> select status from v$instance;
    ERROR:
    ORA-03114: not connected to ORACLE
    one of the blog said to restart the server. i did it but now if i say hotname
    it is giving full domain name as sap-server.lgcnsglobal.com instead of sap-server
    Do i need to uninstall oracle and do it again , if so how do i uninstall oracle?
    regards
    sandhya

  • Error while importing Item Master data through DTW

    Hello Expert,
      I trying to import item master data through DTW but it gives an error while importing as shown in attach file..
      Please help me...
      I am using SAP 9.0 Pl 6
    Regards,
    Sandy

    Hi Sandy,
    Kindly follow the check list
    1. Right Click DTW and run it as Administrator.
    2. Is your DTW version is same as SAP B1.
    3. Uninstall and re-install DTW.
    4. If you are using 64-bit DTW, try to use 32-bit one.
    5. Check the Template, is it of the same DTW version.
    6. Remove all the unnecessary columns.
    7. Last try different Template extension.. (e.g: CSV (Comma delimited), or Text (Tab delimited))
    Hope you find this helpful......
    Regards,
    Syed Adnan

  • Receive an ORA-01403: no data found error after importing

    After making changes to an application and exporting it and importing it into another applications (copy of the app) on the same server I recieve this error.
    Error Single Sign-On Procces Failed
    However if I export and import the application to a different server it works fine.
    This is done in APEX
    Thanks,
    Joyce
    Edited by: user11806126 on Aug 21, 2009 1:53 PM

    Again, please tell us your first name and show it in your forum profile to help us. Thanks.
    I asked you before to provide the versions of every major component in your configuration (apex, database, etc.).
    After making changes to an application and exporting it and importing it into another applications (copy of the app) on the same server I recieve this error.Is it relevant that you made changes to the application or does this problem manifest itself with unchanged versions of the application that you export and then import/install into the same apex instance? Did you install it in the same workspace or a different workspace?
    If you can install the application into your workspace on apex.oracle.com we might be able to find some clues.
    Scott

  • Error occurred during install of assembly policy 8.0.microsoft.vc80.CRT

    I've been trying to upgrade to itunes 9 on windows vista system. During the install, it says "error occurred during installation of assembly policy 8.0.microsoft.vc80.CRT, version 8.0.50727.403 type win 32 policy public key token=1fc8b3b901e18e3bprocess architecture=x86 Quicktime installs OK, but Itunes install is interruped -- Apple Support install portion is rolled back after this error pops up. I went thru suggested Apple troubleshooting options, got same error. Ran install as administrator from desktop, also did not work. Tried installing both thru apple software updater and directly from Apple website -- still get error. I asked about this on Microsoft site, they sent me back here. thanks for any solutions.

    flabud, here are the next steps that I would suggest.
    1) If you haven't done so already, reenable McAfee. I'm guessing that you've already done that though.
    2) Create a manual restore point. You can also do this after each of the following steps if they are successful but you don't have to necessarily do it each time. One restore point at the beginning should suffice.
    3) Disable Windows Defender so that it no longer has possible conflicts with McAfee. McAfee put out this notice earlier this year because the combination of those two programs were causing problems and that notice describes how to disable WD. You should also uncheck Windows Defender using MSConfig (Startup tab) after disabling it as described in the notice. One of my systems had the exact error message described in the notice and since disabling WD it has encountered no further problems.
    4) Check Programs and Features in Control Panel for the following programs and install using the associated links if they do not show up. Restart after each installation and then check to make sure the install was successful in Control Panel.
    a) Microsoft Visual C++ 2005 Redistributable Package (x86)
    b) Microsoft .NET Framework 3.5 (if MS .NET Framework 3.5 SP1 already exists then do not install this)
    {I added this because I had problems with this install at the time of the McAfee/WD conflict}
    5) Run Windows Update and install any Important or Recommended updates. The installation of the programs in step 4 should allow the others to complete successfully but if any still fail make a note of them as you did before.
    6) If everything completes successfully to this point then reattempt the installation of iTunes using the file that you have in the Downloads folder.
    I've written the steps in the order that they should be done so if you run into a snag in any step let us know before proceeding to the next step.

  • Error trying to install existing application

    Hello,
    I have exported one of my Production applications and I am getting an error when I try to install it on my Test server. I am running Application Express 3.1.2.00.02 on both boxes. The application uploads fine, but gives errors when I try to overwrite or install it. I have done this many times before without issues. Here is the error that I get:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 14, column 47: PLS-00103: Encountered the symbol &amp;quot;F&amp;quot; when expecting one of the following: ) , * &amp;amp; = - + &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;= &amp;lt;&amp;gt; and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ &lt;pre&gt;begin wwv_flow_api.create_page_bu
    I have exported the application more than once just in case the file went south on the save. I would appreciate any sugguestions. This is specific to this application. I just exported a different app and imported/installed it into Test with no issues.
    Thanks,
    Neil

    Thank you Andy,
    I had searched the forum and found this post before I posted. The import works fine. I get the error when I try to install. I know that this issue is specific to this export. I scanned the sql and I thought that I had found the problem when I ran across a select statement that had the fully qualified Production schema. I removed this and exported again, but I still get the same results when I try to install.
    Thanks,
    Neil

  • Error in Import JAVA DUMP phase in Solution Manager installation.

    Hi,
    when i am installing Solution manager i am getting error in import java dump phase on windows and oracle database. i installed java 1.4.2_09 . plz anybody give the solution. Its very urgent.
    Thanks,
    Venkat.

    Hi,
    1. Did you select java path (Export CD/DVD) while intsallation? Check once again.
    2. Add JAVA_HOME = Java path in environment variable.
    3. What is the exact error, you got it, post error here.
    Regards,
    Srini Nookala

  • Error downloading and installing InDesign CC trial.

    Error downloading and installing InDesign CC trial, Download Failed, contact custumor support (49).

    Hi blocksta,
    Which os are you using. Are you on a managed network. If yes please refer the knowledge base article: http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html.
    You may even try the direct download: http://prodesigntools.com/adobe-cc-direct-download-links.html.
    Kindly follow the very important instructions before download.
    Regards,
    Romit sinha

Maybe you are looking for

  • Document Chekc in through BAPI Error

    Dear all,       I am using bapi  BAPI_DOCUMENT_CHECKIN2 to Check in Dcument into content server but i am getting error as Error while checking in and storing: C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\DESKTOP\DD.doc message no is 253 Please guide me. t

  • How to save a website as PDF on iPhone 5s

    Is there anyway to save a webpage as PDF then open it on iBooks? Does all websites support PDF

  • How to restart a java program

    Hi I have seen a couple of topics on how to restart a running java program .. and here is a sollution .. i'm sure there are more .. you have to start your program using a batch file .. and it sould look like this: :start ..\j2sdk1.4.0_02\jre\bin\java

  • IPhone 3G does not show up in iTunes

    When I plug in via USB port on rear of machine (powered USB), and I've tried both ports. I am using the supplied USB cable. I plug it in within' the first couple of days of purchase and it showed up, and I've installed the 2.0.2 (5C1) iPhone software

  • Oracle Composer not listed in Component Palette

    I am building webcenter portal application with runtime editing capabilities. I could not see Oracle Composer tag lib in the Component Palette. I have checked that the Oracle Composer jar has been included in the Portal project. Any clues what could