Unable to delete all the rows in the table

Hi all

According to the time range I'm removing the equipment data and travel work shifts then insert new data of mth_site_shift_definitions in the work day moves and equipment move the table. If mth_Site_shift_definitions table has three rows for a given plant and I delete the two lines in a time then I am able to delete data for movement of equipment and work sihfts table, and then click Insert data in a single row in these two tables, but when I try to remove the last line I get an SQL exception. Can someone tell me the reason for this exception. In fact, I want that if we delete the last row also mth_Site_shift_definitions then the corresponding data should also get demolished transfers of equipment and work instead of give to the exception. I have this code:

PROCEDURE GENERATE_SHIFTS (p_plant_fk_key in NUMBER,
p_start_date IN this update,
p_end_date IN DATE)
IS
-declation of local variable

l_plant_fk_key NUMBER;
l_sysdate DATE: = sysdate; - sysdate variable
l_last_update_system_id NUMBER;
l_last_update_date DATE;
l_plant_pk VARCHAR2 (120);
l_start_time varchar2 (8); - variable to store the start time
l_end_time VARCHAR2 (8); - variable to store end_time
l_graveyard VARCHAR2 (30);
number of l_shift_num;
l_shift_name VARCHAR2 (240);
l_line_num NUMBER;
l_start_date DATE;
l_end_date DATE;
NUMBER of l_start_time1;
NUMBER of l_end_time1;
l_equipment_fk_key NUMBER;
NUMBER of l1_plant_fk_key;
Number of N;
l_creation_system_id NUMBER;
-l_organization_code VARCHAR2 (120);
l_system_fk_key NUMBER;
l_site_id NUMBER;
l_entity_pk_key NUMBER;
l_entity_name VARCHAR2 (100);
l_entity_type VARCHAR2 (30);
l_production_entity VARCHAR2 (1);
l_shift_workday_pk_key NUMBER;
DATE of l1_shift_date;
l_from_date DATE;
l_to_date DATE;
l_shift_type VARCHAR2 (30);
-l_graveyard_shift NUMBER;
CURSOR c_shift_def IS

Select the value of start_time, end_time, cemetery, shift_num, shift_name, shift_type
-in l_start_time, l_end_time, l_graveyard, l_shift_num, l_line_num, l_shift_name, l_shift_type
Of

mth_site_shift_definitions where plant_fk_key = p_plant_fk_key;

BEGIN

l_plant_fk_key: = p_plant_fk_key;
l_start_date: = p_start_date;
l_end_date: = p_end_date;
l_system_fk_key: = 'MTH_UTIL_PKG. ' "MTH_UA_GET_VAL"();

-DELETE FROM mth_workday_shifts_D WHERE plant_fk_key = l_plant_fk_key and shift_date > = l_start_date;
DELETE FROM mth_workday_shifts_D WHERE plant_fk_key = l_plant_fk_key and Trunc (from_date) > = l_start_date AND Trunc (from_date) < = l_end_date;
DELETE FROM mth_workday_shifts_D WHERE plant_fk_key = l_plant_fk_key and shift_date > = l_start_date AND shift_date < = l_end_date;
DELETE FROM mth_equipment_shifts_d WHERE availability_date > = l_start_date AND availability_date < = l_end_date
AND equipment_fk_key IN (SELECT DISTINCT (Nvl(a.equipment_fk_key,0))
OF mth_equipment_shifts_d a, mth_equipments_d b WHERE the b.equipment_pk_key = a.equipment_fk_key AND b.plant_fk_key = l_plant_fk_key
UNION ALL
Separate (SELECT Nvl(a.equipment_fk_key,0))
OF mth_equipment_shifts_d a, mth_resources_d b WHERE the b.resource_pk_key = a.equipment_fk_key AND b.plant_fk_key = l_plant_fk_key

UNION ALL
Separate (SELECT Nvl(a.equipment_fk_key,0))
OF mth_equipment_shifts_d a, mth_plants_d b WHERE the b.plant_pk_key = a.equipment_fk_key AND b.plant_pk_key = l_plant_fk_key

UNION ALL
Separate (SELECT Nvl(a.equipment_fk_key,0))
OF mth_equipment_shifts_d a, mth_equip_entities_mst b WHERE the b.entity_pk_key = a.equipment_fk_key AND b.plant_fk_key = l_plant_fk_key
);

