Syntax error in SAPLCRM_CONDITION_COM_OW after upgrade 7 - 7 with EhP1

Dears,
after upgrade I cannot go into edit mode for activities, sales orders. I get a short dump.
I think it may be connected to FM CRM_ORDER_GET_ACTIVE_OW which returns nothing , so variable for
lv_no_pricing is not set to X. Then when system tries to check pricing it throws error in LCRM_CONDITION_COM_OWF02, that 'CS_ACS_I_COM' does not have a component 'BASIC_TIER.
Can you help?
the same I get when opening document in sap gui and web ui.
It maybe some additional configuration loaded in upgrade.
Best Regards
Radek

Hi,
These structures are usually generated. Please go to transaction
/SAPCND/CTFC, for Application CRM regenerate all fields again.
Go regenerate the field catalog to the following IMG menu;
Customer Relationship Management
-> Basic Functions
   -> Pricing
     -> Define Settings for Pricing
       -> Maintain Field Catalog
Goto menu Field Catalog -> Generate.
Regards,
Aidan

Similar Messages

  • ACL-list syntax error in PIX after upgrade, need urgent help!

    Hello everyone
    We have a setup including Cisco ACS + a VPN 3005 Concentrator and a PIX 515E (7.2.4)
    We upgraded the PIX version from 7.0 to 7.2.4 and suddenly our downloadable access-list was getting refused when users authenticated against the ACS.
    When debuging radius in the PIX we found that entering this line in the downloadable access-list give error and stop the users of getting the ACL.
    "deny ip any 192.168.0.0 0.0.255.255"
    PIX refused to process their auth request when encountering this line.
    Fine we said, we changed the ACL syntax to this : deny ip any 192.168.0.0 255.255.0.0
    This made the PIX process the ACL.
    We were happy for awhile until VPN users started to complain.
    It seems that the VPN 3005 cant deal with the syntax we entered in the PIX!
    The VPN 3005 doesnt seem to be able to handle the acl line "deny ip any 192.168.0.0 255.255.0.0" !
    It can only handle "deny ip any 192.168.0.0 0.0.255.255" !
    Which the PIX cant handle..
    I'm a loss at what to do here..
    We got VPN users who cant surf now with these ACL problems.
    What can I do? Anyone else encountered this?
    We upgraded the VPN 3005 to the lastest SW version
    Really need some help here guys!
    Thanks

    I don't think Cisco ever changed anything on the PIX. It uses subnet masks from day one AFAIK and VPN Conc uses wildcard masks like IOS. You can use the acl-netmask-convert command on the ASA to fix this issue. This way you define a willdcard ACL on the ACS/AAA server and then use this command on the ASA to use the same downloadable ACL for both devices (PIX,VPNC).
    http://www.cisco.com/en/US/docs/security/asa/asa81/command/ref/a2.html#wp1622944
    Please Rate if helpful.
    Regards
    Farrukh

  • Error in Jboss after upgrading to AutoVue server 20.2.2 from 20.1.0

    We've developed an integration to view the files using AutoVue server. At the first stage the integration we used AutoVue server 20.10 and the functionality works fine. After upgrading to AutoVue server 20.2.2 following error comes when accessing the URL http://<servername>:58080/ifs-autovue-connector/servlet/DMS. Please note that Jboss is the application server.
    15:31:37,561 INFO  [STDOUT] ERROR [http-0.0.0.0-58080-1] (?:?) - Failed to verify or update null
    java.lang.NullPointerException
            at java.util.Hashtable.put(Hashtable.java:514)
            at com.cimmetry.vuelink.context.GenericContext.setInitParameter(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.registerDMSContext(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
            at com.ifs.autovueconnector.DMS.init(DMS.java:22)
            at javax.servlet.GenericServlet.init(GenericServlet.java:212)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
            at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
            at java.lang.Thread.run(Thread.java:745)
    15:31:37,572 INFO  [STDOUT]  WARN [http-0.0.0.0-58080-1] (?:?) - Failed to load DMSAction class: com.ifs.autovueconnector.ActionGetProperties
    java.lang.ClassNotFoundException: com.ifs.autovueconnector.ActionGetProperties from BaseClassLoader@763d9f12{vfszip:/C:/ifs_tqa/jboss-eap-5.1/jboss-as/server/App8TQA/deploy/docvue.ear/ifs-autovue-connector.war/}
            at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:477)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:191)
            at com.cimmetry.vuelink.Vuelink.loadDMSAction(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.registerDMSActions(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
            at com.ifs.autovueconnector.DMS.init(DMS.java:22)
            at javax.servlet.GenericServlet.init(GenericServlet.java:212)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
            at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
            at java.lang.Thread.run(Thread.java:745)
    15:31:37,743 INFO  [STDOUT] Initializing proxy connection pool
    The errors is ClassNotFoundException. But we've not implemented the class ActionGetProperties. Instead propactions are used. Please help us to resolve this issue as our customers will be in trouble after the AutoVue upgrade.
    /Amaranatha

    I would assume you are using the new jars that come with the latest ISDK
    and that you have read the documentation with the list of all the changes
    so in order to known which configuration parameter is missing, you might need to trace it using a debugger
    there is one parameter that is missing ie returning null and it is obviously a mandatory one
    Also, you most defintively did not properly migrate you web app from 20.1 repo to the 20.2.3 repo as you have missing classes
    com.ifs.autovueconnector.ActionGetProperties
    so your class path is not properly up to date
    that also is a deployment descriptor error
    Please review you deployment descriptor and validate that your war is properly built

  • XL Reporter - Santax error in selection after upgrading from PL26 to PL29

    Hello all there,
    again a question concerning my old friend XLR!
    We are running SAPB0 2005A SP01 PL29.
    After an update of XLR PL26 (Version 6.80.01.26 / 6.80.367) to XLR PL29
    (Version 6.80.01.26 / 6.80.388) in some reports the following syntax
    error came up: "Definition parsing failed; syntax error near #NULL".
    This is the selection in which the syntax error is reported:
    BPA(CardType = "C" And scrIncl_0 = "N" Or
    CardType = "C" And scrIncl_0 = #NULL )
    ARDT( Code = "ARCreditMemo","Invoice" )
    In XLR PL26 the report runs without any problems! The following as
    additional information on the meaning of this selection:
    We select all clients (CardType = "C") where the UDF scrIncl_0 is
    either assigned the value "N" or a value is not yet assigned (#NULL).
    Again I stress: It works as expectedin XLR PL26 !!
    I had checked all SAP notes concerning XLR PL29 or #NULL before I
    posted this question but had found nothing pointing into this direction!
    Best Regards
    Frank Romeni

    Hi Daan,
    you were right - it had to do with the XLR naming of my UDF.
    Is there any reason for XLR to change UDF names from e.g. name to name_0 or to "name_0" (with apostrophes) ?
    In my last reply I wrote "the UDF are all available with there old names. I can make this sure, since other selections in the same report definition use the UDF - without the #NULL construct - are not rejected."
    But the other selections were not rejected with syntax errors, since XLR put apostrophes round the wrong names. In the mentioned selection the UDF name was not put in apostrophes and therefore the selection was rejected with a syntax error. Unfortunately I realised the wrong names in the not rejected selection only after I checked the results (all empty) when I executed the report.

  • Lost syntax highlight in Vim after upgrade

    I don't know why, but Vim is not enabling syntax highlight anymore after the upgrade from 7.1.12-1 to 7.1.63-1. I've already searched in Vim's website and with ':help syntax.txt' but no luck. Any guesses?
    EDITED:
    I figured out part of the problem. I've always used the syntax 'vi filename' to open my files because I knew Vi had a link to Vim. But now it's not linking anymore. Opening files with 'vim filename' gives me the syntax highlight. So I guess the last upgrade had removed the link. Any chances to have it back?
    Last edited by alexmatos (2007-08-12 14:07:06)

    I had the same problem too, but the difference is, I always use vim, but after upgrading Arch I lost syntax highlight. After googling a lot and lurking @ vim sites I finally found the indirect answer here!
    I tried the opposite and use vi to open files but bash said vi not found, I did pacman -S vi, and pac said vi is up to date, upgrade? I decided not to believe vi and upgraded, everything's back now.
    So thank you for helping without knowing.

  • Kernel error on startx after upgrade to kernel 3.0

    After upgrading i can no longer start X. The screen turns black and the computer does not respond to input, I am however able to login using ssh.
    The system is a intel atom cpu and nvidia ion gpu using the nvidia driver.
    I'll be thankfull for any help.
    The output from dmesg is
    [ 179.200661] BUG: unable to handle kernel paging request at ffffffffa027d738
    [ 179.200674] IP: [<ffffffff8122104b>] strnlen+0xb/0x30
    [ 179.200689] PGD 1695067 PUD 1699063 PMD 5baf2067 PTE 0
    [ 179.200700] Oops: 0000 [#1] PREEMPT SMP
    [ 179.200710] CPU 1
    [ 179.200713] Modules linked in: appletalk ipx p8022 psnap llc p8023 ipv6 fuse ext2 nvidia(P) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm joydev evdev shpchp snd_timer snd soundcore snd_page_alloc forcedeth pci_hotplug i2c_nforce2 psmouse serio_raw pcspkr i2c_core wmi button processor autofs4 lirc_dev ext4 mbcache jbd2 crc16 hid_logitech ff_memless usbhid hid sg sr_mod cdrom sd_mod ata_generic pata_acpi ohci_hcd ahci libahci libata ehci_hcd scsi_mod usbcore
    [ 179.200798]
    [ 179.200804] Pid: 1029, comm: X Tainted: P C 3.0-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./To be filled by O.E.M.
    [ 179.200816] RIP: 0010:[<ffffffff8122104b>] [<ffffffff8122104b>] strnlen+0xb/0x30
    [ 179.200827] RSP: 0018:ffff88002f549c98 EFLAGS: 00010086
    [ 179.200832] RAX: 0000000000000000 RBX: ffff88005c2590bf RCX: 0000000000000000
    [ 179.200838] RDX: ffffffffa027d738 RSI: ffffffffffffffff RDI: ffffffffa027d738
    [ 179.200844] RBP: ffff88002f549c98 R08: 000000000000ffff R09: 000000000000ffff
    [ 179.200850] R10: 0000000000000000 R11: 0000000000000000 R12: ffffffffa027d738
    [ 179.200855] R13: ffff88005c25a000 R14: 0000000000000000 R15: 000000000000ffff
    [ 179.200862] FS: 00007f1fe8c2a880(0000) GS:ffff88005fc80000(0000) knlGS:0000000000000000
    [ 179.200869] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [ 179.200874] CR2: ffffffffa027d738 CR3: 000000002f57c000 CR4: 00000000000006e0
    [ 179.200880] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    [ 179.200886] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    [ 179.200892] Process X (pid: 1029, threadinfo ffff88002f548000, task ffff88005c3fa3f0)
    [ 179.200897] Stack:
    [ 179.200901] ffff88002f549cd8 ffffffff812232de 0000000000000000 ffff88005c2590bf
    [ 179.200913] ffffffff814d27cd ffff88002f549d70 ffffffff814d27cd ffff88005c25a000
    [ 179.200924] ffff88002f549d58 ffffffff81224389 000000002f54ffff 0000000000000000
    [ 179.200934] Call Trace:
    [ 179.200946] [<ffffffff812232de>] string.isra.5+0x3e/0xd0
    [ 179.200955] [<ffffffff81224389>] vsnprintf+0x219/0x620
    [ 179.200966] [<ffffffff81178c98>] seq_printf+0x58/0x90
    [ 179.200980] [<ffffffff810c35ab>] show_interrupts+0x25b/0x310
    [ 179.200989] [<ffffffff8117906e>] seq_read+0x29e/0x3d0
    [ 179.200998] [<ffffffff81178dd0>] ? seq_lseek+0x100/0x100
    [ 179.201006] [<ffffffff811b1fb3>] proc_reg_read+0x83/0xc0
    [ 179.201016] [<ffffffff8115793c>] vfs_read+0xac/0x180
    [ 179.201023] [<ffffffff81157a5a>] sys_read+0x4a/0x90
    [ 179.201033] [<ffffffff813f4402>] system_call_fastpath+0x16/0x1b
    [ 179.201039] Code: 31 c0 80 3f 00 55 48 89 e5 74 11 48 89 f8 66 90 48 83 c0 01 80 38 00 75 f7 48 29 f8 5d c3 66 90 55 31 c0 48 85 f6 48 89 e5 74 23
    [ 179.201091] 3f 00 74 1e 48 89 f8 eb 0c 0f 1f 00 48 83 ee 01 80 38 00 74
    [ 179.201117] RIP [<ffffffff8122104b>] strnlen+0xb/0x30
    [ 179.201126] RSP <ffff88002f549c98>
    [ 179.201130] CR2: ffffffffa027d738
    [ 179.201136] ---[ end trace 700eca34042d7ef4 ]---
    [ 179.201144] note: X[1029] exited with preempt_count 1
    [ 179.204777] BUG: scheduling while atomic: X/1029/0x10000002
    [ 179.204789] Modules linked in: appletalk ipx p8022 psnap llc p8023 ipv6 fuse ext2 nvidia(P) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm joydev evdev shpchp snd_timer snd soundcore snd_page_alloc forcedeth pci_hotplug i2c_nforce2 psmouse serio_raw pcspkr i2c_core wmi button processor autofs4 lirc_dev ext4 mbcache jbd2 crc16 hid_logitech ff_memless usbhid hid sg sr_mod cdrom sd_mod ata_generic pata_acpi ohci_hcd ahci libahci libata ehci_hcd scsi_mod usbcore
    [ 179.204946] Pid: 1029, comm: X Tainted: P D C 3.0-ARCH #1
    [ 179.204955] Call Trace:
    [ 179.204979] [<ffffffff813ea533>] __schedule_bug+0x5f/0x64
    [ 179.204994] [<ffffffff813f09e1>] schedule+0x831/0x9f0
    [ 179.205009] [<ffffffff813f39a2>] ? tty_unlock+0x32/0x50
    [ 179.205026] [<ffffffff8116d7ac>] ? d_free+0x4c/0x70
    [ 179.205041] [<ffffffff81174c0d>] ? vfsmount_lock_local_unlock+0x3d/0x50
    [ 179.205056] [<ffffffff81175db0>] ? mntput_no_expire+0x30/0xe0
    [ 179.205069] [<ffffffff81175e7f>] ? mntput+0x1f/0x30
    [ 179.205083] [<ffffffff8115925f>] ? fput+0x16f/0x210
    [ 179.205098] [<ffffffff8105351a>] __cond_resched+0x2a/0x40
    [ 179.205111] [<ffffffff813f0e22>] _cond_resched+0x32/0x40
    [ 179.205126] [<ffffffff81060005>] put_files_struct+0xa5/0x110
    [ 179.205140] [<ffffffff81060132>] exit_files+0x52/0x60
    [ 179.205153] [<ffffffff8106063a>] do_exit+0x18a/0x8f0
    [ 179.205167] [<ffffffff8105e441>] ? kmsg_dump+0xb1/0xe0
    [ 179.205183] [<ffffffff8100f35a>] oops_end+0xaa/0xf0
    [ 179.205210] [<ffffffff813ea099>] no_context+0x209/0x218
    [ 179.205231] [<ffffffff813ea236>] __bad_area_nosemaphore+0x18e/0x1b1
    [ 179.205245] [<ffffffff813f0e76>] ? preempt_schedule+0x46/0x60
    [ 179.205259] [<ffffffff813f34f0>] ? _raw_spin_unlock_irqrestore+0x10/0x40
    [ 179.205279] [<ffffffff813ea26c>] bad_area_nosemaphore+0x13/0x15
    [ 179.205294] [<ffffffff81039b1c>] do_page_fault+0x3ec/0x4d0
    [ 179.205310] [<ffffffff81317ca3>] ? pci_conf1_read+0xc3/0x120
    [ 179.205327] [<ffffffff8108292f>] ? __mutex_init+0x2f/0x40
    [ 179.205341] [<ffffffff81171103>] ? inode_init_always+0x113/0x1d0
    [ 179.205355] [<ffffffff811b17ff>] ? proc_alloc_inode+0x6f/0xb0
    [ 179.205369] [<ffffffff8107f247>] ? bit_waitqueue+0x17/0xd0
    [ 179.205389] [<ffffffff813f3e45>] page_fault+0x25/0x30
    [ 179.205417] [<ffffffff8122104b>] ? strnlen+0xb/0x30
    [ 179.205431] [<ffffffff813f217e>] ? mutex_unlock+0xe/0x10
    [ 179.205444] [<ffffffff812232de>] string.isra.5+0x3e/0xd0
    [ 179.205458] [<ffffffff81224389>] vsnprintf+0x219/0x620
    [ 179.205474] [<ffffffff81178c98>] seq_printf+0x58/0x90
    [ 179.205494] [<ffffffff810c35ab>] show_interrupts+0x25b/0x310
    [ 179.205510] [<ffffffff8117906e>] seq_read+0x29e/0x3d0
    [ 179.205525] [<ffffffff81178dd0>] ? seq_lseek+0x100/0x100
    [ 179.205539] [<ffffffff811b1fb3>] proc_reg_read+0x83/0xc0
    [ 179.205552] [<ffffffff8115793c>] vfs_read+0xac/0x180
    [ 179.205566] [<ffffffff81157a5a>] sys_read+0x4a/0x90
    [ 179.205581] [<ffffffff813f4402>] system_call_fastpath+0x16/0x1b
    [ 179.205823] BUG: scheduling while atomic: X/1029/0x10000002
    [ 179.205832] Modules linked in: appletalk ipx p8022 psnap llc p8023 ipv6 fuse ext2 nvidia(P) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm joydev evdev shpchp snd_timer snd soundcore snd_page_alloc forcedeth pci_hotplug i2c_nforce2 psmouse serio_raw pcspkr i2c_core wmi button processor autofs4 lirc_dev ext4 mbcache jbd2 crc16 hid_logitech ff_memless usbhid hid sg sr_mod cdrom sd_mod ata_generic pata_acpi ohci_hcd ahci libahci libata ehci_hcd scsi_mod usbcore
    [ 179.205988] Pid: 1029, comm: X Tainted: P D C 3.0-ARCH #1
    [ 179.205996] Call Trace:
    [ 179.206016] [<ffffffff813ea533>] __schedule_bug+0x5f/0x64
    [ 179.206031] [<ffffffff813f09e1>] schedule+0x831/0x9f0
    [ 179.206052] [<ffffffff81099cf5>] ? module_put+0x115/0x130
    [ 179.206067] [<ffffffff81174c0d>] ? vfsmount_lock_local_unlock+0x3d/0x50
    [ 179.206082] [<ffffffff81175db0>] ? mntput_no_expire+0x30/0xe0
    [ 179.206096] [<ffffffff81175e7f>] ? mntput+0x1f/0x30
    [ 179.206110] [<ffffffff8115925f>] ? fput+0x16f/0x210
    [ 179.206125] [<ffffffff8105351a>] __cond_resched+0x2a/0x40
    [ 179.206137] [<ffffffff813f0e22>] _cond_resched+0x32/0x40
    [ 179.206151] [<ffffffff81060005>] put_files_struct+0xa5/0x110
    [ 179.206163] [<ffffffff81060132>] exit_files+0x52/0x60
    [ 179.206174] [<ffffffff8106063a>] do_exit+0x18a/0x8f0
    [ 179.206186] [<ffffffff8105e441>] ? kmsg_dump+0xb1/0xe0
    [ 179.206202] [<ffffffff8100f35a>] oops_end+0xaa/0xf0
    [ 179.206227] [<ffffffff813ea099>] no_context+0x209/0x218
    [ 179.206248] [<ffffffff813ea236>] __bad_area_nosemaphore+0x18e/0x1b1
    [ 179.206262] [<ffffffff813f0e76>] ? preempt_schedule+0x46/0x60
    [ 179.206277] [<ffffffff813f34f0>] ? _raw_spin_unlock_irqrestore+0x10/0x40
    [ 179.206297] [<ffffffff813ea26c>] bad_area_nosemaphore+0x13/0x15
    [ 179.206312] [<ffffffff81039b1c>] do_page_fault+0x3ec/0x4d0
    [ 179.206328] [<ffffffff81317ca3>] ? pci_conf1_read+0xc3/0x120
    [ 179.206345] [<ffffffff8108292f>] ? __mutex_init+0x2f/0x40
    [ 179.206359] [<ffffffff81171103>] ? inode_init_always+0x113/0x1d0
    [ 179.206373] [<ffffffff811b17ff>] ? proc_alloc_inode+0x6f/0xb0
    [ 179.206387] [<ffffffff8107f247>] ? bit_waitqueue+0x17/0xd0
    [ 179.206407] [<ffffffff813f3e45>] page_fault+0x25/0x30
    [ 179.206434] [<ffffffff8122104b>] ? strnlen+0xb/0x30
    [ 179.206448] [<ffffffff813f217e>] ? mutex_unlock+0xe/0x10
    [ 179.206462] [<ffffffff812232de>] string.isra.5+0x3e/0xd0
    [ 179.206477] [<ffffffff81224389>] vsnprintf+0x219/0x620
    [ 179.206494] [<ffffffff81178c98>] seq_printf+0x58/0x90
    [ 179.206514] [<ffffffff810c35ab>] show_interrupts+0x25b/0x310
    [ 179.206529] [<ffffffff8117906e>] seq_read+0x29e/0x3d0
    [ 179.206544] [<ffffffff81178dd0>] ? seq_lseek+0x100/0x100
    [ 179.206558] [<ffffffff811b1fb3>] proc_reg_read+0x83/0xc0
    [ 179.206573] [<ffffffff8115793c>] vfs_read+0xac/0x180
    [ 179.206586] [<ffffffff81157a5a>] sys_read+0x4a/0x90
    [ 179.206601] [<ffffffff813f4402>] system_call_fastpath+0x16/0x1b
    [ 179.207627] NVRM: os_flush_work_queue: attempted to execute passivework from an atomic or interrupt context.
    [ 179.229435] NVRM: VM: nv_kern_close:2097: 0xffff88005bfd40c0, 11 page(s), count = 1, flags = 0x00000011, 0x000000005b0fd000, 0xffff88005bfd42a0
    Edit: Downgraded to kernel26-2.6.39.1-1-x86_64.pkg.tar.xz nvidia-275.09.07-1-x86_64.pkg.tar.xz nvidia-utils-275.09.07-1-x86_64.pkg.tar.xz   lirc-1\:0.9.0-4-x86_64.pkg.tar.xz and things work again.
    Last edited by eirikst (2011-08-28 16:19:44)

    The A-GPS needs to have direct line of sight to a satellite such as when standing outside or mounted on the dash of an automobile. If indoors the A-GPS will use triangulation with the nearest three cellular towers to pinpoint your approximate location. I haven't had any issue using A-GPS while driving or walking with Google Maps. As for third party apps this has nothing to do with Apple and the 3.0 firmware but does have to do with the developers of those third party apps you're having problems with. Suggest contacting the developer of said apps through the iTunes app store feedback link for each app. This way if the app isn't updated in a timely manner Apple will pull it from the app store until the developer can provide an update for their customers such as yourself. It's sort of like running OS X or Windows on your desktop where you wouldn't file a complaint to Apple (OS X) or Microsoft (Windows) when one of your third party applications starts experiencing issues.

  • ORA-01722: invalid number (Error in Application after upgrade to 3.0)

    Dear All,
    After upgrading to 3.0 I am no longer able to login to my application. The error I am seeing is:
    ORA-01722: invalid number
         Error      Could not process show_hide_memory.show_hide_collection_output procedure !
    Please help me pin-point the issue and fixed it.
    This happens in some applications but in others it doesn't...
    Regards,
    Pawel.

    I believe I have found the source of the problem!
    This is coming from the sample application which was used for the show/hide of regions example.
    The code behind the above procedure is:
    CREATE OR REPLACE
    PACKAGE show_hide_memory AS
    PROCEDURE show_hide_collection;
    PROCEDURE show_hide_collection_output;
    END;
    CREATE OR REPLACE PACKAGE BODY show_hide_memory AS
    PROCEDURE show_hide_collection AS
    l_arr apex_application_global.vc_arr2;
    l_found boolean := FALSE;
    l_collection_name VARCHAR2(255) := 'SHOW_HIDE_COLLECTION';
    BEGIN
    IF(wwv_flow_collection.collection_exists(p_collection_name => l_collection_name) = FALSE) THEN
    htmldb_collection.create_or_truncate_collection(p_collection_name => l_collection_name);
    END IF;
    l_arr := apex_util.string_to_table(p_string => v('TEMPORARY_ITEM'), p_separator => ']');
    -- If the array member count of l_arr < 3, then the following code will raise an exception
    FOR c1 IN
    (SELECT seq_id
    FROM apex_collections
    WHERE collection_name = l_collection_name
    AND c001 = l_arr(1)
    AND c002 = l_arr(2)
    AND c003 = l_arr(3))
    LOOP
    -- It exists, so delete it
    apex_collection.delete_member(p_collection_name => l_collection_name, p_seq => c1.seq_id);
    l_found := TRUE;
    END LOOP;
    IF l_found = FALSE THEN
    apex_collection.add_member(p_collection_name => l_collection_name, p_c001 => l_arr(1), p_c002 => l_arr(2), p_c003 => l_arr(3));
    END IF;
    COMMIT;
    END show_hide_collection;
    PROCEDURE show_hide_collection_output AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('window.onload=function(){' || CHR(10));
    FOR c1 IN
    (SELECT c003
    FROM apex_collections
    WHERE collection_name = 'SHOW_HIDE_COLLECTION'
    AND c001 = wwv_flow.g_flow_id
    AND c002 = wwv_flow.g_flow_step_id)
    LOOP
    htp.prn('htmldb_ToggleWithImage(''' || c1.c003 || 'img'',''' || c1.c003 || 'body'');' || CHR(10));
    END LOOP;
    htp.prn('}' || CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END show_hide_collection_output;
    END;
    I guess now I have to find the bug in the above code !

  • 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!

  • Error launching application after upgrading to 10.1.3 production

    Our web structure looks like this:
    + web
        + bin             project jar files and client jar libraries
        + images
        + WEB-INF
           + conf        application property files
           + lib           project jar files and server jar libraries
           + logs
        + xml
    + META-INFWith previous versions of OC4J this web.xml would suffice:
    <?xml version="1.0"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee  http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
             version="2.4">
      <display-name>ch_web</display-name>
      <description>web.xml file for Casthouse</description>
      <servlet>
        <servlet-name>afc.system.server.StartupServlet</servlet-name>
        <servlet-class>afc.system.server.StartupServlet</servlet-class>
        <init-param>
          <param-name>CONFIGURATION_HOME</param-name>
          <param-value>C:\oracle\JDeveloper10g\j2ee\home\applications\ch_web\ch_web\WEB-INF\conf\</param-value>
        </init-param>
        <init-param>
          <param-name>SERVLET_HOME</param-name>
          <param-value>/ch_web/servlet/</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <servlet>
        <servlet-name>casthouse.analysis.server.spectro.AnalysisReceiverService</servlet-name>
        <servlet-class>casthouse.analysis.server.spectro.AnalysisReceiverService</servlet-class>
        <load-on-startup>2</load-on-startup>
      </servlet>
      <session-config>
        <session-timeout>30</session-timeout>
      </session-config>
      <mime-mapping>
        <extension>html</extension>
        <mime-type>text/html</mime-type>
      </mime-mapping>
      <mime-mapping>
        <extension>txt</extension>
        <mime-type>text/plain</mime-type>
      </mime-mapping>
      <welcome-file-list>
        <welcome-file>index.html</welcome-file>
      </welcome-file-list>
      <login-config>
        <auth-method>BASIC</auth-method>
      </login-config>
    </web-app> But after upgrading, the server side initializes allright, but the client cannot connect. I get a 404- page cannot be found when trying.
    After adding the following to my web.xml...
       <servlet>
         <servlet-name>LoginServlet</servlet-name>
         <servlet-class>afc.login.server.LoginServlet</servlet-class>
       </servlet>
       <servlet-mapping>
         <servlet-name>LoginServlet</servlet-name>
         <url-pattern>/servlet/*</url-pattern>
       </servlet-mapping>The client did locate some code, but not all. From the java console, I discovered several exceptions due to servlets referred and not found. I tried to map some of the central servlets in our application, but stopped. I thought, this cannot be right. We have very many servlets in our application. It shouldn't be nescessary to map them all in our web.xml... Is it?
    What am I missing?

    Ok.. hmm, life was easier before...
    I tried to add the http.webdir.enable="true" to the only orion-web.xml I could find (under j2ee\home\application-deployments\{web-root}\{context-root}\orion-web.xml
    Don't know if this should be in another location, we do not deploy this. This is generated during deployment from our JDeveloper deployment profile). But after the container was restarted, the file was reverted to the old version without this attribute set. Frustrating...
    45 servlets are now registered in our web.xml. That is 3 servlets which should be accessible to the user from the address bar in the browser, and 42 servlets accessible from either the client or the server programmatically.
    But is it then nescessary to add both <servlet> tag and <servlet-mapping> tag for one servlet, or is the <servlet-mapping> tag only nescessary for those servlets, which should be available to the end user, and not directlly called from the application itself?
    I still get an exception when trying to instanciate the application. Our application uses one or two properties files which it needs to read upon instanciation. They live in {context-root}\WEB-INF\conf\
    OC4J doesn't seem to give access to this folder anymore. What do I have to include in our web.xml in order to give the appropriate read access to this folder? Should only be readable server side from a Servlet. Contents are communicated to the client through this servlet.

  • Date / Time Error on SPA3102 after upgrade to SW version: 5.1.7(GW)

    After upgrading the software of my SPA's date and time is stuck on:
     Current Time: 1/1/2003 12:10:11and can therfore not register. I tried changing to several NTP ie: time.nist.gov or ntp.sipgate.net but nothing gives.
    Anu suggestions how to solve this problem?
    Solved!
    Go to Solution.

    make sure that the device is on the internet or that it is getting DNS server addresses.
    also you can try to point it to a local computer IP address to use its time.

  • MW generation error for SRV_WRITE after Upgrade to CRM 7.0

    Iu2019m finishing up with the post-processing steps for the CRM 7.0 upgrade of our development system (from CRM 2007) and ran into an issue when re-generated the Middleware services before activating the MW.
    Per the upgrade guide, I ran GN_START to start the generation, but the results in GENSTATUS show the below 8 errors.  These errors are preventing me from activating MW, regardless of whether weu2019re actually using these services or not.  I ran into this same issue in our Sandbox for the SRV_WRITE object and managed to resolve it there by generating some specific objects using the Generation Workbench (GNRWB), however the same approach has not worked for our Dev system.  We have NOT implemented the Mobile CRM scenario, but are replicating BPs and Material with R/3, and have begun configuring the Server-based Groupware Integration which uses the Middleware framework and CDB.
    /1CRMGC/SRV_WRITE_DEL:The data object "<FS_AFTERCDB0003>" does not have a component called "UPDATE_FLAG".
    Could not determine module name: SRV_WRITE GENKEY: EXTRACT
    Could not determine module name: SRV_WRITE GENKEY: REALIGN_GET_DEP_INT_OBJ<IND>
    From what I can tell, SRV_WRITE is used somehow with Service Order replication?
    Any suggestions for next steps to resolve these errors? Thanks for any input anyone can offer.

    Thank you for the post.  After comparison of Dev system with Sandbox, I think I am missing FM /1CRMGC/HTSRV_WRITE_RRX in Dev.  However, when I try to generate in GNRWB using the below parameters, I am getting the errors below.  How to proceed?  Once again, thank you for your help!
    GNRWB Generation:
    Gen Group = RRLEX: Replication Extract
    Industry = High tech
    Rep Object = SRV_WRITE
    Generator = EXTRACTWR
    Generation Log:
    No runtime object for generator REPLI_FLOW_FUGR and object SRV_WRITE registered in TGN_OBJREG
    No runtime object for generator REPLI_FLOW_FUGR and object SRV_WRITE registered in TGN_OBJREG
    thanks,
    John

  • New System Error on Vista after upgrading to LR 1.4.1

    I just installed the upgrade to 1.4.1 last night. Today when I started my computer I received the error message: "Unsupported 16-bit application: The program or feature "\??\C:\Windows\Twunk_16.exe" cannot start or run due to incompatibity [sic] with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.
    Prior to the upgrade my system booted fine, and it also booted fine after I rolled back to version 1.3.1. Is there anything I can do so I don't have to acknowledge this message every time I start my computer?
    Thanks!
    Diana

    This morning I started Lightroom and got a message box titled "Microsoft Visual C++Runtime Library" In the box was "Runtime Error! This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information"
    I have uninstalled, reinstalled, done a system restore, all but short of reinstalling Windows.
    Has anyone else seen this?
    Tim
    PS I meant this to be a new topic. I apologize for being in the wrong place.

  • Error in weblogic after upgradation to 9.1

    Hi,
    I m getting an error saying "Exception during commit of transaction 66:f79b822c92d901c1:" when i start weblogic. i encountered this error after i upgraded my weblogic ro 9.1 version.I m not able to figure out why am i getting it.
    Kindly post your comments AND help me out.
    Thanks in advance.
    Rashmi

    Look inside your HD/Library/Application Support/iPhoto folder to see if the themes are in there. If so then run Disk Utility to repair disk permissions and reboot.  Then try again.  If not you can reinstall iPhoto as follows: To do so you'll have to move the current application to a folder outside the Applications folder (like your Documents folder).  Then delete all files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    Then go to the App Store and download iPhoto again. 

  • Error  in reports after upgrade from OBIEE 10g to 11g :  [nQSError: 14025]

    Hi All, We upgraded RPD and web catalog from OBIEE 10g to 11.1.1.5. I see the following error while running few reports.
    Error: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A
    general error has occurred. [nQSError: 43113] Message returned from OBIS.
    [nQSError: 14025] No fact table exists at the requested level of detail:
    When I add an user under BIAdministrator Application role and login, all the reports work correctly.
    I verified Oracle BUG fix (11850704) document and tried to make changes as suggested.
    Please suggest me if this issue is related to 10g to 11g RPD upgrade or are we missing any privileges?
    Also should I add every user to BIAdministrator role to avoid this issue?
    Thanks in Advance

    Hi,
    First of all i am not familiar on linux box.
    I tried in windows environment the rpd is deployed with out any errors.
    But i ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while i am running in oracle_common\bin\ua.bat is not responding in my local system.
    Please Mark if it helpful.
    Thanks

  • Solved. error in apxldimg after upgrade from 3.0 to 3.1 on 9.2.0.5 database

    Hi,
    I've upgraded my Apex installation on a 9.2.0.5 database and get an error when running the apxldimg.sql script.
    SQL> @apxldimg d:\xml
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'd:\xml/apex/images'
    Directory created.
        filelist_xml        xmltype := xmltype(bfilename(upload_directory_name,file_
    list),nls_charset_id('AL32UTF8'));
    ERROR at line 15:
    ORA-06550: line 15, column 36:
    PLS-00306: wrong number or types of arguments in call to 'XMLTYPE'
    ORA-06550: line 15, column 25:
    PL/SQL: Item ignored
    ORA-06550: line 38, column 15:
    PLS-00302: component 'EXISTSRESOURCE' must be declared
    ORA-06550: line 38, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 52, column 46:
    PLS-00320: the declaration of the type of this expression is incomplete or
    malformed
    ORA-06550: line 52, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 57, column 53:
    PLS-00201: identifier 'I' must be declared
    ORA-06550: line 57, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 86, column 19:
    PLS-00306: wrong number or types of arguments in call to 'CREATERESOURCE'
    ORA-06550: line 86, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 88, column 19:
    PLS-00306: wrong number or types of arguments in call to 'CREATERESOURCE'
    ORA-06550: line 88, column 9:
    PL/SQL: Statement ignored
        if not dbms_xdb.existsResource(ro_anonymous_acl) and
    ERROR at line 18:
    ORA-06550: line 18, column 21:
    PLS-00302: component 'EXISTSRESOURCE' must be declared
    ORA-06550: line 18, column 5:
    PL/SQL: Statement ignoredWho has an idea what is the problem ?
    SQL> select comp_id,version from dba_registry;
    COMP_ID                        VERSION
    CATALOG                        9.2.0.5.0
    CATPROC                        9.2.0.5.0
    OWM                            9.2.0.1.0
    JAVAVM                         9.2.0.5.0
    XML                            9.2.0.7.0
    CATJAVA                        9.2.0.5.0
    ORDIM                          9.2.0.5.0
    SDO                            9.2.0.5.0
    CONTEXT                        9.2.0.5.0
    XDB                            9.2.0.5.0
    WK                             9.2.0.5.0
    APEX                           3.1.1.00.09Rene
    Message was edited by:
    Rene W.

    Hi Rene,
    When you found out that you misread the instrucition and you already ran the script, what did you do next? Did you restore the db and redo over? Or did you continue on? I have the same problem with you too but I'm not sure what to do next.
    Trina :)
    [email protected]

Maybe you are looking for

  • Can i transfer money across itunes accounts

    I want to transfer money across from one itunes account to another is this possible?

  • FBL5N & F-21. There is difference inthe account numbner of same type entris

    Dear Sir, Another problem found in SAP related to T-Code FBL5N & F-21. There is difference in the Accounts number of same type of entries. what can i do.. for this. Thank you Anil

  • Hp designjet 520

    I have a designjet 520 large format printer.  It prints in color.  I only need black and white prints.  Can I run 4 black cartridges and get faster print times/better print quality?

  • E75 mass messaging

    hi i'm currently using an E75 in Singapore, with SMS 2.0 (by affle) installed. i cannot send mass smses - not even to TWO people. everytime i try to send to many people, only ONE message will get through, all the rest will end up "waiting" in outbox

  • Drop Shadow Not Usable

    I'm new to Illustrator and trying to simply just add a drop shadow to some various texts. It would seem to me that when you enter text, all you would have to do is highlight and the drop shadow option should be functional. However, that's not the cas