UNDOTBS - ERRORS DURING IMPORT

Hi,
I have an Oracle 9i database running on a Linux box. It was running out of disk space (only 2GB free). I decided to create a new undotbs (UNDOTBS2), on a separate Disk (/usr/oracle/local/), because the original undotbs (/usr/oracle/data/UNDOTBS1) was quite big 3.7 GB!
I switched to the new undotbs(2), and Oracle was happy all day long. The thing is, I have a script that drops 2 schema during the night, recreates them and import data into these 2 schemas,from a dump file (another database).
This morning I noticed that the import process aborted (see error messages below),complaining that the UNDOTBS1 tablespace "couldn't be read at this time'. What is that mean?
The following are the steps I had to follow, to be able to import the data.
1. Move /usr/oracle/dataUNDOTBS1 to /usr/oracle/local/
(both TS are on the same directory).
2. Both TS are online.
3. Oracle is using UNDOTBS1.
I would like to get rid of one of these TS, but I afraid that by doing so, the nightly script will abort again.
Any ideas?! Thanks, Juvenal
-----ERROR MESSAGE BEGINS--------------------------------
Import: Release 9.2.0.3.0 - Production on Tue Feb 3 23:07:24 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Release 9.2.0.3.0 - Production
JServer Release 9.2.0.3.0 - Production
Export file created by EXPORT:V09.02.00 via conventional path import done in US7ASCII character set and AL16UTF16 NCHAR character set import server uses WE8ISO8859P1 character set (possible charset conversion) . importing IBT's objects into IBT . importing IBT_SECURITY's objects into IBT_SECURITY . importing IBT's objects into IBT
. . importing table "ACCOUNT" 68795 rows imported
. . importing table "ACCOUNTING_BRANCH" 101 rows imported
. . importing table "ACCOUNTING_COMPANY" 80 rows imported
. . importing table "ADDRESS" 207761 rows imported
IMP-00017: following statement failed with ORACLE error 604: "CREATE UNIQUE INDEX "PK_ADDRESS" ON "ADDRESS" ("ADDR_ID" ) PCTFREE 10 INIT" "RANS 2 MAXTRANS 255 STORAGE(INITIAL 245760 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "IBT_INDEX" NOLOGGING"
IMP-00003: ORACLE error 604 encountered
ORA-00604: error occurred at recursive SQL level 1
ORA-00376: file 2 cannot be read at this time
ORA-01110: data file 2: '/usr/oracle/data/undotbs01.dbf'
IMP-00017: following statement failed with ORACLE error 604: "CREATE INDEX "IND_ADDR_SUB_ID" ON "ADDRESS" ("ADDR_SUB_ID" ) PCTFREE 10 IN" "ITRANS 2 MAXTRANS 255 STORAGE(INITIAL 245760 FREELISTS 1 FREELIST GROUPS 1)" " TABLESPACE "IBT_INDEX" NOLOGGING"
IMP-00003: ORACLE error 604 encountered
ORA-00604: error occurred at recursive SQL level 1
ORA-00376: file 2 cannot be read at this time
ORA-01110: data file 2: '/usr/oracle/data/undotbs01.dbf'
-----ERROR MESSAGE ENDS--------------------------------

I think the filesystem where the new datafile is does not have the correct permission to allow Oracle writes on it.
apply this command and reply the result:
ls -l /usr/oracle/data
the group has be "dba"
if you want to change the permission on that folder you have to do this connected as root:
chown oracle.dba /usr/oracle/data
Joel Pérez
http://otn.oracle.com/experts