FOR l_shift_def IN c_shift_def
LOOP

l_start_time: = l_shift_def.start_time;
l_end_time: = l_shift_def.end_time;
l_graveyard: = l_shift_def.graveyard;
l_shift_num: = l_shift_def.shift_num;
-l_line_num: = l_shift_def.line_num;
l_shift_name: = l_shift_def.shift_name;
l_shift_type: = l_shift_def.shift_type;



Select plant_pk in the mth_plants_d l_plant_pk where plant_pk_key = l_plant_fk_key;
-SELECT organization_code INTO l_organization_code FROM mth_organizations_l WHERE plant_fk_key =
-l_plant_fk_key;
N: = l_end_date-l_start_date;

because me in 1... N + 1
LOOP



l_last_update_system_id: = - 99999.
l_last_update_date: = l_sysdate;
l_creation_system_id: = - 1;
l_start_time1: = TO_NUMBER (SUBSTR (l_start_time, 1, 2)) * 3600 +.
TO_NUMBER (substr (l_start_time, 4, 2)) * 60 +.
TO_NUMBER (substr (l_start_time, 7, 2));

l_end_time1: = TO_NUMBER (SUBSTR (l_end_time, 1, 2)) * 3600 +.
TO_NUMBER (substr (l_end_time, 4, 2)) * 60 +.
TO_NUMBER (substr (l_end_time, 7, 2));


INSERT INTO mth_workday_shifts_D (shift_workday_pk_key, shift_workday_pk,
shift_date, shift_date_julian, plant_fk_key, shift_type,
from_date, to_date, shift_num, graveyard_shift, shift_name,
source_org_code, system_fk_key,
CREATION_DATE, last_update_date, creation_system_id,
last_update_system_id)
VALUES (mth.mth_workdays_shifts_s.nextval,
TO_CHAR (DECODE (GREATEST (l_start_time1, l_end_time1),
l_start_time1, l_start_date,
l_start_date) + ((TO_NUMBER (SUBSTR (l_start_time, 1, 2)) +))
(TO_NUMBER (SUBSTR (l_start_time, 4, 2)) / 60) +.
((TO_NUMBER (SUBSTR (l_start_time, 7, 2)) / 3600)) (/ 24),
"(AAAAMMJJ-hh24:mi:ss') ' | '-'|" l_shift_num | » -'|| l_plant_pk,
DECODE (GREATEST (l_start_time1, l_end_time1), l_start_time1,)
l_start_date + Decode (l_shift_def.graveyard, 'SED', 1, 0), l_start_date).
TO_NUMBER (TO_CHAR (l_start_date, 'J')),
l_plant_fk_key, l_shift_type, l_graveyard,
l_start_date + ((TO_NUMBER (SUBSTR (l_start_time, 1, 2)) +))
(TO_NUMBER (SUBSTR (l_start_time, 4, 2)) / 60) +.
((TO_NUMBER (SUBSTR (l_start_time, 7, 2)) / 3600)) (/ 24),
DECODE (GREATEST (l_start_time1, l_end_time1), l_start_time1,)
l_start_date + ((TO_NUMBER (SUBSTR (l_end_time, 1, 2)) +))
(TO_NUMBER (SUBSTR (l_end_time, 4, 2)) / 60) +.
((TO_NUMBER (SUBSTR (l_end_time, 7, 2)) / 3600)) (/ 24) + Decode (l_shift_def.graveyard, 'SED', 1, 0),
l_start_date + ((TO_NUMBER (SUBSTR (l_end_time, 1, 2)) +))
(TO_NUMBER (SUBSTR (l_end_time, 4, 2)) / 60) +.
((TO_NUMBER (SUBSTR (l_end_time, 7, 2)) / 3600)) ((/ 24)),
l_shift_num, l_shift_name, null, l_system_fk_key.
l_sysdate, l_sysdate,
(l_creation_system_id, l_last_update_system_id);
l_start_date: = l_start_date + 1;


END LOOP;
COMMIT;



l_start_date: = p_start_date;


IF SUPERIOR (l_shift_type) = "BOTH" THEN
INSERT INTO mth_equipment_shifts_d (equipment_fk_key, availability_date, shift_workday_fk_key, from_date, To_Date, line_num, availability_flag, entity_type, creation_date, last_update_date, creation_system_id,
(last_update_system_id)

SELECT b.entity_pk_key entity_pk_key, a.shift_date shift_date, a.shift_workday_pk_key shift_workday_fk_key, a.from_date from_date, To_Date, 1 line_num, 'Y', a.to_date
b.entity_type entity_type, SYSDATE-1, SYSDATE,-99999

-IN l_site_id, l_entity_pk_key, l_entity_name, l_entity_type, l_production_entity,.
-l_shift_workday_pk_key, l1_shift_date, l_from_date, l_to_date
Mth_workday_shifts_d a.,
(
SELECT site_id plant_fk_key, entity_pk_key, entity_name, entity_type, production_entity production_entity
OF mth.mth_equip_entities_mst
UNION ALL
SELECT plant_pk_key site_id, plant_pk_key entity_pk_key, plant_name entity_name, "SITE", production_site production_entity
OF mth.mth_plants_d
UNION ALL
SELECT plant_fk_key site_id, resource_pk_key entity_pk_key, nom_entite resource_name, "RESOURCE", production_resource production_entity
OF mth.mth_resources_d
UNION ALL
SELECT plant_fk_key site_id, equipment_pk_key entity_pk_key, equipment_name entity_name, "EQUIPMENT", production_equipment production_entity
OF mth.mth_equipments_d
) b
WHERE b.site_id = a.plant_fk_key
AND a.plant_fk_key = l_plant_fk_key
AND shift_date > = l_start_date
AND shift_date < = l_end_date
AND SUPERIOR (a.shift_type) = "BOTH".
- AND a.line_num = l_line_num
AND a.shift_num = l_shift_num
AND a.shift_name = l_shift_name
AND l_shift_def.start_time = To_Char(from_date,'HH24:MI:SS')
AND l_shift_def.end_time = To_Char(To_Date,'HH24:MI:SS'));)

