More filtering problems

Greetings,
Yesterday, I posted a problem with finding an invisible filter. Many thanks to those who helped.
Today, I have another filter problem. While searching, I noticed the same problem I had with an invisible filter, but this time when I implement the fix (i.e., open a filter HUD for a smart album, then click on the Photos item in the library) there is not an invisible filter, but rather the filter HUD contains the following line: "Source: Library Library."
The searching appears to be normal when one of the "Library" fields is selected, but it may or may not be normal when the other "Library" is selected. The odd thing is that, when I search my hard drive, there is only one Aperture Library.
One of the strengths of Aperture is the library functions, but I'm rapidly losing my trust in search results.
Anyone know how to control the Library field?
Many thanks,
Rick

The "Source: Library Library" line is the same as you show, but I also get the double library when filtering rules are being used.
I tried opening the HUD of different smart albums to see if that made a difference. If the smart album filter HUD that I open is one of the "Library Albums," that Filter HUD displays "Source: Library," and when I click on the Photos item, that Filter HUD displays "Source: Library Library." If the smart album filter HUD that I open is for one of my projects, that Filter HUD displays "Source: Library {Project name}," and when I click on the Photos item, that Filter HUD displays "Source: Library Library."
I'm having trouble re-creating the problem that initiated this query, but I'm still not getting expected results with searching. If I open a filter HUD for a smart album, then click on the Photos item in the library, there are no invisible filters being applied. The only filter checked is Rating, and when the rating is greater than or equal to "unrated," all of the photos are present. So far, so good.
However, if I go through the process of checking for an invisible filter (i.e., open a filter HUD for a smart album, then click on the Photos item in the library), and then add a text filter criteria to the open HUD, say the street name, "Celetná," Aperture correctly finds 32 items. If I go through the process of checking for an invisible filter, close the open HUD, and then enter Celetná in the search box in the upper right corner of the brower, Aperture only finds 9 items. Similarly, if I go through the process of checking for an invisible filter, close the open HUD, and then re-open the HUD by clicking on the icon in the upper right corner of the brower and entering Celetná into the text filter, Aperture finds 9 items.
I hope this is clear. Any ideas?

