Standard uses of log4j in designing business software

I'm currently doing a research on the standard usage of the 5 levels of Log4j. My question is that is there a standard convention of which level to use when we program? Like should we use DEBUG more often than INFO? I understand that there are certain circumstances which require us to use a specific level. However, how about when we don't have the special cases; which level do we use usually (esp. when we write programs at the production level)? Is there a general concensus/convention/standard?
Also, what is a good approach/standard for logging entry and exit of the method?
I know that this might be a quite specific question. I'm also trying to find out what other programmers/companies are doing...(do they have a standard way of using it?) But It seems really hard to find exact information I'm looking for. If anyone could offer some outlets for finding the solutions to my question, that'd be great. Thank you.

This is a bit off-topic, since this forum is dedicated to Java Business Integration (JSR 208) specifically, rather than general business software topics. Also, JBI provides direct support for the standard Java logger. Other loggers can be used by JBI plug-in components, but these should be either adapted to the standard logger, or else the ability to correlate activity by multiple plug-in components will be lost, or at least made very difficult.
I'm not aware of a general consensus about use of logging levels, and separate loggers. In general, it is good to remember there are two separate audiences for logs:
- users, wishing to understand the behaviour of the application (particularly misbehaviour!)
- developers, wishing to understand the technical behaviour of the application.
There are two separate domains. The user needs to understand what is happening in terms of application domain concepts. The developer needs to understand what is happening in terms of implementation domain concepts. (In O-O these can intersect.)
For each type of logger audience, the various logging levels are used to develop a more and more detailed picture of application activities, as the level is increased to finer granularity. Each level should develop a coherent, consistent explanation of applicaition activity. It helps to have project guidelines about what should be logged at each level, so that levels are used consistently throughout an application.
The actual guidelines are a product of the application domain itself, pragmatism, and developer "taste." We've all seen logging systems that permit flexible, useful diagnosis of troubles experiences by production systems, and we've all seen counterexamples: logging systems that produce meaningless data, or that cripple the production system when turned on at the lowest logging volume. We tend of imitate those successful examples, and avoid repeating the failures.
There are academic studies of using program traces of a specific kind to help validate the program (i.e., the trace can be demonstrated to be coming from a correct or incorrect implementation). These studies don't look at logging levels, as far as I have seen: they assume a trace that is related to a formal model of the application, which is much different in purpose than most application logging.