END IF;
IF SUPERIOR (l_shift_type) = 'PROD-SHIFT' THEN
INSERT INTO mth_equipment_shifts_d (equipment_fk_key, availability_date, shift_workday_fk_key, from_date, To_Date, line_num, availability_flag, entity_type, creation_date, last_update_date, creation_system_id,
(last_update_system_id)

SELECT b.entity_pk_key entity_pk_key, a.shift_date shift_date, a.shift_workday_pk_key shift_workday_fk_key, a.from_date from_date, To_Date, 1 line_num, 'Y', a.to_date
b.entity_type entity_type, SYSDATE-1, SYSDATE,-99999

-IN l_site_id, l_entity_pk_key, l_entity_name, l_entity_type, l_production_entity,.
-l_shift_workday_pk_key, l1_shift_date, l_from_date, l_to_date
Mth_workday_shifts_d a.,
(
SELECT site_id plant_fk_key, entity_pk_key, entity_name, entity_type, production_entity production_entity
OF mth.mth_equip_entities_mst
UNION ALL
SELECT plant_pk_key site_id, plant_pk_key entity_pk_key, plant_name entity_name, "Site", production_site production_entity
OF mth.mth_plants_d
UNION ALL
SELECT plant_fk_key site_id, resource_pk_key entity_pk_key, nom_entite resource_name, "Resource", production_resource production_entity
OF mth.mth_resources_d
UNION ALL
SELECT plant_fk_key site_id, equipment_pk_key entity_pk_key, equipment_name entity_name, "Equipment", production_equipment production_entity
OF mth.mth_equipments_d
) b
WHERE b.site_id = a.plant_fk_key
AND a.plant_fk_key = l_plant_fk_key
AND shift_date > = l_start_date
AND shift_date < = l_end_date
AND b.production_entity = 'Y'
AND SUPERIOR (a.shift_type) = "PROD-SHIFT."
- AND a.line_num = l_line_num
AND a.shift_num = l_shift_num
AND a.shift_name = l_shift_name
AND l_shift_def.start_time = To_Char(from_date,'HH24:MI:SS')
AND l_shift_def.end_time = To_Char(To_Date,'HH24:MI:SS'));)

