AGING is'nt working.

about AGING
system environments:
oracle 10.2.0.5
timesten 11.2.1
Commands to create cache group
Create DYNAMIC Asynchronous WriteThrough Cache Group
CA_SILOG from UTELT.SILOG
( recvtime TIMESTAMP(6) NOT NULL,
Rid Integer,
HostName Varchar2(5),
ProcName Varchar2(10),
LogTime TIMESTAMP(6),
LogType TT_SMALLINT,
LogContent Varchar2(256),
Primary key (Rid, HostName))
AGING LRU ON;
Create Index IDX_SiLog ON UTELT.SILOG(RecvTime);
There are 98 cache groups created in exactly the same way:
call ttaginglruconfig(.4, .6. 1);
odbc.init has the following settings,
permsize=8000
tempsize=1600
LogBufMB=256
LogFileSize=256
When the user application has been run for a while,
dssize:
PERM_IN_USE_SIZE=8132467
PERM_IN_USE_HIGH_WATER=8133067
Why isn't the AGING working?

Can you give some more information please:
1. Exact TimesTen version (output from ttVersion command)
2. You have specifieed LRU based aging; is there any significance to the timestamp field 'recvtime' in the cache group definition)? LRU aging is not based on a timestamp?
3. You gave the value for PERM_IN_USE_SIZE after application has been running for a while but no indication of how it changes over time.
4. Checking the amount of memory used by Perm is not always a good indication as to whether aging is working or not. For that you need to check table rowcounts (SELECT COUNT(*)...) and also check TT daemon log for aging related messages. TimesTen manages table memory in terms of 'pages' where a page can hold 256 rows. Once a page is allocated to a table it will remain allocated while it has even one row on it. So, if a table has 1000 pages allocated to it and each page has 250 rows in it and then aging omes along and deletes 249 rows of each page then the table still has the same number of pages allocated to it and PERM_IN_USE_SIZE will not show any change. The 'free' memory in these pages can be re-used for subsequent inserts int othsi table but is not available for use by any other tables.
Perhaps you could check into these and see whether it is really the case that aging is not working (daemon log message should highlight any errors etc.).
Chris

