Thunar can not open samba shared

Hi! I installed samba to share files to my Windows VM, I need to run some software to works. I share my home and /run/media/ to share all usb mounted in Linux.
With my VM I have not issues. Windows can see and access to files. If is a usb first I need to access them in linux to mount. not issues.
But when I try with thunar, I use XFCE, I got to browse network I have Windows Network, xpsl421x, XPSL421X (File Sharing). When I try to enter some of them, I receive the next messages:
xpsl421x
Failed to open "xpsl421x"
Connection refused by server.
XPSL421X (File Sharing) / Windows Network
Failed to open "homes".
Failed to mount Windows share: No such file or directory.
Failed to open "usb".
Failed to mount Windows share: Permission denied.
My own /etc/samba/smb.conf
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MORSASHOUSE
# server string is the equivalent of the NT Description field
server string = Samba Server - Dell XPS L421X
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
; hosts allow = 192.168.1. 192.168.2. 127.
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
printcap name = /etc/printcap
load printers = yes
# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
; printing = bsd
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
; guest account = pcguest
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log
# Put a capping on the size of the log files (in Kb).
max log size = 500
# Security mode. Most people will want user level security. See
# security_level.txt for details.
security = user
# Use password server option only with security = server
; password server = <NT-Server-Name>
# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
; username level = 8
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
; encrypt passwords = yes
; smb passwd file = /etc/samba/smbpasswd
# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
# the encrypted SMB passwords. They allow the Unix password
# to be kept in sync with the SMB password.
; unix password sync = Yes
; passwd program = /usr/bin/passwd %u
; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
# Unix users can map to different SMB User names
; username map = /etc/samba/smbusers
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /etc/samba/smb.conf.%m
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
; interfaces = 192.168.12.2/24 192.168.13.2/24
# Configure remote browse list synchronisation here
# request announcement to, or browse list sync from:
# a specific host or from / to a whole subnet (see below)
; remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
; remote announce = 192.168.1.255 192.168.2.44
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
; local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
; os level = 33
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
; domain master = yes
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
; preferred master = yes
# Use only if you have an NT server on your network that has been
# configured at install time to be a primary domain controller.
; domain controller = <NT-Domain-Controller-SMBName>
# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
; domain logons = yes
# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
; logon script = %m.bat
# run a specific logon batch file per username
; logon script = %U.bat
# Where to store roving profiles (only for Win95 and WinNT)
# %L substitutes for this servers netbios name, %U is username
# You must uncomment the [Profiles] share below
; logon path = \\%L\Profiles\%U
# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be specified
# the default order is "host lmhosts wins bcast". "host" means use the unix
# system gethostbyname() function call that will use either /etc/hosts OR
# DNS or NIS depending on the settings of /etc/host.config, /etc/nsswitch.conf
# and the /etc/resolv.conf file. "host" therefore is system configuration
# dependant. This parameter is most often of use to prevent DNS lookups
# in order to resolve NetBIOS names to IP Addresses. Use with care!
# The example below excludes use of name resolution for machines that are NOT
# on the local network segment
# - OR - are not deliberately to be known via lmhosts or via WINS.
; name resolve order = wins lmhosts bcast
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
; wins support = yes
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
; wins proxy = yes
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
dns proxy = no
# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
; preserve case = no
; short preserve case = no
# Default case is normally upper case for all DOS files
; default case = lower
# Be very careful with case sensitivity - it can break things!
; case sensitive = no
# Otras configuraciones
netbios name = xpsl421x
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = yes
writable = yes
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /home/netlogon
; guest ok = yes
; writable = no
; share modes = no
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
; path = /home/profiles
; browseable = no
; guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; read only = yes
; write list = @staff
# Other examples.
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool directory,
# wherever it is.
;[fredsprn]
; comment = Fred's Printer
; valid users = fred
; path = /homes/fred
; printer = freds_printer
; public = no
; writable = no
; printable = yes
# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
; comment = Fred's Service
; path = /usr/somewhere/private
; valid users = fred
; public = no
; writable = yes
; printable = no
# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %u option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
; comment = PC Directories
; path = /usr/pc/%m
; public = no
; writable = yes
# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
;[public]
; path = /usr/somewhere/else/public
; public = yes
; only guest = yes
; writable = yes
; printable = no
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765
[usb]
comment = Discos y Pendrives montados
path = /run/media/elrengo/
; valid users = elrengo
public = yes
writable = yes
printable = no
; create mask = 0765
Thanks in advance!