END IF;
IF SUPERIOR (l_shift_type) = 'NON-PROD-SHIFT' THEN
INSERT INTO mth_equipment_shifts_d (equipment_fk_key, availability_date, shift_workday_fk_key, from_date, To_Date, line_num, availability_flag, entity_type, creation_date, last_update_date, creation_system_id,
(last_update_system_id)

SELECT b.entity_pk_key entity_pk_key, a.shift_date shift_date, a.shift_workday_pk_key shift_workday_fk_key, a.from_date from_date, To_Date, 1 line_num, 'Y', a.to_date
b.entity_type entity_type, SYSDATE-1, SYSDATE,-99999

-IN l_site_id, l_entity_pk_key, l_entity_name, l_entity_type, l_production_entity,.
-l_shift_workday_pk_key, l1_shift_date, l_from_date, l_to_date
Mth_workday_shifts_d a.,
(
SELECT site_id plant_fk_key, entity_pk_key, entity_name, entity_type, production_entity production_entity
OF mth.mth_equip_entities_mst
UNION ALL
SELECT plant_pk_key site_id, plant_pk_key entity_pk_key, plant_name entity_name, "Site", production_site production_entity
OF mth.mth_plants_d
UNION ALL
SELECT plant_fk_key site_id, resource_pk_key entity_pk_key, nom_entite resource_name, "Resource", production_resource production_entity
OF mth.mth_resources_d
UNION ALL
SELECT plant_fk_key site_id, equipment_pk_key entity_pk_key, equipment_name entity_name, "Equipment", production_equipment production_entity
OF mth.mth_equipments_d
) b
WHERE b.site_id = a.plant_fk_key
AND a.plant_fk_key = l_plant_fk_key
AND shift_date > = l_start_date
AND shift_date < = l_end_date
AND b.production_entity =' no
AND SUPERIOR (a.shift_type) = "NON-PROD-SHIFT."
- AND a.line_num = l_line_num
AND a.shift_num = l_shift_num
AND a.shift_name = l_shift_name
AND l_shift_def.start_time = To_Char(from_date,'HH24:MI:SS')
AND l_shift_def.end_time = To_Char(To_Date,'HH24:MI:SS'));)

END IF;

COMMIT;
END LOOP;

l_start_date: = p_start_date;

because me in 1... N + 1
LOOP


l_last_update_system_id: = - 99999.
l_last_update_date: = l_sysdate;
l_creation_system_id: = - 1;

INSERT INTO mth_workday_shifts_D (shift_workday_pk_key, shift_workday_pk,
shift_date, shift_date_julian, plant_fk_key, shift_type, graveyard_shift, from_date, to_date, shift_num, shift_name, source_org_code, system_fk_key,
CREATION_DATE, last_update_date, creation_system_id,
last_update_system_id)
VALUES (mth.mth_workdays_shifts_s.nextval, l_start_date |) » -'|| l_plant_pk | 'MTH_UTIL_PKG '. "MTH_UA_GET_VAL"(), l_start_date, TO_NUMBER (TO_CHAR (l_start_date, 'J')),
l_plant_fk_key, 'TWO', null, null,
NULL, null, FND_PROFILE. VALUE ('MTH_CATCH_ALL_NAME'), null, l_system_fk_key,
l_sysdate, l_sysdate, l_creation_system_id, l_last_update_system_id);
l_start_date: = l_start_date + 1;


END LOOP;
COMMIT;
l_start_date: = p_start_date;

