run the package error

Hi when I try the following in a process before header
Start
liste_pkg_lista.liste_lista_func(:P2_X);
end;
I get:

1 error has occurred

* ORA-06550: line 3, column 1: PLS-00221: 'LISTE_LISTA_FUNC' is not a procedure or is undefined ORA-06550: line 3, column 1: PL/SQL: statement ignored

Can you help me with this?

Coco wrote:

Start
liste_pkg_lista.liste_lista_func(:P2_X);
end;

Post all the code wrapped in ------...------wrapped in \

...\

Tags to preserve formatting and stop interpreting HTML/CSS/JavaScript forum software.

According to the specification of the package so that we can see the declaration of liste_pkg_lista.liste_lista_func.

I get:

1 error has occurred

* ORA-06550: line 3, column 1: PLS-00221: 'LISTE_LISTA_FUNC' is not a procedure or is undefined ORA-06550: line 3, column 1: PL/SQL: statement ignored

If liste_pkg_lista.liste_lista_func is actually - as the name suggests, a +function+ then it should be used in the right-hand side of an assignment, or as an expression, not compellingly as above.

declare
  v varchar2(4000);
begin
  v := liste_pkg_lista.liste_lista_func(:P2_X);
end;

or

begin
  htp.p(liste_pkg_lista.liste_lista_func(:P2_X));
end;

It also seems that you need to rethink your naming scheme: liste_pkg_lista.liste_lista_func is heavy on the s and s list lists, which looks like a little redundant.

Tags: Database

