Flexible Netflow (v.9) question on 3850 ipservices doesn't seem to register

Greetings all - I am trying to enable netflow on a new 3850-24 with ipservices.  I am leveraging LiveAction and have raised a ticket with them to help me through the issue, but more generally I'm confused about the lack of features I'm seeing. Per the 3850 guide here (http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/flexible_netflow/configuration_guide/b_fnf_3se_3850_cg/b_fnf_3se_3850_cg_chapter_010.html) it is stated that you will have the option of turning on inbound and outbound directions on 3850's with ipbase and ipservices.  
We are running ip services:
 Slot#  License name   Type     Count   Period left 
 1      ipservices   permanent     N/A   Lifetime
However, we get the following error when trying to turn on flow inbound and outbound on the interfaces - whether they are svi (layer3) or interface (layer2)
-----------------Layer2: ----------------------------------------------
(config)#interface GigabitEthernet1/0/24
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR input
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR output
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' 
Unsupported match field "interface input" for ipv4 traffic in output direction
Unsupported collect field "interface output" for ipv4 traffic in output direction
---------------- Layer3 ---------------------------------------------
switch(config)#interface Vlan190
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR input
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' flexible netflow not supported on vlan interfaces
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR output
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' flexible netflow not supported on vlan interfaces
------------------------------------ untruncated output ------------------------------
switch(config-flow-record)#collect counter bytes
% Incomplete command.
switch(config-flow-record)#collect counter packets
% Incomplete command.
switch(config-flow-record)#collect flow sampler
                                                    ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect interface output
switch(config-flow-record)#collect ipv4 destination mask
                                                ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect ipv4 dscp
                                                ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect ipv4 id
                                                ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect ipv4 source mask
                                                ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect ipv4 source prefix
                                                ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect routing destination as
                                               ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect routing next-hop address ipv4
                                               ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect routing source as
                                               ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect timestamp sys-uptime first
                                                         ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect timestamp sys-uptime last
                                                         ^
% Invalid input detected at '^' marker.
switch(config-flow-record)#collect transport tcp flags
switch(config-flow-record)#exit
switch(config)#flow monitor LIVEACTION-FLOWMONITOR
switch(config-flow-monitor)#$ DO NOT MODIFY. USED BY LIVEACTION. 
switch(config-flow-monitor)#exporter LIVEACTION-FLOWEXPORTER
switch(config-flow-monitor)#cache timeout inactive 10
switch(config-flow-monitor)#cache timeout active 60
switch(config-flow-monitor)#record LIVEACTION-FLOWRECORD
switch(config-flow-monitor)#exit
switch(config)#interface Vlan197
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR input
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' flexible netflow not supported on vlan interfaces
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR output
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' flexible netflow not supported on vlan interfaces
switch(config-if)#exit
switch(config)#interface Vlan190
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR input
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' flexible netflow not supported on vlan interfaces
switch(config-if)#ip flow monitor LIVEACTION-FLOWMONITOR output
% Flow Monitor: Flow Monitor 'LIVEACTION-FLOWMONITOR' flexible netflow not supported on vlan interfaces
-------------------- config it's trying to apply----------------------------
config t
ip cef
snmp-server ifindex persist
flow exporter LIVEACTION-FLOWEXPORTER
description DO NOT MODIFY. USED BY LIVEACTION.
destination <removed private IP address to liveaction server>
source Loopback0
transport udp 2055
template data timeout 600
option interface-table
exit
flow record LIVEACTION-FLOWRECORD
description DO NOT MODIFY. USED BY LIVEACTION.
match flow direction
match interface input
match ipv4 destination address
match ipv4 protocol
match ipv4 source address
match ipv4 tos
match transport destination-port
match transport source-port
collect counter bytes
collect counter packets
collect flow sampler
collect interface output
collect ipv4 destination mask
collect ipv4 dscp
collect ipv4 id
collect ipv4 source mask
collect ipv4 source prefix
collect routing destination as
collect routing next-hop address ipv4
collect routing source as
collect timestamp sys-uptime first
collect timestamp sys-uptime last
collect transport tcp flags
exit
flow monitor LIVEACTION-FLOWMONITOR
description DO NOT MODIFY. USED BY LIVEACTION.
exporter LIVEACTION-FLOWEXPORTER
cache timeout inactive 10
cache timeout active 60
record LIVEACTION-FLOWRECORD
exit
interface Vlan197
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface Vlan190
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/13
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/18
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/4
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/3
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/6
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/5
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/23
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output
exit
interface GigabitEthernet1/0/24
ip flow monitor LIVEACTION-FLOWMONITOR input
ip flow monitor LIVEACTION-FLOWMONITOR output

