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

Similar Messages

  • Error in GENSTATUS during upgrade from CRM 4.0 to CRM 2007

    Dear experts
    We have 12 errors in GENSTATUS after upgrading our CRM system from 4.0 to 2007. I don't know how to solve them - I had a look at SDN forum, OSS notes without success. Our system was previously connected to MSA but we want to turn it off part of this upgrade.
    Below are the generation errors. I couldn't solve any of them:
    CNBCCPSAP00070            CG          GNREP                  E              F              Could not find active BDoc for TRANS_ID CNBCCPSAP00070 - Identification not possible via TransID / Name
    CNBCCPSAP00070            CG          LUTAB                   E              F              Could not find active BDoc for TRANS_ID CNBCCPSAP00070 - Identification not possible via TransID / Name
    MSV_COUNTER               CG           GNREP                  E              F              Could not update reference to old MSG-segment 4156822E5E3B1C1CE10000000A1552B4
    MSV_COUNTER               CG           LUTAB                   E              F              Could not update reference to old MSG-segment 4156822E5E3B1C1CE10000000A1552B4
    0000000001CG 5ABEB7BA9F5BD3118A5F00A0C9AA8D71                PUBLI                    E              F              Database access error using table SMOG_GFUGR
    F000000272CG F3CFBBF7F736D844995523584B67E937     PUBLI                    E              F              Generation error REPL_TEMPLATE_SUBCHECK
    F000000273CG CDF390E3E874144F8399B0F88E37F9F2      PUBLI                    E              F              Generation error REPL_TEMPLATE_SUBCHECK
    MSV_COUNTER               HT           GNREP                  E              F              Could not update reference to old MSG-segment 4156822E5E3B1C1CE10000000A1552B4
    MSV_COUNTER               HT           LUTAB                   E              F              Could not update reference to old MSG-segment 4156822E5E3B1C1CE10000000A1552B4
    0000000034HT B49F577F7D5BD3118A5F00A0C9AA8D71  PUBLI                    E              F              Generation error REPL_TEMPLATE_SUBCHECK_IL2
    F000000273HT 42411AD9608668DAE10000000A1552B6    PUBLI                    E              F              Generation error REPL_TEMPLATE_SUBCHECK
    F000000272HT 42411ADC608668DAE10000000A1552B6    PUBLI                    E              F              Generation error REPL_TEMPLATE_SUBCHECK
    Thanks a lot in advance for your help
    Best regards
    Stephanie

    Hi Stephanie
    Did you find a resultion to your genstatus issue.
    We are in a similar issue currently - we have the following errors
    CNBCCPSAP00070            CG
    CNBCCPSAP00070            CG
    DOC_HEADER                CG
    S000000290CG 98FBC48FBE4A0040888E14E1C27C7262
    CAMPAIGN_WRITE            CG
    Look forward to your response on this
    Regards
    Eddie

  • Duplicate emails on outlook for mac after upgrading to mavericks

    I was getting duplicate emails on my outlook for mac after upgrading to mavericks
    After reading several websites,  I realise this is a common problem.
    some people suggesting checking " prevent app nap"
    this seemed to work for a while, but is now back again
    it is very difficult to handle, with hundreds of emails downloading each time i log in
    regards
    seema

    Try looking/posting here.
    Microsoft Support – Office for Mac
    Microsoft Support – Office for Mac (2)

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

  • 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

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

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

  • 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

  • Fix for iPhoto after upgrading to Yosemite

    After upgrading to Yosemite I was unable to open iPhoto. I moved it to Trash (do NOT empty trash after moving it here!!!) - then go to App Store and download iPhoto. You'll want to make sure you then go to your Finder and click on the iPhoto download app in order to complete the download. When you open iPhoto it may say you need to upgrade - go ahead and do so then your photos will appear again with a new icon in your dock (remove the old one since it won't work now - the new icon will look different if you had an older version of iPhoto).
    Hope this helps!

    Ok so here's what you gonna do. (had this problem myself today, and after some fiddling figured out what to do.)
    Find your old iPhoto with a cross through it, right-click it and select 'show package contents'. A folder will open. In that folder go to Contents>MacOS and there will be three little things there. Click on the one called 'iPhoto' and terminal will open. Leave terminal open and wait four seconds and VOILA! iPhoto opens. Leave terminal open until you are finished with iPhoto, because if you close terminal, iPhoto will close with it. THX! ENJOY! Hope it works.
    P.S.
    You can close terminal once you close iPhoto. I also suggest backing up your iPhoto library while you can.

  • RFC Error for TMSADM After Executing RSRFCCHK

    Hi,
    I'm using ECC6 and running RSRFCCHK to check our RFC destinations. Everything is working fine except that I'm getting an RFC no authority error for function group SYST for TMSADM. I've reset the buffer by using RSET and even executed report RSUSR405 but the error still occurs on both times. I did try giving it access to function group SYST and it work perfectly. However, I don't know why it's causing the error in the first place and this is what I would like to figure out first. I'm hesitant to give it the access without knowing the reason why.
    Has anyone encountered this error before? Can anyone help on how to solve this problem?
    Thanks,
    JB
    Edited by: JB Ramos on May 6, 2009 7:12 AM

    It is not necessarily an error for an RFC call to fail... To ensure that the TMSADM has the correct authority you should not need to reset the buffers. Logon to client 000 of your transport domain controller (should ideally be production...) and reset the user TMSADM in transaction STMS via the "Extras" menu. That should be sufficient.
    RSRFCCHK is using a function module from the group SYST to obtain information about the connections. But those connections do not have to include FM's from SYST to perform that which they are designed to do and if I remember correctly then for the TMSADM it does not.
    Specifically in this case, the TMSADM user performs some logistical tasks in the STMS but requests of the human person operating the STMS that they should logon themselves when performing tasks which are considered "critical" - or at least sufficiently critical that the TMSADM should not be able to complete it on it's own. An example would be to Import a transport request.
    As the TMSADM is not sufficiently authorized to perform these functions, the system calls for the dialog user to "remote login" to the system when the TMS attempts to do the task. This is a function module in SYST called something like RFC_REMOTE_LOGIN or similar.
    Cheers,
    Julius

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

  • Problem with Billing Engine after upgrade from CRM 5.0 to CRM 7.0

    Hello together,
    The system  of our customer has been upgraded from CRM 5.0 to CRM 7.0. After that some problems occurred regarded the billing.
    In the Billing Due List a dump occurs when clicking on an item and then on conditions
    Dump message: No function module can be found named "/1BEA/CRMB_DL_PAR_O_DERIVE" however.
    (Other classes are  new generated after the upgrade)
    During the Analysis we looked to the billing engine navigator:
    In the Billing Engine Navigator (Transaction: BEFN_F1) the Generation Log shows the following:
    We have re-generated the Object PAR in CRMB->DL->Feature->PAR. But this shows the above displayed error message. How can we add value to the Placeholder?
    Another question is which impacts does it have if we regenerate the complete billing engine for CRMB with transaction BEA_CONFIG_F1 (Configure Application)?
    BR, Anne

    Hi Nawanit,
    we checked the key figure settings and categories. Everything is maintained correctly.
    Since we work with MRP areas we also checked the "Global Parameters and Default Values for MRP Areas" in APO Customizing: The "Default values for Stock Transfer Documents" is set to "1" = Stock Transport Requisitions for MRP Areas.
    BUT: When I try ot change this indicator I get the following message no. /SAPAPO/MRPA000:
    "Process. w. stock transp. requisitions is not supported in standard sys. The process with stock transport requisitions will be supported as of SAP R/3 Enterprise Core Release 4.70 with SAP R/3 Enterprise Extension Set 2.0. ".
    As far as we work with ECC 6.0, EHP4 this message makes no sense.
    Does anyone have another idea?
    Thanks
    Jan

  • After upgrade to crm 2007 31 issues in genstatus

    Following an upgrade from CRM 4.0 sp 6 to CRM 2007 sp4 we are getting the following errors in genstatus.  Anu idea as to how these can be resolved.  i have not been able to find any specific information on oss or in the forums on these specific issues
    Thanks in advance
    Eddie
    Object Name     Gen. group     Generator     Status     Type     Message text
    ATTACHMNT_WR              CG     GNREP          E     F     RO ATTACHMNT_WR: Could not determine generated name of REFTABLE
    CPSTOCK                   CG     GNREP          E     F     RO CPSTOCK: Could not determine generated name of REFTABLE PASRRL
    DNL_MAT_BOMS              CG     GNREP          E     F     RO DNL_MAT_BOMS: Could not determine generated name of LOOKUP TABLE PASRRL
    DNL_SCE_PROD              CG     GNREP          E     F     RO DNL_SCE_PROD: Could not determine generated name of LOOKUP TABLE PASRRL
    DNL_SCE_DWNL              CG     GNREP          E     F     RO DNL_SCE_DWNL: Could not determine generated name of REFTABLE
    MSV_IBA_WRITE             CG     GNREP          E     F     RO MSV_IBA_WRITE: Could not determine generated name of REFTABLE
    MSV_COUNTER               CG     LUTAB          E     F     Could not update reference to old MSG-segment 4156822E5E3B1C1CE10000000A1552B4
    MSV_COUNTER               CG     GNREP          E     F     Could not update reference to old MSG-segment 4156822E5E3B1C1CE10000000A1552B4
    PRDCT_OBJECT              CG     GNREP          E     F     Could not update reference to old MSG-segment 41DEDDEF72966C21E10000000A114EEA
    PRDIMAGE_WRITE            CG     GNREP          E     F     RO PRDIMAGE_WRITE: Could not determine generated name of REFTABLE PASRRL
    PRDCT_OBJECT              CG     LUTAB          E     F     Could not update reference to old MSG-segment 41DEDDEF72966C21E10000000A114EEA
    0000000001CG 5ABEB7BA9F5BD3118A5F00A0C9AA8D71     PUBLI          E     F     RO PRDCT_OBJECT: Could not determine generated name of LOOKUP TABLE PASRRL
    F000000274CG 669DF721A26C3440B5946C76EA44286D     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    F000000272CG F3CFBBF7F736D844995523584B67E937     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    F000000273CG CDF390E3E874144F8399B0F88E37F9F2     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    S000000053CG C44D26F0331DD511AE6A0800062AF6C0     PUBLI          E     F     RO MSV_IBA_WRITE: Could not determine generated name of REFTABLE
    S000000040CG B54CE6CE4A1DD5118BC5080006277F8D     PUBLI          E     F     RO DNL_SCE_DWNL: Could not determine generated name of REFTABLE
    S000000052CG 364D26F0331DD511AE6A0800062AF6C0     PUBLI          E     F     RO MSV_IBA_WRITE: Could not determine generated name of REFTABLE
    S000000224CG 52EFC89F18E418488ED3DE4344181220     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    S000000269CG F18231121882F649AB67D87D78E561E7     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    S000000282CG 4DD04CE77588DB4AB44607BF0D3F9954     PUBLI          E     F     RO CPSTOCK: Could not determine generated name of REFTABLE PASRRL
    SP5C000001CG PRDIMAGE_WRITE_____ICGSP5C000001     PUBLI          E     F     RO PRDIMAGE_WRITE: Could not determine generated name of REFTABLE PASRRL
    SAP0000053CG ATTACHMNT_WR_______ICGSAP0000053     PUBLI          E     F     RO ATTACHMNT_WR: Could not determine generated name of REFTABLE
    SAP0000050CG ATTACHMNT_WR_______ICGSAP0000050     PUBLI          E     F     RO ATTACHMNT_WR: Could not determine generated name of REFTABLE
    SAP0000051CG ATTACHMNT_WR_______ICGSAP0000051     PUBLI          E     F     RO ATTACHMNT_WR: Could not determine generated name of REFTABLE
    SAP0000052CG ATTACHMNT_WR_______ICGSAP0000052     PUBLI          E     F     RO ATTACHMNT_WR: Could not determine generated name of REFTABLE
    ZCRD000032CG FFA0E404D416A446AC0B9EE32E5D38D7     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    ZCRD000111CG E06A7B3D5B9CBB44B30D744E67F37A67     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    ZCRD000060CG B1E93D30074F224C8CB460C0DE753C64     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    ZCRD000035CG C006C84A5FB59B419802AB2B80E951DE     PUBLI          E     F     Generation error REPL_TEMPLATE_SUBCHECK
    ZCRD000015CG 6B476D2EBB032D40B8C30797E75D3135     PUBLI          E     F     RO ATTACHMNT_WR: Could not determine generated name of REFTABLE

    Hi Kai/Mike,
    Thanks for the inputs, but i'm still clueless about what to do, here's what i understand:
    - We have to transport customizing from CLNT 000 to other working clients.
    But our problem are:
    - We dont know what all customizing entries are missing, there are few we know because we are working on those (in CLNT 400), but we are afraid there may be much more thats missing.
    - If i want to transport SAP Standard entries how to go about it, do i have to include every customizing node in transport request, if i can do that.
    I'm kind of confused on "How to include SAP Standard Customizing Entries in a transport request (from CLNT000) to transport to another client". Let's say i want to transport everything under "Funds Management" in SPRO, from CLNT 000 to CLNT 400.
    Regards,
    Vikas

  • Blank filtered view after upgrade of CRM and SQL server

    We have upgrade our CRM system to CRM 2015.  We also upgraded our sql server to the latest version.  We used a backup of the database on the old sql server to update the new database.  All works fine except for custom reports in SSRS.  It
    seems that although the tables return the correct value, the filtered tables return null.
    Christo Vermeulen

    Have you tested this by querying the filtered views directly from SSMS?  If so, be sure you are connecting to SQL using windows authentication.  SQL authentication will always return null when querying filtered views.

Maybe you are looking for

  • I'm a designer, not a programmer!

    Hello, can someone tell me this. I want to make a html webpage from fireworks CS4. The text has to be text, no graphic, so i export: save as css and html. When i want to create a link (an email address to popup) on that page it doesn't work. Can some

  • I can not start SAP system

    I have problem about starting SAP system. I executed stopsap  command. After that I rebooted the HPUX system. And I try to execute startsap command.System gives me message below. brckxits:bxdadm 22> startsap Checking ORC Database ABAP Database is not

  • Does Time Machine backup BootCamp

    I have an Imac & a MBP with Bootcamp partitions. I back-up to a Time Capsule using Time Machine. Do I need to do anything special to include the Bootcamp patition in that auto back-up process?

  • Catching database errors

    Hi, I have the following problem. I have to do a bulk upload of records.I used registerAllObjects method of UnitOfWork.I am able to insert without any problem.But if there are few records which doesnot confirm to datatype or size of the column, then

  • Avoid duplicate tax just for 00000000T

    Hi Experts, I am on crm 2007 and i have a requirement to check BP duplictaes by Tax number. In other words, any time a BP is being created and has the same Tax Numer as an existing one, the system must not allow the creation of the new BP excepting t