Erreur 1000 - Executer le VI

Bonjour tout l'monde.
Voilà mon problème :
Je souhaite appeler un sous-Vi à l'aide de la méthode "ExécVI". Cela fonctionne parfaitement jusqu'a ce que j'appelle un sous-Vi contenant un autre sous-Vi appelé également à l'aide de cette méthode.
Mon programme "Supervision.vi" appel un premier sous-VI ("Open_csv_files_UV.vi") qui lui même doit en appeler un autre. C'est dans ce cas de figure qu'une erreur remonte (cf. PJ).
Dans un premier temps j'ai pensé qu'il était impossible de cumuler un appel de référence dans un autre appel de référence du genre :
Supersion.vi
   -> Appel "Sous-VI_1.vi"
      -> Appel "Sous-VI_2.vi"
      ->Fin "Sous-VI_2.vi"
   -> Fin "Sous-VI_1.vi"
Supervision.vi
Mais après des test dans un autre programme je me rend compte que c'est possible de le faire. Pourquoi dans mon cas cela ne fonctionne donc pas ? Est-ce lié aux valeurs "AttendreLaFin" ou "Suppr ref. auto" de la méthode "ExécVI" (j'ai testé toutes les combinaisons possible) ? Ou bien dans les propriétés du VI (Exécution) ?
Si quelqu'un à une idée sur le sujet ou à déjà rencontré le problème je suis preneur.
Cordialement.
Résolu !
Accéder à la solution.
Pièces jointes :
Erreur_1000.PNG ‏13 KB

Bonjour Dei_91,
L'erreur que tu rencontres est expliqué ici: http://digital.ni.com/public.nsf/allkb/790AC75B07D​971ED86256C53007BDCE9?OpenDocument
Tu peux trouver un exemple ici: http://www.ni.com/example/26384/en/
Ton code ressemble à ça ?
Cordialement,
Benoit S. - Field Sales Engineer
Certified LabVIEW Developer
Certified TestStand Developer
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
Été de LabVIEW 2014
12 présentations en ligne, du 30 juin au 18 juillet

