How to mount the afp share with two different users

I use Terminal to mount three actions of my SIN.  I want to mount a mount point in my user folder.  One of the actions has a user name and password, so that the other two mount as a guest.  I can ride through Finder > to connect to the server without any problem, but this goes to /Volumes and not in my user folder and also indicates the actions on my desk.  I use to get the following:

mount_afp o nobrowse 'afp://username:password@Servername/Share1' ~/Mount point/folder 1 /.

This example goes up the part properly, but when I run the following command:

mount_afp o nobrowse 'afp://Servername/Share2/' ~/Mount point/folder 2 /.

I have the following error:

mount_afp: AFPMountURL returned error-5023, errno is-5023

This happens if I invert the controls as well, for example to get the comments share first, then the part of the user.

Am I missing something?  I can't get different actions for different credentials?

OS X has no Linux - bind option that allows multiple points of Assembly of nickname for the same file system.

OS X allows a file system mounted only once.

I suggest you get the file normally, system create an OS X Alias, can put copies of this Alias in the account of each use.

And/or create symbolic links that point to the real mount point.

Tags: Mac OS & System Software

Similar Questions

  • How to associate the same contact with two different accounts to import

    Hello

    (1) I want to associate the same contact (ex: person) to two different accounts (account A and account B) import.

    I tried with the Unique ID from outside Contact but it is accidental and in the end, I am able to associate this Contact with a single account.



    (2) I also can't records to import custom object with the same name through the import process.



    Could someone advice on the same.

    With regard to your questions:

    (1) currently, it is not possible using the Import Wizard. However, it could be done using web services.
    (2) the name must be different.

  • How to access the PDB (s) with multiple shared users?

    is it possible to access the PDB files with multiple shared users?

    Consider the scenario:

    I have two common user:-c# a PDB and c ##b:-PDBTEST

    I am facing problem:

    When I connect with the common user - c ##b, I am not able to see the table of PDBTEST created by connecting you with c# a.

    However, I have assigned rights in PDBTEST for both users c# a and c ##b.

    For the common c ##b user, is there another way, I can access PDBTEST?

    I'm following measures:

    Connect as sysdba

    1 > created two user c# a and c ##b (container = ALL)

    2 > common role granted with all privileges: c ##role (container = ALL)

    3 > assigned c ##role both user: c# a and c ##b (container = ALL)

    4 > created PDB: PDBTEST

    Changed session and containing value = PDBTEST

    5 > granted c ##role to two users: c# a and c ##b inside the PDBTEST

    6 > connect with c# a (and not as sysdba)

    Changed session and containing value = PDBTEST

    7 > table created and inserted record: TestTable

    8 > connection with c ##b (and not as sysdba)

    Changed session and containing value = PDBTEST

    I'm not able to access the record of "TestTable" after you connect with c ##b...

    Even more, if I connect with c# a, I can access inserted records.

    Help, please.

    Hi Big Boss,

    It has nothing to do with the PDB, it is just the works of oracle way - to query a table that belongs to another yo uhave to precede their schema name unless you do one of 2 things

    (1) create a synonym (public or private) for their purpose

    (2) use alter session set current_schema

    So in your case you'd be (both logged in as ##b c)

    (1) create synonym c# table_name #a.table_name;

    (2) alter session set current_schema = c# a;

    Now, if you say

    Select * from table_name as c ##b it will work.

    (1) is permanent

    (2) must be adjusted each time you connected

    I think you're confusing a pdb with a schema file.

    See you soon,.

    Rich

  • How to make the Apache configuration for two different areas

    Hello

    I was trying just a few clustering on weblogic workshop. I was facing a problem... Here's the scenario:

    I have two clusters:

    CLUSTER1: 3 managed servers (server1, server2, serveur3)
    Cluster2: 2managed servers (server4, Server5)

    I have two examples of applications I have made on these two clusters i.e on cluster1 app1 and app2 on cluster2.

    These two applications are deployed all as I am able to open these browser applications by calling the individual run as server port: http://localhost:7003 / app1.

    Now, I have installed an apache server on my laptop and configured the http.conf file.


    Question: I am not able to call the application of apache. If there is only a single cluster then it works very well and for an application two that a single cluster (application) only works too which port is set in the last.

    Here are the contents of my httpd.conf file:

    #
    # This is the main Apache HTTP server configuration file. It contains the
    configuration directives # that give the server its instructions.
    # See < URL: http://httpd.apache.org/docs/2.2 > for more information.
    # See especially
    # < URL: http://httpd.apache.org/docs/2.2/mod/directives.html >
    # for an analysis of each configuration directive.
    #
    # Do NOT simply read the instructions here without understanding
    # what they do. They are there only as advice or reminders. If you do not know
    # consult the online documentation. You have been warned.
    #
    # Configuration and logfile names: If the file names that you specify for a lot
    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the
    # server uses this explicit path. If the file names do not start
    # with "/", the value of ServerRoot directive is preceded by - so "logs/foo.log.
    # with ServerRoot set to "C:/Program Files/Apache Software Foundation/Apache2. 2' will be interpreted by the
    # Server as "C:/Program Files/Apache Software Foundation/Apache2.2/logs/foo.log".
    #
    # NOTE: Where file names are specified, you must use forward slashes
    # instead of backslashes (e.g. "c:/apache" instead of "c:\apache").
    # If a drive letter is omitted, the drive on which httpd.exe is located
    # will be used by default. It is recommended that you always provide
    # an explicit drive letter in absolute paths to avoid confusion.

    #
    # ServerRoot: The top of the directory under which the server tree
    # configuration, error and the log files are kept.
    #
    # Do not add a bar slash at the end of the directory path. If you point
    # ServerRoot to non-local disk, remember to point the LockFile directive
    # to a local disk. If you want to share the same multiple ServerRoot
    demons of # httpd, you will need to change at least the LockFile and PidFile.
    #
    ServerRoot "C:/Program Files/Apache Software Foundation/Apache2. 2. "

    #
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    ports #, instead of the default value. See also the < VirtualHost >
    directive #.
    #
    # Change this to listen on specific IP addresses below for
    # prevent Apache glomming on all related IP addresses.
    #
    #Listen 12.34.56.78:80
    Listen 80

    #
    # Dynamic Shared Object (DSO) Support
    #
    # To be able to use the features of a module that was built as a DSO you
    # duty place corresponding 'LoadModule' lines at this location until the
    # the directives that it contained are actually available before their use.
    # Modules statically compiled (those listed by "httpd-l") is not necessary
    # to be responsible here.
    #
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    #
    LoadModule modules/mod_actions.so actions_module
    LoadModule alias_module modules/mod_alias.so
    LoadModule modules/mod_asis.so asis_module
    LoadModule auth_basic_module modules/mod_auth_basic.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    #LoadModule authn_alias_module modules/mod_authn_alias.so
    #LoadModule authn_anon_module modules/mod_authn_anon.so
    #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule modules/mod_authn_default.so authn_default_module
    LoadModule authn_file_module modules/mod_authn_file.so
    #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule modules/mod_authz_default.so authz_default_module
    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module
    LoadModule modules/mod_authz_host.so authz_host_module
    #LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule modules/mod_authz_user.so authz_user_module
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule cache_module modules/mod_cache.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule modules/mod_cgi.so cgi_module
    #LoadModule charset_lite_module modules/mod_charset_lite.so
    #LoadModule dav_module modules/mod_dav.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    #LoadModule dav_lock_module modules/mod_dav_lock.so
    #LoadModule dbd_module modules/mod_dbd.so
    Modules/mod_deflate.so deflate_module #LoadModule
    LoadModule modules/mod_dir.so dir_module
    #LoadModule disk_cache_module modules/mod_disk_cache.so
    #LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule env_module modules/mod_env.so
    #LoadModule modules/mod_expires.so expires_module
    #LoadModule ext_filter_module modules/mod_ext_filter.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule filter_module modules/mod_filter.so
    #LoadModule modules/mod_headers.so headers_module
    #LoadModule ident_module modules/mod_ident.so
    #LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule modules/mod_include.so include_module
    #LoadModule info_module modules/mod_info.so
    LoadModule modules/mod_isapi.so isapi_module
    #LoadModule ldap_module modules/mod_ldap.so
    #LoadModule logio_module modules/mod_logio.so
    LoadModule log_config_module modules/mod_log_config.so
    #LoadModule log_forensic_module modules/mod_log_forensic.so
    #LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule negotiation_module modules/mod_negotiation.so
    #LoadModule modules/mod_proxy.so proxy_module
    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule
    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule
    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule
    Modules/mod_proxy_http.so proxy_http_module #LoadModule
    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    #LoadModule reqtimeout_module modules/mod_reqtimeout.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    Modules/mod_speling.so speling_module #LoadModule
    Modules/mod_ssl.so ssl_module #LoadModule
    #LoadModule modules/mod_status.so status_module
    #LoadModule substitute_module modules/mod_substitute.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    #LoadModule userdir_module modules/mod_userdir.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule version_module modules/mod_version.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule modules/mod_wl.so weblogic_module



    * < IfModule mod_weblogic.c > *.
    WebLogicCluster 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7003, 127.0.0.1:7103, 127.0.0.1:7104
    MatchExpression /app1
    * < / IfModule > *.
    * < location /weblogic > *.
    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104
    DebugConfigInfo WE
    PathTrim /weblogic
    * < / location >. *

    * < IfModule mod_weblogic.c > *.
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    MatchExpression /app2
    * < / IfModule > *.
    * < location /weblogic > *.
    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE
    PathTrim /weblogic
    * < / location >. *


    < IfModule! mpm_netware_module >
    < IfModule! mpm_winnt_module >
    #
    # If you want httpd to run as a different user or group, you must run
    # httpd as root initially and it will pass.
    #
    # Group / user: the name (or #number) of the user/group to run httpd as.
    # It is generally advisable to create a dedicated and aggregatable for user
    # httpd, as with most system services are running.
    #
    Demon of the user
    Daemon group

    < / IfModule >
    < / IfModule >

    Server configuration # 'hand '.
    #
    # The directives in this section implement the values used by the 'hand '.
    # Server, which meets all demands that are not managed by a
    definition of # < VirtualHost >. These values also provide defaults for
    # all < VirtualHost > containers you can set later in the file.
    #
    # All these directives may appear inside containers < VirtualHost >,.
    # in which case the value default parameters will be substituted for the
    virtual host of # being defined.
    #

    #
    # ServerAdmin: Your address, where problems with the server should be
    # e-mail. This address appears on some generated by the page server, such
    # as error documents. for example [email protected]
    #
    ServerAdmin < adminurl >
    #
    # ServerName gives the name and the port used by the server to identify itself.
    # This can often be determined automatically, but we recommend that you specify
    # explicitly to avoid problems during startup.
    #
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #
    #ServerName < servername >
    # DocumentRoot: The directory you are going to use your
    documents #. By default, all requests are taken from this directory, but
    aliases and symlinks # can be used to point to other locations.
    #
    DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs".

    #
    # Each directory that Apache has access can be configured in respect
    # to which services and features are allowed and/or disabled in this
    # Directory (and its subdirectories).
    #
    # Everything first, we configure the 'default' to be a very restrictive of game
    features #.
    #
    < directory / >
    Options FollowSymLinks
    AllowOverride None
    Order deny, allow
    Refuse to all the
    < / Book >

    #
    # Note that, from this point forward you must precisely enable
    features special # to be enabled - so if something doesn't work not as
    # you might expect, make sure that you have specifically enabled it
    # below.
    #

    #
    # This should be replaced by what you set DocumentRoot.
    #
    < directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" >
    #
    # Possible values for the Options directive are "None", "All."
    # or any combination of:
    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named explicitly -'all Options '.
    # is not give it to you.
    #
    # The Options directive is complex and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # For more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be 'All', 'None', or any combination of key words:
    # Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow, deny
    Allow all the

    < / Book >

    #
    # DirectoryIndex: sets the file Apache will serve if a directory
    # is requested.
    #
    < IfModule dir_module >
    DirectoryIndex index.html
    < / IfModule >

    #
    # The following lines prevent the .htaccess and .htpasswd files to be
    # seen by customers of the Web.
    #
    < FilesMatch "^ \.ht" > "".
    Order allow, deny
    Refuse to all the
    Meet all
    < / FilesMatch >

    #
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive in a < VirtualHost >
    # container, error messages related to this virtual host will be
    # logged here. If you do define a for a < VirtualHost > error log
    container of #, that host errors will be logged there and not here.
    #
    ErrorLog logs / 'error.log '.

    #
    # LogLevel: Control the number of messages in the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,.
    # emerg, alert.
    #
    LogLevel warn

    < IfModule log_config_module >
    #
    # The following directives define some nicknames format for use with
    # a directive CustomLog (see below).
    #
    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"
    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >
    # You must enable mod_logio.c use %I and frequency
    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio
    < / IfModule >

    #
    # The location and format of the access (Common Log Format) log file.
    # If you do not have any logfiles access set in a < VirtualHost >
    container of #, they will be saved here. On the other hand, if you the do
    # define per - < VirtualHost > access logfiles, transactions will be
    # logged there and not in this file.
    #
    Common CustomLog "logs/access.log.

    #
    # If you prefer a log file of access, agent, and referer information
    # (Combined logfile format) you can use the following directive.
    #
    #CustomLog "logs/access.log' combined
    < / IfModule >

    < IfModule alias_module >
    #
    # Redirect: Allows to tell clients the documents used for
    # exist in your server's namespace, but no more. The customer
    # make a new request for the document at its new location.
    # Example:
    # Redirect permanent/foo http:// < url >/bar

    #
    # Alias: Maps web paths into paths of file system and is used to
    # access content that don't live under the DocumentRoot directive.
    # Example:
    # Alias /webpath/full/filesystem/path
    #
    # If you include a trailing / on /webpath, then the server will be
    # require that he be present in the URL. It is also likely that
    # duty provide a < Directory > section to allow access to
    # the path to the file system.

    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as assumed names, except that
    # documents in the target directory are treated as applications and
    # executed by the server on demand, rather than as documents sent to the
    client of #. The same regulation on flight "/" applies to the ScriptAlias
    # as for the Alias directives.
    #
    ScriptAlias/cgi-bin / "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/".

    < / IfModule >

    < IfModule cgid_module >
    #
    # ScriptSock: On threaded servers, refers to the access path to the UNIX
    decision # used to communicate with the CGI mod_cgid daemon.
    #
    Newspapers/cgisock #Scriptsock
    < / IfModule >

    #
    # "C:/Program Files / Apache Software Foundation/Apache2.2/cgi-bin" should be replaced by everything that your ScriptAlias
    # CGI directory exists, if you have set up.
    #
    < directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin" >
    AllowOverride None
    None of the options
    Order allow, deny
    Allow all the
    < / Book >

    #
    # DefaultType: Server default MIME type used for a document
    # If it cannot establish also as file name extensions.
    # If your server contains mainly text or HTML documents, it is "text/plain".
    # a good value. If your content is binary, such as applications
    # or images, you can use "application/octet-stream" instead of
    # Keep browsers try to view binary files, as if they were
    # text.
    #
    DefaultType text/plain

    < IfModule mime_module >
    #
    # TypesConfig points to the file containing the list of mappings from
    # MIME file extension - type.
    #
    TypesConfig conf/mime.types

    #
    # AddType allows you to add or replace the MIME configuration
    # the file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress. Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented out, then you
    # should probably define these extensions to indicate media types:
    #
    AddType application/x-compress. Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain "manipulators": file extensions
    # No actions associated with the file type. It can be either integrated into the server
    # or added to the directive of the Action (see below)
    #
    # To use CGI outside of ScriptAlias directories scripts:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):
    #AddHandler type-plan of the var

    #
    # Filters allow you to process content before sending it to the client.
    #
    # To parse .shtml for server-side includes (SSI) files:
    # (You will also need to add "Includes" the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    < / IfModule >

    #
    # The mod_mime_magic module allows the server to use various boards of the
    content of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the definitions of suspicion.
    #
    #MIMEMagicFile conf/magic

    #
    # Customizable error responses come in three flavors:
    ((# 1) text 2) local redirects 3) external redirects
    #
    # Examples:
    #Error Document 500 "The server made a boo boo".
    #Error Document 404 Missing.html
    #Error Document 404 "/cgi-bin/missing_handler.pl"
    #Error Document 402 subscription_info.html < url >
    #

    #
    # EnableMMAP and EnableSendfile: on systems that support.
    projection in memory # or the sendfile syscall is used to deliver
    # files. Usually, this improves the performance of the server, but must
    # turn off when mounted network is served
    # file systems or if support for these functions is also
    # broken on your system.
    #
    #EnableMMAP off
    #EnableSendfile off

    # Additional configuration
    #
    # The configuration files in the conf/extra/directory can be
    # included to add additional features or change the default configuration
    # the server, or you can simply copy their content here and change as
    # necessary.

    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages
    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory
    #Include conf/extra/httpd-autoindex.conf

    # Language settings
    #Include conf/extra/httpd-languages.conf

    # User directories
    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration
    #Include conf/extra/httpd-info.conf

    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server
    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf

    # Various default settings
    #Include conf/extra/httpd-default.conf

    # Secure connections (SSL/TLS)
    #Include conf/extra/httpd-ssl.conf
    #
    # Note: The following text should be present to support
    # start without SSL on platforms without equivalent/dev/random
    but # a statically compiled in mod_ssl.
    #
    < IfModule ssl_module >
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    < / IfModule >

    This is so for the app2 only configuration above, I am able to call and app1 his adage "404 page not found".

    Can soomebody help me cofiguring apache so that I can call the two applications.


    Thank you
    Ankit

    >

    WebLogicCluster 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7003, 127.0.0.1:7103, 127.0.0.1:7104
    MatchExpression /app1


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104

    DebugConfigInfo WE
    PathTrim /weblogic


    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    MatchExpression /app2


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE
    PathTrim /weblogic

    >

    This configuration is a little weird. He has /app1 MatchExpression and MatchExpression /app2 and at the same time two sections . Are you sure you understand what means that the configuration?

    Try something like this...


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104
    DebugConfigInfo WE


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE

    where /app1 and /app2 are your weblogic applications contexts.

    http://download.Oracle.com/docs/CD/E11035_01/WLS100/plugins/Apache.html
    http://httpd.Apache.org/docs/2.0/mod/core.html#location

  • How to connect the laptop screen to two different TVs?

    I try to show what is on my laptop two two different TVs at the same time. I already have the hdmi cable connected, but I can't seem to find a way to show my monitor on both screens at the same time. I can get it to show on one or the other. Any suggestions?

    Thank you
     
    Original title: connection screen of the laptop to two screens

    Hi GabrielGomezYZ,

    Thanks for posting your question in the Microsoft Community Forums.

    You have a problem with the display of the content on the laptop on more than one TV. It can be difficult when something that is important to you does not work as expected. It's pretty simple and we're here to help you solve the problem. We work as a team and get this sorted out.

    Method-

    I would have you look at the article-

    Setting up dual monitor: two screens are better than one

    http://www.Microsoft.com/athome/organization/twomonitors.aspx#fBid=DT7eyPCoaLh

    In addition, you can check the items of reference-

    Work and play better with multiple monitors

    http://Windows.Microsoft.com/en-in/Windows7/work-and-play-better-with-multiple-monitors

    HDTV: Frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/HDTV-frequently-asked-questions

    We know if you need help. We will be happy to help you. We at Microsoft, strive for excellence and provide our customers with the best support.

    Thank you.

  • I have a basic calculation, but I can't figure out how to make the total tower with two decimal places

    Here is the code I use. I looked everywhere, but I couldn't find answers on how to round specific numbers, not total String.

    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;

    gccalculate.addEventListener (TouchEvent.TOUCH_TAP, fl_TapHandler_21);

    function fl_TapHandler_21(event:TouchEvent):void

    {

    var a: number = Number (input1.text) * Number (input2.text) *.01 * Number (input3.text).

    total.set_Text = String (a);

    }

    use toFixed():

    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;

    gccalculate.addEventListener (TouchEvent.TOUCH_TAP, fl_TapHandler_21);

    function fl_TapHandler_21(event:TouchEvent):void

    {

    var a: number = Number (input1.text) * Number (input2.text) *.01 * Number (input3.text).

    total.set_Text = a.toFixed (2);

    }

  • Card problem OBIEE - points on the map illustrated with two different images.

    VI have obiee 11.1.1.7.1 where we have an analysis with a card.

    The base map and the theme is created in 11.1.1.7.3 mapbuilder.

    VI have a variable shape layer in the OBIEE plan. The shape is a circle, and has four different locations (using four different colors to show the differences).

    A query can show 20-30 positions on the map.

    So far so good.

    When we run the analysis, the following occurs:

    1. circles of 20-30 (with one of four different colors) are presented correctly on the map. These results appear directly on the map once we click on "Apply"

    2 an hourglass appears and we will have to wait for 20 to 60 seconds.

    3 then an "x" appears in each of the 20-30 circles and the hourglass disappears. The 'x' is the mapbuilder theme that we created if we do not have any Style 'Render' associated with the Style. If we have a rendering style, for example a simple small point, this point then appears with the circle.

    Our question is how we can force mapbuilder for not making the 'x' in the map. That's where we get terrible response time.


    Best regards

    Joel

    We have solved the problem using only the datawharehouse data to generate BI data layers.

    We have created a new BI data layers using variable forms. Then, we chose a layer of bridge custom rather than use the MapBuilder theme that we created earlier. Then, we used the points Long/Lat for the generation x and y.

  • Can I run outlook and outlook Express on the same computer with two different e-mail addresses?

    My e-mail with outlook express and my wife with outlook email address.

    Yes. You can run them with the same email address as well.

  • How to reset the Vista business with BitLocker active user password

    I'm running Windows Vista business and you forgot my password. I am the user only administrator on the machine. I also enabled Bitlocker. I have the BitLocker password. How can I reset my account password.

    Thank you

    Hello

    I'm sorry, but the strategy of microsoft in these forums is that without assistance will be given about lost or forgotten passwords

    read the policy at the link below

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/keeping-passwords-secure-Microsoft-policy-on/a5839e41-b80e-48c9-9d46-414bc8a8d9d4

  • Fill in the select list with two different queries depending on the user's group

    Hello

    I finished my first production application using apex. I have a Select list that takes its values from a sql query. Now, I want this different query for each user based on the group. Basically each user sees only the projects they are responsible - that works fine. But I want all the people of the admin group to see all the projects - how can I do this?

    Thank you very much!!!
    Henrik

    Hello

    Try this

    SELECT s.caption || ' - ' || s.sapnr display_value
          ,s.sharedservice_id return_value
    FROM   sharedservices s, sharedservicelead l
    WHERE  (   s.sharedservicelead_id = l.sharedservicelead_id
            OR s.ssldeputy_id = l.sharedservicelead_id
           )
    AND    l.username = :app_user
    UNION
    SELECT s.caption || ' - ' || s.sapnr display_value
          ,s.sharedservice_id return_value
    FROM   sharedservices s
    WHERE  HTMLDB_UTIL.get_groups_user_belongs_to(:APP_USER) = 'capacitymanagement'
    

    See you soon

    Ben

  • How to change the Total report with a different name

    Hello

    I have a report and the last line display total report (using default apex - check check sum).

    My last appear as follows: full report | 10. 20. 30. 2 ¾ 100

    What I want to do is to change the name of 'total report' "Grand Total" or something else of my taste. Is - it there anyway that I can can be achieved. Any help would be appreciated.

    Thank you

    Matt

    On the report attributes tab, find the section break, formatting is a text box labeled: view this text when you print the report amounts, you can enter your text to replace the total report...

    Thank you

    Tony Miller
    Webster, TX

  • connection to Oracle ebs with 2 different users of the same machine

    Hi all

    I need your help, I want to know if it is possible to connect with two different users of oracle connection and work with forms and reports from MY MACHINE to oracle ebs SERVER connected to a network. your help will be appreciated, thanks in advance.

    my computer is: Windows 7 64

    my browser: internet explore machine

    OS: rhel Server 6.1

    EBS:12.1.3

    Thank you.

    Hello

    If you use IE 8 or later, you can go to file-> new Session, open the application and connect with a different user.

    https://support.Microsoft.com/en-us/KB/968341

    Kind regards

  • Two questions - cannot save the printer shares with the error code 0x000006d9 and part of the Machine is not accessible from the network of working groups

    I think this are problems, but here is the separately questions, first of all - the basics:

    4 PC network using the working group with two Windows 7 (ultimate) and two xp.  Everything worked fine with the a previous vista / xp 3 network.  All except the Windows 7 Desktop behave well. The network is connected with a modem cable to a 5XT netscreen NS (firewall hardware to the outside and the inside hub), a netgear wireless access point and Windows workgroup use (as mentioned above).  Name all is correct on all machines, all the discovery settings are in place and each has Norton Internet security for its local protection services. Upgrades of Windows 7 have been computer vista laptop connected wireless and wired desktop previously running XP Professional sp3.  XP conversion was assisted on the desktop of the wizard upgrade Laplink PC Mover.  Applications executed in appearance on the two level computers.

    On the desktop - I can't share printers. When I use "networks and printers" in the start menu to share on a printer I get code 0x000006d9 error saying something like the configuration cannot be saved.  All local jobs printing works well.

    On the desktop - the name of the computer records also of all as on the network (it is discovered and mapped by each PC) but when I try to access it from any other machine I get a general error says something like "check your spelling of the name mannequin." This desktop computer Win 7 can browse shared folders on the network of and write about everything.  Somewhat added data - this device can ping all others in the network sucessfully but none get a ping successfully into the offending machine either with ip address or computer name (times out waiting for a response or said the name is not found).  He himself can ping successfully.  It accesses the internet very high hand.

    Solutions have been attempted without a firewall (Firewall Norton Smart Internet - 2010), with the firewall and various changes to authorization.  A final discovery was that Windows Firewall will not allow because BFE is not able to start - error 5 - access denied (this was discovered by train to allow a possible solution because of some internet chatter that the Windows Firewall must be running to implement shared printers).  All other dependencies are running to get a break on why BFE is not (it turns on the Win 7 laptop as well as the firewall).  Authorizations have been verified in the registry for settings of firewall and BFE (ports, permits, etc.) have also been looked at with a very critical eye.  SFC has been run with no problem.  All ports for net drivers, Win 7 networking and other actions are open in the firewall.

    Then people - I did some internet research and I tried a lot of suggested solutions nothing doesn't.  My apologies in advance if a person provides a solution and I say "tried".  Any help is very appreciated

    You can mark this as resolved problem!
    The program involved, causing this error is firewall Windows, here is what you need to do to fix this...
    If like me you have disabled windows firewall, I use Security Suite of ZoneAlarm, you will need to re-enable the firewall to share the printer.

    If you have disabled or turned off the Windows Firewall. (and in my case this error was caused by exactly that)
    Step #1 - disable any other firewall can be installed. Stop to load at startup and restart your PC.

    Step #2 - go to the tools of Admin folder > Services > Windows Firewall > double click and is it set to manual or automatic and keep it.

    Step #3 - open Control Panel > system & security > Windows Firewall > enable or disable the Windows Firewall > (Enable) turn on the Windows Firewall > save
    Then go to Restore Defaults > click on restore default button > save
    (you only do this IF you have changed the settings of the firewall, but it is always a good idea and will ensure that there are no problems during the proceeding)

    Step #4 - click Control Panel Home > view devices & Printers > Select / click on your printer > screen printer properties > share > share this printer > OK

    Step #5 - go back to firewall Windows and the tower he walks back > save

    Step #6 - go back to Services > and the Manual value Windows Firewall (or turn it off if you want, I recommend the manual)

    Step #7 - reboot and re-enable your firewall preferred to start at startup > Reboot

    Step #8 - take a deep breath and sigh of relief! :)

  • LR and PS will not update 'Download error' 49 customer service contact? anyone had this problem and how to solve? was running windows 8.1 and now running windows 10 but had the same problem with two BONES

    LR and PS will not update 'Download error' 49 customer service contact? anyone had this problem and how to solve? was running windows 8.1 and now running windows 10 but had the same problem with two BONES

    Check your hosts file.  to help with this and more:

    Log, activation, or connection errors. CS5.5 and later, Acrobat DC

  • How to play the next song with the repetition of the same song over and over again

    How to play the next song with the repetition of the same song over and over again.

    In this screenshot, shot an Apple article, you can see four icons at the bottom of the screen. Look at the third argument of the right, with the two arrows going in a circle. It's the repeat function. When turned on, you can tap the icon to turn it off.

Maybe you are looking for