Logging new clip from database

I've a problem for film 35mm 4 perf in tape.
I need to create new clip or subcilp (after import database) and before batch digitize from database create in finalcut.
help me.
Alex
g5 dualCore 2gb   Mac OS X (10.4.7)  

Hi,
6DB will come automatically. Name of the DS will be : 6DB_VIEWNAMEINSOURCESYSTEM.
You cannot create BI 7.0 DS, by default it will be 3.5 DS after that you will have to migrate it manually to BI 7.0
Below is the document:
http://www.erphowtos.com/guides-a-tutorials/doc_view/979-sap-bw--transferring-data-with-db-connect.html
Below are brief steps:
1. Create a new DB connect Source system(Basis should be able to help you, or connection may already exist)
2. Right click on the source system and select "Additional Functions" -->Select DataBase tables 3.x
3. In the following screen select views or tables...
Rest is very straight forward steps.
Keep few more things in mind ( I always face these issues with DB connect DS)
1. View name should be in CAPITAL LEtteres otherwise you it will not be availble for selection.
2. All the field name should be in CAPITAL LEtters otherwise they will not come to BW.
3. Field lengths in source system should be not me more than 250 ( ideally 60), otherwise they will not come to BW.
Hope this helps!
Regards
Amandeep Sharma

Similar Messages

  • Import only new clips from previously-imported Mini DV tape

    Is there a way to import only the new clips that have been captured since the last import when a Mini DV (tape-based) camcorder is the source?
    I’m using a iMovie 8.0.3 with my Canon Elura 100 and it imports clips fine in Automatic mode when I’m capturing the whole tape. However, if I’ve already imported part of the tape before, iMovie appears to re-import all of the previous clips plus the new ones. And, I’m also now in a situation where it doesn’t seem to have imported the new clips from a previously used tape that I started to tack new clips onto the end of.
    I don’t get enough time to sit in front of iMovie to sort out what’s going on, so any tips would be greatly appreciated. Thanks!

    So there’s no way to use the Automatic mode, and for iMovie to skip over already-imported clips? Or recognize that a clip has been imported already, and prompt whether to continue to actually import it or not?
    I ask merely because, given the length of a DV tape, this kind of thing probably happens regularly. And iPhoto, for example, understands when images have previously been imported.
    If there is no such feature, I’m willing to submit it as a feature request. However, given the direction DV tape is going (despite its benefits), I don’t see this as something that will be implemented. All the new media have random access.

  • IMovie '11 won't import the new clips from iPhoto

    I uploaded some footage from my Sanyo VPC-HD2000A to my iMac. All of the new clips were copied into iPhoto. (I never deleted anything from my camcorder so they're all there as well, for now.)
    The problem: I opened up iMovie '11 and the new uploaded clips that went to iPhoto did not get imported into iMovie '11. I see the clips and have played one of them. They're there in iPhoto.
    How can I get those newly uploaded clips to iMovie '11?
    I just now noticed that when I click the camera icon in iMovie '11, the folder that I made and that has those new clips in iPhoto is indeed there...... but when I click to see what's inside the folder, there is nothing. Yet I know that the clips are inside that folder when I look in iPhoto.
    Can someone lead me out of this?
    This seems like a good time for me to go downstairs for a snack.
    -L
    Message was edited by: Lorna from Hawaii
    Message was edited by: Lorna from Hawaii

    The problem is solved. At someone's request, I looked yet again at the folder titled "iPhoto Videos" in the Event Library (See screen shot.) When I noticed that the dates on that folder included today's date, this time I looked more carefully and scrolled all the way to the bottom of the page, where happily, I found the videos that I had uploaded from my Sanyo VPC-HD2000A earlier today. I thought that all of the videos would go underneath the iPhoto folder and end up looking like the 2011 folders (See screen shot again.)
    If all of those folders and videos under/in the 2011 folder are there, I am wondering why such folders from today's upload did not get added there somehow in some form. Why are they all still in the iPhoto videos folder?
    Could iMovie '11 be in error? Because as it is now, although I am happy that iMOvie '11 did indeed get my videos from iPhoto, it bothers me that it did not also format those folders below the way the other folders are. The inconsistency of actions bothers me. Now I cannot be sure that looking in one spot will show all of my videos.
    Message was edited by: Lorna from Hawaii
    Message was edited by: Lorna from Hawaii

  • JTable will not refresh with new data from database

    Hi,
    I have a JTable that does not recoginzed when the data has changed. The table is dynmaically populated with data from the database using a table model.
    Please help!!
    public JTable getUpdateContractTable() {
    QueryTableModel model;
    String [] dlrs = getSelectedDealers();
    String [] stats = getSelectedStatuses();
    String sql = buildContractQuery(dlrs, stats);
    try {
    if(isContractSet) {
    model = new QueryTableModel();
    model.setQuery(sql);
    table.setModel(model);
    table.setColumnModel(new UpdtCtrctColumnModel());
    table.invalidate();
    table.repaint();
    //model.fireTableChanged(new TableModelEvent(model));
    else {
    model = new QueryTableModel();
    UpdtCtrctColumnModel column = new UpdtCtrctColumnModel();
    model.setQuery(sql);
    table = new JTable(model, column);
    table.createDefaultColumnsFromModel();
    table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
    table.setPreferredScrollableViewportSize(new Dimension(500, 70));
    model.fireTableChanged(null);
    isContractSet = true;
    catch (Exception e) {
    System.out.println(e.getMessage());
    //JOptionPane.show
    //.showMessageDialog("Error: " + e.getMessage(),
    // "Click Ok",
    // JOptionPane.INFORMATION_MESSAGE);
    return table;
    }

    thank you for your help. i finally got it to refresh. i have a follow-up question if you don't mind answering it. i have 2 jtables where one depends on the other. when i do a refresh i want the other table to disappear, so i call the getContentPane().remove(component), but the table doesn't disappear. what should i do.
    anthony

  • How to import  new tables from database

    I have relational source in OWB. I had added a new table in teh database, now I donot know how to import this new table in OWB9i?
    I will appreciate your help.
    Thanks
    Syed

    Mark,
    I am sorry I did not explain the problem clearly. I created module of the relationa source and then using DB link I had imported all the tables from schema A , but my question is that I had created a new table in the Schema A and I want to just import that table in my relation resource module. Is there a way to do it in OWB? How do we create just on etable in OWB module?
    Thanks
    Syed

  • Problem with displaying the data from Database on swf file.

    Hi ,
      I am new to flash.Thanks in Advance Please help me....
    Actually my requirement is my application consists a button(submit_Btn) when we click on the button(submit_Btn), each time it must to database(through servlet) and brings the data from database and places it on the flash swf file.Here my problem is for the first time when we click on the button it goes to database and place the data(which was returned from database) on the swf file.Next  when we click on the button for the second time(or anytime) it is not going  and bringing the new data from database(if some data is modified in database or not),Infact it is showing the old data(the data that was collected from previous ClickListener) only on the swf file and it is also not showing any complile time or run time error.
    my Code looks like this:
    submit_Btn.addEventListener(MouseEvent.CLICK,onCheck2);
    function onCheck2(evnt:MouseEvent):void {
    var xmlLoader:URLLoader = new URLLoader();
        var xmlurl:String = "http://localhost:8888/xmlServlet";
        var xmlrequest:URLRequest = new URLRequest(xmlurl);
    xmlLoader.dataFormat = URLLoaderDataFormat.TEXT;
    xmlLoader.addEventListener(Event.COMPLETE, xmlcompleteHandler);
    xmlLoader.load(xmlrequest);
    function xmlcompleteHandler(event:Event):void {
        var loader:URLLoader = URLLoader(event.target);
        var succData:String=loader.data;
            var xmlData:XML = new XML();
            var xmlList:XMLList;
            xmlData = XML(loader.data);
            xmlList = xmlData.children();
            for (var i=0; i<xmlList.length(); i++) {
                for (var n=0; n<xmlData.UserHumanap[i].HumanapDot.length(); n++) {
                        var x_coordinate:Number = xmlData.UserHumanap[i].HumanapDot[n].@x;
                        var y_coordinate:Number = xmlData.UserHumanap[i].HumanapDot[n].@y;
                        var point2:Point = new Point(x_coordinate,y_coordinate);
                        var circle:Sprite = new Sprite();
                        circle.graphics.beginFill(0x00ff00);
                        circle.graphics.drawCircle(point2.x,point2.y,3);   //Placing the data as dots on the swf file
    Thanks in Advance.......Please Help me..........
    its Urgent..........
    Thanks,
    Swarthi

    Checkout following line in your code
    var xmlurl:String = "http://localhost:8888/xmlServlet";
    now change it to
    var xmlurl:String = "http://localhost:8888/xmlServlet?random="+String(MAth.random());
    I think you will get the point now

  • Is there a way to import clips from AVCHD folders I have copied from my camcorder to my hard disk? With FCE I could import these clips using log and transfer.

    In FCP-X is there a way to import AVCHD clips from an AVCHD file folder I have copied from my Canon hard disk camcorder to my iMac hard disk?  With FCE I used log and transfer with no problem; but, FCP-X doesn't import them. It will import AIC files that have been created in FCE from the original AVCHD files.  If FCP-X will not import these files directly from the copied AVCHD folder, is there a workaround using other software to convert the files? For example, Compressor? (Canon does not provide any AVCHD conversion software for OSX).

    Hi jphil and Tom
    I have exactly the same problem but the answer you (Tom) provided did not help in my case. Trying to "Import ->From Camera" and pointing to the AVCHD folder yields the error message: "(Folder) contains unsupported files or has invalid directory structure."
    Folder structure is
    AVCHD
         BDMV
              CLIPINF
                   .CPI files
              Index.bdm
              Movieobj.bdm
              PLAYLIST
                   .MPL file
              STREAM
                   .MTS files
    AVF_INFO
         3 files (.bnp, .inp, .int)
    DCIM
         101MSDCF
              empty
         MODELCFG.IND (file)
    My question is: Is that not a "camera archive" of the type you talked about in the thread? Is it on principle not possible to import the files in that format/directory structure? If not, since the shots were not taken by myself, what should I ask the guy who shot the movies to give me to be able to work with them in FC?
    I work with a brand new Final Cut Pro X 10.0.4 (still very clumsy with it) on an iMac 11,3 with MacOS 10.6.8.
    I downloaded the latest version of codec updates from the Apple support site but no difference.
    Thank you in advance
    Giorgio
    Freiburg, Germany

  • How can I move clips from one library to another? Clips are still in original drive and not in new drive.

    I am using iMovie 10.0.7 on a 1-week old iMac 27" running Yosemite 10.10.2. I migrated from iMovie 9 on a 2008 iMac running Snow Leopard and updated the libraries and events, etc.
    I have two external drives connected via USB. I want to move / consolidate the library and clips from one of the external drives to the new iMac's 3TB fusion drive. This is to make room on the external drive to run Time Machine backups.
    Apple's instructions on managing libraries and moving/copying clips/events tell me to drag to move between libraries and to Option-drag to copy. However, simply dragging only copies. I find that if I Command-drag the events/clips, I can "move" them. But when I look outside iMovie in the Mac OS X Finder, the event folders and clip files themselves are still sitting in the original drive.
    I'm very perplexed as to how to really move the clips and event structure. Should I manually copy the clips and event folder structure outside of iMovie? I worry I will mess up iMovie's internal record keeping and folder structure information.
    Thanks in advance.

    Ahh, Ok. I actually had to go to Lynda.com to watch a training video of this highly bassackwards maneuver, but now I have it. In other words, while the intuitive thing is to make a new event to hold the clip you want and then open the old event and drag the clip into it's new event, the only way to accomplish this maneuver is to NOT create a new event, but rather, go to the clip AFTER the one you want to move, select it and then Right-Click on it and select SPLIT EVENT BEFORE SELECTED CLIP (or go to FILE>SPLIT EVENT BEFORE SELECTED CLIP). Then you wait a few seconds while the program thinks a bit (no feedback it is doing this - just a pause) and then it automatically creates a new event with the clip you wanted. Now just double-click the new event and name it something meaningful.
    Thanks for your help!

  • How to log in with user credentials from database table

    Hello all.
    I have a table named users_1 in my database. This table has columns named username, password, email and userid. On userid, I have put a sequence.
    Now, I have manually made 1 row in this table, with in it the user credentials.
    How can I edit my application so that I can use these credentials to log onto the application?
    Please, a step-by-step text would make me rather happy, instead of getting a link with information that I should read. I've read most of it, and it just doesn't make any sense to me, so I prefer a guide-trough.
    Thanks..

    Hi Magali,
    You want only user from database can access your application.
    follow the steps given below.
    Step1  :  create function to authenticate users
    create or replace FUNCTION  "CUSTOM_AUTHENTICATE" (p_username in VARCHAR2, p_password in VARCHAR2)
    return BOOLEAN
    is
      l_password varchar2(4000);
      l_stored_password varchar2(4000);
      l_count number;
    begin
    select count(*) into l_count from users_1 where upper(username) = upper(p_username);
    if l_count > 0 then
       select upper(password) into l_stored_password from users_1 where upper(username) = upper(p_username);
       l_password :=  upper(p_password);
        if l_password = l_stored_password then
          return true;
        else
          return false;
        end if;
    else
      return false;
    end if;
    end;
    Step2  : create authentication scheme for your application
    Go to Application Builder->select your application->shared component->security->authentication scheme->create
    a) custom scheme : Based on a pre-configured scheme from the gallery
    b) give some name to your scheme like custom_scheme or something
    c)scheme type : database account
    d) verify function name = return CUSTOM_AUTHENTICATE
    e) go to = Login Page
    f) Logout url = f?p=&APP_ID.:101 // here 101 is login page no..so you can set your login page no.
    step3  : make this scheme as current scheme
    select your scheme and click make current
    now try to login into your application from your database users..
    Hope this will helps you,
    Thanks,
    Jitendra

  • Multi cam synced, can't create the new seq from clip

    multi cam work flow.  trying to follow through the tutorials and help - but stuck.  I have synced 2 cams with audio, next step says to create new sequence from clip - but when I do all I get is a 1 second sequence (it should have been 15mins.  Tried all the methods listed, now randomly trying select all, targets tracks, etc, ? 

    edit -
    That helped, back at it - thanks.  New trouble -  although I can now make the multi-cam target sequence of the correct duration, I move into program monitor for editing the multi cam display enabled, the separate sources/cams no longer show in the window...  it's just blank.  I've checked my vid drivers- up to date with manufacturer (not windows) updates. 

  • How can I stop iMovie from making thumbnails of clips from past projects when opening the program to digitize new clips for new project. i have looked in the preferences and couldn't figure out what to disable.

    How can I stop iMovie from making thumbnails of clips from past projects when first opening the program to digitize new clips for a new project. It takes forever for it and is very annoying. I have looked in the preferences and couldn't figure out what would disable this problem.

    You do not need to move your cursor much when pressing the mouse button to cause the tab to tear-off/tear-away into a new tab. No "sensitivity" setting that I am aware of. The tab in the new window can be dragged back to the original window.
    To disable the feature, install this: https://addons.mozilla.org/en-US/firefox/addon/bug489729-disable-detach-and-t/
    *Read the information on the above page
    *Set options for the add-on: Add-ons > Extensions, click Options next to the specific Extension (the 2 options are defined/explained in the above page).
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Can you create a new comp from a clip after you already have one in your project?

    I know if you create a new project and import a clip, then drag that clip down to the timeline panel, After Effects will create a new composition based off of the specs of the clip, which is exactly as long as the clip.  Is there a way to do this after you have already created one composition in your project?
    I've tried it and it just wants to add the clip to an already opened composition or if you close all the compositions, it wants to add it to the render queue.

    > I know if you create a new project and import a clip, then drag that
    clip down to the timeline panel, After Effects will create a new
    composition based off of the specs of the clip
    Actually, that's not quite right. To create a new composition with settings that match those of the footage item, you drag the footage item to the Create A New Compsotion button at the bottom of the Project panel. See "Create a composition".
    If you drag a footage item from the Project panel to the Timeline panel for an already existing composition, then you are telling After Effects to create a new layer based on that footage item inside the existing composition.
    If you drag a footage item to the Render Queue panel, then After Effects creates a new composition from the footage item and immediately adds that composition to the render queue.

  • A video clip import for a new project keeps showing up as a clip from an older project.

    So here's the issue, I succesfully imported and trimmed 95% of the video clips from my GoPro today. However, when I upload the piece de resistance, it shows up as a clip from an older project that I've already deleted. Despite showing me the older clip in the imported section, I can still play approximately 1/3 of the actual, new clip. Problem is it stops and doesn't allow me to work with the remaining footage. I've tried importing it straight from the SD card, copying it to the desktop first, etc. No luck. Any advice?

    So, it's Photoshop CS3.
    Anyway, from what I understood, you open the photo directly form the disk in Photoshop. That is, you don't use Lightroom to open the photo in Photoshop. It just doesn't work this way. As I said above, Lightroom has no way of knowing when to import a photo that has been saved in Photoshop.
    If you insist on using Jpegs for derivative files, your best way to go is indeed using Synchronize.
    However, I'd advice to use a lossless format, like TIFF or PSD. Why leave image quality on the table (as Jeff Schewe likes to say)? Storage is cheap and you're editing only your best photos in Photoshop anyway.
    And as an additional benefit, you can automate the process of importing derivatives:
    Configure what file type to use in Prefs: TIFF or PSD, bit depth, color space etc.
    Select an image in Lightroom and hit Ctrl+E.
    The derivative file is created in the chosen format and opened in Photoshop.
    Edit and save in Photoshop.
    Voila! Your edited derivative is already in Lightroom.

  • Since upgrading to FF Ver. 24, I can no longer view videos/clips from fox News. What add-on do I need? Everything else seems to be working OK.

    Since upgrading to ver. 24, I can no longer view the video clips from Fox News. the clip comes up but will not play. I don't have a problem using IE. I seldom use IE and FF is my main browser. What add-on or control do I need to rectify this situation? My e-mail is [email protected]
    ''(email obfuscated - please be cautious with posting your email address - c)''

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Importing a lot of video clips from a Sony camera to FCE; during the Log and Transfer process, is there a way to add multiple clips to the browser instead of one at a time?

    Importing a lot of video clips from a Sony camera to FCE; during the Log and Transfer process, is there a way to add multiple clips to the browser instead of one at a time?

    Select one and click cmd-A which selects them all.
    Then click the import button if it hasn't started already.

Maybe you are looking for

  • Every time I try to get to a bookmarked page it says server error, how can I fix this?

    I try logging in to a bookmarked page and I keep getting "server error" web configuration problems. How do I get to bookmarked page without this problem?

  • Model 6102b phone wont turn on/ wont charge proble...

    so ive had this phone (6102b) for a few years and its been working fine. a few months ago it turned off and wouldnt charge. Randomly a month later it just started working again. About a week ago the phone died again. When i put the charger in to char

  • Orders being canceled immediately?

    This is the first time that I am experiencing this from BestBuy, I have tried to place an order from BestBuy and immediately, I received both order confirmation email and cancellation email stating that: "We're sorry, but an item on your order placed

  • How do I 'rotate' a quicktime movie?

    Hi Maybe a dumb question. My digital camera can take movies as well as pictures. I have taken 2-3 which I really want to keep but they are in the wrong orientation. Is it possible to rotate them like you can do a still image? And if so how????????? C

  • How to design a optimized universe from SAP BEx queries

    Hi Team,               I would like to know some of the queries : 1.How can you design a optimized universe from SAP BEx queries in the sense which gives you more performance 2.What are the differences between Non SAP sources like Oracle,SQL and SAP