Shared folders not visible after the migration from 10.1.3.2.1 to 10.1.3.4

Hi All,
After the migration from 10.1.3.2.1 to 10.1.3.4., we are not able to view the shared folders after clicking on the answers link.
Can you please let me know how can i resolve the same.
Thanks in Advance
Siva.

Hi,
Please check the catalog folder that user privilege and manage permission.
Thanks
Deva

Similar Messages

  • Jquery content not working after the updates from firefox

    Hi, i've realized that some of my website's banner is not working after the recent updates from firefox, whereas those website's banner is working in google chrome.
    Hope there is a solution for this as i'm using the firefox for years and wish this issues can be settle.
    The banner URL is http://www.irs.com.my/slider/index.html

    SlideDeck has a post on how to resolve this error, caused by a bug in this very old version of their library that you're using. See: [http://www.slidedeck.com/blog/firefox-20-update-and-slidedeck-js-weve-got-you-covered/ Firefox 20 update and SlideDeck.js – we’ve got you covered] for more information. As a Pro customer, you were supposed to get an email notice, but... here you are.
    I studied the script before discovering that and found two issues, but there might be more:
    (1) slidedeck.jquery.js detects Firefox 20 as Firefox 2 and halts. Note that this regex is the problem:
    firefox2:F.match(/firefox\/2/)?true:false
    (2) Starting in Firefox 16, the -moz-transform property was unprefixed, that is, you need to use transform for Firefox 16 and later.

  • VirtualBox Shared Folders not working after upgrade

    Hello,
    I'm running Arch Linux as a guest OS in VirtualBox. After yesterday's upgrades of linux to 3.11.1-1 and virtualbox-guest-modules to 4.2.18-3, the shared folder functionality seems to be seriously borked.
    The vboxsf module itself loads fine, and produces no kernel messages except the standard hello :
    [ 3.460662] vboxsf: Successfully loaded version 4.2.18_OSE (interface 0x00010004)
    Mounting a shared directory with mount.vboxsf and mount -t vboxsf results in a success. However, accessing the mount ends in the CPU usage spiking to 100% and nothing happening. Furthermore, the following line appears in /etc/mtab :
    none /mnt vboxsf rw,nodev,relatime 0 0
    Removing and adding the shared folder from the machine settings, sadly, does not work. I'm running VirtualBox 4.2.18 on the host machine.
    Has anybody had this issue after the update? Thanks in advance.

    Problem:
    ls hangs when run in a shared folder.
    Yesterday I updated Arch Linux (through pacman), halted, updated Virtual Box to 4.2.18, and started Arch Linux again. However, after I did so I could not access my shared directories (with my Windows host). I do not think it is a permission problem (root cannot ls either).
    I can:
    cd /media/sf_VMShared
    cd <a folder in VMShared>
    However, I can't ls the directories. This is only a problem in Shared Folders. When I run
    strace ls
    It gets stuck looping on
    getdents(3, /* 1 entries */, 32768) = 24
    until I Ctrl-C. Any idea how to fix this? Thanks.
    Full strace ouput:
    execve("/usr/bin/ls", ["ls"], [/* 27 vars */]) = 0
    brk(0) = 0xf6b000
    access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=121790, ...}) = 0
    mmap(NULL, 121790, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe8a216f000
    close(3) = 0
    open("/usr/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\25\0\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0644, st_size=16872, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe8a216e000
    mmap(NULL, 2112096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe8a1d6a000
    mprotect(0x7fe8a1d6e000, 2093056, PROT_NONE) = 0
    mmap(0x7fe8a1f6d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fe8a1f6d000
    close(3) = 0
    open("/usr/lib/libacl.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300 \0\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0644, st_size=35384, ...}) = 0
    mmap(NULL, 2130592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe8a1b61000
    mprotect(0x7fe8a1b69000, 2093056, PROT_NONE) = 0
    mmap(0x7fe8a1d68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fe8a1d68000
    close(3) = 0
    open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\34\2\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=2027565, ...}) = 0
    mmap(NULL, 3844624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe8a17b6000
    mprotect(0x7fe8a1958000, 2093056, PROT_NONE) = 0
    mmap(0x7fe8a1b57000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a1000) = 0x7fe8a1b57000
    mmap(0x7fe8a1b5d000, 14864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe8a1b5d000
    close(3) = 0
    open("/usr/lib/libattr.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\24\0\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=18736, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe8a216d000
    mmap(NULL, 2113912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe8a15b1000
    mprotect(0x7fe8a15b5000, 2093056, PROT_NONE) = 0
    mmap(0x7fe8a17b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fe8a17b4000
    close(3) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe8a216c000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe8a216b000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe8a216a000
    arch_prctl(ARCH_SET_FS, 0x7fe8a216b700) = 0
    mprotect(0x7fe8a1b57000, 16384, PROT_READ) = 0
    mprotect(0x7fe8a17b4000, 4096, PROT_READ) = 0
    mprotect(0x7fe8a1d68000, 4096, PROT_READ) = 0
    mprotect(0x619000, 4096, PROT_READ) = 0
    mprotect(0x7fe8a218d000, 4096, PROT_READ) = 0
    munmap(0x7fe8a216f000, 121790) = 0
    brk(0) = 0xf6b000
    brk(0xf8c000) = 0xf8c000
    open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=1852416, ...}) = 0
    mmap(NULL, 1852416, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe8a1fa5000
    close(3) = 0
    ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
    ioctl(1, TIOCGWINSZ, {ws_row=48, ws_col=95, ws_xpixel=950, ws_ypixel=912}) = 0
    openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    getdents(3, /* 1 entries */, 32768) = 24
    getdents(3, /* 1 entries */, 32768) = 24
    getdents(3, /* 1 entries */, 32768) = 24
    getdents(3, /* 1 entries */, 32768) = 24
    --- SIGINT {si_signo=SIGINT, si_code=SI_KERNEL} ---
    +++ killed by SIGINT +++
    Last edited by chetjan (2013-09-18 20:59:31)

  • Contacts not visible after moving contacts from SI...

    I have express music 5310. i had moved my contacts from sim to phone memory. After which these contacts are not visible. These are not available on the sim anymore. They are not visible on contact lists too..
    Any help on retrieving these would be very helpful

    In contacts settings set the phone contacts to phone contacts only is it now set to both?
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Jcontrol not starting after EP migration from 32 to 64 bit on windows.

    Hi All,
    I have migrated the EP system from 32bit o 64 bit. The export and importare successfully completed.
    but the SAP MMC showing the Jcontrol not started.
    I have installed jdk 1.2.4_17 x64. Kindly do the needful, what can be the possible alternate to make it up.
    Rergards,
    Madhu

    You need to look at the log files in the \work directory for your instance. There will hopefully be a useful message in one of the server or dispatcher log or trace files. Report back any error messages, or you can try searching in SDN.

  • Portal content not visible after installation nw2004s

    Hello
    Portal Content folders not visible after logon to EP after installation
    using the url  http://172.22.218.120:50400/irj
    logon is using Administrator id.
    top level navigation is displayed. but no folder hierarchy in PCD.
    Please help
    regards
    John

    Hello John,
    Used the host name instead of the ip address in the url http://<host name>:50400/irj/portal.
    Maintain the host name in the host file of the OS.
    ip address  host name.
    Regards
    Deb
    [Reward Points for helpful answers]

  • Personal folders not visible in Thunderbirds after migration to new computer

    I moved my Thunderbird profile to a new computer (and edited profiles.ini to point to the backed-up profile. Now in Thunderbird on the new machine I have the Local Folders Inbox, Sent, Trash, but the Personal Files folder with my saved and categorized mail sub-folders is not visible in the left-hand panel. It appears to be intact in the /Mail/Local Folders/Personal Folders.sbd/Archives.sbd folder, just not visible when I run Thunderbird.
    What do I have to do to get these folders and their subfolders back again.
    ...Doug

    Doug,
    I had the same problem, and believe I found the solution. I was transferring a profile from one computer running Win XP to a new computer running Win 7.
    I could see the file folders evident, as you did, using Windows Explorer to look in the profile folder, but they were not showing in the left hand pane of Thunderbird when it was running as they did in the XP machine.
    I went to the "Tools" menu, selecting "Account Settings," and then clicked on "Local Folders" in the left portion of the dialog box. Then in the right portion of the dialog box under "Local directory:" I selected the "Browse" button. I then browsed down into the "...AppData\Local\Thunderbird\Profiles\xxxxxxxx.default\Mail\Local Folders\Outlook Express Import.sbd" ( in my case - the very last portion of yours might be different but should probably still be a ".sbd" file, and of course, the eight x's would be the random name Thunderbird assigns to your Profile file. ) I then clicked the "OK" button at the bottom of the dialog box. ( I believe the program then informs you it must close and restart. ) Anyway, go ahead and close Thunderbird and restart at this point.
    When it restarts, my old folder structure appeared as it did on the earlier machine, and all the files were intact.

  • I have updated iOS 6 in my iPhone 4S and it went perfectly fine. Just after that when I opened the message app I found that the sms body of system generated messages was not visible after tapping on them.

    I have updated iOS 6 in my iPhone 4S and it went perfectly fine. Just after that when I opened the message app I found that the sms body of system generated messages was not visible after tapping on them.

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • I am not able to see toolbars, when I open a new window that window is not visible, if I open from bookmarks and there is music playing I hear it but canNOT SEE the websites.

    I am not able to see toolbars, when I open a new window that window is not visible, if I open from bookmarks and there is music playing I hear it but canNOT SEE the websites. I was able to get window open from the help "window" and open sites from there just not from new: window tab or bookmarks those stay invisible? I tried the help suggestions, safemode,etc.

    Hi CMorenoOT,
    This prompt is usually displayed when your Apple ID needs to be configured for the iTunes Store. You'll want to run through the additional steps to setup your country, and payment information.
    iTunes: How to set up an Apple ID within iTunes
    http://support.apple.com/kb/HT2731
    Tip: If you are trying to create an account using an existing Apple ID, like your iCloud email address, you will receive a prompt telling you that your email address is already an Apple ID. Simply tap Continue, and then tap Use Existing Account on the following screen.
    - Next, you'll be required to enter your billing information. To choose a different Credit Card type, tap one of the available options, and then tap Done. You will not be charged until you make a purchase.
    - Once you've filled out all of the fields for your billing information, tap Next.
    For more information:
    Using an existing Apple ID with the iTunes Store and Mac App Store
    http://support.apple.com/kb/HT2589
    Thanks,
    Matt M.

  • How do I import a playlist on home sharing?  I get the songs, but not packaged in the playlist from which it was imported.

    How do I import a playlist on home sharing?  I get the songs, but not packaged in the playlist from which they were imported. Now I have duplicate songs in my music library.

    You can't import media from one Home Sharing library to another by any other means except selecting the individual items you want to import. For example, you can't select a playlist and then click on the 'Import' button to import all the items in that playlist. You have to select all the items in the playlist before you can click on the 'Import' button. By extension, the playlist on the other Home Sharing computer will not be re-created on your computer. You can select more than one item using the 'Shift' or 'Command' keys.
    What you can do is create a playlist on your computer first, with the same name if you want, and then use drag and drop to copy the media from the remote playlist to your playlist. Note that the playlist on your computer cannot be a 'Smart' playlist it must be a regular playlist for drag and drop copying to work.
    Regarding 'Smart' playlists. If you create a 'Smart' playlist on your computer that uses the exact same filtres as the ones on the remote library when you import the media from the remote library they will show up in the same 'Smart' playlist on your computer.

  • After file migration from PC to to Mac, where can I find my files on the Mac

    We recently purchased a MacBookPro and transferred the desktop and files including downloads from our Sony PC to the Mac.  The migration was successful, but we don't know where to look for the files on the Mac after the migration.  Please help.

    You should find a new account on the Mac. Logout of the current account and log into the new account.

  • SCCM 2012: F8 debug widow not working (At-least not visible) after entering into the "Currently installed Windows 7 Image": F8 works in winPE

    F8 debug widow not working (At-least not visible) after entering into the "Currently installed Windows 7 Image"
    F8 option turned on in the boot image.
    F8 debug window works in Windows PE.
    F8 debug window does not show-up on F8 key-press after entering the 'Currently installed Windows 7 Image" all the way to the end of the task sequence.
    But after a 'Restart Step' (and if F8 was pressed) the Task Sequence tends to pause indefinitely as if the
    F8 debug screen is open in the background.
    I am using SCCM 2012 SP1 (CU 1 is
    not an option at the moment).
    Any ideas as to how I could get the debug F8 option back?

    There have been a couple reported occurrences of this (or something similar) to my knowledge with no resolution in the forums. Your best bet may be to open a case with CSS.
    Also note that if you were going to do a CU, why would you pick CU1 instead of CU4? And, can I ask why it's not an option out of curiosity?
    Jason | http://blog.configmgrftw.com

  • All the Google toolbar buttons(other then print) are not visible after installing Firefox 4

    Google toolbar buttons (other then print) are not visible after installing Firefox 4 for Mac.

    Yes - there is a fix... called IE9... http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-9/worldwide-languages

  • Upgrade of our 10.4.11 laptop to 10.5 is accomplished and we now need to upgrade Quicktime and iTunes; however, the user name and password is now not working after the upgrade to 10.5.

    Object is to sync address and calendar between laptop with Max OS 10.4.11 and iPhone. Upgrade of our 10.4.11 laptop to 10.5 is accomplished and we now need to upgrade Quicktime and iTunes; however, the user name and password for the laptop is now not working after the upgrade to 10.5., though it was working prior to the upgrade, for file sharing.

    @ BDAqua > I tried your suggestion but no luck. holding opt+command just gave me a blue screen and it rebotted, pushing the disk out of the drive. Yes, the macbook has 1 gb of ram. I realize that the min req. call for 2 gb of ram so i've got an order in for another dimm to put into the machine. Thanks for your suggestions.
    @ a_brody > Yes. The machine was plugged into a power source. The disk promts you to do that and i recall aspect this form other installs. Thanks for the reminder tho! ( btw your second post is like greek to me man!) 
    @ Kuncklesmac > You're right about Snow Leopard being an upgrade from Leopard. I'm aware of this. And yes previously i've been told by Apple that I needed the Box Set (not the family pack.  i am using the family pack for OS Snow Leopard) to upgrade my 10.4.11 mac - they never mentioned adding ram but i figured that out on my own and an apple specialist recommended it when i purchased Snow Leopard and confirmed that I coul duse the Snow Leopard to upgarde from Tiger (10.4.11). I've also read extensively (as i said above) that it isn't necessary (always) to buy the box set. Several 10.4.11 users report having upgraded using the Snow Leopard upgrade disk only (not the Box Set) without trouble on intel macs (also see the apple link i posted). So i'm just ondering how they did it and i cannot. 
    Thanks fo rall yor help!

  • Payload not visible in the XI monitor

    In my scenario an xml message was successfully reaching its destination. The XI system was upgraded from support pack 13 to support pack 16. After that the process is still working fine as the XML message is still successfully reaching its destination. The issue we have is that the ‘Payload’ is not visible in the last two steps of the monitor. We can see the Payload until ‘Technical Routing’ in the monitor. But ‘Call Adapter’ and ‘Response’ steps do not have payload.
    (TCode: SXMB_MONI)
    when we double click a message we get XML message details and on the left hand side it shows following hierarchy:
    XML Message:
    Receiver Grouping
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Request Message Mapping
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Technical Routing
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Call Adapter
       -     SOAP Header
       -     SOAP Body
    <b>(( No Payload displayed, but present above!! ))</b>
    Response
       -     SOAP Header
       -     SOAP Body
    <b>(( No Payload displayed, but present above!! ))</b> 
    Any suggestions would be highly appreciated!
    Thanks in advance.
    Faiq

    Hi faiq
    This seems to be the normal behaviour starting with SP13 or 14. There was a discussion about this a while ago and I believe it turned out to be works as designed.
    This is what was posted as final conclusion in Re: SXMB_MONI does not show payload after upgrade to SP15:
    <i>According to SAP (OSS) this is working as designed. Apparently it was an error in the past that the payload was stored in the DB on the ABAP (IE) side when the AE is involved, as it would then be stored twice at DB level. This explains why this is not a problem when e.g. the IDOC adapter is used.
    Anyway, the only way to let the system show the payload in SXI_MONITOR is to set the runtime trace level to 3 (full trace) and parameter logging to 1 (trace switched on).</i>
    regards,
    Peter

Maybe you are looking for