Unique IF Problem

Hello Guys,
I have a unique problem with my mapping.
There is a IF condition which checks for number of line items and maps accordingly to the target.
In the else part, if the number of line items is not matched as per a field, am calling an RFC lookup to update the error status into the table and further the mapping wont work.
But unfortunately, IDOC gets created and also the table gets updated with Error status.
Scenario 1:
Number of line items = 5
Actual Line items = 5
So this test scenario should successfuly create an IDOC.
The IDOC do gets created, but also the else parts gets executed.
Scenario 2:
Number of line items = 5
Actual line items in file = 3
So, in this scenario the idoc should not be created and only should update the error status. This scenario is working perfectly.
But  am not able to understand why in scenario 1, it is acting weird by executing both the IF and the else condition.
Regards
KRish

That's quite difficult to say, as I don't know what your mapping looks like...
If you do the check on ITEM level, this will normally be the case, because the mapping will go through each ITEM (and it should).
You should perform the check on header level.
Something like
IF NOT count (line items) = coung(Actual Line items) --> throw error
ELSE proceed
As I said, I don't know what your mapping and file structures look like, so it's quite hard for me to imagine what is going on.

Similar Messages

  • The user does not exist or is not unique - workflow problem

    I am using Solution Starters Dynamic Management workflow on my Project Server 2010.  I was working fine for a year now, but today all workflows were broken when someone tried to submit them to a next stage. "Workflow terminated. An error has occurred
    in the workflow."
    I tried debbuging the workflow and it seems to be OK, but the problem appears when it needs to assign tasks to the approvers (they are in the Approvers group). When I remove users from the group that represents approvers (and leave that group empty), it
    works fine, so I am guessing that users (who need to approve the stage) are the problem. My administrators are saying that there were no updates or changes on AD machine.
    I don't have problem with users in any of people picker fields or anywhere else on the site. I am using claims auth.
    What could be the reason for this behavior??
    These are main errors from the log:
    Failed to persist workflow instance: 7dc2e035-cd02-4284-b851-a829e372a809 with error code: 5, instance data size: 29578, internal state: Running, processing id: 1e2211d2-ef7b-4416-90ef-ac041396c200    2f83db27-34da-4275-a42e-0625240af921
    The user does not exist or is not unique.
    WinWF Internal Error, terminating workflow Id# 7dc2e035-cd02-4284-b851-a829e372a809   
    System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.  Parameter name: additionalNodes     at Microsoft.Office.Workflow.Actions.OfficeTask.ProcessTaskError(Object sender, EventArgs e)    
    at System.Workflow.ComponentModel.ActivityExecutorDelegateInfo`1.ActivityExecutorDelegateOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)     at System.Workflow.Runtime.Scheduler.Run()

    It appears that this isn't the problem with users, but it is a problem with Office Tasks. This is the main error in ULS logs (same as in the previous post):
    "Specified argument was out of the range of valid values.  Parameter name: additionalNodes"
    I noticed that all content types are gone from my pwa site. Is it possible that my workflow is causing problems when adding tasks because somebody deleted all content types??

  • SQL Developer 1.5: Mysql unique index problem

    I experienced a problem with SQL Developer 1.5: uniqueness of multiple fields indexes seems to be lost. On single field indexes it works properly.
    As you can see generated code lacks the "UNIQUE" keyword
    MySQL DDL:
    CREATE TABLE `my_table` (
    `aaa` CHAR(20) COLLATE latin1_swedish_ci NOT NULL DEFAULT '%',
    `bbb` CHAR(4) COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
    `ccc` CHAR(4) COLLATE latin1_swedish_ci NOT NULL DEFAULT '%',
    `ddd` CHAR(4) COLLATE latin1_swedish_ci NOT NULL DEFAULT '%',
    `eee` CHAR(4) COLLATE latin1_swedish_ci NOT NULL DEFAULT '%',
    `fff` CHAR(30) COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
    `ggg` CHAR(30) COLLATE latin1_swedish_ci DEFAULT NULL,
    UNIQUE KEY `All` (`aaa`, `bbb`, `ccc`, `ddd`, `eee`, `fff`, `ggg`),
    KEY `key_bbb` (`bbb`),
    KEY `key_ccc` (`ccc`)
    )ENGINE=MyISAM
    ROW_FORMAT=FIXED CHARACTER SET 'latin1' COLLATE 'latin1_swedish_ci';
    Generated code:
    CREATE TABLE my_table \[...\]
    CREATE INDEX All_ ON my_table
    aaa,
    bbb,
    ccc,
    ddd,
    eee,
    fff,
    ggg
    \[...\]

    That looks strange. I created the following three tables in mySQL:
    CREATE TABLE `my_table_a` (
    `aaa` CHAR(20) ,
    `bbb` CHAR(4) ,
    UNIQUE KEY `All` (`aaa`, `bbb`),
    KEY `key_aaa` (`aaa`),
    KEY `key_bbb` (`bbb`)
    CREATE TABLE `my_table_b` (
    `aaa` CHAR(20) ,
    `bbb` CHAR(4) ,
    UNIQUE KEY `All` (`aaa`, `bbb`),
    UNIQUE KEY `key_aaa` (`aaa`),
    KEY `key_bbb` (`bbb`)
    CREATE TABLE `my_table_c` (
    `aaa` CHAR(20) ,
    `bbb` CHAR(4) ,
    UNIQUE KEY `All` (`aaa`, `bbb`),
    KEY `key_aaa` (`aaa`),
    UNIQUE KEY `key_bbb` (`bbb`)
    The wrong result can already be seen in the captured model.
    Result for my_table_a:
    All: NON_UNIQUE
    key_aaa: NON_UNIQUE
    key_bbb: NON_UNIQUE
    Result for my_table_b:
    All: UNIQUE
    key_aaa: UNIQUE
    key_bbb: NON_UNIQUE
    Result for my_table_c:
    All: NON_UNIQUE
    key_aaa: NON_UNIQUE
    key_bbb: UNIQUE
    So there is at least one case where an index with two segments is remaining UNIQUE. But as soon as the index has three segments, the UNIQUE is lost.
    I'll check whether this is a known bug, and if not, I'll create a new bug.
    Regards,
    Wolfgang

  • Unique FireWire problem...

    I have an odd problem. I have a Macbook Pro that is about two years old which went through a bit of a rough patch. Let's just say the keyboard and screen are not working. But the hard drive is still in good shape. Obviously, it's totally useless to me so I bought a new Macbook Pro in January. I would like to transfer my files to my new Mac and got a firewire cable to do so. Since the keyboard is broken, I am using a seperate Apple keyboard plugged into the USB drive. But, when I start the computer and hold down the "T" on the keyboard, it does not successfully go into Target Disk Mode. If you have any advice, please help!
    Message was edited by: emmy2685

    emmy2685 wrote:
    Since the keyboard is broken, I am using a seperate Apple keyboard plugged into the USB drive. But, when I start the computer and hold down the "T" on the keyboard, it does not successfully go into Target Disk Mode. If you have any advice, please help!
    You have the keyboard plugged into the USB drive? That sounds, umm, unusual. Unlike Firewire, most USB devices can't be daisy-chained unless they also include a built-in USB hub.
    Did you mean to say that you had the keyboard plugged into a USB port on the old MBP? If not, try doing so.
    -David

  • I think I've got a slightly unique burn problem...maybe I'm just an idiot?

    I'm trying to burn a playlist that I created on a DVD-R disk. I've tried updating drives and I installed a new Intel chip from the Dell website... all to no avail. When I click burn playlist to disk, my disk is ejected, when I click burn disk in the corner, I'm informed curtly that "this is not a blank CD" while my disk is again ejected. These are brand new disks, plastic wrapped and everything, so I know that they're blank. I've also tried with multiple disks, and even different types so I know it's not that either. Here's my CD diagnostics information if it helps:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Computer Corporation Dimension 4550
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: PxHelp20 (2.0.0.0), MxlW2k (1.0.1.104), Cdr4_xp (5.2.0.91),
    UpperFilters: pwd_2k (5.2.0.91), Cdralw2k (5.2.0.91), GEARAspiWDM (2.0.4.3),
    Video Driver: NVIDIA GeForce4 MX 420\GeForce4 MX 420
    IDE\DiskWDCWD600BB-75CAA0_____________________16.06V16, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomSAMSUNGCD-R/RW_SW-240B_________________BD11___, Bus Type ATA, Bus Address [1,0]
    IDE\CdRomSAMSUNGDVD-ROM_SD-616T_________________F310___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    D: SAMSUNG DVD-ROM SD-616T, Rev F310
    Drive is empty.
    E: SAMSUNG CD-R/RW SW-240B, Rev BD11
    Drive is empty.
    The last failed audio CD burn had error code -128(0xffffff80). It happened on drive E: SAMSUNG CD-R/RW SW-240B on -128(0xffffff80) media at speed 0X.
    I'm at my wits end, granted my wits aren't all that great, but still. If anyone can help (Toonz, you seem like an immaculate gentleman) I'd greatly appreciate it. Thanks.
    Dell Dimension 4550   Windows XP  

    I understand your wanting to burn a playlist to a blank DVD but is this playlist movies or music? If its a music playlist and your wanting to burn some music to the DVD as a backup, you will have to go into iTunes settings/preferences and set the disc format to "Data CD or DVD".

  • A Unique Bex Problem

    Hello All,
    Heres my problem . i have to display a report which has the list of employees who got terminated.The report format is
    Employee Code    Employee name    Start Date   Terminated Date
    This information can be derived from "Personnel Actions" datasource in HR.I have the start date and the end date of every Action Type(hired, Terminated,OnHold).
    The problem is this. When an employee is hired i have the start date and end date is 12/31/9999.I have one row in my cube.This start date is the start date in my report.
    But,When the same employee is terminated.i have one more entry in my cube.This time the start date is his termination date and to date is 12/31/9999, meaning termination is valid till that date.Also the from date in the first row when he as hired changes to his last working day.
    Now in my report i want to display Start date and Term Date.Both the information is stored in the same column but two diff rows.
    I can only drag a characteristics once in my rows.
    how do i achieve this.??
    Please provide any comments/suggestions you have..
    Regards,
    Partho.

    Sorry I missed a step
    1. Drag employee into rows
    2. Create a new structure in Rows
             - Create a new selection "Start date" and drag 'action type' Hire
             - Create another selection "Term date" and drag 'action type Termination
    3. Drag in Calendar dat/From date (with results supressed)
    Hope it solves your problem.
    Regards, Uday
    Assign points for helpful answers and get one point for yourself.

  • A unique startup problem

    After looking through this forum, I haven't been able to find any info on my problem.
    My fiance's iBook recently refused to start up. Whenever she attempted to power it up, all she got was the grey screen with the apple, and then the following:
    https://webspace.utexas.edu/woodas/Pics/IMG_2657.JPG
    The only clue that I have as to what caused this was that she attempted to power down her iBook before leaving for a week. When she got home, she realized that it hadn't actually powered down all the way. She doesn't remember what was on the screen, but she attempted to restart it and this happened.
    Interestingly, if I hold "option" when powering on to go to the Startup Manager and then select the hard drive, instead of getting the above image, I get the prohibited symbol.
    I have tried resetting the PMU, NVRAM and PRAM. This did nothing except that after reseting the NVRAM and PRAM, the image that shows up when I try to power up looks a little bit different now than it did before.
    I have also tried squeezing left of the touchpad and this didn't do anything (this iBook is in the serial # range for the logic board replacement but is past the 3 year limit).
    The only thing that I have found to try that I haven't yet is booting from the CD, but I don't have the installation CD yet (I'll get it tommorow).
    Sorry, i don't know what OS she is using (OS X I know, but not which version) and I'm not sure what speed the processor is, but I think its 733mhz maybe? I know it has always seemed alot slower to me than it should be. Sorry about my lack of knowledge...this is my first time to lay hands on a mac.
    G3    

    I take it that you saw no display anomalies while booted from the CD?
    All seemed normal then, as far as the display is concerned?
    When started up from the CD, in Disk Utility, what is the size of the hard drive and how much space remains available on it? Refusing to start up can be a result of a too-full hard drive.
    Does she know what version of the OS is installed? If she has upgraded to OS X 10.3 (Panther) or OS X 10.4 (Tiger), she should have the install disc for the one she is using, and that is the install disc you should be using for troubleshooting.
    You could try to reset the PRAM and NVRAM in Open Firmware.
    Start up in Open Firmware by pressing Command + Option + O + F during startup. This gets you into Open Firmware with a command line and a > prompt.
    At the Open Firmware prompt, type: reset-nvram
    Press Return.
    At the Open Firmware prompt, type: set-defaults
    Press Return.
    At the Open Firmware prompt, type: reset-all
    Press Return.
    Example
    0 > reset-nvram
    Press Return
    0 > set-defaults
    Press Return
    0 > reset-all
    Press Return
    The reset-all command should restart the iBook. If so, you have successfully reset the Open Firmware settings.
    If that doesn't work, if she has not upgraded to a newer version of the OS, but has merely updated OS X 10.2.4 to the most current version of it (OS X 10.2.8), then I would suggest trying an Archive and Install (assuming there is room on the hard drive to do it).

  • SortedSet unique key problem

    i want a SortedSet of patients. each has a unique id and a current heartRate .
    i want to sort them by heartRate .
    i am getting duplicate entries when the id is constant but the heartRate changes.
    please consider this:
    SortedSet<Patient>();
    public class Patient {
      public int id;
      public int heartBeat;
    public class PatientComparator implements Comparator {
      public int compare(Object obj1, Object obj2) {
        Patient p1 = (Patient) obj1; // <------- this downcast works... downcasts are illegal
        Patient p2 = (Patient) obj2; // yet how else can i write the Comparator? i don't get it.
        if(p1.heartBeat > p2.heartBeat) { return(1); }
        if(p1.heartBeat < p2.heartBeat) { return(-1); }
        return(0);
      public boolean equals(Object obj1, Object obj2) {
        Patient p1 = (Patient) obj1;
        Patient p2 = (Patient) obj2;
        return(p1.id == p2.id);
    summary :
    each time the same patient id has heartRate change, i get a new entry in the SortedSet .
    the related issue, how could you write a Comparator without a downcast?

    The equals method must be implemented in Patient class, not in PatientComparatori am still getting multiple entries even with this implementation:
    public class Patient extends Object {
      public int id;
      public int heartBeat;
      public boolean equals(Object obj) {
        return(true);  // <---
    }further, i am also implementing Comparator this way:
    public class PatientComparator implements Comparator<Patient> {
      public boolean equals(Patient p1, Patient p2) {
        return(true); // <---
    }and i still get multiple entries.
    so, what method() does a Set use to guarantee that there are no duplicate entries?
    and what key is used to uniquely identify an object in the Collection ?
    when mySet.add((MyObj) myObj); i think the process should be:
    (1) if myObj already exists in mySet remove it.
    (2) add myObj to mySet .
    for me, either step #1 is not happening, or there is something wrong with the keys .
    i want to make the key patient.id .

  • A unique battery problem

    So, I have read a lot of problems associated with the batteries on the BB Z10. I've had mine for a good few months now and I love the phone.
    Unfortunately, the battery ran dry as I was travelling and so I tried to charge it. I have tried charging from the mains and I've tried charging from the laptop (while plugged into the mains) and the following happens:
    *The phone initially shows the red LED, indicating that it is charging.
    *The charge light then goes off after 15 seconds and the BlackBerry startup screen comes on as if it is about to start up the OS.
    *The BlackBerry emblem then disappears after 3 seconds, for the red charging LED to come on and the whole process starts again.
    The phone will not charge because this appears to be a never ending process and won't allow the phone to charge. I have had the phone "charging" this way for over 4 hours to see if the cumulative charge would be enough. I've tried all the tricks, different chargers, taking the battery out, putting on charge and then putting the battery back in while in this state, resetting the phone to factory defaults. 
    I also put a new, fully charged battery in the phone, which worked, I didn't test it long enough to see if the charge held or ran quickly dry unfortunately as it wasn't my battery.
    Another odd thing, the phone does exactly the same thing with or without the battery when attached to a charger, same cycle. However, the battery did the same thing on my colleagues phone, same cycle.
    Any ideas would be greatly appreciated.
    Kind regards,
    Ian

    HiroProtag wrote:
    Mine is the STL100-2.
    I have finally solved the problem, I plugged the phone into the wall as I was doing, and then I waited until the BlackBerry banner came up and held down both the power/unlock button and the voice command button which allowed the phone to start charging.
    The battery was totally dead, but the phonoe began its deep charging instead of getting stuck in the usual loop.
    Ian
    Great.
    >> ALSO: You have your mobile phone number listed as your "My Mobile Provider" or carrier. Putting your phone number out on the internet on these public forums for the world to see, is not wise. To change that, at the top of this page click on My Settings > Personal Profile > Personal Information, and in the entry block for "Carrier" type the name of your mobile provider.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Ideas for solving a unique Exchange problem

    Hey all,
    I have a customer with a Root/Child domain type environment. All windows AD users exist in the child domain. The exchange 2007 mailbox database exists in the root domain.
    I have the OIM AD connector connecting to the child domain with an account in the enterprise admin group and in the exchange organization admins group.
    I have tested and verified the OIM service account can provision exchange mailboxes via the powershell command from the child domain.
    The problem lies within the Oracle Ad/Exchange connector. It's trying to pull user data from the child domain while also pulling exchange mailbox database info from the root domain. Oracle claims that multi-domain functionality isn't supported and will be available in a future release in 2010.
    So that isn't going to work for the customer.... and I'm looking for some ideas.
    I have seen the script that is run by OIM to create the mailboxes, the script is passed three values (userid, mailbox database and a log file). Since the mailbox database is going to be static, I don't necessarily need OIM to allow selection of multiple databases and therefore don't need OIM to browse exchange on the root domain. Is there anyway I can bypass this and statically set this database value that is passed to the mailbox creation script?
    I'm sure someone else has seen an environment like this before and I am open to some other ideas.
    Does Oracle support a scripting function perhaps that i can pass values to to trigger the powershell mailbox creation command outside of the AD connector? At this point, I'll take whatever ideas i can get outside of modifying the customers environment to a single domain. That's not an option.
    Thanks in advance.

    The 1st step i would take is seeing what values are being mapped to the different steps. If you could map a diffrent root context at one of the steps in the adapter factory or different connection info.
    -Kevn

  • Sort of unique installation problem

    I know there are a lot of posts by people who can't install iTunes, and I know none of them have been answered yet, but my problem wasn't posted yet so I might as well post it:
    Whenever I try to download iTunes, the window pops up that says "run or save" the installer pops up. I click run and the window showing the installer being downloaded pops up. Except nothing happens: it doesn't give me a time of how long it will take to download, it doesn't give a download rate, and nothing happens for as long as the window is open.
    I have four computers in my house and the same thing happens with all of them. Maybe my problem is internet-related? The worst part is that I already have the old version of iTunes on one of my computers, but it isn't compatable with my iPod.

    update: my neighbor downloaded iTunes on his computer and gave it to me the installation software on a memory stick, so my problem was solved. When I clicked save, it didn't help: the file still wouldn't download, and when I tried to access it from the saved file, it would offer me an update. When I tried to download the update, the same thing happened as before. My advice for people with this problem is to get the installation program from another place and then install it manually. It's just not worth the frustration.

  • Unique Recognition problem

    Hey,
    Alright, here is my problem. Thus far I have found no problem similiar to mine with my Ipod mini. Where others state they get a sad face or Exclamation Folder, I get nothing. My Ipod about 2 months ago stopped being recognized by my main computer. It does not show up in My Computer or Itunes, but it does recognize that it initially as it is connected to my USB. I recieve no error messages, or anything, the Ipod just proceeds to "Charge" (even tho it rarely does, which is another thread all together). Here is the kicker, when I tried connecting it to my other computer, it was recognized almost immediatley. Unfortunatly, I have none of my music on that computer and am not willing to transfer my extensive music library to update my Ipod. Does anyone have a clue to what may be wrong with my ipod, or my one computer?
    Oh yeah, all the suggestions that Apple has given on that one page did nothing, including putting it disk mode, forceable mounting didn't even work.
    Thanks

    If you can't find your cd or if the computer in question doesn't have ipod software of ir you can't find your origical cd, you can download it from here http://www.apple.com/support/downloads/ipodupdater20060110.html
    It's free. All you need is your apple id you used to log-in here.

  • Unique (?) problem Kid Pix & dvd

    Working in an educational setting, students make projects using Kid Pix. The file can be saved (or technically, exported) as a quick time movie.
    I'd like to put these QuickTime movies into a DVD using iDVD but I am having problems.
    Basically, the video doesn't encode (following status--background encoding) -- I know that it should show DONE--and it doesn't show anything...no progress at all.
    So, if I go to burn, it goes through everything until the actually burning...and the message comes up that iDVD has unexpectedly quit. This has happened more than once...I've been trying for a few days.
    The quicktime is saved as a .mov file
    I've tried moving the files (originally on an external firewire, I've moved to the desktop.
    I've tried at home, at school...I don't want to waste anymore bland DVD
    Thanks for any help.

    To add my thoughts. Are you SURE this is Kids Pix related? It might just be a coincidence and really you are just having troubles with burning DVDs period. So my first thought is, have you tried burning another project that doesn't contain any K.P. QT imports? Also, have you tried "burning" the project to a disc image rather than directly to a DVD blank?
    My standard list of things to do first for these wierd sort of problems, but I also tend to run these before I go to burn an iDVD project just to be safe. Keep in mind this list represents the programs I tend to use. There are several alternate programs that do the same things with some combining the functions of some of the ones below. So everyone has their favorites, but here are mine...
    Run MacJanitor (free download) to do all the Unix Cron Maintenance scripts.
    Run Disk Utility (Applications -> Utilities) and repair disk permissions on your start up drive (typically your internal drive). Also verify any other drives mounted on the system, especially any external drives that you use for iMovie and iDVD projects.
    Run Preferential Treatment (free download) to check for corrupt/damaged application and system preference files.
    Run Cache Out X (free download) to clear all system and application caches.
    Reboot your Mac (after running Cache Out X you are given the option to restart the machine).
    If you still can not get it to run correctly, next thing to try is to throw out the iDVD preference file (don't forget to change back those preferences you want different from the defaults next time you run it).
    Patrick

  • Unique iTunes problem

    I have a very strange problem with my iTunes. When I play a song/video the computer freezes when the track gets to 11s and becomes unfrozen at 24s. The sound continues to play but all other processes on the computer stops during this time period.
    I have tried reinstalling iTunes many times but it hasn't helped, and have researched for hours into similar problems but can't find anyone who has this issue. Has anyone got any suggestions....
    Thanks!!
    Customised   Windows XP   Very high spec.

    I've re-installed itunes and
    quicktime and updated my ipod several times over and
    over again hoping it will make my problem go away. if
    you have any suggestions on how to fix my problem,
    please reply to this thread or email me at
    [email protected] thanks in advance!
    First, make sure all your win updates are installed.
    Then download the newest version of the updater and iTunes from the Internet (to make sure you have the most recent version).

  • Unique install problem...help!

    I've been searching the forum and can't find anyone with a similar problem(mistake) as mine.
    I had to delete files to give myself enough space to do the snow leopard install. So I did that, and about 20 minutes in the install crashed. I restart the install, but it is now saying that there is not enough space on the HD to complete the install(presumably from what was put oN the HD from the first attemp, so it will not continue with the install.
    The real problem is that I am not able to boot from my hard drive to delete more space. It let's me go to all of my utility options, but I don't know of any way to boot from there, and it will only let mr select the install cd as the startup disk. I held alt down on a restart and the option to boot from my internal drive was there, but it wouldn't boot and went back to the install disk again sending me back to the original screen. I've used disk utility and my hard drive checks out fine.
    Does anyone know of a way to be able boot from my hard drive or any other way I can get to my internal drive to delete files so I can continue with the install? Thanks!

    Hi,
    Rule of thumb... keep 10 to 15% free disk space all the time.
    *Try booting from the original install disk that came with your Mac* and hopefully check the start up disk for errors.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    If you cannot boot from your install disk, try booting in Safe Mode
    What is Safe Mode
    Carolyn
    Message was edited by: Carolyn Samit

Maybe you are looking for

  • Verizon To Add More .Tv Channels. Sony Movie Channel To Be Added.

    Verizon is set to add more .tv channels where two of them are on their way. Legacy .tv a .tv channel from byron allen's entertainment studios will be added to the fios guide and another channel called "justice central .tv" is on its way where it is e

  • Mdm syndication demmdm06 issue..

    Hi, we are using mdm 7.1.03.53. In customer repository, we added url communication as qualified table as this is not part of standard mdm content. But,In standard debmdm06.xsd we have E1BPADURI as repeatable ( max ocurrs 9999999). (under ADRMAS) In s

  • Run Batch file using GPO in all users with Windows 2008 R2

    Dear Sir, We have to install one software packages in all laptops using GPO. we have batch file and using this we can install software. is there any way to install automatic by this batch file? this is not msi packages. Regards, Sunil  SUNIL PATEL SY

  • Triggering a camera using LabView

    Hey, I have a device that I'm moving using two servos. I'm controlling the motion using LabView. I want to capture the images of the device using MotionPro X3 high-speed camera (To track the position etc). So I need to synchronize the camera trigger

  • Can't download certain songs from iTunes match

    Last night I extacted a full album from a CD to my PC laptop via iTunes. All track names were detected by gracenote and all 12 songs were exacted and showing up in iTunes except the artwork was missing for some reason? I upload all 12 songs to iTunes