Similar Messages

  • Why is the below given block giving an exception

    DECLARE
    TYPE typ_tab_oid IS TABLE OF ncs_domain.sco_item_results.OID%TYPE;
    v_tab typ_tab_oid;
    CURSOR cur_oid
    IS
    SELECT OID
    FROM ncs_domain.sco_item_results sir
    WHERE sir.is_total = 'Y';
    v_error_code NUMBER (10);
    v_error_messg VARCHAR2 (4000);
    BEGIN
    BEGIN
    OPEN cur_oid;
    LOOP
    FETCH cur_oid
    BULK COLLECT INTO v_tab LIMIT 1000;
    EXECUTE IMMEDIATE 'explain plan into ncs_domain.my_plan_table for FETCH cur_oid
    BULK COLLECT INTO v_tab LIMIT 1000';
    FORALL i IN 1 .. v_tab.COUNT
    DELETE FROM ncs_domain.sco_item_results_bkp sir
    WHERE sir.OID = v_tab (i);
    EXECUTE IMMEDIATE 'explain plan into ncs_domain.my_plan_table for DELETE FROM ncs_domain.sco_item_results_bkp sir
    WHERE sir.OID = v_tab (i)';
    COMMIT;
    EXIT WHEN cur_oid%NOTFOUND;
    END LOOP;
    CLOSE cur_oid;
    EXCEPTION
    WHEN OTHERS
    THEN
    ROLLBACK;
    v_error_code := SQLCODE;
    v_error_messg := SQLERRM;
    INSERT INTO ncs_domain.my_error_log
    VALUES (v_error_code, v_error_messg);
    COMMIT;
    raise_application_error (-20001,
    v_error_code || ' ' || v_error_messg
    END;
    EXCEPTION
    WHEN OTHERS
    THEN
    raise_application_error (-20002, 'can not insert into error log table');
    END;
    Edited by: user8731258 on Dec 3, 2009 9:26 PM

    You still seem to be missing the \ tag before and after your code, which makes it a bit difficult.
    A FORALL loop can only run a single statement.
    [code]
    FORALL i IN 1 .. v_tab.COUNT
      DELETE FROM ncs_domain.sco_item_results_bkp sir
       WHERE sir.OID = v_tab (i);
    [/code]
    is the extent of the FORALL.  Outside of the FORALL, the variable i is undefined-- that counter only exists in the FORALL so you can't use it in subsequent statements.
    You could change the FORALL to a regular FOR loop (in which case you'd lose the bulk bind benefits) so that the loop counter is visible to more of your code
    [code]
    FOR i IN 1 .. v_tab.COUNT
    LOOP
      DELETE FROM ncs_domain.sco_item_results_bkp sir
       WHERE sir.OID = v_tab (i);
      v_plan :='explain plan into ncs_domain.my_plan_table for DELETE FROM ncs_domain.sco_item_results_bkp sir'---line 33
          ||'WHERE sir.OID ='||v_tab (i);
      EXECUTE IMMEDIATE v_plan;
    END LOOP;
    [/code]
    Justin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Intercompany and Revenues

    Hi All,
    We have (I think) an intercompany scenario we are trying to map in SAP that is not completely covered by the standard / regular intercompany scenario and I was wondering if someone could throw light on this. This is the scenario:
    We have company 1000 and company 2000 in two different countries. Company 1000 has a customer in company 2000's country and wants to use company 2000 as a pass through company.
    Company 1000:
    - executes the project
    - incurs real cost
    - sends an intercompany billing request to company 2000
    - needs to report sales, cost of sales and profit margin
    Company 2000:
    - no real costs
    - receives the intercompany billing request from company 1000
    - invoices the customer
    - needs to pass the revenue to company 1000 (does not keep revenue) and needs to have zero margin.
    Using the standard intercompany process eliminates intercompany sales in company 1000 and intercompany cost of sales in company 2000. However, company 1000 must report sales and cost of sales.
    Apologies for the long post, but any help you could provide would be greatly appreciated.

    company 1000 should treat company 2000 as customer. Company 1000 creates sales order mentioning Co2000 as customer, and Co2000 should create sales order mentioning actual customer. company 1000 executes project, bills company 2000 and company 2000 will bill actual customer. Once payment is recieved from actual customer company 2000 will pay company 1000 referring its invoice.

  • GUI status problem

    Hi,
    I have two screens 1000 & 2000.
    I have given execute button ('STRT') in screen 1000.
    Once exectued, it is going to screen 2000.
    When iam coming back to 2000 to 1000 & execute again(in 1000 screen)...it is not working(not going to screen 2000).That means it is working only one time...
    What i have to do to execute always...
    points guarnateed
    kaki

    HI,
    In every screen you have to set pf-status,
    and handle back and exit in module user_command
    when you use
    call screen 2000
    in screen 2000 you have to use leave to screen 1000, this will destroy 2000 screen and goes to 1000.
    so check what you r using
    leave to screen 1000
    or
    call screen 2000.
    just to come back to previous screen you also other option
    just say
    leave to screen 0.

  • SP_executesql Syntax error

    I am trying to execute below Sp_executesql with multiple parameters,but keep getting a syntax error
    Must declare the table variable "@DBname".
    SELECT   @FileDateList = filedate  files from TableA
    SELECt   @DataTimeField   = DataTimeField from TableB
    DECLARE @DBname  Nvarchar(100)
    SET @DBname = @DataBaseName + '.' + @TableName
    SET  @FileDateList =   '''' + @FileDateList + ''''
    SET @sql = N'SELECT  DISTINCT filedate  FROM  @DBname  
    WHERE   @DataSetTimeField  IN (@FileDateList)'
       SET @ParameterDefinition = N'
                                    @DBname 
    nvarchar(100),
                                    @DataSetTimeField
    nvarchar(50),
                                   @FileDateList
    as Nvarchar(1000) ';
             EXECUTE sp_executesql @sql, @ParameterDefinition,
    @DBname=  @DBname  , @DataSetTimeField=@DataSetTimeField, @FileDateList=@FileDateList
    I am not sure what i am doing wrong and how can i fix this error?

    I am trying to execute below Sp_executesql with multiple parameters,but keep getting a syntax error
    Must declare the table variable "@DBname".
    SELECT   @FileDateList = filedate  files from TableA
    SELECt   @DataTimeField   = DataTimeField from TableB
    DECLARE @DBname  Nvarchar(100)
    SET @DBname = @DataBaseName + '.' + @TableName
    SET  @FileDateList =   '''' + @FileDateList + ''''
    SET @sql = N'SELECT  DISTINCT filedate  FROM  @DBname  
    WHERE   @DataSetTimeField  IN (@FileDateList)'
       SET @ParameterDefinition = N'
                                    @DBname 
    nvarchar(100),
                                    @DataSetTimeField
    nvarchar(50),
                                   @FileDateList
    as Nvarchar(1000) ';
             EXECUTE sp_executesql @sql, @ParameterDefinition,
    @DBname=  @DBname  , @DataSetTimeField=@DataSetTimeField, @FileDateList=@FileDateList
    I am not sure what i am doing wrong and how can i fix this error?
    For dynamic SQL, look at the parameters you're using to check whether the syntax is correct within that parameter string:
    Declare @sql nvarchar(100)
    SELECT @sql = 'Bla bla bla ' + @whatever + ' bla bla'
    --return the parameter you built into a dataset and check syntax
    SELECT @sql
    Secondly, why are you using sp_executesql for two parameters? I thought sp_executesql only runs 1 parameter and uses the string within the parameter and runs it as a essentially a new query window. For example if you were to return data which is determined
    by an inputted parameter (say if you're using a vb.net program for this stored proc) and you have a string field you want to add to your query which will need single quotes for the string, use the ASCII code for the single quote in order to avoid a syntax
    error=
    Alter Procedure [dbo].[whatever_procedure]
    @ID NvarChar(20)
    @comment NvarChar(300)
    AS
    BEGIN
    Declare @SQL nvarchar(200) =
    'INSERT INTO [TABLE1] SELECT '+ CHAR(39) + @ID + CHAR(39) + ' as [ID],' + CHAR(39) + @comment + CHAR(39) + ' as [comment]'
    --execute the query:
    EXEC sp_executesql @SQL
    You will have to use CHAR(39) as the single quote within dynamic SQL (to my knowledge) because the dynamic SQL itself is within single quotes. If you don't use them your query will insert a string without quotes for example you wouldn't use this code:
    Declare @string nvarchar(20) = this is my string
    INSTEAD you will use single quotes:
    Declare @string nvarchar(20) = 'this is my string'
    You would notice this if you looked within your @sql parameter after it's filled.

  • How to rerun the failed report subscription.

    Hi,
    Is there any way to rerun the report subscription jobs based on job status.
    Version: SSRS 2008
    Regards,
    Vaishu

    Hi Vaishu, I wrote this sp to make the job on our server. Hope this help people with the same problem.
    USE [ReportServer]
    GO
    -- ================================================
    -- Template generated from Template Explorer using:
    -- Create Procedure (New Menu).SQL
    -- Use the Specify Values for Template Parameters 
    -- command (Ctrl-Shift-M) to fill in the parameter 
    -- values below.
    -- This block of comments will not be included in
    -- the definition of the procedure.
    -- ================================================
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- =============================================
    -- Author: Roberto Barcia
    -- Create date: 04/17/2014
    -- Description: Subscription failed control and re-running
    -- =============================================
    ALTER PROCEDURE [dbo].[sp_FailedSubscription]
    -- Add the parameters for the stored procedure here
    -- How to test this store procedure
    EXEC [dbo].[sp_FailedSubscription]
    AS
    BEGIN
    -- SET NOCOUNT ON added to prevent extra result sets from
    -- interfering with SELECT statements.
    SET NOCOUNT ON;
    -- Create temp table, control if exist
    IF OBJECT_ID('tempdb..#Failed') IS NOT NULL 
    BEGIN 
      DROP TABLE #Failed
    END
    CREATE TABLE #Failed (id int, NewJob nvarchar(100))
    -- Insert Failed subscription into the temp table
    INSERT INTO  #Failed (id, NewJob)
    SELECT DISTINCT ROW_NUMBER() OVER(order BY j.Name) AS id, 
          'EXEC [msdb].[dbo].[sp_start_job] @job_name = ''' + CAST(j.Name AS varchar(40)) + ''''  AS NewJob
    FROM  msdb.dbo.sysjobs j  
    JOIN  msdb.dbo.sysjobsteps js ON js.job_id = j.job_id 
    JOIN  [ReportServer].[dbo].[Subscriptions] s  ON js.command LIKE '%' + CAST(s.subscriptionid AS varchar(40)) + '%' 
    WHERE s.LastStatus LIKE 'Failure sending mail%';
    -- VAR Declaration
    DECLARE @TotalFailed int = (SELECT COUNT(*) FROM #Failed)
    DECLARE @CurrentFailed int = 1
    DECLARE @FailedId int
    DECLARE @SQL varchar(1000)
    -- Executing Failed Subscription again
    WHILE @CurrentFailed <  @TotalFailed + 1          
    BEGIN 
     -- Get datta
     SET @FailedId = (SELECT Id FROM #Failed WHERE Id = @CurrentFailed)
     SET @SQL = (SELECT NewJob FROM #Failed WHERE Id = @CurrentFailed)
     -- Execute job
     EXEC (@SQL)
     -- test 
     -- PRINT @SQL
     -- next one
     SET @CurrentFailed = @CurrentFailed +1
    END
        -- test
    -- PRINT @TotalFailed
    -- SELECT * FROM #Failed
    -- Drop temp file
    DROP TABLE #Failed
    END
    GO

  • No fields displayed while creating transaction variant

    Hi,
    I am trying to create a transaction variant via SHD0 for the tcode 'VF31'. I enter the ZVF31as transaction variant  in the transaction variants tab and click on the create button. It takes me to the VF31 screen. From there when I click on Back or Exit button, it takes me to the change transaction variant screen. Although I did get the fileds listed the first time, I am unable to get the same subsequently. Is this a GUI problem? Quick response would be much appreciated.
    Thanks,
    Preethi

    Selection variant is possible to VF31. If selection screen is 1000 ( Executable programs) then we cannot create Transaction variant,

  • Problème d'exécution de sous-vis en parallèle

    Bonjour,
    Je rencontre un petit soucis pour l'exécution de vi en parallèle. En effet avec mon code actuel, ça fonctionne très bien sous forme de vi non compilé, mais en tant qu'exécutable, les vis ne s'ouvre plus, ou alors s'ouvre mais ne sont pas en exécution.
    Pour le code ci-dessous, cela fonctionne :
    ps : aucune idée du pourquoi les erreurs se mettent aussi loin
    Pour le code ci-dessous, cela ne fonctionne pas :
    J'ai essayer de mettre une ouverture si erreur 1000 (le vi n'est pas dans un état compatible) mais ça a pas l'air de fonctionner correctement.
    Je peux changer ce bout de code sans soucis, mais voilà comment ça doit fonctionner :
    - Les exécutions des vis sont faites dans une boucle de gestion de message d'une file d'attente, qui ne traite pas que les lancements de vis.
    - Je dois pouvoir exécuter mes vis en parallèle de celui qui le lance pour ne pas bloquer la boucle de gestion de messages.
    - Les vis que je lance ont des faces avants qui doivent d'ouvrir au lancement (pour le moment je gére ça depuis les vis lancés).
    Ce qui m'étonne c'est que sur labview ça fonctionne très bien mais pas en exécutable
    Une idée, une autre technique à me proposer ?
    Résolu !
    Accéder à la solution.

    Tout d'abords, merci pour vos réponses, ça fait plaisir
    Les VIs qui sont appelés par référence (ici D-MGR Journaux.vi) doivent être ajouté manuellement dans le Builder. Pour faire ça, dans "Sources Files" de ton Build, tu dois les mettre dans la liste "Allways included"
    C'était déjà fait !
    ... Et juste un truc, le chemin change entre le mode développement et le mode exécutable. C'est peut-être ça le problème.
    Essaie d'appeler les VIs avec récupération du chemin dynamique comme dans l'image annexe.
    Comme ceci, ça marche en local très bien, mais pas en exécutable (dans le sens ou la face-avant de s'ouvre pas...)
    Donc le problème ne vient pas du "lancement" mais plutôt de l'affichage. Parce que je pense que le vi tourne mais sans la face-avant affiché.
    Dans le vi appelé (D-MGR-Journaux.vi) voici par quoi commence le code, pour forcer l'affichage de la face avant. (Sur les autres vis ça semble fonctionner).
    J'ai même tenté le simple noeud de propriété "État" de la face avant que le met à Standard. Mais même en éxecutant ça ne fonctionne pas, face avant toujours fermée.
    peut-être as-tu utilisé la commande "create sub-vi"
    Dans ce cas, les terminaux se placent à "la distance" qu'ils avaient lors de la sélection.
    Avec "create sub-vi" ... point de vue code, aucun soucis ... mais le résultat graphique n'est pas toujours parfait (il faut le re-travailler)
    Je passe par le menu "Edition > Créer un extrait de VI à partir de la sélection". Même sans sélectionner les fils d'erreur en entrée et sortie, il les reprends et les places là ou y'a une autre fonction ou un tunnel si c'est dans une structure (boucle ou condition). ça serait bien qu'il fasse un "nettoyage" du code sélectionner et des commandes/indicateurs ajouter, avec un prévisualisation. Car des fois, c'est un peu n'importe quoi ^^.

  • Erreur lors de la création d'un executable Labview 10sp1

    Bonjour,
    Je travaille actuellement sur un projet relativement imposant, sous labview 10sp1.
    Le projet étant assez conséquent, j'ai voulu en faire un executable.
    J'ai alors une fenetre ( voir piece jointe) qui apparait et me dit:
    "une erreur est survenue lors de l'appel de l'éditeur des régles de construction. Veuillez vérifier si les VIs sont brisés dans le répertoire du gestionnaire correspondant."
    J'ai obligation de cliquer sur OK, et cela ferme les fenetres labview, je me retrouve sur la fenetre de démarrage.
    J'ai déja créer un executable pour un autre projet.
    Quelqu'un aurait il une idée pour résoudre se probleme?
    Merci d'avance.
    Attachments:
    erreur.JPG ‏11 KB

    Duplicate post (in french on the english section...)
    Is this the perfect mistake ?
    V-F

  • Call or execute the procedure 1000 times simultaneously

    Hi all,
    I hava written a procedure. And i want to call or execute the procedure 1000 times simultaneously.
    I don't want like below
    for i in 1..1000 loop
    exec procedure1
    end loop;
    Any Idea ?
    Bye
    Nathan

    You want the procedure to run 1000 simultaneously? Well, one way to do this is to set up 1000 SQL*Plus sessions and prepare 1000 EXEC statements, which you kick off at the same time. This approach is good if you're a Hindu deity.
    Alternatively you can use DBMS_JOB to submit calls to the procedure, viz.
    for i in 1..1000 loop
       DBMS_JOB.SUBMIT(jobno , what=>'procedure1', next_date=> trunc(SYSDATE) + 11/24);
    end loop; This - trunc(SYSDATE) + 11/24 - ensures that all the jobs kick off at 11 o'clock in the morning. You may need to adjust the timing to suit your needs.
    Are you sure you have sufficient resources to run this job 1000 times?
    Vibes, APC

  • Error on executing fpclose.vi when using FP-1000 and two FP-TC-120 modules

    I have an error occuring in my LabVIEW program when closing the Field Point connections.
    I am using LV8.5 and im connecting to a FP-1000 controller (RS-232 native port) which connects to two FP-TC-120 modules, under XP.
    The error i get is 'Error 33589' caused by 'FPClose.vi', it is actually the second 'FPClose.vi' that produces the error as indicated in the picture by the giant arrow. Strangely it doesn't seem to have an effect of the program and it runs and disconnects as it should, its mostly just bugging me.
    I can't find this error listed anywhere, nor can i find a nice long list of the errors.
    I have a niggling feeling that when i close the FP read tags with the FPClose.VI i'm actually closing connection to the FP module and hence not closing the system down as was intended. 
    I would be grateful is someone would instruct me as to the cause of the error, and what i should be doing to correctly close down the FP module. 
    Solved!
    Go to Solution.
    Attachments:
    fperror33589.jpg ‏190 KB

    Well I managed to get to the bottom of the problem, it was not caused by FPClose!
    The errors where obviously being cascaded through FPClose and while the 'error out' stated that the source was the second 'FP Close.vi' it was actually from the second 'FP Read.vi'. The fact that the IAK was in a loop was not the cause of my problem, however it is a clear sign of poor programming!
    FieldPoint Read Error 33589 actually relates to the fact that some channels are deteremined to be OpenLoop. In my case i had all channels of the first bank connected to K-Type thermocouples, but only 2 channels of the second bank connected, and hence the error arose in the second 'FP Read' and cascaded to the second 'FP Close'. To consider it an error is actually a misnomer as it is actually a warning and does not have an influence on the running of the program.
    I believe the original example I posted was written for LV 6.1 and FP 3.x. I have updated my own example to the updated methods used in LV 2011 and FP 6.0.9, they run much smoother than the previous method! Hopefully this might help someone else in the future.
    Attachments:
    NewFPExample.jpg ‏106 KB
    NewFieldPointExample.vi ‏16 KB

  • Error occurs when executing an item in an inbox with more than 1000 entries

    Hi Everyone,
    One of our approvers in SRM experienced an error when his inbox contained more than 1000 entries .  Further execution on any inbox item produces errors.
    Would you know where to set the maximum allowable entries in a user's inbox? Can this be set thru SRM config or Basis functionality?
    We also searched for existing SAP Notes but found nothing.
    Your inputs and help are greatly appreciated.
    Thanks and Regards,
    Vhong

    Hello,
    The user has sent me the screen shot. But this has no error messages. The approval transaction shows an ITS screen/code with template 'bbpapproval/99/saplbw02_1200.html'
    However, we have a user in Quality where the page displays with no problem and with 1675 Entries.
    Do you think this is more of an ITS setting or any Template/JavaScript issues?
    I got this code (view source code) earlier today and the topmost header of the code is:
    <!--
    This page was created by the
    SAP Internet Transaction Server (ITS, Version 6200.1025.7214.5, Build 908978, Virtual Server Q36, Add. service info none, WGate-AGate Host esetnmw028, WGate-Instance Q36)
    All rights reserved.
    Creation time:  Mon Mar 15 07:21:39 2010
    Charset:        iso-8859-1
    Template:       bbpapproval/99/saplbw02_1200.html
    -->
    Regarding the not-so-good practice of approvers to have more than 1000 entries in their inbox, we are still in the process of planning on how to divide the task to different approvers since there is only one approver (Project Manager) for the related network.
    Thanks and Redards,
    Vhong

  • Erreur lors de la création d'un executable sous LabVIEW SP1

    Bonjour,
    Je travaille actuellement sur un projet relativement imposant sous LabVIEW 2010 SP1.
    Le projet étant assez imposant,j'ai voulu en faire un exécutable.
    J'ai alors la fenêtre suivante qui apparaît (voir piéce jointe):
    "Une erreur est survenue lors de l'appel de l'éditeur des régles de construction. Veuillez vérifier si les VIs sont brisés dans le répertoire du gestionnaire correspondant."
    Mon Vi fonctionne trés bien lorsque je l'éxecute, donc je ne comprends pas. De plus j'ai déja créer d'autres exécutables sans probléme jusqu'a présent.
    Quelqu'un aurait-il une idée pour solutionner ce probleme?
    Merci d'avance.
    Résolu !
    Accéder à la solution.
    Pièces jointes :
    erreur.JPG ‏11 KB

    @Ramses:
    Je pense que Julien utilise une option du menu Outils (je ne sais plus son nom, et elle n'apparait pas sur mon PC car je n'ai pas l'application builder), qui permet de préparer son VI pour un exécutable. A ce moment, cela va créer automatiquement un projet avec une spécification de construction.
    Cependant, je suis de l'avis de Ramses. Il est préférable de se créer son projet et de travailler dedans, puis de créer les spécifications de construction par la suite...
    Et désolé, mais je n'ai pas d'explication à votre problème, à part éventuellement des dépendances particulières. Lorsque vous ouvrez votre VI, LabVIEW vous demande-t-il de charger des fichiers particuliers?
    Cordialement
    Olivier L. | Certified LabVIEW Developer

  • Bonjour, je veux installer i tunes et le message d'erreur est "Un problème s'est produit sur ce package windows installer. Un programe nécessaire pour que cette installation puisse se terminer n'a pas pu être executé. Contacter votre service suppott ou le

    Bonjour, j'essaye d'installer i tunes mais le message d'erreur apparaît !:
    "un problème s'est produit sur ce package windows installer. Un programme necessaire pour que cette installation puisse se terminer n'a pas pu être exécuté. Contacter votre servive support ou le distributeur package"
    Pourriez vous m'aider? merci

    Bonjour, j'essayerais d'utiliser le Adobe cleaner tool.
    http://www.adobe.com/fr/support/contact/cscleanertool.html
    ou de reinstaller le download assistant. (pour ajouter les fichiers manquants)

  • Erreur pendant la compilation d'un executable

    Bonjour,
    j'essaye de compler un programme, mais avant même de commencer la compilation, LabVIEW sort l'erreur : 
    L'erreur 6 s'est produite à : AB_Destination.lvclass:Create_Destination.vi -> AB_Build.lvclass:Create_Destinations.vi -> AB_Application.lvclass:Create_Destinations.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Engine_Build.vi -> AB_Build_Invoke.vi -> AB_Build_Invoke.vi.ProxyCaller
    Raisons possibles :
    LabVIEW: Erreur générique de fonction d'E/S sur fichiers
    =========================
    NI-488: L'opération d'E/S a été abandonnée.
    Je n'arribe pas a comprendre ce que cela veut dire, ni a trouver les VI qui sont indiqué ci-dessus. 
    Auriez-vous des idées pour résoudre ce problème.
    Merci d'avance,
    Gabriel de Ramecourt

    Bonsoir Gabouch,
    tout d'abord merci d'avoir posté sur le forum de discussion National Instruments.
    L'erreur 6 est une erreur d'entrée/sortie sur les fichiers. L'aide LabVIEW donne un peu plus d'explications :
    « Erreur générique de fonction d'E/S sur fichiers Cette erreur peut se produire si le disque dur ou le lecteur spécifié pour l'enregistrement est plein. Essayez de libérer de la place sur le disque ou d'enregistrer sur un autre disque ou lecteur. Vous pouvez aussi recevoir cette erreur si la connexion réseau est mauvaise. Par exemple, la connexion réseau est coupée ou un câble réseau est déconnecté. »
    Est-ce que cela vous parle plus ?
    Est-ce qu’il vous serait possible de poster votre projet pour qu’on regarde ça de plus près ?
    Bien cordialement,
    Audrey_P
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Journées techniques : des fondamentaux aux dernières technologies pour la mesure et le contrôle/comm...

Maybe you are looking for

  • How to insert a image file in oracle8i db

    hi.. i want to add some new logo's in my oracle 8i database...i created the column and datatype for that but i don't know the proper command for insert the logo. so i need u r help..and i want to use that logo in my reports6i too. regards kannan

  • What is Report Bursting?

    What is Report Bursting? Can any one give me detail description on this topic.....

  • Image scaling issues

    I am using a 1280x720 PNG for the background in my Flash movie, but when I play it in fullscreen the image looks like crap. What's the best way to make images still look good when the movie is scaled up? Should I use a 1920x1080 PNG and scale it down

  • How do i change my "welcome" name

    How do I change my "welcome" name

  • WDA layout editor not coming

    Hi guys and gals, I am down with a problem here...the View editor is not coming for the WDA objects.I doing WDA developments for the first time. We are accessing SAP through citrix. Is there any solution?