No default project!

Hi,
I have SunOS 5.9 machine and I cannot log into it even with the root account. When I supply a valid password, it displays:
No default project!
and prompt for login again.
A QA who worked on this box told me that he did uninstall of a program and might have accidentally removed /etc/project directory...
I'm new to Solaris and in need of help solving this problem. Is this fixable somehow or do i need to re-install the system?
Thanks for your help in advance.
tsuka01

First of all, its not windows. There are ways to do and fix things without re-installing the O/S.
With your problem, you can boot the system from cdrom in single user mode and mount the filesystem then touch a file under /etc called project. Copy paste the following in that file and unmount the filesystem. Reboot the server back to multiuser mode and try to login again.
Here is what you need in your /etc/project
system:0::::
user.root:1::::
noproject:2::::
default:3::::
group.staff:10::::
Thanks,
Sharif Rizal

Similar Messages

  • Project Server 2010: PWA Removing Default Project Site Security Groups When Creating a New Project

    I looked for this specific issue with Project Server 2010/PWA/SharePoint and could not find an exact answer... hopefully someone can help.
    We are currently using Project Server 2010 and have a number of project site templates that are used dependent upon the enterprise project type selected. Each of these project site templates have unique permissions which should create the default security
    groups on the project site upon publishing/syncing:
    <Project Name> Members
    <Project Name> Owners
    <Project Name> Visitors
    <Project Name> Project Managers (Project Web App Synchronized)
    <Project Name> Team Members (Project Web App Synchronized)
    Web Administrators (Project Web App Synchronized)
    Whether a user creates a project through PWA or Project Pro 2010 and imports the project into PWA, we get a weird result in the Site Permissions of the newly created project site. PWA will remove all default security groups from the project site template
    and add a whole list of users in the Site Permissions list without groups. 
    Once the project is published and the project site is created, we can then go back and add those default security groups back in the project Site Permissions and even add a couple of custom groups without them being removed on all subsequent project syncs
    or publishing. 
    How do we get PWA to not overwrite the project site templates' security groups and place each user in the proper default security groups? At the same time, how is PWA adding a number of users into the Project Site Permissions?
    Thanks in advance.

    Paul,
    Thanks for that information. Right now we are using the Test environment to turn the Auto-sync feature back on. I suspect that the reason this is happening is due to PWA groups/categories/security templates. There may be more than one PWA group that is "overwriting"
    the default project site groups upon initial creation of the project. We will look further into the security settings to tighten up the policies. 

  • Photoshop crashed ,and a default project popped up showing many flash players, I tried to find the file I was working on, and found unreadable files:.lilo,eulaAccepted,initalPingback,Ipoption,userid.Can anyone tell me what these are? Thx

    Does anyone know why photoshop would crash and a default project pop up,with a list of flash players.in Adobe Device Central? I also found files I  couldn't open ;what format is this: .liloX6UO0q    I can't view it. I think it has something to do with my Canon printer, which is a pain in general.THNX!

    I did some googling and found alot of topics from you on this issue, to me it simply seems like on of the connectors is broken or loose.

  • BUG? Default Project Properties, Business Components: Base Classes

    Is it just me, or is there a bug in the Default Project Properties Dialog when attemptiong to specify custom classes for the Business Component Base Classes.
    I have extended EntityCache and can successfully specify it as a base class via the Project Properties dialog, but in Default Project Properties, I get an error stating: "The selected class is not a valid superclass. Either is does not implement the interface oracle.jbo.server.EntityCache or it has an invalid modifier".
    FYI: My custom library has been added to the Default Project Properties->Libraries.
    Any help?

    Does it work if you use the:
    Tools | Preferences... | Business Components > Base Classes panel instead?

  • Changing Default Project Directory

    Does anyone know how to change the default project directory?
    I can move events; that's no problem.
    But I can't seem to move the default project directory off my main MacBook Pro drive.
    Thanks.

    I ran into this issue and found a work-around for it.
    The problem is that OS X Finder Aliases work a little differently than UNIX links. A UNIX link will do what we need it to do because it is lower-level in the operating system (not a Finder trick), but if you cross physical disk boundaries you then need to then use a "symbolic link."
    If you know how to make a sym-link, then you should be good to go -- if not, there are directions below.
    To do this [you should have some UNIX command-line familiarity]:
    In the Finder, copy your Projects or Movies folder to the drive/destination where you want it.
    When the copy is complete, rename the original folder (I copied my whole Movies folder and renamed the old one "Movies2").
    Open Terminal (~Applications/Utilities/Terminal) -- it should put you in your home directory.
    You will now want to figure out what the UNIX path to your new projects or movies folder is. Get Info in the finder on your new folder, and note the "Where:" field -- as you will need to type this by hand.
    You create a UNIX symbolic link by typing the link command, followed by the symbolic-link flag (-s) then the source directory (your new folder) and the target for the link (where you want it to point FROM), from your home folder.
    I moved my Movies folder to a disk that I called "500GB" so I wanted the Movies folder to point TO the Movies folder on the disk called "500GB".
    To create the symbolic link, with the Terminal program, and my current directory as my home folder, I typed:
    ln -s /Volumes/500GB/Movies ./
    And that created a "Movies" symbolic link in my home folder that points to "/Volumes/500GB/Movies"
    iMovie'08 now works with the relocated projects, etc.
    Once you are done with this, launch iMovie and make sure that it is doing what you need it to do. If it is not, you still have the original Movies or Projects directory that you started with. If it is working, then you can backup and/or discard the safety backup you made when you renamed the original folder (i.e. "Movies2").

  • S10 Resource Management - default project

    Having executed
    # rctladm -e syslog process.max-file-descriptor
    I am now seeing lots of messages in /var/adm/messages of the form:
    Apr 25 08:27:08 toyotomi genunix: [ID 883052 kern.notice] basic rctl
    process.max-file-descriptor (value 256) exceeded by process 137 (which
    happens to be nscd, but there are numerous other processes as well)
    I've tried executing
    # projmod -sK "process.max-file-descriptor=(basic,512,deny)" default
    (from the documentation, I'm under the impression that non-project-associated processes execute under the "default" project) but even after a reboot I see no change.
    I just want to set the "default" nofiles(?) value to 512 to quiet the complaints.
    Suggestions?

    So, documentation suggested determining the project under which this process is running with:
    ps -o projid -p <PID>, in this case:
    # ps -o projid -p 137
    PROJID
    0
    From /etc/project:
    system:0::::
    Ok, so I run
    # projmod -sK "process.max-file-descriptor=(privileged,512,deny)" system
    /etc/project is now:
    system:0::::process.max-file-descriptor=(privileged,512,deny)
    After reboot - same messages in /var/adm/messages. It doesn't appear that the change to /etc/project did anything...

  • Default Project File Location

    I just installed on a new computer and I cannot find out what to change to
    point to a specific folder as the default project file location. It is not
    in Scratch Disks.
    Anybody know?
    Steve

    I think it just comes up automatically in the last folder used. Not sure that can be changed.

  • Default Project File Location - PE7

    Can anyone help please
    I have been looking for a way to edit my default Project file location. Have managed to change all the Scratch disk locations to my (Local) F: Drive, but I cannot see a way to change the default location for Projects to be the same drive.
    I know I can set it each time I start a project, but it seems strange with modern software to be unable to define a default.
    I've searched the Registry and can't find anything there, and I cannot see anything in Edit>Preferences. Also searched the forum, but couldn't find an answer.
    Thanks
    Colin

    Thanks for the prompt and helpful reply. Really is much appreciated.
    I'm going to print off your response and use it for my next project (in a couple of days).
    Looks perfectly logical way of working.
    Colin

  • What makes my default project location to bounce between two places in FCP X?

    I wonder what makes my default project location to bounce between two places in FCP X?The project I am working on is on my local disks which are backed up (daily) to external eSATA enclosure. If I run FCP X just by clicking its icon (not a project file) in most cases it opens FCP X with a project but in event library there is not files linked.Sometimes it expands the project’s library located on backup station.
    To make active the the local version (get it expanded and access all the files related to the project, I have to: close FCP X, launch FCP X by click on a project or a library file, close FCP X again and then I can get the project and its content displayed correctly just by clicking on a FCP X icon.
    After backup is made (I use Carbon Copy Cloner to backup this volume) if I relaunch my FCP X, I have to start the procedure mentioned above all over again. What I am doing wrong?

    Munas, what you describes sounds a lot like the problem I've been experiencing.
    I have two matching external drives mounted. Drive 1 is the primary, Drive 2 is an identical back-up. Both identically formatted.
    FCPX randomly opens drive 2 when I start the program, even when I click on a sidebar link to a project on Drive 1. The clips are often, nonsensically, shown as off-line.
    I really don’t care if FCPX recognizes drive 2, in fact I wish it wouldn’t. I don’t, obviously, want to unmount Drive 2 just to use FCPX.
    My workaround for this was to rename the Final Cut Events and Final Cut Project folders “FCE” and “FCP” respectively on Drive 2, and configure my back up utility accordingly.
    Now, although Drive 2 is listed in the Events and Project Libraries on start up, FCPX doesn’t recognize any events or projects on it, and it sits there as an icon that can’t be expanded.  I can live with this until a fix comes, in fact I rather like it.
    Cheers

  • Help with OIE - Default Project Expenditure Organization based on Task

    Hi,
    I am extending OAF page in OIE and based on Task selected by user, Project Expenditure Organization has to be defaulted.. Page uses OAHGridBean, I tried to use OAHGridQueriedRowEnumerator, but OAHGridBean is always null..
    OAHGridBean localOAHGridBean = (OAHGridBean)paramOAWebBean.findIndexedChildRecursive("HeaderNodeRN");
    if (localOAHGridBean != null){
    OAHGridQueriedRowEnumerator enum1 = new OAHGridQueriedRowEnumerator(paramOAPageContext, localOAHGridBean);
    I tried to use vo.getCurrentRow(), but it is always null..
    Any pointers on how this can be resolved would be highly appreciated..
    Also following is the XML ..
    <?xml version='1.0' encoding='UTF-8'?>
    <oa:hGrid shortDesc="Additional Text" controllerClass="oracle.apps.ap.oie.entry.accounting.webui.AllocationsHGridCO" version="9.0.3.8.13_1550" xml:lang="en-US" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:jrad="http://xmlns.oracle.com/jrad"
    xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header: AllocationsHGridRN.xml 120.8.12010000.2 2008/08/06 07:33:51 rveliche ship $">
    <ui:contents>
    <oa:switcher id="ErrorExistsSwitcher" viewAttr="ErrorExistsSwitcher" prompt="Error" rendered="${oa.ExpenseAllocationsPVO.AllocationsHGridErrorColRender}">
    <ui:case name="ErrorExists">
    <oa:image id="ErrorExists" source="erroricon_active.gif" warnAboutChanges="false" destination=""/>
    </ui:case>
    <ui:case name="ErrorDoesNotExist">
    <oa:messageStyledText id="ErrorDoesNotExist" warnAboutChanges="false" destination=""/>
    </ui:case>
    </oa:switcher>
    <oa:tree id="HeaderNodeRN" usage="hGrid" text="Line">
    <members>
    <oa:nodeDef id="HeaderLine" viewName="AllocationsHeaderVO" viewAttr="Line" shortDesc="Additional Text"/>
    <oa:childNode id="LineNodeRN" viewLink="" viewLinkAccessorName="LinesAccessor">
    <members>
    <oa:nodeDef id="LineLine" viewName="AllocationsLinesVO" viewAttr="Line"/>
    <oa:childNode id="DistributionNodeRN" viewLinkAccessorName="">
    <members>
    <oa:nodeDef id="DistributionLine" viewName="ExpenseAllocationsVO" viewAttr="Line"/>
    </members>
    </oa:childNode>
    </members>
    </oa:childNode>
    </members>
    </oa:tree>
    <oa:messageStyledText id="ReportLineId" prompt="Report Line ID" adminCustomizable="false" viewName="AllocationsHeadersVO" viewAttr="ReportLineId" dataType="NUMBER" rendered="false"/>
    <oa:messageStyledText id="ReportDistributionId" prompt="Report Distribution ID" adminCustomizable="false" viewName="AllocationsHeadersVO" viewAttr="ReportDistributionId" dataType="NUMBER" rendered="false"/>
    <oa:messageStyledText id="PaymentMethod" viewName="AllocationsHeaderVO" viewAttr="ChargeType" prompt="Payment Method"/>
    <oa:flowLayout id="DateColumn" prompt="Date" cellNoWrapFormat="true">
    <ui:contents>
    <oa:messageStyledText id="Date" viewName="AllocationsHeaderVO" viewAttr="Date" prompt="Date" shortDesc="Date"/>
    </ui:contents>
    </oa:flowLayout>
    <oa:flowLayout id="ExpenseTypeLayout" prompt="Expense Type" cellNoWrapFormat="true">
    <ui:contents>
    <oa:image id="ChangedItemIcon" prompt="" shortDesc="Indicates changed items" styleClass="p_OraRequired" source="/OA_MEDIA/changeditemicon_status.gif" imageHeight="16" imageWidth="16" rendered="${oa.AllocationsHeaderVO.ExpTypeChangedRender}"
    adminCustomizable="false"/>
    <oa:messageStyledText id="ExpenseType" prompt="Expense Type" viewName="AllocationsHeaderVO" viewAttr="ExpenseType"/>
    </ui:contents>
    </oa:flowLayout>
    <oa:flowLayout id="ReceiptAmtColumn" prompt="Receipt Amount" cellNoWrapFormat="true">
    <ui:contents>
    <oa:image id="AmtChangedIcon" prompt="" shortDesc="Indicates changed items" styleClass="p_OraRequired" source="/OA_MEDIA/changeditemicon_status.gif" imageHeight="16" imageWidth="16" rendered="${oa.AllocationsHeaderVO.AmtChangedRender}"
    adminCustomizable="false"/>
    <oa:messageStyledText id="ReceiptAmt" dataType="NUMBER" viewName="AllocationsHeaderVO" viewAttr="StringReceiptAmount" prompt="Receipt Amount"/>
    </ui:contents>
    </oa:flowLayout>
    <oa:messageStyledText id="ReimbursementAmt" viewName="AllocationsHeaderVO" viewAttr="StringReimbursementAmount" prompt="Reimbursement Amount" dataType="NUMBER"/>
    <oa:messageStyledText id="Merchant" viewName="AllocationsHeaderVO" viewAttr="MerchantName" prompt="Merchant"/>
    <oa:messageStyledText id="Location" viewName="AllocationsHeaderVO" viewAttr="Location" prompt="Location"/>
    <oa:switcher id="AllocationReasonSwitcher" prompt="Allocation Reason" viewName="AllocationsHeaderVO" viewAttr="RenderAllocationReason" rendered="false">
    <ui:case name="Y">
    <oa:messageTextInput id="Y" viewName="AllocationsHeaderVO" viewAttr="AllocationReason" prompt="Allocation Reason" rendered="true" readOnly="false" columns="30"/>
    </ui:case>
    <ui:case name="READ_ONLY">
    <oa:messageStyledText id="READ_ONLY" viewName="AllocationsHeaderVO" viewAttr="AllocationReason" prompt="Allocation Reason" rendered="true"/>
    </ui:case>
    </oa:switcher>
    <oa:messageStyledText id="Justification" viewName="AllocationsHeaderVO" viewAttr="Justification" prompt="Justification" userCustomizable="true"/>
    <oa:messageStyledText id="ProjectsEnabled" viewName="AllocationsHeaderVO" viewAttr="ProjectsEnabled" adminCustomizable="false" prompt="Projects Enabled" rendered="false"/>
    <oa:stackLayout id="ProjectLayout" extends="/oracle/apps/ap/oie/entry/accounting/webui/ProjectLayoutRN" prompt="Project" rendered="false"/>
    <oa:stackLayout id="TaskLayout" extends="/oracle/apps/ap/oie/entry/accounting/webui/TaskLayoutRN" prompt="Task" rendered="false"/>
    <oa:stackLayout id="AwardLayout" extends="/oracle/apps/ap/oie/entry/accounting/webui/AwardLayoutRN" prompt="Award" rendered="false"/>
    <oa:switcher id="ExpenditureOrg" extends="/oracle/apps/ap/oie/entry/accounting/webui/ProjExpendOrgSwitcherRN" prompt="Project Expenditure Organization" rendered="false"/>
    <oa:formValue id="Kff" viewName="AllocationsHeaderVO" rendered="false"/>
    <oa:switcher id="RemoveSwitcher" extends="/oracle/apps/ap/oie/entry/accounting/webui/RemoveSwitcherRN"/>
    <oa:formValue id="ProjectId" viewAttr="ProjectId"/>
    <oa:formValue id="TaskId" viewAttr="TaskId"/>
    <oa:formValue id="AwardId" viewAttr="AwardId"/>
    <oa:formValue id="ProjectExpendOrgId" viewAttr="ProjectExpendOrgId"/>
    </ui:contents>
    <ui:tableSelection>
    <oa:multipleSelection id="multipleSelectionRN" viewName="AllocationsHeaderVO" viewAttr="Select" shortDesc="Select Expense Lines:">
    <ui:contents>
    <oa:selectionButton id="UpdateAllocations" text="Update Allocations">
    <ui:primaryClientAction>
    <ui:fireAction/>
    </ui:primaryClientAction>
    </oa:selectionButton>
    <oa:selectionButton id="Revert" text="Revert" shortDesc="Default line to original settings.">
    <ui:primaryClientAction>
    <ui:fireAction event="clicked"/>
    </ui:primaryClientAction>
    </oa:selectionButton>
    <oa:selectionButton id="MyAllocationsItem" text="My Allocations"/>
    <oa:selectionButton id="MyAllocationsApply" text="Apply" shortDesc="Apply an allocation to selected expense lines.">
    <ui:primaryClientAction>
    <ui:fireAction/>
    </ui:primaryClientAction>
    </oa:selectionButton>
    </ui:contents>
    </oa:multipleSelection>
    </ui:tableSelection>
    </oa:hGrid>
    Thank you.
    Vasu.

    Hi Anil,
    I changed the as suggested by you ..
    OAHGridBean localOAHGridBean = (OAHGridBean)paramOAWebBean.findChildRecursive("HeaderNodeRN");
    Still I it is null..
    OAHGridBean localOAHGridBean = (OAHGridBean)paramOAWebBean.findChildRecursive("HeaderNodeRN");
    if (localOAHGridBean != null){
    OAHGridQueriedRowEnumerator enum1 = new OAHGridQueriedRowEnumerator(paramOAPageContext, localOAHGridBean);
    while(enum1.hasMoreElements())
    Row row = (Row)enum1.nextElement();
    if (row.getAttributeIndexOf("SelectedFlag") != -1)
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SelectedFlag != -1" , 2);
    if ("Y".equals(row.getAttribute("SelectedFlag"))) {
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SelectedFlag = Y" , 2);
    if (row instanceof OAViewRowImpl) {
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "row instanceof OAViewRowImpl" , 2);
    ViewRowSetImpl rowSetImpl = ((OAViewRowImpl)row).findRowSetForRow(null);
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "localOAHGridBean.getDataAttributeName :"+localOAHGridBean.getDataAttributeName() , 2);
    paramOAPageContext.writeDiagnostics(this, "localOAHGridBean.getNumberOfRowsDisplayed :"+localOAHGridBean.getNumberOfRowsDisplayed() , 2);
    paramOAPageContext.writeDiagnostics(this, "localOAHGridBean.getRowHeaderViewAttributeName() :"+localOAHGridBean.getRowHeaderViewAttributeName() , 2);
    paramOAPageContext.writeDiagnostics(this, "localOAHGridBean.getViewAttributeName() :"+localOAHGridBean.getViewAttributeName(), 2);
    OAHGridQueriedRowEnumerator enum2 = new OAHGridQueriedRowEnumerator(paramOAPageContext, localOAHGridBean);
    while (enum2.hasMoreElements())
    Row rowToUpdate = (Row) enum2.nextElement();
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "After getting Current Row rowToUpdate.getAttribute(ReportHeaderId) :"+rowToUpdate.getAttributeCount() , 2);
    paramOAPageContext.writeDiagnostics(this, "After getting Current Row rowToUpdate.getAttribute(ReportHeaderId) :"+rowToUpdate.getAttribute("ReportHeaderId") , 2);
    //paramOAPageContext.writeDiagnostics(this, "After getting Current Row rowToUpdate.getAttribute(ReportHeaderId) :"+rowToUpdate.getAttribute("ReportHeaderId") , 2);
    //paramOAPageContext.writeDiagnostics(this, "After getting Current Row rowToUpdate.getAttribute(ReportLineId) :"+rowToUpdate.getAttribute("ReportLineId") , 2);
    }else
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "localOAHGridBean is null", 2);
    It prints "localOAHGridBean is null"..
    Regarding getCurrentRow() following is the code..
    ExpenseAllocationsAMImpl oam = (ExpenseAllocationsAMImpl)paramOAPageContext.getApplicationModule(paramOAWebBean);
    ExpenseAllocationsVOImpl distVO = (ExpenseAllocationsVOImpl)oam.getDistsVO();
    if(distVO!= null)
    //OARow oarow = (OARow)vo.getCurrentRow();
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "before distVO.getFetchedRowCount(1) ", 2);
    paramOAPageContext.writeDiagnostics(this, "distVO.getFetchedRowCount(1) "+distVO.getFetchedRowCount(), 2);
    paramOAPageContext.writeDiagnostics(this, "distVO is not null", 2);
    paramOAPageContext.writeDiagnostics(this, "After getting expAllVO.getCurrentRowIndex() :"+distVO.getCurrentRowIndex(), 2);
    Output in log..
    [39]:PROCEDURE:[xxcep.oracle.apps.ap.oie.entry.accounting.webui.XxcepAllocationsHGridC26]:before distVO.getFetchedRowCount(1)
    [40]:PROCEDURE:[xxcep.oracle.apps.ap.oie.entry.accounting.webui.XxcepAllocationsHGridC26]:distVO.getFetchedRowCount(1) 0
    [40]:PROCEDURE:[xxcep.oracle.apps.ap.oie.entry.accounting.webui.XxcepAllocationsHGridC26]:distVO is not null
    [40]:PROCEDURE:[xxcep.oracle.apps.ap.oie.entry.accounting.webui.XxcepAllocationsHGridC26]:After getting expAllVO.getCurrentRowIndex() :-1
    Thank you..
    Vasu..

  • How do I change the default project folder?

    When I installed Garage Band, it chose the Music/GarageBand folder on my main hard disk to be the default storage location for GargeBandProject files. I then added an external firewire harddrive where I do all my recording work because my internal harddrive isn't fast enough. Whenever I start a new Garage Band project, it goes to the original default directory. I'd like to specify a directory on the external harddrive as the default, so that I don't have to navigate to it every time I create a project. Is this possible?
    For that matter, is it possible to move the whole Music folder?
    PowerBook G4 12"   Mac OS X (10.3.9)  

    That's the behaviour I would expect, which is why I'm surprised that my machine doesn't do this. It keeps going back to the original Garage Band folder, even after I've just opened a song on the external drive.
    Regardless I put a link to my external drive in the folder, and that works well enough.

  • Default Project Sequence on open

    When opening a project it always by default opens one particular sequence. I want it to open the last sequences that I had open on the timeline when I last saved, not an old sequence from way at the beginning of the project.
    Is there a way to toggle which sequence opens on opening a project? Or set it to open the last ones I had open?

    What steps have you tried? Have you rebuild permissions & trashed preferences? Have you tested your drives with Disk Warrior or something like TechTools to verify the integrity of the drives? You've taken your drives offline so it's not referencing any corrupt media files? I have been able to open a project by taking my drives down & disconnecting my BOB from my PCI capture card. So the computer had no real way of trying to read a corrupted sequence or media.

  • Modifying default Project Properties? (Mouse click sound, etc.)

    Am I able to configure default properties?
    E.g. On every slide of every software demo I create, I have to change the following:
    - Slide quality - High
    - Highlight Box timing - Rest of slide.
    - Mouse click sound - Custom
    - Show mouse click - Custom
    - etc.
    Obviously, this is the most time consuming process and it increases my time investment 20-fold.
    Have I overlooked something? Google & searching has been no help...which makes me feel like I'm the only one with the problem...which leads me to believe I'm doing something wrong!

    If you open the Edit >  Preferences dialog without having any project open, then go to Defaults > Object Defaults, you can set up some of the things you want.  For example, you can change the default duration of highlight boxes.  But this doesn't allow you to configure the mouse or slide settings the way you want for all projects.
    I think your best option is just to set up a Captivate template with all the slides done the way you want and use that to initiate each project.

  • 19:6 anamorphic recording vs. default project setting and letterboxing

    Setup
    - MB Pro
    - Canon DV cam MVX25i
    - TV widescreen model (SONY)
    Goal
    - Make DVD's (from footage taken with the camera) which provide the best quality when played on the TV set in widescreen mode.
    Method
    - I have taken all footage as 16:9 recordings (when I play from the camera directly to the TV quality looks great) The camera is doing this in an optimal way (from what I read anyhow) by squeezing the stuff into a 4:3 format (theirby not loosing resolution on the CCD).
    - Now I am trying to make a DVD by importing stuff with iMovie HD and later on make a DVD with iDVD.
    Problem
    - Whenever the camera is connected the project iMovie makes is DV-PAL (in a 4:3 format)
    - When importing clips they are squeezed (as expected)
    - Then (if the option is selected) iMovie is letterboxing those clips. So bars at the top and the bottom. NO GOOD!
    - If you then view this full screen you get bars at the sides (because the 4:3 project is shown on the widescreen of the portable) and bars at top and bottom (due to letterboxing).
    - I didn't bother to take this in iDVD.
    So THE question: how to make iMovie do the following:
    - Start out with a DV widescreen project
    - Import clips from the camera and stretch those (because these are 4:3 and squeezed)
    As a sidenote:
    Does anybody know how iDVD writes a widescreen project to DVD is it going to letterbox thas as well or is he doing the anamorphic approach (like it is done on the better quality DVD's)
    Macbook Pro 2Gb 2.6GHz Core 2 Duo   Mac OS X (10.4.8)   Canon MVX25i DV cam

    HOW TO MAINTAIN 16:9 ASPECT FROM IMPORT TO BURN
    This is the way I do it. There is no compulsion on you to do it my way, but this works (for me). I started this method before iMovie and iDVD were upgraded to 6.0.3, and because not all elements of the various iDVD themes (particularly the pre-iDVD 6 ones) are consistent in keeping to 16:9 throughout the process. I have for years shot in nothing but 16:9 widescreen, partly because it looks better (IMO), partly to future-proof my videos for the increasingly popular widescreen TVs. Living in the UK, I use PAL (25 fps). Wherever you see a reference to PAL in the following you may substitute NTSC (30 fps) in the various settings mentioned, the basic idea is the same. I still use this method, and take these steps, regardless of whether it is always necessary. Worst case scenario: it would have worked anyway. Best case scenario: it works perfectly where it otherwise wouldn’t!
    The object of the exercise is to ‘fix’ all constituent parts of the project (video, titles, theme, effects, even audio!) in the desired 16:9 aspect to avoid producing a DVD where the movie is in 16:9 and the menu is in 4:3 or where other irritating surprises lurk in your project, which you only discover after burning a coaster!
    First go to http://www.mydvdedit.com/index.php?lang=english and download myDVDedit. This is shareware although the download is free. Send the guy a few dollars/euros, he deserves it. While you are there, read all about it. Now install it in your Applications Folder. You will need it later.
    You have finished your iMovie project with music, transitions and so on, and saved it to you Movies Folder. Before you started the project you naturally set it DV Widescreen.
    Open iDVD. Give the project a name, and save it as Widescreen if it didn’t default to the same aspect as your iMovie project. Now import the iMovie project into iDVD, choose a theme (any theme you like, even if it prefers to stay at 4:3) and save the project. Do what you would normally do to the theme and its drop zones. Save the project.
    Now save as Disk Image on your desktop. Leave it there for the moment when it has finished/appeared.
    Open your Movies Folder. Create a new folder. Name it PROJECTNAME – TS FILES (where ‘projectname’ is the name of your project!). Close the folder. You can of course call it anything you like, but htis aids identification.
    Now double-click the disk image on your desktop. It contains two folders: AUDIO_TS (which is empty, but please pretend that it isn’t) and VIDEO_TS. Drag and drop these to the folder you created in your Movies Folder. (This takes a moment).
    Click on the AUDIO_TS folder and go to Get Info in the file menu. Right down the bottom is where you have to change the permissions. Under ‘Ownership & Permissions’ change this from Read Only to Read & Write. Click the small triangle next to Details, scroll down and click on Apply to enclosed items. You will be asked for your root password. When this has completed (fairly fast, as that folder was empty!), click on the VIDEO_TS folder and do the same. This takes a moment longer, as that folder is full of goodies with which you should not otherwise interfere! Close the Projectname-TS Files folder. You have now allowed yourself to change the properties of the contents of those folders, which leads us to the next all-important step.
    Open myDVDedit. Go to File and open the projectname TS Files folder. By all means stare at it shock and awe, but don’t bother finding out what it can do, except for the following:
    Top left you fill see a list of files. Lower centre you have a large window. On the vertical menu to the left of that, click IFO.
    In the window at the top left, ignore ‘First Play’ (if there was anything to correct in that, myDVDedit will have done so and told you).
    Click on VMG Menu en (English). Now the whole thing springs to life.
    Set Coding Mode to MPEG-2
    Set Standard to PAL
    Set Aspect to 16:9 (not any of the other options)
    Now save the file.
    Click on VTS Menu 1 en (English) and repeat as above.
    Click on VTS 1 and repeat as above.
    You have now permanently ‘fixed’ the entire contents of the TS folder (the disk image) in 16:9 aspect. Close myDVDedit – you won’t need it again until the next project!
    If you have Toast 7 Titanium, open it. ‘Select DVD-Video from VIDEO_TS’. Choose Select from the main Toast window and select your projectname-TS Files folder. You are now ready to burn! You can set the burn speed (2x recommended) before the burn commences. Allow Toast to verify the burn before you eject the DVD-R disk.
    If you don’t have Toast 7, then I assume you can burn the projectname-TS Files folder (disk image) via Disk Utility. I say ‘assume’ only because I have never tried it that way.
    Either way, you now have a DVD which will play as 16:9 widescreen on any TV set, even the old ones where you can’t ask it to letter-box.

  • Flex default project location

    Flex 3 / OS X 10.5 - Is it possible to change the default location for Flex projects somewhere in the preferences? I want to make this an external hard drive and can't seem to find a way.

    Sure you can, you just need to create a workspace. Go to File - Switch Workspace - Other and choose where you want to place your projects by default.

Maybe you are looking for

  • I have a stupid error when trying to re-install itunes

    after having an error with the apple mobile device support (1067) it wiped all apple programs from my computer and tried a re-install well i keep getting this error now im stuck with an ipad 2 and ipod that cant be synced at all.. and fyi i am not go

  • Why can't I change the capitalization of letters in my iPhone music library?

    Just got a new iPhone 6. Once I sync music to my phone, I'm unable to change the way song/album/artist titles are capitalized. For example I synced one album to my phone where the title of the album was in all caps. I then deleted the album from my p

  • XMII Login

    Hi, how can we identify whether login to xMII page is successful? ie if i give username,password it should check in xmii server and the it should return whether username exist or not? how can it possible? -senthil

  • I cannot save in Editor.... error message = program error preview cannot be generated.

    I cannot save changes in Editor when I work with a picture. Could not build a preview because of a program error.

  • HT1386 Syncing iPhone(s)

    My music I have imported from iTunes isn't syncing to my iPhone(s) and iPad - all my devices are on the apple account and have synced previously. I have marked 'sync over wifi' under settings, I don't even see one of our iphones in my iTunes account