Similar Messages

  • No More Resource problem

    Hi:
    I have a J2EE application using Connection Pool and JDBC.
    I am using Weblogic 6.1 and JDK 1.3.1.
    I am running into a 'No More Resource' problem. I did some debugging and think the cause is due to all my 80 database connections are used up so no new connection is available. But all the 80 connections shouldn't be used up because I did the statement.close() and rs.close() in the finally{} statement in all my DAO methods. But it seems like the connections are not released back to the free pool.
    I thought I read something that I might need to do a conn.close() too in order for the connections to be returned to the pool and marked as available. Don't the statement.close() do that? Thanks for any help!
    Stella

    Any resolution on this? We're getting the same problem - using weblogic 6.1 and jdk131. We should never reach the max # of connections specified in the pool but periodically we do. Scraped through all the code and confirmed that for every connection we call ResultSet.close; Statement.close; Connection.Close in the finally block of the try/catch statements. But we still periodically reach the max. It's sporadic so we can't reproduce. Also, after we get the error and we check the weblogic console, we see the # of active connections drop back down below the max capacity (we have shrinking turned on). Any ideas?
    thx.
    --S.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Yet more TagLibs problems

    As jato2 still doesn't know about some HTML4 tags like <label>
    ex:
    <label><input type="radio" ... />TheLabel</label>
    if you click on "TheLabel", it clicks on the radio button, like every
    other GUI
    I thought I would be able use the <label for=""> as a workaround
    <input type="radio" name="choice" id="choice1" /> <label
    for="choice1">TheLabel</label>
    BUT despite it generates several tags, <jato:radioButtons> sets the id
    attribute to the same value for every tag :< This not only defeats my
    workaround but also id main purpose to uniquely identity elements.
    We really need a generic mechanism to specify attributes when jato tags
    generate multiple HTML tags.
    I can still change the generated tags in endDisplay but it be neat if
    the 201 taglib was a little bit more XHTML compliant and savvy ;)
    Fr?d?ric
    ps: release this part of the source code and we'll do it !

    Give me until monday and I'll have what you "ask" for (WML/XHTML
    Basic/Mobile as well as ViewBean).
    Following Todd advices,
    for the former, I am having new tags to render the same components. I
    may need to write new components but I'm not sure yet.
    for the latter, 1 pagelet per "rendering" type with an inner
    ContainerView when the logic is different ; the pagelet tags being
    surrounded by a homemade tag that "activates" the pagelet based on the
    client type. A specialized tag seems better than <jato:content> as the
    logic is wired.
    Further step would be to make the tags client aware but I'm not sure
    yet it is the right thing to do. Are tags "allowed" to store data in
    the session (to avoid computing client type ever and ever) ?
    Fr?d?ric
    PS: James Baty will confirm I'm not cheap ;?)
    On mercredi, nov 13, 2002, at 21:11 Europe/Paris, Craig V. Conover
    wrote:
    Fr?d?ric
    Is there anyway that we could talk with you about your WML efforts with
    JATO?
    I would love to get a sample WML app to show the world. And then have a
    WML/HTML app to show multiple clients using the same ViewBeans.
    craig
    Fr?d?ric Miserey wrote:
    On mercredi, nov 13, 2002, at 13:34 Europe/Paris, Todd Fast wrote:
    Fr?d?ric--
    Thanks for the info; I will look into a way of doing something
    about
    this.
    However, please keep in mind that you can write your own complementary
    tags
    to render JATO components any way you like (or write JATO components
    that
    render themselves any way you like), and this is expected to be a
    normal, if
    infrequent, part of writing JATO 2.0 components.That's what I'm doing right now for the WML tags. But I was planning on
    using the standard tags for mainstream HTML ;)
    May you elaborate a little bit on complementary tags vs components ?
    (first part of the suggested thread.
    Until the 2.0 taglib is documented, you can use the 1.2.1 JATO
    source
    to
    guide this effort.? It's actually pretty easy, but you will need the
    source
    to guide you without docs to that effect.? You can download the JATO
    1.2.1
    source, free of charge, etc. here:
    ???? http://iplanet.com/downloads/developer/5102.html
    (If that doesn't work, just do a search for "JATO" on sun.com).? We
    can also
    start a tag-writing thread here if you like.
    I would love to get your perspective on any XHTML shortcomings of the
    current tag library.? Can you plase send your thoughts, list of
    issues, etc.
    to jatoteam@e...?you don't know what you've just asked ;)
    Todd
    ----- Original Message -----
    From: "Fr?d?ric Miserey" <frederic@n...>
    Sent: Tuesday, November 12, 2002 8:35 AM
    Subject: [SunONE-JATO] yet more TagLibs problems
    As jato2 still doesn't know about some HTML4 tags like <label>
    ex:
    <label><input type="radio" ... />TheLabel</label>
    if you click on "TheLabel", it clicks on the radio button, like
    every
    other GUI
    I thought I would be able use the <label for="">? as a workaround
    <input type="radio" name="choice" id="choice1" /> <label
    for="choice1">TheLabel</label>
    BUT despite it generates several tags, <jato:radioButtons> sets the id
    attribute to the same value for every tag :< This not only defeats my
    workaround but also id main purpose to uniquely identity elements.
    We really need a generic mechanism to specify attributes when jato tags
    generate multiple HTML tags.
    I can still change the generated tags in endDisplay but it be neat if
    the 201 taglib was a little bit more XHTML compliant and savvy ;)
    Fr?d?ric
    ps: release this part of the source code and we'll do it !
    [Non-text portions of this message have been removed]

  • I am using Aperture 3 now and I love it. But I would like to purchase or download perhaps some freeware, easy to use photo imaging/editing software with more filters, perhaps layering etc. My Apple mentor suggests Pixelmator or Gimp ?

    I am using Aperture 3 now and I love it. But I would like to purchase or download perhaps some freeware, easy to use photo imaging/editing software with more filters, perhaps layering etc. I don't want something with a very steep learning curve, getting to old for that. My Apple mentor suggests Pixelmator or Gimp ? Are there some others out there? When I was still in the Windows world, I used Photoshop Elements but that is now in my past. Any ideas?

    Pixelmator or Gimp are both nice tools for advanced image processing and compositing. I.e. Gimp can do pretty much the same as Phtoshop. You might also have a look at digikam  http://www.digikam.org/drupal/download/binary
    Digikam is not just an advanced image processing and compositing program, it is also content management system like Aperture or iPhoto.
    I also find GraphicConverter a nice tool, but it is not free.
    If you want your image editing tools to integrate well with Aperture, I would look first at the available plug-ins, start with the plug-ins offered in the Aperture pull-down menu
    Aperture -> Aperture Plug-ins...

  • E1200 - Ports not working and mac filtering problem

    If there was a way to give negative stars to this router, I would. As it is, the minimum rating I can give this product is one star, and that's one star too many.
    I was upgrading from the WRT54G, which is an ugly thing to look at, but a reliable workhorse nonetheless. I turned that in to a downstream switch in my comms hub.
    On the E1200, I flashed the latest firmware, used different Cat5 cables, and different laptops before committing to hating this product.
    The first time I reached out to Amazon, the Amazon rep gave me a Cisco number to call. Turns out, that's some shady mortgage refinance hotline. Try it for yourself! 1-800-666-1771.
    Now, the rant -
    1. Two out of four wired LAN ports don't work: What can be the fix for this?! The activity lights on ports 3 and 4 blink and suggest data transfer is taking place, but the wired laptop simply can't acquire an IP address and access the internet. Same result when I connect my Panasonic Blu-Ray player to ports 3 and 4. None of the Viera Cast features load.
    2. MAC filtering unreliable: The wireless routing works somewhat reliably, if and only if, one settles for the most basic security. If I only choose a password and WPA2 protocol, things work fine. If I add another layer of security (in my case, enabling MAC filtering and only PERMITTING gateway to listed MAC IDs), things break down. As soon as I disable MAC filtering, wireless access to authenticated clients is restored.
    3. Cisco customer service: The censored world we live in, compels me to criticize politely. TERRIBLE. Cisco website is unintuitive, and frustrating. There's no easy way to register your purchased product. The Cisco "registration" is intentionally misleading and deceptive. For all intents and purposes, it's just an information gathering tool for Cisco. Don't bother registering there, unless you love the idea of storing your personal information on their servers. Their phone-based customer service is apathetic and uninterested. My rep was so distrusting of my intelligence and motor control, that he simply wouldn't believe that I had selected "PERMIT" and not "PREVENT" as the option under MAC filtering. After he asked me the same question for the fourth time, I raised my voice, and he gave up the idea of checking for the fifth time.
    However, this review is a tale of two companies. I reached out to Amazon again. This time, I got a rockstar in the shape of Leanne C! She was incredibly helpful, and understanding. What's more, she set up my return without any hassle and this Cisco dud is on its way back. I'm a big fan of Leanne's and my confidence in Amazon is restored.
    I'm sure that i received a lemon. I've never had problems with Linksys products. Maybe others' experience is different from mine.

    In your case as port numbers 1 and 2 does not work, what you could have done a loop back test. To perform a loop back test you need to take an ethernet cable, connect one end of that cable to internet port and the other end to the non-working port on the router. If you get the led to glow on both internet and the respective ethernet port that indicates that the port is working fine.
    It could also be a sychronization issue between the above mentioned lan ports and the lan card of your computer. As a part of trouble shooting you can try to reduce the card speed of your lan card. Following are the steps to reduce the speed of your lan card.
    START--> right-click My Network Places and click Properties
    right-click on the device manager and click properties
    Click on the CONFIGURE button
    Select the ADVANCED tab and in the box under the header property select "speed and duplex" and change the value on the right to 10 mbps half duplex. A restart would be recommended after performing these steps.
    In the second half you said that after enabling the mac filter option the internet breaks down. Here, do you mean to say that the computer
    gets disconnected from the wireless network or it stays connected with a valid IP address but without an internet connection.
    Well, it is an unusual issue however you could have reset and reconfigure the router as you got the latest firmware upgraded on it.
    Steps to reset the router:
    Push the reset button on router for 30 seconds, turn off the router wait for 30 seconds and then power it on. Power light should blink when you perform the reset process.

  • The Contact List bug/ph number filtering problem f...

    Hi im facing a problem with my nokia N95 8gb. the problem is Contact list related.
    such as
    I have stored a number is like 01920803355 in my contact list.and the number has saved as "Enderson". But if i dialed a number like 01930803355 then its show Enderson during calling/Incoming.though the number 01930803355 has not saved in my phone/sim at all. I thing its a number/name filtering bug for N95 8gb. beacuse here in this two numbers 10 digit same and only one digit is different. but the phone does not recoginize.
    Plz Nokia Check it out......

    it is actually a feature more than a problem ... and this is not limited to N95 8GB ... I think almost all nokia phones will have the same problem .. Nokia phones compare the last 7 digits of a number and ignore the first digits ... so if there is two different numbers that have the same last 7 digits, your phone will assume it is the same number... I think the idea behind this feature is to ignore the international code so if you dial a number with or without the international code it will be the same name ...
    but in your case, you suffered from the over-smart of this feature
    Message Edited by fhd4 on 21-May-2008 02:49 PM

  • Filters problem on 3.8

    We have BM 3.8 sp5 running on NW 6.5 sp6 and was having an LDAP problem between our two servers a few months back. Finally opened up a support request with Novell and they removed directory services from the BM server, they then pulled the directory info from our other server. I didn't realize until later that my filters are gone from our BM server. I first ran filt migrate, like I did when I upgraded to 3.8 a year or so back, but that didn't seem to work. I have a print out of the filters, and was going to put them back in manually after running bdrcfg. When running bdrcfg I had a message that all filters could not be created and that my server was still not secure(or something to that effect). Not knowing what to do next, I re-applied BM sp5 but could not see that it changed anything. Do I need to remove BM, then re-install?
    Thanks,
    Rob

    Originally Posted by phxazcraig
    In article <[email protected]>, Robkoon81 wrote:
    > Not
    > knowing what to do next, I re-applied BM sp5 but could not see that it
    > changed anything. Do I need to remove BM, then re-install?
    >
    You're not in bad shape, though it would have been good to have a backup
    of the ETC directory from before the removal of eDir.
    BRDCFG will create default filters and exceptions. If it sees other
    exceptions already present, it will give you a warning that there might
    be security issues - it doesn't know what is there and what is not
    there.
    If you have a printout of the filters, you can use FILTCFG to put them
    back in manually.
    If you have a backup of the ETC directory, there is a good chance you
    can restore the old filters using a FILTSRV MIGRATE procedure. There
    are a number of variables in your situation that can make things a bit
    messy at this point (you might be interested in my BMgr Filtering book
    at this point - see the URL below), but bottom line is that you don't
    have to reinstall, and worse case should be able to just do a lot of
    typing in FILTCFG to get the filter exceptions back.
    You do have to be careful that filtering itself is actually working, and
    that you don't have a lack of filtering - see tip #13 at the URL below.
    Craig Johnson
    Novell Support Connection SysOp
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to Craig Johnson Consulting - BorderManager, NetWare, and More ***
    I think I can find a backup of the etc directory. From reading your tip #13 I assume that the file filters.cfg is the file I need to restore from the etc directory?
    As far as if filtering itself is working, if I look at the packets denied list, all I see is: <End of List>
    Thanks,
    Rob

  • Bordermanager 3.8 sp5 ir packet filtering problems

    Hello,
    On a freshly installed netware 6.5 sp6 with post fixes server, i have some problems with the packet filters i had never before.
    the strange thing that happens is that when i load my filters some services configured on the private network card get blocked to. Like DHCP (does not want to bind)/NDPS manager/Groupwise poa
    The rest of the traffic is going correctly thru my exceptions.
    i already checked the tcpip.cfg for duplicate entry's and checked my servers configured services and ip numbers on NORM.
    already tried to clear all filters and delete the filters.cfg file and run a brdcfg.
    Best regards,
    Niels van der Greef

    Originally Posted by Craig Johnson
    What is configured in FILTCFG for filtering (not filter exceptions?)
    Does it look like tip #13 at the URL below?
    Craig Johnson
    Novell Support Connection SysOp
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to Craig Johnson Consulting - BorderManager, NetWare, and More ***
    Yes the filters are configured that way.

  • One more time - problems with fans

    I realize this is but one of hundreds or possibly thousands of cases of Mac users being plagued by fan noise problems, but to me it has been a long and extremely frustrating saga. I have been a Mac user since the very beginning, through different versions of Macs and iMacs, and this is the first time I ever refer to a Macintosh as a "piece of junk."
    I bought my iMac G5 in August 2005, a 20-inch ALS with 250 GB hard drive and 512 MB RAM. It worked perfectly until January this year, when all of sudden it shut down by itself. Freaked me out completely. Turned out to be power supply problem (EMC 2056) which Apple never informed me about.
    I brought it to a repair shop that fixed the intermittent shut-down problem. I also added 1GB memory. But then the fans started to go berserk. Before the power supply problem, I only heard the fans whenever I used a large program like Photoshop. For the most part, it was a very quiet machine. After the power supply was replaced, within minutes of turning the iMac on, I could hear the fans spinning faster and faster, stabilizing at around 4400 rpm and did not stop spinning until I put the iMac to sleep or turned it off, regardless of CPU usage or software being used.
    I checked the discussions at this forum (over 500 posts, no real answer) and did every "voodoo trick" suggested: I reset the SMU dozens of time, cleaned the inside of the iMac and around the fan area, did apple hardware test (everything was fine), monitored temperature and activity with XRG (average CPU at 160F, hard drive at 113F), cleaned out caches, tested for corrupt preferences, re-installed the original OS 10.4 (which only made the fans louder), upgraded it back to OS 10.4.9. I also removed the additional 1 GB memory, thinking it might be a bad piece. It didn't help.
    Finally, I requested fan replacement from Apple and got them. I installed them last Sunday and now the problem is even worse! Within SECONDS of turning it on, the CPU T- Dio soars to around 170F, even while the machine is still stone cold to the touch. The hard drive temperature now averages at 117F, CPU fan is never below 4000 rpm (4400 rpm 98% of the time), even at 5-8% CPU usage.
    The fans themselves are much quieter because they're brand new. But you can still hear the hums and whirs and it drives me nuts. More seriously, my iMac is now narcoleptic. If I use it too long (a few hours on a stretch) it will put itself to sleep, apparently because it thinks it is overheated. And when I use Photoshop or Illustrator, the awake time is even shorter. Depending on the outside temperature, at the most I can only use them for about an hour at a time. Two days ago we had heat wave, and even with the air conditioner running full blast in my study, the iMac kept falling asleep within minutes of using Illustrator.
    Right now I am using TextEdit and no other program is running. Uptime is 59 minutes, average CPU 9.6%. CPU T-Dio is at 168.8F, hard drive 117.5F, CPU fan at 4400 rpm. I am out of ideas and before I do something drastic to this machine, if anyone knows what's going on with my iMac (I know every case is different), please help!
    iMacG5 ECM 2056   Mac OS X (10.4.9)   20"/2.0GHz Power PC/1.5GB DDR SDRAM/250GB
    iMacG5 ECM 2056   Mac OS X (10.4.9)   20"/2.0GHz Power PC/1.5GB DDR SDRAM/250GB

    I do not have the solution... but the same problem with a nice iMac G5 purchased in July 2005.
    My Mac operated very silently untill 6 month ago;problem MAY ( I am not sure) have started when I upgraded to 10.4.10 ; even with few applications and low CPU usage (80% or more inactive), it seems that I have the following regrettable chain of events;
    ==> the CPU temperature is quite high ( 60°c to 72°c most of the time, ie 140-160 °F)
    ==> resulting in fan turning at high speed ( 2.000 for CPU and system, 2500 for HD), and changing speed all the time
    ==> resulting in a noisy computer
    I am SURE this was not the case 6 month ago, and I suspect it is linked to my upgrade to 10.4.10.
    I did all sorts of reinstall, authorization repair, SMU reset, fan clean-up with no sucess.
    iMac G5 (2005)   Mac OS X (10.4.10)   POwerbook G4 Titanium (2001)

  • HP Deskjet 3050A ALL-IN-ONE J611 series ---- mac filtering problem

    i have a HP Deskjet 3050A ALL-IN-ONE J611 and i cannot get my printer to connect wireless. Everytime I try to connect it it always tells me an error. The error says:
    Issue: MAC address filtering may be enabled on your wireless router.
    Solution: If MAC address filtering is enabled on your router you should disable it.
    The thing is i checked my router to make sure the MAC filtering was not enabled and it wasn't. So why does my printer keep telling me this? if i can get passed this problem i think it would connect. The MAC address is already stored in the router.
    [edited image by Moderator]

    Hi skhjr,
    Welcome to the HP Forums.
    I see that you are having an issue getting the printer to connect over the wireless network.
    So I can better assist you, please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Please write me back when you have time and I will be happy to help.
    Cheers,   
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Please Help! More Capturing Problems.

    I'm having some trouble capturing footage from onto Final Cut Express HD.
    Whenever I try to capture, the footage plays on my screen for about a second, freezes and I get this error message,
    "Capture encountered a problem reading the data on your source tape. This could be due to a problem with the tape. Capture has been aborted and you clip has been saved."
    I am left with a five second clip from my tape for my trouble. This has only started happening recently, I am using the same setup that I have done before when it was working. I can capture with no issues on imovie.
    I have called tech support and they sent me a link that shows how to reinstall final cut and delete all the user preference settings. I have tried different tapes, different sources for saving footage and I still have the exact same problem.
    Any more info you need please ask. Please help me, I'm pulling my hair out!
    Thanks!

    Well, I've captured before when the external drives have been connected, but I disconnected them and retried after resetting everything and I still get the same error.
    I've also tried resetting the settings on my XHA1 and deleting all the preferences for final cut express, all the receipts etc. And reinstalling and still I get the same error.
    I am shooting in HDV and have tried capturing with both 'HD down-conv' on and off, comp out is 1080i/576i (as it's always been). Set my FCE setting correctly? I've been through preferences and system settings, apart from selecting easy setup>DV-NTSC Firewire Basic and making sure there is space on capture scratch, anything else I need to look out for?

  • Numbers filtering problem

    Hi guys,
    I have a problem with numbers' filtering function here.
    1. I have a table of about 150 rows and 6 columns.
    2. The data consists about 42 categories and I wish to sort out each item.
    3. when I chose the column and try to filter the table, I found there list only about 22 items on the pop-up list.
    where are those missing items ?
    Could someone help me with this?
    Mike

    2. The data consists about 42 categories and I wish to sort out each item.
    3. when I chose the column and try to filter the table, I found there list only about 22 items on the pop-up list.
    Though the pop-up (or drop-down or whatever it's called) list maxes out at only 22 or so items, you can work with larger numbers in the Sort & Filter panel at the right.
    SG

  • ALV filters problem

    Hi All,
    i have problem in ALV GRID. On my ALV output i have VBAK-VBELN. when i click on filters, and if i provide vbeln as '106789' instead of '0000106789' the output is not displayed. please let me know how to solve this problem.
    if i provide 106789, the output must be displayed.
    Thank you all in advance.

    Hello,
    set ST_FIELDCAT-OUTPUTLEN to the actual lenght of the field.
    regards,
    Naimesh

  • Final cut pro 4 audio filters problem

    Hi,
    I know there are a lot of discussions about this on these forums, but I can't find the solution.
    Here's my problem:
    I have installed FCP 4 and a USB mixer connected to my Powermac G5 (early 2005). When I start up FCP with the external mixer connected it crashes when loading audio filters, but when I disconnect the mixer it starts up just fine. Here's some info about my powermac:
    Model: PowerMac7,3, BootROM 5.2.4f1, 2 processors, PowerPC G5  (3.0), 2.3 GHz, 2.5 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J11, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30330
    Network Service: Ethernet (integriert), Ethernet, en0
    Serial ATA Device: Maxtor 6B250S0, 233.76 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-109
    USB Device: USB Keyboard, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: USB Optical Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: USB Audio CODEC, Burr-Brown from TI, Up to 12 Mb/sec, 500 mA
    The last USB Device is the external mixer. Its a Numark M6 usb mixer
    Thanks in advance
    Fabian

    Oh, too bad. But thanks anyways.
    Fabian

  • WBS Element filtering problem

    Hi All,
    We have one Z report, in this report project no and WBS elements are displaying properly. But when i am going to filter option it is showing object no. please give me any suggestion in filter option it has properly instead of object no.
    Eg.
    Project no. in Report output -
    > 5986-FGSDT-2009
    Project No. in Filter option -
    > 00069845   when filtering is showing like this.
    here in filter option also i want show as per output.
    Thanks in advance.

    Hi All,
    Got the solution from the below thread and problem solved also.
    http://scn.sap.com/thread/1917750
    Many thanks to Uma Naik.
    Thanks,
    Amit

Maybe you are looking for

  • IPhone 5s will no longer sync to iTunes now that I download iOS 8.1.2

    iPhone 5s will no longer sync to iTunes now that I downloaded iOS 8.1.2 I get the message that it "failed to sync because the sync failed to start." Doesn't work with cable or over WiFi. Anyone else having this problem? Any suggestions?

  • Slow MacbookPro 2011 15 inch i7

    My Macbook pro (2011 i7 2.22GHz QuadCore) is being very slow. Normally when I boot up the computer it takes around 30 seconds or show to display the desktop but after installing Microsoft office 2011 the start up became very slow and the overall perf

  • Details of contract employee

    Hi Experts, I would like to know  contract employee  information for this i have checked in P0001-PERSK EE subgroup.but for  that employee he does not have contract number.may be i have to check based on the company .Please correct me if i am going w

  • ActiveX Question

    Hi All, i know this is a Java Forum, but I have to decide something very quick. My manager ask me to decide which language to use to write an ActiveX control. I have no prior knowledge of Active X stuff. What we want to do is an activeX control and d

  • I don't have the download icon when i open safari

    I don't have the download icon when i open safari?