10.1.0.4 bug workaround

Our platform is Linux. After recovery finished and re-open database, instance down due to no temp file in temp tablespace. The problem is adding temp file requires DB open, but instance will go down in less than a couple of seconds. It's seemd this is a bug. Is there any way to hold on PMON bring down instance just for a few seconds so adding temp file can be completed before instance crash?

It does not work:
i014@d03ora) /ora1/i014-> sqlplus / as sysdba
SQL*Plus: Release 10.1.0.4.0 - Production on Wed Jan 3 16:22:06 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup mount exclusive
ORACLE instance started.
Total System Global Area 838860800 bytes
Fixed Size 1324688 bytes
Variable Size 216168816 bytes
Database Buffers 620756992 bytes
Redo Buffers 610304 bytes
Database mounted.
SQL> alter database open;
alter tablespace temp add tempfile '/ora1/i014/temp01.dbf' size 1g reuse autoextend on next 1m;
alter database open
ERROR at line 1:
ORA-03113: end-of-file on communication channel
SQL> ERROR:
ORA-03114: not connected to ORACLE
And in alert log:
Wed Jan 3 16:22:41 2007
Successfully onlined Undo Tablespace 1.
Wed Jan 3 16:22:41 2007
SMON: enabling tx recovery
Wed Jan 3 16:22:41 2007
WARNING: The following temporary tablespaces contain no files.
This condition can occur when a backup controlfile has
been restored. It may be necessary to add files to these
tablespaces. That can be done using the SQL statement:
ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
Alternatively, if these temporary tablespaces are no longer
needed, then they can be dropped.
Empty temporary tablespace: TEMP
Database Characterset is WE8ISO8859P1
Wed Jan 3 16:22:41 2007
Errors in file /oracle/admin/i014/bdump/i014_smon_23426.trc:
ORA-07445: exception encountered: core dump [ksqdeli()+194] [SIGSEGV] [Address not mapped to object] [0x000000068] [] []
ORA-25153: Temporary Tablespace is Empty
Wed Jan 3 16:22:42 2007
Starting background process QMNC
QMNC started with pid=17, OS id=23456
Wed Jan 3 16:22:43 2007
replication_dependency_tracking turned off (no async multimaster replication found)
Wed Jan 3 16:22:44 2007
Errors in file /oracle/admin/i014/bdump/i014_pmon_23416.trc:
ORA-00474: SMON process terminated with error
Wed Jan 3 16:22:44 2007
PMON: terminating instance due to error 474
Instance terminated by PMON, pid = 23416
My clone process is fine. I did online clone so resetlogs must be used. Once recovery performed, temp infomation is gone.
Let me repeat again, it's a bug and needs a work around, to adding temp file before instance crash.

