Comp-bug - solution?

Ia fairly new to logic, having worked mostly with Nuendo as my main DAW. Right now i am putting together some songs i Logic Pro 8 and have come across a bug which i can´t get around.
The thing is this:
I am right now doing some editing between different drum takes in comp-mode. I have grouped all the drum-tracks so that if i edit regions on one track the editing will occur on all tracks. All for the sake of simplicity and precision.
It all seemed to work fine. But when i had done this for a little while things started to cramp up. When i swipe a section of a take to mute or unmute it, afterwards Logic only plays back the track i did the editing on. The rest of the grouped tracks makes NO SOUND. When looking at the mixer the channel strips show no sign of playback. It´s as if there is no sound to be played from the other tracks. The only thing i have found that helps this is to undo the previous edit. Then all goes back to normal. I have played around with mute and solo buttons but nothing seems to help.
Have anyone else experienced this?
I have the latest version of Logic and all system updates installed. Running Leopard on an Intel iMac 2.4 ghz.

Maybe you could find some more info here:
http://discussions.apple.com/thread.jspa?threadID=1435914

Similar Messages

  • Bug & solution: DW8 not finding stylesheet

    Back on 13th April, 2006, I posted a message below about DW8
    not picking
    up the stylesheet on a site I was managing in it. The same
    problem
    recurred with another site I've just created from scratch, so
    this time I
    set to tracking the bug down. Basically, the problem is with
    DW8's
    stylesheet parsing. It balks at tags within CSS comments. So
    the
    following will generate a problem:
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    /* Background colour commented out to allow Javascript
    background colour changer to work, as it can't overrule the
    stylesheet.
    bgcolor set in page <body> tag.*/
    /* background: #fff;*/
    color: #000;
    Change the above by scratching <body> from inside the
    comments to leave:
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    /* Background colour commented out to allow Javascript
    background colour changer to work, as it can't overrule the
    stylesheet.*/
    /* background: #fff;*/
    color: #000;
    and DW8 behaves as it should. This is annoying, as any code
    parser should
    completely ignore anything within comments. Anyway, I report
    the problem
    as a public service, so that the Macroserfs can squash it,
    and the rest
    of youse can be aware of it.
    Cheers
    Fred
    fred DOT riley AT nottingham DOT ac DOT uk
    Message posted 13th April, 2006, subject "DW8 not finding
    stylesheet":
    Ok, here's Dreamweaver doing it again, driving me around the
    bend. On one
    particular site of mine, DW8 has suddenly decided not to see
    the site
    stylesheet, even though:
    a) the files display fine in a browser and on the server
    (www.eurocall-
    languages.org)
    b) the CSS link ref in the template page headers are fine
    (otherwise (a)
    would fail)
    c) all my other sites are ok
    I've just been moved to a new PC, from a previous PC where I
    was using DW
    MX. I exported my site definitions from MX as .ste files. I
    imported them
    into DW8 on the new machine. They're all in the Site Manager,
    and the
    settings haven't changed. The pages in those sites all appear
    fine, apart
    from this one site.
    The HTML is fine. The CSS is fine. What's not fine is that DW
    won't find
    the CSS file. If I open a template, press Shift-F11 and link
    to the CSS
    file, which is sitting in the site root directory, when I
    press Ok I get
    the really helpful error message:
    "An unexpected error occurred while trying to read
    style-sheet
    information"
    If I try to preview the template file in a browser, I get the
    even more
    helpful error:
    "An invalid argument was encountered"
    Searching for either error message in the DW Knowledge Base
    returns
    nothing. The DW installation is fresh as a daisy off the
    disk, and the
    machine is a spanking new XP machine with nothing complicated
    on it.
    If I manually open the template file in a browser, though, it
    displays
    fine. So, there's something in the DW code on the pages in
    this
    particular site that DW8 is rejecting, even though DW MX had
    no problems
    with it at all (hell, the site was created in MX).
    I would be grateful if someone could point me to possible
    solution(s),
    other than doing what I keep threatening to do, which is to
    go back to
    hard-core HTML/CSS coding in a programmer's file editor. The
    only thing
    that keeps me using DW is the site management capabilities
    ;-\. There are
    times, happily not as frequent as they used to be, when the
    perversity of
    DW and its incomprehensible error messages drive me to
    serious mouse and
    keyboard abuse.
    Cheers
    Fred Riley
    Learning Technologist, School of Nursing, University of
    Nottingham, UK

    I put this into a new page -
    body {font-family: Arial, Helvetica, sans-serif;
    font-size: 2.9em;
    /* Background colour commented out to allow Javascript
    background colour changer to work, as it can't overrule the
    stylesheet.
    bgcolor set in page <body> tag.*/
    /* background: #fff;*/
    color: #0F0;
    and text that I enter on that page is huge and green. What's
    the problem?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Fred Riley" <[email protected]> wrote in message
    news:[email protected]...
    > Back on 13th April, 2006, I posted a message below about
    DW8 not picking
    > up the stylesheet on a site I was managing in it. The
    same problem
    > recurred with another site I've just created from
    scratch, so this time I
    > set to tracking the bug down. Basically, the problem is
    with DW8's
    > stylesheet parsing. It balks at tags within CSS
    comments. So the
    > following will generate a problem:
    >
    > body {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 0.9em;
    > /* Background colour commented out to allow Javascript
    > background colour changer to work, as it can't overrule
    the stylesheet.
    > bgcolor set in page <body> tag.*/
    > /* background: #fff;*/
    > color: #000;
    > }
    >
    > Change the above by scratching <body> from inside
    the comments to leave:
    >
    > body {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 0.9em;
    > /* Background colour commented out to allow Javascript
    > background colour changer to work, as it can't overrule
    the stylesheet.*/
    > /* background: #fff;*/
    > color: #000;
    > }
    >
    > and DW8 behaves as it should. This is annoying, as any
    code parser should
    > completely ignore anything within comments. Anyway, I
    report the problem
    > as a public service, so that the Macroserfs can squash
    it, and the rest
    > of youse can be aware of it.
    >
    > Cheers
    >
    > Fred
    > fred DOT riley AT nottingham DOT ac DOT uk
    >
    >
    > ------------------------
    >
    > Message posted 13th April, 2006, subject "DW8 not
    finding stylesheet":
    >
    > Ok, here's Dreamweaver doing it again, driving me around
    the bend. On one
    > particular site of mine, DW8 has suddenly decided not to
    see the site
    > stylesheet, even though:
    >
    > a) the files display fine in a browser and on the server
    (www.eurocall-
    > languages.org)
    > b) the CSS link ref in the template page headers are
    fine (otherwise (a)
    > would fail)
    > c) all my other sites are ok
    >
    > I've just been moved to a new PC, from a previous PC
    where I was using DW
    > MX. I exported my site definitions from MX as .ste
    files. I imported them
    > into DW8 on the new machine. They're all in the Site
    Manager, and the
    > settings haven't changed. The pages in those sites all
    appear fine, apart
    > from this one site.
    >
    > The HTML is fine. The CSS is fine. What's not fine is
    that DW won't find
    > the CSS file. If I open a template, press Shift-F11 and
    link to the CSS
    > file, which is sitting in the site root directory, when
    I press Ok I get
    > the really helpful error message:
    >
    > "An unexpected error occurred while trying to read
    style-sheet
    > information"
    >
    > If I try to preview the template file in a browser, I
    get the even more
    > helpful error:
    >
    > "An invalid argument was encountered"
    >
    > Searching for either error message in the DW Knowledge
    Base returns
    > nothing. The DW installation is fresh as a daisy off the
    disk, and the
    > machine is a spanking new XP machine with nothing
    complicated on it.
    >
    > If I manually open the template file in a browser,
    though, it displays
    > fine. So, there's something in the DW code on the pages
    in this
    > particular site that DW8 is rejecting, even though DW MX
    had no problems
    > with it at all (hell, the site was created in MX).
    >
    > I would be grateful if someone could point me to
    possible solution(s),
    > other than doing what I keep threatening to do, which is
    to go back to
    > hard-core HTML/CSS coding in a programmer's file editor.
    The only thing
    > that keeps me using DW is the site management
    capabilities ;-\. There are
    > times, happily not as frequent as they used to be, when
    the perversity of
    > DW and its incomprehensible error messages drive me to
    serious mouse and
    > keyboard abuse.
    >
    > Cheers
    >
    > Fred Riley
    > Learning Technologist, School of Nursing, University of
    Nottingham, UK
    >
    >
    >
    >

  • Photoshop CS5 export layer comps bug / issue

    I'm experiencing a problem with CS5 that didn't happen in CS4. For some weird reason, when I use the export layer comps script, it won't let me choose a destination for the jpgs that is the macintosh HD. It will only work if I export to an external drive. The error message I get is 'destination does not exist'
    I am on snow leopard and have repaired my permissions. For now I get around the problem by exporting to an external drive, but this seems like a weird issue.
    Any ideas?
    Thanks,
    Tom

    my setup is very easy,
    go > connect to server
    choose the SMB share > connect
    select the volumes that you want...
    I had mounted the volume by placing it into my login startup but since the problem with PS I have removed this ( the good news is that this is how I was able to find this bug). Either way, via the login startup item or the method above creates the problem.
    If you follow the link below to locate the user "speeves1" he has much more insight into the Windows thing than I do, I'm just a rule follower when it comes to networking windows computers.
    http://forums.adobe.com/message/3104027#3104027
    > I can't share specifics of what we have planned, but we are looking into these issues.
    I understand you can't announce future things, no problem. Because of an earlier conversation about Adobe restricted to adding new features after the first quarter of a release, I was curious if the same rulings committee (FASB) has any guidelines for bug fixes. CS4 had one fix within the first quarter and the second patch came after the product cycle ended and CS5 shipped. In general is there any restriction to releasing patches/fixes after the first quarter?
    thanks.

  • Layer Comps Bug

    Hi there. I have problem with layer comps' names. Always, when I close my ps file, names of layer comps in this files are changing. I see that after opening this file. I use photoshop CS5 Extended.
    Thanks for any help!

    You will receive best advice on the Mac or Windows forums for Photoshop.
    http://forums.adobe.com/community/photoshop

  • Font bug solution

    I swore I saw a solution on here a while back for the problem that exists when you have a textinput field and the font gets much bigger on the ipad than it is in flash then when you exit it goes back again, i can't find it though, can someone help me locate the solution?

    Here guy,
    http://forums.adobe.com/thread/774047?tstart=0

  • Bug/Solution: iPod seen by Windows but not by iTunes

    (apologies if this has already been reported)
    So I had the problem where iPod would show up in Windows as a drive letter, but iTunes wouldn't see it at all. I had followed all the instructions in this article to no avail:
    http://docs.info.apple.com/article.html?artnum=93716
    And then I tried something which ended up working. This may be somewhat of an edge case scenario, but it's possible others may hit it:
    My OS is installed on the D: drive, instead of normally on C:. Also, there was nothing assigned to C:. So when the iPod was plugged in, Windows gave it C:. As I said, iTunes would not recognize the device at all.
    On a whim, I reassigned some other USB device to C: so that the iPod would be forced to a different drive letter (I think it was G). Lo and behold, iTunes recognized the iPod just fine.
    I didn't do any other testing on it, but it seems if iPod's drive letter < OS letter, iTunes won't see it(?)
    Anyway, hope this helps someone else.<br>
    30gb   Windows XP  

    Thanks a lot, I must have spent close to 15 hours trying to figure out why my ipod didn't work with my re-installed windows. It turned out my windows was on drive H:, and the ipod was being mounted to drive C:. I switched the ipod to drive I:, and it finally worked! The following instructions may help if your computer sees your ipod in windows explorer (My computer) but not in iTunes, and the ipod is mounted on a drive letter lower than the operating system.
    To switch your Ipod to a different drive letter:
    1. Connect your ipod to the desired usb 2.0 port.
    2. Go to the start menu and click "Control Panel".
    3. If you are in "Category view" (check the upper left where it says "Switch to classic view") switch to classic view.
    4. Double-Click "administrative tools".
    5. Double-Click "computer management".
    6. Under "storage" on the left, click "Disk Management", and wait for it to connect to the logical disk managament service.
    7. Your Ipod should show up in "volume" column; RIGHT click on it and select "Change Drive Letter and Paths..." from the pop-up menu.
    8. Click on the "Change..." button.
    9. Select a different drive letter from the pull down menu. (Pick a drive letter higher than the one your operating system .ie Windows XP.. is installed on. For example if Windows is on drive D:, then pick a drive letter E: or higher.)
    10. Click "Ok"
    11. Click "Yes"
    12. Restart the computer, and see if your Ipod will connect to iTunes!
    Dell Dimension 8200 Windows XP Pro

  • Photoshop CS6 Type tool bug solution for special characters move to beginning of string of text

    Just started happening and it will not go away. Tried deleting test box and start over and same issue. Bracket ) moves to beginning of string but letters are fine.

    Snowball5500 wrote:
    [...] hitting the return key only moves the cursor back to the beginning of the line I'm on.
    Are you sure leading isn't set to its minimum of 0.01 pt?

  • Photoshop CS3 File File Info   ( Bug & Solution )

    I've faced a problem with rasterized EPS files form an Illustrator when I've tryied to add some meta data to the file info (keywords, descritpion, etc.) and I discovered that form time to time I can't paste any word to keywords and description from a clipboard using a cmd+V keystroke (I've text files with alll data required saved in separated text files) so I've tryied to restart Photoshop, turn off all software apart from Photoshop, computer restart, but it still happend from time to time.
    Yesterday I did realize that the problem are with a CAPS LOOK, so if the CPAS LOOK are ON ctrl+V in Photoshop would't work. So turn off CAPS LOOK and then everything will back to normal.
    Best Regards
    Vielo

    I don’t have CS3 installed anymore and, like I said, it is not my field of expertise but being able to keyword multiple files in one go alone sounds like an advantage.

  • Oracle Smart View 11.1.2.5.400 prompt bug still not resolved?

    Good morning,
    in our company we have OBIEE 11.1.1.7.140715 and we are testing Oracle Smart View 11.1.2.5.400 (Build 376) on Excel 2007 32 bit and Excel 2013 64 bit to allow our final users to work more easily.
    Unfortunately almost all of our reports contains prompts and when we try to insert an object in the Excel worksheet we see the error "Object reference not set to an instance of an object” and Excel hangs.
    Is there any solution?
    Many thanks.

    Hi,
    Check out the following:
    When Attempting to Import a Report, a Pop Up Shows Up in Excel With the Following Error - 'Object reference not set to an instance of an object' (Doc ID 1952856.1)
    Noted as:
    CAUSE
    Caused by code bug introduced in 11.1.1.7.140715 bundle patch. Also occurs in 11.1.1.7.141014.
    Duplicated symptoms on 7.140715 and could not on 7.140527.
    Bug 19545187 - SMARTVIEW 11.1.2.3 ERROR : OBJECT REFERENCE NOT SET TO THE INSTANCE OF AN OBJECT - duplicate of below
    Bug 19682114 - COLUMNFILTERPROMPTDEFN'S LABEL OBJECT IS NULL FOR ALL NEW CREATED REPORTS - internal bug
    SOLUTION
    Apply Patch 19682114 - COLUMNFILTERPROMPTDEFN'S LABEL OBJECT IS NULL FOR ALL NEW CREATED REPORTS

  • BUG! iphoto stalls when trying to create a book and no event is selected

    however, works fine when trying to create a book and an event or an album is selected... obviously a bug.

    Solution - do not do that
    and report to Apple - iPhoto menu ==> provide iPhoto feedback
    But it is likely that updates for '09 are over since it is a couple of years old and '11 is out
    LN

  • Migration Jdev 11.1.1.1 to Jdev 1.1.2, IDE visual problems with ADF design

    Migration Jdev 11.1.1.1 to Jdev 1.1.2, IDE visual problems with ADF design
    CONTEXT
    I’ve been working my project with Jdev11.1.1.1, when I migrate to JDev 11.1.1.2. I realized that my project didn’t compile successfully as before besides I couldn’t see the design view in a WYSIWYG mode on my JSF pages.
    I had installed (initially) in C:\oracle\Middleware Jdev 11.1.1.1 with WLS 10.3 (default in Installer)
    A couple days ago I realized about the new Jdev release JDev 11.1.1.2 and I decided to migrate because of the IDE improvements such as Bugs Solutions, Maven support, code templates, etc).
    The new version seemed to be non-compatible with WLS 10.3 because I couldn’t mount it in the same middleware so I installed the new one in C:\oracle\Middleware11g2, JDev 11.1.1.2 with WLS 10.3.1 (default in Installer).
    EXAMPLE
    I have created a new sample Project named JDev112App, it only has 1 java class, 1 ADF template and 1 JSPx to show the errors and differences between releases of the IDE… However, I also have added the screenshots of the Project in each IDE, also I have included a screenshot of my real project (Business App).
    NOTE. Business APP project is under subversion SVN and the migration was done successfully when JDEv 11.1.1.2 opened it (it migrated automatically).
    What should I do?? .. thanks
    Best Regards,
    Screenshot1
    http://comunidadoraclehispana.ning.com/forum/attachment/download?id=2315969%3AUploadedFi38%3A15778
    Screenshot2
    http://comunidadoraclehispana.ning.com/forum/attachment/download?id=2315969%3AUploadedFi38%3A15779
    Example APP
    http://comunidadoraclehispana.ning.com/forum/attachment/download?id=2315969%3AUploadedFi38%3A15784

    I think that the problem could be preferences/settings migration from Jdev 11.1.1.1.0 to JDev 11.1.1.2.0, because I migrated not only the application but also the JDev preferences ( "Documents&Settings...Jdeveloper..." ).
    I have installed in a new machine without previous version of Jdev the new release JDev 11.1.1.2.0 and when I deploy my test application with errors ( showed in this post ), it works fine and also the design view is correct.
    I am not SURE but I think the bug or problem could be also the preference/settings migration between JdeveloperS.
    Can anybody tell me the real reason?? How can I fix it ... I don’t want to import each of my settings manually in JDev 11.1.1.2.0 ( I mean templates, javadocs settings, connections, repositories, etc).
    Thanks in advance for your help,

  • ORA-00001: unique constraint during "Configure Database Security Store for OIM Domain"

    Hi Guru's,
    I am following the below steps for OIM 11.1.2.1 with SOA 11.1.1.7 Installation and facing below error during step "Configure Database Security Store for OIM Domain".
    Installed Database 11.2.0.3
    Installed RCU (Here I used two versions.
         RCU 11.1.2   - Used IDAM prefix for (Metadata Services, OPSS, OIM)
         RCU 11.1.1.7 - Used SOA prefix for(Metadata Services,SOA Infrastructure, User Messaging service)
    Installed JDK 7 (Java 1.7)
    Installed WL 10.3.6 (MW_HOME-/u01/Middleware/fmw, WL_HOME=/u01/Middleware/fmw/wlserver_10.3)
    Installed FMW 11.1.2.1 for OIM. (ORACLE_HOME=Oracle_IDM1)
    Installed FMW 11.1.1.7 for SOA (ORACLE_HOME=Oracle_SOA1)
    WL Domain creation.  (Domain Name – idam_domain1)
    Configure Database Security Store for OIM Domain.
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (IDAM_OPSS.IDX_JPS_RDN_PDN) violated
    Also followed the below bug solution, but issue still occurs.
    Bug 16690836 : CONFIGURE DATABASE SECURITY STORE (CONFIGURESECURITYSTORE.PY) SCRIPT IS FAILING
    @ 1. Delete the Schemas using RCU.
    @ 2. Recreate the OAM schemas.
    @ 3. Reinstall the WLS and OAM software.
    @ 4. Run config.sh to create a new domain.
    @ 5. Run setDomainEnv.sh from user_projects/domains/<Domain_name>/bin
    @ 6. Run the configureSecurityStore.py from same window.
    Not sure if anyone tried with different steps that fixed the issue? Could you please help.
    Thanks
    VG

    Hi Gurus, I got the solution from Oracle. SOA 11.1.1.7.0 shouldn't be used with Identity Management 11.1.2.1.0(11GR1-PS1) version. Identity Management 11.1.2.1.0(11GR1-PS1) is bundled with SOA 11.1.1.6.0. When used this SOA version, Installation went smooth. Thanks VG

  • Transformation - Rotate only moves path, not selected pixels.

    Hi All,
    I must be missing some simple click somewhere.... Just starting out with the Pen tool, paths and converting into a selection.
    Trying to transform a converted selection pixels made from a path.
    Current layer is visible and selected. Current path is selected. I use the path-selection tool to pick the path. I do "make selection" which turns pixels into a selection. So far, so good.
    After going to Edit | Transform Path | Rotate, the bounding box is displayed. I drag the corner and the bounding box turns along with the path I made. The selection does not move at all. When I hit the 'commit' button, no pixels are moved. Nothing changes in the picture.
    If I do all the above in an untouched fresh .psd file with just a background layer and a layer 1 included, everything works. Whatever is selected rotates fine.
    Why would a Transform Path | Rotate work fine in one photo, but not in another?
    I'm sure it's something simple. Thanks in advance.

    OK, found the solution in another forums.adobe.com post.... but it's non-intuitive.
    The "transform path" menu option instead of "transform" being displayed may have something to do with having multiple paths for an image. Not really sure. It's just a hunch.
    source:
    Opacity and Free Transform bugs
    solution text from sourced post (copied/pasted):
    Correct Answer by davescm on Jun 12, 2010 4:49 PM
    Ah with you now.
    With the selection on screen click on the Move tool. Then check the "Show transform tools"box at the top of the screen. After that transform away...
    I hope this helps
    Dave

  • Error when using Find

    Hi,
    i have a user-defined form. i have db datsources attached to the controls in the form. when i try to use the find option it gives a memory error the instruction at "0x780105f2" referenced memory at '0x00000000". The memory could not be read
    I get this error when i upgraded my SBO to PL 14.
    is this a known issue in this patch level?
    can anyone tell a way to solve this issue?
    Amudha

    Hello Amudha,
    this problem is known by SAP, (note 828476 "B1 crashes when binding EditText to DBDS on UserForm")
    It suppose to be fix in a patch....
    Waiting for the patch, maybe it can be possible to avoid it by catching the event click on "1" on before Event and set the BubbleEvent to false when the form is on Find Mode
    I haven't try, maybe it will crash anyway..
    <i>
    Symptom
    SAP Business One application crashes when binding EditText to DBDataSOurce on a UserForm.
    The following scenario results in the Business One crash:
    1. Create a user form with 1 Button (UID=1), and 1 EditText.
    2. Add a DBDataSource to the form.
    3. Bind the EditText to a field (which is related to the added dbds)
    4. Change the form mode to Find.
    5. Run the project.
    6. Type any string in the EditText.
    7. Click on the "Find" button -> B1 will crash.
    The attached sample (CodeSample.zip) reproduces the bug.
    Other terms
    UI, Find mode, Crash, UserForm, DBDataSource, Find, EditText, SAP Business One
    Reason and Prerequisites
    BUG
    Solution
    Planned to be fixed in a patch.
    IM 1529179</i>

  • Regarding encryption help

    Hi all,
    In 10g database below encryption is working but i need to implement the same logic in oracle 9i database. Can anybody help me on this.
    declare
    userstr varchar2 (100) := 'date=' || to_char(sysdate,'YYYYMMDD') ||'&'|| 'userid='||'ppacobqi%5e%5e%5e%5eldbs%60lrm' ||'&'||'maxage=60';
    sharedkey varchar2 (100) := '8uNDf!sVC';
    encuser varchar2 (100);
    res raw (32767);
    begin
    -- = md5(sharedKey + userStr) + hex(userStr);
    res := dbms_crypto.hash ( utl_raw.cast_to_raw (sharedkey || userstr), dbms_crypto.hash_md5 ) || utl_raw.cast_to_raw (userstr);
    dbms_output.put_line (res);
    end;
    The same logic i need to implement on 9i.
    Thanks in advance

    Hi,
    This is not possible.
    First of all dbms_crypto is not available in 9i.
    Secondly, 9i entered sustained support more than 2 years ago, so Oracle won't fix any unknown bugs, nor backport 10g bug solutions to 9i, nor backport features to 9i.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • Actual cost of FG batch

    Hi all GURU's, I had posted this thread earlier also but i had not got any reply on this. Hence I had closed that thread & now posting my query with this thread. Please if anybody can throw some light on this.......... My BOM structure is as follows.

  • Trinidad table problem with navigation

    hi all, i have a trinidad table on my jspx page. I set the rows size to 5 inorder to prevent all records being displayed. when there are more than 5 records we can navigate using previous and next buttons. when we click next or previous button the re

  • Hi  all , Need help on Core Services , RFC and Enterprise Services

    Can  anyone provide me links on how to use Core Services , RFC and Enterprise Services. I need to communicate with two systems , one uses RFC and the other uses Enterprise Service , so I need to differentiate between them .

  • Automatic postings

    If you make a field status required for your invoice receipt or payment like profit center, could you still run an automatic payment run?

  • PDFMaker unable to make PDF (8.1.2 Professional)

    Thank you in advance for any and all assistance. Acrobat has been working fine until a couple of days ago, now every time I try to make a pdf I get this message: "An unexpected error occurred. PDFMaker was unable to produce the Adobe PDF." I have uni