Meeting request do not show other attendees

I'm having an issue where when I receive a meeting request (redirected from MS Outlook 2003, via Rule), I cannot see any other attendees invited to the meeting.
Similarly, when receiving emails, I cannot see any one else copied (To or CC'ed) on the email.
Have I missed a setting?
Any assistance is appreciated!

Hi,
Reload the calendar database by following the steps provided:
To delete contact list data over the wireless network and then reload it from the BlackBerry® Enterprise Server, complete the following steps:
    1. On the Home screen of the BlackBerry smartphone, click Contacts.
   2. Display the menu and click Options.
   3. Highlight "Desktop"
   4. Type RSET.  ( You will not see anything happen until the "T" is clicked"
   5.  This will erase your Desktop address book, and reload it from your server. Continue?  YES
   6.  The Desktop address book has been wiped. It will be repopulated from your server.  OK
   7.  On the homescreen > search Service Book
   8.  Choose service book>  highlight  DESKTOP SYNC - menu key, delete.
   9. Highligh DESKTOP CICAL - menu key, delete.
   10. Send new service books from the user's account in the BAS.
   11. Confirm if the attendees are listed.
Try and let us know.
Thanks

Similar Messages

  • [Unsolved, closed] Grub not showing other kernel (linux-lts)

    Hi,
    Stuck with Grub not showing other kernel, started with willing to keep two kernels.
    grub config file shows both kernels correctly but still not appearing at boot (it's like pale black/blue, seems I am stuck with grub legacy? tried reinstallation etc but didn't work):
    Boot menu
    Arch Linux
    Arch Linux Fallback
    HDT
    Reboot
    Power
    Sorry can't produce screenshot.
    Disk info
    Device Type
    /dev/sda1 Linux filesystem
    /dev/sda2 Linux swap
    /dev/sda3 Linux home
    Note: gparted shows 'legacy_boot' flag on /sda1
    Config/files/output are:
    # update-grub
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux-lts
    Found initrd image: /boot/initramfs-linux-lts.img
    Found fallback initramfs image: /boot/initramfs-linux-lts-fallback.img
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    Found fallback initramfs image: /boot/initramfs-linux-fallback.img
    No volume groups found
    done
    # cat /boot/grub/grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/01_grub-customizer_menu_color_helper ###
    ### END /etc/grub.d/01_grub-customizer_menu_color_helper ###
    ### BEGIN /etc/grub.d/10_linux_proxy ###
    menuentry "Arch Linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux-lts ...'
    linux /boot/vmlinuz-linux-lts root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-lts.img
    menuentry "Arch Linux, with Linux linux-lts" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-lts-advanced-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux-lts ...'
    linux /boot/vmlinuz-linux-lts root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-lts.img
    menuentry "Arch Linux, with Linux linux-lts (fallback initramfs)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-lts-fallback-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux-lts ...'
    linux /boot/vmlinuz-linux-lts root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-lts-fallback.img
    submenu "Advanced options for Arch Linux"{
    menuentry "Arch Linux, with Linux linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry "Arch Linux, with Linux linux (fallback initramfs)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux_proxy ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    cat /etc/default/grub shows:
    GRUB_DEFAULT="0"
    GRUB_TIMEOUT="5"
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT="5"
    #GRUB_HIDDEN_TIMEOUT_QUIET="true"
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT="console"
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT="console"
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE="auto"
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX="keep"
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID="true"
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY="true"
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Last edited by jackpot (2014-08-20 07:53:27)

    clfarron4 wrote:Did you install os-prober? Try running that and then running the other commands.
    Yes, did. Same result.
    Sanity Check: Is it booting from LiveUSB/CD? I would not expect HDT/Reboot or Power Off entries from a generated grub config. I would expect those entries from a LiveUSB/CD.
    From system itself, but tried all options (I knew) like 1) using fallback to install LTS and run commands, 2) live-CD, 3) kernel parameter systemd.unit etc
    No worries, I am giving up on issue for some time.
    EDIT:
    Thanks
    Last edited by jackpot (2014-08-20 11:14:32)

  • Office365 User not receiving Meeting Request Email (but shows in Calendar)

    Hi,
    We have one user (so far) who has successfully migrated from Exchange 2007 to 'Office365' but when you sent them an meeting request they do not get ANY email notification of it. No Spam, rules, junk email are affecting it. There are no delegates on the account.
    I have removed the Office365 user license for them and then re-added it but made no difference.
    If the user goes into the calendar they can actually 'see' the meeting and accept / decline it in there but we obviously need the user to get some email notification of it so they are aware of a meeting and now get a 'surprise' meeting they knew nothing about!
    Other migrated users are able to receive email notifications of meeting requests without issue. There is just no trace of it for this user.

    Hi Peter,
    As per your description above, I understand that one user cannot receive meeting requests, instead, the meetings are placed on their calendar directly.
    I would like to confirm that whether he/she configured the email account into any Outlook clients, or actually we are talking about the web-based Outlook in Office 365 portal?
    If this is an issue in the Outlook desktop client, please check if you have ticked the option of
    Automatically accept meeting requests and remove canceled meetings
    under FILE>Options>Calendar>Auto Accept/Decline... Try untick it and verify again.
    If Outlook client is not involved here, I would suggest you post your question in the forum of Office 365 Community - email and calendar, where you can get more experienced responses:
    http://community.office365.com/en-us/f/158.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Hope this helps.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • ICloud/iCal meeting request does not work

    I currently use iCal/iCloud on my Lion MacBook Pro.
    In the past, using MobileMe, I would be able to send meeting requests to WinTel/Exchange recipients. The email that the recipient would receive gave them the options to accept, decline or Tentative. These were always useless and misleading options as choosing on these did nothing to add to the recipients calendar. It was only a way to notify me, the sender, of their response. The recipient would have to take the additional step of double clicking on the attached .ics file to add to their calendar.  If the recipient did not choose one of the three options but double clicked on the .ics file, I was never notified of their response.
    But things have gotten worse with iCloud. Now, the recipient receives the same email, with the three options that now do nothing, but when the recipient double clicks on the .ics file, it shows that the recipient is the creator of the event and cannot add to their calendar or modify. THEY ARE NOT ABLE TO DO ANYTHING WITH THE REQUEST.
    I just had a Chat with support and was informed that any recipient that I want to send a meeting request to MUST have an iCloud account and have the panel installed. This is not only cumbersome but in most cases not doable. Some of my meeting requests are to recipients in corporate environments and have restrictions on sites and apps.
    How is Apple to be taken serious in the business environment with these types of restrictions?
    Thank you.

    Hi,
    Thank you for your quick feedback.  Maybe my situation is a  little different, since I am on an Exchange 2010 server myself.  My "accepted" does not even get mailed out. And when I receive an "accepted" mail, iCal and/or the server do not recognize it.
    I talked to the Apple support yesterday on their hotline and they claimed they never heard about it. Whereas our IT department, who is in charge for many thousand users, is also in touch with Apple directly and says that they have several users with this issue....
    Anyway, did you activate in both iCal and Mail.app that calendar data are retrieved automatically?
    Below some screen shots. Since I have all these issues, I have turned it OFF, you might need to turn this ON.
    Mail Settings
    iCal Settings

  • How do I see meeting requests but not responses to meetings arranged by my delegates?

    Hello
    I am surprised that I can't see this precise question as it is  stopping the whole executive of my company from using outlook delegation in Exchange 2010 and in fact they use email between PAs rather than calendar requests to manage all meetings. This
    is because the exec don't want to see any responses to meetings arranged by delegates.
    1. I want to see meeting invites that are sent to me so I can decide whether to attend or not. 
    2, My delegates set up many meetings on my behalf and I don't want to see any responses to those meetings - my delegate deals with those, not me. 
    Can this be achieved? 
    I know I can avoid seeing any meeting requests and responses, but that is not what I want! I want not to see responses to meetings arranged by my delegates on my behalf. 
    This is a real obstacle to adopting calendars in my organisation
    thanks!

    Thank you for the suggestion. We do have several other email systems in use but on the whole, as CIO (and, by the way, female) I've moved tens of thousands of users to 365 and try to move people there in general. However, it seems silly or inept of MS not
    to provide this simple functionality. I have seen this be an issue in more than one organisation.
    The only solution seems to be for the PAs to work harder or for the Execs to do as I do (i.e. move lots of pointless meeting invites into a junk folder - because of the poor interface with iOS it is risky to delete an MS meeting response as it may vanish
    from your phone). You would think it worth MS considering how people actually want to delegate. 

  • Request Offerings not showing up for custom User role in SMPortal

    Hello All,
    I've created a custom End User role and scoped it to the domain users group.
    To this role I want to show a specific set of Request Offerings on the portal
    For that Purpose I created a new Service Offering and added these Request Offerings to it.
    I then went on to create a Catalog Group and added the Service Offering to it.
    I then created the custom user role based on the EndUser role and allowed them to see all Forms, all Queues, All CI's and on the Catalog group I select that they could only see the Catalog Group which I just created.
    I then logged in into the SMPortal and was expecting that my Service Offering would be shown to them.
    However, they don't see the service offering.
    What could cause this?
    Is there something I'm missing?
    Thanks in advance!
    Filip

    You have to add the Service Offerings and the Request Offerings in the Catalog Group. Nesting doesn't work because Service Offerings and Request Offerings are different types of objects.
    This offers the option the manage the access to Service Offerings and Request Offerings very granular if needed. For instance you can control access to a Service Offering in one Catalog Group related to one user role (A) and use two additional Catalog Groups
    with different Request Offerings related to other user roles (B) and (C). Result will lead to:
    User in Role A and B -> Can see Service Offerings A containing Request Offerings B
    User in Role A and C -> Can see Service Offerings A containing Request Offerings C
    User in Role A, B and C -> Can see Service Offerings A containing Request Offerings B and C
    User in Role A only -> Don's see anything because of the missing permission on any Request Offering. So the "empty" Service Request won't show up in the portal.
    Hope his helps.
    Andreas Baumgarten | H&D International Group

  • Cancelled meeting requests are not removed from ICAL.

    I am currently receiveing  new and updated meeting requests through "Mail" on my mac. The email body contains a .ics icon that either adds (new appointments) or updates (changes) in my MAC's Ical.
    However when I receive a cancelled meeting request ... clicking on the same .ics icon take me to Ical, but doens't remove it from the calendar. Is this a known bug or somthing that I've got set up incorrectly?
    Please advise if you have any information on this problem - Thanks

    bump

  • LDOM dladm does not show other interface.

    Create another vnet1 on LDOM (ldg0). But dladm does not show it. There are entries in path-to-inst for it and I was able plumb interface.
    bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    vnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.2.100.77 netmask ffffff00 broadcast 10.2.100.255
    ether 0:14:4f:fb:32:a
    vnet1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 192.168.30.30 netmask ffffff00 broadcast 192.168.30.255
    ether 0:14:4f:fb:6c:99
    bash-3.00# dladm show-dev
    vnet0 link: unknown speed: 0 Mbps duplex: unknown
    bash-3.00#
    Yet dladm does not show device. What have I done wrong?
    Here the ldm binding info for just networking
    # ldm list-bindings primary (network only)
    VSW
    NAME MAC NET-DEV ID DEVICE LINKPROP DEFAULT-VLAN-ID PVID VID MTU MODE
    primary-vsw0 00:14:4f:fb:1d:38 e1000g0 0 switch@0 1 1 1500
    PEER MAC PVID VID MTU LINKPROP
    vnet0@ldg0 00:14:4f:fb:32:0a 1 1500
    vnet1@lqwest 00:14:4f:fb:b0:34 1 1500
    vnet2@ldg0 00:14:4f:fb:6c:99 1 1500
    # ldm list-bindings ldg0 (network only)
    NETWORK
    NAME SERVICE ID DEVICE MAC MODE PVID VID MTU LINKPROP
    vnet0 primary-vsw0@primary 0 network@0 00:14:4f:fb:32:0a 1 1500
    PEER MAC MODE PVID VID MTU LINKPROP
    primary-vsw0@primary 00:14:4f:fb:1d:38 1 1500
    vnet1@lqwest 00:14:4f:fb:b0:34 1 1500
    vnet2@ldg0 00:14:4f:fb:6c:99 1 1500
    NAME SERVICE ID DEVICE MAC MODE PVID VID MTU LINKPROP
    vnet2 primary-vsw0@primary 1 network@1 00:14:4f:fb:6c:99 1 1500
    PEER MAC MODE PVID VID MTU LINKPROP
    primary-vsw0@primary 00:14:4f:fb:1d:38 1 1500
    vnet0@ldg0 00:14:4f:fb:32:0a 1 1500
    vnet1@lqwest 00:14:4f:fb:b0:34 1 1500
    It appears to be working, but is this correct since dladm does not show the vnet1 interface?

    I had the same problem. SUN support recommends latest kernel patches. That solved my problem.

  • Meeting notifications are not showing up

    In Leopard, when I receive a new meeting notification in Mail and I go to iCal, the meeting is there, but nothing shows up in the notification area. I don't have anyway to accept or decline a meeting. What's going on? Any suggestions?

    According to Apple, there is a bug when Leopard and Tiger send invites back and forth-(on with support for 3 hours--Leopard gets an OK button from Tiger instead of Accept, Tentative, Reject choices)-and now since upgrading to Leopard (Leopard to Leopard events) I have found that there is a problem when I get an event response in mail (the checkbox to automatically send to iCal is checked in Preferences), but the notifications box is only registering a few of several responses--it doesn't update the attendees status even though there is a response in mail. Any ideas?

  • Request description not showing in production Queue

    Hi All,
    The problem I am facing is that whenever we are inporting any request in our Production system no description is coming.
    However request is getting imported with return code ' 0 '. In Quality system it is showing perfect and description is showing.
    This is happening since last 1 day.
    We work on HP-UX platform along with Oracle 10x release as our database.
    Please share what could be wrong.
    Regards,

    Did you manually copy the data file and cofile from some place else into /usr/sap/trans?
    In that case, this happens a lot of times, not to worry about it. Your request is imported correctly if the logs say RC=0.
    Tip:
    If you are using ftp to copy data files and cofiles from some other system, set the ftp transfer mode to 'bin'
    Edited by: Gautam Poddar on Mar 18, 2009 7:42 AM

  • AirPort Menu not showing other networks except the one it's connected to.

    AirPort menu is strange indeed. Only for the first time, it shows the list of all available networks.
    Now I cannot see any other networks. Is this a bug or something?

    Andy34567 wrote:
    I recently updated to OS X version 10.6.4 and since then my airport does not want to start up. I was able to previously find my own network (and others in range), but now I can see no networks to join.
    Welcome to Apple's discussion groups.
    You might try resetting your connection settings using the steps listed in this message:
    http://discussions.apple.com/thread.jspa?messageID=10695921&start=1
    They're not guaranteed to solve the problem, but they'll only take you a minute or so to try.

  • NOTES show other IMAP messages.....why?

    In the section called REMINDERS, that shows Notes and To Do, Mail is displaying folders that should be in the IMAP area, not in here.
    Does anyone know why?

    looks like messed up mail preferences. quit Mail and move the file homedirectory/library/preferences/com.apple.mail.plist to the desktop. start Mail. it will be empty and you'll have to recreate all your accounts. once you do Mail will recognize existing mailboxes so you won't have to redownload your messages. the problem should hopefully go away.

  • Online Meeting invite customization not showing

    I've added our logo url and custom footer but neither show up in a new online meeting invites.  Any ideas?

    Hi,
    Did you solve the issue Raju_raju provided above?
    You can also try to customize the Meeting Invitation by using Lync Server Management Shell such as following:
    New-CsMeetingConfiguration -Identity site:Redmond -EnableInviteCustomization $True -LogoURL "http://www.contoso.com/logo/contosobanner.gif" -HelpURL "http://www.contoso.com/support" -LegalURL "http://www.contoso.com/disclaimer"
    -CustomFooterText "Communications may be monitored or recorded."
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Family sharing not showing other family members' purchases

    I installed Family Sharing about a week ago.  It worked great, and everyone was able to download music (didn't try apps). Now not listing any family members under Purchased in iTunes (whether on Mac or iOS).  Same for other family members.   In app store, I see other family members listed, but, if I click on it, it says they have no purchases (clearly not true).  Tried all hints at If you don't see your family's shared content - Apple Support with no luck.  Also, fully disabled family sharing and then re-invited everyone, but still no luck.  Any idea how to correct this issue?

    I have the same issue. I can see my wife's purchases but on her phone, it says that I have no purchases. I also tried If you don't see your family's shared content - Apple Support and disabling family sharing and re-inviting her. I would also like to know how to fix this.

  • AP 1141 SSIDL not showing other ssids

    I have configured our Ap 1141 with two ssid. One is the guest ssid and the other is marked to advertise in the SSIDl IE.  I can only see the guest-mode ssid in the broadcast.  I can connect to both if I manually configure the client to connect to the non-guest mode ssid.  Im wondering if my understanding of of the SSIDL advertise command is incorrect or if I have missed something.
    My goal is to get boath ssids to broadcast without having to put them on seperate vlans, as I dont want to configure trunking and routing for vlans just to broadcast a second ssid.
    Alternativly, if the only way to get multiple ssids to broadcast is to enable mbssid and configure the vlans, then would it be possible to to get the ap to do the inter vlan routing or have all traffic exiting the ap untagged? Again I dont want to have to configure the switches and the router to route the vlans.
    config is
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname CiscoAP1
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    dot11 syslog
    dot11 ssid AccuAccess new
       authentication open
       authentication key-management wpa version 2
       wpa-psk ascii 7
       information-element ssidl advertisement
    dot11 ssid Hub 100 new
       authentication open
       authentication key-management wpa version 2
       guest-mode
       infrastructure-ssid optional
       wpa-psk ascii 7
       information-element ssidl
    power inline negotiation injector 4055.39f2.1203
    crypto pki trustpoint TP-self-signed-972165635
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-972165635
    revocation-check none
    rsakeypair TP-self-signed-972165635
    crypto pki certificate chain TP-self-signed-972165635
    certificate self-signed 01
    omitted
      quit
    username admin privilege 15 secret 5
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    ssid AccuAccess new
    ssid Hub 100 new
    antenna gain 0
    power local 17
    power client 17
    channel least-congested 2412 2437 2462
    station-role root
    bridge-group 1
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    no keepalive
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 172.16.20.95 255.255.255.0
    no ip route-cache
    ip default-gateway 172.16.20.1
    no ip http server
    ip http authentication aaa
    ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    line con 0
    line vty 0 4
    transport input ssh
    transport output ssh
    end
    Key hashes removed to prevent rainbow table lookups.
    Thanks for your help and let me know if my objectives are not clear
    Nick

    >> In Autonomous infrastructure.. its always 1:1 Mapping between SSID and the VLAN... Its not possible to map 2 SSIDs with the same VLAN.
    >> To broadcast multiple SSID, the command is as follows..
    dot11 ssid AccuAccess new
       authentication open
       authentication key-management wpa version 2
       wpa-psk ascii 7
       mbssid guest-mode
       information-element ssidl advertisement
    dot11 ssid Hub 100 new
       authentication open
       authentication key-management wpa version 2
       mbssid guest-mode
       infrastructure-ssid optional
       wpa-psk ascii 7
       information-element ssidl
    en
    conf t
    int dot11 0
    mbssid
    end
    Lemme know if this answered ur question and please dont forget to rate the usefull posts!!
    Regards
    Surendra

Maybe you are looking for