Error when importing static files in run-time installation

Hello all,
I have a development environment running 3.2 and also a run-time test environment running 3.2. I'm trying to import an export of static files from the development environment into the test environment, and we're getting the following:
SQL> @static_file.sql
Set Credentials...
Check Compatibility...
API Last Extended:20090112
Your Current Version:20090112
This import is compatible with version: 20090112
COMPATIBLE (You should be able to run this import without issues.)
Set Application ID...
...static file repository
declare
ERROR at line 1:
ORA-00001: unique constraint (APEX_030200.WWV_FLOW_HTML_REPO_IDX1) violated
ORA-06512: at "APEX_030200.WWV_FLOW_HTML_API_PRIVATE", line 84
ORA-06512: at "APEX_030200.WWV_FLOW_HTML_API", line 45
ORA-06512: at line 6
We've exported and imported these same static files in the past with no issues, and we also exported and imported two applications and an image export without issues.
Any idea what is causing this?
Thanks!
John

Update:
I had two static files in my export - one was assigned to a specific application and one wasn't. When I ran into the issue importing, I had elected to export "all static files". I just tried it again, but exported and imported each of them individually, and it worked fine so I'm back in business.
But perhaps there is an issue when exporting all files, when they aren't all assigned the same way? Maybe something to be looked into...
John