Similar Messages

  • Can I report on the AGE of open Work Items? How? Group into Buckets?

    Is there a way to report on the age of open work items?
    Perhaps a bar graph that has several buckets.
    a.    Over 364
    b.    180 to 364
    c.    90 to 179
    d.    1 to 89
    And then a COUNT in each bucket. 
    For example, if a Work Item is open longer than 364 day, it would appear in bucket "a" as a count of 1.  Say there are a total of 45 Work Items that were opened older than 364 days, then "45" would appear in column "a" now say that there are 100 work items open that are 1 to 89 days old, then 100 would appear in the "d" bucket.
    Make sense?  How can I report like this?

    Hi mrpeepers,
    You can use following MDX script when you create this report that uses TfsOlapReportDS
    with
    member [Measures].[Age]
    As
    IIF([Measures].[Current Work Item Count]>0,DateDiff("d",cdate([System_CreatedDate].[Date].CurrentMember .name),Now()),null)
    member [Measures].[AgeRange]
    as
    case
    when [Measures].[Age] >70 then 70
    when [Measures].[Age] >60 then 60
    when [Measures].[Age] >50 then 50
    when [Measures].[Age] >40 then 40
    when [Measures].[Age] >30 then 30
    when [Measures].[Age] >20 then 20
    when [Measures].[Age] >10 then 10
    when [Measures].[Age] >0 then 0
    when [Measures].[Age] <0 then -1
    else null
    end
     SELECT
     non empty
     {[Measures].[Current Work Item Count],[Measures].[Age] ,[Measures].[AgeRange]}
     ON COLUMNS,
     [System_CreatedDate].[Date].[Date].AllMembers on Rows
     FROM [Current Work Item]
    And then, drop a Chart to report designer, select “Current_Work_Item_Count” as datafield,  AgeRange as category field.
    Best Regards,
    Ruiz
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Sincerely,
    Ruiz Yi

  • I see people from different ages at my work and every month I need to count how many people from each age I've seen that month. How can I do to give the entries to numbers in a single cell and make numbers count them for me?

    I see people from different ages at my work and every month I need to count how many people from each age I've seen that month. How can I do to give the entries to numbers in a single cell and make numbers count them for me? The final result would be a spreadsheet telling there were 8 people from 20 to 39 years old, 14 peolple from 40 to 59 and so on...

    jpqcampos wrote:
    This appears to be an 'input form' using 'Radio Buttons' to select the category. Neither of these features are supported in Numbers '09.
    You can input the data on one table and summarize it on a second table, but the input table will continue to hold data for each event.
    And by using the Reorganize button, you can hide all but two rows of that table to approximate the appearance and performance of an input form.
    Here are the two tables, Data on the left and Summary on the right. Notes below.
    The grey-filled columns in both tables are 'working' columns, and may be hidden (as shown in the image below).
    Data table:
    D1 contains the word "TRUE" (in capital letters). (This row is always shown.)
    D2 is empty, or may contain any value except "TRUE" (This row is always hidden under the Reorganize rule.)The rest of Row 2 of this table requires the data shown: a number outside the range to be counted (999), and two checkboxes, both checked.
    D3 (and filled down the rest of column D):   =AND(OR(B2,C2),NOT(OR(B3,C3)))
    The formula returns TRUE only for the first unused row in the table (ie. the first row for which neither checkbox has been checked)
    Summary table:
    Column A contains labels for the age ranges to be counted.
    Column B contains the same information in the form necessary for the formulas in columns C and D. They need a numeric value, and that value must be the largest acceptable value in the range to be counted.
    C2 (and filled right to column D, then both filled down to row 5):
        =COUNTIFS(Data :: $A,"<="&$B,Data :: B,TRUE)-SUM(C$1:C1)
    Two changes from the previous example:
    COUNTIFS is used to separate the Native and Foreign counts as well as the age range to be counted.
    The amount subtracted from each result is the SUM of the earlier results, and includes the text value in the first cell of the column (which is interpreted by SUM as a zero).
    See note below regarding my earlier formula.
    When the greyed columns are hidden and the checkbox in the Reorganize pane is checked, the two tables will appear as shown below:
    Close the reorganize pane, and the 'data entry form' is ready to use.
    To use, enter the age first, then check one of the boxes.
    As soon as one box is checked, the row will be hidden, and the next (unused) row will be shown.
    Regards,
    Barry
    Note regarding formula in my earlier post:
    The earlier formula will give erroneous results as it subtracts only the count directly above it from its count of persons in the age range 0-n.
    In E2 of that table, replace "-E1" with "-SUM(E1:E$1)
    Fill down to E8.
    Ignore the instructions (in that post) following "Fill down to E8."
    B

  • How to calculate the duration/age of a work request.

    I need to calculate the actual resolution time in 'Days:Hours:Minutes' format, for the work requests which are being worked upon by the engineers working in my team. I am using MS-Excel (MS-Office 2013) for reporting. The tool from which I am exporting
    the details shows the Open and Resolved time as MM/DD/YYYY HH:MM:SS (3/20/2015 10:32:16 AM). I am sure this is one of the thing which is not that difficult and many reporting people are doing this. Thanks in advance for the assistance.
    Regards, Ankit Arora

    Let's say that the Open date/time is in A2 and the Resolved date/time in B2.
    The formula for the resolution time is =B2-A2
    Format the cell with the formula with the custom number format d:hh:mm
    This will work as long as the number of days is at most 31.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Will empire of age 3 work on Lion?

    I was wondering if empire of age 3 will work on Lion, actually Diablo 2 doesn't work anymore and i'm a bit sad, I'd like to find a new game to play with

    For that sort of info, it's best to ask the developer. It's their job to state compatibility issues and issue needed updates. Check their support sites--they will often have out any required updates very soon after a new OS releases.
    If these are older versions that were coded before Macs adopted Intel processors in early 2006, they were running in Rosetta emulation mode through 10.6. Rosetta support was removed from Lion, so you have to look for updates that support the Mac's intel architecture.
    Look for updates that say the file is "universal binaray." Those contain Intel code plus code for older PPC processors.

  • What is the best way to work on the same InDesign file in different locations?

    I'm the creative director for an in-house creative department. We produce 37 catalogs and a multitude of print and electronic advertising each year, plus a variety of other items. Our problem is that we have two locations. In the current set-up, if I want someone at one location to work on a project but the files are at the other location, I have someone at the one location package all the materials involved with that project and either upload them to DropBox or copy them to an external drive and ship it. Not very efficient.
    We have servers at both locations but there are different files at each location. I'm able to remote from my computer into a computer at the other location, but if everyone were to do that we would need double the number of CC subscriptions and computers, and it would bog down the internet connection that the entire company uses. I'm also connected to the server at the other location (again, over the internet) and have opened InDesign files that reside on the server there and tried to work on them here (over the internet) but that is much slower than remoting in.
    The only way I can think of to alleviate this problem is to run duplicate servers at each location, but this would be an update and back-up nightmare (unless I'm missing something). Is anyone operating this same way and, if so, how are you dealing with it?
    We can't be the only company that works like this. Maybe I'm just missing something.
    Thanks,
    Lloyd

    We have servers at both locations but there are different files at each location. I'm able to remote from my computer into a computer at the other location, but if everyone were to do that we would need double the number of CC subscriptions and computers, and it would bog down the internet connection that the entire company uses. I'm also connected to the server at the other location (again, over the internet) and have opened InDesign files that reside on the server there and tried to work on them here (over the internet) but that is much slower than remoting in.
    One tiny thing bothers me about your setup. And you said it above, you would need double the number of CC subscriptions and computers. Are you using two people to access under the same CC subscription. Even if they are working in two different time zones, it is technically violating the rules and spirit of the rules of being able to install on two machines at the same time.
    You're allowed to install for two machines for one person working at the office and then at home. One person wouldn't be in two different locations at the same time.
    Meanwhile, regards your problem, I remember reading about a system many years ago that was pretty simple. It was based on an old newspaper/magaizine system of "who has the folder." (Created before computers) In the old days, if someone was working on a file, they left a folder with their name in its place.
    In the computer age, one person, working on a file, would move it to their desktop. Then, they would leave an empty folder with that document's name where it had been as well as their initials. So if I took "Shoes and Socks Fall 2015.indd" out, I would leave a folder named "Shoes and Socks Fall 2015_smsc" in its place.
    And if it was necessary for me to have the images, I would make a copy of them onto my machine so I wouldn't tax the network. Then when I was finished, I would copy the file back to the server. The links should show up. If not, we could relink later.
    With the empty folder on the server, anyone could tell who is working on a project. So if they were late getting it back, you could email them.
    It relies on the people being disciplined enough to make the folders, move the docs, etc. But since you've ruled out all the systems for companies with dumb employees, you're going to have to make them follow the rules.

  • Aged Debt Reporting ( AR ) - help required

    Hi Guys,
    I need your help in one of the requirement I have at the moment for AR Reporting.
    My client wish to see the snap shot of the Debt on weekly and monthly basis since the day the system has gone live.
    I know how the Aged Debt Reports work in BW. It works on a key date and 3 variables.
    0P_KEYDT : For the characteristic NETDUEDATE: Key date for net payment
    0P_KEYD2 : For the characteristic 0PSTNG_DATE: Key date for posting.
    0P_KEYD3 : For the characteristic 0CLEAR_DATE: Key date of clearing
    We create restricted key on 0DEB_CRED_LC making use of the above 3 variables to find the Debt(oustanding amount) as on the key date. Then we create other key fiegures using offset on the above variables to defined the Debt in 1-15 days, 15-30 days, 30-45 days etc…
    But my requirement here is different.
    Now the user wants to see the Debt amount for every week and every month from the beginning of go-live. They require snapshot of the Debt in that week. If the invoice is  open in week 01.2014 and cleared in week 02.2014 then it should only get displayed in 01.2014 i.e. snapshot of outstanding amount for that week or month.
    Now the issue here asfollows
    1) By using the offset in the variable i.e. -7, -14, -21, -28 etc on key date I can go back to certain weeks not till the beginning of the system.
    2) If I use -30, -60, 90 to generate the snapshot I cannot get the month end outstanding always as certain months are 31 days and certain months are 28 days(feb). Also I cannot go back till beginning of the system
    I have a workaround. Weekend and month end  I can take backup of the open items 0FI_DOCSTAT = ‘O‘ and store this in an infocube.
    For this also I have few concerns
    1) The data volume will be too high. I have to find out what level the clinet wish to see the data so that it will display the aggregated Debt amount at the level
    2) This design can only be possible for now onwards but I cannot do that for past period
    3) What will happen if the load fails on weekend or month end then I will lose the snap shot as few of the open items would have been cleared. It would not give an exact picture.
    The problem here is for snapshot data i.e dent on that week/month.
    Can anybody help me with some idea to handle this situation?
    Regards,

    Hello,
    Try the below way outs
    1) If are you not having calendar week / month in the source then create a hierarchy on posting date for deriving calendar week and calendar month.
    2) Now in the query Keep the hierarchy in the rows and in the column add 0DEB_CRED_LC (without any restriction) . Maintain in the calculation as *cumulative. *This will give you balances on any week or month. Draw back is that the report may be huge.
    If your reporting requirement is not at Customer level then there is another way of doing it.
    The AR can also be determined using GL accounts. So you can use a FIGL data source which can give you Balance based on any fiscal year period.
    Let me know your comments
    Regards
    Gajesh

  • Messages Deleted in Outlook do not get permanently deleted by aging policy

    Our message aging policy is setup to permanently delete messages asap. It works ok when a user does a delete from the phone but when the user deletes from MS Outlook, the messages linger forever.
    When checked from a phone, the Outlook deleted messages are in the old items folder and are labeled deleted messages. If these messages are then deleted via the phone, they do go away and the messages count in the CUC Edit>Mailbox>Mailbox Information does go to zero finally.
    Any ideas why the Aging policy doesn't work with Outlook? Is there a way to permanently delete the deleted items in the mailboxes of all users?
    Here is our default system policy which is used on all mailboxes:
    Enabled - checked
      Move new messages to the saved folder in 7 days - unchecked
      Move saved messages to the deleted folder in 14 days - checked
         Number of days alert is sent priot to moving saved messages - 3
      Permanently delete messages in the deleted folder in 1 day
         Send alert to user prior to deleting messages - unchecked
         Number of days alert is sent prior to deleting messages - 3
      Secure rules are both unchecked
    CUCM 8.5.1.12018-1
    CUC 8.6.1.10000-109

    Hi Bill,
    I just wanted to add this reference to the great tips from Jonathan (+5 "J-Man")
    I don't see your version in the "fixed-in" releases;
    CSCtr43597 - UC 8.5.1ES16.11900-16 Message Aging Does Not Work
    Description
    Symptom:UC 8.5 message aging policy set to purge deleted messages after one day and it does not purge messages.
    Conditions:The root cause is known:If the difference between the MessageModificationtime+DeleteAgingRuleNumDay and the SystemCurrentTime is more than 99 days, the exception" Overflow occurred on a datetime or interval operation" is thrown by Informix as part of SELECT query on VIEW vw_MessageAging.And the MessageAging procedure is aborted.
    Workaround:None
    Details
    1st Found-in:                          (1)
    8.5
    More
    Less
    Status:
    Fixed
    Last Modified:
    Feb 27,2012
    Known Affected Versions:
    More
    Less
    Fixed-in:                          (6)
    8.6(2.10000.30), 8.6(1.98000.53), 8.6(1.98000.126)8.6(1.64), 8.5(1.13031.1), 8.5(1)ES56
    More
    Less
    Product:
    Cisco Unity Connection
    Platform:
    Dependent
    Severity:
    3 - moderate
    Customer Reported:                          (17)
    Cheers!
    Rob

  • 3750G won't "age out" old arp table entries

    WS-C3750G-24TS running
    12.2(20)SE4, RELEASE SOFTWARE (fc1).
    sho mac-address-table aging-time
    Vlan Aging Time
    253 300
    252 300
    254 300
    255 300
    1 300
    251 300
    The aging is not working. I can failover some devices I have and the mac-address of the old device associated the the IP never ages out. "Clear arp" makes the standby unit respond to pings and connectivity to the standby unit is 100% after the "clear arp".
    Showing the arp cache, I can see the IP associated with the old mac-address and the "age" keeps increasing, not decreasing with the old mac-address.
    It also doesn't matter if the Primary unit has been rebooted, switch keeps the old mac-address associated the Primary unit.
    Suggestions?

    I think permanent entry should have been made into the arp cache using the "arp ip-address hardware-address type" command.
    To remove this arp entry, you can try "clear arp-cache".This will delete all dynamic entries from the ARP table.
    for more details, refer the following page:
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_command_reference_chapter09186a00800ca5b0.html#1017562

  • How does " bringToFront()"  work?

    I have a movie clip in a game I am making, that replaces the
    mouse. I need it to be infront of everything else on the stage, and
    some things are attached from the library (so I can't controll
    their depth with layers anymore). I thought I had worked it out
    when I found the bringToFront(); function, but I don't think I am
    using it properly, because it doesn't turn blue like I thought it
    should, and it doesn't effect the depth of the movieclip. This is
    what i wrote:
    var d = my_mc.bringToFront();
    I would be greatful for any help. Thanks.
    P

    You need to be carfeul using getNextHighestDepth() as it can
    result in movieclips that don't allow you to remove them (if the
    value from that function is ridiculously high - which it often is).
    I had this problem and was scratching my head for ages trying to
    work out what was going on!
    You also need to remember that each clip has to have it's own
    depth (that may explain why your cursor disappeared after a short
    while if you were still creating movie clips and they hit the same
    depth?)
    I tend to keep my depths in chunks ... so I reserve them in
    groups ... for example, if I was writing a game I might put the
    aliens on depths from 1000 to 2000, the player ship on layer 3000,
    bullets on 4000 to 5000 .... etc. That way I know what should be
    sitting above what and I don't have to keep swapping depths all the
    time. Depending on your application this may or may not be
    practical.

  • Quick Time won't work with my Digital Camera

    Quick Time 4 is part of my Camedia software for Olympus Digital Camera D490
    we have 3 computers
    1 Win98se laptop
    2 Win XP 2003 edition
    3 Win XP only 6 months old
    it used to work in no 2, and works in no. 1 & 3 . an icon "My Camera comes up" and you are supposed to click on it and it drops down to a Dcim (this works on no. 2, but on no. 1 it drops to 100 olympus which does the same,but on computer no 2. it does not drop down and i get error messages it says
    A: maske sure camera is connected and turned on (it is both)
    B:check port setting (i did, even tried automatic port setting ( i do not know how to change port setting)
    C: lower communication speed (i don't know how/where to do this)
    D:Camera's Mode Dial is set to outer connection mode(i do not see a Mode Dial/do not think it has one.
    Question, how can i test Serial Port on no.2 computer?? (it used to work on no.2 computer)
    ClybeB1. if not more info, Please ask

    Dear Jacumba. i am aware of the camera age,etc. it worked on this computer previously. it works on another XP computer and a 98SE laptop.
    i don't think it is a Camera Problem or software . i just installed it on 98se laptop recently..............NUST be some setting in this XP Computer
    I called Olumpus on phone 3 times, got 3 different people, they can't help
    THANKS FOR REPLY

  • The home button is not working on my iPhone 4

    My home button has not been working for ages. It works about once every 10 clicks. It feels like it has something stuck under it. Please help! It is really annoying.

    Method 1: Calibrate (and possibly restore)
    If you're lucky, your slow-to-respond home button is due to a software glitch. To find out, you'll need to calibrate your home button. Here's how:
    Open up a stock app, like the Clock. Hold down the sleep button until "Slide to power off" appears. When it does, let go of the sleep button and hold down the home button. After about 5-10 seconds, the app will close.
    If this solved your problem, you are one lucky iPhone owner. If it didn't you may want to try restoring your iPhone before continuing to the second method.
    Method 2: Realign the docking port
    There is a chance that through normal wear and tear, your phone's docking port got misaligned, moving the home button along with it. Although a repair shop might suggest you replace the home button, this YouTuber offered a different solution.
    Plug a USB cable into your iPhone. Then, gently push down on the 30-pin connector, so that it pushes up behind the home button. While you apply the pressure, click the home button. Remove the cable, and see if that fixed the problem.
    Method 3: Clean the home button
    A splash of soda, sticky hands, dirt in the bottom of your purse or pocket -- any of these things can damage your iPhone's home button.
    For this fix, you'll need 98-99 percent isopropyl alcohol, which can be found at hardware stores. Using a cotton swab, eye dropper, or tissue, apply 2-3 drops of the isopropyl alcohol directly to the home button, avoiding the screen. Then, with a narrow, dull object (like the eraser on the back of a pencil), repeatedly tap the home button so that the alcohol seeps into the frame.
    Wipe clean, and wait about 10-15 minutes before checking to see if that did the trick.
    Method 4: Enable the on-screen home button
    If the previous three methods did not work, it sounds like perhaps you have a completely defunct home button. In this case, your home button's connectors may have been misaligned and would require professional repair. (Or, if you're willing to brave it, iFixit shows you how to DIY.)
    The good news is, you can still use your phone using its on-screen home button. Normally, this is used as an accessibility option, but it's also a common solution for those with non-functioning home buttons.
    To enable the on-screen home button, go to Settings > General > Accessibility > Assistive Touch. Turn Assistive Touch on, and you'll see a small circle appear on screen.
    Tapping that circle gives you four options: Home, Siri, More (for things like multitasking and playback controls), and Favorites. In your case, ignore Favorites, but tap this on-screen button whenever you need to access your home screen, activate Siri, or get all the options you'd normally see when you double-tap the home button.
    If the on-screen home button ever gets in the way, simply tap and hold to drag it anywhere else along the frame of your screen.
    It's hardly an ideal solution, but it'll hold you over until you're ready to purchase a new phone or get your current one fixed.
    Youtbe: http://www.youtube.com/watch?feature=player_embedded&v=cflsmFSdcmI
    Refer to Apple Support Page too!  http://support.apple.com/kb/ht1414
    All the best

  • My dvd drive has stopped working... put disk in...spits it out! Can anyone help?

    My DVD drive has stopped working...put a disk in...spits it out. Can anyone help?

    If you have a mid 2010 iMac, it is not PPC.  PPC refers to pre-2006.
    The 2010 is getting close to the age the PRAM battery might go, so that could be at issue.
    The other issue is that the drive itself could only handle up to a certain speed DVD disc:
    http://support.apple.com/kb/SP588
    Slot-loading 8x SuperDrive (DVD±R DL/DVD±RW/CD-RW)
    Writes DVD+R DL and DVD-R DL discs at up to 4x speed
    Writes DVD-R and DVD+R discs at up to 8x speed
    Writes DVD-RW discs at up to 6x speed and DVD+RW discs at up to 8x speed
    Reads DVDs at up to 8x speed
    Writes CD-R discs at up to 24x speed
    Writes CD-RW discs at up to 16x speed
    Reads CDs at up to 24x speed
    If any are near the top end, that could explain it.
    Some copy-protected commercial DVDs that were recently released may have difficulty with Apple's drives.
    Some non-region discs may have difficulty if you are outside of the country region the disc was made.  Apple gives you several attempts to setup regions.
    If you or anyone else stuck an SD card in the CD drive by accident, it would spit out discs regardless of what kind you put in.  Good to try a commercial music CD you know worked before, or a commercial DVD you know worked before under 10.6.8.  
    I know for instance some Netflix DVDs won't read on my 10.9 installed iMac of the same age but will work on the 10.7 installed MacBook Pro that is newer.   And switching back to 10.6 on the same iMac doesn't make a difference.
    http://www.macsales.com/ offers external drives as well as internal replacement drives worldwide.
    Bluray is not compatible.
    Discs with sticky label may not work because they make the disc out of balance, and the sticky can get into the drive mechanism.
    Barring anything else, it could have gotten dust accumulated.  Bring it to the genius bar of an Apple Store if still baffled.

  • Help, NOTHING works, have watsted hours on this #@! thing

    I have years of experience with several NLE systems, but Premier Elements 10 is kicking my tail.
    Consider the simplest of projects where two gopro units are placed on a kayak, one pointed forward in the direction of travel, the second pointed backward (at the person rowing).
    Each clip is about 15 minutes in duration, bot occur at the same time (overlap).  i would  simply like to select between to two views (forward vs reverse) for my cuts-only program.
    So  far i have encountered the following problems, design errors in Premiew Elements 10.
    1. Unable to align botth AV tracks in time.  I smacked the hull with the paddle (similar to a clapper board) to provide a simple way to align the fwd/rev views.  Premeir will not allow me to shift (align) the AV tracks with less then 1-second accuracy.  I even tried turning off "snap", but program refuses to permit frame-accurate shift between tracks.
    2. Program will not allow me to switch between "Video 1" and "Video 2" tracks in preview window.  Depending on the last clip dragged to the timeline, only one can be selected.  How the $#@! can one determine the edit points if one cannot view the various tracks that are aligned in time??????????????
    3 Using classing video editing terminology, my clips may be condiered video "bus 1" and video "bus 2".  How does one select one or the other for output to the "output bus" ??        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
       I HAVE WASTED AN ENTIRE AFTERNOON ON THIS  !!!!!!!!!!!!!!!!!
    I have observed several other glaring design errors in this program- but thats another post...

    nealeh wrote:
    whsprague wrote:
    Since my source is shot in 60p,
    Now that could give you a problem. Natively PRE10 does not support 60p, only 60i. However the following 'user written add-on preset' might help you out with that:
    Premiere Elements 10 (Windows): new editing presets for 1080p60/50, burn Bluray/AVCHD at 24p
    whsprague wrote:
    I could not split a frame
    No, PRE won't let you do that so 1/30th second is the best you'll get. Same with audio, frame level is the best you can get within PRE. But, while a little tedious, you can export the audio from PRE; edit it with an external audio editor (e.g. the free Audacity, or my favourite (the aging but still working) Magix Audio Cleaning Lab) to add or subtract smaller time units; and import it back to PRE.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    It seems to be commonly assumed on this board that PRE10 does not like 60p.  I didn't know that, so I started using 60p source material from both a Panasonic and Sony camera a few months ago.   I have Windows 7 and PRE10 both installed as 64 bit on an i5 Toshiba laptop with no video card and 8 gigs of ram.
    My project preset is AVCHD LITE 720p60 and please note that it is "natively supplied" as a choice.  It does not produce a red render line when 1080p60 files are read into PRE10.  If you use a 60i preset, a red render line is displayed. 
    At production time there are the usual choices for YouTube, DVDs and (often overlooked) the high definition "AVCHD disc" that plays HD on most Blu-Ray players.  Although a little hidden, 1080p60 is a "natively supplied" choice.  Go to Share>Computer>AVCHD and click Presets.  Select "MP4 - H264 1920x1080p30" from the drop down menu.  Push the Advanced button, go down to the Frame Rate button and select the Adobe supplied "59.94".   Save it as a preset for future projects. 
    Another indication that it is "natively supplied" is the time line itself.  At full magnification there are 60 hash marks between each second. (Probably because I selected a 60p project preset.)  If you watch the frame counter and click ahead one frame at a time, you can watch it go through 60 frames before a second rolls over.
    The default bit rate (in my chosen PRE10 provided preset) is a little higher than the source clip bitrate.  Consequently, if you use these settings on a single clip and render, the final MP4 file is a little larger than the original.  But it sure plays nice on my laptop with Splash Lite or on my 55" HD TV with a WD TV Live Media Player.  Please note, that the creation of a 1080p60 file for viewing has limited playback options.  It certainly does not make sense for uploading to YouTube or as a workflow step in making a DVD. 
    1080p output is not for everybody.  But, there are "purists" with newer 1080p TVs and camcorders that want to make video from their1080p clips that can be perceived to be equal to the source footage quality.  In fact, I think almost everyone with a new camcorder gets 1080p!  With all due respect to the long timers here, to suggest on an Adobe forum that Adobe's primary consumer NLE can't or won't do it is a disservice to Adobe. 
    I have also read in various places where people do have trouble with 1080p60 files.  I can't test or prove it, but it seems to be important that it be PRE10, 64 bit and more than minimum memory for reasonable operation. 
    So, in summary, choosing a project preset that makes the work flow fairly smooth on a midgrade laptop and making one change to a Share preset you get 1080p60 output.  To me that's pretty close to "native" even if it is not outlined in a step by step procedure in the instructions.  It is still in there, so an Adobe programmer in India must have put it there.
    Bill

  • Segment by age

    Post Author: ivanl
    CA Forum: Formula
    Hello,
    I am fairly new to crystal and sql.  What I am trying to do is have a formula in crystal where the data I put into the report is segmented by age. 
    I already have an age formula that works.  I put this in as a formula (from the official guide) and it didnt work:
    select {@age}
    case is < 18 :
    "<18"
    case is > 19, is < 30
    "19-30"
    case is > 30
    "30+"
    I will be using age grouping on a lot of different data, so need it to be accessible to other reports.  I used the 'group in specified order' functionality, but would not like to input this every time I create a report.
    Thanks,
    Ivan

    Post Author: bryanflora
    CA Forum: Formula
    You can use select & segment together. select {@age}
    case upto 18 : "<18"
    case 19 to 30: "19-30"
    case upFrom 30 : "30+" upTo, to, upFrom...Those are "Range" operator supported in CR.You can find them in help.

Maybe you are looking for

  • Opening a new page via "open in new tab" doesn't load new page anymore

    I have been using firefox for a long time now because I love it's option of opening in a new tab while staying on the tab I am currently using. Recently, over the last week or so, when I open a link using a new tab, the page doesn't load in the new t

  • Including html code into my iWeb site

    Hi, I would like to include googles Analytics tracking code to my website. In order to do this, they say I have to "Copy and paste the code segment into the bottom of your content, immediately before the </body> tag of each page you are planning to t

  • R12 AP TB Query

    Hello All, Please Can any one send me the R12 AP Trial Balance Query, Its Very urgent. Thanks in Advance Regards, Muthu [email protected]

  • Bex Query prompt

    Hi Experts, I have added End_date(zc_edat) in bex query filter panel and restricted with characteristic type variable Authcode End date( Ref char is zc_edat). Now the requirement is i want the same field (zc_edat) in query filter panel restricted wit

  • Af:popup is not opening in IE8 and Mozilla

    Hi Team, we are opening a popup to show table but it is not working IE8 and Mozilla, when we click on the link, IE is hanging and we are unable to proceed. Please check below code and help me where i am doing wrong. <af:popup contentDelivery="lazyUnc