Hi Omidazg,
à
after trying to open the folder windows says "Can not access \\server\folder"
Would you please let us know complete error message or provide a screenshot of it (please hide all protected
or private information)? Please directly access the folder, did find any issue?
Please check if turn on file and printer sharing. Meanwhile, please open Event Viewer and check if find some
relevant events.
If any update, please feel free to let us know.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • I downloaded pages, completed file sharing but can not open the documents on my ipad

    I have pages on my ipad2, I went through the file sharing instructions for 2 files.  I can not open them in pages.  When I go to Documents, copy from itunes, the files show but cannot be selected.

    Quit Pages and restart the iPad and try again.
    In order to quit or close apps - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Make sure that they are compatilbe file extensions on the files or they will not open ... .doc, .docx, .pages

  • File sharing can not open files when transferred.

    File sharing. When files are sent over to folder on mac can not open message comes up " you do not have permission to open the document"
    Had no problem before loading 10.9.

    Files are coming from another computer on the network and they put the files into a folder on the deck top. When I try to open them I found that I had to select the folder and "get info" and go down to the gear and select "apply to enclosed items" It seems once I take the files out of the folder it reverts back to the default. Then I have to  reset it each time to open new files. In Sharing & permissions I have all the privileges set for read & write is there another way to set it as a default to be able to open the files with going to the gear each time?.

  • IPhone 3G - Can I open a shared calendar on my exchange server?

    Active sync on the iPhone works great for contacts, email, my calendar, accepting/declining invitations, etc. I am not sure if it is possible or if I just don't know how to navigate the device to do this; can I open a shared calendar in my organization similar to how I can open someone else's calendar in Outlook on my desktop?

    Found on Google's website and the first hit with a Google search for "syncing Google calendar iPhone".
    https://support.google.com/calendar/answer/151674

  • SSIS.Pipeline : Warning: Could not open global shared memory to communicate with performance DLL

    I am getting the following warning for my SSIS08 package:
    Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator, or on the system's console.
    I did check Warning in SSIS 2008 , but didn't find any solution.
    The package processes data and executes fine , but why do I see this warning? When I run this package on my machine, I see no such warning, it's only when I deploy it to our DEV SSIS server, I get this warning.
    Thanks,
    Sonal

    I am getting the following warning for my SSIS08 package:
    Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator, or on the system's console.
    I did check
    Warning in SSIS 2008 , but didn't find any solution.
    The package processes data and executes fine , but why do I see this warning? When I run this package on my machine, I see no such warning, it's only when I deploy it to our DEV SSIS server, I get this warning.
    Thanks,
    Sonal
    You have to include the account you use to execute the package in the performance counters group.
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
    Could you tell me where is "performance counters" group, I can not find it.
    Thanks !

  • I have an imac osx 5 mos.old. First time today I can not open my desktop folder/files. I need to read them. Message is: appleworks 6 quit unexpectedly. I need to read them. Is it possible that new software downloaded yesterday is problem?

    I have an imac osx 5 months old. For the first time today I can not open my desktop folders which are very important to me. How can I open these folders.
    The message when I click on the folder is "appleworks 6 quit unexpectedly". I can not open the folder. Is it possible that new software installed could cause the problem when I get the message "new softward available for your computer, install now. Maybe I should never install upgrade. Please help in layman's language how to open my folders. Thanks.

    X423424X wrote:
    The curious thing here is that on the one hand the code cannot be loaded so how could the trojan code be ever executed.  But you would expect the "Unexpectedly quit" message if the intel trojan did get executed in a ppc app.  So this begs the question when (and how) does the trojan code get executed in conjunction with launching an app?
    I understand code injected into a specific app like safari that uses the global environment variable to access the code in /Users/Shared.  But I don't understand how that code could be executed by attempting to run an randomly chosen ppc app.  Unless of course   other code has been injected is in a more critical place than just safari and that is scary.
    Some of this was explained to us a few weeks back by an infected user who reverse engineered the code, working with Intego to figure out why he was being re-directed on Google searches. At the time, nobody believed much of anything he was saying, but F-Secure explains it more fullly in this analysis. Note that there is a filter component to keep it from loading code into apps that would be unstable, so watch for the next variant to filter out ppc only apps.
    In a related matter, I got word from the PC side of the house that similar techniques are being used by drive-by infections that were injecting code into a running app which would disappear when they quit the app. A one-time infection, so to speak. Makes it really hard to even know you were temporarily infected, let alone how, why, what damage, etc.

  • [Solved] SMplayer/MPlayer crash, exit code: 127, can not open any file

    Hi, I read
    https://bbs.archlinux.org/viewtopic.php?id=130197
    and I have similar problem, after last update to latest version, I can not open any video file, the crash report is here
    /usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv, -ao alsa -nokeepaspect -framedrop -nodr -double -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 31457311 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/ja/.config/smplayer/styles.ass -fontconfig -font Arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp ISO-8859-1 -subpos 100 -nocache -osdlevel 0 -vf-add screenshot -slices -channels 2 -af equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 /home/ja/Video/Wham! - Last Christmas.mp4
    /usr/bin/mplayer: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: No such file or directory
    and I have libwbclient-3.6.3-2 installed.
    Any help is appreciated.
    Last edited by dubria (2012-03-04 13:33:17)

    Same problem here... I finally updated whole system yesterday (last full system upgrade was on 2011-11-26) and same problem appears. File /usr/lib/libwbclient.so.0 was not present in system, so i reinstalled package smbclient - without any effect, then reinstalled libwbclient package and requested file appears. There is no error about upgrading libwbclient in pacman.log (from yesterday system update).. How is this possible?

  • TA21041 I can not open some folders and get not have permission to open the folder

    I can not open some folders and recieve the message: you do not have permission to open this folder. how I can solve it?

    Select that folder, choose Get Info from the File menu, and give yourself read access under Sharing & Permissions. This shouldn't be done on folders in system directories.
    (66976)

  • Database 9i can not open ..help..?

    Dear all,
    when electric down suddenly, my database 9i can not open.
    i have message ORA-03113:end-of-file on communication channel.
    i can started and mounted database only.
    please help me.
    Regard
    Teguh

    Dear,
    Thank for your reply, Satheesh.
    This is the alert.log
    Fri Jul 09 18:57:28 2004
    PMON: terminating instance due to error 471
    Instance terminated by PMON, pid = 960
    Dump file c:\ora92i\admin\mpri\bdump\alert_mpri.log
    Sun Jul 11 08:51:54 2004
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Sun Jul 11 08:51:54 2004
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = C:\ora92i\oradata\MPRI\CONTROL01.CTL, C:\ora92i\oradata\MPRI\CONTROL02.CTL, C:\ora92i\oradata\MPRI\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain = COM
    instance_name = MPRI
    dispatchers = (PROTOCOL=TCP) (SERVICE=MPRIXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = C:\ora92i\admin\MPRI\bdump
    user_dump_dest = C:\ora92i\admin\MPRI\udump
    core_dump_dest = C:\ora92i\admin\MPRI\cdump
    sort_area_size = 524288
    db_name = MPRI
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sun Jul 11 08:51:58 2004
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sun Jul 11 08:51:59 2004
    alter database mount exclusive
    Sun Jul 11 08:52:03 2004
    Successful mount of redo thread 1, with mount id 2592377199.
    Sun Jul 11 08:52:03 2004
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Sun Jul 11 08:52:03 2004
    alter database open
    Sun Jul 11 08:52:04 2004
    Beginning crash recovery of 1 threads
    Sun Jul 11 08:52:04 2004
    Started first pass scan
    Sun Jul 11 08:52:05 2004
    Completed first pass scan
    43157 redo blocks read, 1403 data blocks need recovery
    Sun Jul 11 08:52:05 2004
    Started recovery at
    Thread 1: logseq 111, block 13381, scn 0.0
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 111 Reading mem 0
    Mem# 0 errs 0: C:\ORA92I\ORADATA\MPRI\REDO02.LOG
    Corrupt block relative dba: 0x008040a8 (file 2, block 16552)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 3 format: 0 rdba: 0x40a80202
    last change scn: 0x05b0.05b040a8 seq: 0x0 flg: 0x00
    consistency value in tail: 0x02023830
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x7bdd
    Reread of rdba: 0x008040a8 (file 2, block 16552) found same corrupted data
    Corrupt block relative dba: 0x008040a7 (file 2, block 16551)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0x40a70202
    last change scn: 0x05b0.05b040a7 seq: 0x0 flg: 0x00
    consistency value in tail: 0x02020001
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x6228
    Reread of rdba: 0x008040a7 (file 2, block 16551) found same corrupted data
    Corrupt block relative dba: 0x00803f47 (file 2, block 16199)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 255 format: 2 rdba: 0x3f470202
    last change scn: 0x05cf.05cf3f47 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0203000a
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x8345
    Reread of rdba: 0x00803f47 (file 2, block 16199) found same corrupted data
    Corrupt block relative dba: 0x00803e00 (file 2, block 15872)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0x3e000202
    last change scn: 0x05e7.05e73e00 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0202fb5b
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0xe182
    Reread of rdba: 0x00803e00 (file 2, block 15872) found same corrupted data
    Corrupt block relative dba: 0x00803dff (file 2, block 15871)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0x3dff0202
    last change scn: 0x05e7.05e73dff seq: 0x0 flg: 0x00
    consistency value in tail: 0x02020001
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x557d
    Reread of rdba: 0x00803dff (file 2, block 15871) found same corrupted data
    Corrupt block relative dba: 0x0251a758 (file 9, block 1156952)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0xa7580206
    last change scn: 0x05b2.05b2a758 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f30
    Reread of rdba: 0x0251a758 (file 9, block 1156952) found same corrupted data
    Corrupt block relative dba: 0x0251a757 (file 9, block 1156951)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7570206
    last change scn: 0x05b2.05b2a757 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3f
    Reread of rdba: 0x0251a757 (file 9, block 1156951) found same corrupted data
    Corrupt block relative dba: 0x0251a756 (file 9, block 1156950)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7560206
    last change scn: 0x05b2.05b2a756 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3e
    Reread of rdba: 0x0251a756 (file 9, block 1156950) found same corrupted data
    Corrupt block relative dba: 0x0251a755 (file 9, block 1156949)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7550206
    last change scn: 0x05c1.05c1a755 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06010000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x4e8
    Reread of rdba: 0x0251a755 (file 9, block 1156949) found same corrupted data
    Corrupt block relative dba: 0x0251a754 (file 9, block 1156948)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 1 format: 6 rdba: 0xa7540206
    last change scn: 0x05b2.05b2a754 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3c
    Reread of rdba: 0x0251a754 (file 9, block 1156948) found same corrupted data
    Corrupt block relative dba: 0x0251a753 (file 9, block 1156947)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7530206
    last change scn: 0x05b2.05b2a753 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3b
    Reread of rdba: 0x0251a753 (file 9, block 1156947) found same corrupted data
    Corrupt block relative dba: 0x0251a752 (file 9, block 1156946)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7520206
    last change scn: 0x05b2.05b2a752 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3a
    Reread of rdba: 0x0251a752 (file 9, block 1156946) found same corrupted data
    Corrupt block relative dba: 0x0251a751 (file 9, block 1156945)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7510206
    last change scn: 0x05b2.05b2a751 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f39
    Reread of rdba: 0x0251a751 (file 9, block 1156945) found same corrupted data
    Corrupt block relative dba: 0x0251a750 (file 9, block 1156944)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7500206
    last change scn: 0x05b2.05b2a750 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f38
    Reread of rdba: 0x0251a750 (file 9, block 1156944) found same corrupted data
    Corrupt block relative dba: 0x0251a74f (file 9, block 1156943)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74f0206
    last change scn: 0x05b2.05b2a74f seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f27
    Reread of rdba: 0x0251a74f (file 9, block 1156943) found same corrupted data
    Corrupt block relative dba: 0x0251a74e (file 9, block 1156942)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74e0206
    last change scn: 0x05b2.05b2a74e seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f26
    Reread of rdba: 0x0251a74e (file 9, block 1156942) found same corrupted data
    Corrupt block relative dba: 0x0251a74d (file 9, block 1156941)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74d0206
    last change scn: 0x05b2.05b2a74d seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f25
    Reread of rdba: 0x0251a74d (file 9, block 1156941) found same corrupted data
    Corrupt block relative dba: 0x0251a74c (file 9, block 1156940)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74c0206
    last change scn: 0x05b2.05b2a74c seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f24
    Reread of rdba: 0x0251a74c (file 9, block 1156940) found same corrupted data
    Corrupt block relative dba: 0x0251a74b (file 9, block 1156939)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74b0206
    last change scn: 0x05b2.05b2a74b seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f23
    Reread of rdba: 0x0251a74b (file 9, block 1156939) found same corrupted data
    Corrupt block relative dba: 0x0251a74a (file 9, block 1156938)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74a0206
    last change scn: 0x05b2.05b2a74a seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f22
    Reread of rdba: 0x0251a74a (file 9, block 1156938) found same corrupted data
    Corrupt block relative dba: 0x0251a749 (file 9, block 1156937)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7490206
    last change scn: 0x05b2.05b2a749 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f21
    Reread of rdba: 0x0251a749 (file 9, block 1156937) found same corrupted data
    Corrupt block relative dba: 0x0251a70a (file 9, block 1156874)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa70a0220
    last change scn: 0x05b2.05b2a70a seq: 0x0 flg: 0x00
    consistency value in tail: 0x20020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x20, spare2: 0x2, spare3: 0x2127
    Reread of rdba: 0x0251a70a (file 9, block 1156874) found same corrupted data
    Corrupt block relative dba: 0x0251a5f1 (file 9, block 1156593)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 1 format: 6 rdba: 0xa5f10206
    last change scn: 0x05d3.05d3a5f1 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06010012
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0xf3b8
    Reread of rdba: 0x0251a5f1 (file 9, block 1156593) found same corrupted data
    Corrupt block relative dba: 0x0251a592 (file 9, block 1156498)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 255 format: 3 rdba: 0xa5920206
    last change scn: 0x05cf.05cfa592 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0601020e
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0xdd5f
    Reread of rdba: 0x0251a592 (file 9, block 1156498) found same corrupted data
    Corrupt block relative dba: 0x0251a3e5 (file 9, block 1156069)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa3e50206
    last change scn: 0x05b3.05b3a3e5 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0602003d
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x4c27
    Reread of rdba: 0x0251a3e5 (file 9, block 1156069) found same corrupted data
    Corrupt block relative dba: 0x0251a346 (file 9, block 1155910)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 255 format: 3 rdba: 0xa3460206
    last change scn: 0x05b3.05b3a346 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0601003d
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x6fbc
    Reread of rdba: 0x0251a346 (file 9, block 1155910) found same corrupted data
    Corrupt block relative dba: 0x018586a3 (file 6, block 362147)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0x86a30206
    last change scn: 0x05e8.05e886a3 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020101
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x5104
    what i have to do ..?
    Can you give step one step procedure to recovery the database. i am a beginner for this.
    Thank
    Regard
    Teguh.

  • Safari can not open the page

    When I tried to redeem apps via FreeAppDaily (app) and FreeMyApps (web) today.
    when it jumps from FreeAppDaily and FreeMyApps to the redeem page, It pops up "URL is invalid, so Safari can not open the page".
    I had successfully redeem apps in FreeMyApps previously.
    I tried to restart, change wifi network, clear cookie and reset network setting, but they are useless.

    Yes, I can access other Web sites in Safari
    I can download free apps through FreeAppDaily and FreeMyApps.
    for FreeAppDaily, I get the redeem code from the app and then redeem the app from AppStore sucessfully.
    but for FreeMyApps, I sent a email to the developer, the thier reply cannot solve my problem.
    Hi there,
    Thank you for your email. Due to the overwhelming response to our website,
    we are not able to answer every query on the site.
    In the meantime, check out our FAQs <http://m.freemyapps.com/learn_more>.
    It has answers about what a profile install means, how to enroll as well as
    remove the profile, when we  add new sponsor apps, general guidelines for
    social sharing and lots more!
    Cheers!
    The FreeMyApps Team.

  • I have just done a software update and now I can not open my itunes. How can I open itunes?

    Hi, I have a macbook pro os x, version 10.6.8
    While doing a software update, I was asked to quit itunes to download the update. Now I can not open itunes. The icon is still there, but it just bounces up and down when I click on it. What is happening there? And how can I open itunes? Do I need to down load itunes again?

    Settings > Messages > Send & Receive
    Look at the Apple ID and the "YOU CAN BE REACHED..." entries. Make sure none of these are shared with your partner.

  • I can not open Iphoto, my library crashed!!!

    I can not open Iphoto, my library seens to be curruted. I tried to use option command function but nothing happens. I just can see that it is trying to update the software, step 1 of 11. Please can someone help me?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • Error message when updating Itunes...can not open Itunes program

    I am recieving error message when updating Itunes for my computer.  The error message reads "MSVCR80.dll is missing and the other error message reads Error 7  (Windows error 126)"  I can not open my Itunes.  I have reloaded the Itunes onto my computer but still have the same error messages.  Please help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99364)

  • Can not open some PDFs in Outlook

    I can not open PDFs in 2010 Outlook from just one particular email. Other PDFs from other emails open fine.
    have uninstalled and re-installed latest Adobe Reader.
    How do I fix?

    Hi,
    Do you mean you can't open PDFs send from a particular email address or just the PDFs in one particular email?
    Can you view the PDF from web access?
    In addition, please try Anil's suggestion, download the pdf to local and try to open it locally.
    Please let me know the result.
    Best Regards,
    Steve Fan
    TechNet Community Support