Similar Messages

  • Error while importing zip file for second time to B2B through ant script

    [echo] args=import
    importstatus:
    [echo] Commandline arguments 1: [import]
    [echo] Import with overwrite=true
    [echo] B2BCommandLineUtility: importRepository: Error messages:
    [echo] MDS-00521: error while reading document /soa/b2b/tpa_JOvrtiV-7030143
    019445112136.xml from metadata repository
    [echo] MDS-00520: failure to read document /soa/b2b/tpa_JOvrtiV-70301430194
    45112136.xml because it is not in the metadata repository
    [echo] MDS-00911: Document with name "/soa/b2b/tpa_JOvrtiV-7030143019445112
    136.xml" and version 16 does not exist in the repository.
    [echo] ORA-01403: no data found
    [echo] ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 407
    [echo] ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 603
    [echo] ORA-06512: at line 1
    [echo]
    [echo] ORA-01403: no data found
    [echo] ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 407
    [echo] ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 603
    [echo] ORA-06512: at line 1
    [echo]
    [echo] ORA-01403: no data found
    [echo] ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 407
    [echo] ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 603
    [echo] ORA-06512: at line 1
    [echo]
    [echo]
    Can anybody plz help???
    Thanks in Advance!!!

    Hi,
    Even I am getting the same error while importing the .zip file for the second time through B2B console-->Administration-->Import/export tab.
    But again it works for the third time..
    Error Message:
    Import of file OriginalProject.zip failed. MDS-00521: error while reading document /soa/b2b/tpa_MnjhBHh-70301432125893445241.xml from metadata repository MDS-00520: failure to read document /soa/b2b/tpa_MnjhBHh-70301432125893445241.xml because it is not in the metadata repository MDS-00911: Document with name "/soa/b2b/tpa_MnjhBHh-70301432125893445241.xml" and version 34 does not exist in the repository. ORA-01403: no data found ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 407 ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 603 ORA-06512: at line 1 ORA-01403: no data found ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 407 ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 603 ORA-06512: at line 1 ORA-01403: no data found ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 407 ORA-06512: at "DEV_MDS.MDS_INTERNAL_SHREDDED", line 603 ORA-06512: at line 1
    Please help...

  • Error when importing EPS files in Publisher 2010

    Whenever I attempt to insert an EPS file (possibly other image types as well) into a Publisher document I get a prompt asking for what type of file the source is and then this error:
    "An
    error occurred while importing this file."
    This is running as a Citrix Published Application running on Server 2008 R2 and I've found that this does not happen outside of Citrix.  If i login directly to the server via RDP or right from the console I do not get this issue.  I've posted in
    the Citrix Forums and it looks like this is something to do with MS Publisher and not being able to use the Explorer shell.
    http://forums.citrix.com/thread.jspa?threadID=307437
    Researched this error and found this article:
    http://support.microsoft.com/kb/224744 (This is unacceptable since the file needs to be in EPS format to keep functionality)
    There was another article but I cannot find it for the life of me at this time but it suggested that you uninstall and reinstall Office or repair Office.
     I did both with no luck.
    I am able to get Citrix to open up publisher with the shell by initiating this command:
    explorer.exe /root,D:\Program Files\Microsoft Office\Office14\MSPUB.exe
    With this command firing up Publisher I'm able to import EPS files with no problem.  However I cannot pass an argument to this command so double clicking documents in our Citrix portal do not open up the document but rather just opens up a blank Publisher
    file.  So this isn't a good "solution."
    I should not have to make this command to just be able to import images as a workaround.  Anyone run into this in their Citrix environments?  Microsoft, do you have anything that can be tweaked with Publisher to allow this to work as normal in
    a Citrix environment?

    I was able to get a workaround for this. I made a .cmd and put this into it:
    if [%1]==[] explorer2.exe /root,D:\Program Files\Microsoft Office\Office14\MSPUB.exe %1
    if [%1] NEQ [] "D:\Program Files\Microsoft Office\Office14\MSPUB.exe" %1
    You will need to change your paths to your MSPub.exe and if you are using explorer.exe change that as well.  We use explorer2.exe since we've found issues with using the original explorer.exe.
    Once you have that CMD file made.  Save it to your Xenapp boxes in the same location and then point your published app to that file to launch Publisher.
    This worked for us but I'm not sure  if it will work for anyone else but give it a go and let me know.

  • Illustrator shows BG error when importing ai files made in Flash

    Hello Everyone!
    I've been using Flash for a couple of years now... I use it
    mostly for designing fashion graphics (!!!). I know that
    Illustrator is excellect for creating artwork, but I am a big Flash
    fan and can't help it :) Of course, I have to use Illustrator from
    time to time which makes it a bit tricky when importing modified
    Flash files.
    I export Flash files as AI ones, but encounter numerous
    errors while opening such files in Illustrator. I think the problem
    is with the Color settings. Flash uses RGB, and CMYK is
    Illustrator's default settings. When I try to export a graphic
    symbol (with layers, groups of objects and simple shapes) from
    Flash Professional as an AI file, it always exports as Illustrator
    6.0 version (wonder why)... Then I try to open this file in
    Illustrator CS2 and always get a "BG" error message which is
    similar to this one:
    Can't open illustration. The illustration doesn't have the
    correct number of operands for an operator.
    Offending operator: "Bg"
    Contex:
    Bb
    0000 Bh
    1.0.0.000819.20.....etc. (lots of figures)...Bg
    So after getting such a message and pressing "OK" there are 2
    possible results:
    1. The program (Illustrator CS2) opens a blank artboard
    (stage) with absolutely NO objects or symbols on it.
    2. The program opens an incomplete graphic on the artboard
    (stage) with many missing objects and shapes (say, if I exported a
    graphic with 2 layers, the top layer will be missing).
    Unfortunately, these are the most common results....Though a
    few days ago I hkept several AI files open and tried to export an
    AI file made in Flash. To my greatest surprise Illustrator could
    open the file with absolutely everything I exported from Flash!!!
    Except for Bitmap fills, of course....But everything else was just
    perfect! I was amazed no end!
    Like an idiot I didn't save the file, and the next day I
    spent 2 hours trying to get the same result...which I didn't. Never
    did since then...Though I used the same graphic over and over...
    So my question is...What settings should I have in order to
    be able to open AI files exported from Flash? If I got it once, it
    means it is possible to open such files...
    I would greatly appreciate if anybody could help me find a
    way out of this situation. I have to use Illustrator more often
    now, and I need my artwork to be convered to AI files without
    significant modifications or corrections... Is it doable?
    Thank you so much in advance!!
    Ella

    Did you ever find a solution to this?
    I need to export characters from Flash files to use in Illustrator, but I keep getting "offending operator bg" messages.

  • Header Error when importing Wav files

    The problem I'm experiencing is that Premiere CS6 will not import my Wav audio files. When I try to import them it gives the following message and fails to import the file:
    "The file cannot be opened because of a header error".
    The original audio file, which opened happily in FCP 7 (I'm migrating the project to Premiere from a previous Final Cut Pro project) is in the following format (as described in the Movie Inspector of QuickTime Player):
    Linear PCM
    16 bit little-endian signed integer
    2 channels
    48000 Hz
    Although the files won't open in Premiere, they will open in Adobe Audition, which gives their bit depth as 32 (it also describes the original format as "16 bit little-endian" - I confess that this technical side of sound files is unclear to me).
    Any suggestions of how I can coax Premiere into importing and opening these files?
    Thanks, Andrew

    Perhaps some of the suggestions in this thread: http://forums.adobe.com/message/4713932#4713932 will be helpful?
    Good luck,
    Hunt

  • Import error when importing .psd file created in Photoshop CS3

    I have a file that was created in Photoshop CS3. I am trying to import this file into Catalyst CS5, but I keep getting an input error. I created a file in Photoshop CS5 and I was able to import this .psd file successfully into catalyst. So I guess my question is this; Does Catalyst support .psd files created in Photoshop CS5 only? If this is the case, how can I convert the CS3 .psd to a CS5 .psd

    I am now building my files using photoshop CS5. A few challenges I have experienced while trying to import into Catalyst:
    - If I do a straight import into Catalyst, I loose all my colors in Catalyst. That is, catalyst imports all my vectors without any of the colors I had in Photoshop. My understanding is that Catalyst has libraries to support Photoshop files, so your import from Photoshop should not look any different in Catalyst.
    Work Around: I have had to rasterize / merged all my image layers for the different components I have built in Photoshop CS5. Then when I start the import process I click the Advanced button on the catalyst import dialog. From the advanced dialog, I have to flatten (to bitmap) all the images I intend to import.
    This process takes about two hours because I have a lot of components on the page.
    Is there something  I'm not doing right here? I'm not seeing the value add to Catalyst, if it's taking me this long to just import .psd files

  • Error when importing psd files into Premiere Pro

    I am using Adobe Premiere Pro CS4 and Photoshop CS4.  Whenever I attempt to import a psd file I get this error message:  "File format not supported".  I have tested it with different file sizes and properties.  My files are RGB and 8 bits/channel.  Is there any way to resolve this problem?  I am also using Adobe After Effects and importing psd files works great with it. 
    Thanks

    Welcome to the forum.
    The RGB and 8-bit take care of two possible causes, so thanks for getting those out of the way early on.
    Does the PSD file contain Layers? Are any of them mostly Transparent, with just a few pixels, such as a small logo? Those have created issues.
    What is the exact version of CS4, that you are running? Seems that there WAS an issue with PSD's in an earlier version, and that a later update fixed that.
    There is another element with PSD's, that has caused issues, but my feeble mind is suddenly blank on what that was about. Seems that Colin Brougham commented on it not that long ago. I'll see if I can drege up one of those threads, but you might aslo want to do a Search on "PrPro" and "PSD," though the forum Search might still be broken. Maybe Google, and also look for replies from Colin. I'll do the same too. IIRC, one had to Open the offending PSD in PS, and just do a Save_As with a short file name, and a short Path (not buried deeply inside a sub-folder structure), and all was good, but do not recall any other details at the moment. I would also eliminate any spaces in the new file name, just to eliminate any issue there - use the _ like in the old DOS days, though do not think that one had to adhere to the old 8.3 structure.
    Good luck,
    Hunt

  • "Red Error" when importing video files

    Hello, I tried importing video files (.MOV) into Final Cut Pro X but this "red file error" just comes out and I don't know what to do.  I even tried importing my video clip from my iSight camera but it just shows that red error. I feel like every video file imported gets "redded". I don't know how to solve this problem. Thank you all!
    - MT
    P.S. Final Cut Pro X 10.0.3

    You have "Proxy media" selected under Preferences->Playback, but you are not creating proxy media for your clips on import. That's why you get the red clips.
    This is easy to solve. Either:
    1) Create the proxy media for your clips, by control-clicking, and choosing "Transcode Media..." and checking the box for proxy media;
    or
    2) Choose "Original/Optimized media" in Preferences->Playback.
    Proxy media uses less disk space and is easier to handle than either the original or optimized media, but is of lower quality; but you can do all the editing in proxy, and then just before you are done, switch again to original/optimized. This way you get lower overhead when editing, and still get the better quality result.
    This may be even more relevant for older, less powerful macs, or when you need to use an internal drive, or a slow usb drive with FCP X. If you have a fast mac and a fast drive, you can work away without transcoding, for the most part (multicam clips and other heavier edits may still warrant a transcode).

  • Error when importing XER file

    Dear all,
    When I tried to import XER file, it has error as the following :
    Type : Exception
    Event code : CVRCU-2518-3
    Description : TCCustomVirtualRow.CleanUpVarValues: Default value 800 provided for field day_hr_cnt is not valid.
    However, when I import XML file, it is ok.
    Please let me know why and how to fix it.
    Thanks and regards,
    Hoang

    Dear all,
    When I tried to import XER file, it has error as the following :
    Type : Exception
    Event code : CVRCU-2518-3
    Description : TCCustomVirtualRow.CleanUpVarValues: Default value 800 provided for field day_hr_cnt is not valid.
    However, when I import XML file, it is ok.
    Please let me know why and how to fix it.
    Thanks and regards,
    Hoang

  • CRM2013 - Error When Import Solution File

    Hi, Can I know why I unable to import solution file ?
    and show me the following error.
    What can I do to fix this problem??
    Thank you!

    Hello Kenny Chan,
    Looks like you need to import the solution called DynamicsXRMTools first (you can see it on the Managed Solution column of the screen).
    This means the solution you are trying to import contains components that are dependent of the solution DynamicsXRMTools and by that reason you are unable to install your solution.
    Let us know if it works.
    Best Regards

  • File error when importing .mp4 files

    Hi there,
    I have a problem concerning importing files.
    I had some .mkv files, which I converted to .mp4 files with just 1 audio track and no subtitles using Handbrake.
    Problem is, I can't import these files into Final Cut Pro 7.
    It gives the following error:
    "File error: 1 file(s) recognized, 0 access denied, 1 unknown."
    I have no problem importing .avi files, or .mp4 files that haven't been converted.
    Does anyone know what I should do? I don't know any other program to convert .mkv files, so basically, I'm bound to using Handbrake.
    Thanks in advance!!

    I didn't know Handbrake was such a bad tool.
    I never did much video-editing before, so I usually used iMovie, and the Handbrake-converted files worked fine with that.
    And I did what you said, I converted the video to .mov with MPEG Streamclip, using the mentioned presets, but now I have another problem.
    A 22 minute file, which was 360MB before converting, turned into a 6.2GB file after converting.
    Since I use videoclips from a TV Serie, which has over 60 episodes, this is going to cost a lot of space. Is there any way to reduce the filesize without destroying the video quality, or is there any, ANY, way to make FCP accept .mp4 files?
    I don't care if it slows down my Mac or anything, it's just that I know it's possible, with the 700MB file from one of my posts above.

  • Error when Import XSD file

    Hello expert,
       During creating Data Type in the build, I try to import XSD file, but system says:" XSD schema containing the construct "choice" are not permitted here"!
       I found in the XSD, there are this definition:
                                  <xsd:element name="EmploymentInfo" minOccurs="0">
                                       <xsd:complexType mixed="true">
                                            <xsd:choice>
                                                 <xsd:element name="FullTimeEquivalence" type="xsd:decimal"/>
                                                 <xsd:element name="WorktimeInfo" maxOccurs="unbounded">
                                                      <xsd:complexType>
                                                           <xsd:sequence>
                                                                <xsd:element name="Duration" type="xsd:duration"/>
                                                                <xsd:element name="Period" type="xsd:duration"/>
                                                           </xsd:sequence>
                                                      </xsd:complexType>
                                                 </xsd:element>
                                            </xsd:choice>
                                       </xsd:complexType>
                                  </xsd:element>
         Could anybody tell me how to handle this? I am not quite familiar with XSD. Thanks a lot.
    Best regards,
    Shouxin

    Hi,
    replace choice with sequence
    <b><xsd:complexType>
         <xsd:choice>
              <xsd:element name = “A” type=”xsd:string” />
              <xsd:element name= B” type=”xsd:string” maxOccurs=”unbounded” />
         </xsd:choice>
    </xsd:complexType></b>
    is handled identical to
    <b><xsd:complexType>
         <xsd:sequence>
              <xsd:element name = “A” type=”xsd:string” minOccurs=”0” />
              <xsd:element name= B” type=”xsd:string”
    minOccurs=”0” maxOccurs=”unbounded” />
         </xsd:sequence>
    </xsd:complexType></b>
    Regards
    Tarun Telang

  • Error when import ABAP stage for Database Instance Installation

    I got error for DI Installation for ERP2005 (NW2004sSR2) on Windows 2003 R2, MSSQL2005 on IA64. Below is are logs. Please help. Thanks in advance.
    import_monitor.java.log
    [code]
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: OK
    Import Monitor jobs: running 0, waiting 18, completed 1, failed 0, total 19.
    Import Monitor jobs: running 1, waiting 17, completed 1, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 16, completed 1, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 15, completed 1, failed 0, total 19.
    Loading of 'SAPAPPL0' import package: OK
    Import Monitor jobs: running 2, waiting 15, completed 2, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 14, completed 2, failed 0, total 19.
    Loading of 'SAPAPPL2' import package: OK
    Import Monitor jobs: running 2, waiting 14, completed 3, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 13, completed 3, failed 0, total 19.
    Loading of 'SAPSLEXC' import package: OK
    Import Monitor jobs: running 2, waiting 13, completed 4, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 12, completed 4, failed 0, total 19.
    Loading of 'SAPSSRC' import package: OK
    Import Monitor jobs: running 2, waiting 12, completed 5, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 11, completed 5, failed 0, total 19.
    Loading of 'SAPPOOL' import package: ERROR
    Import Monitor jobs: running 2, waiting 11, completed 5, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 10, completed 5, failed 1, total 19.
    Loading of 'SAPSPROT' import package: OK
    Import Monitor jobs: running 2, waiting 10, completed 6, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 9, completed 6, failed 1, total 19.
    Loading of 'SAPSDOCU' import package: OK
    Import Monitor jobs: running 2, waiting 9, completed 7, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 8, completed 7, failed 1, total 19.
    Loading of 'SAPCLUST' import package: ERROR
    Import Monitor jobs: running 2, waiting 8, completed 7, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 7, completed 7, failed 2, total 19.
    Loading of 'SAPUSER' import package: OK
    Import Monitor jobs: running 2, waiting 7, completed 8, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 6, completed 8, failed 2, total 19.
    Loading of 'SAPSLOAD' import package: OK
    Import Monitor jobs: running 2, waiting 6, completed 9, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 5, completed 9, failed 2, total 19.
    Loading of 'SAPDDIM' import package: OK
    Import Monitor jobs: running 2, waiting 5, completed 10, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 4, completed 10, failed 2, total 19.
    Loading of 'SAPDFACT' import package: OK
    Import Monitor jobs: running 2, waiting 4, completed 11, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 3, completed 11, failed 2, total 19.
    Loading of 'SAPDODS' import package: OK
    Import Monitor jobs: running 2, waiting 3, completed 12, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 2, completed 12, failed 2, total 19.
    Loading of 'SAPUSER1' import package: OK
    Import Monitor jobs: running 2, waiting 2, completed 13, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 1, completed 13, failed 2, total 19.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 2, waiting 1, completed 14, failed 2, total 19.
    Loading of 'SAPAPPL1' import package: OK
    Import Monitor jobs: running 1, waiting 1, completed 15, failed 2, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    [/code]
    SAPCLUST.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPCLUST.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPCLUST.TSK MSS -l SAPCLUST.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150034
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPCLUST.cmd -dbcodepage 4103 -l SAPCLUST.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AABLG created
    (DB) INFO: AABLG~0 created
    (IMP) INFO: import of AABLG completed (0 rows) #20071121150034
    (DB) INFO: CDCLS created
    (DB) INFO: CDCLS~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table CDCLS.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table CDCLS.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: CLU4 created
    (DB) INFO: CLU4~0 created
    (IMP) INFO: import of CLU4 completed (0 rows) #20071121150034
    (DB) INFO: CLUSTERVER created
    (DB) INFO: CLUSTERVER~0 created
    (IMP) INFO: import of CLUSTERVER completed (0 rows) #20071121150034
    (DB) INFO: CLUTAB created
    (DB) INFO: CLUTAB~0 created
    (IMP) INFO: import of CLUTAB completed (0 rows) #20071121150035
    (DB) INFO: CVEP1 created
    (DB) INFO: CVEP1~0 created
    (IMP) INFO: import of CVEP1 completed (0 rows) #20071121150035
    (DB) INFO: CVEP2 created
    (DB) INFO: CVEP2~0 created
    (IMP) INFO: import of CVEP2 completed (0 rows) #20071121150035
    (DB) INFO: CVER1 created
    (DB) INFO: CVER1~0 created
    (IMP) INFO: import of CVER1 completed (0 rows) #20071121150035
    (DB) INFO: CVER2 created
    (DB) INFO: CVER2~0 created
    (IMP) INFO: import of CVER2 completed (0 rows) #20071121150035
    (DB) INFO: CVER3 created
    (DB) INFO: CVER3~0 created
    (IMP) INFO: import of CVER3 completed (0 rows) #20071121150035
    (DB) INFO: CVER4 created
    (DB) INFO: CVER4~0 created
    (IMP) INFO: import of CVER4 completed (0 rows) #20071121150035
    (DB) INFO: CVER5 created
    (DB) INFO: CVER5~0 created
    (IMP) INFO: import of CVER5 completed (0 rows) #20071121150035
    (DB) INFO: DOKCL created
    (DB) INFO: DOKCL~0 created
    (IMP) INFO: import of DOKCL completed (0 rows) #20071121150036
    (DB) INFO: DSYCLV created
    (DB) INFO: DSYCLV~0 created
    (IMP) INFO: import of DSYCLV completed (0 rows) #20071121150036
    (DB) INFO: DSYO1 created
    (DB) INFO: DSYO1~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO1.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO1.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO2 created
    (DB) INFO: DSYO2~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO2.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO2.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO3 created
    (DB) INFO: DSYO3~0 created
    (IMP) INFO: import of DSYO3 completed (0 rows) #20071121150036
    (DB) INFO: EDI30C created
    (DB) INFO: EDI30C~0 created
    (IMP) INFO: import of EDI30C completed (0 rows) #20071121150036
    (DB) INFO: EDI40 created
    (DB) INFO: EDI40~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table EDI40.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table EDI40.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: EDIDOC created
    (DB) INFO: EDIDOC~0 created
    (IMP) INFO: import of EDIDOC completed (0 rows) #20071121150037
    (DB) INFO: EPIDXB created
    (DB) INFO: EPIDXB~0 created
    (IMP) INFO: import of EPIDXB completed (0 rows) #20071121150037
    (DB) INFO: EPIDXC created
    (DB) INFO: EPIDXC~0 created
    (IMP) INFO: import of EPIDXC completed (0 rows) #20071121150037
    (DB) INFO: GLS2CLUS created
    (DB) INFO: GLS2CLUS~0 created
    (IMP) INFO: import of GLS2CLUS completed (0 rows) #20071121150038
    (DB) INFO: IMPREDOC created
    (DB) INFO: IMPREDOC~0 created
    (IMP) INFO: import of IMPREDOC completed (0 rows) #20071121150038
    (DB) INFO: J_CLU created
    (DB) INFO: J_CLU~0 created
    (IMP) INFO: import of J_CLU completed (0 rows) #20071121150038
    (DB) INFO: KOCLU created
    (DB) INFO: KOCLU~0 created
    (IMP) INFO: import of KOCLU completed (0 rows) #20071121150038
    (DB) INFO: MWOFF_CL created
    (DB) INFO: MWOFF_CL~0 created
    (IMP) INFO: import of MWOFF_CL completed (0 rows) #20071121150038
    (DB) INFO: PCDCLS created
    (DB) INFO: PCDCLS~0 created
    (IMP) INFO: import of PCDCLS completed (0 rows) #20071121150038
    (DB) INFO: PRCD_CLUST created
    (DB) INFO: PRCD_CLUST~0 created
    (IMP) INFO: import of PRCD_CLUST completed (0 rows) #20071121150039
    (DB) INFO: REGUC created
    (DB) INFO: REGUC~0 created
    (IMP) INFO: import of REGUC completed (0 rows) #20071121150039
    (DB) INFO: RFBLG created
    (DB) INFO: RFBLG~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table RFBLG.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table RFBLG.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: RFMHN created
    (DB) INFO: RFMHN~0 created
    (IMP) INFO: import of RFMHN completed (0 rows) #20071121150039
    (DB) INFO: RKEPI created
    (DB) INFO: RKEPI~0 created
    (IMP) INFO: import of RKEPI completed (0 rows) #20071121150039
    (DB) INFO: SFHOA created
    (DB) INFO: SFHOA~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table SFHOA.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table SFHOA.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFHYT created
    (DB) INFO: SFHYT~0 created
    (IMP) INFO: import of SFHYT completed (0 rows) #20071121150040
    (DB) INFO: TESCL created
    (DB) INFO: TESCL~0 created
    (IMP) INFO: import of TESCL completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_C created
    (DB) INFO: UMG_TEST_C~0 created
    (IMP) INFO: import of UMG_TEST_C completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_F created
    (DB) INFO: UMG_TEST_F~0 created
    (IMP) INFO: import of UMG_TEST_F completed (0 rows) #20071121150040
    (DB) INFO: VBCLU created
    (DB) INFO: VBCLU~0 created
    (IMP) INFO: import of VBCLU completed (0 rows) #20071121150040
    (DB) INFO: VBFCL created
    (DB) INFO: VBFCL~0 created
    (IMP) INFO: import of VBFCL completed (0 rows) #20071121150040
    (DB) INFO: VBLOG created
    (DB) INFO: VBLOG~0 created
    (IMP) INFO: import of VBLOG completed (0 rows) #20071121150040
    (DB) INFO: VERCLUSTER created
    (DB) INFO: VERCLUSTER~0 created
    (IMP) INFO: import of VERCLUSTER completed (0 rows) #20071121150040
    (DB) INFO: VER_CLUSTR created
    (DB) INFO: VER_CLUSTR~0 created
    (IMP) INFO: import of VER_CLUSTR completed (0 rows) #20071121150040
    (DB) INFO: VTEST10 created
    (DB) INFO: VTEST10~0 created
    (IMP) INFO: import of VTEST10 completed (0 rows) #20071121150041
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150041
    [/code]
    SAPPOOL.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPPOOL.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPPOOL.TSK MSS -l SAPPOOL.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145734
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPPOOL.cmd -dbcodepage 4103 -l SAPPOOL.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AANK created
    (DB) INFO: AANK~0 created
    (IMP) INFO: import of AANK completed (0 rows) #20071121145734
    (DB) INFO: AANL created
    (DB) INFO: AANL~0 created
    (IMP) INFO: import of AANL completed (0 rows) #20071121145734
    (DB) INFO: ATAB created
    (DB) INFO: ATAB~0 created
    failed to read short nametab of table ARCH_NUM                       (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#8280;††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: BPHIER created
    (DB) INFO: BPHIER~0 created
    (IMP) INFO: import of BPHIER completed (0 rows) #20071121145734
    (DB) INFO: CFIS created
    (DB) INFO: CFIS~0 created
    (IMP) INFO: import of CFIS completed (0 rows) #20071121145734
    (DB) INFO: CRVP created
    (DB) INFO: CRVP~0 created
    (IMP) INFO: import of CRVP completed (0 rows) #20071121145734
    (DB) INFO: DEBI created
    (DB) INFO: DEBI~0 created
    (IMP) INFO: import of DEBI completed (0 rows) #20071121145734
    (DB) INFO: DVPOOL created
    (DB) INFO: DVPOOL~0 created
    (IMP) INFO: import of DVPOOL completed (0 rows) #20071121145734
    (DB) INFO: DVPOOLTEXT created
    (DB) INFO: DVPOOLTEXT~0 created
    (IMP) INFO: import of DVPOOLTEXT completed (0 rows) #20071121145734
    (DB) INFO: FINPL created
    (DB) INFO: FINPL~0 created
    failed to read short nametab of table FINK                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#21316;&#21337;&#16965;&#20303;&#17995;&#16991;&#24389;&#20290;&#19279;†††††&#17696;&#12357;&#12336;&#8241;†††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: GLSP created
    (DB) INFO: GLSP~0 created
    (IMP) INFO: import of GLSP completed (0 rows) #20071121145735
    (DB) INFO: GLTP created
    (DB) INFO: GLTP~0 created
    (IMP) INFO: import of GLTP completed (0 rows) #20071121145735
    (DB) INFO: KALK created
    (DB) INFO: KALK~0 created
    (IMP) INFO: import of KALK completed (0 rows) #20071121145735
    (DB) INFO: KAPOL created
    (DB) INFO: KAPOL~0 created
    failed to read short nametab of table A026                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#17200;&#16723;&#23085;&#12338;&#12336;&#12593;&#12336;&#12336;&#12336;&#12852;&#12337;&#14641;&#12857;&#12849;&#12595;††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KBPOL created
    (DB) INFO: KBPOL~0 created
    (IMP) INFO: import of KBPOL completed (0 rows) #20071121145735
    (DB) INFO: KCPOL created
    (DB) INFO: KCPOL~0 created
    (IMP) INFO: import of KCPOL completed (0 rows) #20071121145735
    (DB) INFO: KDPOL created
    (DB) INFO: KDPOL~0 created
    (IMP) INFO: import of KDPOL completed (0 rows) #20071121145735
    (DB) INFO: KEPOOL created
    (DB) INFO: KEPOOL~0 created
    failed to read short nametab of table K9001                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#21296;&#12336;&#12337;&#12336;&#12336;&#14641;&#14649;&#12601;&#13106;&#8241;†††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KGPOL created
    (DB) INFO: KGPOL~0 created
    (IMP) INFO: import of KGPOL completed (0 rows) #20071121145736
    (DB) INFO: KRED created
    (DB) INFO: KRED~0 created
    (IMP) INFO: import of KRED completed (0 rows) #20071121145736
    (DB) INFO: LDAN created
    (DB) INFO: LDAN~0 created
    (IMP) INFO: import of LDAN completed (0 rows) #20071121145736
    (DB) INFO: LDKO created
    (DB) INFO: LDKO~0 created
    (IMP) INFO: import of LDKO completed (0 rows) #20071121145736
    (DB) INFO: LISA created
    (DB) INFO: LISA~0 created
    (IMP) INFO: import of LISA completed (0 rows) #20071121145736
    (DB) INFO: MAT1 created
    (DB) INFO: MAT1~0 created
    (IMP) INFO: import of MAT1 completed (0 rows) #20071121145736
    (DB) INFO: MBAN created
    (DB) INFO: MBAN~0 created
    (IMP) INFO: import of MBAN completed (0 rows) #20071121145736
    (DB) INFO: MBMP created
    (DB) INFO: MBMP~0 created
    (IMP) INFO: import of MBMP completed (0 rows) #20071121145736
    (DB) INFO: MBRK created
    (DB) INFO: MBRK~0 created
    (IMP) INFO: import of MBRK completed (0 rows) #20071121145736
    (DB) INFO: MCLIB created
    (DB) INFO: MCLIB~0 created
    (IMP) INFO: import of MCLIB completed (0 rows) #20071121145736
    (DB) INFO: MEIN created
    (DB) INFO: MEIN~0 created
    (IMP) INFO: import of MEIN completed (0 rows) #20071121145737
    (DB) INFO: MEKK created
    (DB) INFO: MEKK~0 created
    (IMP) INFO: import of MEKK completed (0 rows) #20071121145737
    (DB) INFO: MEOR created
    (DB) INFO: MEOR~0 created
    (IMP) INFO: import of MEOR completed (0 rows) #20071121145737
    (DB) INFO: MSAK created
    (DB) INFO: MSAK~0 created
    (IMP) INFO: import of MSAK completed (0 rows) #20071121145737
    (DB) INFO: MSPOOL created
    (DB) INFO: MSPOOL~0 created
    (IMP) INFO: import of MSPOOL completed (0 rows) #20071121145737
    (DB) INFO: M_AANL created
    (DB) INFO: M_AANL~0 created
    (IMP) INFO: import of M_AANL completed (0 rows) #20071121145737
    (DB) INFO: M_ADMC created
    (DB) INFO: M_ADMC~0 created
    (IMP) INFO: import of M_ADMC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRC created
    (DB) INFO: M_ADRC~0 created
    (IMP) INFO: import of M_ADRC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRP created
    (DB) INFO: M_ADRP~0 created
    (IMP) INFO: import of M_ADRP completed (0 rows) #20071121145737
    (DB) INFO: M_AEN1 created
    (DB) INFO: M_AEN1~0 created
    (IMP) INFO: import of M_AEN1 completed (0 rows) #20071121145737
    (DB) INFO: M_BUPA created
    (DB) INFO: M_BUPA~0 created
    (IMP) INFO: import of M_BUPA completed (0 rows) #20071121145737
    (DB) INFO: M_CF01 created
    (DB) INFO: M_CF01~0 created
    (IMP) INFO: import of M_CF01 completed (0 rows) #20071121145737
    (DB) INFO: M_CLAS created
    (DB) INFO: M_CLAS~0 created
    (IMP) INFO: import of M_CLAS completed (0 rows) #20071121145738
    (DB) INFO: M_CLFN created
    (DB) INFO: M_CLFN~0 created
    (IMP) INFO: import of M_CLFN completed (0 rows) #20071121145738
    (DB) INFO: M_ESM2 created
    (DB) INFO: M_ESM2~0 created
    (IMP) INFO: import of M_ESM2 completed (0 rows) #20071121145738
    (DB) INFO: M_FDUP created
    (DB) INFO: M_FDUP~0 created
    (IMP) INFO: import of M_FDUP completed (0 rows) #20071121145738
    (DB) INFO: M_FPVT created
    (DB) INFO: M_FPVT~0 created
    (IMP) INFO: import of M_FPVT completed (0 rows) #20071121145738
    (DB) INFO: M_IBEW created
    (DB) INFO: M_IBEW~0 created
    (IMP) INFO: import of M_IBEW completed (0 rows) #20071121145738
    (DB) INFO: M_IFLM created
    (DB) INFO: M_IFLM~0 created
    (IMP) INFO: import of M_IFLM completed (0 rows) #20071121145738
    (DB) INFO: M_IIMA created
    (DB) INFO: M_IIMA~0 created
    (IMP) INFO: import of M_IIMA completed (0 rows) #20071121145738
    (DB) INFO: M_IRLM created
    (DB) INFO: M_IRLM~0 created
    (IMP) INFO: import of M_IRLM completed (0 rows) #20071121145738
    (DB) INFO: M_J1BA created
    (DB) INFO: M_J1BA~0 created
    (IMP) INFO: import of M_J1BA completed (0 rows) #20071121145738
    (DB) INFO: M_J1IA created
    (DB) INFO: M_J1IA~0 created
    (IMP) INFO: import of M_J1IA completed (0 rows) #20071121145739
    (DB) INFO: M_J1IB created
    (DB) INFO: M_J1IB~0 created
    (IMP) INFO: import of M_J1IB completed (0 rows) #20071121145739
    (DB) INFO: M_J1ID created
    (DB) INFO: M_J1ID~0 created
    (IMP) INFO: import of M_J1ID completed (0 rows) #20071121145739
    (DB) INFO: M_J1IH created
    (DB) INFO: M_J1IH~0 created
    (IMP) INFO: import of M_J1IH completed (0 rows) #20071121145739
    (DB) INFO: M_J1IK created
    (DB) INFO: M_J1IK~0 created
    (IMP) INFO: import of M_J1IK completed (0 rows) #20071121145739
    (DB) INFO: M_KLSW created
    (DB) INFO: M_KLSW~0 created
    (IMP) INFO: import of M_KLSW completed (0 rows) #20071121145739
    (DB) INFO: M_KMNR created
    (DB) INFO: M_KMNR~0 created
    (IMP) INFO: import of M_KMNR completed (0 rows) #20071121145739
    (DB) INFO: M_LOBJ created
    (DB) INFO: M_LOBJ~0 created
    (IMP) INFO: import of M_LOBJ completed (0 rows) #20071121145739
    (DB) INFO: M_MCA1 created
    (DB) INFO: M_MCA1~0 created
    (IMP) INFO: import of M_MCA1 completed (0 rows) #20071121145739
    (DB) INFO: M_MCA2 created
    (DB) INFO: M_MCA2~0 created
    (IMP) INFO: import of M_MCA2 completed (0 rows) #20071121145739
    (DB) INFO: M_MCBM created
    (DB) INFO: M_MCBM~0 created
    (IMP) INFO: import of M_MCBM completed (0 rows) #20071121145740
    (DB) INFO: M_MCEA created
    (DB) INFO: M_MCEA~0 created
    (IMP) INFO: import of M_MCEA completed (0 rows) #20071121145740
    (DB) INFO: M_MCEM created
    (DB) INFO: M_MCEM~0 created
    (IMP) INFO: import of M_MCEM completed (0 rows) #20071121145740
    (DB) INFO: M_MCES created
    (DB) INFO: M_MCES~0 created
    (IMP) INFO: import of M_MCES completed (0 rows) #20071121145740
    (DB) INFO: M_MCGB created
    (DB) INFO: M_MCGB~0 created
    (IMP) INFO: import of M_MCGB completed (0 rows) #20071121145740
    (DB) INFO: M_MCGU created
    (DB) INFO: M_MCGU~0 created
    (IMP) INFO: import of M_MCGU completed (0 rows) #20071121145740
    (DB) INFO: M_MCHA created
    (DB) INFO: M_MCHA~0 created
    (IMP) INFO: import of M_MCHA completed (0 rows) #20071121145740
    (DB) INFO: M_MCOB created
    (DB) INFO: M_MCOB~0 created
    (IMP) INFO: import of M_MCOB completed (0 rows) #20071121145740
    (DB) INFO: M_MERK created
    (DB) INFO: M_MERK~0 created
    (IMP) INFO: import of M_MERK completed (0 rows) #20071121145740
    (DB) INFO: M_MJB2 created
    (DB) INFO: M_MJB2~0 created
    (IMP) INFO: import of M_MJB2 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB3 created
    (DB) INFO: M_MJB3~0 created
    (IMP) INFO: import of M_MJB3 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB4 created
    (DB) INFO: M_MJB4~0 created
    (IMP) INFO: import of M_MJB4 completed (0 rows) #20071121145741
    (DB) INFO: M_MJB5 created
    (DB) INFO: M_MJB5~0 created
    (IMP) INFO: import of M_MJB5 completed (0 rows) #20071121145741
    (DB) INFO: M_MJBU created
    (DB) INFO: M_MJBU~0 created
    (IMP) INFO: import of M_MJBU completed (0 rows) #20071121145741
    (DB) INFO: M_MJBV created
    (DB) INFO: M_MJBV~0 created
    (IMP) INFO: import of M_MJBV completed (0 rows) #20071121145741
    (DB) INFO: M_MJBW created
    (DB) INFO: M_MJBW~0 created
    (IMP) INFO: import of M_MJBW completed (0 rows) #20071121145741
    (DB) INFO: M_MJBX created
    (DB) INFO: M_MJBX~0 created
    (IMP) INFO: import of M_MJBX completed (0 rows) #20071121145741
    (DB) INFO: M_MJBZ created
    (DB) INFO: M_MJBZ~0 created
    (IMP) INFO: import of M_MJBZ completed (0 rows) #20071121145741
    (DB) INFO: M_MREA created
    (DB) INFO: M_MREA~0 created
    (IMP) INFO: import of M_MREA completed (0 rows) #20071121145741
    (DB) INFO: M_MSAK created
    (DB) INFO: M_MSAK~0 created
    (IMP) INFO: import of M_MSAK completed (0 rows) #20071121145741
    (DB) INFO: M_MTLN created
    (DB) INFO: M_MTLN~0 created
    (IMP) INFO: import of M_MTLN completed (0 rows) #20071121145741
    (DB) INFO: M_MTVM created
    (DB) INFO: M_MTVM~0 created
    (IMP) INFO: import of M_MTVM completed (0 rows) #20071121145742
    (DB) INFO: M_MTVN created
    (DB) INFO: M_MTVN~0 created
    (IMP) INFO: import of M_MTVN completed (0 rows) #20071121145742
    (DB) INFO: M_MTVO created
    (DB) INFO: M_MTVO~0 created
    (IMP) INFO: import of M_MTVO completed (0 rows) #20071121145742
    (DB) INFO: M_MVER created
    (DB) INFO: M_MVER~0 created
    (IMP) INFO: import of M_MVER completed (0 rows) #20071121145742
    (DB) INFO: M_MWAK created
    (DB) INFO: M_MWAK~0 created
    (IMP) INFO: import of M_MWAK completed (0 rows) #20071121145742
    (DB) INFO: M_OBJE created
    (DB) INFO: M_OBJE~0 created
    (IMP) INFO: import of M_OBJE completed (0 rows) #20071121145742
    (DB) INFO: M_PTER created
    (DB) INFO: M_PTER~0 created
    (IMP) INFO: import of M_PTER completed (0 rows) #20071121145742
    (DB) INFO: M_PTRM created
    (DB) INFO: M_PTRM~0 created
    (IMP) INFO: import of M_PTRM completed (0 rows) #20071121145742
    (DB) INFO: M_SFIP created
    (DB) INFO: M_SFIP~0 created
    (IMP) INFO: import of M_SFIP completed (0 rows) #20071121145742
    (DB) INFO: M_SPBB created
    (DB) INFO: M_SPBB~0 created
    (IMP) INFO: import of M_SPBB completed (0 rows) #20071121145742
    (DB) INFO: M_SWZA created
    (DB) INFO: M_SWZA~0 created
    (IMP) INFO: import of M_SWZA completed (0 rows) #20071121145742
    (DB) INFO: M_VMCF created
    (DB) INFO: M_VMCF~0 created
    (IMP) INFO: import of M_VMCF completed (0 rows) #20071121145742
    (DB) INFO: M_VMVK created
    (DB) INFO: M_VMVK~0 created
    (IMP) INFO: import of M_VMVK completed (0 rows) #20071121145743
    (DB) INFO: M_VTBS created
    (DB) INFO: M_VTBS~0 created
    (IMP) INFO: import of M_VTBS completed (0 rows) #20071121145743
    (DB) INFO: M_VTMA created
    (DB) INFO: M_VTMA~0 created
    (IMP) INFO: import of M_VTMA completed (0 rows) #20071121145743
    (DB) INFO: M_VTOF created
    (DB) INFO: M_VTOF~0 created
    (IMP) INFO: import of M_VTOF completed (0 rows) #20071121145743
    (DB) INFO: M_WASV created
    (DB) INFO: M_WASV~0 created
    (IMP) INFO: import of M_WASV completed (0 rows) #20071121145743
    (DB) INFO: M_WDEP created
    (DB) INFO: M_WDEP~0 created
    (IMP) INFO: import of M_WDEP completed (0 rows) #20071121145743
    (DB) INFO: M_WORD created
    (DB) INFO: M_WORD~0 created
    (IMP) INFO: import of M_WORD completed (0 rows) #20071121145743
    (DB) INFO: M_WPAN created
    (DB) INFO: M_WPAN~0 created
    (IMP) INFO: import of M_WPAN completed (0 rows) #20071121145743
    (DB) INFO: NCOM created
    (DB) INFO: NCOM~0 created
    (IMP) INFO: import of NCOM completed (0 rows) #20071121145743
    (DB) INFO: ORDE created
    (DB) INFO: ORDE~0 created
    (IMP) INFO: import of ORDE completed (0 rows) #20071121145744
    (DB) INFO: PLOM created
    (DB) INFO: PLOM~0 created
    (IMP) INFO: import of PLOM completed (0 rows) #20071121145744
    (DB) INFO: PTEST1 created
    (DB) INFO: PTEST1~0 created
    (IMP) INFO: import of PTEST1 completed (0 rows) #20071121145744
    (DB) INFO: PVER1 created
    (DB) INFO: PVER1~0 created
    (IMP) INFO: import of PVER1 completed (0 rows) #20071121145744
    (DB) INFO: QDPT created
    (DB) INFO: QDPT~0 created
    (IMP) INFO: import of QDPT completed (0 rows) #20071121145744
    (DB) INFO: REBL created
    (DB) INFO: REBL~0 created
    (IMP) INFO: import of REBL completed (0 rows) #20071121145744
    (DB) INFO: SAKO created
    (DB) INFO: SAKO~0 created
    (IMP) INFO: import of SAKO completed (0 rows) #20071121145744
    (DB) INFO: SFCPL created
    (DB) INFO: SFCPL~0 created
    failed to read short nametab of table SFIA                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#9766;&#20291;&#21587;††††††††††††††††††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFWPL created
    (DB) INFO: SFWPL~0 created
    (IMP) INFO: import of SFWPL completed (0 rows) #20071121145744
    (DB) INFO: SMPOOL created
    (DB) INFO: SMPOOL~0 created
    (IMP) INFO: import of SMPOOL completed (0 rows) #20071121145745
    (DB) INFO: TESPO created
    (DB) INFO: TESPO~0 created
    (IMP) INFO: import of TESPO completed (0 rows) #20071121145745
    (DB) INFO: UMG_TEST_P created
    (DB) INFO: UMG_TEST_P~0 created
    (IMP) INFO: import of UMG_TEST_P completed (0 rows) #20071121145745
    (DB) INFO: UTAB created
    (DB) INFO: UTAB~0 created
    failed to read short nametab of table T449U                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;‰†††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: VBMC created
    (DB) INFO: VBMC~0 created
    (IMP) INFO: import of VBMC completed (0 rows) #20071121145745
    (DB) INFO: VIND created
    (DB) INFO: VIND~0 created
    (IMP) INFO: import of VIND completed (0 rows) #20071121145745
    (DB) INFO: VLIM created
    (DB) INFO: VLIM~0 created
    (IMP) INFO: import of VLIM completed (0 rows) #20071121145745
    (DB) INFO: VMCV created
    (DB) INFO: VMCV~0 created
    (IMP) INFO: import of VMCV completed (0 rows) #20071121145745
    (DB) INFO: VPOOL created
    (DB) INFO: VPOOL~0 created
    (IMP) INFO: import of VPOOL completed (0 rows) #20071121145745
    (DB) INFO: VTEST11 created
    (DB) INFO: VTEST11~0 created
    (IMP) INFO: import of VTEST11 completed (0 rows) #20071121145745
    (DB) INFO: YMUS created
    (DB) INFO: YMUS~0 created
    (IMP) INFO: import of YMUS completed (0 rows) #20071121145745
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145745
    [/code]
    SAPSSEXC.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123833
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 3\EXP3\DATA\SAPSSEXC.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPSSEXC.TSK MSS -l SAPSSEXC.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AAB_ID_PROP created
    (DB) INFO: AAB_ID_PROP~0 created
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AAB_ID_PROP completed (676 rows) #20071121123834
    (DB) INFO: AAB_ID_PROPT created
    (DB) INFO: AAB_ID_PROPT~0 created
    (IMP) INFO: import of AAB_ID_PROPT completed (7690 rows) #20071121123834
    (DB) INFO: BRATEXT created
    (DB) INFO: BRATEXT~0 created
    (IMP) INFO: import of BRATEXT completed (229628 rows) #20071121123853
    (DB) INFO: D010INC created
    (DB) INFO: D010INC~0 created
    (IMP) INFO: import of D010INC completed (14295517 rows) #20071121124550
    (DB) INFO: D010INC~1 created
    (DB) INFO: D010TAB created
    (DB) INFO: D010TAB~0 created
    (IMP) INFO: import of D010TAB completed (42971435 rows) #20071121131352
    (DB) INFO: D010TAB~1 created
    (DB) INFO: D020S created
    (DB) INFO: D020S~0 created
    (IMP) INFO: import of D020S completed (172222 rows) #20071121132909
    (DB) INFO: D020T created
    (DB) INFO: D020T~0 created
    (IMP) INFO: import of D020T completed (682520 rows) #20071121132930
    (DB) INFO: D021T created
    (DB) INFO: D021T~0 created
    (IMP) INFO: import of D021T completed (4535077 rows) #20071121133341
    (DB) INFO: D301T created
    (DB) INFO: D301T~0 created
    (IMP) INFO: import of D301T completed (6654 rows) #20071121133341
    (DB) INFO: D301T~A created
    (DB) INFO: D345T created
    (DB) INFO: D345T~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of D345T completed (1867 rows) #20071121133347
    (DB) INFO: D347T created
    (DB) INFO: D347T~0 created
    (IMP) INFO: import of D347T completed (27321 rows) #20071121133348
    (DB) INFO: DBDIFF created
    (DB) INFO: DBDIFF~0 created
    (IMP) INFO: import of DBDIFF completed (202 rows) #20071121133348
    (DB) INFO: DBMAPS created
    (DB) INFO: DBMAPS~0 created
    (IMP) INFO: import of DBMAPS completed (0 rows) #20071121133348
    (DB) INFO: DD01L created
    (DB) INFO: DD01L~0 created
    (IMP) INFO: import of DD01L completed (73037 rows) #20071121133354
    (DB) INFO: DD01L~1 created
    (DB) INFO: DD01T created
    (DB) INFO: DD01T~0 created
    (IMP) INFO: import of DD01T completed (806872 rows) #20071121133424
    (DB) INFO: DD02L created
    (DB) INFO: DD02L~0 created
    (IMP) INFO: import of DD02L completed (295550 rows) #20071121133444
    (DB) INFO: DD02L~1 created
    (DB) INFO: DD02T created
    (DB) INFO: DD02T~0 created
    (IMP) INFO: import of DD02T completed (2951280 rows) #20071121133623
    (DB) INFO: DD03L created
    (DB) INFO: DD03L~0 created
    (IMP) INFO: import of DD03L completed (4785428 rows) #20071121134238
    (DB) INFO: DD03L~1 created
    (DB) INFO: DD03L~2 created
    (DB) INFO: DD03L~3 created
    (DB) INFO: DD03L~4 created
    (DB) INFO: DD03L~5 created
    (DB) INFO: DD03L~6 created
    (DB) INFO: DD03L~7 created
    (DB) INFO: DD03T created
    (DB) INFO: DD03T~0 created
    (IMP) INFO: import of DD03T completed (719472 rows) #20071121134905
    (DB) INFO: DD04L created
    (DB) INFO: DD04L~0 created
    (IMP) INFO: import of DD04L completed (344271 rows) #20071121134934
    (DB) INFO: DD04L~1 created
    (DB) INFO: DD04T created
    (DB) INFO: DD04T~0 created
    (IMP) INFO: import of DD04T completed (3477223 rows) #20071121135239
    (DB) INFO: DD06L created
    (DB) INFO: DD06L~0 created
    (IMP) INFO: import of DD06L completed (172 rows) #20071121135239
    (DB) INFO: DD06T created
    (DB) INFO: DD06T~0 created
    (IMP) INFO: import of DD06T completed (1187 rows) #20071121135239
    (DB) INFO: DD07L created
    (DB) INFO: DD07L~0 created
    (IMP) INFO: import of DD07L completed (137884 rows) #20071121135243
    (DB) INFO: DD07T created
    (DB) INFO: DD07T~0 created
    (IMP) INFO: import of DD07T completed (1548660 rows) #20071121135348
    (DB) INFO: DD09L created
    (DB) INFO: DD09L~0 created
    (IMP) INFO: import of DD09L completed (69863 rows) #20071121135351
    (DB) INFO: DD20L created
    (DB) INFO: DD20L~0 created
    (IMP) INFO: import of DD20L completed (215 rows) #20071121135351
    (DB) INFO: DD25L created
    (DB) INFO: DD25L~0 created
    (IMP) INFO: import of DD25L completed (45190 rows) #20071121135354
    (DB) INFO: DD25L~1 created
    (DB) INFO: DD26S created
    (DB) INFO: DD26S~0 created
    (IMP) INFO: import of DD26S completed (111584 rows) #20071121135359
    (DB) INFO: DD26S~1 created
    (DB) INFO: DD26S~2 created
    (DB) INFO: DD27S created
    (DB) INFO: DD27S~0 created
    (IMP) INFO: import of DD27S completed (468737 rows) #20071121135423
    (DB) INFO: DD27S~1 created
    (DB) INFO: DD27S~2 created
    (DB) INFO: DD28S created
    (DB) INFO: DD28S~0 created
    (IMP) INFO: import of DD28S completed (68679 rows) #20071121135436
    (DB) INFO: DD29L created
    (DB) INFO: DD29L~0 created
    (IMP) INFO: import of DD29L completed (40288 rows) #20071121135437
    (DB) INFO: DD30L created
    (DB) INFO: DD30L~0 created
    (IMP) INFO: import of DD30L completed (14122 rows) #20071121135438
    (DB) INFO: DD30L~EXI created
    (DB) INFO: DD30L~MET created
    (DB) INFO: DD30L~TXT created
    (DB) INFO: DD30T created
    (DB) INFO: DD30T~0 created
    (IMP) INFO: import of DD30T completed (160514 rows) #20071121135443
    (DB) INFO: DD31S created
    (DB) INFO: DD31S~0 created
    (IMP) INFO: import of DD31S completed (21370 rows) #20071121135444
    (DB) INFO: DD32S created
    (DB) INFO: DD32S~0 created
    (IMP) INFO: import of DD32S completed (61724 rows) #20071121135447
    (DB) INFO: DD32S~ROL created
    (DB) INFO: DD32S~SQL created
    (DB) INFO: DD33S created
    (DB) INFO: DD33S~0 created
    (IMP) INFO: import of DD33S completed (62514 rows) #20071121135451
    (DB) INFO: DD35L created
    (DB) INFO: DD35L~0 created
    (IMP) INFO: import of DD35L completed (59959 rows) #20071121135452
    (DB) INFO: DD35L~1 created
    (DB) INFO: DD36S created
    (DB) INFO: DD36S~0 created
    (IMP) INFO: import of DD36S completed (212767 rows) #20071121135501
    (DB) INFO: DD40L created
    (DB) INFO: DD40L~0 created
    (IMP) INFO: import of DD40L completed (70613 rows) #20071121135505
    (DB) INFO: DD40L~1 created
    (DB) INFO: DD40T created
    (DB) INFO: DD40T~0 created
    (IMP) INFO: import of DD40T completed (800240 rows) #20071121135534
    (DB) INFO: DD42S created
    (DB) INFO: DD42S~0 created
    (IMP) INFO: import of DD42S completed (20627 rows) #20071121135535
    (DB) INFO: DDTYPES created
    (DB) INFO: DDTYPES~0 created
    (IMP) INFO: import of DDTYPES completed (764846 rows) #20071121135552
    (DB) INFO: DDTYPET created
    (DB) INFO: DDTYPET~0 created
    (IMP) INFO: import of DDTYPET completed (41000 rows) #20071121135553
    (DB) INFO: DDXTF created
    (DB) INFO: DDXTF~0 created
    (IMP) INFO: import of DDXTF completed (0 rows) #20071121135553
    (DB) INFO: DDXTF_CONV_UC created
    (DB) INFO: DDXTF_CONV_UC~0 created
    (IMP) INFO: import of DDXTF_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DDXTT created
    (DB) INFO: DDXTT~0 created
    (IMP) INFO: import of DDXTT completed (0 rows) #20071121135554
    (DB) INFO: DDXTT_CONV_UC created
    (DB) INFO: DDXTT_CONV_UC~0 created
    (IMP) INFO: import of DDXTT_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DF03L created
    (DB) INFO: DF03L~0 created
    (IMP) INFO: import of DF03L completed (1764 rows) #20071121135554
    (DB) INFO: DF03L~ARI created
    (DB) INFO: DF03T created
    (DB) INFO: DF03T~0 created
    (IMP) INFO: import of DF03T completed (148261 rows) #20071121135603
    (DB) INFO: DF03T~OBJ created
    (DB) INFO: DF04L created
    (DB) INFO: DF04L~0 created
    (IMP) INFO: import of DF04L completed (3715 rows) #20071121135605
    (DB) INFO: DF04L~ARI created
    (DB) INFO: DF04L~STR created
    (DB) INFO: DF04L~SYN created
    (DB) INFO: DF04T created
    (DB) INFO: DF04T~0 created
    (IMP) INFO: import of DF04T completed (25566 rows) #20071121135607
    (DB) INFO: DF04T~OBJ created
    (DB) INFO: DF06L created
    (DB) INFO: DF06L~0 created
    (IMP) INFO: import of DF06L completed (0 rows) #20071121135608
    (DB) INFO: DF06L~ARI created
    (DB) INFO: DF06T created
    (DB) INFO: DF06T~0 created
    (IMP) INFO: import of DF06T completed (0 rows) #20071121135608
    (DB) INFO: DF07L created
    (DB) INFO: DF07L~0 created
    (IMP) INFO: import of DF07L completed (0 rows) #20071121135608
    (DB) INFO: DF07L~ARI created
    (DB) INFO: DF07L~OVW created
    (DB) INFO: DF07T created
    (DB) INFO: DF07T~0 created
    (IMP) INFO: import of DF07T completed (0 rows) #20071121135608
    (DB) INFO: DF08L created
    (DB) INFO: DF08L~0 created
    (IMP) INFO: import of DF08L completed (0 rows) #20071121135608
    (DB) INFO: DF08L~ARI created
    (DB) INFO: DF08T created
    (DB) INFO: DF08T~0 created
    (IMP) INFO: import of DF08T completed (0 rows) #20071121135608
    (DB) INFO: DF10L created
    (DB) INFO: DF10L~0 created
    (IMP) INFO: import of DF10L completed (0 rows) #20071121135609
    (DB) INFO: DF10L~ARI created
    (DB) INFO: DF10L~PRE created
    (DB) INFO: DF10L~SUC created
    (DB) INFO: DF10T created
    (DB) INFO: DF10T~0 created
    (IMP) INFO: import of DF10T completed (0 rows) #20071121135609
    (DB) INFO: DF11L created
    (DB) INFO: DF11L~0 created
    (IMP) INFO: import of DF11L completed (0 rows) #20071121135609
    (DB) INFO: DF11L~ARI created
    (DB) INFO: DF11L~REF created
    (DB) INFO: DF11T created
    (DB) INFO: DF11T~0 created
    (IMP) INFO: import of DF11T completed (0 rows) #20071121135609
    (DB) INFO: DF12L created
    (DB) INFO: DF12L~0 created
    (IMP) INFO: import of DF12L completed (17 rows) #20071121135609
    (DB) INFO: DF12L~ARI created
    (DB) INFO: DF12L~REF created
    (DB) INFO: DF12T created
    (DB) INFO: DF12T~0 created
    (IMP) INFO: import of DF12T completed (17 rows) #20071121135610
    (DB) INFO: DF13L created
    (DB) INFO: DF13L~0 created
    (IMP) INFO: import of DF13L completed (0 rows) #20071121135610
    (DB) INFO: DF13L~ARI created
    (DB) INFO: DF13T created
    (DB) INFO: DF13T~0 created
    (IMP) INFO: import of DF13T completed (0 rows) #20071121135610
    (DB) INFO: DF14L created
    (DB) INFO: DF14L~0 created
    (IMP) INFO: import of DF14L completed (5010 rows) #20071121135611
    (DB) INFO: DF14L~ARI created
    (DB) INFO: DF14L~PS created
    (DB) INFO: DF14L~REF created
    (DB) INFO: DF14T created
    (DB) INFO: DF14T~0 created
    (IMP) INFO: import of DF14T completed (66673 rows) #20071121135614
    (DB) INFO: DF14T~OBJ created
    (DB) INFO: DF15L created
    (DB) INFO: DF15L~0 created
    (IMP) INFO: import of DF15L completed (0 rows) #20071121135615
    (DB) INFO: DF15L~ARI created
    (DB) INFO: DF15T created
    (DB) INFO: DF15T~0 created
    (IMP) INFO: import of DF15T completed (0 rows) #20071121135615
    (DB) INFO: DF16L created
    (DB) INFO: DF16L~0 created
    (IMP) INFO: import of DF16L completed (724 rows) #20071121135615
    (DB) INFO: DF16L~REF created
    (DB) INFO: DF16T created
    (DB) INFO: DF16T~0 created
    (IMP) INFO: import of DF16T completed (1448 rows) #20071121135615
    (DB) INFO: DF16T~OBJ created
    (DB) INFO: DF30S created
    (DB) INFO: DF30S~0 created
    (IMP) INFO: import of DF30S completed (12181 rows) #20071121135616
    (DB) INFO: DF30S~SUC created
    (DB) INFO: DF34S created
    (DB) INFO: DF34S~0 created
    (IMP) INFO: import of DF34S completed (0 rows) #20071121135616
    (DB) INFO: DF40D created
    (DB) INFO: DF40D~0 created
    (IMP) INFO: import of DF40D completed (6188 rows) #20071121135617
    (DB) INFO: DF40D~OBJ created
    (DB) INFO: DF40D~SHI created
    (DB) INFO: DF41S created
    (DB) INFO: DF41S~0 created
    (IMP) INFO: import of DF41S completed (140387 rows) #20071121135624
    (DB) INFO: DF41S~ACT created
    (DB) INFO: DF41S~OVW created
    (DB) INFO: DF42S created
    (DB) INFO: DF42S~0 created
    (IMP) INFO: import of DF42S completed (125131 rows) #20071121135633
    (DB) INFO: DF43S created
    (DB) INFO: DF43S~0 created
    (IMP) INFO: import of DF43S completed (0 rows) #20071121135633
    (DB) INFO: DIAPAR created
    (DB) INFO: DIAPAR~0 created
    (IMP) INFO: import of DIAPAR completed (8422 rows) #20071121135633
    (DB) INFO: DM02L created
    (DB) INFO: DM02L~0 created
    (IMP) INFO: import of DM02L completed (5255 rows) #20071121135634
    (DB) INFO: DM02S created
    (DB) INFO: DM02S~0 created
    (IMP) INFO: import of DM02S completed (0 rows) #20071121135634
    (DB) INFO: DM02T created
    (DB) INFO: DM02T~0 created
    (IMP) INFO: import of DM02T completed (33187 rows) #20071121135635
    (DB) INFO: DM03S created
    (DB) INFO: DM03S~0 created
    (IMP) INFO: import of DM03S completed (12151 rows) #20071121135636
    (DB) INFO: DM03S~1 created
    (DB) INFO: DM25L created
    (DB) INFO: DM25L~0 created
    (IMP) INFO: import of DM25L completed (2644 rows) #20071121135637
    (DB) INFO: DM25L~A created
    (DB) INFO: DM26L created
    (DB) INFO: DM26L~0 created
    (IMP) INFO: import of DM26L completed (8516 rows) #20071121135637
    (DB) INFO: DM26L~A created
    (DB) INFO: DM40L created
    (DB) INFO: DM40L~0 created
    (IMP) INFO: import of DM40L completed (5032 rows) #20071121135638
    (DB) INFO: DM40L~A created
    (DB) INFO: DM40T created
    (DB) INFO: DM40T~0 created
    (IMP) INFO: import of DM40T completed (31492 rows) #20071121135639

    Hi Henry,
    Regarding your initial problem.
    Only the imports of the non-transparent tables (pool, cluster, report/dynpro sources) fail.
    return code received from nametab is 32
    ==
    no entry for the searched table is found in the nametab (runtime dictionary, consists of tables DDNTT (table description) and DDNTF (field catalogue)).
    Is this a complete new installation or is this a migration (with unicode conversion)?
    If it's an unicode migration of an own R/3 system, I assume that the RADCUCNT-report wasn't executed on the non-unicode source system. RADCUCNT writes the 'unicode version' of the nametab (DDNTT_CONV_UC and DDNTF_CONV_UC). During the import with uc-conversion R3load exchanges DDNTT and DDNTT_CONV_UC resp DDNTF and DDNTF_CONV_UC. So if the RADCUCNT wasn't run on the source system, the conversions can't be done (and later your target system won't run at all).
    Please check if there are entries in your target system's DDNTT (it should have been imported with SAPSDIC).
    See note 932779 Unicode conversion - analysis of nametab problems
           note 837173 RADCUCNT in Unicode Conversion: Collective Note
    and the migration guide.
    Best regards,
    Guenther

  • SPIMport is throwing error when import .aspx file second time onwards

    Hi,
    when I am trying to import already existing file (second import) the import is throwing error  -
    Error: Value does not fall within the expected range.
     [ListItem]   Debug:    at Microsoft.SharePoint.SPFieldMap.GetColumnNumber(String strFieldName, Boolean bThrow)
       at Microsoft.SharePoint.SPListItemCollection.GetRawValue(String fieldname, Int32 iIndex, Boolean bThrow)
       at Microsoft.SharePoint.SPListItem.GetValue(SPField fld, Int32 columnNumber, Boolean bRaw, Boolean bThrowException)
       at Microsoft.SharePoint.SPListItem.GetValue(SPField fld, Int32 columnNumber, Boolean bRaw)
       at Microsoft.SharePoint.SPListItem.get_Item(Guid fieldId)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
     Verbose: Performing final fixups.
     Progress: Import completed.
     Finish Time: 2/5/2015 4:37:25 PM.
     Duration: 00:18:41
     Total Objects: 5
     Finished with 0 warnings.
     Finished with 1 errors.
    I am unable to debug also. Though import is happening successfully. Thanks in advance

    Hi
    Use another forum for Webdynpro questions: Web Dynpro ABAP
    BR, Sergei

  • PowerPivot Error "Failed to connect to the server. Reason: Unspecified error" when importing other files

    I have been getting the error below on a regular basis when attempting to import Excel, Text, or Access files.
    I'm running Office 2010 (SP1), and PowerPivot (SP1). After reading a similar thread I reinstalled PowerPivot. It worked until I closed Excel. Now it recuses to allow import or update of these files. I really need it to work. Anyone have an solution or even
    something to try - other than uninstalling and reinstalling PowerPiviot everytime I need to import or refresh files?
    Thanks,
    ============================
    Error Message:
    ============================
    Unspecified error
    Failed to connect to the server. Reason: Unspecified error
    ============================
    Call Stack:
    ============================
       at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
       at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.OleDb.OleDbConnection.Open()
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.InitializeConnectionObject(String connectionIdentifier)
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.InitializeConnectionObject(String connectionIdentifier)
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.Open(String& connectionIdentifier)
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.Open()
       at Microsoft.AnalysisServices.Common.DataSourceBasic.TestConnection()
       at Microsoft.AnalysisServices.Common.DataSourceBasic.ClickTestConnection(Object progressControl)
    ============================

    Hi San,
    What's the version of your PowerPivot? Please refer to the article to check the version of PowerPivot for Excel:
    http://powerpivot-info.com/post/89-q-how-can-i-check-what-version-of-powerpivot-for-excel-is-installed-on-my-machine
    We can download the latest PowerPivot for Excel version from:
    http://www.microsoft.com/en-us/download/details.aspx?id=29074
    In addition, please help to collect windows events log information to us for further investigation. If you cann't import Excel, TEXT or Access data into PowerPivot data model, you can try to directly copy your data into it.
    Regards,
    Elvis Long
    TechNet Community Support

Maybe you are looking for

  • Dual Control for Vendor/Customer Master Data

    We can set Dual Control for Vendor/Customer Master Data. I have set it. According to the cycle, I have customized sensitive field, and make changes in Vendor/Customer A/c. Here the changes will be confirmed by other user who is authorised to confirm

  • Aperture library won't load!

    All of a sudden I am getting the message: The library in "/Users/`/Pictures/Aperture Library.aplibrary" cannot be loaded because it is from a newer version of Aperture, so I can't run Aperture. I am running V 3.02 I haven't changed anything at all, s

  • Won't Display any Artists after Letter "T"

    Hey everyone. I'm having problems getting any artists (in the artist selection) to display after the letter "T." Now, I am certain that the songs are in fact in the Ipod because I can find them in the album section. For instance, Van Halen does not a

  • Access profile to FOP

    Dear Gurus, Is there any standard way to create an access profile to control the access to FOPs? We want that some users do not have access to some FOPs. It's possible? Regards, Caíque Escaler

  • Windows 7: not all ICC profiles appear in print setup. [was: Photoshop CS6]

    Although they are in the correct folder in Windows 7, not all my ICC profiles appear in print setup. eg I have recently installed one for a Museo paper but it does not show in the list. I use the Canon Pro9500 Markll. Has anyone any idea to fix this?