VERY IMPORTANT!!!!!! EXP ERROR

Hi all
When exporting an Oracle10g schema from Oracle9i the following error occurs : exp-0003 no storage definition found.
I understand that when you want to import something from 10g to 9i you have to use the lower versions exp and imp tool, which is what I am doing.
This problem is not schema specific, it occurs with each schema I try. We recently installed Oracle patch 10.1.0.4.
Any help will be usefull
Thanks in advance from Percy

Cause
This problem during export has been introduced with the 9.2.0.5 patchset. In that patchset, a fix has been included for Bug 2948717 "Queries against DBA_SEGMENTS can be slow accessing BYTES/BLOCKS/EXTENTS columns". Note that this fix has also been implemented in Oracle10g Release 1 (10.1.0.2.0).
As a result of that fix, an export from the 9.2.0.5.0 or any higher release database (e.g. 9.2.0.6.0 or 10.1.0.4.0) with a lower release export utility, e.g. 9.2.0.4.0 or 8.1.7.4.0 will now produce the EXP-3 error. For details see:
Bug 3593227 "EXP-3 WHEN EXPORTING A TABLE WITH MORE THAN 1 EXTENT USING EXP BELOW 9.2.0.5"
Bug 3784697 "EXPORT OF LOB FROM 9205 WITH PRE-9205 EXP GIVES EXP-3 (NO STORAGE DEF FOUND)"
These bugs were closed as a duplicate of:
Bug 3291851 "EXP-3: NO STORAGE DEFINITION FOUND FOR SEGMENT" (not a public bug)
Solution
The EXP-3 error only occurs when the export from the 9.2.0.5.0 or any higher release database (e.g. 9.2.0.6.0 or 10.1.0.4.0) is done with a lower release export utility, e.g. 9.2.0.4.0. The reason to run an export from a 9.2.0.5.0
or any higher release database (e.g. 9.2.0.6.0 or 10.1.0.4.0) with a 9.2.0.4.0 export utility, is to import the export dump file later into a target database of that lower release.
Note: if your intention is to export from a 9.2.0.6.0 database in order to import (back) into a 9.2.0.6.0 target database, there is no need to use a pre-9.2.0.5 release export utility. In that situation use the 9.2.0.6.0 export utility.
Workaround 1
Rerun the export and specify the parameter COMPRESS=Y (this is the default value for COMPRESS).
If you have a table with a secondary object, e.g. a LOB column, then this workaround might not work and you will re-produce the EXP-3 error during export. In that case, use workaround 2.
Workaround 2
a. Make a note of the export definition of exu9tne from $ORACLE_HOME/rdbms/admin/catexp.sql
b. Copy this to a new file and add:
"UNION ALL select * from sys.exu9tneb"
to the end of the definition
e.g. In the 9.2.0.5.0 or any higher release source database (e.g. 9.2.0.6.0 or 10.1.0.4.0), the workaround view would be:
CREATE OR REPLACE VIEW exu9tne (
tsno, fileno, blockno, length) AS
SELECT ts#, segfile#, segblock#, length
FROM sys.uet$
WHERE ext# = 1
UNION ALL
SELECT * from sys.exu9tneb
c. Run this as the SYS user (!) against the database that needs to be exported.
d. Re-run the export as required.
e. Put back the original definition of exu9tne as obtained in step a.
Note: only use this workaround when absolutely necessary, and don't forget to put back the original definition of the view SYS.exu9tne as mentioned in step e.
Above is from metalink note.
Jaffar

