A mysterious problem Null ~.

Hey guys, it's Xev.

I have a question null mysterious. Well, it's mysterious to me because I do not understand why it's happening.

First of all, here is the table to create with the data from the sample, I learned to do the first.

After that, I have provided the table that I am inserting while execution of the main program and I'll post the main pl/sql program after that so you can see what I'm talking about.

CREATE TABLE 'SMEG '. "" FND_IT ".
(VARCHAR2 (50 BYTE) "TESTCOL",
'COMMENTS' VARCHAR2 (60 BYTE)
);

Insert into FND_IT (TESTCOL, COMMENTS) values ("abcde", null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('12345 ', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('1a4A5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('a 12, 45', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ("12aBC", null);
Insert into FND_IT (TESTCOL, COMMENTS) values ("12abc", null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('12ab5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('12aa5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('12AB5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ("ABCDE", null);
Insert into FND_IT (TESTCOL, COMMENTS) values (123-5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values (' 12.45 ', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('1a4b5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values (1 3 5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values (1, 45', null);
Insert into FND_IT (TESTCOL, COMMENTS) values (1, 5', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ("a b c d", null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('a b c d e', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('e a', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('Steven', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('Stephen', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('111.222.3333', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('222.333.4444', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('333.444.5555', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ('abcdefabcdefabcxyz', null);
Insert into FND_IT (TESTCOL, COMMENTS) values ("77777777 ZZ", "eight figures and then 2 alpha suffix");
Insert into FND_IT (TESTCOL, COMMENTS) values ('77777777',' eight consecutive digits");
Insert into FND_IT (TESTCOL, COMMENTS) values ('ZZ 77777777', 2 characters at the front, a space, and then eight-digit.");
Insert into FND_IT (TESTCOL, COMMENTS) values (77-777-7777', 'up with dashes, looks like an ssn!');
Insert into FND_IT (TESTCOL, COMMENTS) values ('777777777',' nine consecutive digits. ») ;
Insert into FND_IT (TESTCOL, COMMENTS) values ('Z777777777777', ' an alpha and then 12 digits");
Insert into FND_IT (TESTCOL, COMMENTS) values ('7777777777777',' thirteen consecutive digits. ») ;
Insert into FND_IT (TESTCOL, COMMENTS) values ('Z7777777', 'a consecutive 7 alpha');
Insert into FND_IT (TESTCOL, COMMENTS) values (' ZZZ 777777777', ' 3 letters, the digits of the nine space ");
Insert into FND_IT (TESTCOL, COMMENTS) values (' ' ZZ 777777777 ', 'nine numbers and suffix alpha space then 1 then 2.');
Insert into FND_IT (TESTCOL, COMMENTS) values (' ZZ7-77-7777', 2 alpha 1 - 2 dig - dig dig 4' ");
Insert into FND_IT (TESTCOL, COMMENTS) values ('Z77777777777' ', ' digits 1 alpha 11 ");
Insert into FND_IT (TESTCOL, COMMENTS) values ('Z777777' ', ' alpha, 6 consecutive 1 ");
Insert into FND_IT (TESTCOL, COMMENTS) values ('77777777 ZZZZ', 'eight-digit 1 space 4 alpha suffix');
Insert into FND_IT (TESTCOL, COMMENTS) values (' ZZZZ 77777777', ' space prefix alpha 4, 8 digit ");
Insert into FND_IT (TESTCOL, COMMENTS) values ('ZZ77777777' ', ' 2 consecutive alpha 8-digit ");
Insert into FND_IT (TESTCOL, COMMENTS) values ('ZZZ777777' ', ' alpha, 6 consecutive 3 ");

This forum that the PL/SQL table main progam insert while it works...

CREATE TABLE DYNAMIC_COUNTS

(VARCHAR2 (30 BYTE) "T_OWNER",

VARCHAR2 (30 BYTE) "T_TABLE_NAME."

VARCHAR2 (30 BYTE) "T_COLUMN_NAME."

NUMBER OF 'FND_GOVIDS '.

);

And here's the main pl/sqlprogram, I have hard-coded so that it can search just a FND_IT table, so you can focus just on why you get null lines inserted into the DYNAMIC_COUNTS table.

I need to insert the ranks of all the fields populated by the variable. It does all this is now, here are the results of table selecing 'DYNAMIC_COUNTS', after the program has been run.

Here is the program:

Set serveroutput size unlimited
run the DBMS_OUTPUT. ACTIVATE (buffer_size = > NULL);

------------------------------------------------------------------------------------------------------------------------
DECLARE
FND_LOOK INTEGER.
------------------------------------------------------------------------------------------------------------------------
BEGIN
FOR t IN (SELECT master, table_name, column_name
From all_tab_columns
WHERE table_name = ("FND_IT"))
-Owner WHERE = upper ('& SCHEMA_NAME'))

------------------------------------------------------------------------------------------------------------------------
LOOP
BEGIN
EXECUTE IMMEDIATE ' with an ACE (select case when REGEXP_LIKE (' | t.column_name |))

-Search this 6-digit Alpha
', "^ ([[: alpha:]] |) [[: alpha:]] ({3}) [0-9] {6} $")


then "match"
another "no matches found" end up as output of ' | t.Owner | '.' || t.table_name | ')
Select count (*) in a where a.output = "Match Found" clause '

IN FND_LOOK;

/ * Table for later insertion, the current issue is that's not insert row by row
and inside of them, null values * /.


IF FND_LOOK > 0 THEN
insert into smeg.dynamic_counts (T_OWNER) values (t.owner);
insert into smeg.dynamic_counts (T_TABLE_NAME) values (t.table_name);
insert into smeg.dynamic_counts (T_COLUMN_NAME) values (t.column_name);
insert into smeg.dynamic_counts (fnd_govids) values (FND_LOOK);

END IF;



/ * dbms_output * /.

IF FND_LOOK > 0 THEN

Dbms_output.put_line (t.owner |) '.' || t.table_name | ' ' || t.column_name | ' ' || FND_LOOK);


END IF;

------------------------------------------------------------------------------------------------------------------------
/ * Exception Handeling * /.


EXCEPTION
WHILE OTHERS
THEN
Dbms_output.put_line)
"Generic error".
|| t.column_name
|| "from".
|| t.Owner
|| '.'
|| t.table_name);
END;
END LOOP;
END;
/

OK, after the short program and you go and do a select * from DYNAMIC_COUNTS, this is what you will see...

T_OWNER T_TABLE_NAME T_COLUMN_NAME FND_LOOK

Null null null SMEG

NULL null null FND_IT

NULL null null TESTCOL

null            null                      null                          2

That's the problem, I need to have this information all in one rank, not spread out on all these lines that you see above. Where I'm going wrong?

Is it the way I do the insert statement? What must I do different?

Thank you

Xev.

Try this

DECLARE

FND_LOOK INTEGER.

v_tabreccnt NUMBER; --Also added

v_loopcnt NUMBER: = 0; --Also added

v_flag NUMBER: = 1; --Also added

------------------------------------------------------------------------------------------------------------------------

BEGIN

SELECT COUNT (1) IN the v_tabreccnt - added

From all_tab_columns

WHERE table_name = 'FND_IT ';

FOR t IN (SELECT master, table_name, column_name

From all_tab_columns

WHERE table_name = 'FND_IT')

-Owner where = upper ('& SCHEMA_NAME'))

------------------------------------------------------------------------------------------------------------------------

LOOP

BEGIN

EXECUTE IMMEDIATE ' with an ACE (select case when REGEXP_LIKE (' | t.column_name |))

-Search this 6-digit Alpha

', "^ ([[: alpha:]] |) [[: alpha:]] ({3}) [0-9] {6} $")

then "match"

another "no matches found" end up as output of ' | t.Owner | '.' || t.table_name | ')

Select count (*) in a where a.output = "Match Found" clause '

IN FND_LOOK;

/ * Table for later insertion, the current issue is that's not insert row by row

and inside of them, null values * /.

v_loopcnt: = v_loopcnt + 1; --Also added

IF FND_LOOK > 0 THEN

v_flag: = FND_LOOK;-modified logic

END IF;

IF (v_loopcnt = v_tabreccnt) AND (v_flag > 0) THEN

insert into dynamic_counts (T_TABLE_NAME, T_COLUMN_NAME, T_OWNER, fnd_govids) values (t.owner, t.table_name, t.column_name, v_flag); --Also changed

END IF;

/ * dbms_output * /.

IF FND_LOOK > 0 THEN

Dbms_output.put_line (t.owner |) '.' || t.table_name | ' ' || t.column_name | ' ' || FND_LOOK);

END IF;

------------------------------------------------------------------------------------------------------------------------

/ * Exception Handeling * /.

EXCEPTION

WHILE OTHERS

THEN

Dbms_output.put_line)

"Generic error".

|| t.column_name

|| "from".

|| t.Owner

|| '.'

|| t.table_name);

END;

END LOOP;

END;

/

Tags: Database

Similar Questions

  • Mysterious problem Windows XP on my computer Windows 7 OS

    I have problems to install the updated driver for printer HP Photosmart C6280 A-I-O on laptop computer that has been upgraded to Windows 7 (64) Windows Vista (32).

    The printer update disc does not load because she sees Windows XP Service Pack 2 (and not Windows 7).

    Looking through my schedules, I see I have MSXML 4.0 SP2 loaded. However, note a Microsoft support - coverage problems with MSXML 4.0 4.0 SP2 security update that "(T) article it applies to a different version of Windows (for mine).

    After trying several possible ways to solve the problem (and be left with a lot of uncertainties) I have a question the planned bridge labeled " "article" refers to the specific formulation of the security update for content not applying don't in my system or does this mean that MSXML 4.0 SP2 does not apply to Windows 7."

    If this is the case, this could be my problem of Windows XP of mystery and should I remove?

    Thanks for any help provided.

    Derek Bee

    Hello Derek,.

    Thanks for posting your question on the Forum of the Microsoft community.

    I would like to know some information about the problem so that we can help you better.

    Did you hardware or software to your computer recently?

    MSXML 4.0 SP2 applies to Windows 7

    I suggest you run the driver setup in compatibility mode.

    Configure the driver installation program to run in Microsoft Windows 7 compatibility mode.

    To do this, follow these steps:

    a. Locate the executable file for the driver installation program.

    b. right click on the file and then click Properties.

    c. in the PackageName Properties dialog box, click the Compatibility tab.

    d. click on select run this program in compatibility mode for check box, click Windows XP (Service Pack 2) in the race for this program in compatibility mode for the list, and then click OK.

    e. double-click the executable file to start the Setup program.

    See also:
    Make older programs in this version of Windows

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • ThinkPad W701 - deleted BIOS, USB/Esata mysterious problems before update

    Hello

    Yesterday I was supposed to tto try my new external drive esata, I had previously used with my EX495 homeserver, without any problem.

    But when I connected to the W701 it seemed that the connection has failed and the drive fell to sleep when I tried to write for her. When I used USB it worked perfectly and with the esata Server worked without a hitch.

    After trying some time, I decided to try the lacie updater and then a reboot. After that, all ports usb failed.

    I had already watched the Lenovo updateprogram and found some updates, so I ordered the computer with the trackpad and updated, but when the computer suddenly restarted and screen shows underscore flashing and that's it. After that, the screen went black and no longer lights.

    I it for 4-5 weeks now and after 1 week the Mo failed when defining new ram and has passed, there is now not yet - is there anything I could to, or should it return service?

    I did not help - Lenovo replaces the MB, at least this start.

  • Windows - WDS deployment services. Need help please for password of mystery problem

    Hello

    Just need help or advice about a problem that's been here recently. I'll give you the sequence of events so that you can better understand.

    An audit has been ordered here where I work and as I had just started working here 3 months ago, I decided to lock the network and make sure that everything was safe.

    There is no service account, and the administrator account was used to run all 3rd party applications, so you can imagine what happened when I changed the admin password.

    Before I did I created service accounts and exchanged them one by one, but the only problem that remains is WDS. When we PXE boot and deploy the image it is the language selection screen and also ask the domain credentials of junction. I have setup a DomainOverlord service account, checked and done so he could join machines to the domain and replaced the old administrator username and password in the AutoUnattend.xml file but it seems not to pick up the password.

    Is there something that I am missing? Is it possible to check which file AutoUnattend.xml using the WIM file? The person who told of course establish a bit messy and I can see at 8-9 AutoUnattend.xml in random places on the server. I changed the details in each one, but it is not always the image itself.

    Any help would be great, the guy in front of me got me fired, I begin to understand why!

    Thank you

    Luke Bayley

    Ask in the forum Windows Server:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • PhoneListener.callConnected problem - null reference

    Hello

    When this event is called, my references are null (!) ... is not the first time it happens to me, but I didn't know why...

    Everyone please?

    where are your references?

    for your understanding:

    the earpiece of the phone runs within the application phone RIM. This means that the static variables of your own instance of the application are not available there.

    It also means that the long treatment within the listener kills the native application for phone (worst case, but -it is restarted automatically by a watchdog process).

    for references in the earpiece of the phone, you can use the runtime store (it is available in different contexts).

    to handle calls to the listener, I suggest using world events to return the context of your application.

  • Mysterious problem - HP DL380 G7 Server - ESXi installs but won't start

    Someone has already seen this? I have a new DL380 G7 server, I have 8 drives and installation with 2 bays, RAID10 (4 discs). ESXi 4 DVD comes from an ISO, I downloaded from HP (and have used on other servers as DL380 G6 without problem). The installation goes by at the end asks me to restart, and then I remove the DVD and restart. The controller, SmartArray P410 is defined as the boot device (there is one in the system) and I even try the F11 at startup and tell it to boot from HD... the screen is blank for a second then the server tries the other boot devices (network, etc.).

    I am really puzzled. During installation, the installer sees the two logical drives very well. I took LogicalDrive0 to install to.

    Thoughts? I'm puzzled.

    I agree with the suggestion of J1mbo . It is a good way to make sure that you install the operating system/ESXi on the expected logical volume.

    Another possible way to make sure that you install on the logical volume is created volumes with slightly different sizes. (I usually create one with only 10 GB for ESXi). In this way, you will be able to take the logic unit number in the Setup program based on its size.

    André

  • Mysterious problem WVC54GCA

    I use the Linksys WVC54GCA. I set it up to record directly on drive C of a computer, and I put the programming of recordings for all days, 16:30-10:00 by 2 hours segments. Every night I put in place to do this, and when I come back in the morning, the software does not recognize the camera. I have to go where she is, unplug, then reconnect for the software to recognize it. So I have to reactivate it. And when I'm finally here, I find that the programming of the records that I saved the day before has disappeared, and the camera recorded only about 4 hours or more. Moreover, in these four hours of recorded video, there always a piece of missing minutes randomly. Last night, I have not defined to record anything, and when I arrived this morning, the software has always recognized the camera. What is going on?!

    In fact, this seems to be the result of a failure I was previous is not aware of.

  • Hibernation problems

    Hello

    My computer is having mysterious problems coming out of hibernation.  My computer is an inspiron 1526 and works on Windows Vista.  When the computer finally goes to hibernation, I can't wake him by all means.  I went in the power management, the default configuration values... nothing seems to work.

    To add insult to injury, whenever I need to shut down the computer, I can't get back.  When I press the power button, it seems to go into hibernation.  The screen is black and the power is on, but I can't operate unless I turn, it works a million times... then voila, computer finally lights up.

    Please help me with my problem.  Thank you very much for your time.

    Hello

    A bit of software, a device driver or a TSR (always on things like antivirus software) not correctly support hibernation mode. This means that you must either one) identify and remove or update the software (an or both may be options depending on what it is) or b) do not use hibernation to its current level of sleep (State of S as defined in THE system BIOS). I would check the logs in Event Viewer/hint about what file system or a routine is the problem for beginners. You may also use a boot minimum troubleshooting to solve this, don't make assumptions when sentencing could or could not be. Operating instructions: http://support.microsoft.com/default.aspx/kb/331796

    "When I press the power button, it seems to go into hibernation.

    Change this behavior in the Control Panel/Power Options in the left column there is a line to change what the power buttons, because that's probably what he currently programmed to do. Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • Popup "Windows Activation Technologies", saying "this computer is not running genuine Windows". 0x8004fe22 validation error

    I haave had this since 2008 HP Pavilion desktop computer.  It came with Win 7 Home installed, and Office Depot had upgraded to Win 7 Pro.  I ran it without any problem of validation for more than three years now.  Tuesday I'll be back for an appointment and the computer went to sleep.  When he woke up normally, I found a 'Windows Activation Technologies' popup saying "this computer is not running genuine Windows".  I tried the link "pay online now", but he ordered me to have to pay for a new facility.  I do not want to do because my Windows has already been purchased and is valid for more than three years.

    Then run Windows Genuine Advantage Diagnostic tool and it came true.

    Diagnostic report (1.9.0019.0):

    -----------------------------------------

    Given WGA-->

    Validation status: genuine

    Validation code: 0

    Code of Validation caching: 0x0

    Windows product key: *-* - PQXXH - YV9X4-W9RHT

    The Windows Product Key hash: eoAuGpzqza0N5Rq8GmfThaa7MtY =

    Windows product ID: 00371-618-0336466-85959

    Windows product ID type: 5

    Windows license type: retail

    The Windows OS version: 6.1.7601.2.00010100.1.0.048

    ID: {84F94BAF-6CEE-4CD5-96A3-E47F7B917F2F} (1)

    Admin: Yes

    TestCab: 0x0

    WGA Version: N/a, hr = 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Product name: Windows 7 Professional

    Architecture: 0 x 00000009

    Build lab: 7601.win7sp1_gdr.120330 - 1504

    TTS error:

    Validation of diagnosis:

    Resolution state: n/a

    WgaER data-->

    ThreatID (s): n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    WGA 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: 100 authentic

    Microsoft Office Publisher 2007-100 authentic

    OGA Version: N/a, 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Office Diagnostics: B4D0AA8B-604-645_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 (x 86) \Mozilla Firefox\firefox.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-->

    Other data-->

    Office details: {84F94BAF-6CEE-4CD5-96A3-E47F7B917F2F}1.9.0019.06.1.7601.2.00010100.1.0.048x 64*-*-*-*-W9RHT00371-618-0336466-859595S-1-5-21-2646128604-217356146-35614142HP-Pavilion,NY544AA-ABA p6210fAmerican Megatrends Inc.. 5.17 20090724000000.000000 + 000C7263D07018400F204090409Central Standard Time(GMT-06:00)03HPQOEMSLIC-CPC100100Microsoft Office Publisher 20071221A0B52A164FEBCGeuvSw31eIcMjxhj/ZUT54M71Ts =89404-862-3928931-638678

    Content Spsys.log: 0 x 80070002

    License data-->

    C:\Windows\system32\slmgr.vbs(22, 1) (null): library not registered.

    Windows Activation Technologies-->

    HrOffline: 0x8004FE22

    HrOnline: 0x00000000

    Beyond: 0 x 0000000000000800

    Event timestamp: 6:4:2012 18:38

    WAT Activex: registered

    WAT administration service: registered

    --> HWID data

    Current HWID hash: PAAAAAIAAQABAAEAAQAGAAAAAwABAAEAonYe3oFEvpSqPn7NwJgrQARthsUgT6li6yrDvLhFGAsZC0Ia

    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

    HPQOEM APIC-SLIC-CPC

    FACP SLIC-CPC HPQOEM

    HPET SLIC-CPC HPQOEM

    MCFG SLIC-CPC HPQOEM

    LASRYVITRAGE HPQOEM SLIC-CPC

    INFO HPQOEM SLIC-CPC

    NVHD HPQOEM SLIC-CPC

    SLIC SLIC-CPC HPQOEM

    SSDT HPQOEM SLIC-CPC

    I was away yesterday and today I tried the process with a freshly downloaded MGADiag.exe and got a different result.

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

    Validation code: 0x8004FE22
    Code of Validation caching online: 0x0
    Windows product key: *-* - PQXXH - YV9X4-W9RHT
    The Windows Product Key hash: eoAuGpzqza0N5Rq8GmfThaa7MtY =
    Windows product ID: 00371-618-0336466-85959
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {84F94BAF-6CEE-4CD5-96A3-E47F7B917F2F} (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 Professional
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.120330 - 1504
    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: 100 authentic
    Microsoft Office Publisher 2007-100 authentic
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: B4D0AA8B-604-645_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 (x 86) \Mozilla Firefox\firefox.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-->

    Other data-->
    Office details: {84F94BAF-6CEE-4CD5-96A3-E47F7B917F2F}1.9.0027.06.1.7601.2.00010100.1.0.048x 64*-*-*-*-W9RHT00371-618-0336466-859595S-1-5-21-2646128604-217356146-35614142HP-Pavilion,NY544AA-ABA p6210fAmerican Megatrends Inc.. 5.17 20090724000000.000000 + 000C7263D07018400F204090409Central Standard Time(GMT-06:00)03HPQOEMSLIC-CPC100100Microsoft Office Publisher 20071221A0B52A164FEBCGeuvSw31eIcMjxhj/ZUT54M71Ts =89404-862-3928931-638678

    Content Spsys.log: 0 x 80070002

    License data-->
    C:\Windows\system32\slmgr.vbs(22, 1) (null): library not registered.

    Windows Activation Technologies-->
    HrOffline: 0x8004FE22
    HrOnline: n/a
    Beyond: 0 x 0000000000000800
    Event timestamp: 6:6:2012 13:05
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Tampered files: Check %systemroot%\system32\slui.exe|slui.exe.mui|COM

    --> HWID data
    Current HWID hash: PAAAAAIAAQABAAEAAQAGAAAAAwABAAEAonYe3oFEvpSqPn7NwJgrQARthsUgT6li6yrDvLhFGAsZC0Ia

    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
    HPQOEM APIC-SLIC-CPC
    FACP SLIC-CPC HPQOEM
    HPET SLIC-CPC HPQOEM
    MCFG SLIC-CPC HPQOEM
    LASRYVITRAGE HPQOEM SLIC-CPC
    INFO HPQOEM SLIC-CPC
    NVHD HPQOEM SLIC-CPC
    SLIC SLIC-CPC HPQOEM
    SSDT HPQOEM SLIC-CPC

    I ran full virus and malware scan with Avast Pro and Malwarebytes Pro and a complete diagnosis with Advanced System Care Pro tools that have always kept this system clean and stable.  As expected, no malware, regular maintenance tasks only were delivered.  It's been several days since the last time that I made no change to the system (I upgraded a utility) and the system has been rebooted at least four times after that without problem.  The only other change was an update of Windows.  Interestingly, after that same Windows Update on my machine Vista, it refused to start (BSOD) and I had to go back to a two days old restore point - that fixed it.  I always had a mysterious problem with Win 7 Pro machine that it creates restore points, but I can never find, so I can't have this option on this computer.

    I'm trying to start a new business and cannot afford to be without my computer, or do strange things, or buy a new copy of Windows and take the time to restore a careful configuration of three years.  I when I recently bought a new laptop from Office Depot, I also bought a Windows 7 Pro upgrade kit and installed myself.  When I did, I realized that the update CHANGES THE PRODUCT KEY and I knew not when they improved the office... they give me new product key for the Pro upgrade, so all I have is the original OEM key and apparently going to lose my Pro upgrade if I need to reimage from the disks in the system or the OEM partition.  This is not acceptable, either, and I have no idea how to go about face.  The transaction took place three years ago!

    Please help; I'm already running on the razor's edge with the launch of this company.  This error is likely to destroy me financially.  I can't do what I need to do on the laptop - it is a low-cost, minimal machine and specifically, has no office and the ability to perform graphics... things cutting-edge software that I need to be able to do.

    Click Start

    in the search box, type

    System restore

    and press the Enter key

    Once the system restore is displayed, click Next

    Now put a check mark in the box "Show more restore points.

    What points appear now?

    If there is a just before your problem, try this.

    If this isn't the case - as I say, CANCEL any act performed by ASC and uninstall it.

    Then run another MGADiag report and post it.

  • Several events error #1009 w / 2 TLF/TLFTextField in CS5.5

    I am currently working on a Flash application that previously used plain old TextFields and has now been adapted to use TLFTextFields instead.

    While I am generally quite satisfied to some improvements in the TLF 2 (lists!), it still seems a lot than expected bug from Adobe.

    For example, textHeight still does not seem to update immediately after the htmlText, scrollV absurd values sometimes returned in scrolling, setting when re-defining htmlText some formatting (color, font), previous stays in value around etc. In short, even the new TLFTextField version seems much less robust than TextField (which probably shouldn't be a surprise, given the complexity of the thing).

    While embarrassing, for most of these questions, I was able to find alternatives. Now, however, we see rather mysterious pointer null questions arise.

    Perhaps these errors ring a Bell with you; I'm sorry that I can't provide more details yet (I get these reports of testers in the field).

    A question: is there a 100% reliable way to reset a TLFTextField, so that no internal inconsistency has every chance to stay around?

    ---

    When querying numlinesrequired:

    TypeError: Error #1009: Der Zugriff auf eine oder eine method eines null-Objektverweises ist nicht possible attribute.
    to flashx.textLayout.compose::BaseCompose/advanceToComposeStartPosition() [C:\Vellum\branches \v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:485]
    to flashx.textLayout.compose::BaseCompose/composeTextFlow() [C:\Vellum\branches\v2\2.0\dev\ou tput\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:431]
    to flashx.textLayout.compose::ComposeState/composeTextFlow() [C:\Vellum\branches\v2\2.0\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:106]
    at flashx.textLayout.compose::StandardFlowComposer/ http://ns.Adobe.com/TextLayout/internal/2008:callTheComposer ([C:\Vellum\branches\v2\2.0\ dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as:676])
    to flashx.textLayout.compose::StandardFlowComposer/internalCompose() [C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as: 760]
    to flashx.textLayout.compose::StandardFlowComposer/composeToPosition() [C:\Vellum\branches\v2 \2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.a s:837]
    at flashx.textLayout.container::TextContainerManager/ (http://ns.adobe.com/textLayout/internal/2008::getActualNumLines) [C:\Vellum\branches\v2\2. 0\dev\output\openSource\textLayout\src\flashx\textLayout\container\TextContainerManager.as: 1192] )
    to SingleTextContainerManager/get numLines() [/Volumes/BuildDrive/stage/Flash11.5_Main_325_Stage/main/authortool/Stage/tlfRu ntime/fl/text/SingleTextContainerManager.as:183]
    to fl.text::TLFTextField / get numLines() [/Volumes/BuildDrive/stage/Flash11.5_Main_325_Stage/main/authortool/Stage/tlfRu ntime/fl/text/TLFTextField.as:3323]
    at kp.ui.controls::TextScrollBar/get visibleLines() [/ users/chris/r/2010/09/kp-interview-2010-11/flash-5/kp/ui/controls/text crollBar.as:119]

    ---

    When you set htmlText:

    ypeError: Error #1009: Der Zugriff auf eine oder eine method eines null-Objektverweises ist nicht possible attribute.

    to flashx.textLayout.compose::FlowComposerBase/addLine() [C:\Vellum\branches\v2\2.0\dev\outpu t\openSource\textLayout\src\flashx\textLayout\compose\FlowComposerBase.as:463]

    to flashx.textLayout.compose::ComposeState/endLine() [C:\Vellum\branches\v2\2.0\dev\output\op enSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:305]

    at::BaseCompose/composeParagraphElementIntoLines() [C:\Vellum\branc hes\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:9 01] flashx.textLayout.compose

    to flashx.textLayout.compose::BaseCompose/composeParagraphElement() [C:\Vellum\branches\v2\2. 0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:688]

    at::ComposeState/composeParagraphElement() [C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:316] flashx.textLayout.compose

    to flashx.textLayout.compose::BaseCompose/composeBlockElement() [C:\Vellum\branches\v2\2.0\de v\output\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:358]

    to flashx.textLayout.compose::BaseCompose/composeInternal() [C:\Vellum\branches\v2\2.0\dev\ou tput\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:673]

    to flashx.textLayout.compose::ComposeState/composeInternal() [C:\Vellum\branches\v2\2.0\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:143]

    to flashx.textLayout.compose::BaseCompose/composeTextFlow() [C:\Vellum\branches\v2\2.0\dev\ou tput\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:458]

    to flashx.textLayout.compose::ComposeState/composeTextFlow() [C:\Vellum\branches\v2\2.0\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:106]

    at flashx.textLayout.compose::StandardFlowComposer/ http://ns.Adobe.com/TextLayout/internal/2008:callTheComposer ([C:\Vellum\branches\v2\2.0\ dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as:676])

    to flashx.textLayout.compose::StandardFlowComposer/internalCompose() [C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as: 760]

    to flashx.textLayout.compose::StandardFlowComposer/composeToPosition() [C:\Vellum\branches\v2 \2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.a s:837]

    at flashx.textLayout.container::TextContainerManager/ (http://ns.adobe.com/textLayout/internal/2008::getActualNumLines) [C:\Vellum\branches\v2\2. 0\dev\output\openSource\textLayout\src\flashx\textLayout\container\TextContainerManager.as: 1192] )

    to SingleTextContainerManager/get numLines() [/Volumes/BuildDrive/stage/Flash11.5_Main_325_Stage/main/authortool/Stage/tlfRu ntime/fl/text/SingleTextContainerManager.as:183]

    to fl.text::TLFTextField / get maxScrollV() [/Volumes/BuildDrive/stage/Flash11.5_Main_325_Stage/main/authortool/Stage/tlf Runtime/fl/text/TLFTextField.as:3135]

    to fl.text::TLFTextField / set scrollV() [/Volumes/BuildDrive/stage/Flash11.5_Main_325_Stage/main/authortool/Stage/tlfRun time/fl/text/TLFTextField.as:3723]

    to fl.text::TLFTextField / () http://ns.adobe.com/textLayout/internal/2008:doImport [/ Volumes/BuildDrive/stade/Flash11.5_Main_325_Stage/main/authortool/Stage/tlfRuntime/fl/text/TLFTextField.as:1365]

    to fl.text::TLFTextField / set htmlText() [/Volumes/BuildDrive/stage/Flash11.5_Main_325_Stage/main/authortool/Stage/tlfRu ntime/fl/text/TLFTextField.as:2705]

    to kp.ui.windows::BubbleWindow/set text() [s /Users/chris/r/2010/09/kp-maintenance-2010-11/flash-5/kp/ui/windows/BubbleWindow.a: 84]

    I would say that Yes. The codes listed on the blog are required for this scenario.

    The example in the link I gave you last time can be another example, if you do not need the resize operation as shown in the example of the blog.

    TLF is designed to manage complex text layout. Please make sure that it works for almost every customer scenario and manage hundreds of properties of text. We can do it try to get one or two more properties in a specific scenario (i.e. static text TextWidth) but will make the framkework more complex and less flexible (i.e. TextWidth of danamic text cannot be obtained in this way because it can be changed at any time). I think that most Rich Text editor faces the same problem. Personally, I think that the TLF is a nice solution.

    Whether, we very much appreciate your advice. We will consider your advice in the future.

  • Lightning helmet works do not since the update

    Hey all, since the update this morning which I believe was supposed to fix a few problems with the remote lightning helmet, my helmet doesn't quite work. When I plug them into my phline (7 more) just continues to play through the internal speaker. Anyone having this problem?

    Restart your device by holding down the home and power button until the Apple logo appears. Which tends to solve many mysterious problems.

  • Why can't attach files to outgoing emails? The file to select appears locked.

    HAVING HAD PROBLEMS WITH TB I'M THINKING OF DUMPING OF ALL OF THE USELESS APPLICATION. THE HELPLINE FORUM IS PRETTY MUCH USELESS AND TOTALLY CONFUSED. I CAN NOT EVEN LOG INTO MY 'ACCOUNT' EVEN AFTER THREE PASSWORD RESETS "SUCCESSFUL." I HAVE NOW HAD CREATE A NEW ACCOUNT TO POST THIS - AND YOU CAN EVALUATE MY FRUSTRATION IN THE STYLE OF MY USER NAME. I HOPE SINCERELY THAT AT ONE POINT I'M GOING TO FIND OUT WHY MY TB E-MAIL SYSTEM HAS LOCKED SOMEHOW THE ATTACHMENT FOR THE WRONG FILE, SINCE IT SAYS IS NOT ON MY SYSTEM (BUT IS) AND I CAN'T FIND A WAY TO RESET IT. Until I FIND WHAT THE * love * has SUDDENLY GONE WRONG I Can t SEND any WHAT EMAILS WITH attachments, WHO BASICALLY * love * UP MY BUSINESS TOGETHER. HAS ANYONE ON THE PLANET YOU HAVE NO IDEA AS TO WHAT IS PAST? R

    Vulgar language removed by the moderator. Repeat the offence will result in a termination of account "."

    HEY THANKS GUYS, BUT SURPRISINGLY I FIXED IT. Even more amazing that I'm a total dinosaur IT. It turned out for some reason known to herself TB trying to reach the wrong file to one e-mail that has already sent and received, (b) was on my hard drive, I had moved the file to a different location, but it was some time after the message had been sent.
    I had to move the file, restore it to its original folder, attach the wrong file to the message I wanted to send - then remove the attachment and reset the search on attachments for "desktop" and then search for and add the file I wanted to send in the first place. What a parley - but in some way it has sorted all. I have no idea why this happens, but he can help others who have the same mysterious problem arising on attachments and file associations. Thanks for your help - my faith in your forum is restored - and my apologies for the rudeness at the beginning, but my boy I was mad!

  • Unable to get Netflix on Firefox 39. says "unknown Player error" already uninstalled and re-installed silverlight

    Unable to get Netflix on Firefox 39. says "unknown Player error" already uninstalled and re-installed silverlight

    Thank you for the presentation of reports. HTTPS Everywhere is a great idea, but many sites that are not designed for HTTPS, it causes these mysterious problems.

  • Configurator Apple can't update > s 5 iPhones

    Hello

    I received a mysterious problem with my apple Configurator:

    All iPhones that are newer than the 5s cannot be updated.

    Here are the facts:

    -Apple Conifgurator 2 (latest version) on Mac OS 10.11.6

    -Works great with iPhone 4/5/5s

    -Does not work with 6/6 s / SE

    -The update fails every time I connect the iPhone to my iTunes (on my Windows PC) and restore it.
    (ITunes on my Mac was not able to restore the iPhone). Since then Apple Configurator works very well.

    Here's what I tried to conquer this problem:

    -Improved the configurator to Apple to version 2.

    -Make a complete new installation of Mac OS X.

    -Tried a new cable.

    All these things do not change.

    Does anyone know this problem?

    Thanks for any help.

    Best regards

    PM_SSW

    Hello

    I found the error.

    The firewall was blocking the requests made by the Configurator of Apple.

    He went out with 80 and 443, 5223.

    It seems that Apple Configurator ignores the proxy settings after downloading the iOS.

  • Satellite Z930 - cannot write on USB

    I have a problem to write any file on a USB key into a USB port on my Z930 satellite with Windows 8: when I try to write a file on the USB Explorer will just freeze and unresponsive.
    During playback of the same USB all right. There is no protection against writing on the USB (I have tried many).

    However, when you connect a USB hard disk there no problem to write information on the hard drive.

    I hope someone could help me solve this mysterious problem...

    Have you tested the laptop in another flash USB memory key?
    I suppose that this isn't problem associated with s for computer laptop USB port since the connected USB device is recognized properly. Also the USB HDD works properly so I doubt that its number of portable or system

Maybe you are looking for

  • Is there a way to restore only Notes of backup?

    I have purchased a new 6 s iPhone with a smaller memory than what my backup (on my computer) from my old and want to only restore my Notes because they contain memories. Is it possible to simply restore my Notes?

  • can not open files

    Most of my desktop icon reflects works such as the program to open the files. I get a pane that says that Windows cannot open this file and select the program from a list.  Choose which program for all the icons open and be able to reset the default

  • Download a missing file to copy to original installation cd rom?

    I have a dell laptop inspiron, who crashed. After several attempts of re-formatting, I hope that there is a way to upload a file to my PC (win7) to copy the CD-ROM of original installation, or for use as part of its. Another question, sorry... Why my

  • Cannot Hibernate or standby upgrade mode after atest download MS

    WinXP: impossible hibernation or standby after the download and installation of the latest updates (10/06/10) MS. get an error massage that says MS NET Framework v1.1.4322 prevents the computer... I find that the update on my HD, even downloaded the

  • Starta ~ 1.EXE file missing

    I'm trying to install a program and it says that the file is missing "starta ~ 1.exe. Where can I get a replacement file? Thank you