Can R3load skip some tables during import?

We use DB-independent method to export/import SAP DB.
Now the export is done by R3load.
We want to exclude some tables in the import.
I know  that R3load has an option "-o  T"  to  skip tables.
However, we need to know
1)  the exact syntax to put into export_monitor_cmd.properties
2) still need the table structures to be imported even no data is wanted.
Thanks!

Lee and Rob,
Thank you both for your responses.
Rob, thank you sir... I appreciate greatly some possible solutions to implement.  The CollectionPreseter sounds very interesting.  I am relatively new to Light Room 3 (working through Kelby's book at the moment tryng to learn), so please excuse any lightly thought out questions.
You mentioned the idea of setting up multiple collections where each would have its own preset.  So lets talk about a possible workflow scenario in order to help me understand whether I comprehend the functionality of what this plugin could do.
Lets say I have 3 Collections with each having one preset assigned.
Is it possible ->
Workflow A
That after I import photos and then assign into Collection 1, CollectionPreseter will assign the defined preset on Collection 1.
Once applied, does the ability exist to then move the pictures from Collection 1 into Collection 2 (while keeping Collection 1 preset) to apply it's preset and then lastly Moving the pictures from Collection 2 (while keeping Preset 1 and 2) into Collection 3 to apply its preset? with Final Export.
OR
Workflow B
Would the flow have to be something like this based on above:
Import and place into Collection 1 (preset 1 is applied).  Export and Save
Reimport and place into Collection 2 (preset 2 is applied). Export and Save.
Reimport and place into Collection 3 (preset 3 is applied). Export and Save Final.?
The other that I have not raised is what about droplets (actions) with Photoshop CS?  Are multiple droplets able to be applied and ran in a batch if I integrated with CS that way?
Thank you...
Steven

Similar Messages

  • Skip bad row during importing large dump into sql server

    Hello,
    I have an issue during importing very large (more than 3 GB) dump file into sql server express. I have used command line for this purpose. Unfortunately this file was exported in UTF-8 so I had to convert it unicode. The unicode columns contain N' prefix.
    Unfortunately the file contains apostrophes in other fields as well.
    My question is: Is there an opportunity to skip bad rows during importing? (Force import e.g.)
    Sincerely, Laszlo Toth

    >>>Unfortunately the file contains apostrophes in other fields as well.
    You can concatenate the single quote using the CHAR function to build the string:
    SELECT N'Brian O'+CHAR(39)+'Brien'
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Exclude mlog$ table during import

    Hi Experts,
    Could you please help me on how to exclude the materialized view log tables (mlog$ table) during data pump import.
    Error:
    ORA-31693: Table data object "RM_DBA"."MLOG$_ACTUAL_INCOME" failed to load/unload and is being skipped due to error:
    Regards,
    Boris

    I found the answer here..
    impdp job_name=schemaexp1 schemas=sthomas dumpfile=exp_schem.dmp logfile=imp_schema.log directory=exp_dir EXCLUDE=table:\"like \'MLOG\$\%\'\",MATERIALIZED_VIEW_LOG,MATERIALIZED_VIEW
    Original Post: http://www.acehints.com/2013/09/how-to-exclude-mlog-materialized-view.html

  • Creating record on second main table during import

    Hello all,
    I am importing data to a main table (materials), and I have a second main table linked to the materials main table to store supporting data.  Assuming I have a new record being imported that contains an entity that doesn't exist in that second main table, is it possible to create a record inside the second main table?  This functionality exists for lookup tables, if the lookup record doesn't exist you can configure the map to create the record in the lookup table.  Can the same thing be accomplished with multiple main tables?  I'm having trouble with this because I can't get any field aside from the primary key on the second main table to show up in the destination fields in the import manager.

    Hi,
    As you said, Assuming I have a new record being imported that contains an entity that doesn't exist in that second main table, is it possible to create a record inside the second main table?
    This scenario is quite possible.
    I have a Work Around and it should work according to me...
    See, In this case you have to create two maps, one for Main table (Primary) Import and another for Second Main table(Secondary).
    Before Importing Main table(Import) this file should be Imported to Second Main table import(Secondary) by putting that file to ready inbound port of Second Main table.
    So, Records entities that do not exist in secondary main table will get created and for existing records will get updated.
    Now when the same Source file import for Main table, that record entity would be already there in Secondary main table and as such you would not face any issue while importing through main table.
    Kindly let me know if you face any issue.
    Thanks and Regards,
    Mandeep Saini

  • How can I edit a table during a presentation?

    I'd like to use Keynote for a "game show" style activity at my school.  I created a presentation in Keynote that contains one slide with a large table.  During the presentation I would like to edit the contents of some of the table cells without going into edit mode and staying in the presentation slide show mode. I would like to click or double-click on a table cell and edit the text in the cell right on the slide during the presentation.

    This is not possible in Keynote.
    Keynote must be in edit mode, not play mode to add data to a table.
    Adobe Flash Professional can do this but is not the easiest to learn how to use.
    Adobe products
    A work around using Keynote is to blank (black screen) the projector or colour display, enter the new data in edit mode then restart Keynote then unblank the projector again.

  • Can I make some tables of database into archived logging?

    Is that possible that making logging part of tables in database ?I mean ,only some changes of tables recorded in archived log file .If do so,the size of logging file may decrease ?

    In my oracle database, there are some streams which are used to make the datafile in different machine located in different place.For these streams normal running has to look archived log to kown what has happen in my database and needs to tell other database,
    SCN is used to identify the different states of databse.When a stream get a scn, it is what stream get the change which has happen ,such as data insert or update.And applied_scn is used to identify the states streams have told other database .
    My question is that,if I do nothing during a long time,the applied_scn stop,and archivelogs increase day after day.If these so large archivelog make the database down ,and I can not delete them .The streams can not work well, What can I do to prevent this thing to happen one day.
    I have a solution,I do some changes to local databse.This make applied_snc increase.
    Although the archivelog file increase ,I can delete them for the streams has get the informations form them ,But it is not a good idea.
    Has a good idea? Help me!
    Thank a lot!

  • ORA-02374: conversion error loading table during import using IMPDP

    HI All,
    We are trying to migrate the data from one database to an other database.
    The source database is having character set
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    VALUE
    US7ASCII
    The destination database is having character set
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    VALUE
    AL32UTF8
    We took an export of the whole database using expdp and when we try to import to the destination database using impdp. We are getting the following error.
    ORA-02374: conversion error loading table <TABLE_NAME>
    ORA-12899: value too large for column <COLUMN NAME> (actual: 42, maximum: 40)
    ORA-02372: data for row:<COLUMN NAME> : 0X'4944454E5449464943414349E44E204445204C4C414D414441'
    Kindly let me know how to overcome this issue in destination.
    Thanks & Regards,
    Vikas Krishna

    Hi,
    You can overcome this issue by increasing the column width in the target database for the max value required for all data to be imported successfully in the table.
    Regards

  • Can't see some tables name from connection navigation

    I use sql developer to connect 10g database, I have 50 tables within a user, but it only shows 27 tables. I don't know why. Can anyone tell me ? Thx

    We have 2 oracle10g database.
    If I use Oracle Enterprise Manage(OEM), and login as user A, I can see all tables in both of 2 oracle10g database. but if I use SQL developer connecting with user A, SQL developer can see only part of tables ( about 1/2) in one database and all tables in another databse. I don't know why. but this two database has replication relationship. As I opinion, if I can see in OEM, I can also see in SQL developer.
    anyway, I didn't apply filter. And my privilege is ok. Because I use below in user A:
    select table_name from user_table. this select is only select the tables belong to user A, it has the same result with OEM.
    Thanks anyway

  • Can you skip a slide during a video?

    I work in radio sales and I am putting together a presentation that has music videos imbedded in it. After the video is over, the slide automatically advances to the next one. I want to be able to advance to the next slide during a video in case my client is in a hurry or has no interest in watching the video. I've tried using the keyboard shortcut [shift-down arrow] to advance the slide and skip the rest of the video while it's playing, but that doesn't work. Does anybody know if there is there a way to do this?

    Only as a movie file.
    Select Album. File > New Slideshow
    Select Export on the bottom
    Select a size and export.

  • TM Skipping some files during backup

    I've posted this question over on the TC board, because at first I thought it was related to the actual hardware. However, today I did a new back up to an external WD drive via firewire. The back up when fine, as did a few subsequent backups. Then TM acts like it is backing up. I can enter time machine and see all the hourly back ups. However, when I look for a specific file that was just recently added/deleted/etc. it was missed by TM.
    Any suggestions for what is going on? I would greatly appreciate any help.
    Thanks!

    Are there any relevant console messages (backupd process)? And is this just a particular file that doesn't appear in the backup or do no files appear in the backup? What exactly are you seeing?

  • Can't rename some files on import to LR4

    On a couple of occasions recently, after importing RAW images from my card I have received a message that "the following files could not be renamed."  The messages list about half of the imports.  What could cause this?  Thanks.

    No, I tried that before I posted. I am the administrator of my systemS.
    Actually I'm trying to move the files and directories from a permanent directory (HP defined) to a user defined directory. I was able to move 90% of the data with using the context entry "Move to Folder". I was trying to move the remainder, but I keep getting messages from UNIX that I don't have the authority. I'm running Win 7 Pro on an HP 6250. I have tried to change the permissions to no avail, see attached. Should I try an XP system?
    I did check and the files are marked as N (not indexed). I had 3 screen prints but I see no way to include them.

  • How can I Export dynamic table to bapi,  which is imported from BAPI.

    At first time execution of BAPI , I am getting Items(Table formate) . Again I have export these Items to BAPI. As a Input Table. How can transfer data export table to import table.
    And also I need delete some items, which are come form bapi. Then I need to export .
    Any body can help me to achieve this issue.
    <b>EX.   At first execution of BAPI, I am getting items in one out structure. After that I need to execute same BAPI using these items.</b>

    You'll have to *alias* your columns, not prefix it with the table names:
    $[CHE_TEST@asterix1_impl] r
      1  declare
      2    cursor cData is
      3      with data as (
      4        select 1 id, 'test1' val1, 'a' val2 from dual
      5        union all
      6        select 1 id, '1test' val1, 'b' val2 from dual
      7        union all
      8        select 2 id, 'test2' val1, 'a' val2 from dual
      9        union all
    10        select 2 id, '2test' val1, 'b' val2 from dual
    11      )
    12      select a.id, b.id, a.val1, b.val1, a.val2, b.val2
    13      from data a, data b
    14      where a.id = b.id
    15      and a.val2 = 'a'
    16      and b.val2 = 'b';
    17  begin
    18    for rData in cData loop
    19      null;
    20    end loop;
    21* end;
      for rData in cData loop
    ERROR at line 18:
    ORA-06550: line 18, column 3:
    PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names
    ORA-06550: line 18, column 3:
    PL/SQL: Statement ignored
    $[CHE_TEST@asterix1_impl] r
      1  declare
      2    cursor cData is
      3      with data as (
      4        select 1 id, 'test1' val1, 'a' val2 from dual
      5        union all
      6        select 1 id, '1test' val1, 'b' val2 from dual
      7        union all
      8        select 2 id, 'test2' val1, 'a' val2 from dual
      9        union all
    10        select 2 id, '2test' val1, 'b' val2 from dual
    11      )
    12      select a.id a_id, b.id b_id, a.val1 a_val1, b.val1 b_val1, a.val2 a_val2, b.val2 b_val2
    13      from data a, data b
    14      where a.id = b.id
    15      and a.val2 = 'a'
    16      and b.val2 = 'b';
    17  begin
    18    for rData in cData loop
    19      null;
    20    end loop;
    21* end;
    PL/SQL procedure successfully completed.
    cheers

  • No tables found Importing from SAP

    Hi,
    I'm trying to use OWB (10.2.0.1) SAP Connector to import data from SAP.
    I created a location and tested it with success, but when I try to import some metadata, nothing shows up. The RFC user have all rights, but no error is displayed and no tables appear.
    Does anyone have a clue?
    Thanks,
    RF

    Hi Ricardo,
    on my laptop I installed
    •     Oracle DB 10gR2 and OWB 10gR2 (+OWB patch 10.2.0.3)
    •     Oracle DB 11g (including OWB11g)
    In both cases, I copied the three required Sap library files to the paths mentioned in the documentation, (I also copied librfc32.dll to <windows>\system32)
    and included those paths in PATH env. Variable,
    and tried to connect to a Sap instance we have “in house” for testing purposes (not customer’s system).
    In both cases, SAP Location definition failed:
    •     10gR2: I get the following error message
    Class com/sap/mw/jco/JCO$Client is missing.
         This is strange: before upgrading to 10.2.0.3 I was able to connect to SAP,
    The problem was that I did not get any list of tables during Import Metadata from Sap
    •     11g: I get the following error message
    Some Location Details are missing.
    Please verify the location information is completely specified.
         even though I filled all required location information (user, password, application server, system number, client number, language)
    In both cases, I checked the Jar file is ok: I also invoked the command “java – jar <path+filename>” and it correctly showed the “about” window.
    Any clue ?
    Thanks,
    Silvio

  • Replicate some tables from local database server to Remote database sever

    how can i replicate some tables from local database server(Oracle 8.1.7 on windows 2000 server) to a remote database server(Oracle 8.1.7 on Sun Solaris)
    whenever there is some insertion or updation on the table of base(main) database it should get updated to the remote database server
    or
    on time base for example: every 2 hours
    please help me!!!!

    It all depends on waht you are going to do with the data on the remote.
    if tehre are no updates there, creating a simple materialized view on the remote to pull it's data from the local should suffice.
    If there are updates on the remote, you will more than likely want to look into either Multi-master replication, or updatable materialized views.

  • Seeing if some users access some tabes during a period of time

    Hi,
    How to see if some users access some tables during a period of time? By means of Audit isn't it?
    Thank you,
    Mihaela

    It depends, what exactly you want to achieve ? Yea, there could be audit enabled or a trigger on those tables but as you said during a period of time. Cant really see how to enable/disable that thing on different times.
    Sidhu
    http://amardeepsidhu.blogspot.com

Maybe you are looking for

  • I want to upgrade my OS from 10.6.8

    I have a macbook 4,1 late 2008 running osx 10.6.8. I want to upgrade my OS. Is it the only latest os i can use or can i upgrade to any other latest os than this??

  • Z logical component not visible in project administration

    Hi All, I have created new product in SMSY named ZLegacy and assigned logical component. But when I try to assign this logical component to my project, I dont see the Zproduct. Is there any table which I need to change manually ? BR, Shyam

  • I have a problem with iphone 3gs please help

    ok my iphine was jail broken and i restored it as it was and now its stuck on recovery mode and i cant restore it everytime i do it gives me the message with 1015 i thikn please help me if u have a solution.

  • Help with Servlet - JSP Newbie

    I'm trying to teach myself jsp. I've created a couple of classes to do my data I/O. I have a form to collect user data and the page the form posts to should write the data to a text file. When I run the form and form handler the data is presented bac

  • Multiple Phone numbers for Multiple addresses

    Hi Folks, We have a requirement to build a solution for the following : Every Business partner may have multiple addresses, and each address may have multiple phone numbers !! We already have a qualified lookup table to house the multiple addresses b