Application Availability

Hi All,
I want to use the status: Unavailable (Redirect to URL) in order to redirect the users to a public downtime page in the application. Is that possible?
Also, Is not clear where I have to enter the URL where the users will be redirected.
Regards
Harvey

Harvey - From the popup item help on the status field "... Unavailable with a message displayed (enter this in the attribute field designated for this), Unavailable with a URL to redirect users to (enter this in the same attribute field), ...".
Not very obvious, I must say.
Scott

Similar Messages

  • Add-On PKG Applications Available - What Applications Do You Want (Wishlist)

    Today we have multiple applications that run directly on the Smart Storage devices and can be installed via in the simple PKG process.   These are wide ranging applications that help with asset management, content management, e-commerce, web publishing (bulletin boards, wikis, etc), & e-learning systems.
    Beyond what is is available now, what applications would you like to see?  We'd love to hear what you'd like to see.
    Applications Available Now (version numbers)
    GLPI (0.72.4)
    Joomla (1.5.15)
    Magento (1.4.1.1)
    MediaWiki (1.16.0)
    Moodle (1.9.9)
    Open Web Analytics (1.3.1)
    phpBB (3.0.7)
    Python (2.5.2)
    To Download Add-on PKG Applications:
    Follow this link to the software center
    Select Network Attached Storage
    Select Small Business NSS 300 Series Smart Storage
    Select your model (NSS322, NSS324, NSS326 Smart Storage)
    Select Smart Storage Application Software
    Select the version number for the appropriate application
    Click Download Now
    Release Notes for all the available for all applications
    Support for free add-on PKG applications is through online community forums.

    OK, I've got Squeezeserver running now. For anyone interested, most files are automatically installed under /opt/share/squeezecenter, which seems fine. I had to move the files/directories that Optware installed under /home/slimserver to /opt/share/slimserver and edit /opt/etc/squeezecenter.conf to change the references from /home/slimserver to /opt/share/slimserver.
    That allowed Squeezecenter to be started and retained all the runtime files across the NAS restart.
    Then I had problems getting it to autostart after the NAS boots. I tried the example under the Cisco tech note about 'add your own entries to crontab', to create an autorun.sh script to issue the start command, but could not get it to work.
    Then I found this link http://wiki.qnap.com/wiki/Install_Optware_IPKG and pretty much followed the instructions in the 'Running /opt/etc/init.d/* on startup' section. I'm no Linux expert, but I managed to get it working, without necessarily fully understanding it!
    So finally Squeezecenter is running and autostarts - but hopefully Cisco will release an official add on in the near future.
    Let me know if anyone wants amore detailed description.

  • Application Availability Monitoring -- Best Practice?

    What are you using to monitor application availability? Thinks like making sure that Essbase, Planning, FR, Workspace, FDM, and HFM are up, and responding to requests in a timely manner.
    Do Hyperion Management Packs exist for MS System Center Operations Manager?
    Someone recommended Oracle Enterprise Manager, but I don't see any Hyperion functionaity in that tool, only Oracle relational database stuff.
    Custom development is an option, but I hate reinventing wheels.
    Thx, Jeff

    I'm headed down a path of semi-custom; using Solarwinds IPMonitor as the backend alerting tool, which calls custom scripts to check the health of the software.
    Essbase is easy, I'm using a MaxL script.
    What about Planning, HFM, and FR? Does anyone have any ways to script a health check of these applications? I was thinking about making calls to the APS, which can connect to all three of those apps..

  • JEE MP: Authoring JEE Application Availability Monitor

    Hi experts,
    We've imported the JEE WebSphere MP's, completed discovery, enabled deep monitoring, and now have some issues authoring custom "JEE Application Availability Monitoring".
    In the wizard on the "MBean to Monitor" screen we use the MBean name:
    WebSphere:j2eeType=JDBCResource,*, as we'd like to monitor some JDBC Connection Pool stats.
    On the next screen in the wizard, "Health State", we select the xPath:
    MBeans/MBean[@Name="javax.management.modelmbean.RequiredModelMBean" and @objectName="WebSphere:J2EEServer=server1,Server=server1,cell=APPT75WASCell01,j2eeType=JDBCResource,mbeanIdentifier=cells/APPT75WASCell01/resources.xml#builtin_jdbcprovider,name=Derby
    JDBC Provider (XA),node=APPT76WASNode01,platform=dynamicproxy,process=server1,spec=1.0,type=JDBCProvider,version=7.0.0.25"]/Properties/Property[@Name="stats" and @type="com.ibm.ws.pmi.j2ee.JDBCStatsImpl"]
    The problem we have is that ALL of the stats and counters are found within this single Property, as seen below:
    Current value:
    Stats name=Derby JDBC Provider (XA), type=connectionPoolModule
    Stats name=jdbc/DefaultEJBTimerDataSource, type=connectionPoolModule
    name=CreateCount, ID=1, description=The total number of connections that are created., unit=N/A, type=CountStatistic, count=6
    name=CloseCount, ID=2, description=The total number of connections that are closed., unit=N/A, type=CountStatistic, count=5
    name=AllocateCount, ID=3, description=The total number of connections that are allocated., unit=N/A, type=CountStatistic, count=2306
    name=ReturnCount, ID=4, description=The total number of connections that are returned to the pool., unit=N/A, type=CountStatistic, count=2302
    name=PoolSize, ID=5, description=The size of the connection pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3568935E7, lowerBound=0, upperBound=30
    name=FreePoolSize, ID=6, description=The number of free connections in the pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3485336E7, lowerBound=0, upperBound=30
    name=WaitingThreadCount, ID=7, description=The average number of threads that are concurrently waiting for a connection., unit=N/A, type=RangeStatistic, lowWaterMark=0, highWaterMark=0, current=0, integral=0.0
    name=FaultCount, ID=8, description=The number of connection timeouts in the pool., unit=N/A, type=CountStatistic, count=0
    name=PercentUsed, ID=9, description=Average percent of the pool that is in use. The value is based on the total number of configured connections in the ConnectionPool, not the current number of connections., unit=N/A, type=RangeStatistic, lowWaterMark=93,
    highWaterMark=100, current=0, integral=278663.0
    name=UseTime, ID=12, description=The average time in milliseconds that a connection is used. The difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time., unit=MILLISECOND, type=AverageStatistic,
    avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9, type=TimeStatistic, avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9
    name=WaitTime, ID=13, description=The average waiting time in milliseconds until a connection is granted., unit=MILLISECOND, type=AverageStatistic, avg=0.0, min=0, max=0, total=0, count=0, sumSq=0.0, type=TimeStatistic, avg=0.0, min=0, max=0, total=0,
    count=0, sumSq=0.0
    name=PrepStmtCacheDiscardCount, ID=21, description=The number of statements that are discarded because the cache is full., unit=N/A, type=CountStatistic, count=3
    name=JDBCTime, ID=22, description=The average time in milliseconds that is spent running the JDBC calls, including the time spent in the JDBC driver, network, and database. (Applies to V5.0 data source only.), unit=MILLISECOND, type=AverageStatistic,
    avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0, type=TimeStatistic, avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0
    So then how do we configure Expressions for Health State at this point in the Wizard, if we have such a long string value containing ALL of the stats?  Anyone have insight into this?
    Thanks!

    Hi experts,
    We've imported the JEE WebSphere MP's, completed discovery, enabled deep monitoring, and now have some issues authoring custom "JEE Application Availability Monitoring".
    In the wizard on the "MBean to Monitor" screen we use the MBean name:
    WebSphere:j2eeType=JDBCResource,*, as we'd like to monitor some JDBC Connection Pool stats.
    On the next screen in the wizard, "Health State", we select the xPath:
    MBeans/MBean[@Name="javax.management.modelmbean.RequiredModelMBean" and @objectName="WebSphere:J2EEServer=server1,Server=server1,cell=APPT75WASCell01,j2eeType=JDBCResource,mbeanIdentifier=cells/APPT75WASCell01/resources.xml#builtin_jdbcprovider,name=Derby
    JDBC Provider (XA),node=APPT76WASNode01,platform=dynamicproxy,process=server1,spec=1.0,type=JDBCProvider,version=7.0.0.25"]/Properties/Property[@Name="stats" and @type="com.ibm.ws.pmi.j2ee.JDBCStatsImpl"]
    The problem we have is that ALL of the stats and counters are found within this single Property, as seen below:
    Current value:
    Stats name=Derby JDBC Provider (XA), type=connectionPoolModule
    Stats name=jdbc/DefaultEJBTimerDataSource, type=connectionPoolModule
    name=CreateCount, ID=1, description=The total number of connections that are created., unit=N/A, type=CountStatistic, count=6
    name=CloseCount, ID=2, description=The total number of connections that are closed., unit=N/A, type=CountStatistic, count=5
    name=AllocateCount, ID=3, description=The total number of connections that are allocated., unit=N/A, type=CountStatistic, count=2306
    name=ReturnCount, ID=4, description=The total number of connections that are returned to the pool., unit=N/A, type=CountStatistic, count=2302
    name=PoolSize, ID=5, description=The size of the connection pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3568935E7, lowerBound=0, upperBound=30
    name=FreePoolSize, ID=6, description=The number of free connections in the pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3485336E7, lowerBound=0, upperBound=30
    name=WaitingThreadCount, ID=7, description=The average number of threads that are concurrently waiting for a connection., unit=N/A, type=RangeStatistic, lowWaterMark=0, highWaterMark=0, current=0, integral=0.0
    name=FaultCount, ID=8, description=The number of connection timeouts in the pool., unit=N/A, type=CountStatistic, count=0
    name=PercentUsed, ID=9, description=Average percent of the pool that is in use. The value is based on the total number of configured connections in the ConnectionPool, not the current number of connections., unit=N/A, type=RangeStatistic, lowWaterMark=93,
    highWaterMark=100, current=0, integral=278663.0
    name=UseTime, ID=12, description=The average time in milliseconds that a connection is used. The difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time., unit=MILLISECOND, type=AverageStatistic,
    avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9, type=TimeStatistic, avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9
    name=WaitTime, ID=13, description=The average waiting time in milliseconds until a connection is granted., unit=MILLISECOND, type=AverageStatistic, avg=0.0, min=0, max=0, total=0, count=0, sumSq=0.0, type=TimeStatistic, avg=0.0, min=0, max=0, total=0,
    count=0, sumSq=0.0
    name=PrepStmtCacheDiscardCount, ID=21, description=The number of statements that are discarded because the cache is full., unit=N/A, type=CountStatistic, count=3
    name=JDBCTime, ID=22, description=The average time in milliseconds that is spent running the JDBC calls, including the time spent in the JDBC driver, network, and database. (Applies to V5.0 data source only.), unit=MILLISECOND, type=AverageStatistic,
    avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0, type=TimeStatistic, avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0
    So then how do we configure Expressions for Health State at this point in the Wizard, if we have such a long string value containing ALL of the stats?  Anyone have insight into this?
    Thanks!
    I'm using the latest JEE MPs and SCOM 2012 R2, however I don't show the stats as a property on this MBean.

  • Is iBook application available for the Mac?

    Is iBook application available for the Mac?

    No. But there is a free application that can open eBooks called, Calibre - MacUpdate or CNET Downloads.

  • With all of the applications available, what other applications recommended to use along with Captivate 8.

    With all of the applications available, what other applications recommended to use along with Captivate 8.  I do not heed to install all of them, just what I need.

    Personally I use both Photoshop and Audition (both in CC) a lot when using Captivate 8. There is roundtripping possible with those two Adobe applications. If you have a CC subscription try it out! And when needing HTML5 output, you can insert published Edge Animate files, to replace former Flash animations. As you can see in CP8, Edge Inspect can be used to test the output on mobile devices without having to publish or to deploy on a webserver.

  • Please make the POINT & FIND application available...

    Please make the POINT & FIND application available for the Nokia E72. It's  already available for a long time for the E71, so please make it a piority!

    The 'Point and Find' is still not compatible with Nokia E72. The applications that you find from ovi store also depends on its compatibility with your device.

  • SAP Application availability measurement

    Hi,
    I need to measure the SAP Application availability to give few numbers to my management. We have to make sure that our system's availability (out of maintenance windows) is not less than 99%.
    Can anyone suggest any process or tool which can keep checking a response from the SAP application and record them for review.
    Thanks
    Vijay

    You have a file called available.log that should record the system availability. That is located on the work directory
    Regards
    Juan

  • Suitable Banking applications available in CRM module.

    Hi Gurus,
    Recently I am working in a CRM project implemented in a domestic bank in India. My client is already using campaign management, lead management, opportunity management and activity management successfully.
    My question is that what are the suitable applications available in CRM 7.0 EHP1 we can suggest to the bank such that those will come useful for them apart from CIC which is already in my mind. Kindly suggest me in an urgent basis.
    Regards,
    Roy.

    Hi Rocky,
    You mentioned about the following processes -
    1. Campaign Management
    2. Lead
    3. Opportunity
    4. Activity
    These functionalities are obviously available in CRM 7.0 EHP1 with extended features.  You can also think of going for SAP HANA to enhance the computation speed which ultimately will increase the performance of all the activities you do in SAP CRM.
    For the sales people you can suggest the Mobile application with the available features like Activity, Lead, Opportunity, Customer Fact Sheet etc. These functionalities are available on android, windows devices.
    Hope this will be useful
    Thanks and Regards
    DJ

  • Any sample portal application available for weblogic 10?

    In Weblogic portal 8.1 installable we have something called portalApp which contains a couple of portal applications like sample portal and tutorial portal which contains lot of sample portlets, portals etc but in weblogic portal 10 I am unable to find any such sample application. Is there any sample application available in weblogic portal 10.0?

    Unfortunately there is no sample portal application for WLP 10.

  • Is there a GPS mountain bike tracker or trek application available

    Hi, I'm a newbie to this dissussion group.Althought I 've been an APPLE supporter for years,hense why I haven't had to post troubles!
    In the never future I'm concidering a iPhone. Think of the mulity tasking skills of the phone. Is there an application available simuliar to a Garmin Edge 305 or 705.
    Some one mentioned the Myride application,haven't looked at it yet.
    thank you:)

    I'm not exactly sure what the Garmin system that you were mentioning does, but there is a program called "Trailguru" that will track pretty much everything you'd ever want. It keeps track of the total time of travel, the distance you've travelled, your speed, your elevation, the total time that you're moving, the total time that you're stopped, your maximum speed, average speed, latitude and longitude. After you've finished tracking your bike ride, it will show you on google maps exactly where you've gone. And best of all, it's free.

  • Is application available for BB10

    is application available for BB10

    Desktop Software application? What is it you're wanting to do?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Is there any Android Application available for updating CATS Timesheet?

    Is there any Android Application available for updating CATS Timesheet?
    We need to enable to worldwide associates to clock the time from the cell phone. In case you have any suggestion please comment.

    None that I know of.
    It's more impressive and useful if you write an app and get it published in the App Store.
    That way you can show you aren't just a 'paper MCSD'.

  • Can you make certain social network applications available in all countries?

    I've recently been hearing a lot about the application Yik Yak, and I wanted to download it. However, when I went to download it, I found out it wasn't available for Singapore users, but only for United States users. This I find rather unfair because there are a lot of people all around the world who are unable to download certain applications or even purchase certain items from the itunes store, simply because they do not live in the United States. Is it possible, to make certain applications and even items accessible to the whole world rather than just the US?

    Contact the developer.
    http://www.yikyakapp.com

  • Aperture tomorrow's application available today

    On these boards there seems to be a lot of complaints regarding the performance of Aperture. I think a lot of it is due to the fact that people do not realize how ahead of its time the application really is. Aperture is the fist imaging application to leverage the power of a graphics card to perform its RAW conversion and image processing. In fact it is surprising that no one has done this as yet.
    Image processing is one of the few computational tasks that lends itself to highly parallel processing ie; the image can be broken up into small pieces, each piece processed individually and the recombined for the final result. Not surprisingly graphics cards are highly optimized for this type of processing with each card being able to process several of these little pieces simultaneously. The number of pieces that a card can process is defined by the number of “pixel pipelines” the card has. The fastest card to date the ATI X1900 has 48 of these pixels pipelines compared to the hot card last year at this time the 9800 Pro which only has 8 pixel pipelines. If this processing was not done by the graphics card the maximum number of simultaneous processes would be 2 on a dual core or perhaps 4 on a quad.
    As a result of leveraging the power of the graphics card Aperture is able to do RAW conversion and image processing in Real Time. This is a quantum leap in image processing. All the other applications allow you to make approximate adjustments on a low-res version or on a portion of the image. Once you have picked the adjustment the application then goes off and processes the whole image at full resolution while you wait. Aperture does the whole image, at full resolution in Real Time.
    The other major change is that with such fast processing Aperture is able to make all adjustments to the original RAW image. There is never any destructive processing on the image. Eg. Prior to Aperture one of the golden rules was always perform sharpening last. This was due to the fact that sharpening is destructive to the image and if you wanted to make a change after sharpening you would have to hope that you had saved the version prior so that you could go back. With Aperture all these rules are out the window. You can sharpen first, then adjust shadow highlight and then exposure as all adjustments are recalculated from the original RAW each time a change is made…in Real Time. Sharpening is not the only destructive process that is done to an image. In Photoshop you can use ‘Adjustment layers’ for some changes that are non destructive but any change that is not available as an ‘adjustment layer’ you can assume is destructive.
    Prior to Aperture besides the odd game there really were no applications that took advantage of the processing power of the graphics card. As a result, in general, Macs were equipped with relatively low end video cards. The chart below shows the approximate performance of some common video cards. All performance numbers are from PC testing and are only approximates as not all on same motherboard.
    Card...................Memory................Pixel................3DMark 2005
    ......................Bandwidth (GB).........Pipelines ..........1024 x 768 (Approx)
    9600............... 6.4...............................4....................1800
    6600(LE)...........16.............................. 8.....................2000
    6600GT............16...............................8.....................3000
    9800Pro ...........21.............................. 8.....................2600
    X1600..............12...............................12...................5000
    X800XT.............32.............................16....................6000
    X1800XT...........48.............................16....................8000
    7800GT.............38.............................20....................7000
    X1900.................?..............................48..................10000
    As can be seen the standard card that Apple provides even in the PowerMac G5 the 6600 is relatively low end. However it appears things are changing as the new Intel iMacs (consumer grade machines) have the X1600 which is no slouch.
    The other thing to note is that last year this time the hottest cards were the 6600GT and the 9800Pro. As can be seen in only 1 year their performance has been eclipsed. We can assume that ATI and NVIDIA will keep on pushing the envelope which will result in cards getting not only faster but cheaper. Currently the biggest demand for these high end cards is PC gamers, 3D animation and some CAD, however with the release of Vista the demand should greatly increase as the minimum recommended card for the full Aero experience is high end with at least 512MB. The increase in card production for Vista should greatly assist in driving down prices. At least we can be thankful to uncle Bill for one thing
    As we can see Apple is poised with an application that takes advantage of the cutting edge in technology. So while it may seem a lot today to spend $300 to purchase an Aperture optimum card if you hold on that same card will be $200 in six months and probably $100 in a year. Also in a year should you feel you need a boost in Aperture performance you do not need to purchase a whole new computer. Simply an upgrade to the latest video card should result in a significant performance increase.
    While Aperture is the first application to see graphic card based optimization I would not be surprised to see other applications following suit. My guess is if not Lightroom or CS3, CS4 will have at least some filters graphics card optimized. I am also sure this same technology will be used in Final Cut to make more transitions real time.
    Comments welcome.

    <...>
    Let's take a specific example. Open a 12MB Canon 5D
    RAW file in both applications and apply Shadows &
    Highlights, then immediately scroll around the image
    fully zoomed to see the effects (check for noise,
    etc.). This is a fairly typical digital darkroom
    task that works fine in Photoshop after the initial
    few-second hit while it computes the final image.
    Smooth scrolling after that. Aperture? A spinning
    beachball o' death -- for 90+ percent of current
    users. This is NOT the "application of the future",
    but rather the "doorstop of today".
    Not for me, and I have an older computer.
    To more exactly recreate your scenario I downloaded a 5D RAW from here:
    http://www.jirvana.com/rawlarge/canon5d
    And used that. Granted both Shadows/Highlights were a bit jumpier than I normally see (as I work with imported TIFF files) as was scrolling - but not once did I see the beachball at all.
    Lightroom by comparison (same file) felt a little faster adjusting, but it's kind of a pointless comparison since it also decreased the image resolution by a factor of four while doing so making live preview less useful as a feature since I had to wait for the image to clear up before I could really see what happened. Scrolling was smoother but still jerky.
    Look down there at my specs and tell me they are so unreasonable to be working with a really large RAW file. I don't even think I'm in that upper 10% of Mac users right now.
    And exactly which piece of information from Apple was
    supposed to make it possible for people to stand a
    chance at "realizing" this? Oh, that's right, those
    "recommended" hardware specs. How silly of them to
    trust the literature and the box.
    I would say however the recommendations fail mostly for the 6600 - as I said some people are happy with Aperture on a 12" TiBooks. Some people like you are suffering using Aperture on a fairly powerful computer while at the same time some people struggle to find cracks so that the can install and use Aperture on computers that are below even the minimum specs, so it's a hard thing to say what should be on the list and what shouldn't since people buy the software for different needs.
    <...>
    For Quake 4, yes. For what Aperture's doing? No
    freakin' way. I've done what Aperture's (or Core
    Image, depending on how they broke it out) doing with
    SIMD instructions and it works just fine.
    You are underestimating what is going on there, and Aperture is trying to do it through a general purpose API, not hand tuned assembly. I am pretty sure there are some inefficiencies in all the layers there which will get baked off over time, Aperture is really the first app to make heavy use of Core Image.
    Why should Aperture not suffer as greatly at the
    hands
    of a less dedicated processor?
    My point exactly, thanks!
    ?? - I was actually saying that Aperture would downgrade just as much running on the CPU only as a video-card dependent game would, as it is equally dependent on the specialized features of the video card to perform well.
    Have you ever heard about newer video cards
    removing features?
    Yes.
    Not to the extent that API's cannot work around it. I'll admit that was hastily penned.
    <...>
    It'll suffer if Core Image has to start emulating
    things.
    So give us an example of something Core Image is doing that may have to be emulated in the future?
    Although you walk a fine line complaining the CPU can easily do the same work while at the same time complaining that API performance will downgrade if the API has to switch to use the CPU...
    It's not doing that in the case of the 6600 card.
    Perhaps its speed-detection routines need
    recalibration?
    I think you'd see Aperture run an order of magnitude slower by running using only the CPU instead of the GPU.
    Actually I think you could even test it. There may be debugging features in the dev kit (perhaps even the same profiler tools you were using) that let you disable use of the GPU by CoreImage and see how well it works.
    <...>
    Hmm. How big are your RAW files? Shadows &
    Highlights is the worst one on the 6600 -- delays are
    in the TENS of seconds. This is especially
    problematic when trying to scroll around within an
    image.
    As I said I don't even see a beachball on the 5D files, it's just a little jerky. Normally I work with TIFF files directly which I'll grant are faster than working with RAW.
    Any my card is roughly half again as slow as the x800XT card according to the only Core Image tests I've seen on both cards. I think I could say that working with 5D files using a x800XT would in fact be pretty reasonable.
    I'm not sure how to note that some power users may
    be not be
    happy with some cards while other users will
    Given this is a "professional" application, who
    exactly would be a NON-power user? And trust me,
    unless you do ZERO adjustments in Aperture you will
    eventually be "unhappy" (understatement of the year)
    with the performance on a 6600 card.
    Actually I think the people using out-of-spec laptops (or perhaps any laptops) are using it for comparison features more than adjustments, until they get back to a desktop. For that use it would work well even with fairly poor video cards.
    Not everyone uses Aperture for the same things.
    I do think that card might be there just because
    it's shipping
    with the Powermacs
    Oh, well, that makes it okay to mislead customers
    then.
    You seem to have missed how that was a critique on my part. I didn't say it was right, just what I thought might be going on there.
    On the other hand as we noted your card should behave about as well as my card, I really don't understand what is going on there unless the 6600 drivers and/or CoreImage support is really, really poor.
    <...>
    But MY point (and the point of many disappointed
    Aperture customers) is that HIS point is completely
    specious and irrelevant. While Apple's goals are to
    be lauded, and even appreciated in a "think tank"
    type environment, they chose to unlease this product
    upon WORKING PROFESSIONALS. They made promises and
    created high expectations. They failed to fulfill
    some very critical ones. That is ALL that matters
    right now to most people.
    <...>
    I don't see your point as fully valid because it IS working for many people today, yes it's a subset of the Apple community but it's not as if everyone was let down. In your case you obviosuly were, but in other cases people got what they expected. I did. After seeing the previews I got exactly the software I was expecting.
    Those defending Apple are blinded to seeing or even
    acknowledging this point, much less conceding it.
    Problems cannot be fixed until they are acknowledged
    and Apple fan boys (not saying you are one!)
    attacking people on for being unsatisfied with
    Aperture and finding it unusable for one reason or
    another are not helping the situation.
    I sympathise with people in your situation, where you have a computer that really should be capible of running the software at full tilt but cannot.
    However many such people don't just vent and move on. They must come and post EVERY time someone actually says they like the software. After about ten or twenty of the same comlaints for the same user, I have to say - we get the point. It's obvious the software is doing you no good. Get a refund, I think anyone who complains loudly enough to Apple can do so though they don't make it easy.
    I don't know if that is the case for you as I don't really follow posting history. But I would say it's perfectly valid to correct posters that over-generalize problems and make people think that ALL users suffer from them when they do not. I only post corrections when I see that to be the case - if people want to complain about specific setups that's perfectly valid and helpful to potential purchasers. What is not helpful is making an x800XT user stay away from the software thinking the experience is going to be a nightmare when in fact it would be far better for them.
    Similarly, telling these upset customers "See, you
    just need to ignore your pain and appreciate how
    GRAND AND WONDERFUL Apple is for "seeing" the future!
    All hail Apple!" is also pointless. It may be
    informative, but it doesn't take away any of the
    sting and it doesn't get them a refund and (worst of
    all) doesn't suddenly make Aperture usable.
    It's not saying that at all. It's just saying that Apple put a lot of thought into the software and is really leaning heavily on some leading edge technology, so give them some slack and recognize that in just a year or two the performance concerns will not really be there for newer users and possibly for some older ones. It may not help now but it's pointing out these problems are more short-lived than they would appear, and that the approach is sound (which I still think it is). Some people seem to think that Aperture performance problems are simply unsoluable, and the original post addresses that.
    <...>
    Well, hopefully the PCI-X cards come soon. In the
    meantime I'll just continue to disagree with the
    assertion that the 6600 is a "low-end" card. I run
    some REALLY SOPHISTICATED software on that card on my
    Windows PC. There's no excuse why it can't handle
    something like Aperture, which is CHILD'S PLAY by
    comparison.
    <...>
    I'm not saying low-end either, more like mid-range. I consider my Radeon 9800 to be bit dated at this point as well and the 6600 is around the same level of performance.
    I'm not saying they aren't. The wrong track they're
    on is being lazy writing software -- the super-wazoo
    card is NOT NECESSARY for Aperture. Heck, you even
    say yourself that your lowly old ATI video card is
    running it in realtime. I think the developers just
    didn't test the application with the 6600 (and
    probably several other cards).
    I do wonder if that is the case (6600 testing). However I don't think they are being lazy exactly - I think they simply focused more effort in getting the Core Image API the way they wanted it and less on tuning actual cards.
    Given the timeframe of software release I'll bet most of the developers were working with Quad G5's though, not the newer dual-core models... probably rectified by now although perhaps they just all jumped to prototype Intel Powermacs (or whatever they will be).
    This is a shame,
    since that's what they sell as the default in
    Powermacs. On a positive note, this is why I expect
    this problem to be fixed. Now that developers are
    aware of the performance issues on the 6600, plus the
    fact that they've sold a lot of them, leads me to
    believe (hope) my performance issues will melt away
    (like butter, even!) with the next point release.
    Please, please, please...
    I have the same hope. You'd think it would be a focus of Aperture though since as you say that card is default on all new Powermacs and they would seemingly want the software to shine there.
    I wonder how much they are reliant on the nVidia driver performing well though, to that extent their hands may be somewhat tied.
    <...>
    So how about giving the application away for free
    until it's good enough to be sold at retail? Why
    does everybody cut Apple slack on this when it's an
    EXPENSIVE and PROFESSIONAL application? Are those
    same apologists as forgiving when they have to wait 6
    months for updates to their favorite game to make it
    playable? Of course not. So why are they THAT
    demanding on a $40 application and yet so forgiving
    on a $500 too? It makes absolutely no sense to me.
    <...>
    But the application is ready for prime time for some users. Some of the early bugs were glaring to be sure but it's definitely a very solid applciation at this point, especially when you look at Lightroom and use the two apps for any length of time. Aperture really is a finished product with a fair amount of polish to it when you look at all the little things it handles well and the detail that has gone into it.
    That's the only option available to some people --
    anyone with a PCI-X video card, for example. The
    more interesting question is why do others choose to
    attack these customers and defend Apple? Who screwed
    who here, for goodness sake? Some people really need
    to back off on their koolaid intake...
    My goal is simply to clarify on what confgurations people may see problems - and where they may not.

  • Application availability to older instances

    I have a scenario where a request is created using an interactive activity. It has request creation,approval and other subsequent process to be executed one after the other. My project has three applications to operate on the requests.
    I have created another application to modify data on the requests. (this becomes the fourth application) - in technical words, I have created a new global interactive activity in same swim lane of the role with the three applications.
    Say, a request is created on Jun 01, 2010 and I Created fourth application on Jun 04, 2010 and deployed.
    This new application is not available for that request. Is it because that the instance of the request is older than the latest version of project that is deployed?
    pls help. any info is welcome.

    As per the info i got, older request instances cannot have access to new application deployed with higher version...