Similar Questions

  • Equium M50-244 run the Stop error after DVD playback

    If anyone can help with tips here. All watching my laptop DVD crashes with a runtime stop error which forces a closing down of the system. It's then a capricious beast in reverse that the screen remains blank and does not start start. When it decides to launch it is slow at the start and has on occasion crashed again. Report error screen Windows indicating that this is a MISTAKE STOP RUN is launched. On the game, the system slows down considerably, which means that next time I want to spend on the laptop should I go through t - he or she does not start into a nightmare. This is starting to get a little boring

    Hello

    With RUN the STOP ERROR do you mean the blue screen of death (BSOD) or what?
    What DVD player program did you use?
    Have you tried using different applications such as WinDVD or PowerDVD?

    However, I think that we should focus on the system slow downs.
    This could be caused by the high temperature if the temperature rises to a higher level, the system attempts to limit the performance of the processor.
    This reduced heat production, but slows down the performance of the laptop

    Overheating pourrait causes that the shut downs as s possible BSOD checks then perhaps you should try the cooling modules if they work at full capacity.
    Cleaning of the fan could probably contributes to

  • I had installed the captain claw game and when I try to run the following error report is: of the Side-Scrolling Action-Arcade game has encountered a problem and needs to close.

    original title: C:\DOCUME~1\hariraj\LOCALS~1\Temp\7f3f_appcompat.txt

    I had installed the captain claw game and when I try to run the following error report comes... Please solve my problem...

    ....

    ARCADE-ACTION SIDE-SCROLLING GAME

    Of the Side-Scrolling Action-Arcade game has encountered a problem and needs to close.  We are sorry for the inconvenience.

    ERROR SIGNATURE

    AppName: cla.exe AppVer: ModName 1.3.0.60: cla.exe
    ModVer: 1.3.0.60 Offset: 000f3956

    THE FOLLOWING FILES MUST BE INCLUDED IN THE ERROR REPORT

    C:\DOCUME~1\hariraj\LOCALS~1\Temp\b285_appcompat.txt

    Please please please please help me... i will be grateful to you

    Hi Raj Kumar,

    You can follow the steps mentioned in the article below, which deals with a similar question

    Game hangs or quits unexpectedly
    http://support.Microsoft.com/kb/303032

    (Article apply to Microsoft games, steps for other games)

  • Run the package to a different schema

    Hi all

    I have a very strange (at least for me) problem with a package to run in the production environment.

    The package has been installed in the application schema and in the same schema for all tables that are in the same table.

    The customer reported a slowdown in the performance of it, but if I test it in my PR env and:

    -If I run the application outside of the package, it run very fast

    -If I install the package in my personal schema and run it, it run very fast

    -If I run the package, installed on the application's schema, is very slow!

    What is the difference between these three methods?

    Thank you in advance,

    Diego

    91ca5e2c-8db6-4563-9e70-c98e10acf2ad wrote:

    OK, to start my procedure I used Notepad anonym in plsqldeveloper:

    Start

    Appuser.pkgapp.prcursors (vcode =>: vcode, pcursor =>: pcursor);

    end;

    when I try to get the cursor, with plsqldeveloper, I have different response time for:

    -package in my user-> very fast

    -package to the user of the application-> very slow

    OK - but that the above code does not recover. All this shows is a call to the procedure who, do you think, does that open the cursor.

    Once a cursor is opened the procedure who opened it has NO control over it. Only the session making the recovery is involved as is an Oracle process on the backend. But the procedure/package is NOT involved.

    If the location of the package does NOT affect actual recovery, but it can affect the execution plan used when the cursor is opened first.

    New - when you say "run the code" you tell fetch data? Or are you talking about just open the cursor as the example above shows?

    Display actual execution plan - get it from a trace file, if you need to.

    other things to say is that the number of lines to get out are some ten years.

    The question is always this THAT IS SLOW? It is the RECOVERY of these lines "a few ten at most? Or is it just open the cursor so that you can begin to pick up?

    You need to SHOW US (just tell us):

    1. WHAT you do

    2. HOW you do

    3. WHAT results you get

    4. WHAT results you expect to get

  • dbms_job. Submit not run the package

    Hi all

    We have just updated the oracle 10g to 12 c

    Select * from version $ v

    --==============================================================

    12 c Oracle database Release 12.1.0.1.0 - 64 bit Production 0

    PL/SQL Release 12.1.0.1.0 - Production 0

    CORE 12.1.0.1.0 Production 0

    AMT for 64-bit Windows: Version 12.1.0.1.0 - Production 0

    NLSRTL Version 12.1.0.1.0 - Production 0

    --================================================================

    declare

    a directory;

    l_procedure_to_run varchar2 (100): =.

    ' app_boxes_cust. RunInterface (100,14141, "cust_rel.txt", "c:\Files\cust_rel_exp", 972); " ;

    date of p_date_to_run: = TO_DATE (' November 20, 2014 ', ' dd/mm/yyyy ');

    Start

    dbms_job. Submit (a, l_procedure_to_run, p_date_to_run);

    commit;

    end;

    The dbms_job.submit generates job_id but it does not run the package.

    --=========================================================================

    Select broken, failures to dba_jobs where job = 63;

    broken = ' don't

    Chess = NULL.

    Please your HELP

    Thanks in advance,

    Naama

    Check next_date when he intended to run.

    Check job_queue_processes parameter.

    Check if the Scheduler is disabled.

  • Function within the package error

    Hi friends,

    I have a package called xxhw_ams_utils with a function inside get_salary

    When I tried to run this function in the package as below average way, im getting error as
    ORA-00904: "XXHW_AMS_UTILS." "" GET_SALARY ": invalid identifier
    select apps.xxhw_ams_utils.get_salary(1072) from dual
    where there are 1072 is the assignment IM id to the objective test.

    This is the actually the get_salary function located in the package xxhw_ams_utils of coding
    FUNCTION get_salary
    (p_asg_id IN NUMBER)
        RETURN VARCHAR2 IS
        
    l_gross VARCHAR2(20);
    l_basic VARCHAR2(20);
    
    BEGIN
    
    select eev.screen_entry_value
    into l_basic
           from   pay_element_entry_values_f eev,
                  per_pay_bases              ppb,
                  pay_element_entries_f       pe
           where  ppb.pay_basis_id  +0 = 61
           and    pe.assignment_id     = 1072
           and    eev.input_value_id   = ppb.input_value_id
           and    eev.element_entry_id = pe.element_entry_id
           and    sysdate between
                            eev.effective_start_date and eev.effective_end_date
           and    sysdate between
                            pe.effective_start_date and pe.effective_end_date;
    EXCEPTION
    WHEN OTHERS THEN RAISE;
    END; 
    Suppose that if I performed as the way to way below, I get the correct result
    select eev.screen_entry_value
    --into l_basic
           from   pay_element_entry_values_f eev,
                  per_pay_bases              ppb,
                  pay_element_entries_f       pe
           where  ppb.pay_basis_id  +0 = 61
           and    pe.assignment_id     = 1072------------------------------------>assignment id (that im passing)
           and    eev.input_value_id   = ppb.input_value_id
           and    eev.element_entry_id = pe.element_entry_id
           and    sysdate between
                            eev.effective_start_date and eev.effective_end_date
           and    sysdate between
                            pe.effective_start_date and pe.effective_end_date;
    Suppose if I run as the means below it is back as invalid character error.
    select apps.xxhw_ams_utils.get_salary(1072) from dual
    Why might the problem friends.

    Brgds,
    Mini

    Your function must RETURN a VARCHAR2

  • AAMEE 3.0 and install the Package error

    Hello.

    I hopoing can someone help me with a problem I have with JOHN 3.0 and try to install packages for CS6 for Windows.

    I use Illustrator as the package of initial test but when tyring to run the .msi (on a 32-bit Windows 7 system) file, I get an error that says...  This Setup program cannot be run directly in UI mode.  Please, deploy the MSI in silent mode.

    I'm sure I followed the instructions correctly but do not understand why I see this message.  I read on a lot of people having problems with JOHN, but I don't have to do anything fancy with the package.  Just a straight line basically install Illustrator in this case.  I finally need so that packages for several products, but this is my first shot at this.

    Any help on why I see this message would be greatly appreciated.

    Thank you!

    Mark,

    Sorry, you feel like being to avoid the question, this isn't the case and Liba answered the question earlier in his answer. JOHN is a tool Enterprise Volume designed to facilitate the deployment of CS through hundreds or thousands of machines and for that reason the tool was designed to présérialiser, give some advanced configuration options and create a package optimized for silent deployment slots client without user intervention. The standard installation program continues to provide a bar of GUI and progress for users.

    JOHN is also designed to be used with a 3rd party deployment tool, and we have seen in the past, individuals use so that a notification of progress or installation is displayed to the user if you wish them.

    We will take your comments on board and look to see if a progress bar is something that we can achieve in the future for windows, as it is present on Mac.

    See you soon

    Karl

    CS Enterprise Systems Engineer

  • Run the menu error

    Hello world

    I run intoanother apparently simple problem, but I just can't get my head around it.

    I want to set up a simple menu of execution of a control where the user can select different options.  RTM reviewed and set by default no problem.  Right-click on the control when running, the correct menu does appear, no problem.

    Problem arises when I want to set the menu checked or unchecked entry. My problems are:

    1. Why didn't - not the refnum menu that appears in the "Selection of the Menu?" events (user)  Do I have to intercept the reference of the event "Meu activation?" menu for control?
    2. When I catch the reference in this way (changes reference to each menu selection), I get "Menu invalid 1160 error" when I try to change the items in checked or unchecked...  I store the reference in a registry to offset for later use when a different menu event is triggered.

    Can someone please take a look at this VI and let me know what I am doing wrong?

    Why the run menu not can not simply be read of the property of a control node?  It would be so easy.   Or if I know the name of file for rtm, how can I get a valid reference to it?

    Sorry what are silly questions, but I just can't understand it right now.

    All screws are 8.2.1.

    Thank you

    Shane.

    "When I catch the reference in this way (changes reference to each menu selection), I get"Menu invalid 1160 error"when I try to change the items in checked or unchecked...". »

    Make these changes in "activation of the Menu (user) selection event?

    The menu "(user) the Menu selection event" is after the display was done, so it is normal is not to place a check (make a change)

  • Microsoft visual c ++ run the library error message is display on startup

    Whenever I start the system Microsoft visual c ++ run time library error message is display if I click ok, the next window see the windows Explorer has stopped working even as yet, it is repeated until I have goes ti online after you connect to the internet, it disappears.

    Please tell me how to solve what I tried many options.

    Here is the message

    Hi Harshals,

    Method 1:

    You can put your boot system to solve the problem.

    To help resolve the error and other messages, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts. This article describes how to solve problems in Windows Vista or Windows 7 by performing a clean boot.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

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

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 3 of the above article.

    Method 2:

    I would suggest removing all of them and then reinstall the latest version:
  • I try to install Creative Cloud on Mac. I downloaded the CCPackager and created a package. When I try to run the package, it freezes on install (technically it is said he is still underway while the remaining term is increasing constantly

    The time actually ran up to remaining 27hours before I force quit it (he was installing for at least an hour already) I tried this on iMac running different versions of Mac OS x including Maverick and Yosemite, and they have this problem. It comes to CC for the company. The package includes Bridge, Photoshop, Illustrator, InDesign, After Effects, and Muse. Here's the Setup log:

    24 Nov 15:24:09 Henrys-iMac installer [384]: @(#) PROGRAM: PROJECT: install-690

    24 Nov 15:24:09 Henrys-iMac installer [384]: @(#) PROGRAM: install PROJECT: Installer-538

    24 Nov 15:24:09 Henrys-iMac installer [384]: material: iMac12, 2 to 2.70 GHz (x 4), 8192 MB RAM

    24 Nov 15:24:09 Henrys-iMac installer [384]: running Build OS: Mac OS X 10.7.5 (11 G 63)

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: PATH = / usr/bin: / bin: / usr/sbin: / sbin

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: TMPDIR = / var/folders/_d/c6_827z92njfbx5jpb7hzsyh0000gn/T /.

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: SHELL = / bin/bash

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: HOME = / users/henryfrick

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: USER = henryfrick

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: LOGNAME = henryfrick

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: DISPLAY=/tmp/launch-AhtzCs/org.x:0

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: SSH_AUTH_SOCK = / tmp/launch-qGnbkA/Auditors

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: Apple_Ubiquity_Message = / tmp/launch-XxdyXy/Apple_Ubiquity_Message

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: Apple_PubSub_Socket_Render = / tmp/launch-dEGRJ6/rendering

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: COMMAND_MODE = unix2003

    24 Nov 15:24:09 Henrys-iMac installer [384]: Env: __CF_USER_TEXT_ENCODING = 0x1F5:0:0

    24 Nov 15:24:09 Henrys-iMac installer [384]: journal of Installation CCPLuciano

    24 Nov 15:24:09 Henrys-iMac installer [384]: open from: /Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg

    24 Nov 15:24:09 Henrys-iMac installer [384]: journal of Installation of Luciano

    24 Nov 15:24:09 Henrys-iMac installer [384]: open from: /Volumes/GHOSTDRIVE2/Luciano/Build/Luciano_Install.pkg

    24 Nov 15:24:09 Henrys-iMac installer [384]: fileURLForURL = x-disc://GHOSTDRIVE2/Luciano/Build/Luciano_Install.pkg

    24 Nov 15:24:09 Henrys-iMac installer [384]: fileURLForURL = file://localhost/Volumes/GHOSTDRIVE2/Luciano/Build/Luciano_Install.pkg

    24 Nov 15:24:14 Henrys-iMac installer [384]: plugin InstallerStatusNotifications loaded

    24 Nov 15:24:21 Henrys-iMac runner [403]: the administrator authorization.

    24 Nov 15:24:21 Henrys-iMac installer [384]: =.

    24 Nov 15:24:21 Henrys-iMac installer [384]: selected user install Standard

    24 Nov 15:24:21 Henrys-iMac installer [384]: choice selected for installation:

    24 Nov 15:24:21 Henrys-iMac installer [384]: Update: "CCPLuciano".

    24 Nov 15:24:21 Henrys-iMac installer [384]: CCPLuciano_Install.pkg: com.adobe.Enterprise.install.F71180A0-A393-42DF-9B13-156B44D066BA: 1.0.0.1.0

    24 Nov 15:24:21 Henrys-iMac installer [384]: =.

    24 Nov 15:24:21 Henrys-iMac installer [384]: it took 0.00 seconds to sum up the package selections.

    24 Nov 15:24:21 Henrys-iMac installer [384]:-[IFPKGDerivedDocument sortedPackageLocations]: result =)

    'file://localhost '.

    )

    [24 Nov 15:24:21 Henrys-iMac installer [384]:-[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost

    [24 Nov 15:24:21 Henrys-iMac installer [384]:-[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg

    24 Nov 15:24:21 Henrys-iMac installer [384]: set the level of permissions to root for the session

    24 Nov 15:24:21 Henrys-iMac installer [384]: use session PK

    24 Nov 15:24:21 Henrys-iMac installer [384]: start the installation:

    24 Nov 15:24:21 Henrys-iMac installer [384]: configuration of volume "Macintosh HD."

    24 Nov 15:24:21 Henrys-iMac installer [384]: preparation of disc for the local installation of punt.

    24 Nov 15:24:21 Henrys-iMac installer [384]: free space on "Macintosh HD": 729,28 GB (729277222912 bytes).

    24 Nov 15:24:21 Henrys-iMac installer [384]: create the temporary directory "/ var/folders/_d/c6_827z92njfbx5jpb7hzsyh0000gn/T//Install.384aB0g1m".

    24 Nov 15:24:21 Henrys-iMac [384] Installer: IFPKInstallElement (1 package)

    24 Nov 15:24:21 Henrys-iMac installer [384]: using the root to IFPKInstallElement permission level

    Nov 24 15:24:22 Henrys-iMac installed [406]: PackageKit:-----Begin installation -

    Nov 24 15:24:22 Henrys-iMac installed [406]: PackageKit: application = < 1 packages, destination = PKInstallRequest / >

    Nov 24 15:24:22 Henrys-iMac installed [406]: PackageKit: packages =)

    "PKJaguarPackage < file://localhost/Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg >.

    )

    Nov 24 15:24:22 Henrys-iMac installed [406]: PackageKit: will be based on the obsolete reception for package identifier com.adobe.Enterprise.install.F71180A0-A393-42DF-9B13-156B44D066BA (path prefix =)

    Nov 24 15:24:22 Henrys-iMac installed [406]: PackageKit: extraction file://localhost/Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg (destination = / var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/cleaning the start-up/PKInstallSandbox-tmp/Root, uid = 0)

    Nov 24 15:24:22 Henrys-iMac installed [406]: PackageKit: executing script ".» "/ preupgrade" in /Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg/Contents/Resources

    Nov 24 15:24:22 Henrys-iMac installed [406]:. / preupgrade: AAMEE Installer: preupgrade launched...

    Nov 24 15:24:22 Henrys-iMac installed [406]:. / preupgrade: AAMEE Installer: working directory is /Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg/Contents/Resources

    Nov 24 15:24:22 Henrys-iMac installed [406]:. / preupgrade: AAMEE Installer: launch of AdobeDeploymentManager...

    Set the permissions for everyone in the folder where CCPackager was created to "Read/write" active. It's strange because there is only one administrator account on Mac (and that the account already has read-write), but it seems to fix the problem.

  • Cannot run the system error PrintMaster 2012 PlatinumBasic has been replaced by Windows Vista Aero in Windows Vista Basic.

    Original title: PrintMaster 2012 PlatinumBasic

    After you install the above program, I am not able to open it. I get a message saying that the color scheme has been changed from Windows Vista Aero to Windows Vista Basic. However, the program is still not open. Any ideas on what I should do?

    Hello

    1. is the issue limited to the program Print Master 2012 base Platinum?

    If you receive a message that some Visual elements, such as transparency, have been turned off or if you receive a message that the color scheme has been changed to Windows Vista Basic, one of the following might have happened:

    ·         A program that you are using is not compatible with the Windows Aero color scheme. When you run a program that is not compatible with the Windows Aero color scheme, some Visual elements are automatically disabled. When the program is not is more running, the Visual elements that have been disabled will then automatically lit.

    ·         Your computer does not have to have enough memory to run all of the programs that you have open and also run the Windows Aero color scheme. Try closing some windows or changing your color scheme to Windows Vista Basic. If Windows automatically changed your game of colors in Windows Vista Basic, and you want to change it back to Windows Aero after closing some windows, follow these steps.

    See the link below:

    Why are some Visual elements will automatically turn off?

    http://Windows.Microsoft.com/en-us/Windows-Vista/why-are-some-Visual-elements-being-automatically-turned-off

    Also, check the link:

    Solve problems with Windows Aero

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Windows-Aero

    Note: you can use the fix tool automatically to diagnose and fix problems with Aero effects

  • Cannot run the disk error check: check the disk has been disabled by a program use system restore.

    Title: How re - enable disk check after it has been disabled?

    I used a registry repair whichremoved all system restore and disabled of the disk check points. How do I re active chkdsk as he wants me to restore which I can't?

    I used the free registry repair recommended by c-net

    original title: re enable check disk

    Hello

    Follow the steps mentioned below and check if the problem persists.
    File system (CFS) Checker
    SFC tool scans system files and replaces incorrect versions of system files by using the correct versions.
    To run the System File Checker tool, follow these steps:
    (a) click Startand type cmd in the box start the search.
    (b) click on cmd in the list programs, and then click run as administrator.
    If you are prompted for an administrator password or a confirmation, type your password or click on continue
    (c) at the command prompt, the following line and then press ENTER:
    sfc/scannow
    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
     
    Hope this information helps.
  • Run the 3709 error when opening the software

    I'm having a problem - run-time error '3709' when open software, how to solve?

    This type of error can be caused if the Visual C++ library runtime components are missing or because of a third-party software.

    Follow the steps below:
     
    Method 1:
    If the problem is caused by the lack of Visual C++ libraries, you can download and install the Runtime components of Visual C++ libraries from the link below:
     
    This error can occur when the Microsoft .NET Framework installation on the computer is damaged or is missing.

    Try it out below step to reinstall and repair installation of Microsoft .NET Framework on the computer, then check if you can install the software.

    (a) click the Start button, select Control Panel, click programs and then click on 'Turn Windows has or not.' If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    (b) search for Microsoft .NET framework 3.5.1 uncheck, click OK and restart the computer.

    (c) after the reboot, open again "Turn Windows features on or off" and place a check next to Microsoft .NET framework 3.5.1 and restart the computer.

    Step 2

    If the previous step fails, then I suggest that you manually download and install Microsoft Visual C++ 2005 and 2008 Redistributable Package and check to see if you can install the software.

    In programs and features, you do not show that you have installed Microsoft Visual C++ 2005 Redistributable and Microsoft Visual C++ 2008 Redistributable? If this is not the case, download the links here.
     
    Package redistributable Visual C++ 2005 (X 86)
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
     
    Visual C++ 2005 (x 64) redistributable package manager
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=eb4ebe2d-33c0-4A47-9dd4-b9a6d7bd44da&displaylang=en

    Package redistributable Microsoft Visual C++ 2008 (x 86)

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

    Package redistributable Visual C++ 2008 SP1 (x 64)
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en

    Let us know if that helps.

    Marilyn

  • Run the engine error 2011

    Hello everyone!
    I have a small question. Ive installed motor RT LV 2011 on Win XP. I ve bulit an executable on another PC with LV 2011. The problem is, that the exe does not on the other machine, I installed run time 2011. Can you help me what is the problem? Its urgent! Thank you very much!
    Mr. Gabor

    At this point, it seems that the instalation file or the installation itself, are corrupt. Try first to Uninstall the runtime , and then install again. Until the process is done correctly you will get errors.

    It would be useful to see screenshots of errors. Maybe they would shed more light on the case.

    BR, Peter

  • This computer is not running the real error Windows - Me Too

    I'm having the same problem also. I have a DELL refurbished with a certificate of windows 7 & sticker. It worked no prob for 2 years before the error window begins to appear. I posted my diagnostic report.

    Thanks in advance!  Dan

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0x8004FE21
    Code of Validation caching online: 0x0
    Windows product key: *-* - 8 G 348 - 2M9JY - FJTMM
    The Windows Product Key hash: oFMdsHwVuuNBFc7Q8POiu2sO8Ps =
    Windows product ID: 00359-OEM-0630032-25721
    Windows Product ID Type: 3
    Windows license Type: OEM System Builder
    The Windows OS version: 6.1.7601.2.00010300.1.0.003
    ID: {13D1FFAA-2E03-4E1D-BED9-F2A38D3F4579} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Home Premium
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.140303 - 2144
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->
    [File mismatch: C:\Windows\system32\wat\watux.exe[7.1.7600.16395], Hr = 0 x 80092003

    Other data-->
    Office details: {13D1FFAA-2E03-4E1D-BED9-F2A38D3F4579}1.9.0027.06.1.7601.2.00010300.1.0.003x 64*-*-*-*-FJTMM00359-OEM-0630032-257213S-1-5-21-2934963321-848282646-695198926Dell Inc.. Precision T3400 workstation Dell Inc.. A09 20090604000000.000000 + 0004CEA3207018400F804090409Time(GMT-08:00) Standard Pacific03DELL B9K 109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 HomePremium edition
    Description: operating system Windows - Windows (r) 7, channel OEM_COA_NSLP
    Activation ID: a63275f4-530c-48a7-b0d3-4f00d688d151
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00359-00212-300-325721-02-1033-7601.0000-3072014
    Installation ID: 016691734485689944260941267711311284739045653662299541
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: FJTMM
    License status: licensed
    Remaining Windows rearm count: 3
    Trust time: 14/01/2015 08:44:18

    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: n/a
    Beyond: 0 x 0000000000000008
    Event timestamp: 1:9:2015 06:51
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Altered the file: %systemroot%\system32\wat\watux.exe

    --> HWID data
    Current HWID hash: MAAAAAEAAgABAAEAAAACAAAAAgABAAEAln2el8bgHrQ67HbwbFhiPcSzbIxK3kbK

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20001
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC DELL B9K
    FACP DELL B9K
    HPET DELL B9K
    STARTING DELL B9K
    MCFG DELL B9K
    SSDT DELL st_ex
    ASF! REFERENCE DELL B9K
    TCPA DELL B9K
    DELL SLIC B9K

    Your report does not indicate that a problem.

    Have you installed a new hardware or software since you started facing this problem?

    Do you have any software installed record cleaning? If so, uninstall it, registry software is known to tamper with Windows activation technologies.

    What Antivirus utility you installed?

    Check your hard drive for errors:

    Click Start

    Type: CMD, according to the results, right-click CMD

    Click on "Run as Administrator"

    At the command prompt, type: chkdsk /f /r

    When you restart your system, your computer will be scanned for errors and will try to correct them.

    then

    Click Start
    Type: CMD, according to the results, right-click CMD
    Click on "Run as Administrator"
    At the command prompt, type: sfc/scannow

    This will check for any breach of integrity

    Restart your system

Maybe you are looking for