RFC for log settings in the GUI for stats

We've used a variety of stats packages for the virtual hosts we support. A few customers prefer this service, and some want to have their own stats available (the majority don't care). So this is a question about log management. We try to let the GUI in 10.5 manage as much as possible (for in-house admin needs, as well as the expectation that Apple's GUI needs to be tested to tell the Server Group where the hiccups are and missing features ought to be.
What would you recommend as a default setting for access and error logs? Dump all into the default common logs, and roll them every 7/14/30 days? Let the stats packages process and divide out for sharing with clients when those cron jobs kick in?
or always split out the logs separately into each VH home, and process separately?
What workflow functions best in your opinion?
Message was edited by: Paul Vail
Message was edited by: Paul Vail

This brings to mind another question (don't they all?)... and why I'm hoping for more documentation on the manner in which logs are managed and rolled in the SA interface.
If all logs were stored in the one monster log file set (access/error), and subsequently were set to be rolled at 7 days, when is this actually triggered? Is there a hard-coded time, or just whenever each setting was changed as the starting point. (One wonders if the log rolling occurs precisely at the point in which the command was invoked or is it at 2 a.m. for the appropriate day in question?)
And if all logs were not split out, is there a mechanism by which the default access/error logs could be rolled. Our stats package can split out VH entries properly. so that wouldn't be a problem.
I can easily see where a log policy needs to be established early on to preclude such issues, but knowing the behavior of the log rolling and cron jobs invoked by the SA would be really helpful.

Similar Messages

  • The settings on the tab for "delegate" was not properly stored.

    Hello group,
    I try to write it in english - but it is a try only *g
    Since last week I can´t set or delete any user or groups from the delegate tab.
    Only User in the IT OU can set delegates. I´ve compare the users with acldiag and I can´t see any differnce.
    I´ve try to move the users to the IT OU but the problem is the same.
    New Users have the same problem. I´ve copy a User that can set delegates but the copied user can´t set it. 
    Die Einstellungen auf der Registerkarte für "Stellvertretungen" wurde nicht
    korrekt gespeichert. Liste zum Senden im Auftrag kann/können nicht aktiviert werden.
    Sie besitzen nicht die erforderliche Berechtigungen, um diesen Vorgang mit diesem Objekt auszuführen.
    I´ve translate the error message with google language tools.
    The settings on the tab for "delegate" was not
    properly stored. List to send in the order can or can not activated will.
    You do not have the required permissions to perform this operation with this object.
    Our enviroment is a single W2k3R2 Domain with 2 Ex2k3 and 1 Ex2k7 Server.
    Thx for any help!!
    Kind Regards
    Denis Ecklerhttp://www.ewig-drohendes-versagen.de
    ICE 2009 I´ll be there -> http://www.ice-lingen.de/

    Hi Denis,
    At this time, I suggest you apply following hotfix on a problem Outlook 2007 client to check whether the error still exists:
    Error message when you try to add a delegate in Outlook 2007: "The Delegates settings were not saved correctly"
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;950794
    I would like to explain that the hotfix is included in Office 2007 Service Pack 2. Therefore, you can simple install SP2 on Outlook 2007 and create the registry key indicated in the KB article.
    Please understand that before this hotfix was created, the "Send on Behalf" (PublicDelegates) permission was considered a mandatory part of adding a delegate. This hotfix lets you add the delegate without setting the "Send on Behalf" (PublicDelegates) property.
    The "Send on Behalf" permission is not needed for meeting-related messages. Therefore, even without the "Send on Behalf" permission, delegates can successfully send meeting requests and responses on behalf of the calendar owner. However, when you use a delegate that does not have the "Send on Behalf" permission to send a non-meeting-related message on behalf of the owner, the operation fails.
    After installing the hotfix and apply the registry key change, if the error can be resolved, we can conclude that the issue occurs due to Outlook is not able to update the PublicDelegates attribute successfully due to permission issue. After your previous post, I notice the issue occurs even if you create a new user.
    At this time, would you please let me know whether the new user belongs to any group (except domain users)? I also suggest you use DSACLS tool to export the ACLs of the user object to check whether acl may reject the user to update AD attribute.
    DSACLS “distinguished name of the user object” >acls.txt
    Thanks,
    Mike

  • How to modify  the search results of the GUI for subscribing to calendars

    How to modify the search results of the GUI for subscribing to calendars
    Note:
    <OL>
    <LI>The following information applies only to iPlanet Calendar Server 5.0
    Patch 3.
    <LI>All of the cases for which the XSLT changes will work have not been
    verified.
    <LI>The following is only an example of an XSLT customization.
    </OL>
    The example below shows a sample customization of the
    search_for_calendars
    dialog. This customization will result in the Display Name being included as
    part of the search results in the GUI, which would normally show just the
    calendar ID. It will render the returned calendars in the following format:
    <P>
    Display Name - <I>description</I>
    <P>
    Normally, the format would be as follows:
    <P>
    Calendar-ID - <I>description</I>
    <P>
    </A>
    The example consists of the following two files:
    <P>
    <OL>
    <LI>search_for_calendars_common.xsl
    (the entire XSLT file)
    <P>
    <LI>diffctx.txt
    (the context sensitive diff patch file,
    which basically shows only the changes that need to be made)
    </OL>
    <P>
    <HR>
    </A><B>
    search_for_calendars_common.xsl</B>
    <?xml version="1.0" ?>
    <!DOCTYPE xsl:stylesheet (View Source for full doctype...)>
    - <!--
    set the output properties
    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
    result-ns="http://www.w3.org/TR/REC-html40">
    -->
    - <xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
    - <!-- set the output properties
    -->
    <xsl:output method="html" encoding="ISO-8859-1" />
    <xsl:include href="data/common.xsl" />
    <xsl:include href="data/i18n.xsl" />
    <xsl:include href="data/date_format.xsl" />
    <xsl:include href="data/dialog_tabs.xsl" />
    - <xsl:template match="/">
    <xsl:apply-templates select="calendar" />
    </xsl:template>
    - <xsl:template match="calendar">
    - <xsl:choose>
    - <xsl:when test="@top='true'">
    - <xsl:variable name="Frame1">
    <xsl:value-of select="frame[1]" />
    </xsl:variable>
    - <xsl:variable name="Frame2">
    <xsl:value-of select="frame[2]" />
    </xsl:variable>
    - <xsl:variable name="Frame3">
    <xsl:value-of select="frame[3]" />
    </xsl:variable>
    - <xsl:variable name="tab_value">
    <xsl:value-of select="@tab" />
    </xsl:variable>
    - <HTML>
    - <HEAD>
    <xsl:call-template name="contextJavascript" />
    <TITLE>Calendars Search: Calendar Express - iPlanet</TITLE>
    </HEAD>
    - <FRAMESET border="0" frameborder="0" rows="77,*,71">
    <FRAME name="tab" marginheight="0" marginwidth="0" scrolling="no"
    scrollbars="no" src="{$Frame1}" />
    <FRAME name="main" frameborder="0" src="{$Frame2}" />
    <FRAME name="button" marginheight="0" marginwidth="0" scrolling="no"
    scrollbars="no" frameborder="0" src="{$Frame3}" />
    </FRAMESET>
    </HTML>
    </xsl:when>
    - <xsl:when test="@view='searchProperties'">
    - <xsl:for-each select="group">
    - <xsl:if test="@name='searchProperties'">
    <xsl:call-template name="search_toolbar" />
    </xsl:if>
    </xsl:for-each>
    </xsl:when>
    - <xsl:when test="@view='main'">
    - <xsl:for-each select="group">
    - <xsl:if test="@name='main'">
    <xsl:call-template name="main" />
    </xsl:if>
    </xsl:for-each>
    </xsl:when>
    - <xsl:when test="@view='button'">
    - <xsl:for-each select="group">
    - <xsl:if test="@name='button'">
    <xsl:call-template name="button_root" />
    </xsl:if>
    </xsl:for-each>
    </xsl:when>
    - <xsl:otherwise>
    - <html>
    What's this view? (search_for_cals.xsl) -
    <xsl:value-of select="@view" />
    </html>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    - <xsl:template name="search_toolbar">
    - <HTML>
    <xsl:call-template name="emit_frame_head_tag" />
    - <BODY bgcolor="{$bgcolor_background}" background="imx/tdbg.gif"
    marginwidth="0" marginheight="0" onload="window.focus()">
    - <FORM>
    - <xsl:attribute name="action">
    <xsl:value-of select="./formdata@action" />
    </xsl:attribute>
    <xsl:attribute name="name">form</xsl:attribute>
    <xsl:attribute name="onSubmit">document.forms[0]['find'].click(); return false;
    </xsl:attribute>
    <xsl:apply-templates select="formdata" />
    - <CENTER>
    - <TABLE border="0" cellpadding="2" cellspacing="0" width="100%" height="100%">
    - <TR>
    - <TD align="center">
    - <TABLE border="0" cellpadding="3" cellspacing="1">
    - <TR>
    - <TD colspan="4">
    <FONT size="{$font_size_big_2}" face="{$font_name}">Find all calendars where
    the calendar</FONT>
    </TD>
    </TR>
    - <TR>
    - <TD valign="baseline">
    - <FONT size="{$font_size_big_2}" face="{$font_name}">
    - <SELECT name="which">
    <OPTION value="name;calid">name or ID</OPTION>
    <OPTION value="name">name</OPTION>
    <OPTION value="primaryOwner">primary owner</OPTION>
    <OPTION value="calid">ID</OPTION>
    </SELECT>
    </FONT>
    </TD>
    - <TD valign="baseline">
    - <FONT size="{$font_size_big_2}" face="{$font_name}">
    - <SELECT name="how">
    <OPTION value="0">contains</OPTION>
    <OPTION value="1">begins with</OPTION>
    </SELECT>
    </FONT>
    </TD>
    - <TD valign="baseline">
    <INPUT type="text" name="what" />
    </TD>
    - <TD valign="baseline">
    - <FONT size="{$font_size_big_2}" face="{$font_name}">
    - <INPUT type="button" name="find" value="Find">
    - <xsl:attribute name="onClick">
    <xsl:value-of select="./button[@name='find']" />
    </xsl:attribute>
    </INPUT>
    </FONT>
    </TD>
    </TR>
    </TABLE>
    </TD>
    </TR>
    </TABLE>
    </CENTER>
    </FORM>
    </BODY>
    </HTML>
    </xsl:template>
    - <xsl:template name="main">
    - <HTML>
    <xsl:call-template name="emit_frame_head_tag" />
    - <BODY bgcolor="{$bgcolor_background}" background="imx/tdbg.gif"
    marginwidth="0" marginheight="0">
    - <FORM name="form" method="post">
    - <xsl:attribute name="action">
    <xsl:value-of select="./formdata@action" />
    </xsl:attribute>
    <xsl:attribute name="name">form</xsl:attribute>
    <xsl:apply-templates select="formdata" />
    <INPUT type="hidden" name="how" value="0" />
    <INPUT type="hidden" name="which" value="name;calid" />
    <INPUT type="hidden" name="what" value=" />
    <INPUT type="hidden" name="selectedGroup" />
    - <xsl:if test="(./calsearchresults/nomatch)">
    - <!-- print no match found
    -->
    &#38;nbsp;
    &#38;nbsp;
    No Match Found
    </xsl:if>
    - <xsl:for-each select="./calsearchresults/searchresultcal">
    - <P>
    &#38;nbsp;
    &#38;nbsp;
    - <FONT size="{$font_size_big_2}" face="{$font_name}">
    - <FONT size="{$font_size_big}" face="{$font_name}">
    Owner:
    <xsl:value-of select="@owner" />
    <FONT size="{$font_size_big}" face="{$font_name}" color="{$bgcolor_wend_mid}">|
    </FONT>
    Calendar ID:
    <xsl:value-of select="@id" />
    <BR />
    </FONT>
    - <FONT size="{$font_size_big_2}" face="{$font_name}">
    - <xsl:choose>
    - <xsl:when test="@subscribed='false'">
    &#38;nbsp;
    &#38;nbsp;
    - <INPUT type="checkbox" name="calendar">
    - <xsl:attribute name="value">
    <xsl:value-of select="@name" />
    </xsl:attribute>
    </INPUT>
    &#38;nbsp;
    &#38;nbsp;
    - <A target="_blank">
    - <xsl:attribute name="href">
    <xsl:value-of select="@viewCommand" />
    </xsl:attribute>
    <xsl:value-of select="@name" />
    </A>
    </xsl:when>
    - <xsl:otherwise>
    &#38;nbsp;
    &#38;nbsp;
    - <A target="_blank">
    - <xsl:attribute name="href">
    <xsl:value-of select="@viewCommand" />
    </xsl:attribute>
    <xsl:value-of select="@name" />
    </A>
    &#38;nbsp;
    (Subscribed)
    </xsl:otherwise>
    </xsl:choose>
    - <xsl:if test="string-length(@description) > 0">
    &#38;nbsp;
    &#38;nbsp;
    - <FONT size="{$font_size_big}" face="{$font_name}">
    <xsl:value-of select="@description" />
    </FONT>
    </xsl:if>
    </FONT>
    </FONT>
    </P>
    </xsl:for-each>
    </FORM>
    </BODY>
    </HTML>
    </xsl:template>
    </xsl:stylesheet>
    <P>
    <A HREF="#back">Back</A>
    <P>
    <HR>
    </A>
    <B>diffctx.txt</B>
    Index: search_for_calendars_common.xsl
    ===================================================================
    RCS file: /m/src/ns/server/msg/calendar/core/html/search_for_calendars_common.xsl,v
    retrieving revision 1.1.2.14
    diff -c -r1.1.2.14 search_for_calendars_common.xsl
    *** search_for_calendars_common.xsl 2000/12/12 23:10:43 1.1.2.14
    --- search_for_calendars_common.xsl 2001/03/15 23:55:19
    *** 182,188 ****
    &#38;nbsp; &#38;nbsp;
    <INPUT type="checkbox" name="calendar">
    <xsl:attribute name="value">
    ! <xsl:value-of select="@id"/>
    </xsl:attribute>
    </INPUT>
    &#38;nbsp; &#38;nbsp;
    --- 182,188 ----
    &#38;nbsp; &#38;nbsp;
    <INPUT type="checkbox" name="calendar">
    <xsl:attribute name="value">
    ! <xsl:value-of select="@name"/>
    </xsl:attribute>
    </INPUT>
    &#38;nbsp; &#38;nbsp;
    *** 190,196 ****
    <xsl:attribute name="href">
    <xsl:value-of select="@viewCommand"/>
    </xsl:attribute>
    ! <xsl:value-of select="@id"/>
    </A>
    </xsl:when>
    <xsl:otherwise>
    --- 190,196 ----
    <xsl:attribute name="href">
    <xsl:value-of select="@viewCommand"/>
    </xsl:attribute>
    ! <xsl:value-of select="@name"/>
    </A>
    </xsl:when>
    <xsl:otherwise>
    *** 199,205 ****
    <xsl:attribute name="href">
    <xsl:value-of select="@viewCommand"/>
    </xsl:attribute>
    ! <xsl:value-of select="@id"/>
    </A>
    &#38;nbsp;(Subscribed)
    </xsl:otherwise>
    --- 199,205 ----
    <xsl:attribute name="href">
    <xsl:value-of select="@viewCommand"/>
    </xsl:attribute>
    ! <xsl:value-of select="@name"/>
    </A>
    &#38;nbsp;(Subscribed)
    </xsl:otherwise>
    <P>
    <A HREF="#back">Back</A>

    Maybe on the Google API s page?

  • Can Flash be used as the GUI for an application

    Can Flash be used as the GUI for an application (desktop software, not web based) written for the .NET framework? I want to author an application that would be perfect for flash as a the GUI, but it would need to be able to support a pretty full API for Flash and the wrapper application, written in c#, as they would be passing a lot of data between eachother, as well as getting and sending data over the web. So, can Flash be used in .NET? What kind of API does it have? Or am I stuck with the Windows look/feek thanks, 

    i'm no expert on this, but read up on Adobe Air. In the most basic terms it allows you to create flash apps that can be deployed on the desktop and will run mac/windows.
    this article here might address your exact query:
    http://ajaxian.com/archives/commandproxy-integrating-air-and-net

  • How do you get to the options for export settings with the new quicktime?

    I'm having trouble with the new quicktime pro. I'm trying to export a video with specific settings when exporting. It seems that in this version of quicktime you export and the only options i get is how to format : for ipad/pod/phone or 480p which is not what I want I need to change the settings to make my video 480x360 and fast start for web. can someone help

    How do you get to the options for export settings with the new quicktime?
    You don't Use QT 7 "Pro", GarageBand, a video editor app, or a third-party app like MPEG Streamclip all of which can access user conversion settings.

  • [svn:fx-trunk] 11548: MXFTEText. css now has a type selector for FTEDataGridItemRenderer that matches the one for DataGridItemRenderer in the MX default .css file.

    Revision: 11548
    Author:   [email protected]
    Date:     2009-11-06 16:35:27 -0800 (Fri, 06 Nov 2009)
    Log Message:
    MXFTEText.css now has a type selector for FTEDataGridItemRenderer that matches the one for DataGridItemRenderer in the MX default.css file. Both set paddingLeft to 5.
    QE notes: None
    Doc notes: None
    Bugs: SDK_22741
    Reviewer: Alex
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/MXFTEText.css
        flex/sdk/trunk/frameworks/spark-manifest.xml

    AN UPDATE ON MY ISSUE:
    It appears to be limited to Dreamweaver. When I upload the files to my server and use BrowserLab or Microsoft SuperPreview the pages are rendering properly in all versions of IE. It's only broken when viewing in Design view within Dreamweaver or when using BrowserLab from within Dreamweaver. So at least I know my website works, which is a huge relief, but does anyone have any idea why Design view would complete ignore my styles? It's very annoying.

  • My laptop is connected to company LAN on wire and I have another active wifi connection provided by a router. Can I use the wifi connection for mozilla connection and the wired for everything else? I'm on Win7.

    I have 2 simultaneous active connections:
    no1: wired connection to company lan; private IP 172.19..
    no2: wireless connection to unrestricted traffic router; private IP: 192.168...
    my question: can I use the wireless connection for mozilla traffic and the wired for everything else?
    I'm on Windows7 Prof, all security updates installed.

    Go to Control Panel > Network and Internet > Network and Sharing Center >
    Click Change adapter settings from left panel > Open the network connection you want to change the DNS servers for by right click and select Properties > Select
    Internet Protocol Version 4 (TCP/IPv4) and click Properties button > Choose the
    Use the following DNS server addresses > enter the IP address for a
    Preferred DNS server as well as an Alternate DNS server.
    Primary DNS: 8.8.8.8
    Secondary DNS: 8.8.4.4
    This IP belongs to Google public DNS.
    Note: Wired connections are usually labeled as Ethernet, while wireless ones are usually labeled as
    Wi-Fi or Wireless Network Connection.
    Uncheck Internet Protocol version 6
    Mark as Answer if it's worked. Thanks. Balamurugan_Subramaniyan

  • On my iphone 5 ios8, i have an apple id for App store and a defferent id for Icloude. i forgot the pw for the icloude id. how can i reset or delete icloude ?

    on my iphone 5 ios8, i have an apple id for App store and a defferent id for Icloude. i forgot the pw for the icloude id. how can i reset or delete icloude ?

    Greetings chaimba216,
    After reviewing your post, I located an article that can help with resetting your iCloud password:
    iCloud: Change your iCloud password
    Your iCloud password protects the privacy of the information (such as your email) stored in iCloud. Your password also protects your ability to locate or remotely erase your device using Find My iPhone. You should regularly change your iCloud password to protect your information. Your iCloud password is the password for the Apple IDyou use to sign in to iCloud.
    Important: If you use the same Apple ID for iCloud as you do with other Apple services such as the Apple Online Store, iTunes Store, App Store, or to purchase products in iPhoto or Aperture, changing your iCloud password also changes your password for these services. Make sure you sign in to those locations using your new password.
    Go to the My Apple ID website (appleid.apple.com) and follow the instructions to reset your Apple ID password.
    For more information, see the Apple Support article Apple ID: Changing your password.
    After changing your iCloud password, make sure you update it on all your devices and in any email apps you use to get your iCloud email.
    On your iPhone, iPad, or iPod touch: Go to Settings > iCloud, then tap your iCloud account.
    On a Mac: Choose Apple menu > System Preferences, then click iCloud.
    On a Windows computer: Open iCloud for Windows.
    In your email apps: Check the help provided for the email apps you’re using.
    If you set up iCloud on your iPhone, iPad, or iPod touch, make sure to set up a passcode lock on your device for added security. (Go to Settings > Passcode or Touch ID & Passcode.)
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • 2-3 things to watch out for when SAP is the source for a Data Warehouse

    Hello
    What are 2-3 things to watch out for when SAP is the source for a Data Warehouse (Informatica for ETL and Cognos for reporting)?
    Thanks
    G. Vijay

    Going through some or all of this might help:
    Empty Safari's cache (from the Safari menu), then close Safari.
    Go to Home/Library/Safari and delete the following files:
    form values
    download.plist
    Then go to Home/Library/Preferences and delete
    com.apple.Safari.plist
    Repair permissions (in Disk Utility).
    Start up Safari again, and things should have improved.
    If not, MacFixit have published a very detailed (very!) article on speeding up a slow Safari, here:
    http://www.macfixit.com/article.php?story=20070416000657464
    Many, including me, have also followed the advice given by others here to add DNS codes to their Network Settings, with good results in terms of speed-up:
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu. Click on TCP/IP and in the box marked 'DNS Servers' enter the following two numbers:
    208.67.222.220
    208.67.220.222
    Click on Apply Now and close the window.
    Restart Safari, and repair permissions.

  • HT204053 i have two apple id one for Store purchases and the other for iCloud, and i want to merge them into one, can i transfer all app from one to other ?

    i have two apple id one for Store purchases and the other for iCloud, and i want to merge them into one, can i transfer all app from one to other ?

    It is not possible to merge Apple IDs.

  • In oneasset class i have created 2 assets by using of aso1 after that i acquired one asset for that i run the depreciation for first 5 periods, it has been showing depreciation for those period but if i am trying to run the depreciation for second asset i

    in on asset class i have created 2 assets by using of aso1 after that i acquired one asset for that i run the depreciation for first 5 periods, it has been showing depreciation for those period but if i am trying to run the depreciation for second asset it is not showing first 5 periods why it is not showing? Is there any reason?

    Hi
    Repeat run you can do only for the last depreciation period. For the asset which you are tryin to post depreciation from July to Jan, please check the asset value date which you have given while posting the transactions or in the asset master.
    If the asset value date is in July, then deprecaition from July - Jan will get posted in the current month depreciation in total. You will not be able to post depreciation individually month wise using AFAB.
    REgards
    Malathi

  • Hello there .. When I want to change my security question I can't and show me Emil not for me to send the information for change the security question how to fix this problem

    Hello there .. When I want to change my security question I can't and show me Emil not for me to send the information for change the security question how to fix this problem

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a rescue email address or a Security Questions issue, then see:
             If you forgot the answers to your Apple ID security questions - Apple Support.
             Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • I have a CC subscription for Lightroom and purchased the upgrade for my standalone Ver. 5 to Ver. 6, but I can't install the standalone upgrade. Anyone have any idea how to do it?

    I have a CC subscription for Lightroom and purchased the upgrade for my standalone Ver. 5 to Ver. 6, but I can't install the standalone upgrade. Anyone have any idea how to do it?

    sjrozas wrote:
    I'm only trying out the subscription. Thanks for being so concerned about my finances.
    Sent from my mobile.
    Your initial post indicated that you had a CC subscription. That seems to imply that you have subscribed. If you hadn't already purchased Lightroom 6 I would suggest that you wait until you decide about CC. You really don't need both because the Lightroom program is precisely the same except for Lightroom 6 without the creative cloud has no Lightroom mobile capabilities. But I was only trying to help.

  • Looking for free resources on the web for Primaver

    I am looking for free sources on the web for Primavera. I
    want to study the program.

    Primavera Support can give you access to a free one
    day web based training class if you have a current
    license.

  • Help in deciding the GUI for my project..

    Hi,
    Earlier in this forum for the same question some of you had given very useful replies.. My doubt now is which IDE should i use for my project ( project scheduler in a client/server environment) . I first decided it as Eclipse and then for my project's GUI i thought of using SWING but after reading some threads in other forums i understood that if ECLIPSE is being used then you can't use SWING for GUI am i right????? and please tell me which is the fastest way to build a GUI ??? for my project i also want to add some gantt charts so my GUI should also be compatible with it... so any suggestions ?????

    kavi_g wrote:
    hey thank you all for your replies that was really helpfull.. I can now continue with my projects without any confusion..
    As for J2EE, if you're making an enterprise app, might it not make more sense to use servlets or jsp to make a web-based GUI, instead of making a desktop app?
    - AdamDO you mean to tell you can use SWING to build only for desktop applications???? Using servlets and jsp with embedded HTML for GUI will be fine but it wont have that high level GUI which is needed for my project.. Correct me if i am wrong...I would say that you are incorrect on both counts. You certainly can use swing for web-based applications, if you want to make an applet, and embed that in the web page. I have done that before, when the situation called for it. However, when it's feasible to use jsp, I would say that jsp is the better option.
    Also, the capability for rich, highly interactive GUIs in javascript has always been there. It's just taken a long time for people to reach it's potential. AJAX is a good technology to look into. And there's tons of open-source material on the web for creating GUI widgets above and beyond those provided by HTML. It's really a question of your relative skill in java / javascript, and how much time you have.
    - Adam

Maybe you are looking for

  • Mid 2009 13" macbook pro battery 60watt hours vs 63.5w??

    I have a mid 2009 13" mbp, and as they do, the battery has been getting weaker and weaker. Having check the serial codes I  ordered one online which I have fitted. When I plugged the computer in to charge, the LEDs on the side flashed 5 times ( which

  • Open items in GL is showing green tick instead of red point

    Hi experts, In some GLs,we have observed that while run FBL3n,Open items in GL is showing green tick instead of red point. Please advise. Regards, Samar

  • The newest version of iTunes will not recognize my iPod

    I have never had any problems with iTunes recognizing my 4th generation iPod touch until I installed the newest version of iTunes. I have went through the troubleshooting tip in the Apple Support Center...all of them...several times. However, my iPod

  • Microphone Problems

    Hello, I'm having a problem with the quality of the sound my microphone is recording. When I record something, the first half-second or so of the recording sounds crisp and clear, while the rest of the recording sounds muffled or even choppy. I'm usi

  • Save log file on Desktop

    Hi, I have created a script (see below) which alert unused character and paragraph style in active document. My Script myUnusedParagraphStyleName(); myUnusedCharacterStyleName(); function myUnusedParagraphStyleName() var myDoc = app.activeDocument; v