Maybe you are looking for

  • Officejet Pro X576dw MFP and Yosemite won't scan

    Our new Officejet Pro X576dw MFP no longer scans. It was working fine and I'm not 100% sure that it stopped scanning when I upgraded to Yosemite, or if that's just a coincidence. The computer monitor is an iMac. The error message is   The scan could

  • Calling Java from Delphi via JNI

    Hi all. I've got a J2EE application, and I'm trying to write a Delphi client for the server. More specifics: Server and test client running in Win2000 SP4. Server running in JBoss (JUnit test cases have successfully connected to the server) JDK 1.4 I

  • 20" Aluminum Cinema Display Screws?

    Hello. I'm looking for two of the allen wrench screws that attach the 20" Aluminum Cinema Display Monitor to the stand. I just ordered a replacement stand but the screws were not included! Any assistance will be greatly appreciated. G5 Mac OS X (10.4

  • Moving an existing xml element into aTable

    Hi Everyone, After importing the xml I need to place or convert the xml elements into the table. Is there any way to do this by JS? Here is the sample Table xml elements.... <table-wrap id="ch3_t1"> <label>Table 3.1</label> <caption> <title>Anatomy a

  • Problems with the function RFC_GET_TABLE_ENTRIES

    Hi experts,        We have a external application named P-Synch that is used when a user needs to change or unlock their password on our SAP system. The problem we are presenting is that in our PBP system the application is working fine but in our BW