System boot failure after upgrade from linux3.13.8-1 to linux3.14.6-1

I have tried to update the kernel again from 3.13 to 3.14 again, but no luck.
My arch system boot failure with black screen, tried [ctrl]+[alt]+[F1-6] and nothing happen, no any recure shell prompt out.
Then I boot with kernel debug parameters
systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M
althrough the screen was black, when I reboot and chroot into my system,
I entered the following to find any error messages, please see the link below:
journalctl -b -0 >> ~/3.13_no_problem.log
journalctl -b -1 >> ~/3.14-6_nodebug.log
journalctl -b -2 >> ~/3.14-6_debug.log
3.13_no_problem.log: http://pastebin.com/EQ2Mucq8
3.14-6_nodebug.log: http://pastebin.com/18TRZVRp
3.14-6_debug.log: http://pastebin.com/0QZJBPnf
In both 3.14 journal messages, I found some similar error message:
Jun 15 14:37:47 arch-desktop kernel: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
Jun 15 14:37:47 arch-desktop kernel: [drm:atom_execute_table_locked] *ERROR* atombios stuck executing D218 (len 62, WS 0, PS 0) @ 0xD234
Jun 15 14:37:55 arch-desktop kernel: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
Jun 15 14:37:55 arch-desktop kernel: [drm:atom_execute_table_locked] *ERROR* atombios stuck executing D218 (len 62, WS 0, PS 0) @ 0xD234
Jun 15 14:38:00 arch-desktop kernel: [drm:cypress_dpm_set_power_state] *ERROR* rv770_restrict_performance_levels_before_switch failed
Jun 15 14:38:01 arch-desktop kernel: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
Jun 15 14:38:01 arch-desktop kernel: [drm:atom_execute_table_locked] *ERROR* atombios stuck executing D218 (len 62, WS 0, PS 0) @ 0xD234
Jun 15 14:38:07 arch-desktop kernel: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
Jun 15 14:38:07 arch-desktop kernel: [drm:atom_execute_table_locked] *ERROR* atombios stuck executing D218 (len 62, WS 0, PS 0) @ 0xD234
Jun 15 14:38:13 arch-desktop kernel: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
Jun 15 14:38:13 arch-desktop kernel: [drm:atom_execute_table_locked] *ERROR* atombios stuck executing D218 (len 62, WS 0, PS 0) @ 0xD234
I searched on internet, I think this is caused by my graphic card(ATI 5750), but I have no idea to solve it
I don't know my system boot failure due to these error or another things.
my PC specs:
motherbroad - gigabyte GA-P55A-UD3 (bios ver - F11)
cpu -  i5-750
display - ati 5750
os - arch 64bit
Currently, I have downgraded back to 3.13.
I hope someone can give me some idea,
Thanks
Last edited by samtai (2014-06-17 12:17:02)

As there are errors associated with ntpd, I would temporarily disable the ntpd service and also ipv6.
If they are not the only problem, at least your logs would be easier to examine for other problems.