Similar Messages

  • Error importing SharePoint site collection - "there is an error during importing the Roles tag"

    Hi, we are having trouble restoring a SharePoint 2010 site collection using our DPM 2012 installation. The recovery process goes fine (restore of the database, attach to the sql server, export into WFE's filesystem) and the last phase, the SharePoint import,
    seems to end with an exception. We see this in the WssCmdletsWrapperCurr.errlog file:
    Caught Exception while trying to import Url .....
    Exception message =
    There is an error during importing the Roles tag
    Exception Stack =
    at Microsoft.SharePoint.Deployment.ReadAttribute.String(....
    It looks like it is a SharePoint import issue, but I'm not sure. We have tried to restore the site into an empty one, and the exception appears again, although it *seems*  that the content has been recovered. We have imported using the security info
    on the recovery point.
    I've searched for that error message in the Net but I've been unable to find anything appropriate.
    Do you have any hints?
    Thanks.

    Hi, we are having trouble restoring a SharePoint 2010 site collection using our DPM 2012 installation. The recovery process goes fine (restore of the database, attach to the sql server, export into WFE's filesystem) and the last phase, the SharePoint import,
    seems to end with an exception. We see this in the WssCmdletsWrapperCurr.errlog file:
    Caught Exception while trying to import Url .....
    Exception message =
    There is an error during importing the Roles tag
    Exception Stack =
    at Microsoft.SharePoint.Deployment.ReadAttribute.String(....
    It looks like it is a SharePoint import issue, but I'm not sure. We have tried to restore the site into an empty one, and the exception appears again, although it *seems*  that the content has been recovered. We have imported using the security info
    on the recovery point.
    I've searched for that error message in the Net but I've been unable to find anything appropriate.
    Do you have any hints?
    Thanks.

  • Error During Import: File Could Not Be Imported

    I am trying to load some .AVI movies from my digital camera into iMovie; most of them will, but 1 or 2 for some reason will not. I have played some of these videos on my old G3, which I replaced with this new computer; most loaded in OK.
    The clips that won't load look smaller than the others when playing (don't know why). I played the movies and converted them to Quicktime again in MPEG Streamclip and they played fine (also in VLC PLayer, FWIW).
    I am getting this error message: Error during Import: File Could Not Be Imported.
    Also, I am trying to change the orientation of one clip that I inadvertently shot sideways; I did this in Bitlist but it won't load now into iMovie. Is there away to change the orientation in Quicktime (I'm not buying QT pro) or another free converter that will work?
    Thanks in advance...

    try to ...
    * open the avi/mpegs in Streamclip
    * choose 'DV stream' as export option
    * in the 'DV stream' dialog, you're offered the option 'turn'.. rotate in the wanted direction and choose '75%' size to get all into the video...

  • 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

  • SEVERE: DB Error during import of BC_SL_ACTIVE_PARTS

    Hello all,
    We are trying to perform the system refresh using sapinst (load based) on AIX/DB2 UDB environment.
    During the "Import Java Dump" phase, we are getting the below error;
    SEVERE: DB Error during import of BC_SL_ACTIVE_PARTS
    SEVERE: Message: The object of type java.sql.Date with the value '2006-06-22 07:
    00:00.0' assigned to host variable 5 is not normalized. It must not contain time
    components in the time zone running the virtual machine.
    SEVERE: SQLState: SAP06
    SEVERE: ErrorCode: 1001124
    As per the OSS note 915548 we changed the Server & Desktop time zone to GMT+01:00, and started a fresh installation.
    However we are still facing the same issue. Does anybody have a resolution for this, if so please help me, I shall definitely reward you.
    Thanks in advance.
    Regards,
    Kiran.

    Hello,
    I've got exactly the same problem.
    I was installing a CRM50 Unicode System, using a System Copy procedure.
    (Source System platform: Win2003 x86, MsSQL2005, j2sdk-1_4_2_13-windows-i586-p.exe)
    Into a Target System Platform:
    - Processor Geniune Intel Xeon 3 Ghz x86
    - Windows 2003 x64 bits
    - MS SQL Server 2005
    - j2sdk-1_4_2_13-windows-amd64.exe --> 941595 - Download J2SE 1.4.2 for the x64 platform Java
    - j2sdk-1_4_2_13-windows-i586-p.exe
    (both Java versions installed, according to the Sap note)
    I already did what you said:
    - Change timezone
    - Uninstall CRM50, using sapinst\Aditional Software Life Cycle Task\...
    - Reebot the server
    - Staring a fresh installation again
    Please advise, I've been working for the last four days on this, with no luck.
    Maybe the problem is java version, perhaps j2sdk-1_4_2_09-windows-amd64.exe or another one would be enough, or, I need to reinstall everything since the beginning, including MSSQL2005.
    Can someone help us out please, thanks.

  • Why do i getThe following clip encountered an error during import and is still referencing media on the camera:

    When importing in FCPX 10.1.3 I get: The following clip encountered an error during import and is still referencing media on the camera:  ??? anyone

    I get this sometimes too, when importing from P2 cards.  Sometimes it takes me a few tries to get it imported.  I have noticed that it seems to work better when I actually mark an IN and Out for the clip, but that's not totally a solution.

  • Message: The following clip encountered an error during import and is still referencing media on the camera:

    I am getting this message when I try to import files from Canon C100: The following clip encountered an error during import and is still referencing media on the camera:
    These are AVCHD files and it seems to be happening randomly.  With different clips as I try to import...happening both with regular importing and with Create Optimized Media...
    It just started happening yesterday-never had this problem before and have uploaded countless times with this camera and system. THanks.

    Update: OK, I just tried to import the footage into another hard drive (an internal hard drive) and it seems to be going fine now.  Maybe something is corrupted on the external hard drive I was importing into...wierd.

  • Error during import (-40)

    I have a G5 Dual 2G with 2G of ram running Imovie 3.0.3. I am trying to import a 42.9M mp4 file and a 189.9M .mov file and am getting this error message after about 6 minutes of trying to import: "Error during import (-40)".
    Can anyone tell me what the problem might be? I have serched the forum and came up with the "Use Streamclip 1.8" thats why I could make the 189.9M .mov file into the 42.9M mp4 file.
    I was sucsesful in importing 38.5M .mov files into itunes but I seem to have a limit. Does this make sense to anyone?
    Thanks for the help.

    Aquilafisher,
    You can open the 189.9 mov file in MpegStream clip and export to DV format for iMovie (DV is iMovie's native format).
    When you choose export to DV format you'll be presented with the "DV Exporter Window" with several options. One option is to "Split DV into Segements" Choose it (This option automatically splits the clip into 2gb or less segments).
    You can export the segments directly into your iMovie project's media folder. Next time you open the iMovie project you'll be offered the option to have those segments moved to the clips pane (you can also import the segments but that takes longer).
    I was sucsesful in importing 38.5M .mov files into itunes but I seem to have a limit.
    Is this the same file 49mb mp4 file that you could only partially import or is this a different file that you were successful importing?????
    Is there any particular reason you exported to mp4 first, exactly what are you trying to accomplish?

  • 'Error during import of clipboard contents' runing from ITS server

    Dear Friends,
    when I execute the report and smartform program from ITS server it is giving a error message 'Error during import of clipboard contents' in the web page.
    Please guide me how to resolve this issue.
    Thanks & Regards
    Tapas Dutta

    Hi Victor,
    Good Morning.
    Can you please confirm you are installing new SAP NW Java system on the same host where SAP NW ABAP is running or you are trying to install SAP NW JAVA as addin installation to existing SAP NW ABAP?
    Regards
    Naveen Garg

  • Error during importing photos

    For some reason, I get an "error during import" message when i try to drag my photos into my movie. (i've done it before successfully) They show up in my photo library when i click on the photos tab in imovie, but it wont let me import them. any thoughts?

    WHen I tried to drag all my pictures of that Album (or one at a time) from the iMovie picture pane displaying that Album, I get an error
    Why are you doing this? Every album (in fact, every photo, whether in an album or not) in your current iPhoto library is directly available from the pop-up menu when the "photos" tab is selected in iMovie. There is nothing that needs to be imported. Only photos that have not been previously incorporated into iPhoto need to be dragged to iMovie.

  • Error during Import (-2126)

    I have imported Quicktime files from my computer into iMovie before (clips orginally from my digital camera) with no problem. However, when I go to import now I get the message "Can't open file "xxxx.AVI"; skipping it and continuing" then right after the message "Error during import. The file could not be imported (-2126)" If anyone knows why this would happen and I how I can fix it, that would be amazing.... Thanks in advance!!
    ** I have Quicktime version 7.0.1 and iMovie 4.0.1 if that helps.
    iMac G5   Mac OS X (10.3.9)  

    iMovie does not work with AVI files. You have to convert the file to a format that iMovie understands.
    Start here...
    http://www.danslagle.com/mac/iMovie/qt_plugins/3000.shtml
    Patrick

  • "Error During Import" after authorization

    HI all,
    I transferred a few songs from my desktop to my laptop. The songs play fine in iTunes after the transfer. When trying to use the music in iMovie, it asks for authorization (I only have my songs authorized on 1 computer). I give my password and a messaage pops up saying that the authorization was successful. I try to import the song into iMovie and the message I get is:
    *Error During Import*
    The file could not be imported: The file “(file path)” isn’t authorized for this computer.
    Any ideas?
    TIA!

    Hi c
    Only way around I use is:
    • in iTunes export out as audio-CD .aiff
    • use this in Your movie project
    Yours Bengt W

  • ECC 6.0 Installation Error During Import ABAP

    Hello Guys,
    I am installing the Ecc 6.0 on windows 2003 Enterprise Edition
    I facing the following error during the installation. can you guys please help me out. here is the erro i am getting. I am here by posting the import.monitor.log and the related log file also. PLease help me out...
    Import.Monitor.log file output
    INFO: 2008-09-26 09:05:37
    Data codepage 4103 is determined using TOC file 'D:\51032413_1\EXP1\DATA\SAPAPPL0.TOC' for package 'SAPAPPL0'.
    TRACE: 2008-09-26 09:05:37 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPVIEW' import package is started.
    TRACE: 2008-09-26 09:05:37 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPVIEW' import package into database:
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
    ERROR: 2008-09-26 09:05:44 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPVIEW' import package is interrupted with R3load error.
    Process 'D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPVIEW.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
    INFO: 2008-09-26 09:06:07
    All import packages are processed.
    WARNING: 2008-09-26 09:06:07
    1 error(s) during processing of packages.
    INFO: 2008-09-26 09:06:07
    Import Monitor is stopped.
    SAPVIEW.log file output
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080926002508
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE
    Compiled Sep 1 2006 00:38:35
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -ctf I D:\51032413_1\EXP1\DATA\SAPVIEW.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL SAPVIEW.TSK ORA -l SAPVIEW.log
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: job completed
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080926002510
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080926002510
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE
    Compiled Sep 1 2006 00:38:35
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: /1CN/APASAP00001 created #20080926002517
    (DB) INFO: /1CN/APNSAP00001 created #20080926002517
    (DB) INFO: /1CN/APTSAP00001 created #20080926002517
    (DB) INFO: /1CN/APTSAP00004 created #20080926002517
    (DB) INFO: /1CN/APTSAP00005 created #20080926002517
    (DB) INFO: /1CN/APTSAP00006 created #20080926002517
    (DB) INFO: /1CN/ARMSAP_CARR created #20080926002517
    (DB) INFO: /1CN/ARMSAP_CONN created #20080926002517
    (DB) INFO: /1CN/ATXSAPD0001 created #20080926002517
    (DB) INFO: /1CN/ATXSAPD0002 created #20080926002517
    (DB) INFO: /1CN/ATXSAPD0003 created #20080926002517
    (DB) INFO: /1CN/ATXSAPD0004 created #20080926002517
    (DB) INFO: /1CN/ATXSAPD0201 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0100 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0103 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0104 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0105 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0106 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0107 created #20080926002517
    (DB) INFO: /1CN/ATXSAPR0108 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0110 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0111 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0112 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0113 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0120 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0130 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0131 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0140 created #20080926002518
    (DB) INFO: /1CN/ATXSAPR0201 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR01 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR02 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR03 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR10 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR11 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR12 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR20 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRBR21 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRIN03 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRIN04 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRIN06 created #20080926002518
    (DB) INFO: /1CN/ATXSAPRIN07 created #20080926002518
    (DB) INFO: /1CN/ATXSAPS0100 created #20080926002518
    (DB) INFO: /1CN/ATXSAPS0101 created #20080926002518
    (DB) INFO: /1CN/ATXSAPS0102 created #20080926002518
    (DB) INFO: /1CN/ATXSAPW0201 created #20080926002518
    (DB) INFO: /1CN/ATXSAPW0202 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0100 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0101 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0102 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0103 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0104 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0105 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0106 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0140 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0141 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0146 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0147 created #20080926002518
    (DB) INFO: /1CN/ATXSAPX0148 created #20080926002518
    (DB) INFO: /1CN/ATXSAPXBR01 created #20080926002519
    (DB) INFO: /1CN/ATXSAPXBR02 created #20080926002519
    (DB) INFO: /1CN/ATXSAPXBR03 created #20080926002519
    (DB) INFO: /1CN/ATXSAPXBR11 created #20080926002519
    (DB) INFO: /1SAP1/CNV_A0012 created #20080926002519
    (DB) INFO: /1SAP1/CNV_A0017 created #20080926002519
    (DB) INFO: /1SAP1/CNV_A0018 created #20080926002519
    (DB) INFO: /1SAP1/CNV_A0020 created #20080926002519
    (DB) INFO: /1SAP1/CNV_A0026 created #20080926002519
    (DB) INFO: /1SAP1/CNV_A0029 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0032 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0033 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0034 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0036 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0037 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0042 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0048 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0049 created #20080926002520
    (DB) INFO: /1SAP1/CNV_A0050 created #20080926002520
    (DB) ERROR: DDL statement failed
    (CREATE VIEW "/1SAP1/CNV_A0051" ( "MANDT" , "AUART" , "TDOBJECT" , "TDNAME" , "TDID" ) AS SELECT T0001."MANDT", T0001."AUART", T0001."TDOBJECT", T0001."TDNAME", T0001."TDID" FROM "T350" T0001)
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (DB) INFO: disconnected from DB
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080926002520
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080926071241
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE
    Compiled Sep 1 2006 00:38:35
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP VIEW "/1SAP1/CNV_A0051")
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    (CREATE VIEW "/1SAP1/CNV_A0051" ( "MANDT" , "AUART" , "TDOBJECT" , "TDNAME" , "TDID" ) AS SELECT T0001."MANDT", T0001."AUART", T0001."TDOBJECT", T0001."TDNAME", T0001."TDID" FROM "T350" T0001)
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (DB) INFO: disconnected from DB
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080926071252
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080926082712
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE
    Compiled Sep 1 2006 00:38:35
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP VIEW "/1SAP1/CNV_A0051")
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    (CREATE VIEW "/1SAP1/CNV_A0051" ( "MANDT" , "AUART" , "TDOBJECT" , "TDNAME" , "TDID" ) AS SELECT T0001."MANDT", T0001."AUART", T0001."TDOBJECT", T0001."TDNAME", T0001."TDID" FROM "T350" T0001)
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (DB) INFO: disconnected from DB
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080926082718
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080926085744
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE
    Compiled Sep 1 2006 00:38:35
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP VIEW "/1SAP1/CNV_A0051")
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    (CREATE VIEW "/1SAP1/CNV_A0051" ( "MANDT" , "AUART" , "TDOBJECT" , "TDNAME" , "TDID" ) AS SELECT T0001."MANDT", T0001."AUART", T0001."TDOBJECT", T0001."TDNAME", T0001."TDID" FROM "T350" T0001)
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (DB) INFO: disconnected from DB
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080926085751
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20080926090537
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 UNICODE
    Compiled Sep 1 2006 00:38:35
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) ERROR: DDL statement failed
    (DROP VIEW "/1SAP1/CNV_A0051")
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    (CREATE VIEW "/1SAP1/CNV_A0051" ( "MANDT" , "AUART" , "TDOBJECT" , "TDNAME" , "TDID" ) AS SELECT T0001."MANDT", T0001."AUART", T0001."TDOBJECT", T0001."TDNAME", T0001."TDID" FROM "T350" T0001)
    DbSlExecute: rc = 103
    (SQL error 942)
    error message returned by DbSl:
    ORA-00942: table or view does not exist
    (DB) INFO: disconnected from DB
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ECC\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080926090544
    Kindly Help me out with this......

    Hi Ashok,
    Now already cheecked the Oracle. The oracle instance is Up and running. Even i happened to increase the Shared pool and SGA memory size. I think this is some where the table was not created during the installation. Because the the installation was aborted a lot of times during the abap import process.
    Please let me know if there are any other solution...where we can look into the DB is the table is created or not or any other..
    Kindly help me ...

  • Error during import of Transport Request in PI 7.1

    Hi Friends,
    I have installed PI 7.1 server on HP-UX 11.23 with Oracle 10g.
    After completing all the post-installation activities,I configured CTS for moving objects developed by PI consultant to Quality & Production server.
    Using CTS I Successfully imported all objects in Integration Repository but When Iam trying import objects of Integration directory,it is showing the error during deployment phase.
    Copy File Between Transport Groups       23.10.2008 13:04:07    (0) Successfully Completed
    Import                                   23.10.2008 13:04:26    (0) Successfully Completed
    Check Versions                           23.10.2008 13:04:26    (0) Successfully Completed
    Deployment                               23.10.2008 13:04:28   (12) Canceled
    When I go to Log of above it displays follow
    Deployment
    Transport request   : SPDK900031
    System              : SPT
    tp path             : tp
    Version and release: 375.30.40 710
    CTS Deploy Service - Version 0.92 06.03.2007
    ========================================================================
    Deploy Web service destination = CTSDEPLOY
    Directory = /usr/sap/trans/data
    SDM Deploy URL =
    SLD Deploy URL =
    XI Deploy URL = http://srstlspt:50000
    Double-stack system SPT
    Deploy for XID
    Deploy File = 60913470a0d511dd873000306eeac205
    Communication error in Web service CTSDEPLOY , exception is CX_AI_SYSTEM_FAULT
    SoapFaultCode:1 Authentication failed. For details see log entry 00306EEAC205004E0000091A00000EC703
    >>>51C766E6CBB4F0 in security log.
    Return Code = 12
    Highest Return Code = 12
    Deployment
    End date and time : 20081023151500
    Ended with return code:  ===> 12 <===
    Regards,
    Sunil

    hi,
    I am looking forward to implement SAPKW70017, I  need to know the CONS of SP17, what was the reason which made you implement SP17, just to have updated Version of SP or did you face with any problems and decided to update the SP? what was the previous SP which you had,
    We have problems in F4 search help when running queries, SAP asked us to implement latest which is SP17, but wanted to make sure what would be the CONS before we do it, we are having SP15 in BI 7.0
    Please update the post for this.

  • Error during import of business object BOREPMA (crystal reports)

    Dear Colleagues,
    we have a problem with importing of crystal reports into productive system,
    export works fine - I get .car files, but import finished with error : "Error occurred in data conversion".
    We could not find any reason for this error..... may be someone had same issue in the past?
    How can I check what happens in background during import?
    Thank you very much for response

    Hi Nick,
    our problem is following: we changed *existing crystal report* on development workstation, and trying to import to q-workstation, as it was not possible, we made changes on q-workstation and trying to import to productive-workstation. We don't have crystal report designer on productive workstation and it is a reason why we can not create new report with same name as you suggested (on productive workstation).
    In general, how should crystal reports be transferred between different systems (development, test,, productive) if you have crystal report designer only on development system? We think the export-import function can do this, but there is a data conversion error.... OSS message is created since 9 month, we don't get really solution from SAP...
    Did you had the same problem or you have crystal report designer on productive workstation and can change coding there?
    Thank you very much
    Best rehgards
    Natalia Barannikov

Maybe you are looking for

  • WSUS Repair: Can I not use a drive other than C:?

    I used the wizard to move the WSUS folders from the C: drive to the SBS2008's D: drive in order to recover C: drive disk space as so many others have had to do. Now ofcourse, the system says it no longer is installed as designed and updates to domain

  • Hp envy can't right and left click at same time

    my hp envy touchpad cant hp envy can't right and left click at same time. i dont know if its a driver. because of that i cant play games like GTA cause i need right click to aim and left click to shoot. is there a solution to this  This question was

  • How i can solve this prob...can not connect to the itune store..

    plz solve my this prob..

  • Function Db6pmcf which cannot be accessed.Reason code:5 error in DB6COCKPIT

    Hi, We have 4.6C systems running on AIX 5.3 and DB2. recently I updated the kernel from patch level 2225 to 2307. (Both OS and DB are 64 bit) The DEV and QAS systems were running successfully but I got a problem in PRd systems. I am having error in D

  • Activation Nightmare

    I have Adobe Acrobat 9 Pro after I had issues with Adobe acrobat 8 Pro not working right with Vista. I have installed 9 onto my work laptop and PC. Last month i closed down the business and sold off the work computers. Prior to doing so I deleted all