Similar Messages

  • Hi, just bought Adobe CS6 Design standard and i can't download the software?

    Hi,
    Just bought Adobe CS6 Design standard and i can't download the software?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Upgrade CS3 Design Standard using CS3 Design premium Upgrade?

    Is this possible?
    My employer purchased an Adobe Creative Suite 3 Design Premium Upgrade, and I have the Standard version of CS3 installed on my G4; there is nothing mentioned in the system requirements list, but on the box front it reads "This upgrade version of Adobe Creative Suite 3.3 Design Premium will install only if you are a licensed user of eligible Adobe Creative Suite 3 Design Premium software."
    That seems to be pretty definitive, but I thought I'd check with some more knowledgeable users.

    m,
    What your boss has and what you have is not relevant. The two Creative Suites are two distinct versions, each with its own license and upgrade path.
    Aside from it being illegal, you cannot use your boss' software Premium version to upgrade your Standard version.
    Beyond that, CS3 and CS3.3 are both discontinued. My recommendation would be to save for a newer computer and CS4 Standard or Premium.
    Neil

  • Updated to lion now I cannot use any of my design software.  Thanks apple!

    I updated to lion now I cannot use any of my design software, as no PowerPC apps can be supported
      Thanks apple!

    Pursley wrote:
    I updated to lion now I cannot use any of my design software, as no PowerPC apps can be supported
      Thanks apple!
    If you would have done some simple product research you would have known this before intsalling Lion.

  • Use SCCM as a standard WSUS server as well as a Software Update point?

    Is it possible to use SCCM as a standard WSUS server as well as a Software Update point? I have 2 scenarios:
    1) create software update packages and deploy them via software update groups in Configuration Manager
    2) configure a group policy to set internal WSUS server to the SCCM server with SUP role, and allow servers to pull updates 
    - Is this technically possible?
    - Do I need to pre-download the updates that i want delivered via method (2) above ? 
    I am running Systems Center Configuration Manager 2012 R2 with SUP installed. 

    100% agree with Jason. Sounds like a idea full of hassle and I'd imagine weirdness could creep in. I'd use ConfigMgr to patch the servers for the advanced reporting alone.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How do you design a software well?

    Hi people,
    I am hoping you can join me in this discussion and provide me tips as to being a better software developer. I am sure your vast experiences can give me the way to a best practice in terms of programming, development, and system design. Hopefully this thread will help others too.
    Firstly, please allow me to introduce myself and provide a little background as to why I am requesting advice for the titled issue here. My name is James and I have been working as a Java developer (on and off) for more than three years now. The projects I have been involved till now are web applications. However, I have to say their designs leave much to be desired.
    For my projects, I have to do them starting from scratch, i.e. from gathering user requirements and formalizing the business processes to system design and development. This is when my weaknesses come into play. I understand what the user requirements are in general but always have a problem of translating them into formal business processes (diagrams in particular) and eventually into a good system design. I have difficulty in visualizing how the system is going to look like in terms of the classes, objects and identifying the relationships between classes properly in separating the code. I always ended up with messy classes of codes which are hard to maintain.
    So my question is: how to get a good design for a system such that one can write a good framework or a good set of packages?
    Thank you very much for any comments.
    Regards,

    There are lots of books about software design. Have a look at them on Amazon or in a book store.
    Have a look at UML (Unified Modeling Language). UML defines a number of diagrams, such as use case diagrams, sequence diagrams, class diagrams etc., to help you find out requirements and design your software system, and it's one of the most widely used tools for designing software systems.
    On a smaller scale, a book like Effective Java might be interesting.
    http://java.sun.com/docs/books/effective/

  • Using Java Icons in 3rd Party Software

    Hi,
    First apologies if this posted to the wrong forum but I could not find any others that were suitable.
    I develop a business process modelling tool that allows the user to create models that can be activated and executed as live enterprise systems.
    I wish to add the ability to call java classes/methods as part of the process. No problem there, but to represent the calling of Java I would like to use the standard Java "cup" icon within the graphical model that my software displays.
    Does anyone know if this is permissable by Sun? If I use Sun logo's in my software am I breaking any copyright laws etc. ? Would I need a disclaimer saying that Sun does not endorse my product if I did use it?
    I can't find any info on this in the readme's. I have found some re-usable toolbar icons supplied by Sun to keep a consistant look and feel but nothing more.
    Any help or advice would be appreciated.
    Cheers
    sanx

    http://java.sun.com/logos/

  • InDesign invoices or business software suggestions

    Hello,
    I've been using InDesign to create all my invoices with the help of Excel to calculate amounts, taxes, etc. Of course, since i have to manually enter everything in my ID file, sometimes mistakes happen....
    Someone once told me in these forums that he had stopped using ID for invoicing and had simply bought a business software. That's great but which one? I would still like to use my "template" in these software (as a background) and would like to know if anyone has any suggestions as to which software is the best?
    I'm from Canada (tax purposes) so only US software might not let me add another custom tax. Yeah! In Québec, we have the highest tax rates in the WORLD..... ;-((
    Thanks!
    L.

    I use Quick Books have designed my own Invoice color and all, then I use the setting pre printed Invoices and when you set it up in the template spaced correctly it will print in all the blanks.
    THEO

  • Is it unlawful to sell my used final cut studio version 3 software?

    I had listed my software at eBay after deauthorizing it from my Mac Pro. Was I under a contract with Apple that prevented me from reselling the software?(I'm afraid I don't have time to read pages of fine print.) Here's the message I just received from eBay after the closed my auction:
    You recently listed the following listing:
    300791938347 - Apple Final Cut Studio Version 3 (Version 2 Retail plus Version 3 Upgrade)
    Your listing has been removed.
    Your item was removed because of a request we received from BSA (Business Software Alliance) (US), a member of our Verified Rights Owner Program (VeRO), asking us to remove the item for:
    - Software offered for sale is in violation of an enforceable license agreement, which constitutes a copyright infringement.
    If you have additional questions or concerns on why your item was removed, please contact BSA (Business Software Alliance) (US) directly at:
    [email protected]
    Please allow 7 days for BSA (Business Software Alliance) (US) to reply to you.
    All listing fees associated with the removed item(s) have been credited back to your account.
    The rights owner or an agent authorized to act on behalf of the rights owner, BSA (Business Software Alliance) (US), notified eBay that this listing violates intellectual property rights. When eBay receives a report of this type of violation, we remove the listing to comply with the law.
    Copyright infringement is unlawful and against eBay policies. Copyright is the protection provided by law to the authors of creative works, such as movies, music, software, photographs, and books, both published and unpublished. Copyright owners have the exclusive right to reproduce the copyrighted work, to distribute copies of the copyrighted work, and to perform or display the copyrighted work publicly.
    eBay doesn't allow the listing of unauthorized copies of copyrighted works. Unauthorized copies include backup, pirated, duplicated, or bootlegged copies.
    If the product you are selling is a copy of another work that you aren't authorized to copy, don't list the item. eBay doesn't allow the sale of software if this violates the manufacturer's copyright license. Some common types of software with license agreement restrictions include:
    -- Academic software: Software that is sold at discounted prices to students, faculty members, and educational institutions
    -- Beta software: Early copies of software that are distributed by software developers for evaluation, testing, and troubleshooting purposes
    -- Original Equipment Manufacturer (OEM) software: Software that is included with the purchase of new equipment such as a computer, digital camera, or printer
    You may need to obtain the manufacturer's consent to sell this software.
    For more information, please visit:
    http://pages.ebay.com/help/policies/replica-counterfeit.html
    You may need to take a tutorial. The next time you sell, you may be asked to take the tutorial, if it's required. Once you've completed the tutorial successfully, please review your account status for any other possible concerns. If there are no other issues, you should be able to sell again.
    To take the intellectual property tutorial, please visit:
    http://pages.ebay.com/help/tutorial/verotutorial/intro.html
    Please be aware that any additional violations of this policy may result in the suspension of your account. eBay understands that you may be concerned about this situation. We encourage you to contact BSA (Business Software Alliance) (US) directly if you have any questions.
    You can send an email to: [email protected]
    For more information on how eBay protects Intellectual Property, or for additional information if you believe that your listing has been removed as a result of an error or misidentification, please visit the following Help page:
    http://pages.ebay.com/help/policies/programs-vero-ov.html
    For more information on why eBay may remove a listing, please visit:
    http://pages.ebay.com/help/sell/questions/listing-ended.html
    Please be assured that your listings have not been targeted in any way. Although there may be similar items currently listed on eBay, we review all listings that are reported to us by eBay members or Verified Rights Owner (VeRO) program participants. We rely on reports from our members to help maintain the safety and security of our Community. We encourage you to report any items by using the REPORT THIS ITEM button on the listing so we can quickly remove any other items that should be removed.
    If you have additional questions, contact our policy experts. Get started by clicking the link below:
    http://contact.ebay.com/ws/eBayISAPI.dll?ContactCS&Query=1337&Domain=Homer_EOA&F rom=5265
    We appreciate your understanding.
    Thanks,
    eBay
    Please don't reply to this message. It was sent from an address that doesn't accept incoming email.
    H5265

    eBay heavily "overprotects" copyright owners.
    The BSA is hired by Apple to look out for copyright violations. They simply go after everything without any investigation. eBay plays along and so you are the one with the problem to do something completely lega.
    Here is the relevant section of FCS's SLA:
    3. Transfer. You may not rent, lease, lend, sell, redistribute or sublicense the Apple Software. You may, however, make a one-time permanent transfer of all of your license rights to the Apple Software to another party, provided that: (a) the transfer must include all of the Apple Software, including all its component parts, original media, printed materials and this License; (b) you do not retain any copies of the Apple Software, full or partial, including copies stored on a computer or other storage device; and (c) the party receiving the Apple Software reads and agrees to accept the terms and conditions of this License. All components of the Apple Software are provided as part of a bundle and may not be separated from the bundle and distributed as standalone applications.
    This means that you are allowed to sell the package if you are the original owner of the software.

  • Using BW Query in designing Universe

    Hello Experts,
    I want to create Universe from BW Query. Can anyone tell me what are the steps of using BW query in Universe designing?
    I successfully connected my BW Dev. server with BO Universe and able to select Cubes in designing universes but I was not able to select any queries.
    Regards,
    Nirav Shah

    Hi Nirav,
    in order to be able to select BW queries when building a universe you have to first allow external access on them. You can do this by opening the desired query with the SAP query designer (Business Explorer Tools) and navigate to the properties of your query. In the "advanced" tab just check the "Allow external access to this query" option.
    Regards,
    Stratos

  • How to use recursive in Information Design Tools?

    Hi all,
    I want to use recursive for count number of employee in each organization. I write code something like this.
    with EmpCTE as
          select RootID = D.ORG_CD , D. ORG_CD, D .ParentOID
          from  (SELECT     CURRENT_LEAF as ORG_CD ,
                   D .DATE_KEY AS DateKey,
                        CASE WHEN LEAF_LEVEL = 1 THEN LEVEL0
                                   WHEN LEAF_LEVEL = 2 THEN LEVEL1
                                   WHEN LEAF_LEVEL = 3 THEN LEVEL2
                                   WHEN LEAF_LEVEL = 4 THEN LEVEL3
                                   WHEN LEAF_LEVEL = 5 THEN LEVEL4
                                   WHEN LEAF_LEVEL = 6 THEN LEVEL5
                        END AS ParentOID
           FROM [BISIPH_HR]. [dbo].[ORG_HIER_STD] H , MST_DATE_DIM D
           where 1= 1
           and D. DATE_KEY between BEGDA and ENDDA
           and D. DATE_KEY between C_L1_BEGDA_KEY and C_L1_ENDDA_KEY
           and D. DATE_KEY between C_L2_BEGDA_KEY and C_L2_ENDDA_KEY
           and D. DATE_KEY between C_L3_BEGDA_KEY and C_L3_ENDDA_KEY
           and D. DATE_KEY between C_L4_BEGDA_KEY and C_L4_ENDDA_KEY
           and D. DATE_KEY between C_L5_BEGDA_KEY and C_L5_ENDDA_KEY
           and D. DATE_KEY between C_L6_BEGDA_KEY and C_L6_ENDDA_KEY
           and D. DATE_KEY between C_L7_BEGDA_KEY and C_L7_ENDDA_KEY
           )   D
          where 1= 1
          AND DateKey = 20140101
          union all
          select EmpCTE. RootID, D .ORG_CD, D.ParentOID
          from (
            SELECT   CURRENT_LEAF as ORG_CD,
                   D .DATE_KEY AS DateKey,
                        CASE WHEN LEAF_LEVEL = 1 THEN LEVEL0
                                   WHEN LEAF_LEVEL = 2 THEN LEVEL1
                                   WHEN LEAF_LEVEL = 3 THEN LEVEL2
                                   WHEN LEAF_LEVEL = 4 THEN LEVEL3
                                   WHEN LEAF_LEVEL = 5 THEN LEVEL4
                                   WHEN LEAF_LEVEL = 6 THEN LEVEL5
                        END AS ParentOID
           FROM [BISIPH_HR]. [dbo].[ORG_HIER_STD] H , MST_DATE_DIM D
           where 1= 1
           and D. DATE_KEY between BEGDA and ENDDA
           and D. DATE_KEY between C_L1_BEGDA_KEY and C_L1_ENDDA_KEY
           and D. DATE_KEY between C_L2_BEGDA_KEY and C_L2_ENDDA_KEY
           and D. DATE_KEY between C_L3_BEGDA_KEY and C_L3_ENDDA_KEY
           and D. DATE_KEY between C_L4_BEGDA_KEY and C_L4_ENDDA_KEY
           and D. DATE_KEY between C_L5_BEGDA_KEY and C_L5_ENDDA_KEY
           and D. DATE_KEY between C_L6_BEGDA_KEY and C_L6_ENDDA_KEY
           and D. DATE_KEY between C_L7_BEGDA_KEY and C_L7_ENDDA_KEY
           ) D
          inner join EmpCTE on D .ParentOID = EmpCTE.ORG_CD
          AND D. DateKey = 20140101
    select distinct
    ORG_DIM.ORG_CD
    , ORG_DIM. ORG_DESC_T
    , EmpCTE. ParentOID
    --, EMP_DIM.EMP_CODE
    , cnt. Child
    , cntemp. ChildEmp
    from MST_EMP_DIM EMP_DIM
    INNER JOIN TXT_EMP_ORG_FACT EMP_ORG_FACT ON EMP_ORG_FACT .EMP_KEY = EMP_DIM.EMP_KEY
    INNER JOIN MST_ORG_DIM ORG_DIM ON ORG_DIM .ORG_CD = EMP_ORG_FACT.ORG_CD
    INNER JOIN EmpCTE ON EmpCTE .ORG_CD = ORG_DIM.ORG_CD
    INNER JOIN TXT_EMPLOYMENT_FACT EMPLOYMENT_FACT ON EMPLOYMENT_FACT.EMP_CODE_KEY = EMP_ORG_FACT.EMP_CODE_KEY
    INNER JOIN (
           SELECT ORG_CD = RootID, Child = COUNT (*)
           FROM EmpCTE
           GROUP BY RootID
    ) cnt ON cnt.ORG_CD = EMP_ORG_FACT. ORG_CD ------------------ ¹Ñº¨Ó¹Ç¹ ORG ·ÕèÍÂÙèãµé ORG »Ñ¨¨ØºÑ¹
    INNER JOIN (
           SELECT ORG_CD = RootID, ChildEmp = Count (*)
           FROM EmpCTE
           INNER JOIN TXT_EMP_ORG_FACT EMP_ORG_FACT ON EmpCTE .ORG_CD = EMP_ORG_FACT.ORG_CD
           INNER JOIN MST_EMP_DIM EMP_DIM ON EMP_ORG_FACT .EMP_KEY = EMP_DIM.EMP_KEY
           INNER JOIN TXT_EMPLOYMENT_FACT EMPLOYMENT_FACT ON EMPLOYMENT_FACT.EMP_CODE_KEY = EMP_ORG_FACT.EMP_CODE_KEY
           WHERE 1= 1
           AND 20140228 BETWEEN EMP_ORG_FACT.ORG_ASSIGN_START_DT_KEY AND ORG_ASSIGN_END_DT_KEY
           AND 20140228 BETWEEN EMP_DIM.EMP_START_DATE_KEY AND EMP_DIM.EMP_END_DATE_KEY
           AND 20140228 BETWEEN EMPLOYMENT_FACT.START_DATE_KEY AND EMPLOYMENT_FACT.END_DATE_KEY
           AND EMP_ORG_FACT. EMP_ASSIGN_PAYROLL_AREA_CD IN ('Z1', 'Z2')
           AND EMPLOYMENT_FACT. EMPLOYMENT_STATUS_KEY = 3
           GROUP BY RootID
    ) cntemp ON cntemp.ORG_CD = EMP_ORG_FACT. ORG_CD
    WHERE 1= 1
    AND 20140228 BETWEEN EMP_ORG_FACT.ORG_ASSIGN_START_DT_KEY AND ORG_ASSIGN_END_DT_KEY
    AND 20140228 BETWEEN EMP_DIM.EMP_START_DATE_KEY AND EMP_DIM.EMP_END_DATE_KEY
    AND 20140228 BETWEEN EMPLOYMENT_FACT.START_DATE_KEY AND EMPLOYMENT_FACT.END_DATE_KEY
    AND EMP_ORG_FACT. EMP_ASSIGN_PAYROLL_AREA_CD IN ('Z1', 'Z2')
    AND EMPLOYMENT_FACT. EMPLOYMENT_STATUS_KEY = 3
    ORDER BY EmpCTE.ParentOID
    and result
    I want to create ChildEmp object for display in web-i report. How can i use recursive in Information Design Tools? or Do you have other solution for this?
    Thank you for your advise.
    Notto Zung

    Hi,
    NoDim is a function of the Bex query formula ,  so you can't delegate that to the cube.
    What object is, and what are you trying to do.   For example,  Sales, and trying to leave out Currency attribute.
    You can do an awdful of customizing  in a Business Layer or Data Foundation,  that is where your solution where probably come from.
    Regards,
    H

  • About Adobe CS3 Design Premium Software Package Plz Help.

    Hi All,
    I am doing a course in Designing Websites With Dreamweaver my
    lecturer has told me to buy the Adobe CS3 Design Premium Software
    package as I would like to be self employed selling my own
    websites, my question is: how often will I need to upgrade the
    Adobe CS3 Design Premium Software package (commercial use) do I
    have to do it every time new Adobe Software comes out? is it
    possible to leave it until the second or third new version of Adobe
    CS3 Design Premium Software package comes out so I will be able to
    get the upgrade version?
    My other question is: my lecturer has advised me to buy the
    Student Version of Adobe CS3 Design Premium Software package (for
    non commercial use) is it true that Adobe will limit your usage? if
    yes how do they do it? as there are probably millions of Adobe CS3
    Design Premium Software packages in the UK alone!
    Thank You For Reading This And Maybe Replying To It.
    Yours Sincerely,
    Oliver

    > last question I promise (lol): What is the difference
    between the Full
    > Version
    > and the Upgrade Version?
    Functionally, nothing but from a licensing point of view:
    everything.
    A Full version of the software is a brand new license so the
    software can be
    installed on a computer which does not already have the
    software installed.
    e.g. CS3 Full version + CS3 Full version = CS3 (2 licenses; 1
    on each
    computer))
    An Upgrade version is merely an upgrade to an existing
    license. i.e. can
    only be used to upgrade an existing, qualifying installation
    of the software
    on a computer. An upgrade cannot be installed on a computer
    which does not
    already have an earlier qualifying version of that software
    installed.
    e.g.
    CS2 Full version + CS3 Upgrade = CS3 (1 license)
    CS Full version + CS3 Upgrade = CS3 (1 license)
    Version 7 Full version + CS3 Upgrade = CS3 (1 license)
    But Version 6 Full version + CS3 Upgrade = cannot be done
    because Version 6
    does not qualify for a CS3 upgrade license (Adobe policy).
    Regards
    John Waller

  • Is it possible to design Business Cards

    I'm a newcomer to the world of Photoshop Elements in fact I only loaded the Programme onto my computer 10 minutes ago.
    Whilst browsing thru Photoshop Elements I noticed that in the "Create" section whilst it can do most things, I didn't see if you could
    design Business Cards, has anyone tried this & with what success.

      Try Vistaprint. They have a host of templates and you simply enter your details on line.
    You can get 250 free (you pay postage only) if you don’t mind their small logo on the back.
    I’ve used them myself and it’s a very good service - depending on your location.
    http://www.vistaprint.co.uk/business-cards-tabbed.aspx?GP=1%2f18%2f2012+12%3a23%3a03+PM&GP S=2322846733&GNF=0&GPLSID=&rd=2
     

  • Adobe Creative CS5 Suite Design premium software compatible??

    Hello! I am new to the Apple support forum!!
    And also to my new mac that I got a few months ago last year!!
    I want to ask a simple question!!
    I have an Adobe Creative Suite CS5 Design Premium software that I brought online
    from "The Academic SuperStore a few months ago last year however, I brought
    the windows verison of this software program. Is the windows version of this program
    compatible with my 13 inch MacBook Pro computer?? Do I have to buy another
    version of this program that is only for the mac platform and not the windows platform??
    My operating system on my macbook pro computer is Snow Leopard Mac OS X 10.7.5
    and here is some other information about my computer as well:
    Processor Name:          Intel Core i5
      Processor Speed:          2.5 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Boot ROM Version:          MBP91.00D3.B08
      SMC Version (system):          2.2f38
      Serial Number (system):          C1*******TY3
      Hardware UUID:          ****
      Sudden Motion Sensor:
      State:          Enabled
    <Edited By Host>

    So what do I do in the mean time!!
    Because, what had happen was that I was rushin trying to get this computer
    I wanted it so bad!! and now I can't even use the program I spent close to
    $600 on online at the Academic SuperStore. Now I am stuck
    with it and it is just sitting around collecting dust. I didn't know!! that I was
    going to have to buy another version of this program for it to work on my
    mac??? Me and my mother doesn't have another $600 to spend on another
    copy of this program in a different platform. Plus, this puts me behind in
    important work I was hoping that I could use it to design and create my
    mothers website for her non-profit organization and now I can't!!!
    I think that this is very unfair!!! and it is upsetting me!!! it is unfair to those
    who cannot afford this program and to people like me don't have this type
    of money to buy this expensive program. me and my family are poor!! we
    hardly have any food in our house and the SSI people have cut our foodstamps
    down to $70 total a month that doesn't nearly amount to the amount of food
    we buy in the store every year.
    My mother brought this MacBook pro computer online off of her debit card
    for me as a college graduation gift last year hoping I would get some type
    of use out of it!!! I say!! me having my first apple computer is starting to
    become very Dissapointing to me and my mother!!!!!!!

  • Ideal Ways of Designing business areas

    Hello All
    Can any one tell what are the ideal ways of designing business areas.Like what are the thumb rules companies generally follow when they are designing business areas.If we can directly club the tables according to our functional modules or prepare a views out of them.Please suggest any good documents if there are available
    Cheers
    Sudheer

    Hi,
    Business areas are really just a groups of folders to which you can assign privileges. Therefore your main drivers for designing the BAs are which users need to see what folders and how the users want their folders to be grouped when they build their workbooks. So, you would probably want to create a hidden BA that would contain folders that should not be used in workbooks (e.g. folders used to define LOVs). The folders in this BA would be hidden from most users. You would also want to create BAs along functional lines, so that when a user is building a workbook all the folders are conveniently located in one BA.
    However, there is another related question, what folders should you create in the EUL? Here I think there are some rules of thumb you can follow:
    1. A simple folder should be unique for each table/view. So don't ever create 2 folders mapping to the same table or view.
    2. Avoid custom folders like the plague.
    3. Complex folders should only be used if your joins are not too complex. If you need lots or complex joins in your reports then create database views and map them to simple folders.
    Hope that helps,
    Rod West

Maybe you are looking for