INSERT INTO mth_equipment_shifts_d (equipment_fk_key, availability_date, shift_workday_fk_key, from_date, To_Date, line_num, availability_flag, entity_type, creation_date, last_update_date, creation_system_id,
(last_update_system_id)

SELECT b.entity_pk_key entity_pk_key, a.shift_date shift_date, a.shift_workday_pk_key shift_workday_fk_key, Trunc (a.shift_date) from_date, Trunc (a.shift_date) To_Date, 1 line_num, 'Y ',.
b.entity_type entity_type, SYSDATE-1, SYSDATE,-99999

-IN l_site_id, l_entity_pk_key, l_entity_name, l_entity_type, l_production_entity,.
-l_shift_workday_pk_key, l1_shift_date, l_from_date, l_to_date
Mth_workday_shifts_d a.,
(
SELECT site_id plant_fk_key, entity_pk_key, entity_name, entity_type, production_entity production_entity
OF mth.mth_equip_entities_mst
UNION ALL
SELECT plant_pk_key site_id, plant_pk_key entity_pk_key, plant_name entity_name, "Site", production_site production_entity
OF mth.mth_plants_d
UNION ALL
SELECT plant_fk_key site_id, resource_pk_key entity_pk_key, nom_entite resource_name, "Resource", production_resource production_entity
OF mth.mth_resources_d
UNION ALL
SELECT plant_fk_key site_id, equipment_pk_key entity_pk_key, equipment_name entity_name, "Equipment", production_equipment production_entity
OF mth.mth_equipments_d
) b
WHERE b.site_id = a.plant_fk_key
AND a.plant_fk_key = l_plant_fk_key
AND shift_date > = l_start_date
AND shift_date < = l_end_date
AND SUPERIOR (a.shift_type) = "BOTH".
AND a.FROM_DATE IS NULL
AND one. To_Date IS NULL
- AND a.line_num = NULL
AND a.shift_num IS NULL
);