Similar Messages

  • Win 8.1 Start button and Charms randomly stops working BUG (workaround)

    To anyone experiencing this, it is a bug in Win 8.1 which I can replicate at will.
    Reinstalling your system as suggested by MS engineers will not fix this.
    To force the bug to appear:
    1. Grab a desktop Icon (recycle bin, any shortcut) and move this up to the top left hand corner without letting go of the mouse button. Drop shortcut anywhere on desktop. Without an Icon the mouse pointer would initiate the recent apps.
    2. To check that the first step has worked, try and invoke charms by moving mouse to top right hand corner.  If Charms do not appear then the bug has been triggered.
    3. Now move mouse over start button (no click), move away then back again. Now the start button is locked.  If you unlock the taskbar you can move it to any other position (top, left or right) and the start button works.  Move taskbar back to the
    bottom and the start button still does not work.  Only way to get it working again is to restart window explorer in task manager.
    To avoid this happening all you need to do is disable recent apps corner.
    1. Right click desktop.
    2. Click Taskbar and Navigation
    3. Click Navigation tab in the properties window
    4. Uncheck "When I click the upper-left corner, switch between my recent tabs."
    Now the bug cannot be triggered as above to make the start button stop working. You have to remove this feature which is pretty hopeless on a desktop anyway.  Its better than restarting Window explorer every time.
    I can replicate this on any desktop or laptop, fresh install or old. Not sure about any touch screen machines. I can also trigger this in VMPlayer\Virtual Box and the Modern IE VM images that MS provide.
    Now the MS engineers can replicate this on their machines, and maybe if we are lucky they will FIX it!!!!
    MS please acknowledge that this is a bug.
    Maybe the issue is due to the windows button not being redrawn on the screen once triggered as it still works when taskbar is moved (graphic card drivers). Could not find anything use full in the system logs.
    Just noticed also that the charms also breaks if you drag an Icon up to the right hand corner. Once triggered Charms stops working, start button is not affected with the above work around configured.
    MS please read this and reply.

    suspect it is local to your environment.
    Others seeing the same symptom.  Note that originally I was not using the
    Top left hover for thumbnail  feature and then also claimed not to see it.
    Oh.  And here is another factor that someone else is using as a workaround.  A link to the first thread I was thinking of can be found in this one
    https://social.technet.microsoft.com/Forums/ie/en-US/d4526a1c-f811-4b67-9e4f-8a2e8f301917/charms-bar-and-start-button-freezes?forum=w8itprogeneral#2a21ea9a-4924-4808-9c2f-c4a7c0de8223
    Robert Aldwinckle

  • Flash Builder Design Mode Bug Workaround (!!!)

    I've been fighting this annoyance since FB4 came out, and while I still don't think that custom/embedded fonts in design view are fixed by this, I've been able to reproduce this "fix" (workaround) to get design view to show fonts/theme correctly under some very specific circumstances on two separate PCs.
    If anyone from Adobe sees this I'd like to know whether this sounds familiar or is possibly logged as a bug already somewhere in JIRA.. if not I could probably do that as long as it won't be a wasted effort.
    The problem:
    You're using a Halo theme but certain CSS settings (specifically and possibly limited to FONTS) don't work properly in design view even though they work fine in Flash.  Essentially this makes design view practically useless since choice of font family, size, and weight can effect component sizing if you aren't hard-coding component sizes (ugh)... ruining your efforts to use design view for UI design if your UI has any level of complexity (or uses absolute positioning at all).
    The specific circumstances seem to be:
    You're using the Halo theme (you have no special 'skinning' requirements and want Halo defaults w/only CSS customizations)
    You've upgraded a Flex 3 project to Flex 4 SDK (not sure if this is needed to reproduce the issue)
    Using a regular non-embedded font (embedded fonts still do crap out, but even this 'workaround' doesn't fix that problem)
    You're using swc library files such as the Swiz lib, Mate, Flexlib, etc. (I think it's ANY swc, not specific to any one)
    This may also only apply when using an "mx only" project (no Spark), since we're using Halo here
    The two part fix (as far as I can tell you need BOTH before design view works correctly):
    In .actionScriptProperties, add the following bolded line after the compiler tag like so:
      </compiler>
      <theme themeIsDefault="false" themeIsSDK="true" themeLocation="${SDK_THEMES_DIR}/frameworks/themes/Halo"/>
      <applications>
      (I think this may only apply to 'upgraded' projects, as the line does seem to be present in newly created FB4 Halo projects.  My guess is that an "upgraded" project should have such a line added, but doesn't get it due to an oversight/bug.)
    The somewhat painful, and definitely odd part.  Remove all your SWC library files from /libs.  Grab the source code for the libraries and drop them into your project's /src folder as if you'd written them yourself.  (This may require some research and knowledge on special requirements to build the libs, such as with Swiz's compiler metadata compiler settings which you need to put into your project's settings.)  After you get things set up right and the project compiles again, doing a refresh of design view should finally give you proper looking Halo controls and fonts so they look identical to the Flash runtime view.
    Why this works, I've no idea.  I suspect it has something to do with that stupid and annoying (and supposedly 'harmless') design mode warning message you get when you include a library like Swiz or Mate in your project.  (Design mode could not load xxxxxxxxxxxxx.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)) - this warning doesn't break your application, people seem to think it's just a harmless warning..but is it breaking design view?
    If anyone has any idea what's going on here, why this 'fixes' the problem (a better work around), or has any other insight I'd love to hear it.  The combo of needing to do two things (in my specific case) to fix the problem really made this a ROYAL PAIN, I still can't believe I found it.

    Hi Fernando, sorry for the delayed response.  CSS Design Mode is not available for Flex 4 projects, but it is still available in Flex 3 projects.  The reason for this is that designing components in Flex 4 is often a lot different, since it relies highly on the new spark skinning architecture.  There is, however, an Appearance panel available in design view which supplies a set of the main inheriting styles. Setting these styles in the Appearance panel will result in assigning values to a global style selector.
    I hope this helps,
    Rob

  • Submit a Document on a bug workaround in metalink

    Hi All,
    Recently I did a workaround for an oracle bug. I'd like to publish a document in metalink for our use.
    Is there is way, where i can publish it in metalink or any other technical site?
    Cheers,
    Kamalesh JK

    Its there already in oracle forums & metalink forums. But, how about as a document in metalink?

  • CS3 Maximized Screen Mode - Reposition-Bug Workarounds

    In Photoshop CS3, when you use Maximized Screen Mode (image window maximized to the PS workspace) with an image window that's zoomed to a level where scroll bars exist, and you switch to another image window in the PS workspace and then switch back to the original image window (let's say using Ctrl-F6 or Ctrl-Tab) Photoshop will reposition the view to the upper left corner of the image rather than leaving it where it was.
    For me, this bug is 100% reproducible.
    This bug is also referenced in these forums at the following topics:
    http://www.adobeforums.com/webx/.3bc3bd89
    http://www.adobeforums.com/webx/.3bca160f
    http://www.adobeforums.com/webx/.3c0561ea
    I often carefully position 100% zoom-level images & alternate between windows for detailed comparison. It's extremely frustrating to toggle back only to be at a completely different location on the image window. I found this bug so maddening that I almost abandoned CS3 for an earlier version. It's still maddening, but at least I've found workarounds which I'll share with you here:
    1) after opening an image and zooming to the extent that the above bug exists (scroll-bars available), press F and then shift-F (or vice versa) to switch to a different Screen Mode and back (problem goes away *for this image only* until the Zoom level is changed significantly - at which time you must repeat the workaround.) Repeat for every image for which you'd like the position to remain stationary when alternating to other windows and back.
    2) click on Screen Mode button at the bottom of PS Toolbar and choose Maximized, (even if you were already on Maximized.) This has the same corrective effect as 1), above.
    3) On a "fixed" image, if you forget to "reset" the fix after changing the zoom level significantly & you "lose your place" after alternating between windows (jumps to upper left corner), you can "recover" the previously "fixed" position by returning to the previous zoom level and switching to another window and back. It returns to the previously "fixed" location instead of the bug-altered PS chosen location of upper left corner!
    4) Use a Screen Mode other than Maximized & this issue never occurs.
    Adobe, this *really* should be addressed and corrected. I'd think this is much more serious than the "sticky menus" bug of CS2 that was fixed.
    Reported to Adobe using their Bug Report form...

    Yes!!! This works.  Thank you.  I hope it does not continue to recur.  I would like to know what caused this in the first place.  I never use the paint bucket tool.  I often use the fill tool, though, sometimes with black as the foreground color.

  • KeyEvent-bug - workaround?

    Some time ago I reported a bug related to KeyEvents:
    When a key is hold down under Windows, a keyPressed-event can be received and only after it is released, the appropriate keyReleased-event occurs. Under Linux it is different, here some kind of key repeat takes place and during a key is hold down permanently, several keyPressed/keyReleased-events are sent continuously.
    After this bug can be found in version 1.5 too, I'm looking for a workaround. So for an example is it possible to disable the key repeats for the JVM (in worst case globally)?.
    Michael

    Maybe you should be using the KeyTyped event. Maybe you should be using a DocumentListener (the preferred solution since its a higher level of abstraction from the low level KeyEvents).
    You don't state what you are trying to accomplish, so its kind of hard to suggest an alternate solution.
    So for an example is it possible to disable the key repeats for the JVM (in worst case globally)?.Maybe you can create your own EventQueue and consume KeyReleased/KeyPressed pairs that are received within a certain time period. This [url http://forum.java.sun.com/thread.jsp?forum=57&thread=515095]posting shows a simple example of using your own EventQueue.

  • **BUG (workaround) Sluggish PRE (Palm software gurus - please read)

    Not sure if the Palm Developers ever get on here and take a look at issues, but there is s STRANGE workaround found for a Pre that becomes sluggish.
    Every so often the Pre will start slowing down and acting really jittery when trying to open/run applications.  BUT if you go to your call history and Clear it out... the phone returns to working faster.  It's really sad that it doesn't take many calls in the history to make the Phone application start lagging heavily, but to have the rest of the phone's applications speed up once the history is cleared is nothing but crazy.
    I truly hope Palm addresses this whacked out bug soon because I'm sooo tired of having my phone slow down (it isn't that fast to begin with).   This is by far the BEST phone I've ever owned, with WebOS being sheer genius.  But please address the issue of call history affecting the speed of all applications.
    Thanks!!

    Hi 
    I am really sorry for the inconvenience caused to you .  Please send me a private message with all your details
    I will ensure that your issue is addressed  and fixed as per your expectations
    Hope This Helps
    Cheers!!!
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with Kudos!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!  This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • F95 long string bug workaround

    Recently I reported a bug in Sun f95 (internal review ID 926528) in which initializing a character variable with length > 1024 made the compiler crash. The offending program:
    PROGRAM sunbuglongstring ! character*1025
    CHARACTER:: longstring*1025='<'//repeat('.',1023)//'>'
    PRINT '(1X,2A)',longstring(1:1),longstring(1025:1025)
    END PROGRAM sunbuglongstring
    ought to print <>. After sending that bug report I found a simple workaround: separate the initialization from the declaration by
    PROGRAM sunbuglongstring1 ! character*1025
    CHARACTER:: longstring*1025
    longstring = '<'//repeat('.',1023)//'>'
    PRINT '(1X,2A)',longstring(1:1),longstring(1025:1025)
    END PROGRAM sunbuglongstring1
    which compiled and ran OK.

    I am experiencing the same error on csv export from within APEX app, however not all symptoms match i.e. we have only 1 authentication scheme & logging in & out does not resolve the issue.
    Our environment is Oracle 10g running APEX 3.01 & error appears in IE7 & IE8 but not Firefox.
    Is this a different bug perhaps?
    Any possible workarounds (other than switching to Firefox?)?
    Any suggestions would be appreciated.

  • Media Sync Bug workaround?

    There seems to be a bug with using Media Sync with a Sound
    Icon. If the events synced with the sound last longer than the
    audio, the flow of Authorware freezes. The navigation buttons still
    function, but you can not proceed beyond the audio. (This was
    discovered when slower computers were running the application.) It
    has been confirmed that this is a bug.
    So, now I'm working on a way around this. After the last icon
    synced with the audio, I had originally placed icons that waited
    for the audio to complete and then would jump to the next icon
    after the audio. This works the first time through the page, but it
    creates another problem once you replay the page by either using a
    replay or back button.
    This new problem seems to treat the Navigation or the Goto
    function (I have tried both) as if they were jumping to a new page
    and erases everything on the page that appeared before the jump.
    Everything after the jump seems to be placed on a "limbo" page and
    does not get erased even if going to the next page on the
    framework. The puzzling part is that this does not happen the first
    time through the page.
    Is there a way around these problems other than breaking
    everything out of the media sync and placing it directly onto the
    flowline using concurrent audio?

    "LanceHolloway" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm sorry. I just wasn't clear enough in what we are
    doing and what the
    > problem is.
    >
    > We're using Authorware 7.02, and we have been syncing to
    position. The
    > problem is that on slower computers, displaying the
    graphics take longer
    > so the
    > audio finishes before the graphics are displayed causing
    the hang.
    > Adobe/Macromedia has confirmed this as a bug with
    Authorware.
    >
    > We have several pages each with many display, sound,
    erase, etc icons on
    > the
    > flowline for the page. Not all of our sound icons have
    icons synced with
    > them,
    > and those are set for Wait Until Done. For the ones that
    need things to
    > happen
    > while the audio is playing, we were using Media Sync on
    position.
    >
    > To get around the bug, we placed a map icon containing
    the last thing that
    > was
    > synced with the audio, and then we wait for the audio to
    finish before
    > forcing
    > the flow to go to the icon immediately after the sound
    icon. That icon
    > after
    > the audio could be a display or erase or calculation or
    whatever depending
    > on
    > what was needed. It is not the end of the page, so we
    don't need the
    > whole
    > page to erase at that time.
    >
    > At first I was just using a GoTo to go to the icon after
    the sound icon,
    > but
    > then I tried a Navigation Icon and set it to jump to an
    empty framework
    > immediately after the sound icon with a single map icon
    with an exit
    > framework.
    > The Goto and the Navigation/Framework solution gave the
    same results.
    > They
    > prevented the hang with the audio sync. It works
    perfectly the first time
    > through the page, or if you interrupt the page midway
    through its flowline
    > (as
    > in going back to a previous page before getting to the
    end and then
    > forward
    > again.) However, once you reach the end of the page and
    replay the page
    > (or
    > come back to it from another page) and get to the jump
    to the next icon
    > after
    > the audio it erases everything as if it were jumping to
    the next page. It
    > does
    > go to the correct icon after the audio and continues
    like it should.
    > Anything
    > after that jump gets displayed as normal, but it will
    not erase like it
    > should
    > when we go to another page.
    >
    > As of now, the only solution we have is to not even use
    Media Sync. We'll
    > have
    > to make the audio concurrent, remove the synced icons
    and place them on
    > the
    > flowline followed by an audio end wait loop.
    >
    > We have a lot of courseware using the Media Sync out
    there at the moment
    > before the problem was discovered, and so now we have to
    go back in to fix
    > it.
    > I was trying to come up with a simple method using GoTo
    or Navigation to
    > get
    > around having to reorganize all the synced icons.
    Fortunately, most of
    > our
    > audio was simple Wait Until Done with no syncing.
    >
    > Even after all that, I don't think this will seem any
    clearer. Is there a
    > way
    > to post a sample of an Authorware source?
    You can post here ftp://www.magnoliamultimedia.com/uploads/

  • Script QPAC bug workaround

    Hello,
    Script QPAC has an issue, in fact when the script is encoded and placed into the database, it seemed to mess up the CDATA brackets.
    Therefore if you close workflow designer and then open it again trying to load the process map, the Script QPAC wouldn't open and give an error message, does any body have a workaround for this issue ?
    Thank you,
    Yasser M. Maree

    Hi Yasser,
    I have LC WF 7.01 installed using the Script QPAC from SDK 7.03.
    I created a simple 1 step process consisting of a Script QPAC with the following code:
    System.out.println("&&&&&&&& HELLO &&&&&&&&");
    When I test the workflow, I am presented with &&&&&&&& HELLO &&&&&&&& in the command window.
    This, and the fact that you tried unsuccessfully to use the newer version of the QPAC, indicates to me that you should upgrade to the current shipping version of Adobe LiveCycle Workflow.
    Cheers,
    Val@Adobe

  • Bug + workaround on dataservice generate forms

    When I generate a form from a dataservice, there is a bug in the callResponder
    <s:CallResponder id="getRegBegeleidersByIDResult" result="regBegeleiders = getRegBegeleidersByIDResult.lastResult[0] as RegBegeleiders"/>
    The bold part should be removed:
    <s:CallResponder id="getRegBegeleidersByIDResult" result="regBegeleiders = getRegBegeleidersByIDResult.lastResult as RegBegeleiders"/>
    Also, when working with the same service for datagrid and form in different components, dont forget to check the Service Manager in Project -> properties ->dataservices

    Hello Radhakrishna,
    Below is the function that is responsible for the returned value.
    As far as I can tell it does not return an array, but a single row (which is an object in my opinion).
    Since the Id column is the primary key, it never returns more than one item.
    The function below is also autogenerated by flash builder 4.
    public function getRegBegeleidersByID($itemID) {
            $stmt = mysqli_prepare($this->connection, "SELECT * FROM $this->tablename where Id=?");
            $this->throwExceptionOnError();
            mysqli_bind_param($stmt, 'i', $itemID);       
            $this->throwExceptionOnError();
            mysqli_stmt_execute($stmt);
            $this->throwExceptionOnError();
            mysqli_stmt_bind_result($stmt, $row->Id, $row->Voornaam, $row->tussenVoegsel, $row->Achternaam, $row->Wachtwoord, $row->Geslacht, $row->Adres, $row->Postcode, $row->Woonplaats, $row->TelVast, $row->TelMobiel, $row->Emailadres, $row->Geboortedatum, $row->Laatste_bjaar, $row->Laatste_bjaar2, $row->jarenActief, $row->jarenActief2, $row->Rijbewijs, $row->busBevoegd, $row->Les, $row->Ervaring, $row->Ervaring2, $row->Opleiding, $row->Beroep, $row->Werkervaring, $row->Bijzonderheden, $row->Geschiedenis, $row->Geschiedenis2, $row->sysNew, $row->sysDeleted, $row->sysCreated);
            if(mysqli_stmt_fetch($stmt)) {
                return $row;
            } else {
                return null;

  • BUG & WORKAROUND: iTunes 8 crashes on Windows Vista and Windows Server 2008

    With the UAC enabled, iTunes 8 will crash with the error below if the syncing device (i.e. iPod) is docked. If you "Run as Administrator" the error does not occur, but then you will run into random "Err = -5000" errors when downloading items (mostly podcasts):
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iTunes.exe
    Application Version: 8.0.0.35
    Application Timestamp: 48c60272
    Fault Module Name: StackHash_bd35
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 00000000
    Exception Code: c0000005
    Exception Offset: c0000013
    OS Version: 6.0.6001.2.1.0.400.8
    Locale ID: 1033
    Additional Information 1: bd35
    Additional Information 2: 23aa9b0ffe67da1459ebdc8000c6a44e
    Additional Information 3: 8018
    Additional Information 4: daed9b77ea2008e37623c2af9f46088b
    Message was edited by: mercsd

    I'm getting the same problem, except if I try to run as administrator then iTunes wants to erase all of my music on the iPod and set it to blank. I normally do not use the administrative account for anything other than administrative tasks.

  • Editing bug + workaround

    I wonder if any of you have seen this one, which I encountered yesterday, along with a fix for it. Here's the scenario: I've been recording screencasts for a current project using "Automatic Recording," demonstration mode, no narration, no panning. After they're shot, I'm using the text-to-speech option to provide the voice overs, which generally precede each bit of demonstration.
    Cp4 creates quite a few slides to represent each procedure. It's common for mouse clicks to be isolated on their own slides, generally with a duration of 1 or 1.5 seconds. I noticed that these had a visual click, but the audio wasn't there. But when I chopped each of these "click slides" down to 0.5 seconds, the audio came back. I experimented with a lot of different lengths, but 0.5 seemed to be the magic number.
    I'm enjoying Automatic recording. I had used manual recording previously. The Automatic option speeds things up. I'm not sure if I'll keep the robot voices in the final project or not, but they do give me a nice way to write out and improve the script as I go, rather than trying to compose it ahead of time (which would never work for me). They definitely speed up my workflow, though.

    That would sure be a great feature for CFBuilder in fact, word-wrap that works properly. It's one of
    the biggest gripes I have with Eclipse versus other editors. Not as big an issue as when monitors were much smaller....but still, there are definitely times it would be nice to quickly toggle word-wrap on and off the way you can in most text editors. I find in CFB currently I even have to restart after turning it back off, to get pages to display properly.

  • Quicktime export bug workaround

    For the past couple of days I have been preparing for the fall close captioning guidelines. Every piece of promotion and show must be close captioned. There are in Premiere Pro 2 ways to export Captions. There is the sidecar file and the embedded captions. The sidecar file is not a problem, you have 4 different formats of files you can export to. The embedded format on the other hand is a bit of a problem being that only Quicktime supports this embedded feature.
    Now, many of us are having to use H264 codec to export our material because the Quicktime codec fails every time when you try to export to 1920x1080.
    I read in some obscure forum that if you reduce the number of processor cores to 21 or less it should fix this problem. Well, good news, it did!
    I run dual quad Zeon processors with 32 processor cores, 64 gigs of Ram, 2 SSD drives mounted in Raid(mirror), an AJA Kona Capture card and a Nvidia K4000 graphics card.
    In default Windows 7 setup I could never export in Quicktime 1080i, it would fail all the time. So after reading the post from the other forum , I tried a few things. At first, I tried reducing the number of cores to 24 and that didn't work, then 21 same thing. Then I tried 16 cores. Eureka, it worked. I can now export with the Quicktime codec in full HD(1080i).
    So, I thought lets try this with 20 cores. Again, it worked. Finally, I can go back to my preferred format for size and quality. I have been on this setting all day and I have had no problem whatsoever.
    The only perceivable drawback so far is that renders take a little more time.
    Hope this helps!

    OK! 20 cores is still to many. After 5 or 6 successfull Quicktime 1080 exports it started failing again. So I further reduced the number of cores to 16. So far so good.

  • FEATURED NEWS BUG WORKAROUNDS?

    When I place a Featured News Widget with a TARGET that overlaps (is in a layer above) a slide show, and choose HORIZONTAL or VERTICAL as the TRANSITION, it renders the Slideshow on the layer underneath INACTIVE, unrepsonsive to any commands.  When I change the TRANSITION to fading, it works just fine.  Any clues?

    http://placenotesproto.businesscatalyst.com/tablet/lovejoy-plaza.html
    - Index is a FEATURED NEWS Widget set at Transition:Horizontal
    - Story/Info/Map is a Featured NEWS Widget. (Rendered inactive.)
    - The Photos are a SLIDESHOW (Rendered inactive.)

Maybe you are looking for

  • How to reset password of windows 8.1 single language OEM pack

    Hi, My new HP laptop (model : 15-r036tu) as windows 8.1 single language preinstalled in it . My brother has tried to  login  but now it is not taking original password which I have set. Is there way to remove password of admin account. If re installa

  • Username and password token retrieval from SOAP web services

    We are implementing one JAX-WS Web services which requires to retrieve the username and password in SOAP header elements and use those for further use/processing. When we are retrieving username/password it's coming as null. Please help ... if (Boole

  • How to get 100% width in fluid grid layout CC

    I'm currently getting to grips with dreamweaver's fluid grid layout and cant seem to get a div to go the full 100% width across the screen. Ive created a div outside of the grid container as a non fluid div, and entered in the CSS myself in code view

  • HT201401 App not updating

    How do I get apps to update they are not responding

  • New to mac and wondering...

    Hi everone, I am trying to become a convert. Tell me what iam missing!!! I am new to mac. It is the choice of my superisor. And after 5 weeks of using my iBook, i am wondering what all the hype is about. I have been using computers for 20 years. I st