Similar Messages

  • Import/Exp error

    Hello Everyone,
    We installed the latest JRE for viewing gannt charts. However, still we cannot view the Gantt charts properly or import MS project files.No resolution was found on searching similar threads. Is ther anything we missed out on?

    Hi Thomas,
    Which browser are you using in order to access cProjects? Please note that the following browsers are compatible with cProjects 4.5:
    MS Internet Explorer (IE) 6.0 SP02 and 7.0.
    If you do not use these browsers, problems may occur in scenarios like import/export (XML, MS Project), using the GANTT chart or using SAP Adobe Interactive Forms.
    For a similar issue, we,for MS Internet Explorer, ensured that the following settings are made under Internet Options:
    ● Deactivate script debugging.
    ● Deactivate display script errors.
    ● Add your local subnet to the Local Intranet security zone.
    Regards,
    Pradeepkumar Haragoldavar
    Edited by: Pradeepkumar  Haragoldavar on Oct 18, 2010 10:43 AM

  • (very Important )Diserver Error :"License doesn't Exist"

    I am trying to establish a connection through DI Server
    and getting error saying "License doesn't exist"
    My application code is as follows:
    string DataBaseServer = "192.168.20.174";
    string DataBaseName = "SapCompany3";
    string DataBaseType="dst_MSSQL2005";
    string DataBaseUserName="sa";
    string DataBasePassword="sa2005";
    string CompanyUserName="manager";
    string CompanyPassword="manager";
    string Language = "ln_English";
    string LicenseServer = "";
    SBODI_Server.Node DISnode = null;
    string sSOAPans = null, sCmd = null;
    DISnode = new SBODI_Server.Node();
    sCmd = @"<?xml version=""1.0"" encoding=""UTF-16""?>";
    sCmd += @"<env:Envelope xmlns:env=""http://schemas.xmlsoap.org/soap/envelope/"">"; sCmd += @"<env:Body><dis:Login xmlns:dis=""http://www.sap.com/SBO/DIS"">";
    sCmd += "<DatabaseServer>" + DataBaseServer + "</DatabaseServer>";
    sCmd += "<DatabaseName>" + DataBaseName + "</DatabaseName>";
    sCmd += "<DatabaseType>" + DataBaseType + "</DatabaseType>";
    sCmd += "<DatabaseUsername>" + DataBaseUserName + "</DatabaseUsername>";
    sCmd += "<DatabasePassword>" + DataBasePassword + "</DatabasePassword>";
    sCmd += "<CompanyUsername>" + CompanyUserName + "</CompanyUsername>";
    sCmd += "<CompanyPassword>" + CompanyPassword + "</CompanyPassword>";
    sCmd += "<Language>" + Language + "</Language>";
    sCmd += "<LicenseServer>" + LicenseServer + "</LicenseServer>"; // ILTLVH25
    sCmd += "</dis:Login></env:Body></env:Envelope>";
    sSOAPans = DISnode.Interact( sCmd );
    The xml string that i am sending in Interact method of DI Server API (ie value of sCmd )is:
    '<?xml version="1.0" encoding="UTF-16"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><dis:Login xmlns:dis="http://www.sap.com/SBO/DIS"><DatabaseServer>192.168.20.174</DatabaseServer><DatabaseName>TECHNOVASAP</DatabaseName><DatabaseType>dst_MSSQL2005</DatabaseType><DatabaseUsername>sa</DatabaseUsername><DatabasePassword>sa2005</DatabasePassword><CompanyUsername>manager</CompanyUsername><CompanyPassword>manager</CompanyPassword><Language>ln_English</Language><LicenseServer></LicenseServer></dis:Login></env:Body></env:Envelope>'
    ERROR: "LICENSE DOESN'T EXIST"
    PLEASE SUGGEST THE SOLUTION AS EARLY AS POSSIBLE.

    Hi,
    You don't mention in your post whether you do have a DI Server license installed. Do you have a valid DI Server license installed? The DI Server has its own license which is bought separately from SBO user licenses.
    Kind Regards,
    Owen

  • A very important question about the HostSample-Help needed!

    Hi,
    I'm trying to build a plugin for EM 12c ( 12.1.0.2 ) which suppose to monitor jmx mbeans .
    I encountered during the README file which was packed with the EDK .
    1. In the section where I try to use Flash builder ( ver 4.6 - that's the only release I found .. ) I folowed the instructions if how to run the example ( HostSample/HostSystem ) . When I run the example ( I installed the sdk's of Flash and everything that was written there - no problem )
    in the web browser i got the login page , and put the parameters ( username, password ) as it said in the README - the same username/password as i log in to the EM console .Than I got an error saying " ... RPC fault string ..... Logging to management server ... URL:https.. host ( my host name ) : port ( my port number ) /em..."
    Does anyone has a clue about this ? What am i doing wrong or miss something ?
    It is very important and urgent to me . please help .

    To add a bit more detail. Before you run the application from FlashBuilder, open the same browser you will use to run/debug the application in FlashBuilder and install certificate.
    Firefox:
    . when the "This Connection is Untrusted" warning appears
    . expand the "I Understand the Risks" item
    . click the "Add Exception..." button
    . on the "Add Security Exception" dialog, ensure "Permanently store this exception" is checked
    . click "Confirm Security Exception" button
    IE:
    . when the "Certificate Error: Navigation Blocked" page appears, click "Continue to this website (not recommended)"
    . click on the "Certificate Error" icon in the browser address bar
    . in the "Untrusted Certificates" popup, click "View Certificates"
    . click on the "Certification Path" tab of the "Certificate" dialog
    . select the root certificate (certificate at the root of the tree)
    . click "View Certificate..." button
    . click "Install Certificate..." on the "Certificate" dialog that appears
    . click "Next" on the "Certificate Import Wizard"
    . select "Place all certificates in the following store" button and click "Browse..."
    . select "Trusted Root Certification Authorities" on the "Select Certificate Stores" dialog and click "OK"
    . click "Next" button, and then "Finish" button
    . click "Yes" on "Security Warning" dialog that appears
    The other alternative is to enable http access using "emctl secure unlock". This is not recommended for a production site.
    .

  • How to enable a disabled iPad without losing very important pictures?

    How can you enable a disabled iPad without losing very important pictures?

    If you have important files, photos, videos which are only on your iPad, you need to backup frequently to your computer or iCloud.
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • So my ex step-daughter took my daughters ipad 4 and changed her passcode and is denying doing it but we know she did. she does things like this. my daughter has pictures on there that is very important to her. her late grandfather etc. how can we get into

    so my ex step-daughter took my daughters ipad 4 and changed the passcode. she is NEVER giving me the new passcode.  my daughters has pictures on there that are very important to her. pics of her late grandfather, etc. how can we get back into the ipad without losing her items??? shes heartbroken..

    Removing the "Disabled" will erase the iPad. If you have important files on an iPad you should backup frequently.
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • I can't view a very important file on neither of my devices

    I had never had a problem with Acrobat.com before.  I modified a very important file on June 6th and saved to my Acrobat.com   For the past week, I haven't been able to open up the file from either of my devices.  Theres no preview available and it tells me the to download so I can view but it won't allow me to download. Its in PDF format and its 6.0 MB.  I tried accessing from my Galaxy Note 10.1, Note 3 and my laptop and it won't allow.  This file has changes necessary for work and I am really frustrated to have trusted Acrobat.com. 

    Hi acmechanical,
    I'm so sorry that you've been unable to access that important file. Are you receiving any error message when you try to download it? If so, what is the error?
    Are you able to download other files? For starters, please clear the browser cache, and then log back in to https://cloud.acrobat.com/files. You may also want to try downloading it via Adobe Reader by choosing File > Open from Acrobat.com.
    Please let us know how it goes.
    Best,
    Sara

  • Import mov error.  "The file has no audio or video stream".

    Very interesting.   Would this also explain why i was previously able to import some high def files I downloaded and after the reformat of my computer and reload of cs5.5, I'm now not able to use those files?  It's very strange.  I did a project, used the high def mov files and it came out great.  After a mandatory reformat and reload, now the file doesn't want to import into premier.  Error message was... "this file has no audio or video stream"... yet they play fine in media player, and one of the files works, but not the rest. Thanks in advance for any help you can provide.  Mark

    Mark,
    Welcome to the forum.
    Unfortunately, you have posted to the Premiere Elements Tips & Tricks sub-forum, which is a repository for articles on how to do things in PrElements.
    Maybe our MOD, Steve Grisetti, will move this out to the Premiere Pro CS 5 & CS 5.5 forum, where you will get more replies.
    After the reformat, did you install Apple's QT Player? If so, what version.
    What is the CODEC in those MOV files? That can be very important, but the very later versions of QT Player should install most of the popular CODEC's, that one sees in MOV, MP4, MTS, etc. files.
    Good luck,
    Hunt

  • Please help a very important

    Please help a very important
    There I have a database 8i
    An area of 36 GB and night Eugene space on the hard disk is 2 GB
    I want to reduce the database space has decided to delete the tables from 2006 to 2010,
    But the database space 36 still Kiev and what to do

    I wish I could locate the apple document about backups, I know there's an official one but I can't find it. If you have a .mac account you can use the "backup" program to do that. The other way is third party programs that will backup any updated files to a remote computer on your network, or another drive. Probably the easiest though is just burning the files you need to save to DVDs or CDs. Someone else could probably explain this a whole lot better than me though, so give it a try.
    Oh! And just out of curiocity, how did the program not work? Did you get an error, or was the folder just too far gone to get back? If the lisence you purchaced is transferable, you might just want to sell it to someone here or on ebay. Good luck.

  • PI 711 Installation: Loading of 'SAPNTAB' import package: error but no log

    Hello,
    I'm perfromong an installation of a SAP PI 7.11 ystem on windoows Server 2003 and Oracle 10.2 .
    I've perfromed the installation of the DEV system without particular issue.
    But now when tryning to install the QAS system , I can't finish the installation : Im' stuck in the import ABAP step ...
    It is impossible to import the 'SAPNTAB' package. I couln't find the reason.
    I've tried updating the R3load binary, rebooting the server, restarting the instalaltion from scratch but it didn't help.
    Here I provide you the logs, maybe you can help me
    SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110223195542
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 14 2010 22:52:23
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS deleted/truncated #20110223195543
    sapinst_dev.log
    Syslib info about system call. OS message 109 (The pipe has been ended.
    ) after execution of system call 'ReadFile' with parameter ((read end of child process output pipe)), line (403) in file (synxcpipe.cpp).
    WARNING    2011-02-23 19:56:12.607
               CJSlibModule::writeWarning_impl()
    Execution of the command ""C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\sapjvm\sapjvm_5\bin\java.exe" -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
    Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total 29.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 0, waiting 28, completed 0, failed 1, total 29.
    TRACE      2011-02-23 19:56:12.607
    Function setMessageIdOfExceptionMessage: nw.programError
    ERROR      2011-02-23 19:56:12.607
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    import_monitor.log
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is started.
    INFO: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2011-02-23 19:55:42
    Data codepage 1100 is determined using TOC file 'E:\SAPCD\51036706\DATA_UNITS\EXP1\DATA\REPOSRC.TOC' for package 'REPOSRC'.
    INFO: 2011-02-23 19:55:42
    Version table 'SVERS' is found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2011-02-23 19:55:42
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    ERROR: 2011-02-23 19:55:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is interrupted with R3load error.
    Process 'E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPNTAB.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-02-23 19:56:12
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2011-02-23 19:56:12
    1 error(s) during processing of packages.
    INFO: 2011-02-23 19:56:12
    Import Monitor is stopped.
    Edited by: Raoul Shiro on Feb 23, 2011 8:11 PM
    Edited by: Raoul Shiro on Feb 23, 2011 8:12 PM

    Hello,
    Thank you for your answer.
    I already opened a sap cutomer call, they answered that it it not a database issue,
    I restarted the installationfriom scracth , but i still got the same error :
    Here is the full content of the file SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -ctf I E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS created #20110225170643
    Regards.
    Raoul

  • AP INVOICE IMPORT시 GDF 관련 ERROR 가 날때

    제품 : FIN_AP
    작성날짜 : 2003-01-20
    AP INVOICE IMPORT시 GDF 관련 ERROR 가 날때
    ====================================
    PURPOSE
    AP Invoice Import시 GDF 관련 Error 가 발생할 때의 해결책을 제시한다.
    Problem Description
    Korean Tax program을 설치하여 사용하는 고객 사이트에서 AP INVOICE IMPORT 수행시 TAX 관련한 GDF IMPORT 부분에서 ERROR 가 발생하였다.
    Error Message 는 다음과 같다.
    Invoic 무효한 GF_CONTEXT 컬럼 GLOBAL_ATTRIBUTE_CATEGORY 에 무효한 값
    Workaround
    KR TAX 프로그램에 따른 specific 한 문제이므로 global한 support를 받을 수 없고 아래와 같은 작업을 해주어야만 한다.
    Solution Description
    1. GDF 생성
    JG_AP_INVOICE_INTERFACE GDF를 JG_AP_INVOICES와 마찬가지로 Setup한다.
    2. 다음의 Package의 에서 '수정' 이란 주석이 달린 부분과 같이 수정하여 컴파일 한다.
    PACKAGE BODY JG_GLOBE_FLEX_VAL
    ......(중략)...
    IF p_calling_program_name = 'APXIIMPT' THEN --Invoice Gatewayvalidation prog
    IF p_context_code IN ('JA.TH.APXIISIM.INVOICES_INTF',
    'JA.TW.APXIISIM.INVOICES_FOLDER',
    'JA.SG.APXIISIM.INVOICES_FOLDER',
    -- 'JA.KR.APXIISIM.INVOICES_FOLDER',
    'JA.KR.APXINWKB.INVOICES', -- 수정
    -- 'JA.CN.APXIISIM.INVOICES_FOLDER',
    -- 'JA.KR.APXIISIM.LINES_FOLDER',
    -- 'JA.CA.APXIISIM.LINES_FOLDER',
    'JE.BE.APXIISIM.EFT',
    ......(중략)...
    FUNCTION reassign_context_code(
    p_global_context_code IN OUT VARCHAR2) RETURN BOOLEAN IS
    BEGIN
    IF (p_global_context_code IS NULL) THEN
    RETURN(TRUE);
    ELSIF (p_global_context_code = 'JA.TH.APXIISIM.INVOICES_INTF') THEN
    p_global_context_code := 'JA.TH.APXINWKB.INVOICES';
    RETURN(TRUE);
    ELSIF (p_global_context_code = 'JA.TW.APXIISIM.INVOICES_FOLDER') THEN
    p_global_context_code := 'JA.TW.APXINWKB.INVOICES';
    RETURN(TRUE);
    ELSIF (p_global_context_code = 'JA.SG.APXIISIM.INVOICES_FOLDER') THEN
    p_global_context_code := 'JA.SG.APXINWKB.INVOICES';
    RETURN(TRUE);
    -- ELSIF (p_global_context_code = 'JA.CN.APXIISIM.INVOICES_FOLDER') THEN
    -- p_global_context_code := 'JA.CN.APXINWKB.INVOICES';
    -- RETURN(TRUE);
    -- ELSIF (p_global_context_code = 'JA.KR.APXIISIM.INVOICES_FOLDER') THEN
    -- p_global_context_code := 'JA.KR.APXINWKB.AP_INVOICES';
    -- RETURN(TRUE);
    ELSIF (p_global_context_code = 'JA.KR.APXINWKB.INVOICES') THEN
    p_global_context_code := 'JA.KR.APXINWKB.INVOICES';
    RETURN(TRUE); -- 수정
    -- ELSIF (p_global_context_code = 'JA.KR.APXIISIM.LINES_FOLDER') THEN
    -- p_global_context_code := 'JA.KR.APXINWKB.INVOICE_DISTR';
    -- RETURN(TRUE);
    Reference Documents
    -------------------

  • I have numbers on my ipad and after the latest update I can't open a spreadsheet in it, a very important spreadsheet. I have rebooted a number of times but this does not seem to have fixed it can someone advise what I can do??

    I have an ipad and have just downloaded the lastest update, now I have a very very important spreadsheet that will not open!!!! other spreadsheets open fine but for some just this one will not open. I have rebooted the ipad and tried re-syncing but to no avail, can anyone HELP?????

    I had the same problem. I created an iCloud account and backed up my iPad to iCloud. I then went to www.iCloud.com, signed-in and then I was able to download my spread sheet data. At least I have my data.

  • HT204053 Me and my daughter had been using the same apple id, she was triyng to change it now all of my iphone contact are gone, what can i do ti get it back , this is very important to me.

    Me and my daughter had been using the same apple id, she was triyng to change it, now all of my iphone contact are gone, what can i do ti get it back , this is very important to me.

    Your contacts are helpd on the server, so if you sign out from your iCloud account and sign into another one they will disappear. If you sign back into the original account they will reappear.

  • How can I view my pictures that were backed up to iTunes? I no longer have an apple product but need to view the pictures for very important reasons.

    How can I view my pictures that were backed up to iTunes? I no longer have an apple product but need to view the pictures for very important reasons.

    If you mean backed up as part of an iPhone backup in iTunes?  If so, you would have to use 3rd party software to extract them from the backup, such as iPhone Backup Extractor.

  • A very important site, does not function properly anymore, how can i go back to an earlier version of firefox

    Before i downloaded your firefox 8.0.1, I used firefox to 'save as' the ''Unrealized gain/loss page'' from a brokerage account, - for my ongoing historical financial records file (safari doesn't work for this site).
    On the Unrealized gain/loss page, there is a '+' symbol (in front of each stock owned) that one needs to 'clic' on (turns to a -) to see the various dates (and financial data) when you purchased different lots of the same stock. (say, ''IBM''; purchased IBM shares on 21-10-'11, 100 shares, @ $147, current price @ $180, gain of $33/share, total gain $3,300 / 10-14-'11 purchased 200 IBM shares, @ $191, current price @ $180, loss of $11/share, total loss $2200 / - and so on for however many individual 'lots' one has of that particular stock. ). This information is very important to me, and now i can not 'save' it.
    - So I want to know how I 'fix' this - or - how I can go back to the earlier version, that did work.

    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • I have several very important school related documents on my iPad in the Pages app. Ever since i updated to iOS5, i can no longer open any documents in Pages that I made before I updated. Please help

    I have several very important school related documents on my iPad in the Pages app. Ever since i updated to iOS5, i can no longer open any documents in Pages that I made before I updated. Please help

    Without the iPad connected, open up iTunes on your computer.  Go to iTunes/Preferences/Devices and delete the backups that you're absolutely certain do not have the documents.  Refer to figure below.
    iTunes, select the iPad and then select the Summary tab.  Follow directions for Restore and be sure to say "NO" to creating a backup.  (You don't want to create a new backup that does not have the docs.)  You will then be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad.  This time, say "yes."
    Repeat all of the above as required until you get the docs.

Maybe you are looking for

  • Help, the pc suite music program shuts dowm after ...

    Hej, I have a very big probelm, I can't transfer music to my N73, because just when I open the the 'music transferring program', it shuts down! And no matter if I try to play a song or choose another option, it's like it just ignores it and closes do

  • Losing wireless network connection

    Every time I turn off my iMac or reboot into windows vista, I lose my network connection on my Apple TV. I have to log in with my password. This is a real hassle. Any fixes or work arounds?

  • Take some time to get to know Safari 4

    There are no immediate problems that I can really find in the all-new improved safari 4. Most people are bellyaching because they don't want to accept change, but rather be stock, in the old ways, they grew accustom too. Can any one of us change yest

  • Integration of 9i Reports with 10g portal

    Hi All: I am new to develop portal and using 10g Portal.I have to integrate reports,created with 9i report builder,with 10 g portal. Please let me know about some useful documents to do this task. I have searched alot and get some documents but these

  • I lost my (buy) application

    I'm trying to sync picture, but that happened a few applications that I bought was also deleted. How can I make all the applications that I have to pay it back but not to buy again? Please HELP...