Similar Messages

  • [Solved] Boot failure after upgrade to udev 0.84

    After upgrading my system it no longer boot properly.
    The kernel boots fine. Initrd executes and the normal init starts.
    First of is the start of udev. This starts and immediately complains that nss_ldap is unable to contact the ldap server. Not very strange when networking isn't started yet.
    After a little while and a few repetitions of the nss_ldap error message udev says its done.
    After this activating swap fails but mounting Root readonly succeds. After this init proceeds with "Checking file system". This fails miserably saying "no such file or directory /dev/sda3" which is the previously mounted root filesystem.
    It seems like udev gets busy when not able to connect to the ldap server and hence doesn't create the device nodes for my harddrive in time.
    Because the check of the filesystem fails i end up on a rescue prompt. And when logging in to that and check /dev the sda* nodes are there.
    Does anyone have a clue on how udev depends on nss_ldap? Any other thought on whats going on?

    Ok, after some investigation it turns out that it seems like udev starts a few /sbin/vol_id on the disks/partitions attached. These processes in turn triggered nss_ldap which couldnt connect to the remote ldap server due to network not being up.
    I have a less than beautiful solution to the problem. Altering nss_ldap to do soft binds instead of the default that is hard binding. When using hard bind and connect fails it uses an exponential backoff and tries again a little later. Changing to soft bind makes nss_ldap returning immediately when failing.
    To  change this edit  /etc/nss_ldap.conf and change the line saying something like
    #bind_policy hard
    to
    bind_policy soft
    This at least helped me getting a system that boots again.

  • Failure after upgrade from beta to RC1

    Well, you might not call it an upgrade since it is a complete
    recompilation/enhancement of a working application ( using beta release ).
    I have used the same meta file .... regenerated the mapping file and
    performed a -action refresh ....to a new empty Oracle database.....so far so
    good.
    At runtime of the application, I am getting the following exception that did
    not occur when using the beta. Looking in the Oracle database I can see
    that there is in fact no primary key defined on "SYSTEM.REPCAT$_FLAVORS" as
    the error indicates. Any ideas why this would be defined without the PK?
    Thanks,
    -Robert
    C:\DATA\labs\Business\classes\business\domain>java business.control.Business
    0 INFO [main] kodo.Runtime - License capabilities: "Kodo Standard
    Edition,Kodo Lite Edition,Custom Result Object Providers,
    ases,Query Extensions,Performance Pack,Kodo Enterprise Edition,Statement
    Batching,Managed Environment,Developer Tools,Custom DBD
    ntenance expiration: "10/30/03 4:00 PM"
    Exception in thread "main" kodo.util.UserException:
    file:/C:/DATA/labs/Business/classes/business/domain/package.schema: The
    foreign table "SYSTEM.REPCAT$_FLAVORS" specified in foreign key
    "REPCAT$_FLAVOR_OBJECTS_FK2" on table "SYSTEM.REPCAT$_FLAVOR_OBJECTS" does
    not exist or does not have a primary key.
    at
    kodo.jdbc.schema.XMLSchemaParser.throwJDOException(XMLSchemaParser.java:497)
    at
    kodo.jdbc.schema.XMLSchemaParser.resolveForeignKeys(XMLSchemaParser.java:201
    at kodo.jdbc.schema.XMLSchemaParser.finish(XMLSchemaParser.java:127)
    at
    com.solarmetric.meta.XMLMetaDataParser.parse(XMLMetaDataParser.java:290)
    at
    com.solarmetric.meta.XMLMetaDataParser.parse(XMLMetaDataParser.java:234)
    at
    kodo.jdbc.schema.FileSchemaFactory.readSchema(FileSchemaFactory.java:73)
    at
    kodo.jdbc.meta.MappingRepository.getSchemaGroup(MappingRepository.java:92)
    at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:147)
    at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java
    :61)
    at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:3
    40)
    at
    kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:297)
    at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:272)
    at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:256)
    at
    kodo.runtime.ExtentImpl$MultipleClassIterator.<init>(ExtentImpl.java:207)
    at
    kodo.runtime.ExtentImpl$TransactionAwareIterator.newIterator(ExtentImpl.java
    :303)
    at serp.util.MultiIterator.setIterator(MultiIterator.java:74)
    at serp.util.MultiIterator.hasNext(MultiIterator.java:29)
    at
    kodo.runtime.ExtentImpl$TransactionAwareIterator.hasNext(ExtentImpl.java:280
    at business.control.Business.init(Business.java:83)
    at business.control.Business.main(Business.java:35)

    Please see the attached
    Many thanks,
    -Robert
    <?xml version="1.0" encoding="UTF-8"?>
    <mapping>
    <package name="business.domain">
    <class name="Department">
    <jdbc-class-map type="base" pk-column="JDOID"
    table="SYSTEM.DEPARTMENT"/>
    <jdbc-version-ind type="version-number" column="JDOVERSION"/>
    <jdbc-class-ind type="in-class-name" column="JDOCLASS"/>
    <field name="employees">
    <jdbc-field-map type="many-many"
    element-column.JDOID="EMPLOYEES_JDOID" order-column="EMPLOYEES_ORDER"
    ref-column.JDOID="JDOID" table="SYSTEM.DEPAR_EMPLOYEES"/>
    </field>
    <field name="name">
    <jdbc-field-map type="value" column="NAME0"/>
    </field>
    </class>
    <class name="Employee">
    <jdbc-class-map type="base" pk-column="JDOID"
    table="SYSTEM.EMPLOYEE"/>
    <jdbc-version-ind type="version-number" column="JDOVERSION"/>
    <jdbc-class-ind type="in-class-name" column="JDOCLASS"/>
    <field name="name">
    <jdbc-field-map type="value" column="NAME0"/>
    </field>
    <field name="number">
    <jdbc-field-map type="one-one" column.JDOID="NUMBER_JDOID"/>
    </field>
    </class>
    <class name="Phone">
    <jdbc-class-map type="base" pk-column="JDOID"
    table="SYSTEM.PHONE"/>
    <jdbc-version-ind type="version-number" column="JDOVERSION"/>
    <jdbc-class-ind type="in-class-name" column="JDOCLASS"/>
    <field name="number">
    <jdbc-field-map type="value" column="NUMBER0"/>
    </field>
    </class>
    </package>
    </mapping>
    "Abe White" <[email protected]> wrote in message
    news:[email protected]...
    Looks like you also had old mapping data lying around. Otherwise you
    wouldn't have gotten all those warnings.
    Can you please post the .schema and .mapping files that were generated,
    along with your .jdo metadata?begin 666 package.schema
    M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB551&+3@B/SX-"@T*/'-C
    M:&5M87,^#0H@(" @/'-C:&5M82!N86UE/2)365-414TB/@T*(" @(" @(" \
    M=&%B;&4@;F%M93TB05$D7TE.5$523D547T%'14Y44R(^#0H@(" @(" @(" @
    M(" \<&L@;F%M93TB4UE37T,P,#$Q,3 B(&-O;'5M;CTB04=%3E1?3D%-12(O
    M/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)!1T5.5%].04U%(B!T>7!E
    M/2)V87)C:&%R(B!N;W0M;G5L;#TB=')U92(@<VEZ93TB,S B+SX-"B @(" @
    M(" @(" @(#QC;VQU;6X@;F%M93TB4%)/5$]#3TPB('1Y<&4](F1E8VEM86PB
    M(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O
    M;'5M;B!N86UE/2)34$%213$B('1Y<&4](G9A<F-H87(B('-I>F4](C$R."(O
    M/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64](E-94U]#,# Q,3$P(B!U;FEQ
    M=64](G1R=64B(&-O;'5M;CTB04=%3E1?3D%-12(O/@T*(" @(" @(" \+W1A
    M8FQE/@T*(" @(" @(" \=&%B;&4@;F%M93TB05$D7TE.5$523D547T%'14Y4
    M7U!22593(CX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB04=%3E1?3D%-
    M12(@='EP93TB=F%R8VAA<B(@;F]T+6YU;&P](G1R=64B('-I>F4](C,P(B\^
    M#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D1"7U5315).04U%(B!T>7!E
    M/2)V87)C:&%R(B!N;W0M;G5L;#TB=')U92(@<VEZ93TB,S B+SX-"B @(" @
    M(" @(" @(#QF:R!N86UE/2)!1T5.5%]-55-47T)%7T-214%4140B(&1E;&5T
    M92UA8W1I;VX](F-A<V-A9&4B('1O+71A8FQE/2)365-414TN05$D7TE.5$52
    M3D547T%'14Y44R(@8V]L=6UN/2)!1T5.5%].04U%(B\^#0H@(" @(" @(" @
    M(" \:6YD97@@;F%M93TB54Y17U!!25)3(B!U;FEQ=64](G1R=64B/@T*(" @
    M(" @(" @(" @(" @(#QO;B!C;VQU;6X](D%'14Y47TY!344B+SX-"B @(" @
    M(" @(" @(" @(" \;VX@8V]L=6UN/2)$0E]54T523D%-12(O/@T*(" @(" @
    M(" @(" @/"]I;F1E>#X-"B @(" @(" @/"]T86)L93X-"B @(" @(" @/'1A
    M8FQE(&YA;64](D%1)%]1545515,B/@T*(" @(" @(" @(" @/'!K(&YA;64]
    M(D%1)%]1545515-?4%))34%262(@8V]L=6UN/2)/240B+SX-"B @(" @(" @
    M(" @(#QC;VQU;6X@;F%M93TB14Y!0DQ%7T9,04<B('1Y<&4](F1E8VEM86PB
    M(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O
    M;'5M;B!N86UE/2)%5D5.5$E$(B!T>7!E/2)D96-I;6%L(B!N;W0M;G5L;#TB
    M=')U92(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M34%87U)%5%))15,B('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](DU%34]265]42%)%4TA/3$0B('1Y<&4]
    M(F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA
    M;64](DY!344B('1Y<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S:7IE
    M/2(S,"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)/240B('1Y<&4]
    M(G9A<F)I;F%R>2(@;F]T+6YU;&P](G1R=64B('-I>F4](C$V(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](E!23U!%4E1)15,B('1Y<&4](F1E8VEM
    M86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E%5
    M155%7T-/34U%3E0B('1Y<&4](G9A<F-H87(B('-I>F4](C(P,# B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB4D544EE?1$5,05DB('1Y<&4](F1E
    M8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64]
    M(E)%5%]424U%(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @
    M(" @(" @/&-O;'5M;B!N86UE/2)354)30U))0D524R(@='EP93TB;W1H97(B
    M('-I>F4](C,X-3(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB5$%"
    M3$5?3T)*3D\B('1Y<&4](F1E8VEM86PB(&YO="UN=6QL/2)T<G5E(B!S:7IE
    M/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)54T%'12(@='EP
    M93TB9&5C:6UA;"(@;F]T+6YU;&P](G1R=64B('-I>F4](C(R(B\^#0H@(" @
    M(" @(" @(" \:6YD97@@;F%M93TB05$D7U%5155%4U]#2$5#2R(@=6YI<75E
    M/2)T<G5E(CX-"B @(" @(" @(" @(" @(" \;VX@8V]L=6UN/2).04U%(B\^
    M#0H@(" @(" @(" @(" @(" @/&]N(&-O;'5M;CTB5$%"3$5?3T)*3D\B+SX-
    M"B @(" @(" @(" @(#PO:6YD97@^#0H@(" @(" @(" @(" \:6YD97@@;F%M
    M93TB05$D7U%5155%4U]04DE-05)9(B!U;FEQ=64](G1R=64B(&-O;'5M;CTB
    M3TE$(B\^#0H@(" @(" @(#PO=&%B;&4^#0H@(" @(" @(#QT86)L92!N86UE
    M/2)!421?455%545?5$%"3$53(CX-"B @(" @(" @(" @(#QP:R!N86UE/2)!
    M421?455%545?5$%"3$537U!224U!4EDB(&-O;'5M;CTB3T)*3D\B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB1DQ!1U,B('1Y<&4](F1E8VEM86PB
    M(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O
    M;'5M;B!N86UE/2).04U%(B!T>7!E/2)V87)C:&%R(B!N;W0M;G5L;#TB=')U
    M92(@<VEZ93TB,S B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3T)*
    M3D\B('1Y<&4](F1E8VEM86PB(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O
    M/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)30TA%34$B('1Y<&4](G9A
    M<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(S,"(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2)33U)47T-/3%,B('1Y<&4](F1E8VEM86PB(&YO
    M="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M
    M;B!N86UE/2)404),15]#3TU-14Y4(B!T>7!E/2)V87)C:&%R(B!S:7IE/2(R
    M,# P(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E5$051!7U194$4B
    M('1Y<&4](F1E8VEM86PB(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*
    M(" @(" @(" @(" @/&EN9&5X(&YA;64](D%1)%]1545515]404),15-?4%))
    M34%262(@=6YI<75E/2)T<G5E(B!C;VQU;6X](D]"2DY/(B\^#0H@(" @(" @
    M(#PO=&%B;&4^#0H@(" @(" @(#QT86)L92!N86UE/2)!421?4T-(14153$53
    M(CX-"B @(" @(" @(" @(#QP:R!N86UE/2)!421?4T-(14153$537U!224U!
    M4EDB/@T*(" @(" @(" @(" @(" @(#QO;B!C;VQU;6X](D1%4U1)3D%424].
    M(B\^#0H@(" @(" @(" @(" @(" @/&]N(&-O;'5M;CTB3TE$(B\^#0H@(" @
    M(" @(" @(" \+W!K/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$15-4
    M24Y!5$E/3B(@='EP93TB=F%R8VAA<B(@;F]T+6YU;&P](G1R=64B('-I>F4]
    M(C$R."(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$55)!5$E/3B(@
    M='EP93TB=F%R8VAA<B(@<VEZ93TB."(O/@T*(" @(" @(" @(" @/&-O;'5M
    M;B!N86UE/2)*3T).3R(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB3$%35%]424U%(B!T>7!E/2)T:6UE
    M<W1A;7 B('-I>F4](C<B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M3$%414Y#62(@='EP93TB=F%R8VAA<B(@<VEZ93TB."(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2).15A47U1)344B('1Y<&4](G9A<F-H87(B('-I
    M>F4](C$R."(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)/240B('1Y
    M<&4](G9A<F)I;F%R>2(@;F]T+6YU;&P](G1R=64B('-I>F4](C$V(B\^#0H@
    M(" @(" @(" @(" \8V]L=6UN(&YA;64](E-405)47U1)344B('1Y<&4](G1I
    M;65S=&%M<"(@<VEZ93TB-R(O/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64]
    M(D%1)%]30TA%1%5,15-?0TA%0TLB('5N:7%U93TB=')U92(@8V]L=6UN/2)*
    M3T).3R(O/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64](D%1)%]30TA%1%5,
    M15-?4%))34%262(@=6YI<75E/2)T<G5E(CX-"B @(" @(" @(" @(" @(" \
    M;VX@8V]L=6UN/2)$15-424Y!5$E/3B(O/@T*(" @(" @(" @(" @(" @(#QO
    M;B!C;VQU;6X](D])1"(O/@T*(" @(" @(" @(" @/"]I;F1E>#X-"B @(" @
    M(" @/"]T86)L93X-"B @(" @(" @/'1A8FQE(&YA;64](D1%1B1?05%#04Q,
    M(CX-"B @(" @(" @(" @(#QP:R!N86UE/2)365-?0S P,3$Q.2(^#0H@(" @
    M(" @(" @(" @(" @/&]N(&-O;'5M;CTB14Y17U1)1"(O/@T*(" @(" @(" @
    M(" @(" @(#QO;B!C;VQU;6X](E-415!?3D\B+SX-"B @(" @(" @(" @(#PO
    M<&L^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D-(04E.7TY/(B!T>7!E
    M/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N
    M86UE/2)#3U)2240B('1Y<&4](G9A<F-H87(B('-I>F4](C$R."(O/@T*(" @
    M(" @(" @(" @/&-O;'5M;B!N86UE/2)#4T-.(B!T>7!E/2)D96-I;6%L(B!S
    M:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$14Q!62(@
    M='EP93TB=&EM97-T86UP(B!S:7IE/2(W(B\^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](D1%455%545?35-'240B('1Y<&4](G9A<F)I;F%R>2(@<VEZ
    M93TB,38B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB1$517U1)1"(@
    M='EP93TB=F%R8VAA<B(@<VEZ93TB,S B+SX-"B @(" @(" @(" @(#QC;VQU
    M;6X@;F%M93TB1$517U1)344B('1Y<&4](G1I;65S=&%M<"(@<VEZ93TB-R(O
    M/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$15%?54E$(B!T>7!E/2)D
    M96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE
    M/2)$4T-.(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2)%3E%?5$E$(B!T>7!E/2)V87)C:&%R(B!N;W0M
    M;G5L;#TB=')U92(@<VEZ93TB,S B+SX-"B @(" @(" @(" @(#QC;VQU;6X@
    M;F%M93TB14Y17U1)344B('1Y<&4](G1I;65S=&%M<"(@<VEZ93TB-R(O/@T*
    M(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)%3E%?54E$(B!T>7!E/2)D96-I
    M;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)%
    M6$-%4%1)3TY?45-#2$5-02(@='EP93TB=F%R8VAA<B(@<VEZ93TB,S B+SX-
    M"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB15A#15!424].7U%5155%(B!T
    M>7!E/2)V87)C:&%R(B!S:7IE/2(S,"(O/@T*(" @(" @(" @(" @/&-O;'5M
    M;B!N86UE/2)%6%!)4D%424].(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O
    M/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2),3T-!3%]/4D1%4E].3R(@
    M='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU
    M;6X@;F%M93TB35-'240B('1Y<&4](G9A<F)I;F%R>2(@<VEZ93TB,38B+SX-
    M"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB4%))3U))5%DB('1Y<&4](F1E
    M8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64]
    M(E%?3D%-12(@='EP93TB=F%R8VAA<B(@<VEZ93TB,S B+SX-"B @(" @(" @
    M(" @(#QC;VQU;6X@;F%M93TB4D5#25!)14Y47TM%62(@='EP93TB9&5C:6UA
    M;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB4D54
    M4EE?0T]53E0B('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @
    M(" @(" \8V]L=6UN(&YA;64](E-4051%(B!T>7!E/2)D96-I;6%L(B!S:7IE
    M/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)35$507TY/(B!T
    M>7!E/2)D96-I;6%L(B!N;W0M;G5L;#TB=')U92(@<VEZ93TB,C(B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB5$E-15]-04Y!1T527TE.1D\B('1Y
    M<&4](G1I;65S=&%M<"(@<VEZ93TB-R(O/@T*(" @(" @(" @(" @/&-O;'5M
    M;B!N86UE/2)54T527T1!5$$B('1Y<&4](F)L;V(B('-I>F4](C0P,# B+SX-
    M"B @(" @(" @(" @(#QI;F1E>"!N86UE/2)$148D7U1204Y/4D1%4B(^#0H@
    M(" @(" @(" @(" @(" @/&]N(&-O;'5M;CTB0U-#3B(O/@T*(" @(" @(" @
    M(" @(" @(#QO;B!C;VQU;6X](D5.45]4240B+SX-"B @(" @(" @(" @(#PO
    M:6YD97@^#0H@(" @(" @(" @(" \:6YD97@@;F%M93TB4UE37T,P,#$Q,3DB
    M('5N:7%U93TB=')U92(^#0H@(" @(" @(" @(" @(" @/&]N(&-O;'5M;CTB
    M14Y17U1)1"(O/@T*(" @(" @(" @(" @(" @(#QO;B!C;VQU;6X](E-415!?
    M3D\B+SX-"B @(" @(" @(" @(#PO:6YD97@^#0H@(" @(" @(#PO=&%B;&4^
    M#0H@(" @(" @(#QT86)L92!N86UE/2)$148D7T%115)23U(B/@T*(" @(" @
    M(" @(" @/'!K(&YA;64](E-94U]#,# Q,3(Q(CX-"B @(" @(" @(" @(" @
    M(" \;VX@8V]L=6UN/2)%3E%?5$E$(B\^#0H@(" @(" @(" @(" @(" @/&]N
    M(&-O;'5M;CTB4U1%4%].3R(O/@T*(" @(" @(" @(" @/"]P:SX-"B @(" @
    M(" @(" @(#QC;VQU;6X@;F%M93TB0TA!24Y?3D\B('1Y<&4](F1E8VEM86PB
    M('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D-/4E))
    M1"(@='EP93TB=F%R8VAA<B(@<VEZ93TB,3(X(B\^#0H@(" @(" @(" @(" \
    M8V]L=6UN(&YA;64](D-30TXB('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^
    M#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D1%3$%9(B!T>7!E/2)T:6UE
    M<W1A;7 B('-I>F4](C<B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M1$51545515]-4T=)1"(@='EP93TB=F%R8FEN87)Y(B!S:7IE/2(Q-B(O/@T*
    M(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$15%?5$E$(B!T>7!E/2)V87)C
    M:&%R(B!S:7IE/2(S,"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$
    M15%?5$E-12(@='EP93TB=&EM97-T86UP(B!S:7IE/2(W(B\^#0H@(" @(" @
    M(" @(" \8V]L=6UN(&YA;64](D1%45]5240B('1Y<&4](F1E8VEM86PB('-I
    M>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D130TXB('1Y
    M<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN
    M(&YA;64](D5.45]4240B('1Y<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E
    M(B!S:7IE/2(S,"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)%3E%?
    M5$E-12(@='EP93TB=&EM97-T86UP(B!S:7IE/2(W(B\^#0H@(" @(" @(" @
    M(" \8V]L=6UN(&YA;64](D5.45]5240B('1Y<&4](F1E8VEM86PB('-I>F4]
    M(C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D580T505$E/3E]1
    M4T-(14U!(B!T>7!E/2)V87)C:&%R(B!S:7IE/2(S,"(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2)%6$-%4%1)3TY?455%544B('1Y<&4](G9A<F-H
    M87(B('-I>F4](C,P(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D58
    M4$E2051)3TXB('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @
    M(" @(" \8V]L=6UN(&YA;64](DQ/0T%,7T]21$527TY/(B!T>7!E/2)D96-I
    M;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)-
    M4T=)1"(@='EP93TB=F%R8FEN87)Y(B!S:7IE/2(Q-B(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2)04DE/4DE462(@='EP93TB9&5C:6UA;"(@<VEZ
    M93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB45].04U%(B!T
    M>7!E/2)V87)C:&%R(B!S:7IE/2(S,"(O/@T*(" @(" @(" @(" @/&-O;'5M
    M;B!N86UE/2)214-)4$E%3E1?2T59(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R
    M,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)2151265]#3U5.5"(@
    M='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU
    M;6X@;F%M93TB4U1!5$4B('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@
    M(" @(" @(" @(" \8V]L=6UN(&YA;64](E-415!?3D\B('1Y<&4](F1E8VEM
    M86PB(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @
    M/&-O;'5M;B!N86UE/2)424U%7TU!3D%'15)?24Y&3R(@='EP93TB=&EM97-T
    M86UP(B!S:7IE/2(W(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E53
    M15)?1$%402(@='EP93TB8FQO8B(@<VEZ93TB-# P,"(O/@T*(" @(" @(" @
    M(" @/&EN9&5X(&YA;64](E-94U]#,# Q,3(Q(B!U;FEQ=64](G1R=64B/@T*
    M(" @(" @(" @(" @(" @(#QO;B!C;VQU;6X](D5.45]4240B+SX-"B @(" @
    M(" @(" @(" @(" \;VX@8V]L=6UN/2)35$507TY/(B\^#0H@(" @(" @(" @
    M(" \+VEN9&5X/@T*(" @(" @(" \+W1A8FQE/@T*(" @(" @(" \=&%B;&4@
    M;F%M93TB1$5&)%]#04Q,1$535"(^#0H@(" @(" @(" @(" \<&L@;F%M93TB
    M1$5&)%]#04Q,1$535%]04DE-05)9(CX-"B @(" @(" @(" @(" @(" \;VX@
    M8V]L=6UN/2)$0DQ)3DLB+SX-"B @(" @(" @(" @(" @(" \;VX@8V]L=6UN
    M/2)%3E%?5$E$(B\^#0H@(" @(" @(" @(" @(" @/&]N(&-O;'5M;CTB4U1%
    M4%].3R(O/@T*(" @(" @(" @(" @/"]P:SX-"B @(" @(" @(" @(#QC;VQU
    M;6X@;F%M93TB0T%40TA54"(@='EP93TB=F%R8FEN87)Y(B!D969A=6QT/2(G
    M,# G(B!S:7IE/2(Q-B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$
    M0DQ)3DLB('1Y<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(Q
    M,C@B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB14Y17U1)1"(@='EP
    M93TB=F%R8VAA<B(@;F]T+6YU;&P](G1R=64B('-I>F4](C(R(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](E!!0TM!1T5?3D%-12(@='EP93TB=F%R
    M8VAA<B(@<VEZ93TB,S B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M4T-(14U!7TY!344B('1Y<&4](G9A<F-H87(B('-I>F4](C,P(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](E-415!?3D\B('1Y<&4](F1E8VEM86PB
    M(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&9K
    M(&YA;64](D1%1B1?0T%,3%]$15-424Y!5$E/3B(@9&5L971E+6%C=&EO;CTB
    M97AC97!T:6]N(B!T;RUT86)L93TB4UE35$5-+D1%1B1?1$535$E.051)3TXB
    M/@T*(" @(" @(" @(" @(" @(#QJ;VEN(&-O;'5M;CTB0T%40TA54"(@=&\M
    M8V]L=6UN/2)#051#2%50(B\^#0H@(" @(" @(" @(" @(" @/&IO:6X@8V]L
    M=6UN/2)$0DQ)3DLB('1O+6-O;'5M;CTB1$),24Y+(B\^#0H@(" @(" @(" @
    M(" \+V9K/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64](D1%1B1?0T%,3$1%
    M4U1?3C(B/@T*(" @(" @(" @(" @(" @(#QO;B!C;VQU;6X](D-!5$-(55 B
    M+SX-"B @(" @(" @(" @(" @(" \;VX@8V]L=6UN/2)$0DQ)3DLB+SX-"B @
    M(" @(" @(" @(#PO:6YD97@^#0H@(" @(" @(" @(" \:6YD97@@;F%M93TB
    M1$5&)%]#04Q,1$535%]04DE-05)9(B!U;FEQ=64](G1R=64B/@T*(" @(" @
    M(" @(" @(" @(#QO;B!C;VQU;6X](D1"3$E.2R(O/@T*(" @(" @(" @(" @
    M(" @(#QO;B!C;VQU;6X](D5.45]4240B+SX-"B @(" @(" @(" @(" @(" \
    M;VX@8V]L=6UN/2)35$507TY/(B\^#0H@(" @(" @(" @(" \+VEN9&5X/@T*
    M(" @(" @(" \+W1A8FQE/@T*(" @(" @(" \=&%B;&4@;F%M93TB1$5&)%]$
    M149!54Q41$535"(^#0H@(" @(" @(" @(" \<&L@;F%M93TB1$5&)%]$149!
    M54Q41$535%]04DE-05)9(B!C;VQU;6X](D1"3$E.2R(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2)$0DQ)3DLB('1Y<&4](G9A<F-H87(B(&YO="UN
    M=6QL/2)T<G5E(B!S:7IE/2(Q,C@B+SX-"B @(" @(" @(" @(#QI;F1E>"!N
    M86UE/2)$148D7T1%1D%53%1$15-47U!224U!4EDB('5N:7%U93TB=')U92(@
    M8V]L=6UN/2)$0DQ)3DLB+SX-"B @(" @(" @/"]T86)L93X-"B @(" @(" @
    M/'1A8FQE(&YA;64](D1%1B1?1$535$E.051)3TXB/@T*(" @(" @(" @(" @
    M/'!K(&YA;64](D1%1B1?1$535$E.051)3TY?4%))34%262(^#0H@(" @(" @
    M(" @(" @(" @/&]N(&-O;'5M;CTB0T%40TA54"(O/@T*(" @(" @(" @(" @
    M(" @(#QO;B!C;VQU;6X](D1"3$E.2R(O/@T*(" @(" @(" @(" @/"]P:SX-
    M"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB04Q415).051%(B!T>7!E/2)C
    M:&%R(B!D969A=6QT/2(G1B<B('-I>F4](C$B+SX-"B @(" @(" @(" @(#QC
    M;VQU;6X@;F%M93TB05!03%E?24Y)5"(@='EP93TB=F%R8VAA<B(@<VEZ93TB
    M-# P,"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)#051#2%50(B!T
    M>7!E/2)V87)B:6YA<GDB(&YO="UN=6QL/2)T<G5E(B!D969A=6QT/2(G,# G
    M(B!S:7IE/2(Q-B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)$0DQ)
    M3DLB('1Y<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(Q,C@B
    M+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB1$E304),140B('1Y<&4]
    M(F-H87(B('-I>F4](C$B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M1DQ!1R(@='EP93TB=F%R8FEN87)Y(B!D969A=6QT/2(G,# P,# P,# G(B!S
    M:7IE/2(T(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D923TU?0T]-
    M355.24-!5$E/3E]325I%(B!T>7!E/2)D96-I;6%L(B!D969A=6QT/2(P(B!S
    M:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)*3T(B('1Y
    M<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN
    M(&YA;64](DQ!4U1?1$5,259%4D5$(B!T>7!E/2)D96-I;6%L(B!N;W0M;G5L
    M;#TB=')U92(@9&5F875L=#TB," B('-I>F4](C(R(B\^#0H@(" @(" @(" @
    M(" \8V]L=6UN(&YA;64](DQ!4U1?14Y17U1)1"(@='EP93TB=F%R8VAA<B(@
    M<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3$%35%]%
    M4E)/4E]-15-304=%(B!T>7!E/2)V87)C:&%R(B!S:7IE/2(R,# P(B\^#0H@
    M(" @(" @(" @(" \8V]L=6UN(&YA;64](DQ!4U1?15)23U)?3E5-0D52(B!T
    M>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M
    M;B!N86UE/2),05-47U-%42(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-
    M"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3$%35%]46$Y?0T]53E0B('1Y
    M<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN
    M(&YA;64](E-005)%,2(@='EP93TB9&5C:6UA;"(@9&5F875L=#TB,"(@<VEZ
    M93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB4U!!4D4R(B!T
    M>7!E/2)D96-I;6%L(B!D969A=6QT/2(P(B!S:7IE/2(R,B(O/@T*(" @(" @
    M(" @(" @/&-O;'5M;B!N86UE/2)34$%213,B('1Y<&4](F1E8VEM86PB(&1E
    M9F%U;'0](C B('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA
    M;64](E-005)%-"(@='EP93TB9&5C:6UA;"(@9&5F875L=#TB,"(@<VEZ93TB
    M,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB5$]404Q?4%)/4%]4
    M24U%7TQ!5$5.0UDB('1Y<&4](F1E8VEM86PB(&1E9F%U;'0](C B('-I>F4]
    M(C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E1/5$%,7U!23U!?
    M5$E-15]42%)/54=(4%54(B!T>7!E/2)D96-I;6%L(B!D969A=6QT/2(P(B!S
    M:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)43U1!3%]4
    M6$Y?0T]53E0B('1Y<&4](F1E8VEM86PB(&1E9F%U;'0](C B('-I>F4](C(R
    M(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E1/7T-/34U53DE#051)
    M3TY?4TE:12(@='EP93TB9&5C:6UA;"(@9&5F875L=#TB,"(@<VEZ93TB,C(B
    M+SX-"B @(" @(" @(" @(#QI;F1E>"!N86UE/2)$148D7T1%4U1)3D%424].
    M7U!224U!4EDB('5N:7%U93TB=')U92(^#0H@(" @(" @(" @(" @(" @/&]N
    M(&-O;'5M;CTB0T%40TA54"(O/@T*(" @(" @(" @(" @(" @(#QO;B!C;VQU
    M;6X](D1"3$E.2R(O/@T*(" @(" @(" @(" @/"]I;F1E>#X-"B @(" @(" @
    M/"]T86)L93X-"B @(" @(" @/'1A8FQE(&YA;64](D1%1B1?15)23U(B/@T*
    M(" @(" @(" @(" @/'!K(&YA;64](D1%1B1?15)23U)?4%))34%262(@8V]L
    M=6UN/2)%3E%?5$E$(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D1%
    M4U1)3D%424].(B!T>7!E/2)V87)C:&%R(B!S:7IE/2(Q,C@B+SX-"B @(" @
    M(" @(" @(#QC;VQU;6X@;F%M93TB14Y17U1)1"(@='EP93TB=F%R8VAA<B(@
    M;F]T+6YU;&P](G1R=64B('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](D5.45]424U%(B!T>7!E/2)T:6UE<W1A;7 B('-I>F4](C<B
    M+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB15)23U)?35-'(B!T>7!E
    M/2)V87)C:&%R(B!S:7IE/2(R,# P(B\^#0H@(" @(" @(" @(" \8V]L=6UN
    M(&YA;64](D524D]27TY534)%4B(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B
    M+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3U))1TE.7T5.45]4240B
    M('1Y<&4](G9A<F-H87(B('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](D]224=)3E]44D%.7T1"(B!T>7!E/2)V87)C:&%R(B!S:7IE
    M/2(Q,C@B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB4D5#14E615(B
    M('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](E-415!?3D\B('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^
    M#0H@(" @(" @(" @(" \:6YD97@@;F%M93TB1$5&)%]%4E)/4E]04DE-05)9
    M(B!U;FEQ=64](G1R=64B(&-O;'5M;CTB14Y17U1)1"(O/@T*(" @(" @(" \
    M+W1A8FQE/@T*(" @(" @(" \=&%B;&4@;F%M93TB1$5&)%],3T(B/@T*(" @
    M(" @(" @(" @/'!K(&YA;64](D1%1B1?3$]"7U!224U!4EDB(&-O;'5M;CTB
    M240B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB0DQ/0E]#3TPB('1Y
    M<&4](F)L;V(B('-I>F4](C0P,# B+SX-"B @(" @(" @(" @(#QC;VQU;6X@
    M;F%M93TB0TQ/0E]#3TPB('1Y<&4](F-L;V(B('-I>F4](C0P,# B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB14Y17U1)1"(@='EP93TB=F%R8VAA
    M<B(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB240B
    M('1Y<&4](G9A<F)I;F%R>2(@;F]T+6YU;&P](G1R=64B('-I>F4](C$V(B\^
    M#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](DY#3$]"7T-/3"(@='EP93TB
    M;W1H97(B('-I>F4](C0P,# B+SX-"B @(" @(" @(" @(#QI;F1E>"!N86UE
    M/2)$148D7TQ/0E].,2(@8V]L=6UN/2)%3E%?5$E$(B\^#0H@(" @(" @(" @
    M(" \:6YD97@@;F%M93TB1$5&)%],3T)?4%))34%262(@=6YI<75E/2)T<G5E
    M(B!C;VQU;6X](DE$(B\^#0H@(" @(" @(#PO=&%B;&4^#0H@(" @(" @(#QT
    M86)L92!N86UE/2)$148D7T]224=)3B(^#0H@(" @(" @(" @(" \8V]L=6UN
    M(&YA;64](D-!5$-(55 B('1Y<&4](G9A<F)I;F%R>2(@9&5F875L=#TB)S P
    M)R(@<VEZ93TB,38B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB0U-#
    M3B(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC
    M;VQU;6X@;F%M93TB14Y17U1)1"(@='EP93TB=F%R8VAA<B(@<VEZ93TB,C(B
    M+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB24Y54U(B('1Y<&4](F1E
    M8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64]
    M(D]224=)3E]$0B(@='EP93TB=F%R8VAA<B(@<VEZ93TB,3(X(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](D]224=)3E]$0DQ)3DLB('1Y<&4](G9A
    M<F-H87(B('-I>F4](C$R."(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE
    M/2)214-/7U-%45].3R(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @
    M(" @(" @/"]T86)L93X-"B @(" @(" @/'1A8FQE(&YA;64](D1%1B1?4%)/
    M4$%'051/4B(^#0H@(" @(" @(" @(" \<&L@;F%M93TB1$5&)%]04D]004=!
    M5$]27U!224U!4EDB(&-O;'5M;CTB55-%4DE$(B\^#0H@(" @(" @(" @(" \
    M8V]L=6UN(&YA;64](D-214%4140B('1Y<&4](G1I;65S=&%M<"(@;F]T+6YU
    M;&P](G1R=64B(&1E9F%U;'0](E-94T1!5$4@(B!S:7IE/2(W(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](E5315))1"(@='EP93TB9&5C:6UA;"(@
    M;F]T+6YU;&P](G1R=64B('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](E5315).04U%(B!T>7!E/2)V87)C:&%R(B!N;W0M;G5L;#TB
    M=')U92(@<VEZ93TB,S B+SX-"B @(" @(" @(" @(#QI;F1E>"!N86UE/2)$
    M148D7U!23U!!1T%43U)?4%))34%262(@=6YI<75E/2)T<G5E(B!C;VQU;6X]
    M(E5315))1"(O/@T*(" @(" @(" \+W1A8FQE/@T*(" @(" @(" \=&%B;&4@
    M;F%M93TB1$5&)%]055-(141?5%)!3E-!0U1)3TY3(CX-"B @(" @(" @(" @
    M(#QP:R!N86UE/2)$148D7U!54TA%1%]44D%.7U!224U!4EDB(&-O;'5M;CTB
    M4T]54D-%7U-)5$5?240B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M1$E304),140B('1Y<&4](G9A<F-H87(B(&1E9F%U;'0](B=&)R(@<VEZ93TB
    M,2(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2),05-47U1204Y?240B
    M('1Y<&4](F1E8VEM86PB(&1E9F%U;'0](C B('-I>F4](C(R(B\^#0H@(" @
    M(" @(" @(" \8V]L=6UN(&YA;64](E-/55)#15]3251%(B!T>7!E/2)V87)C
    M:&%R(B!S:7IE/2(Q,C@B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M4T]54D-%7U-)5$5?240B('1Y<&4](F1E8VEM86PB(&YO="UN=6QL/2)T<G5E
    M(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64](D1%1B1?
    M4%532$5$7U1204Y?4%))34%262(@=6YI<75E/2)T<G5E(B!C;VQU;6X](E-/
    M55)#15]3251%7TE$(B\^#0H@(" @(" @(#PO=&%B;&4^#0H@(" @(" @(#QT
    M86)L92!N86UE/2)$148D7U1%35 D3$]"(CX-"B @(" @(" @(" @(#QC;VQU
    M;6X@;F%M93TB5$5-4"1"3$]"(B!T>7!E/2)B;&]B(B!S:7IE/2(T,# P(B\^
    M#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E1%35 D0TQ/0B(@='EP93TB
    M8VQO8B(@<VEZ93TB-# P,"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE
    M/2)414U0)$Y#3$]"(B!T>7!E/2)O=&AE<B(@<VEZ93TB-# P,"(O/@T*(" @
    M(" @(" \+W1A8FQE/@T*(" @(" @(" \=&%B;&4@;F%M93TB1$5005)4345.
    M5"(^#0H@(" @(" @(" @(" \<&L@;F%M93TB4%]$15!!4E1-14Y4(B!C;VQU
    M;6X](DI$3TE$(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](DI$3T-,
    M05-3(B!T>7!E/2)V87)C:&%R(B!S:7IE/2(R-34B+SX-"B @(" @(" @(" @
    M(#QC;VQU;6X@;F%M93TB2D1/240B('1Y<&4](F1E8VEM86PB(&YO="UN=6QL
    M/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE
    M/2)*1$]615)324].(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @
    M(" @(" @(" @/&-O;'5M;B!N86UE/2).04U%,"(@='EP93TB=F%R8VAA<B(@
    M<VEZ93TB,C4U(B\^#0H@(" @(" @(" @(" \:6YD97@@;F%M93TB25]$4%)4
    M34Y47TI$3T-,05-3(B!C;VQU;6X](DI$3T-,05-3(B\^#0H@(" @(" @(" @
    M(" \:6YD97@@;F%M93TB4%]$15!!4E1-14Y4(B!U;FEQ=64](G1R=64B(&-O
    M;'5M;CTB2D1/240B+SX-"B @(" @(" @/"]T86)L93X-"B @(" @(" @/'1A
    M8FQE(&YA;64](D1%4$%27T5-4$Q/645%4R(^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](D5-4$Q/645%4U]*1$])1"(@='EP93TB9&5C:6UA;"(@<VEZ
    M93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB14U03$]91453
    M7T]21$52(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2)*1$])1"(@='EP93TB9&5C:6UA;"(@<VEZ93TB
    M,C(B+SX-"B @(" @(" @(" @(#QI;F1E>"!N86UE/2))7T104E],65-?14U0
    M3$]91453(B!C;VQU;6X](DI$3TE$(B\^#0H@(" @(" @(" @(" \:6YD97@@
    M;F%M93TB25]$4%)?3%E37T5-4$Q/645%4S$B(&-O;'5M;CTB14U03$]91453
    M7TI$3TE$(B\^#0H@(" @(" @(#PO=&%B;&4^#0H@(" @(" @(#QT86)L92!N
    M86UE/2)%35!,3UE%12(^#0H@(" @(" @(" @(" \<&L@;F%M93TB4%]%35!,
    M3UE%12(@8V]L=6UN/2)*1$])1"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N
    M86UE/2)*1$]#3$%34R(@='EP93TB=F%R8VAA<B(@<VEZ93TB,C4U(B\^#0H@
    M(" @(" @(" @(" \8V]L=6UN(&YA;64](DI$3TE$(B!T>7!E/2)D96-I;6%L
    M(B!N;W0M;G5L;#TB=')U92(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC
    M;VQU;6X@;F%M93TB2D1/5D524TE/3B(@='EP93TB9&5C:6UA;"(@<VEZ93TB
    M,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3D%-13 B('1Y<&4]
    M(G9A<F-H87(B('-I>F4](C(U-2(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N
    M86UE/2).54U"15)?2D1/240B('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^
    M#0H@(" @(" @(" @(" \:6YD97@@;F%M93TB25]-4$Q/645%7TI$3T-,05-3
    M(B!C;VQU;6X](DI$3T-,05-3(B\^#0H@(" @(" @(" @(" \:6YD97@@;F%M
    M93TB25]-4$Q/645%7TY534)%4B(@8V]L=6UN/2).54U"15)?2D1/240B+SX-
    M"B @(" @(" @(" @(#QI;F1E>"!N86UE/2)07T5-4$Q/645%(B!U;FEQ=64]
    M(G1R=64B(&-O;'5M;CTB2D1/240B+SX-"B @(" @(" @/"]T86)L93X-"B @
    M(" @(" @/'1A8FQE(&YA;64](DA%3% B/@T*(" @(" @(" @(" @/'!K(&YA
    M;64](DA%3%!?5$]024-?4T51(CX-"B @(" @(" @(" @(" @(" \;VX@8V]L
    M=6UN/2)315$B+SX-"B @(" @(" @(" @(" @(" \;VX@8V]L=6UN/2)43U!)
    M0R(O/@T*(" @(" @(" @(" @/"]P:SX-"B @(" @(" @(" @(#QC;VQU;6X@
    M;F%M93TB24Y&3R(@='EP93TB=F%R8VAA<B(@<VEZ93TB.# B+SX-"B @(" @
    M(" @(" @(#QC;VQU;6X@;F%M93TB4T51(B!T>7!E/2)D96-I;6%L(B!N;W0M
    M;G5L;#TB=')U92(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@
    M;F%M93TB5$]024,B('1Y<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S
    M:7IE/2(U,"(O/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64](DA%3%!?5$]0
    M24-?4T51(B!U;FEQ=64](G1R=64B/@T*(" @(" @(" @(" @(" @(#QO;B!C
    M;VQU;6X](E-%42(O/@T*(" @(" @(" @(" @(" @(#QO;B!C;VQU;6X](E1/
    M4$E#(B\^#0H@(" @(" @(" @(" \+VEN9&5X/@T*(" @(" @(" \+W1A8FQE
    M/@T*(" @(" @(" \=&%B;&4@;F%M93TB3$]'34Y20U]$0DY!345?54E$7TU!
    M4"(^#0H@(" @(" @(" @(" \<&L@;F%M93TB3$]'34Y20U]$0DY!345?54E$
    M7TU!4%]02R(@8V]L=6UN/2)'3$]"04Q?3D%-12(O/@T*(" @(" @(" @(" @
    M/&-O;'5M;B!N86UE/2)&3$%'4R(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B
    M+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB1TQ/0D%,7TY!344B('1Y
    M<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(Q,C@B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB3$]'34Y27U5)1"(@='EP93TB9&5C
    M:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QI;F1E>"!N86UE/2),
    M3T=-3E)#7T1"3D%-15]5241?34%07U!+(B!U;FEQ=64](G1R=64B(&-O;'5M
    M;CTB1TQ/0D%,7TY!344B+SX-"B @(" @(" @/"]T86)L93X-"B @(" @(" @
    M/'1A8FQE(&YA;64](DQ/1TU.4D-?1U-)22(^#0H@(" @(" @(" @(" \<&L@
    M;F%M93TB3$]'34Y20U]'4TE)7U!+(CX-"B @(" @(" @(" @(" @(" \;VX@
    M8V]L=6UN/2),3T=-3E)?54E$(B\^#0H@(" @(" @(" @(" @(" @/&]N(&-O
    M;'5M;CTB3T)*(R(O/@T*(" @(" @(" @(" @/"]P:SX-"B @(" @(" @(" @
    M(#QC;VQU;6X@;F%M93TB0D\C(B!T>7!E/2)D96-I;6%L(B!N;W0M;G5L;#TB
    M=')U92(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M1%)/4%]30TXB('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@(" @(" @
    M(" @(" \8V]L=6UN(&YA;64](DE.1%194$4C(B!T>7!E/2)D96-I;6%L(B!N
    M;W0M;G5L;#TB=')U92(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU
    M;6X@;F%M93TB3$]'34Y27U-005)%,2(@='EP93TB9&5C:6UA;"(@<VEZ93TB
    M,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3$]'34Y27U-005)%
    M,B(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC
    M;VQU;6X@;F%M93TB3$]'34Y27U-005)%,R(@='EP93TB=F%R8VAA<B(@<VEZ
    M93TB,3 P,"(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2),3T=-3E)?
    M4U!!4D4T(B!T>7!E/2)T:6UE<W1A;7 B('-I>F4](C<B+SX-"B @(" @(" @
    M(" @(#QC;VQU;6X@;F%M93TB3$]'34Y27U5)1"(@='EP93TB9&5C:6UA;"(@
    M;F]T+6YU;&P](G1R=64B('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L
    M=6UN(&YA;64](D]"2B,B('1Y<&4](F1E8VEM86PB(&YO="UN=6QL/2)T<G5E
    M(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&EN9&5X(&YA;64](DQ/1TU.
    M4D-?1U-)25]02R(@=6YI<75E/2)T<G5E(CX-"B @(" @(" @(" @(" @(" \
    M;VX@8V]L=6UN/2),3T=-3E)?54E$(B\^#0H@(" @(" @(" @(" @(" @/&]N
    M(&-O;'5M;CTB3T)*(R(O/@T*(" @(" @(" @(" @/"]I;F1E>#X-"B @(" @
    M(" @/"]T86)L93X-"B @(" @(" @/'1A8FQE(&YA;64](DQ/1TU.4D-?1U1#
    M4R(^#0H@(" @(" @(" @(" \<&L@;F%M93TB3$]'34Y20U]'5$-37U!+(CX-
    M"B @(" @(" @(" @(" @(" \;VX@8V]L=6UN/2),3T=-3E)?54E$(B\^#0H@
    M(" @(" @(" @(" @(" @/&]N(&-O;'5M;CTB3T)*(R(O/@T*(" @(" @(" @
    M(" @(" @(#QO;B!C;VQU;6X](D]"2E8C(B\^#0H@(" @(" @(" @(" @(" @
    M/&]N(&-O;'5M;CTB4T5'0T],(R(O/@T*(" @(" @(" @(" @/"]P:SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB04143U)$15(B('1Y<&4](F1E8VEM
    M86PB('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D-(
    M05)3151&3U)-(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @
    M(" @(" @/&-O;'5M;B!N86UE/2)#2$%24T54240B('1Y<&4](F1E8VEM86PB
    M('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](D-/3$Y!
    M344B('1Y<&4](G9A<F-H87(B(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(S,"(O
    M/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)&44-/3$Y!344B('1Y<&4]
    M(G9A<F-H87(B('-I>F4](C0P,# B+SX-"B @(" @(" @(" @(#QC;VQU;6X@
    M;F%M93TB24Y40T],(R(@='EP93TB9&5C:6UA;"(@;F]T+6YU;&P](G1R=64B
    M('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](DE.5$52
    M5D%,7TQ%041)3D=?4%)%0TE324].(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R
    M,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2))3E1%4E9!3%]44D%)
    M3$E.1U]04D5#25-)3TXB('1Y<&4](F1E8VEM86PB('-I>F4](C(R(B\^#0H@
    M(" @(" @(" @(" \8V]L=6UN(&YA;64](DQ%3D=42"(@='EP93TB9&5C:6UA
    M;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB3$]'
    M34Y27U-005)%,2(@='EP93TB9&5C:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @
    M(" @(" @(#QC;VQU;6X@;F%M93TB3$]'34Y27U-005)%,B(@='EP93TB9&5C
    M:6UA;"(@<VEZ93TB,C(B+SX-"B @(" @(" @(" @(#QC;VQU;6X@;F%M93TB
    M3$]'34Y27U-005)%,R(@='EP93TB=F%R8VAA<B(@<VEZ93TB,3 P,"(O/@T*
    M(" @(" @(" @(" @/&-O;'5M;B!N86UE/2),3T=-3E)?4U!!4D4T(B!T>7!E
    M/2)T:6UE<W1A;7 B('-I>F4](C<B+SX-"B @(" @(" @(" @(#QC;VQU;6X@
    M;F%M93TB3$]'34Y27U5)1"(@='EP93TB9&5C:6UA;"(@;F]T+6YU;&P](G1R
    M=64B('-I>F4](C(R(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](DY5
    M34%45%)3(B!T>7!E/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T*(" @(" @(" @
    M(" @/&-O;'5M;B!N86UE/2).54U)3E1#3TQ3(B!T>7!E/2)D96-I;6%L(B!S
    M:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O;'5M;B!N86UE/2)/0DHC(B!T
    M>7!E/2)D96-I;6%L(B!N;W0M;G5L;#TB=')U92(@<VEZ93TB,C(B+SX-"B @
    M(" @(" @(" @(#QC;VQU;6X@;F%M93TB3T)*5B,B('1Y<&4](F1E8VEM86PB
    M(&YO="UN=6QL/2)T<G5E(B!S:7IE/2(R,B(O/@T*(" @(" @(" @(" @/&-O
    M;'5M;B!N86UE/2)04D5#25-)3TXB('1Y<&4](F1E8VEM86PB('-I>F4](C(R
    M(B\^#0H@(" @(" @(" @(" \8V]L=6UN(&YA;64](E!23U!%4E19(B!T>7!E
    M/2)D96-I;6%L(B!S:7IE/2(R,B(O/@T

  • Problem: Mac won't boot up after upgrade to 10.5.4

    Upgraded MacBook Air (SSD model) to 10.5.4 last night. Got a couple of boots where MBA showed a grey panel in the centre of the screen (in 4 languages) saying that I needed to restart my computer. On the third try got the white Apple startup, then a plain light blue screen. I know from previous upgrades that can sit for a while, so I left it overnight. In the morning, still blue. Power off, power on, grey panel telling me to restart again. Seems to be in a cycle of twice with a grey box, then the blue screen. Any ideas?
    Everything is backed up, so if I get it sort-of working, I can restore to my last good 10.5.3 and take it from there.

    Hi,
    it happened to me too.
    I've G4 mini with 1Gb RAM: with 10.5.3 everything was working fine.
    Once upgraded to 10.5.4 and reboot, the Mac just won't start: blue screen with mouse cursor but nothing more.
    Additionally, the mac becomes extremely noisy as for some process taking out all the CPU.
    It's the second time I got a system failure after upgrading Leopard: this starts to be annoying.
    M.

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • Performance problem for mass transactions after upgrade from 4.7 to ECC6.0

    Hi All,
    After upgrade from 4.7 to ECC 6.0 (IS-U), mass transactions such as FPY1, FPVA, FP04M are taking very long time to complete. for example, before upgrade the jobs sceduled for FPVA transaction take around 5k-6k seconds. Whereas after upgrade the jobs for FPVA with the same variant takes around 9k-10k seconds. I am unable to figure out the cause for exponential increase in the duration of several mass-jobs (after the upgrade). Are there any SAP notes or do we need to do any customizing setting to solve this problem? Does anyone face this kind of problem?
    Thanks in advance
    Taj

    Hi,
    This is normal after upgrade to 6.0, I have faced the same in all upgrades I've done and some others that I have involved also. If you did not requests and going live upgrade check I strongly recomend to schedule an Early Watch Check to minimize the impact. Times won´t be the same but can be very close if the system is tuned well. We have tuned systems that now run with good performance after this services.

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • 10.6.8 System very slow after upgrade

    After upgrade from 10.6.7 using combo update to 10.6.8 the system is running ridiculously slow almost unusable. I am running this from an external drive so not sure if resetting the PRAM which I have done would help. This is on a 2008 iMac. Just running Yasu to see if that helps.

    I don't know Yazu, but suggest that you see:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance,
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, 
    Five Mac maintenance myths, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • ERROR upload: Error in uploadXMLFiles after upgrading from 10.2.0.4

    After upgrading from 10.2.0.1 to 10.2.0.4 on a newly installed Oracle server, I could not use dbconsole any more. It would not display the login page at http://myserver:1158/em. I tried different browser IE, FireFox, and Chrome. It is the same. Then I checked the %ORACLE_HOME/{server_sid}/sysman/log/emagent.trc and found this errors in it:
    2010-02-04 14:11:45 Thread-2552 WARN command: Job Subsystem Timeout set at 600 seconds
    2010-02-04 14:11:45 Thread-2552 WARN upload: Upload manager has no Failure script: disabled
    2010-02-04 14:11:45 Thread-2552 WARN upload: Recovering left over xml files in upload directory
    2010-02-04 14:11:45 Thread-2552 WARN upload: Recovered 0 left over xml files in upload directory
    2010-02-04 14:11:45 Thread-2552 WARN metadata: Metric collectSnapshot does not have any data columns
    2010-02-04 14:11:46 Thread-2552 WARN metadata: Metric Disk_Path does not have any data columns
    2010-02-04 14:11:46 Thread-2552 WARN metadata: Metric osm_diskGroupPolicies does not have any data columns
    2010-02-04 14:11:50 Thread-352 ERROR upload: Error in uploadXMLFiles. Trying again in 60.00 seconds.
    I tried emctl secure, upload, start and stop many times. It is still the same. It is a new server and a new database. Any idea?
    TIA!

    I did not change password. It is not password issue.
    According to Oracle support,
    1) the error "2010-02-04 14:11:50 Thread-352 ERROR upload: Error in uploadXMLFiles. Trying again in 60.00 seconds" can be ignored.
    2) The error: 2010-02-05 02:52:19 Thread-3864 ERROR util.files: nmeufile_remove D:/oracle/product/10.2.0/db_1/orsvp04.OCTAGONRESEARCH.COM_vp/sysman/recv\00000000365.lk: Error in lfidlb. Error = 0 (No error)
    could be because I used "emctl start agent" , which are not allowed command for DBconsole. The correct one is "emctl start dbconsole"
    Thanks for your input!

  • Mail server doesn't work after upgrading from SL to ML

    My Mail server doesn't work after upgrading from SL to ML
    Mail client connects with the Mail Server wich seems to run but then they can't receive any email...
    the problem seems to be related with dovecot ... in my smtp log i get this:
    relay=dovecot, delay=324, delays=324/0.02/0/0.01, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/libexec/dovecot/deliver: Permission denied
    I have to say that in the usr/libexec there wasn't the dovecot directory so I just tried to create one but with no luck
    Any Ideas?
    Cheers
    Carlo
    This is my postconf -n info:
    server:Data admin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /Library/Server/Mail/Config/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    data_directory = /Library/Server/Mail/Data/mta
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    enable_server_options = yes
    header_checks = pcre:/etc/postfix/custom_header_checks
    html_directory = /usr/share/doc/postfix/html
    imap_submit_cred_file = /Library/Server/Mail/Config/postfix/submit.cred
    inet_interfaces = all
    inet_protocols = ipv4
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailbox_transport =
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    maps_rbl_domains =
    message_size_limit = 20971520
    mydestination = $myhostname, localhost.$mydomain, localhost
    mydomain = moremoremore.it
    mydomain_fallback = localhost
    myhostname = server.moremoremore.it
    mynetworks = 127.0.0.0/8,192.168.178.0/24
    newaliases_path = /usr/bin/newaliases
    queue_directory = /Library/Server/Mail/Data/spool
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost = mail.mclink.it
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtp_sasl_auth_enable = no
    smtp_sasl_password_maps =
    smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_rbl_client zen.spamhaus.org permit
    smtpd_enforce_tls = no
    smtpd_helo_required = yes
    smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    smtpd_pw_server_security_options = cram-md5,gssapi
    smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_policy_service unix:private/policy permit
    smtpd_sasl_auth_enable = yes
    smtpd_tls_CAfile = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.chain.pem
    smtpd_tls_cert_file = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.cert.pem
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    smtpd_tls_key_file = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.key.pem
    smtpd_use_pw_server = yes
    smtpd_use_tls = yes
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    virtual_alias_maps =
    server:Data admin$

    if this could help:
    mail:setStateVersion = 1
    mail:readWriteSettingsVersion = 1
    mail:connectionCount = 11
    mail:servicePortsRestrictionInfo = _empty_array
    mail:protocolsArray:_array_index:0:status = "ON"
    mail:protocolsArray:_array_index:0:kind = "INCOMING"
    mail:protocolsArray:_array_index:0:protocol = "IMAP"
    mail:protocolsArray:_array_index:0:state = "RUNNING"
    mail:protocolsArray:_array_index:0:error = ""
    mail:protocolsArray:_array_index:1:status = "ON"
    mail:protocolsArray:_array_index:1:kind = "INCOMING"
    mail:protocolsArray:_array_index:1:protocol = "POP3"
    mail:protocolsArray:_array_index:1:state = "RUNNING"
    mail:protocolsArray:_array_index:1:error = ""
    mail:protocolsArray:_array_index:2:status = "ON"
    mail:protocolsArray:_array_index:2:kind = "INCOMING"
    mail:protocolsArray:_array_index:2:protocol = "SMTP"
    mail:protocolsArray:_array_index:2:state = "RUNNING"
    mail:protocolsArray:_array_index:2:error = ""
    mail:protocolsArray:_array_index:3:status = "ON"
    mail:protocolsArray:_array_index:3:kind = "OUTGOING"
    mail:protocolsArray:_array_index:3:protocol = "SMTP"
    mail:protocolsArray:_array_index:3:state = "RUNNING"
    mail:protocolsArray:_array_index:3:error = ""
    mail:protocolsArray:_array_index:4:status = "OFF"
    mail:protocolsArray:_array_index:4:kind = "INCOMING"
    mail:protocolsArray:_array_index:4:protocol = "Junk_mail_filter"
    mail:protocolsArray:_array_index:4:state = "STOPPED"
    mail:protocolsArray:_array_index:4:error = ""
    mail:protocolsArray:_array_index:5:status = "OFF"
    mail:protocolsArray:_array_index:5:kind = "INCOMING"
    mail:protocolsArray:_array_index:5:protocol = "Virus_scanner"
    mail:protocolsArray:_array_index:5:state = "STOPPED"
    mail:protocolsArray:_array_index:5:error = ""
    mail:startedTime = "2013-01-21 21:18:32 +0000"
    mail:logPaths:IMAP Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:Server Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:POP Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:SMTP Log = "/var/log/mail.log"
    mail:logPaths:Migration Log = "/Library/Logs/MailMigration.log"
    mail:logPaths:Virus Log = "/Library/Logs/Mail/clamav.log"
    mail:logPaths:Amavisd Log = "/Library/Logs/Mail/amavis.log"
    mail:logPaths:Virus DB Log = "/Library/Logs/Mail/freshclam.log"
    mail:imapStartedTime = "2013-01-21 21:18:34 +0000"
    mail:servicePortsAreRestricted = "NO"
    mail:state = "RUNNING"
    mail:postfixStartedTime = "2013-01-21 21:18:32 +0000"

  • After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?

    After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?
    The issue is they type but there is 2 second delay when it appears in the field.
    Windows 7 64bit

    I see, I misread your reference to Reader 11 to mean you were using Acrobat 11, but it looks like it worked out anyway.
    The base-14 fonts are special in PDF because they are guaranteed to be available even if they are not embedded. If you select a non-base-14 font for use with a form field, the entire font usually gets embedded, since each glyph it contains has to be available for use with the field. This can take up a lot of space if you do this a lot, and the space isn't reduced if you change back to a base-14 font later because the internal reference to it is not removed. This is caused by the bug I mentioned.
    In your case, however, the entire font doesn't get embedded because fonts like it (e.g., large asian fonts with a lot of glyphs, Arial Unicode) would take up too much space if fully embedded. If it did, a 100KB PDF could bloat to 20MB with that one change. Instead, users are expected to have such fonts installed on their system, which is why you were prompted to install the font pack. This despite the fact that the font was not actually used by anything in your document, it was simply the orphaned reference to it that triggered this. This should get fixed in Acrobat eventually so this type of thing doesn't happen again.

  • After upgrading from 4.6C to ECC 6.0 templates not working in smartform

    Hello,
    After upgrading from 4.6C to ECC 6.0 templates not working properly in smartform, although value is flowing to the point the template is getting called and inside the template there are text elements where placeholders are kept to display the value, when the print is taken there are no values being displayed by the text elements.
    Please note - Text elements doesnot have any conditions present in the condition tabstrip.
    Thanks,
    Abhishek

    Hi,
    After the upgrade, you will have to do the security upgrade.
    Please follow these steps.
    1. Go To SU25
    2. Run step 2A to 2D.
    3. In step 2C, you shall get the list of all the affected roles.
    Click on first role. It will take you to authorizations of that role. Click on the "New" tab there to find the new objects added to the role after the upgrade.
    Note: You can open the same role in the unupgraded system to check.
    4. Provide the access to the required authorization objects.
    5. Disable the unwanted authorization objects.
    6. Generate the profile.
    7. Follow the same steps for all the affected roles listed.
    Please note that you will have a list of new objects added.You need to maintain them inorder to avoid any access issues.
    8. After step 2C, complete 2D.
    Regards,
    Imran

  • After upgrade from 10 to 11

    After upgrade from adobereader 10 to 11 I can't open pdf files always windows detect a problem with acrobtrd32.exe and it has to closed. Win Error 3716
    I forgot using Windows XP 32Bit ServicePack 3

    this is the error for "installer":
    Process: Installer [3011]
    Path: /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer
    Identifier: com.apple.installer
    Version: 3.0 (276)
    Build Info: Installer-2760000~1
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:22:40.713 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000feec
    Crashed Thread: 12
    this is the error for "final cut pro":
    Process: Final Cut Pro [3030]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: ??? (???)
    Build Info: FCPApp-905291121~12
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:30:09.469 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x000000008fe0105c
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: kPrivateTundraFileWritingOptionsKeyDontValidateTimeCodeWhenWriting
    Referenced from: /Applications/Final Cut Pro.app/Contents/MacOS/../Frameworks/MIO.framework/Versions/A/MIO
    Expected in: /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    this is the error for "software update":
    Process: SoftwareUpdateCheck [498]
    Path: /System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck
    Identifier: SoftwareUpdateCheck
    Version: ??? (???)
    Code Type: PPC (Native)
    Parent Process: launchd [430]
    Date/Time: 2009-10-09 14:24:01.678 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 1

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

  • Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.

    My Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.. I wonder what's the work around or troubleshooting to fix this. Thanks!

    try and Reset the System Management Controller (SMC)

Maybe you are looking for

  • I CAN'T EDIT MY MUSIC LIBRARY IN iTunes WITH WINDOWS VISTA!!!!

    I add my music carpets to iTunes and when I tried to edit any song, all data were in gray color and disabled. What happened? Does anbody know? I've already change many options in the Edition/Preferences menu, but nothing happened. Thank you very much

  • Error in doing in Commitment item Financial Transaction

    Hi Iam facing a problem while doing GR/IR because  GR/IR gl account has been assigned to commitment item category of 60 instead of 40. But most of the PO's iam able to do the GR/IR apart from a handfull.That is confusing me.If its a configuration err

  • Twitchy mouse on dialog boxes in photoshop cs6

    Hey there, So I have a really weird problem with photoshop cs6. For some reason my mouse cursor starts twitching when I move over dialog boxes. I have recorded a video to show you what I mean: https://www.youtube.com/watch?v=8rouox93xMo I am currentl

  • "Privacy" in settings on iPad 1?

    I'm trying to change the privacy settings so I can directly save images from google chrome to my photo library, but whenever I try I'm told I need to change my privacy settings. Upon going to settings, there's no "Privacy" icon available. I've looked

  • Hyperion Reports - Sum of members

    <p>Hello,</p><p> </p><p>I have a situation in Hyperion reports. We need to calculate sumof 3 members(of single dimension) in Hyperion Reports. These threemembers are mentioned with rows which expand when reports aregenerate as we have other generatio