-exception handling
-EXCEPTION
-WHEN NO_DATA_FOUND THEN
-RAISE_APPLICATION_ERROR (-20001,
-"An exception occurred');

END GENERATE_SHIFTS;

Thanks a lot for your help.
Kind regards
Amrit

You have assigned data to N in the loop of the cursor which doesnot have given.

N := l_end_date-l_start_date;

Assign the value out of the loop as it doesnot has nothing to do with the cursor data.

Twinkle

Tags: Database

Similar Questions

  • MacBook air crashes, I'm unable to open all the applications but Safari.

    MacBook air crashes, I'm unable to open all the applications but Safari. I can still access the app store to download some antivirus software.  I downloaded AVG hoping it might cure the problem, unfortunately it made it worse.  I got this macbook for about 3 years and I have not had problems.  I recently opened safari on another user and he came with a message saying that you have now received a virus.  I don't know what to do, or how I can fix this problem.  The office is constantly freezing as well, I'm out of options!

    Determine if you can start up your Mac in 'safe' Mode. Read how here: OS X El Capitan: safe mode. If you find that the document confusing or difficult to follow, please write back for instructions.

    After you have determined how your Mac works in 'Safe' Mode, restart normally.

    Regarding your other concerns:

    I recently opened safari on another user and he came with a message saying that you have now received a virus.

    These messages are false. It is a very common scam. Read about it here: Phony 'technical support' / 'ransomware' popups and web pages


    I downloaded AVG hoping it might cure the problem, unfortunately it made it worse.

    It is to be expected. Don't waste your time with things. "AVG" can be particularly difficult to uninstall, a fact that I learned to evaluate myself. The problem is that its uninstall instructions do not work. I got by deletion of the Mac and restore its contents from a Time Machine backup. You have a backup?

  • iCloud library problems I am unable to synchronize all the photos

    I was unable to properly synchronize my photos for months. iCloud is stuck in the cloud of pictures. When I sync there are 6 pictures that are invisible. Can I delete all the photos in the cloud, and it shows still 6 pictures it in my settings. My iPhone tries to synchronize these photos and burns through my battery, whenever I am connected to wifi. I have contacted apple support repeatedly about this since July and have been informed that they are waiting on the engineering group to solve this problem...

    For 7 months I contacted them and they are still waiting for the engineering group to solve this problem.

    I finally found a solution on my own after waiting 8 months for the engineering group to solve this problem. I had to create a whole new movement in iCloud account all my stuff on then all delete my old account. Go to all Web sites and change my email address that I have created a new.

  • What I have to delete all the emails by hand or I can delete them all at the same time?

    How do delet all the emails at once?

    You can delete several at once. Press the button "Edit" in the mailbox, select e-mail then press on "trash".

    they must be selected one by one, there is no "select all" I remember

    If you have a lot to remove you may wish to do so outside the mail application. If your email provider has a web interface, use it. For example, I have yahoo mail, I use safari to go to yahoo.com and connect to my mail. then I will be able to select many emails at once (or maybe if your email provider supply)

    Can be faster if you have dozens, hundreds of delete

  • Hi I want to erase all the data from my current phone if I erase content and settings would be deleted all the data off my sim card? Thanks for your help

    Hi I want to erase all the data from my current phone if I erase content and settings would be deleted all the data off my sim card? Thanks for your help

    Erase the data on your phone will not erase the data on the sim card.

  • If I delete all the info on my old Mac so I can make a donation, it will affect my new Mac?

    IF I delete all the info on my old Mac, so it can be given, which will affect my new Mac?

    Follow the instructions in > what to do before you sell or give away your Mac - Apple Support

  • How to delete all the phone numbers in the blocked list?

    How can I delete all the phone numbers in the blocked list?

    I want to delete a large number of blocked number, but now I can't remove the numbers blocked by one, are there ways to eliminate several numbers or the complete list at the same time?

    Thank you!

    No sorry. The fastest method seems to be to go to settings > phone > blocked (or settings > Messages > blocked) and select the editing mode. You could make a suggestion to Apple that offer more options: http://www.apple.com/feedback/iphone.html

  • Hello.. I have a problem with the extensions folder... I confused with the extension folder in the library to cash... then I deleted all the stuff in the folder and restared my pc and its still in tha half and wont start... what I did?

    Hello.. Please I have a problem regarding the extensions library folder... I eccidentally deleted all the stuff in this folder and then I restarted my mac. His picture and it does not start... What have I done? I can somehow it repair? Sound on the screen to restart 2 hours... Thank you

    You must wipe the drive and reinstall OS X. In the future, you need to stay away from the data in the system until you know what it is and the consequences of the removal.

    Install or reinstall OS X from scratch

    Make sure that you have backed up your files because the following procedure will remove all of the hard drive.

    HD recovery start:

    Restart the computer after the ring, press in and hold the COMMAND and R keys until the menu screen to appear.

    Erase the drive:

    1. select in the main menu disk utility and click on the continue button.

    2. once the charges of THE select your boot volume (usually Macintosh HD) in the

    list on the left. Click on the Erase tab in the main window of THE.

    3. set the type of format Mac OS extended (journaled). If necessary, click

    Security and button all the option data from scratch in a single pass. Click

    the clear button and wait until the process is complete.

    4 leave FROM and return to the main menu.

    Reinstall OS X: Select reinstall OS X and click on the install button.

    Note : You will need an active Internet connection. I suggest to use Ethernet if possible

    because it is three times faster than wireless.

    This should install the version of Mac OS X that you had installed it.

  • I deleted all THE files of rendering but have still 1.5 TB of unidentifiable used disk space. I don't have FCPX libraries on my 3 TB drive. Total area of libraries: 650 GB still Get Info says I use 2 100 GB! Any ideas? Thank you.

    I have deleted all THE files in my libraries FCPX rendering but have still 1.5 TB of unidentifiable used disk space. I don't have FCPX libraries on my 3 TB external drive. The total size of my libraries is 650 GB (when I add up the individual), but when I click on read the information for the reader, it says that I use 2 100 GB! It does not show that everything is on the disk. I went in each library individually in FCPX and deleted all THE files of rendering.  Reducing the total size of several concerts, but there are still almost 1 500 GB difference.

    I tried to copy all libraries on another drive and they occupy only 650 GB (with no unidentifiable used disk space). I'm a bit confused.  Someone at - it ideas?  I would like to release 1.5 TB that starting to use the new hard disk with only 650 GB and reformat the drive, but if there is some kind of hidden, important files on the original drive as FCPX needs to work properly I won't ruin the hundreds of hours I spent on editing. I hope that all makes sense. Thank you in advance.

    I use an iMac 27 "with 3.4 GHz Intel Core i7, 8 GB of memory, NVIDIA GeForce 1024 MB graphics, OS X Yosemite 10.10.5, FCPX 10.2.2 3 TB Seagate USB 3.0 external hard drive designed for Mac and format Mac OS extended (Journal)

    That doesn't sound right. The sound of back numbers compared to what could happen.

  • What happens if I delete all the data of the Web site on my iPad mini?

    What happens if I select the option DELETE all THE DATA of the WEB site under Safari in the settings on my iPad mini?

    It clears all cookies, data, and the history of Safari.

  • deployment error: unable to locate all the subVIs screws saved because a Subvi is missing or the VI is not registered in the last version of LabVIEW.

    Hello world

    I want to deploy my project Teststand and got a strange error when creating the image.

    For many additional files with the suffix as .tso, alias, lvlpb, exe, dll... deployment tool launches the error message "unable to locate all the subVIs screws saved because a Subvi is missing or the VI is not registered in the last version of LabVIEW.» (see also the attached picture).

    If I exclude the files of my distribution or set them to "include without treatment or dependencies of elements of" the generation works fine.

    After the error, I checked the Temp folder. The temporary project LV is not yet created.

    I used the deplyoment-installation in the same way within a fromer project and had no problems like that...

    I use Win7 / LV2013 SP1 & Teststand 2013 f1 (5.1.240).

    Could someone help or support? Thank you!

    Finally, I tried the construction with LV2015 & TS2014 - no problems... Everything works fine...

  • How can I delete all the email our except one

    How to delet all the email our except one

    Try the tools | Accounts show the accounts and then you can delete what you want.  If this does not help, then check out the suggestions of Fazil.

    Steve

  • Memory of the computer on the Local C drive does not increase after deleting all the photos and the video.

    On my computer, the operating system is Windows Vista Home Premium. I am facing a problem, in which case, the amount of gigabytes, on the Local C drive.

    does not increase after remove/delete all the photos and video to my computer.

    I've done a disk cleanup.

    Any help will be greatly appreciated.

    Elliott R.

    Hello

    Check if the files that has been deleted and still resident in the trash, if so, empty the trash.

    http://Windows.Microsoft.com/en-us/Windows7/permanently-delete-files-from-the-Recycle-Bin

    Method 1;

    I suggest that you run the System File Checker.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 2: Test the issue in a new user account.

    Create a user account

    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

  • I deleted all the games that come with Windows XP including Solitaire. How can I get that back?

    I deleted all the games that come with Windows XP including Solitaire.  How can I get that back?

    Hi andypily1,

    Welcome to the Microsoft Answers community.

    Try the steps one by one and check below.

    STEP 1:
    How do I add or remove games in Windows XP
    http://support.Microsoft.com/kb/307768
     

    STEP 2:

    In most cases if the games are deleted from the computer files will remain on the computer.

    I suggest that you are looking for game files in the system32 folder.

    Later, click on Start menu click on run and type c:\\windows\system32 in the following search of the window for the file of games like free cell. If you get the files in the system32 folder then copy the file to c:\\program files\start menu\ later in the game folder.

    STEP 3:
    If fails it above steps, try a system restore to the point when the game was available on the computer.
     
    See the link below to learn how to perform the system restore.

    How to restore Windows XP to a previous state
    http://support.Microsoft.com/kb/306084

    Hope this information is useful.
    Let me know if it worked.
     
    Thank you, and in what concerns:
    Umesh P - Microsoft Support

  • Write delay failed unable to save all the data for the file $Mft

    Have a frustrating problem.  Help is greatly appreciated.  Learned the hard way and lost a dwg important issue which was unrecoverable.  Bought a new drive external hard seagate.  Could not back up the entire system with software pre-installed.  Download acronis true image home 2011.  Tried to backup system.  Receive error when trying to backup messages; 'Delay to failure of Scripture; Reading of the sector; Windows was unable to save all the data for the file $Mft. The data has been lost.  Have tried many fixes.  Unable to disable write caching method (grayed out / unclickable).  Played regedit 'EnableOplocks' is not listed to select.  Attempted to run microsoft 'fix it' and got the blue screen of death.  Short hair out of my head.  Suggestions appreciated.

    I don't know where Microsoft 'Technical support engineers' get their information.

    Write caching without a doubt "does apply to external hard drives", but it is usually disabled to prevent to sort the problem you are experiencing.

    I've seen several positions reporting to the same question that you do.  All of these positions were with SATA drives.  Is your Seagate eSATA drive?

    The disc is recognized as an external drive in Device Manager?  In Device Manager, go to the drive properties dialog box and click the policies tab.  An external drive should have two options: "Optimize for quick removal" and "Optimize for performance".  An internal hard drive shows the options as gray (with 'performance' selected), but there should also be a checkbox "Enable disk write cache" under the second option.

    What shows in your policies tab?

    If I understand correctly, "writeback" or "write behind" is implemented by disc material or its pilot.  If the option is not available on the drive properties > policies tab, I would suggest to contact Seagate support.

Maybe you are looking for