Welcome to the Arch forums.  That was an amazing first post.  It is refreshing to see a new forum member actually post with as much detail as possible in order to explain the situation.  Too often we get people saying things like "I can't get to the internet... why?" as the extent of their post.  So thanks.
So I am curious about what the dhcpcd is trying to do.  It seems to be trying to soliciting for a ipv6 address, but mentions nothing about in ipv4 address.  It is not unfortunately not entirely uncommon for dhcpcd to time out waiting for an ipv6 address that never comes.  So are you using ipv6?  Do you expect an ipv6 address?  I noticed that when you tried to ping the google DNS server, you used their ipv4 address (8.8.8.8).  So I am thinking that means you are actually using ipv4.
I wonder if you might be able to poll for just an ipv4 address with dhcpcd.  Just run it with -4 and it should disable the ipv6 stuff.  You might also want to try dhclient and see what kind of output it gives you.  If you are definitely not using ipv6, and it is not offered in your area, you might want to disable it.  There are instructions in the wiki on how to do this... but you might want to wait until you establish the issue before doing things like that.

Similar Messages

  • Question on subform addInstance doesn't seem to work properly

    I have set up a dynamic form and have added a button to repeat a subform. I have the parent subform set up as flowed and have set up a script on the button I added to add an instance of the subform when the button is clicked. I followed the examples in the help screens and think everything is set up correctly but I can't get the subform to repeat once I click the add button. Help here would be greatly appreciated. I did get this to work for rows in a table but can't seem to replicate this for a subform to be added.

    I can't get your attached form.
    Please send your form to [email protected]
    Nith

  • Flexible NetFlow Causing DNS Issues

    I recently deployed Flexible NetFlow on some of my 2821 routers (Version 12.4(9)T3). This was required because I needed to export my flow records via an IPSEC / GRE tunnel, and traditional NetFlow wouldn't encapsulate within the IPSEC tunnel. So I migrated to Flexible NetFlow. As soon as I did this all DNS queries from hosts on the inside network began to fail. has anyone seen this issue? Is there a fix? Currently I have simply turned off NetFlow collection on the routers in question.
    Config:
    flow exporter StoFlowExporter
    destination 10.x.x.x
    source GigabitEthernet0/0.461
    transport udp 2055
    flow monitor StoNetFlow
    record netflow ipv4 original-input
    exporter StoFlowExporter
    interface GigabitEthernet0/0.461
    description LAN
    encapsulation dot1Q 461
    ip address 10.x.x.x 255.255.255.0
    ip access-group LAN_Outbound in
    ip flow monitor StoNetFlow input
    ip nat inside
    ip virtual-reassembly
    Thanks,

    It sound like you somehow have have got the ethernet 2 interface as the topmost interface in the Network settings "service order" which is a good thing for routing. The 192.168.1.0/24 network interface doesn't need a router setting but it will work as it is.
    The modem is really also working as a NAT router and probably sending out IPs through DHCP to machines on that subnet (the Server's "WAN"), but the server needs to have a static IP on that subnet so you can add it to your DNS server settings instead of 192.168.1.3 (or use both IPs in DNS server config for the same name but it's probably better to have only one because of the reverse IP lookup) as the machine will use the topmost interface as the default for it's name and services. The server will answer on the 192.168.1.3 inteface too for most services. If the server does NAT (probably is running the firewall and NAT?) Internet access should work without any static routes in the modem/router but you will have dual NAT from the server LAN (192.168.1.0/24 subnet).
    Both these subnets IP-"ranges" isn't using recommended values if you want to use the server for VPN later, as either one of those is the default on most broadband routers.
    Your setup looks like modem/router<-->server en port 2>--<server en port 1>---LAN switch<--->LAN client computers?
    You probably don't need to use both interfaces on the server as you (can/should) use only your modem/router for NAT but some people want to run the firewall in OS X server especiallay if forwarding a "DMZ" port from their internet router to the server IP.
    Just the servername should be in the "Sharing" setup and the domainname in "Search domain" field in Network config.
    So in your case "smcoserver" and "private" respectively.

  • Is it possible for Nexus7000 flexible netflow monitor for interfaces with different vrf and export to one netflow analyzer?

    I have a Nexus 7000 with many vlan interfaces with multiple vrf, I would like to know if my netflow analyzer only connected to one vrf, can I use flexible netflow on the Nexus 7000 to monitor those vlan interfaces with multiple vrf and export them to my netflow analyzer, so that I can see all flow from different vrfs on my netflow analyzer?
    Thank you!

    Adriano, there is a RV042G, which supports the gig ports and a 800 mbps nat throughput. Here is the datasheet
    http://www.cisco.com/en/US/prod/collateral/routers/ps10907/ps9923/ps12262/data_sheet_c78-706724.html
    If you are using a DSL connection, the SRP527/547 models may be an alternative. These models support the RFC 1483 Bridges EOA Please note the SRP547 should be 10/100/1000. Also note the SRP521/541 are Fast Ethernet units and they do differ from the SRP527/547. The main selling point of these devices are the FXS/FXO ports. So this may also be a bit of an "unfocused" solution. But it's worth throwing the idea out there!
    Here is the admin guide;
    http://www.cisco.com/en/US/docs/voice_ip_comm/unified_communications/srp540_series/administration/srp500_AG_2567701.pdf
    Here is the datasheet;
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6790/gatecont/ps10500/data_sheet_c78-550705.pdf

  • How does Azure Compute Emulator (or the Azure one) determine if a role is web project or something else ("The Web Role in question doesn't seem to be a web application type project")?

    I'm not sure if this is F# specific or something else, but what could cause the following error message when trying to debug locally an Azure cloud service:
    The Web Role in question doesn't seem to be a web application type project.
    I added an empty F# web api Project to a solution (which adds Global.asax etc., I added an OWIN startup class Startup etc.) and then from an existing
    cloud service project I picked Roles and
    chose Add
    -> Web Role Project in solution, which finds the F# web project (its project type guids are 349C5851-65DF-11DA-9384-00065B846F21 and F2A71F9B-5D33-465A-A702-920D77279786),
    of which the first one seem to be exactly the GUID that defines a web application type.
    However, when I try to start the cloud project locally, I get the aforementioned error message. I have a C# Web Role project that will start when I remove the F# project. I also have F# worker
    role projects that start with the C# web role project if I remove this F# web role project. If I set the F# web project as a startup project,
    it starts and runs as one would expect, normally.
    Now, it makes me wonder if this is something with F# or could this error message appears in C# too, but I didn't find anything on Google. What kind of checks are there when starting the emulator and which one needs
    failing to prompt the aforementioned message? Can anyone shed light into this?
    Sudet ulvovat -- karavaani kulkee

    Sudet,
    Yeah you are right, the GUID mentioned seems to be correct and the first one i.e. {349C5851-65DF-11DA-9384-00065B846F21} means the web application project which compute emulator uses to determine while spawning up role instances.
    You might want to compare the csproj of your C# and F# web projects which might give some pointers.
    Are you able to run your F# web project locally in IIS? If yes then you will definitely be able to run it on azure so I will recommend to test it in IIS Express first.
    Here are some other tips which you can refer or see If you are yet to do those settings
    1. Turn on the IIS Express - You can do it by navigating to project properties
    2. Install Dependent ASP.NET NuGets / Web Api dependencies (If there are any missing), Reference System.Web assembly
    Also I will suggest to refer this nice article about how to create a F# web Api project
    http://blog.ploeh.dk/2013/08/23/how-to-create-a-pure-f-aspnet-web-api-project/
    Hope this helps you.
    Bhushan | http://www.passionatetechie.blogspot.com | http://twitter.com/BhushanGawale

  • I have lost my APPLE ID security questions and APPLE does not to seem to want to help me.  This renders my iTunes account worhtless.  How do I do it?  My pass word is usable, but my security questions are to blame.  How do i fix this?

    I have misplaced my APPLE ID security questions answers and APPLE doe not seem to want to help me.  What is the procedure for resetting these secirty questions?
    With the answers, my APPLE account is useless.  HELP ME HERE!!!!

    Go to http://appleid.apple.com and select "Manage your account". Log in with your Apple ID and password, then select Password and Security from the left column.
    You need to know the answers to your existing questions to reset them. If you don't remember your answers, there may be a link on that page where you can have a reset email send to your Rescue email address. This will not appear if you have not provided a Rescue email address, and may not appear even if you did.
    If there does not seem to be any way to reset your security questions, contact iTunes Support here: http://www.apple.com/support/itunes/contact/ They will respond within a business day. Be sure to check your spam or junk mail folders for their response.

  • HT5868 I am not hooking up to a new computer - I just plugged into the same computer and it asked me this Trust My Computer question.  I hit Trust - yet it still doesn't seem to find the device on my computer.  It doesn't show up in my iTunes list of devi

    I am not hooking up to a new computer - I just plugged into the same computer and it asked me this Trust My Computer question.  I hit Trust - yet it still doesn't seem to find the device on my computer.  It doesn't show up in my iTunes list of devices.

    Hi Dalegu219,
    Thanks for visiting Apple Support Communities.
    If your iTunes library is on an external hard drive, but iTunes is not recognizing the library, first make sure the right library is selected.
    You can use these steps to make sure iTunes is opening the library on your external drive:
    If iTunes is running, quit iTunes.
    If you're using Windows, hold down the Shift key and from the Start menu, choose All Programs > iTunes > iTunes.
    If you're using a Mac, open iTunes and immediately hold down the Option key.
    You should see one of these screens:
    Pick Choose Library and locate the library on your external hard drive.
    From:
    iTunes: How to open an alternate iTunes Library file or create a new one - Apple Support
    If the right library is selected, but you do not see your songs, try re-creating the library using the instructions found here:
    iTunes: How to re-create your iTunes library and playlists - Apple Support
    Best Regards,
    Jeremy

  • Hi guys if you can figure out my question my App Store doesn't work on my i pad and my Apple ID doesn't work on my i pad but the id works on an other device.the YouTube app doesn't work either

    Hi guys if you can figure out my question my App Store doesn't work on my i pad and my Apple ID doesn't work on my i pad but the id works on an other device.the YouTube app doesn't work either??????
    Thanks

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • HT1222 I'm using iPhone 4S, and also I have downloaded iOS 7, my question is: Why AirDrop doesn't appear in my iPhone?

    I'm using iPhone 4S, and also I have downloaded iOS 7, my question is: Why AirDrop doesn't appear in my iPhone?

    AirDrop not supported on iPhone 4S, only on iPhone 5 or later.
    http://support.apple.com/kb/HT5887

  • HT201363 How can I reset my security questions even when it doesn't give me the option to send the answers to my email???

    How can I reset my security questions even when it doesn't give me the option to send the answers to my email??? I honestly dont even remember doing any security questions. This has just now become an issue since it has stop letting me purchases music on my Mac or IPhone.

    To Reset Your Security Questions, You will need to call Apple (0800 048 0408) and Reset them, you'll need for verification access to the apple id web page (myappleid.apple.com) and it will ask for a temporary pin and also a iDevice on hand to recieve a code from Apple in order to reset your security questions

  • Netflow EEM Script Question

    Hello Community,
    Can someone please tell me if its possible to convert netflow flow record configuration EEM to Tcl?
    Will my following example work?
    ::cisco::eem::event_register_none
    # This EEM tcl policy was generated by the EEM applet conversion
    # utility at http://www.marcuscom.com/convert_applet/
    # using the following applet:
    # event manager applet netflow_all
    # event none
    # action 1.0 cli command enable
    # action 2.0 cli command conf t
    # action 3.0 cli command flow record FlowRecord1
    # action 4.0 cli command match ipv4 protocol
    # action 5.0 cli command match ipv4 tos
    # action 6.0 cli command match ipv4 source address
    # action 7.0 cli command match ipv4 destination address
    # action 8.0 cli command match transport source-port
    # action 9.0 cli command exit
    # action 10.0 cli command flow monitor FlowMonitor1
    # action 12.0 cli command cache timeout active 86520
    # action 13.0 cli command cache entries 32768
    # action 14.0 cli command record FlowRecord1
    # action 15.0 cli command end
    namespace import ::cisco::eem::*
    namespace import ::cisco::lib::*
    array set arr_einfo [event_reqinfo]
    if [catch {cli_open} result] {
        error $result $errorInfo
    } else {
        array set cli1 $result
    if [catch {cli_exec $cli1(fd) enable} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) conf} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) flow} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) match} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) match} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) match} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) match} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) match} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) exit} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) flow} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) cache} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) cache} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) record} _cli_result] {
        error $_cli_result $errorInfo
    if [catch {cli_exec $cli1(fd) end} _cli_result] {
        error $_cli_result $errorInfo
    # Close open cli before exit.
    catch {cli_close $cli1(fd) $cli1(tty_id)} result
    Cheers
    Carlton

    You need to put quotes around the CLI commands in your applet before the conversion.  Then it will work.

  • Safari won't open. Firefox disappeared, only question mark. Mail doesn't have content. Time Machine won't turn on because sparse bundle is in use. Please help.

    I had this issue about a month in a half ago and it was fixed by a local technician. I no longer have access to him and I really need some help. The issues are as follows:
    Safari will not open.
    Firefox disappeared. No icon, just a question mark in it's place.
    When I open mail it shows I have new messages but the content is blank.
    Time Machine cannot turn on because sparse bundle is in use.
    New files that were made are no longer available. It's almost as if the computer jumped back in time.
    The Mac Mini is running Mavericks 10.9.5

    I'll assume that you have some way of connecting to this website from the affected machine. If not, ask for other instructions.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then try to launch Safari. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Secret Questions reset e-mail doesn't send

    Hi there!
    I wanted to reset my secret questions because I forgot them, so I chose the option to resend the security information. Unfortunately, I do not receive that e-mail. I already changed my e-mail (which had no effect) + its also not in my SPAM box.
    Thanks in advance!

     Account Security Team (AST) 
    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • 3 Questions: Docking Panels, Find doesn't work

    Hello, I am relatively new to Prelude and I have three questions.
    -First for some reason I no longer can move the panels to other positions and lock them in. That little hot spot tab is missing ??
    -Secondly, The finder in the project panels isn't finding anything I enter (names of clips, subclass, comments. What am I doing wrong?
    -Thirdly the Marker Type panel used to show five types of markers and now is only showing three (Subclip, Comment, and Speech Transcription.).
    I have tried resetting the workspace, close and reopen the application and even reboot my computer.. Nothing helps.
    I am currently using the latest version .. Prelude cc 2014.
    I am on a mid 2010 iMac with OS X Yesomite..
    Thanks
    Ken

    Hi Ken,
    now108 wrote:
    Hello, I am relatively new to Prelude and I have three questions.
    -First for some reason I no longer can move the panels to other positions and lock them in. That little hot spot tab is missing ??
    It works the same way. Just drag the main tab to a new location. You'll see the familiar "purple shapes."
    now108 wrote:
    -Secondly, The finder in the project panels isn't finding anything I enter (names of clips, subclass, comments. What am I doing wrong?
    Not sure. Seems to work OK for me. Try ingestion different media from another folder.
    now108 wrote:
    -Thirdly the Marker Type panel used to show five types of markers and now is only showing three (Subclip, Comment, and Speech Transcription.).
    There were some pretty big changes there all related to custom tagging. See these resources:
    Prelude Help | New features summary
    Adobe Prelude CC 2014 Update | AdobePrelude
    Hope that helps.
    Thanks,
    Kevin

  • Microsoft Exam Questions On Functionality That Doesn't Work!

    What does a student do if they are tested, in a Microsoft exam, on functionality that's known not to work?!
    It seems absurd that Microsoft is doing this.

    Assume it does work when you take the exam.
    How can functionality that doesn't work outside of the exam suddenly and mysteriously work in the exam? that doesn't make sense!
    Turn a blind eye toward "real world" experiences in these types of cases.
    Turning a blind eye to functionality that doesn't work isn't the correct solution: fixing the software or removing the question
    from the exam is.
    Be sure to mark the exam questions that you disagree with.
     - and what happens if the student concerned did not think to do this at this time but only after she had time
    to think about it afterwards?
    Thank you for your contribution but I feel that it does not really address the problem I have highlighted.

Maybe you are looking for

  • How to copy Partner Procedure from Downstream Template to all other clients

    Hello, My problem is SAP std Partner procedures (e.g. OTR) is not available in our freshly installed IS Oil Client. I found out SAP note no. "100151 - TD Partner procedures in IS-Oil bulk shipment" which is identical to my problem. However the said n

  • Hyperlinks in footnote

    Hello everybody, after using PDFG and implementing it for customers for quite some time, I have just noticed that PDFG doesn't seem to be able to convert hyperlinks in a Word document when those links are placed in a footnote. If I try to do the same

  • How to reconfigure and restart GoldenGate Replication from MySQL to Oracle after a DDL operation on the source

    I succesfully configured and performed the goldengate replication from MySQL 5.1 to Oracle XE 11g using GG 11g as per http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/goldengate/11g/GGS_Sect_Config_UX_MSQ_to_UX_ORA.pdf After replication

  • Parse application error

    Hi Experts,   I am getting following error in tcode:sxmb_moni <b> <SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>     <SAP:ApplicationFaultMessage namespace="" />   <SAP:Stack>Error during XML => ABAP conversion (; error ID: ; ( )) PARSE_APPL

  • So a year ago, people were asking about HP Photoshop A646 driver...

    HP, to my knowledge has not done ANYTHING to fix the situation.  When you go on the website, you can see a driver with softward download that "supposedly" works for Windows 8.1 - 64 bit.  It doesn't!  It will download, as expected; you can install it