Timestamp problem or bug.

I created a field in an entity using Timestamp as data type.
When I assign the value I see milliseconds.
However into the Database I don't see them and it seem to strip them somewhere.
Looking the constructor (I simply exended Timestamp) I see a value with .0 in millisecond fields.
How can I solve it ?
TIA
Tullio

Hi all,
Like all of u, i had this experience and i got some workarounds that work in my situation...
Let's try this
_ Open the Entity Object Editor of ur Entity which has the date column.
_ Choose ur date column name in the Attributes tree node.
For inserting time: Look on the Entity Attribute tab
_ Choose Timestamp type for ur column.
_ Check the option History Column and choose modified on (or created on, depends on ur case).
For display time: Look on the Control Hints tab
_ Choose Simple Date for Format Type option.
_ Use dd-MM-yyyy hh:mm:ss as Format option.
I use JDeveloper 9.0.4 preview for Windows.
Hope that help
VHL.

Similar Messages

  • RSREQDONE TimeStamp Problem

    Dear friends,
    I observed that in Table RSREQDONE the timestamp of fields (TUZEIT,UZEIT) is one hour behind from system time.
    for e.g whenthe DTP load time in RSMO is 09:00 AM then the request load time in table RSREQDONE is 08:00 AM.
    Can any SAP or OSS note solve this timestamp problem or time difference.
    Thank you !!

    Hi,
    All the SAP backend tables will have timestamp in UTC/GMT time zone...i.e German time irrespective of your server time.  This is SAP's Standard functionality
    Thanks,
    SB.

  • Copy and paste adjustment  problem/ possible bug.

    Hi all
    I have just encountered a very strange problem/ possible bug.
    I have been working on a file in photoshop cs5 that had come from lightroom 5.3. This was then saved (automaticaly becomes tiff file in Lightroom). I then wanted to make some more adjustments to it in lightroom (using local adjustment clarity). I then tried to copy the settings of the adjustment brush  from the tiff to the original raw file. This is where it gets very strange. The adjustments are copied but they are rotated ccw by 90 degrees!  I can replicate this every time.
    Could someone else try to see if this problem exists on their catalogs or if its a corrpution problem my end.

    Noted on the bug, thanks.
    1762hd wrote:
    Hi Geoff
    Heres the summary for bug report - please note this bug also affects radial filter/healing brush and crop
    Scenario
    1 open a portrait raw image in photoshop using render using lightroom (I am using cs5)
    2 back in lightroom make a change using the - adjustment brush/ radial filter/healing brush or crop - to the newly created tiff image.
    3 copy and paste this adjustment to the original raw file.
    problem
    all effects are rotated.

  • Problems with bugs in Adobe Creative Cloud for Mavericks users.

    Ever since I downloaded Adobe Creative Cloud to my newly purchased macbook pro, there have been issues. I have the mavericks update and this seems to be the main problem. There is alot of small bugs that is really annoying when you come from Adobe CS5 where everything is working fine! Everything in between shortcuts like cmd + C, cmd+ z, v for black arrow and etc. Everytime I open any of the programs, I get the license agreement that i have to agree the terms of use on. Both InDesign, Illustrator, Photoshop and After Effects seems to have these. And when I contact Adobe support, they say that this is NOT a common problem. But on first try, googling it, I find that many have the same problems. So this isn't gonna be solved by reinstalling everything because there is something wrong with my mac. So when is adobe going to fix this? When After Effects wouldn't launch after the mavericks update, you guys came up with a solution pretty fast. Do this again please?

    I don't have Flash installed. When I encounter video that is Flash only (getting rarer and rarer) I open Google Chrome on my Mac and watch it there.
    That's the only reason I have Chrome on my Mac.

  • Problems and bugs with ios 8.0.2 on iphone 4s

    After updating my 3 year old iphone 4s to ios 8.0.2, the UI became choppy (Same with ios 8 and ios 8.0.1). Few bugs i noticed even after updating to ios 8.0.2 (all done after restoring phone as factory new and loading few music/photos/videos loaded and few apps like manual cam, facebook and Google maps installed leaving 7.4 GB free memory.)
    1. The "Notes" app keyboard responds slow while typing.
    2. Free ram stays in between 60- 20mb which i checked with iMonitor which later drops down to 5-12mb when i open an app. So em just wondering where did the 450mb remaining ram went? Because of this i cant multitask like opening and running FB app and simultaneously opening Google maps or any other app using a bit more ram. In ios 7.1.2 i used to running three apps simultaneously without the app being reset.
    3. Ram stays at 200mb+ when i exit some heavy apps like "manual cam" thou it never comes at 200mb when i exit in built apps which a very little ram. So in real world the ram is always being used at 80% even i restart the phone.
    4. The incoming call screen is lagging. First i hear the ringtone for about .5 secs and then the call screen loads! ***?
    From all this happenings i suspect that ios 8 and its further updates will use 80-90% of the iphone 4s ram leaving only 10-20% unusable for users! I dont know why 80-90% is still used even if i restart or even i have closed all the running apps! Usage comes down to 40-50% when i exit heavy apps like "manual cam" or "real racing 3" and the free amount of ram stays stable at 200+ mb for few hours until the cache or background processes resume after the phone refreshes after exiting the heavy apps. At 40-50% ram usage (soon i exit a heavy app) the phone works fluid and animations are smooth. Still my one question "where is my missing 400+ mb Apple"?

    digis wrote:
    If your device was not functioning, you might rant a little too!!
    No, I wouldn't.  At worst, I might sigh, then start troubleshooting the issue.
    This is a technical support forum, not an emotional support forum.
    What troubleshooting steps have you tried?
    Here are some:
    Basic Troubleshooting Steps when all else fails
    - Quit the App by opening multi-tasking bar, and swiping the App upward to make it disappear.  (For iOS 6, holding down the icon for the App for about 3-5 seconds, and then tap the red circle with the white minus sign.)
    - Relaunch the App and try again.
    - Restart the device. http://support.apple.com/kb/ht1430
    - Reset the device. (Same article as above.)
    - Reset All Settings (Settings > General > Reset > Reset All Settings)
    - Restore from backup. http://support.apple.com/kb/ht1766 (If you don't have a backup, make one now, then skip to the next step.)
    - Restore as new device. http://support.apple.com/kb/HT4137  For this step, do not re-download ANYTHING, and do not sign into your Apple ID.
    - Test the issue after each step.  If the last one does not resolve the issue, it is likely a hardware problem.

  • Query of queries problem or bug

    Hello Everyone,
    I have used cfdirectory to get a list of files. As the result
    I receive query with the files.
    Then I want to search it using query of queries. I' ve found
    a problem and I wonder if it is a bug of Coldfusion or perhaps
    wrong usage of QoQ. The thing is that the files that I have are
    using '_' and then are followed by number of week. It seems that
    searching something like this '%_6' returns results *_*6. See
    attached code.
    Thanks for all answers in advance.

    > I think you'll find "_" is a single-char wildcard when
    used with the LIKE
    > operator.
    Found out how to escape it:
    WHERE Name LIKE '%[_]6%'
    I'm glad you brought this up... I didn't know about this
    until I looked @
    your issue. That's my new thing learned for the day: I can go
    to the pub
    now ;-)
    Adam

  • Blackberry HUB "Show Read Filed Emails" ON AND OFF button SERIOUS Gmail PROBLEM NEED BUG FIX ASAP!

    Its been for years (starting from 10OS Version 10.2 ) I couldn't see filed/labeled emails in my Z30/Z10 Blackberry HUB of my Gmail account, but I just downloaded Blackberry Blend and it started to show all my filed/labeled emails, but I still cant see them in my Blackberry HUB! Maybe you can tell me how to make Read Filed Emails visible in Blackberry HUB too?
    Blackberry HUB >> Settings >> Display and Actions:
    Show Read Filed Emails is ON
    Show Sent Emails is ON
    Both are turned on, but I still cant see them like on Blackberry Blend.. On search field then I type specific email from filed/label from my Gmail account I immediately finds it, but then I go back to Blackberry HUB all I can see just emails from inbox and single sent emails and YES "SYNC ALL EMAIL FOLDERS" IS SET TO ON AND "SYNC TIMEFRAME" IS SET TO FOREVER (''Sync All Email Folders'' is set ON and ''Sync Timeframe'' is set FOREVER).
    Here is picture of email settings:
    http://forums.crackberry.com/attachments/blackberry-10-os-f269/338662d1425451994-read-filed-messages...
    I want to see all emails in devices Blackberry HUB like in Blackberry Blend desktop! What should I do to make it happen?
    I find out that then I click on the Blackberry HUB > Settings > Display and Actions: "Show Read Filed Emails" to ON or OFF again and again, view in Blackberry Blend immediately changes in order I did ON or OFF, that's pretty amazing, but Blackberry HUB DOESN'T RESPOND AT ALL! View is the same doesn't matter if I change it ON or OFF.
    View in Blackberry Blend starts to look the same like in phones Blackberry HUB then I click "Show Read Filed Emails" OFF, it looks like Blackberry HUB doesn't respond to ''Show Read Filed Emails'' ON and OFF button at all, ITS ALWAYS OFF! What should I do next??
    I'm using Blackberry Z30, but I have Z10 too and it also doesn't work and it looks like this "Show Read Filed Emails" not working button bug is on all 10 OS devices except Blackberry Blend desktop version which works perfectly confirms it.
    I'm using Gmail and I have latest Blackberry 10 OS version OFFICIAL 10.3.1.1565
    Here is a picture how it looks then ''Show Read Filed Emails'' ON and OFF:
    (first is OFF, second is ON)
    http://forums.crackberry.com/attachments/blackberry-10-os-f269/338513d1425416890-read-filed-messages...
    As you can see then ''Show Read Filed Emails'' is ON, Blackberry Blend changes and I can see all my emails (and there are a lot of unread ones! (sorry I blurred some of my emails for privacy)), but in my devices Blackberry HUB there is no changes and its displaying the same thing like ''Show Read Filed Emails'' was OFF. I miss a lot of emails and its really annoying and I think you understand why.. Blackberry Blend desktop version is a savior today, but THIS IS NOT A SOLUTION!
    Any FIX suggestions ASAP?
    UPDATE:
    I tried a lot of times to delete and sign in again and again, but it looks like only Blackberry Blend respond to every setting changes! Blackberry HUB doesn't respond AT ALL! Devices Blackberry HUB only show INBOX and SENT MESSAGES all the time, but if "Display Style" in Blackberry HUB is set to "Conversation" SENT MESSAGES disappear from devices Blackberry HUB too (in Blackberry Blend is everything FINE!) if they are part of CONVERSATION FILED/LABELS EMAILS!!
    All issues I been searching all this years and everyone was blaming Gmail, but it looks like ALL THIS YEARS THIS WAS Blackberry HUB "Show Read Filed Emails" ON and OFF button BUG/PROBLEM which doesn't work on devices Blackberry HUB and today Blackberry Blend desktop version CONFIRMS IT!!
    Yes Yahoo accounts FILED/LABELS EMAILS with devices Blackberry HUB works FINE, but Gmail - NOT and NEED FIX ASAP!

    Newest edits in here:
    http://forums.crackberry.com/general-blackberry-discussion-f2/please-send-very-important-10os-device...
    100% FIX SOLUTION GUARANTEE for Gmail archived/labeled Emails not showing problem!
    How to fix it? FIX "Show Read Filed Emails" button to respond to ON and OFF devices Blackberry HUB for Gmail accounts - NOW IT IS ALWAYS OFF if you press ON or OFF!
     "Show Read Filed Emails" button ON and OFF for Gmail account works on Blackberry Blend desktop version!
    Error/Bug: Blackberry HUB do not show Gmail labeled emails
    Main problem: Blackberry HUB "Show Read Filed Emails" button doesn't respond to ON AND OFF and is always OFF fo Gmail account.
    Main problem: ALL Blackberry 10OS devices Blackberry HUB"Show Read Filed Emails" button ON AND OFF doesnt respond with Gmail accounts!
    Works with: Blackberry Blend desktop version responds to "Show Read Filed Emails" button ON AND OFF with Gmail accounts! (pressing "Show Read Filed Emails" button ON and OFF again and again, view in Blackberry Blend immediately changes in order you press ON or OFF, but Blackberry HUB is always on OFF)
    "Show Read Filed Emails" button doesn't work with: Gmail accounts
    Status: NOT FIXED!
    OS version: Blackberry 10 OS version OFFICIAL 10.3.1.1565
    PROBLEM FOUND!
    I created new Gmail account send 5 test emails and made first 2 test emails labeled and made step by step set up on my Blackberry 10OS device to confirm this ''Show Read Filed Emails'' button BUG/PROBLEM/ERROR:
    1. I signed in with my Blackberry 10OS device like this:
    http://forums.crackberry.com/attachments/blackberry-10-os-f269/338846d1425503380t-gmail-archived-lab...
    2. When I set on Gmail account settings "Sync Timeframe" is set to FOREVER and "Sync All Emails Folders" is set to ON
    http://forums.crackberry.com/attachments/blackberry-10-os-f269/338847d1425503392t-gmail-archived-lab...
    3. And at last I go to devices Blackberry HUB and see this:
    http://forums.crackberry.com/attachments/blackberry-10-os-f269/338856d1425505143t-gmail-archived-lab...
    As you can see it doesn't matter if "Show Read Filed Emails" button is set to ON or OFF, Blackberry HUB doesnt respond at all, but Blackberry Blend view changes at same second then I press.
    CONCLUSION: "Show Read Filed Emails" button ON and OFF BUG/PROBLEM/ERROR for Gmail accounts is confirmed and it STILL NOT FIXED!
    Please spread the word to people who have all the power to influence and accelerate processes to FIX this VERY SERIOUS ISSUE or please tell me there could I send this FIX SOLUTION to to get fastest respond and get it FIXED ASAP. THANK YOU!
    STILL NO FIX!

  • Acrobat X Scanning Cancelled Problem / WORKAROUND / BUG REPORT

    As you have read in other threads, Acrobat X on Windows has a serious scanning problem with HP and possibly other scanners.
    Whereas in Acrobat 9 scanning worked reasonably well, Acrobat X seems to be unable to cope with scanning documents from the flat bed of a multifunction scanner.
    So, if you are scanning from the feeder, scanning works, but if you are scanning from the flatbed, you will get a brief pause and the phrase SCANNING CANCELLED.
    This is, of course, not acceptable.
    The problem is that Acrobat X does not play nicely with the scanner drivers.  Previously, Acrobat 9 would "auto-detect" the source of a document, using the feeder if loaded, and "falling back" to the flatbed otherwise.  However, Acrobat X does not fall back.  If there is nothing loaded in the document feeder, the scan will be cancelled by Acrobat X.
    The workaround - and I would NOT call this a "solution" - is to use only the "Custom Scan" command from Acrobat X.  When the window pops up, choose the "Options" button and select "Native Mode" and "Show Scanner's Native Interface" from the two menus.  (Acrobat X does seem to remember these settings at least within a session, so if you're scanning multiple documents you only need to do this once.)  Then scan.
    You will see a new window pop up - the scanner's "native interface."  On my computer, this window shows up BEHIND the Acrobat X screen (annoyingly) so you have to watch for it and click forward.  Be sure to select "flat bed" from the "document source" menu.  On my computer, this setting is NOT remembered between scans, so you have to do this for EVERY SCAN.  Then, the document will scan, and you can do what you want with it in Acrobat X.
    Needless to say, this is a long, painful, slow process, especially if you're scanning lots of flatbed items, as I do.  Hence it's a "workaround" and NOT a "solution".
    The SOLUTION will be for Adobe to FIX this.  ADOBE:  THIS IS A BUG REPORT.  PLEASE LOG THIS IN AND FIX IT.  Acrobat 9 with CS5 worked perfectly, as did Acrobat 8 before it.  Moving to CS5.5 with Acrobat X broke this.  Sloppy.  Please fix!  Thank you!
    Glen Barney

    I used your workaround (thank you!) but it was very annoying. Although I set up the options for a single multi-page document, Adobe gave me separate files and I had to consolidate them. I also had to fill out the options (color, flatbed vs feeder) for each page. This function was working for me at some point, so I don't know what happened to make my HP Multifunction and Adobe part ways. I hope Adobe comes up with a successful patch for this problem.

  • PDF signature timestamp problem

    Hi, sorry if this post is slightly offtopic.
    We are trying to sign and timestamp pdf documents in java (using Apache PDFBox) and we are stuck with a problem for more than a week. The signature itself is good, Adobe Reader can validate it succesfully (after adding our self signed test root certificate to trusted certificates). The problem is with the timestamp. Adobe Reader says that the signature is timestamped, but the timestamp could not be verified. If I look at the Date/Time tab on the Signature Properties window the Timestamp Authority field says Not available. Older versions of Adobe Reader 9 displayed the Show Certificate button for the Timestamp Authority as enabled, and if I clicked it, the Reader crashed. In newer Reader 9 versions and in Reader X the button is disabled. It seems Reader recognises the timestamp but can't extract the TSA certificate.
    However if I sign the pdf with Acrobat X Pro or with iText (using the same private key and the same TSA) everything is perfect, the timestamp is validated, Timestamp Authority field shows the correct value, TSA certifiicate is OK.
    I analyzed the signatures and the timestamp tokens, but I could not find any significant difference between the good and wrong ones.
    I wanted to attach a working and a non-working sample but I didn't find how to do that.
    Could someone please give us some advice about what could cause something like this?
    Can Reader log the signature parsing/validating process to view what's wrong?
    Thanks in advance
    Csaba

    Hi,
    I had the same problem with the pdf signature timestamp…..
    The thing I was doing wrong was the SHA-1 hash sent to the timestamp server, more precisely I was sending the whole signature SHA-1 hash when I suppose to send the SHA-1 hash of the RSA encrypted hash of the digital signature (I think that in your case is the 256 hash starting from 1783).
    Hope this helps you,
    Corina

  • DIV STYLE Region layout problem. Bug?

    Hi guys, I believe this is a bug but need clarification.
    I have created some regions based on the html code:
    div style="border: 1px solid rgb(153, 153, 153); height:300px; width:970px; overflow:auto;">#BODY# /div
    Now, this works fine, in the region I have a standard report. The propblem is when I open a NEW browser window, any website. Then go back to the page, a huge gap appears between the region this code is in, and the previous region.
    I am using IE7 and Apex 3.0.1
    Any help?
    Thanks
    Sam
    Message was edited by:
    Spam
    Message was edited by:
    Spam
    Message was edited by:
    Spam

    I wouldn't see that as a problem, as this is the use case described in the overflow spec: "...This avoids any problem with scrollbars appearing and disappearing in a dynamic environment."
    If it is that important, can you control sending "overflow: hidden" or "overflow: scroll" depending on the number of rows, using ApEx mechanisms and conditional comments?

  • [iOS4] CMDeviceMotion and timestamp problem

    Hi,
    Excuse my English as it isn't my primary language.
    I hava a problem using an instance of CMDeviceMotion. I need data from both the gyro and accelerometer and the frequency of sample is set at the maximum, 100.
    I also need the timestamp at which the sample was taken. However, at the beginning the timestamp doesn't change even if the acceleration and gyro change. I got something like that :
    0.003779 -0.050910 0.001185 933.604339
    0.035029 -0.042457 0.019893 933.604339
    0.062266 -0.009147 0.084819 933.604339
    0.069300 0.012292 0.092631 933.604339
    0.047862 0.018517 0.091456 933.604339
    0.035304 0.029885 0.084575 933.604339
    0.032496 0.039498 0.083583 933.604339
    We have acceleration.x, .y, .z and the timestamp. As you can see the timestamp doesn't change for about 60 upgrades ~6 seconds.
    Besides, when it finally starts upgrading, it sometimes sample twice the accelreation/gyro at the same timestamp :
    0.115215 0.005342 -0.051157 1385.964002
    *0.120561 0.019797 -0.054112 1385.977830*
    *0.122637 0.031470 -0.051182 1385.977830*
    0.113840 0.042271 -0.045493 1385.992829
    Here is my code :
    In the viewDidLoad method :
    motionManager = [[CMMotionManager alloc] init];
    motionManager.deviceMotionUpdateInterval = 0.01;
    frequence = 100;
    Then I have a method invoked by a button :
    [motionManager startDeviceMotionUpdatesToQueue:[NSOperationQueue currentQueue]
    withHandler: ^(CMDeviceMotion *motionData, NSError *error)
    CMRotationRate rotation = motionData.rotationRate;
    CMAcceleration acceleration = motionData.userAcceleration;
    NSLog(@"rotation rate = [%f, %f, %f, %f]", rotation.x, rotation.y, rotation.z, motionData.timestamp);
    NSLog(@"acceleration rate = [%f, %f, %f, %f]", acceleration.x, acceleration.y, acceleration.z, motionData.timestamp);
    Any help appreciated,
    Thanks for your time
    Loïs

    Oracle FAQ page: http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#08_01
    Well obviously that was really stupid.
    I'm adding some queries to an older part of our code base and while reading through the documentation for one of the classes I found that we weren't using our normal Hibernate queries because we needed to ensure that we weren't sending Timestamps to Oracle. Apparently the Timestamp would be converted to a Date because the column in the database was of type DATE. This was causing problems because the DATE column's index was being ignored and the table contains millions of records.
    Not sure I follow that logic.
    If the value was going into the database then it would update the index.
    From that only one of the following could be true.
    1. It wasn't going into the database.
    2. It was being truncated to a date.
    The Oracle FAQ seems to indicate that this has been fixed in the 11.1 JDBC drivers. I know that I can use 11.1 JDBC drivers with a 10.2.0 database, but will it use the new 11.1 mappings for DATE and TIMESTAMP or the old 10.2.0 mappings? I would agree with your interpretation of the FAQ.
    And I would then follow it up by testing both with the old driver and the new.

  • Nokia N8 CPU Problem? Bug? Glitch? Please read!!

    Hi there, I just discovered a... problem? or a bug? a glitch? whatever. I discovered a problem on my Nokia N8 about it's CPU speed.. I accidentally saw on the application X-plore that my N8's CPU is set to just only 192 MHz! I was schocked when I saw that since the CPU of Nokia N8 is said to be at 680 MHz. I rebooted my N8 to refresh it. After I rebooted my N8, I did not run any app and started X-plore right away and check it again. To my surprise, it's still set at 192 MHz. So I posted about this thing on a forum and asked if it's the same as their N8's. So someone replied and said his N8 was also set at that speed. So I started to worry.
    Other Nokia N8 users please also check yours. All you have to do is install X-plore, just find it over Google.
    Attachments:
    Scr000022.jpg ‏40 KB

    shakivrizvi wrote:
    Battery definitely comes first. But it doesn't mean it has to be 2 days standby time when processor speed is not enough to process mail or starting cam. Think how superior Nokia will be if battery life is a bit below this with a better processor speed.
    If you asks to anroid lover or iphone lover what will come first in their are processor speed & phone material quality, where Nokia both falls behind. Though all other options are still great than iphone or anroids.
    hmmmm.
    My Sister had the HTC Desire when it can out. And though she loved the phone, she couldn't stand the fact that when she went out with it, not only did she have to think about where she could charge it, but also had to carry a micro USB cable to work just for that purpose too.
    She's since upgraded to the Galaxy S, and though the phone is much snappier and brighter, her main wow factor was............." at least I don't have to carry the USB lead anymore!!"
    So in my estimation, I can live my so called "mediocre" Symbian^3 N8 speed phone, than the worlds fastest dual, triple or quad core phone which will no doubt have only half the life anyway.
    Jurassic Park, Sam Neill to Dickie Attenborough " Mr. Hammond, the phones are working !"
    N8-00 Tesco UK 059C951, Lumia 920

  • All_mview_comments - Permission problem or bug?

    Hi folks. I have some materialized views with comments on them. As a DBA or the schema user, I can do a SELECT * FROM all_mview_comments and see all the materialized views and comments.
    I have a regular user account which belongs to my user role. The user role has select permission on all the materialized views of the schema in question. The user can select from this table and work with it normally. However, when performing a SELECT * FROM all_mview_comments, now rows selected is returned.
    If I grant select on the materialized view to the user himself (not the role), then all_mview_comments will return records.
    I also have comments on tables and views, the regular user can view these just fine (via the permissions granted to the user role).
    Is this an Oracle bug, or am I doing something wrong here? I'm not looking forward to having to grant permissions directly to each user rather than the role.

    I noticed that the hibernate-script pkg in the current arch pkglist it's old of date, so I used the new hibernate_script into tuxonice website, and this problem seems to be solved. Can this pkg take the place of the old pkg in the current repository?
    Regarding tuxonice kernel, seems to be a problem with the initrd image. Because if you want to use a initrd image with this kernel, for resume it you insert this line:
    echo 1 > /sys/power/tuxonice/do_resume
    in your rc.sysinit but it creates some problems....
    Now I try to use tuxonice kernel without initrd image

  • Is there a problem or bug in locking video clips together?

    Hi, I have 3 movie tracks masked with one track underneath all 3 for a total of 4 movie tracks. I seem to be having a problem locking down the 4 video layers so things "added" into my masks match up with the main video track outside the mask(s). I've tried using guides and grids and when I get the center point circular X on the yellow t-bar for all 4 lined up, I click on these 4 tracks and use the object lock feature (in the object menu), but it doesn't seem to "lock" for the duration of my entire edit, which is about 2000 frames.
    Any idea what I'm doing wrong?
    rita

    Hi Kim,
    There have never been any reports of bugs or problems with our serial communication VI's with the specific ASCII character "i". Also no reports about that character in general.
    1. All the serial VI's are based on VISA, so you can always make sure that you have the latest VISA driver from our website:
    http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C0E91?opendocument&node=132060_US
    2.You say that you have version 6.0? Did you install the 6.0.2 patch? If not, that would be a good idea too. There were some problems with String and Array functions that got fixed.
    Download the patch from this link:
    http://digital.ni.com/softlib.nsf/websearch/168AAE428563A9E8862569EC005C5856?OpenDocument&node=132070_US
    3. What do yo
    u mean with "the serial ASCII output is giving you problems"? What kind of problems? What do you mean with bad lookup? What LabVIEW functions do you use? You need to be more specific.
    4. If this is a serial issue,.. Do you have the same problem when doing a serial loopback test with the letter i? Try with the specific ASCII code or just with a normal string.
    5. Can you attach a little program that reproduces the problem on your MAC? Please also send specific information about your OS, installed software,...
    Regards.
    Joris Vanderschrick
    Applications Engineer
    NI Belgium

  • Random iTunes library problem or bug with duplicates

    iTunes (Mac) spontaneously creates duplicate songs and does some unusual things in the process. The duplicate songs only appear in my library, the music media remains intact most of the time. Sometimes iTunes moves one or two songs from the same recording to a separate folder and puts in outside the iTunes Media folder.
    The duplicate songs that appear in the library appear randomly. Sometimes both dup songs play fine, even though there is only one source file for the song. Sometimes only one plays, so I have to delete the one with the exclamation mark. Often one of the 2 dup songs has the wrong artwork. This wouldn't be a big issue if I didn't have such a large volume of music and this wasn't happening to hundreds and hundreds of songs, which need to be dealt with manually one at a time.
    I have several music folders (CD , Downloads) inside the Master iTunes Media folder on the ext HD
    In iTunes Perfs I have enabled "Keep iTunes Media folder organized" and "Copy files to iTunes Media folder." This setup worked fine in the past, before 2010.
    I've repaired permissions regularly and have repaired the Boot HD.
    I first starting noticing this problem at some point in 2010 while using iTunes 9. Upgrading to iTunes 10 has not helped.
    Any ideas on what's going on or what I might try to fix the problem?
    Is this a bug in iTunes?
    If I re-installed iTunes and could return to an earlier version which one should I use ?
    Specs. iTunes 10.3.1 with 350 GB of music on an external HD

    Thanks for taking the time to respond to my question.
    I need some clarification on your instructions. Once I have Exported my Library to the desktop and moved my iTunes folder to the desktop I can't proceed as you suggest.
    When I open iTunes it opens the original library full of all my music. If I launch iTunes (while holding down C key) I can create a new empty iTunes Library inside the Music folder.
    If I try to import (open) the original Library.xml file on the desktop nothing happens. If your saying I need to import all the music in my iTunes folder (inside the Music folder) I can't do that since all my music is on an external HD.
    Are you saying I need to reimport the entire contents (all the music) in my iTunes Media folder?
    I thought your solution was aiming to simply rebuild the directory structure while leaving the original music media alone.
    Thanks for helping clarify.
    Or could you point me to a support.apple.com/kb article?

Maybe you are looking for

  • Total - Sum of a function

    Hi All, The following is a test I performed in order to check a problem I got. I created a simple function in Oracle which receives a number and returns it divided by 2. (NUM/2). I registered this function in Discoverer Administrator and then created

  • I want to integrate power shell in visual studio.

    i want to integrate power shell with visual studio & want to make a tool for office 365.

  • How to install oracle apps

    hai i want to install apps my laptop is of 80GB and it has 70 GB available ,i also have 250 external Harddrive and windows professional.what i have to do to install it,i have 2003 windows server but my friends told we need 2000 server what i have to

  • IPhoto crashed during import and deleted photos from import

    I tried to use iPhoto today to import 400+ photos from a recent holiday from my iPhone. When prompted I chose to delete the photos from my phone. When iPhoto was in the 'finishing import' stage it crashed and I was forced to force quit it. I assumed

  • Adding a voice over on a stand alone presentation

    I have used Keynote quite a bit for presentations with a lot of success. I would like to record a voice over for a new presentation and place it in the file. Has anyone had any experience with this? The presentation should run about 15 minutes max.