Project Manager Has Run Out of Memory????

i've been using Logic Pro 7 for about a week. i've only created 2 very small projects so far. today, when i opened up a Logic, a window immediately opened in my new blank session that said "Project Manager has run out of memory". What does this mean??? I'm not really sure what restrictions i'm now dealing with, but i do know, that now, when i try to import an audio file, such as an mp3, i am not allowed to do it. The window opens, and i select my itunes folder, and i see all my mp3's, but it wont let me click on them!!
What is going on????? i have 30 gigs of space free on my hard drive. Why is it saying that my project manager has run out of memory??? I have no idea what this means!! I'm seriously ready to throw my Macbook at the wall and go back to PC cuz it causes me way too many problems.
Thank you for your time.

Project Manager was something of a beast on Logic 7 and has been removed in Logic 8 with nobody that I've heard complain about its demise.
You would do well to delete the existing Project Manager configuration file which is found at:
user/Library/Preferences/PM Data
You won't cause any problems by doing that and you're 99% certain to fix your problem. For more info on location of the preferences files, see:
http://docs.info.apple.com/article.html?artnum=301005
Hope that helps.
Pete

Similar Messages

  • Error Message: Project Manager has run out of Memory

    Hi there
    So. I’m running Logic Pro on a Mac Pro and a Mac Book. No problem with it on the Mac Pro, but get this error message every time I open Logic on the Mac Book:
    Project Manager has run out of memory.
    The Mac Book has 1GB 667 MHz DDR2 SDRAM and 43 GB Hard drive space available.
    Can you help?
    Kind regards
    Tim Arnold

    Ah yes, good old Project Manager. There are plenty of times when it causes more problems than it solves.
    You might try deleting the following folder:
    User/Library/Preferences/Logic/PM Data
    If you use Project Manager, it's easy enough to rebuild the table. If you don't then don't worry - just delete it. By the way, if you're into Project Manager or would like to know more, go to the website of the perhaps the most generous man in the Logic world, Edgar Rothermich and grab some of his user manuals.
    http://homepage.mac.com/edgarrothermich/Manuals.html
    Pete

  • Mac Desktop Manager - Device has run out of memory

    So, long story short, this is the latest (of a very long string) of error messages. I have been able, with the help of these forums, to troubleshoot all the others.
    I am syncing my BB 8120 (v4.5.0.174) to iCal with the Desktop Manager, only set to sync calendar. It simply drops with an error that the 'Device has run out of memory'. Checking the Applications tab shows 17mb of free space.
    History:
    I got this Blackberry a few months ago, deciding I wanted a robust phone with good battery life that had email.
    I use gmail. Apparently this is not compatible with BIS, and had continual problems. This is still unsatisfactory - I have to use the gmail app which causes problems (hanging) and does not support push.
    I was dismayed to discover that a Blackberry sync client for Mac had only recently been announced, however I persevered.
    When it was released, I started using it, but it has continually given errors on all manner of different combinations.
    I recently solved the contacts problem by syncing using the Google sync, which syncs also with my mac over the air.
    This is not a solution for the calendars because iCal does not support google calendars well enough for my liking.
    The phone sporadically has a spinning hourglass, for what reason(s) I cannot determine, even after battery pulls etc.
    Suffice to say I have spent hundreds of hours troubleshooting this phone over the last months. For a phone whose main selling functions are email and organisation, it does neither of these reliably or well.
    If I do not solve this problem soon I will return to my old phone which supported everything above more reliably, and had 4 times the battery life to boot. The only thing I would miss is the qwerty keyboard.
    Mac OS 10.6.2 MacBook Pro

    Ah yes, good old Project Manager. There are plenty of times when it causes more problems than it solves.
    You might try deleting the following folder:
    User/Library/Preferences/Logic/PM Data
    If you use Project Manager, it's easy enough to rebuild the table. If you don't then don't worry - just delete it. By the way, if you're into Project Manager or would like to know more, go to the website of the perhaps the most generous man in the Logic world, Edgar Rothermich and grab some of his user manuals.
    http://homepage.mac.com/edgarrothermich/Manuals.html
    Pete

  • CVI 2013 Error: The compiler has run out of memory.

    Hello,
    I get this error in a source file I'd like to debug:
    1, 1 Error: The compiler has run out of memory.
    1, 1 Note: You may be able to work around the problem:
    1, 1 A. Set the debugging level to 'no run-time checking'.
    1, 1 B. Split your source file into smaller files.
    1, 1 C. Enable the 'O' option for your source file in the project.
    1, 1 D. Move large static data structures into new files and
    1, 1 enable the 'O' option for the new files.
    Options A and C disable debugging aids mostly, and I don't dare editing it.
    So any possibility to increase the memory limit?
    /* Nothing past this point should fail if the code is working as intended */
    Solved!
    Go to Solution.

    This is the "strange code"
    #pragma pack (push,8)
    typedef struct
    int struct1int;
    } STRUCT1;
    typedef struct
    STRUCT1* s1_ptr;
    } STRUCT2;
    typedef struct
    char c[2];
    int i;
    STRUCT2 s2;
    } STRUCT3;
    #pragma pack (pop)
    static STRUCT3 s3_global;
    void SomeFunc(void)
    s3_global.i = 0;
     I believe clang fails to compute the struct paddings.
    /* Nothing past this point should fail if the code is working as intended */

  • Target has run out of memory on LM3s8962

    I'm using the LM3s8962 evaluation kit to record data from the ADC's.  I have the system set up so that I use the elemental nodes of the four adc's in a while loop, and replace the values in four different arrays.  The arrays are initialize (1x1000 elements) before entering the loop.  This works fine.
    THE PROBLEM:  When I try to make the arrays larger (i.e. initial arrays larger than 1000 points, 4 individual arrays), I get the following error:
    Error: Memory allocation failed. The target has run out of memory. [C:\Program Files (x86)\National Instruments\LabVIEW 2011\CCodeGen\libsrc\blockdiagram\CCGArrSupport2.c at line 253: 2 3
    OR
    Error: Memory allocation failed. The target has run out of memory. [C:\Program Files (x86)\National Instruments\LabVIEW 2011\CCodeGen\libsrc\blockdiagram\CCGArrSupport2.c at line 173: 2 3
    Any suggestions?

    Th0r wrote:
    It looks like you're filling up the flash memory on the LM3S8962 with all of these array initializations.  According to page 263 of the LM3S8962 datasheet, that microcontroller has 256 KB of flash memory which you can use to fill up with your code.  In addition to your array initializations, some of this space is taken up by the LabVIEW Embedded Module-specific code as well.  What datatype are you using in these arrays?  Does this error occur upon building or running your code?  Thanks for any additional information you can provide!  
    That's probably it.  The error occurs when building the code, before it's actually able to run.  If reduce the array size, I'm able to run the code no problem.  At the moment,  I'm using a long 32 bit integer, which I know realize I can reduce significantly, as my ADC only reads at 10 bits.  Do you know if there's a way that I can preallocate the array to a place other than flash?
    I've found a fix around it since I last posted, in which I set up a buffer (smaller) and then save the buffer values on the SD card.  This works well and I can sample for long periods of time, but it does slow down my overall sampling rate, so I'd like to fix the above problem nonetheless. 

  • MySQL has run out of memory ::Help needed::

    ::Help needed::
    I've created a PHP web application in Dreamweaver, which uses a MySQL database, containing 14 tables.
    On one page, I use a an SQL query to select data from 10 of the tables in the database.
    However, when I try to preview the page in a browser, a PHP warning stating that the MySQL engine has run out of memory.
    Is there a way of increasing the Memory Cache of the engine, or a way to optimize the performance?

    Is this happening locally?
    If it is, try rebooting your system and see if this fixes the problem. If not then you have a problem with your code. If it works locally but not on the server, then you know it's not something in your code causing the issue, so you can confidently go to your host support and have them sort it out.
    With any such situation, testing locally first is a vital debugging step.
    Hope this gives you a path to follow.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • CVI 2013f1 Error: The compiler has run out of memory.

    Hi again,
    #pragma pack(push,1)
    typedef struct
    char sub_c;
    } SUBSTRUCT;
    #pragma pack(pop)
    #pragma pack (push,8)
    typedef struct
    char c;
    SUBSTRUCT sub1;
    struct
    int i;
    } sub2;
    } BUGGY_STRUCT_AGAIN;
    #pragma pack (pop)
    BUGGY_STRUCT_AGAIN s = {0};
    int main (int argc, char *argv[])
    return 0;
    fails to compile, too.
    Even with f1 patch.
    /* Nothing past this point should fail if the code is working as intended */

    Hello CVI-User,
    This appears to be a bug in our run-time checking. I have opened bug #450292 to track it and as a workaround I could suggest disabling run-time checking or using #pragma pack (push,8) only if necessary. 
    Best regards,
    = Nelu F. || National Instruments.

  • Finale running out of memory

    Mac Pro 3.5GHz 6-core Intel Xeon E5
    Memory:  16GB 1867 MHz DDR3
    IT of Flash
    I am running OSX 10.9.5
    The problem occurs when I use Finale 2014 3.4736  (latest version) music notation application with Garritan for Finale
    Shortly after starting work on a small vocal score with piano accompaniment I am faced with the warning:
    "Finale has run out of memory. Please save your work and quit".
    No other applications are running.
     How can this be?
    Help is needed
    Thanks Sion
    Back

    Hi ..
    If you can, don't run other memory intensive apps while using the Finale app.
    Open the Activity Monitor located in HD > Applications > Utilities then select the Memory tab.
    From there you can see which apps are using the most RAM. (memory)

  • Your system has run out of application memory Premiere pro cc 2014

    Hi,
    I've been getting the "your system has run out of application memory" message while working on a new project in pr pro cc.
    Here's what i've done so far:
    Updated to OS X 10.9.5 and restarted computer
    went into my activity monitor and stopped programs that were taking up memory, but that didn't solve the problem the message would pop up over and over again.
    this is the first time i've seen this message. I installed the universal free trial red giant plug ins for PR Pro . I'm starting to think that the plug ins are the problem.
    I used several of the universal plugins from red giant on my entire project. I was able to export the project twice w no problems but then when i went back into the project and the notification kept popping up!
    I'm using
    PLS HELP!!!
    thanks!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    In the Console window, look under the heading DIAGNOSTIC AND USAGE INFORMATION on the left for crash or panic reports. If you don't see that heading, select
    View ▹ Show Log List
    from the menu bar.
    A crash report has a name that begins with the name of the crashed process and ends in ".crash". It may be under either of the two subcategories, "System" and "User." A panic report has a name that begins with "Kernel" and ends in ".panic".
    Select the most recent of each and post the entire contents — the text, please, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post any other kind of diagnostic report, such as a hang log — they're very long and not helpful.

  • I've updated my Macbook Pro and my iMac with Maverick, updating the various apps. On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory, and it's based our Mail, the only app not updated. Ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

  • 'Your system has run out of application memory'?!

    I've seen many users experiencing this same problem throughout the community, but none of the fixes have given me a permanent solution. Details of the machine are below, as well as what happens when the problem hits/triggers.
    MBP Retina running OS X Yosemite 10.10.2 (occurred in previous versions as well, thought the latest update would help but it didn't)
    15-Inches Mid 2014 with 16 GB of Ram
    Been using this Mac for good 6 months now, and one fine day of normal usage the whole system seems really laggy and slow and all of a sudden i'm unable to access anything and barely move my mouse. Then, a window pops out, telling me "Your system has run out of application memory", gracefully showing me that I have to force quit all my programmes for me to just stare at my desktop in utter disappointment.
    I've been using Yosemite for awhile now (updated few days since the release) and haven't encountered any major issues, this being the first. Reading through many threads many have said that the problem lies with opening the Mail app, yet I haven't touched that app in months. I've also tried resetting the PRAM on my machine when it happens and the problem comes back again after several minutes of normal usage (iTunes, App Store). Checking the memory usage with the Memory Clean app, it tells me I'm down to a measly '15.58 MB' of memory, and it justfluctuates at that until I give it a restart again. This can't keep happening - I can barely use the Mac for 10 minutes without having to restart it, only to be able to use it only again for another 10 minutes.
    Opening Activity Monitor tells me that mds_stores is the main root of the problem, yet I can't seem to shut the process down. I've googled and many say that mds_stores is spotlight indexing, but taking up all 16 GB of ram? That shouldn't be the case. Is there a fix to this? Does Apple know of its existence?
    Included some screenshots below:

    Step 1
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -F '$Time $Message' -k Sender mdworker -o -k Message Rne Norm -k Sender mds | tail | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign ($) to appear.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. 
    The Terminal window doesn't show the output. Please don't copy anything from there.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.
    Step 2
    Enter the following command as in Step 1 and post the output:
    mdutil -as 2>&- | pbcopy
    You can then quit Terminal.
    Step 3
    Launch the Console application in the same way you launched Terminal. In the Console window, look under the heading DIAGNOSTIC AND USAGE INFORMATION on the left for crash reports related to Spotlight. If you don't see that heading, select
              View ▹ Show Log List
    from the menu bar. A Spotlight crash report has a name beginning in "mds" or "mdworker" and ending in ".crash". Select the most recent such report, if any, from the System and User subcategories and post the entire contents—the text, please, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post any other kind of diagnostic report, such as hang logs—they're very long and not helpful.

  • I keep getting this notice: "your machine has run out of application memory". Why am I getting this message?

    Why do I keep getting the notice "your machine has run out of application memory"?
    I have a 15" Macbook Pro Retina Display with a 2.3 GHz Intel Core i7; 8 GB 1600 MHz DDR3. OS X version 10.9.2.
    I get this warning when I have a lot of programs running. I never had this issue before.

    Well Carolyn
    I feel your answer is a bit glib, since there are numerous post about this problem with Maverick.  I too am having the problem and run very minor applications
    Word, Powerpoint, Safari, AudioNotes.  Nothing which uses a ton of memory, and have gotten this message repeatedly lately. 
    I have a Macbook Pro Retina with 2.6 GHz inter i7, and 16GB 1600 MHz DDR3 memory running OS X 10.9.2.
    I am not a techie and would love a simple fix, which doesn't entail me shutting down my computer when it gets stupid.  As above I have not had this problem before either.

  • Keep getting the 'system has run out of application memory' window, what to do?

    I'm running a mid 2010 MacBook with 2.4 Ghz Intel Core 2 Duo processor and OS X 10.9.5. Every time I'm on Safari I get the 'System has run out of application memory' window and it asks you to quit out of programs you're not using.  The problem is sometimes the only things running are Safari and Finder.  It'll then freeze up programs and prevent web pages from loading or showing up.  I'm not quite sure what this means or how to go about fixing it.  Any help would be much appreciated.

    Hi Meghan,
    If you are seeing that alert that you are running out of application memory then I would take a look at using Activity Monitor to see how the memory is being used. If it looks normal usage to you, then you may want to upgrade the memory on your Mac. Take a look at the article below for more information. 
    OS X Mavericks: If your Mac runs slowly
    https://support.apple.com/kb/PH13895
    How to use Activity Monitor
    https://support.apple.com/en-us/HT201464
    Take it easy,
    -Norm G.

  • "Your system has run out of application memory"! Help, please! Thanks!

    Hi,
    Just got the unsettling message saying "Your system has run out of application memory" and I was instructed to close down applications I wasn't using, including browsers, or I might have problems with my computer. Yeesh. This is scary. Is the solution to buy more RAM? Bear with me, I really don't know what to do, and I'd appreciate your help.
    Thanks,
    Kcat
    Tried to update my product listings, but it wouldn't work. I have OS X Mavericks, 10.9.2 on my iMac desktop.

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
    A long-running process with a memory leak (a kind of bug)
    Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

  • "You system has run out of application memory"

    I'm constantly getting this error now.  "You system has run out of application memory"
    machine specs are -
    MACBookPro Retina. 10,1
    2.7 i7
    16 GB 1600 MHz DDR3
    GT 650M 1024 MB
    OSX 10.9.4 (13E28)
    750 GB Solid State drive with 211 GB free.
    does any know what may being going on?  What can I do to fix?
    Thanks in advance for your help.
    Brian

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
              A long-running process with a memory leak (a kind of bug)
              Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
              View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command:
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

Maybe you are looking for

  • File Path and Name field does not display correct path

    We are using Crystal 2008 along with VS 2005. We embed the special "File Path and Name" field  inside our report and it displays the correct path when viewed inside Crystal reports: C:\Program Files\reports\Chart.rpt When run through the web and view

  • In OWB the repository user installation failed.

    I have installed oracle 10g for oracle warehouse builder and installed owb. after installation Im trying to create a reposity using uid: auroora pw:auroora and i have entered all the connection fields at last it is showing an eroor as follows. the re

  • External monitor not recognizing my MBpro

    Until recently I have never had a problem. Not sure what changed. I tried to hook up my laptop to the LCD projector and it did not take. No laptop recognized. The projector recognized a different laptop but not mine. Any ideas?

  • ODT PL/SQL overloading subprogram names

    Hi, I'm new with ODT. I'm trying to create a data set containing two queries to two overloaded sub programs of a package. I have a schema with a table named INI_FILE and two packages INI_FILE_TP and INI_FILE_QP (See the code at the end of the mail).

  • VAT posting in Advance invoices.

    Hi, Can you make some test postings for VAT in advance invoice and give me answers for below questions? When an advance invoice is posted in F-47 with VAT DZ (reporting country IN14), how the VAT portion is actually posted? When an advance invoice is