Maybe you are looking for

  • User-exit or BADI required for changing Plant-sp.matl status in MM02

    Hi Folks, Our user requirement is when standard price is 0, we should assign value 'Z4' to Plant-sp.matl status(in MRP1 and Costing1 tabsin MM02) . Could any one suggest me a user-exit name or a BADI name to change Plant-sp.matl status in MM02. <REMO

  • Reg server sizing

    Hi All, My project is implementing BI 7.0. Can any one suggest me reg server sizing. My Problems:  1) Whether better to go for same client for both Functional guyz n                              BW guyz on the same server.                        2) I

  • Title Case

    Hello, I have a table TRANS with a column called NAME (varchar2(40)). Most of the records are in title case already (St. John St) but there are a few in upper case (OLD HIGHWAY). I want to change the upper case records to title case. I've seen a few

  • Select-Options NO INTERVALS

    I am using the NO INTERVALS addition for a select-options.  When I use this addition, the user is still unfortunately allowed to enter a range after they select the drop down.  Is there any way to exclude the tabs other than the Single Values tab in

  • Annotation Comments field in Exporting Report CUOM8.6

    Hi, In Cisco Unified Operation Manager 8.6, how can we get the Annotation comments in the Output Fields when we export the report from CUOM. Tried Pulling report from Fault Monitor Interface, however, it only gives "TRUE" for Comments added or "FALSE