ORA-01017 when you add the name of the service

Hello

In short, I can connect locally with "sqlplus USER/pass. However, I can not connect with "sqlplus USER/pass@zabbix" or I can't connect externally using thin client:


PS C:\ > sqlplus USER/pass@zabbix
SQL * more: version 11.1.0.7.0 - Production on Tue Mar 12 10:35:21 2013
Copyright (c) 1982, 2008, Oracle. All rights reserved.
ERROR:
ORA-01017: name of user and password invalid. connection refused


How can I solve this? I can connect to the outside as SYS as SYSDBA. Will there be a privilege to allow users to connect to a particular database?

-----

I create the user like this:

CREATE A USER
IDENTIFIED BY PASS
DEFAULT TABLESPACE USERS
TEMPORARY TEMP TABLESPACE
DEFAULT PROFILE
RELEASE OF ACCOUNT;
GRANT ALTER USER SESSION;
GRANT CREATE SESSION FOR THE USER;
GRANT CONNECT TO THE USER;
ALTER USER DEFAULT ROLE USER;

-----
tnsnames.ora:

ZABBIX =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = a.dom.b.com) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = zabbix)
)
)


-----

PS C:\ > lsnrctl status

LSNRCTL for 64-bit Windows: Version 11.1.0.7.0 - Production on March 12, 2013 10:18:34

Copyright (c) 1991, 2008, Oracle. All rights reserved.

Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP (PORT = 1)(HOST=a.dom.b.com)
STATUS of the LISTENER
------------------------
Alias LISTENER
TNSLSNR for Windows 64-bit version: Version 11.1.0.7.0 - Production
Start date March 1, 2013 16:15:25
Uptime 10 days 17 HR. 3 min. 24 sec.
Draw level off
Security ON: OS Local Authentication
SNMP OFF
D:\...\listener.ora Listener parameter file
D:\...\Log.XML log listener
Summary of endpoints listening...
(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=a.dom.b.com) (PORT = 1521)))
Summary of services...
Service 'zabbix' has 1 instance (s).
Instance 'zabbix' READY State, has 1 operation for this service...

-----


PS C:\ > tnsping zabbix

AMT Ping Utility for 64-bit Windows: Version 11.1.0.7.0 - Production on March 12, 2013 10:18:15

Copyright (c) 1997, 2008, Oracle. All rights reserved.

Use settings files:
d:\...\sqlnet.ora


TNSNAMES adapter used to resolve the alias
Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = a.dom.b.com) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = zabbix)))
OK (0 msec)

Edited by: 970022 March 12, 2013 08:35

Edited by: 970022 March 12, 2013 08:51

Edited by: 970022 March 12, 2013 08:54

970022 wrote:
I agree with your chances. The answer may be as simple as associate an account with a database. I posted the way in which the user was created. The user has been created through SQLPLUS SYS as SYSDBA user. I can't find any documentation that describes how to link a user to a database.

sqlplus USER/pass@zabbix

you are "assuming" happens above to a specific database.
What evidence do you have that you REALLY get to the DB where you know what USER/pass are?

Tags: Database

Similar Questions

  • When you add the network printer

    When you add the printer network TCP/IP port option is not in the drop-down list

    The TCP/IP port selection will not be on "Add a network printer" it will be on "add a local printer.  You want to feed the printer directly.  In the printers and Faxes folder, click on 'Add printer' > next.  Select "local printer attached to this computer.  Do not check "automatically detect and install my Plug and Play printer."  Click Next.  Select "Create a new port" and choose "Standatd TCP/IP Port" in the menu drop-down.  Click Next, click Next again (in the "Add Standard TCP/IP Printer Port" Wizard), enter the printer's TCP/IP address, click Next, and then finish.  You return to the add a Printer Wizard.  Select the driver, and then complete the wizard. Brian Tillman [MVP-Outlook]
    --------------------------------
    https://MVP.support.Microsoft.com/profile/Brian.Tillman
    If a response may help, please vote it as useful. If a response to the problem, please mark it as an answer.

  • Video AutoPlay when you add the interactive button

    I'm having a problem with a video slide auto play when it is added an interactive button.

    The first slide of the project, I have an interactive index climbing to different slides. When he jumps to another slide video slide goes automatically into play, but when you add an interactive button to return to the home page video auto is more parts.

    I added the SS to display the index and video slide.

    Just a guess here, but generally a button has a built-in break. You should maybe check and adjust exactly where the break is underway.

    See you soon... Rick

  • ORA-01789 - when you use the operator of TABLE and SEM_MATCH

    Client version: 11.1.0.7 on Windows 7 (32 bit)
    Server version: 11.2.0.3 on Windows 7 (64-bit)

    I am model prototyping a simple RDF, and I'm getting a ' ORA-01789: block has an incorrect number of columns in query results "when you use the SEM_MATCH with the SCOREBOARD operator.

    I can run this:
    select id, a.triple.GET_TRIPLE() from drik.rdf_data a
    and the first line is:
    (<http://www.ihc.com/drik/term#2>, <http://www.w3.org/2000/01/rdf-schema#subClassOf>, <http://www.ihc.com/drik/term#1>)
    Now, I want to use the TABLE like this:
    select
      c
    from 
      table(sem_match('{ <http://www.ihc.com/drik/term#2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> ?c . }', 
            sem_models('Prototype'),
            sem_rulebases('RDFS'),
            sem_aliases(sem_alias('rdfs','http://www.w3.org/2000/01/rdf-schema/')),
            null
            ))
    But this performance gives the ORA-07189. Even try SELECT * gives the same error.

    I expect to get a refund:
    <http://www.ihc.com/drik/term#1>
    How should I approach troubleshooting this?

    Thank you, Steve

    Thanks for posting the script. I was able to reproduce the error locally.

    The problem is the use of the sem_apis.create_rules_index () procedure, which has been deprecated:
    http://docs.Oracle.com/CD/E11882_01/AppDev.112/e25609/sdo_rdf_newfeat.htm#autoId26

    Please use sem_apis.create_entailment () instead, and the error should disappear.
    http://docs.Oracle.com/CD/E11882_01/AppDev.112/e25609/sem_apis_ref.htm#CHEHDGBD

    Thank you
    Matt

  • ORA-00900 when you use the command COPY with dynamic SQL

    Helllo,
    I created the following procedure:

    create or replace procedure copyTable (pSourceTableOwner IN varchar2
    pSourceTableOwnerPasword IN varchar2
    pTargetTableOwner IN varchar2
    pTableName IN varchar2
    pDatabaseLink IN varchar2)
    as

    vStatement varchar2 (250): = null;

    Start

    vStatement: = "copy of". pSourceTableOwner | '/' || pSourceTableOwnerPasword | '@' || pDatabaseLink |
    "Insert" | pTargetTableOwner | '.' || pTableName | ' using select * from '. pTableName;

    immediately run vStatement;

    end;
    /

    The generated command (variable vStatement) looks like this:
    "Insert a copy of O_GLCEN/o_glcen@SELLENTW o_jh. "X_PLZ_CD_MERGED_CTIS using select * from X_PLZ_CD_MERGED_CTIS".

    When you call this procedure as "exec copyTable ('O_GLCEN', 'o_glcen', 'o_jh', 'X_PLZ_CD_MERGED_CTIS', 'SELLENTW');" the following lifts:

    FEHLER in line 1:
    ORA-00900: invalid SQL statement
    ORA-06512: at "SYSTEMTECHNIK". COPYTABLE", line 20
    ORA-06512: at line 1

    But when you call the command COPY directly from SQL prompt the statement runs without error.
    Is in general not possible to use the dynamic COPY with SQL command? If it is possible does anyone has an idea what I am doing wrong?

    Any help will be appreciated...

    Rgds
    JH

    I would like to use something like

    vStatement: = ' start in f (select * from ' | pSourceTableOwner |) '.' || pTableName | '@' || pDatabaseLink | Insert loop ') in ' | pTargetTableOwner | '.' || pTableName | "f-values; end loop; end; »
    immediately run vStatement;

  • When you add the same audio clip of chronology not added?

    When I add a clip to the timeline of the first audio is also added as usual. When I add the same clip again, that it does not come with the linked audio file. When I hover over the blue icons in the project window, it is said "audio video used 2 times 'and' related used 1 time" I want audio to be also with the clip on the second clip. Why does this happen?

    FAQ: Why no audio or video will not at the track where I let down?

  • When you add the data to the host of the second store it wants to format storage

    I have two hosts ESXi 5.5, one is the main host who currently runs the set of virtual machine from this data store. I would add the data store to the host, but to do so is greyed out on the new server, and he wants I want to format the data store.

    UPDATE:

    I used this thread to solve: cannot add to ESXi host VMFS datastore

    More precisely:

    Try the following command

    #esxcfg - volume - l

    This should show the volume

    To constantly increase the volume, use esxcfg-volume - M followed of the UUID or volume name

    Thank you for looking, sorry to distract. I saw this thread when troubleshooting first. Good day to all!

    Post edited by: TH2

    What type of shared storage using you, and you haven't set up the presentation of the logic unit number for the second host in the same way that you did for the first host? Do you manage the host with vCenter Server, or if you use two autonomous host computers?

    André

  • ORA-00942 when you run the application after import

    APEX 4.1.1

    Hello

    I transferred my request via import/export to our production database. I had no errors during installation, but when I run the application, I get the following error message.
    User not found
    ORA-00942: table or view does not exist
    
    Technical Info (only visible for developers)
    
        is_internal_error: true
        ora_sqlcode: -942
        ora_sqlerrm: ORA-00942: table or view does not exist
        component.type: APEX_APPLICATION_COMPUTATIONS
        component.id: 3102806535980644
        component.name: LANG
        error_backtrace:
    
        ORA-06512: at "SYS.DBMS_SYS_SQL", line 1325
        ORA-06512: at "SYS.WWV_DBMS_SQL", line 1287
        ORA-06512: at "SYS.WWV_DBMS_SQL", line 1358
        ORA-06512: at "SYS.WWV_DBMS_SQL", line 1375
        ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 776
        ORA-06512: at "APEX_040100.WWV_FLOW", line 4155
    I don't know, where to look for the error. I do not have an application element with the name of LANG and there is a calculation application for LANG:
    SELECT  LANG_CODE
    FROM    GPS_WEB_USERS
    WHERE user_name = upper('&APP_USER.')
    All advice where to look?

    Published by: Anne-Marie Rosa on August 16, 2012 05:37

    Published by: Anne-Marie Rosa 16 August 2012 06:32

    Hello
    >
    I transferred my request via import/export to our production database. I had no errors during installation, but when I run the application, I get the following error message.

    User not found
    ORA-00942: table or view does not exist
    
    Technical Info (only visible for developers)
    
    is_internal_error: true
    ora_sqlcode: -942
    ora_sqlerrm: ORA-00942: table or view does not exist
    component.type: APEX_APPLICATION_COMPUTATIONS
    component.id: 3102806535980644
    component.name: LANG
    error_backtrace:
    
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 1325
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1287
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1358
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1375
    ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 776
    ORA-06512: at "APEX_040100.WWV_FLOW", line 4155
    

    I don't know, where to look for the error. I do not have an application element with the name of LANG and there is a calculation application for LANG:

    SELECT LANG_CODE
    FROM GPS_WEB_USERS
    WHERE user_name = upper('&APP_USER.')
    

    The source of the error is ora_sqlerrm: ORA-00942: table or view does not exist

    Search for the name of the calculation Application in APEX_APPLICATION_COMPUTATIONS APEX view using component.id: 3102806535980644 to find his name.

    Once you have the name, you can change this App mockup and understand what Table/view is not available.

    See you soon,.

    PS: {code} is the tag, which is tiny.

    Published by: Dominique 16 August 2012 18:01

  • Error message when you add the account to TimeMachine

    Hello

    I get the error in system.log when I enter my account information to access a drive for time machine below

    System.log:Feb 14 11:31:04 iMac - 5 K sandboxd [133] ([25623]): kcproxy (25623) political system: deny /Library/Keychains/System.keychain file-writing-untie

    The above error appears when you use access Keychani to run the add-in, when I use the route of the control panel to add I get a slightly different error

    System.log:Feb 14 11:19:12 sandboxd iMac - 5 K [133] ([465]): writeconfig (465) political system: deny /Library/Keychains/System.keychain file-writing-untie

    So it seems to be a sandbox configuration problem?

    Keith

    What functional problem you have, if any? Log messages are not a problem in itself.

  • Packaging of FDT on windows error when you add the Active Directory in the package contents

    Hello!

    Trying new tools of FDT 5.5 for Adobe AIR, so far so good but I just encountered a problem when you try to add an Active Directory package.

    I add the shape of directory the FDT-> FDT AIR properties of project-> BlackBerry-> content tab package properties

    I click on add a directory and add the path to my Active Directory. (My current directory is in D:\Users\Julien\Travail\SRC\FDT5-workspace\MonArc\bin\assets)

    I then run a debugging, and I get the following error:

    Start debugging package.
    Package failed!
    Package failed: 1
    Error: File or dir does not exist: D:\Users\Julien\Travail\SRC\FDT5-workspace\MonArc\D:\Users\Julien\Travail\SRC\FDT5-workspace\MonArc\bin\assets error: file or dir does not exist: D:\Users\Julien\Travail\SRC\FDT5-workspace\MonArc\D:\Users\Julien\Travail\SRC\FDT5-workspace\MonArc\bin\assets

    There is a bug filed in Jira of FDT: http://bugs.powerflasher.com/jira/browse/FDT-2739 go vote for ;-)

    I get only this error when packaging of BlackBerry app, iOS or Android, everything is fine, so I guess that maybe it's a bug in the BB Plugin for FDT...

    If anyone has experienced this problem and know a workaround solution?

    Thank you!

    Yay, this has been fixed in FDT 5.6!

  • Remove 'default' text characters when you add the new object text (label)

    Is it possible to create a new text object without characters 'text' on the inside?

    In addition, when you convert a rectangle to the text object, you the characters 'text' on the inside. Can you do empty by default?

    Tarek

    Hi Tarek,

    The text object is defined in a Text.xfo file, on my system, it is under C:\Users\BR001\AppData\Roaming\Adobe\Designer\10.0\EN\Objects\Standard.

    You can find the location by looking at the properties of the Group of the library of Standard objects;

    You can also create your own widget, set it up on the design finds out how you want and right click then 'add to library' (option has moved, but that's what SS3).  But I don't think you can get your own ones will appear in the drop-down list when you try to convert objects.

    Bruce

  • Error ORA-00979 when you run the SQL in Oracle 11.2.0.3

    Hi Oracle Experts,


    I am trying to execute a SQL statement which consist of 2-3 levels of inline queries. Part of this SQL statement is as below:
    SELECT
          "SAMPLE_RESULT"."PROPERTYID",
          "SAMPLE_RESULT"."QUALIFIER",
          ROUND(AVG(SAMPLE_RESULT.RESULT),2) avg_result,
          AVG(DECODE(SAMPLE.QUALITYSTATUS, 'P', 1,'F', 5)) qltystatus,
          TO_CHAR("SAMPLE"."SAMPLEDT",'dd-Mon-yyyy') sampledt,
          TO_CHAR("SAMPLE"."SAMPLEDT",'rrrr-mm-dd') sortdate
          STD.stdev,
          getCL.cl
        FROM
          (
            SELECT
              ROUND(stddev(INS.avg_result),2) stdev
            FROM
              (
                SELECT
                  "SAMPLE_RESULT"."PROPERTYID",
                  "SAMPLE_RESULT"."QUALIFIER",
                  ROUND(AVG(SAMPLE_RESULT.RESULT),2) avg_result,
                  AVG(DECODE(SAMPLE.QUALITYSTATUS, 'P', 1,'F', 5)) qltystatus,
                  TO_CHAR("SAMPLE"."SAMPLEDT",'dd-Mon-yyyy') sampledt
                FROM
                  "SAMPLE",
                  "SAMPLE_RESULT",
                  "ACTIVITY"
                WHERE
                  (
                    "SAMPLE"."SAMPLEID" = "SAMPLE_RESULT"."SAMPLEID"
                  )
                AND
                  (
                    "SAMPLE_RESULT"."TESTINSTANCE" = fn_max_instance (
                    sample.sampleid, sample_result.testid, sample_result.propertyid
                    )
                  )
                AND
                  (
                    "SAMPLE"."ACTIVITYID" = "ACTIVITY"."ACTIVITYID"
                  )
                AND
                  (
                    ACTIVITY.VARIANTID IN ('Sales Gas','Contaminants End')
                  )
                AND
                  (
                    ACTIVITY.LOCATIONID = 'S-5003C'
                  )
                AND
                  (
                    SAMPLE.EVENTID <> 'AD-HOC'
                  )
                AND
                  (
                    "SAMPLE"."SAMPLESTATUS" = 'L'
                  )
                AND
                  (
                    TO_DATE(TO_CHAR(SAMPLE.SAMPLEDT,'dd-mon-yyyy')) BETWEEN TO_DATE
                    (TO_CHAR(:StartDate,'dd-Mon-RRRR')) AND TO_DATE(TO_CHAR(
                    :StartDate,'dd-Mon-RRRR')) + 6
                  )
                AND
                  (
                    SAMPLE_RESULT.PROPERTYID = 'GCV'
                  )
                GROUP BY
                  SAMPLE_RESULT.PROPERTYID,
                  SAMPLE_RESULT.QUALIFIER,
                  TO_CHAR("SAMPLE"."SAMPLEDT",'dd-Mon-yyyy')
              )
              INS
          )
          STD,
          (
            SELECT
              ROUND(AVG(INS.avg_result),2) cl
            FROM
              (
               SELECT
                  "SAMPLE_RESULT"."PROPERTYID",
                  "SAMPLE_RESULT"."QUALIFIER",
                  ROUND(AVG(SAMPLE_RESULT.RESULT),2) avg_result,
                  AVG(DECODE(SAMPLE.QUALITYSTATUS, 'P', 1,'F', 5)) qltystatus,
                  TO_CHAR("SAMPLE"."SAMPLEDT",'dd-Mon-yyyy') sampledt
                FROM
                 "SAMPLE",
                  "SAMPLE_RESULT",
                  "ACTIVITY"
                WHERE
                  (
                    "SAMPLE"."SAMPLEID" = "SAMPLE_RESULT"."SAMPLEID"
                  )
                AND
                  (
                    "SAMPLE_RESULT"."TESTINSTANCE" = fn_max_instance (
                    sample.sampleid, sample_result.testid, sample_result.propertyid
                    )
                  )
                AND
                  (
                    "SAMPLE"."ACTIVITYID" = "ACTIVITY"."ACTIVITYID"
                  )
                AND
                  (
                    ACTIVITY.VARIANTID IN ('Sales Gas','Contaminants End')
                  )
                AND
                  (
                    ACTIVITY.LOCATIONID = 'S-5003C'
                  )
                AND
                  (
                    SAMPLE.EVENTID <> 'AD-HOC'
                  )
                AND
                  (
                    "SAMPLE"."SAMPLESTATUS" = 'L'
                  )
                AND
                  (
                    TO_DATE(TO_CHAR(SAMPLE.SAMPLEDT,'dd-mon-yyyy')) BETWEEN TO_DATE
                    (TO_CHAR(:StartDate,'dd-Mon-RRRR')) AND TO_DATE(TO_CHAR(
                    :StartDate,'dd-Mon-RRRR')) + 6
                  )
                AND
                  (
                    SAMPLE_RESULT.PROPERTYID = 'GCV'
                  )
                GROUP BY
                  SAMPLE_RESULT.PROPERTYID,
                  SAMPLE_RESULT.QUALIFIER,
                  TO_CHAR("SAMPLE"."SAMPLEDT",'dd-Mon-yyyy')
              )
              INS
    
          )
          getCL,
          "SAMPLE",
          "SAMPLE_RESULT",
          "ACTIVITY"
        WHERE
          (
            "SAMPLE"."SAMPLEID" = "SAMPLE_RESULT"."SAMPLEID"
          )
        AND
          (
            "SAMPLE_RESULT"."TESTINSTANCE" = fn_max_instance (sample.sampleid,
            sample_result.testid, sample_result.propertyid)
          )
        AND
          (
            "SAMPLE"."ACTIVITYID" = "ACTIVITY"."ACTIVITYID"
          )
        AND
          (
            ACTIVITY.VARIANTID IN ('Sales Gas','Contaminants End')
          )
        AND
          (
            ACTIVITY.LOCATIONID = 'S-5003C'
          )
        AND
          (
            SAMPLE_RESULT.PROPERTYID IN ('GCV','SG','T. Sulphur','Dew Point',
            'HC Dew Pts')
          )    
        AND
          (
           TO_DATE(TO_CHAR(SAMPLE.SAMPLEDT,'dd-mon-yyyy')) BETWEEN TO_DATE(TO_CHAR
            (:StartDate,'dd-Mon-RRRR')) AND TO_DATE(TO_CHAR(:StartDate,
            'dd-Mon-RRRR')) + 6
          )
        GROUP BY "SAMPLE_RESULT"."PROPERTYID", "SAMPLE_RESULT"."QUALIFIER", TO_CHAR("SAMPLE"."SAMPLEDT",'dd-Mon-yyyy'), TO_CHAR("SAMPLE"."SAMPLEDT",'rrrr-mm-dd'),
        
          STD.stdev,
          getCL.cl
      )
    When I run the level the lowest and second lowest level inline queries statements, which consists of a select field of data and functions, there is no error and capable of generating the result.

    But when I run the statement which refer to the alias of queries inline (STD, getCL), it prompted an error ORA-00979 not a group by expression. This happened only Oracle 11.2.0.3. If I run the statement in another version of Oracle (11 GR 1 material and below), I am able to generate the result.

    Please advice how can I fix this problem.

    Published by: xysOra on 29 April 2013 19:37

    It seems that this should be the "SAMPLE" TO_CHAR conversions "" SAMPLEDT ".

    You seem to be willing to cut the time part of SAMPLEDT. The best way to do so is TRUNC (SAMPLEDT).

    In each of the groups of clauses, replace TO_CHAR ('SAMPLE'. ("' SAMPLEDT ', 'dd-Mon-yyyy') with TRUNC ('SAMPLE'. (' "SAMPLEDT") and completely remove the TO_CHAR ('SAMPLE'. ("' SAMPLEDT ',"dd-mm-rrrr") in the last group of.

    Replace in selection lists, TO_CHAR ('SAMPLE'. ("' SAMPLEDT ', 'dd-Mon-yyyy') with TO_CHAR (TRUNC ('SAMPLE'. ((' ' SAMPLEDT '), 'dd-Mon-yyyy') and replace TO_CHAR ("SAMPLE". "SAMPLEDT", "dd-mm-rrrr") with TO_CHAR (TRUNC ("SAMPLE" ".")) " "" "SAMPLEDT"), "dd-mm-rrrr").

    These changes can take you the ORA-00979 not one group by expression.

    Also the date manipulation is wrong — you do implicit conversions to date using default formats, when what you seem to want is to truncate the time part. Instead of

     TO_DATE(TO_CHAR(SAMPLE.SAMPLEDT,'dd-mon-yyyy')) BETWEEN TO_DATE(TO_CHAR
            (:StartDate,'dd-Mon-RRRR')) AND TO_DATE(TO_CHAR(:StartDate,
            'dd-Mon-RRRR')) + 6
    

    use

     TRUNC(SAMPLE.SAMPLEDT) BETWEEN TRUNC(:StartDate) AND TRUNC(:StartDate) + 6
    

    I hope this helps.
    David

  • VMDK is not displayed when you add the drive but shows on browse the data store

    This may be a simple solution but my forehead hurts to hit my head against the wall and need your expert help.

    Environment: running ESX 4.0 with 4 nodes in the cluster.  Each node in the cluster has only one HBA card with double fiber connections that connect to both sides of FC SAN.  There is not a fiber between nodes and SAN switch, so direct connect.  Built two systems to support Exchange 2007 using the CCS.  Using a FC SAN to shared disk space and iSCSI for disk space not shared.

    Problem: have added 5 player glow spaces on System #1 using RDM and they appear.  Try to load the same readers in the System #2.  I am able to load 4 readers in the System #2 but the 5th disc (which is in fact the reader 3rd in the series) refuses to show when I added the player.  The change settings - & gt; Add Hard Drive - & gt; Use the existing - & gt; Open the data store and the folder where the virtual machine from the system files and the folder where the LUN mapping lie as they are stored with the system.  But at the opening of this file the LUN mapping in question is absent.  All others appear.  However when I right click to browse the data store outside of the settings and go to the folder where the LUN mapping for the virtual drive and it appears.

    Attempts to resolve:

    (1) have removed the drive and delete system #1 data store and we readded to the system = & gt; nothing.

    (2) removed the disk without delete system data store #1 and it added (thus creating two virtual disks in the file for the system to the same LUN... xxx_3.vmdk and xxx_7.vmdk) = & gt; without success.  (xxx_3.vmdk, nor xxx_7.vmdk appear when trying to add a player)

    (3) tried to use a system not intended within the CSC Exchange cluster, attemtped to add the xxx_3.vmdk or xxx_7.vmdk and both appear as an option.

    I am at a total loss.  Do I need to trash the system no. 2 and rebuild?  Is there a problem of possible system configuration #2 that does not allow him to see the two virtual drives?  The #2 system configuration is corrupt?  Do I have to power System #2 power on and off and then try to add readers?  I can the virtual cycle vCenter system?  Or I am much more of a noob that the answer is with myself and I can't see it?  Any help would be welcome.

    When you want to use RDM on hosts, please make sure lun the same number on hosts.

    for example you have assigned the lun 3 host A storage, make sure that it is also the lun 3 to host b.

    Let me know if it does not

    Binoche, VMware VCP, Cisco CCNA

  • Error 0X0000000D when you add the network printer at home

    Original title: try to add a printer to My Desktop 2 which is connected via a USB port on my desktop computer 1. Both are pre-cabled linked to my home network. They are both under Vista.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    1. Programs that you have problems with adding printer
    • Error 0X0000000D
    • Recent changes made to your computer no
    • What you have already tried to solve the problem, not yet

    Usually, you insert the printer cd in desktop1 and follow the procedure for setting up a shared printer / network

  • Interactive report uncheck filter when you add the new filter

    Y at - it all possibliity to uncheck all filters that are already defined in an interactive report when you create a new filter?

    My first approach by adding a dynamic action that is bound to the search field:

    key_down = event
    jQuery Selector = #apexir_SEARCH
    scope = live event

    The Action contains:
    $('input:checkbox').attr ("checked", false);

    At present, there are 2 problems:
    1. when the user presses 'go' or 'enter' the check box is checked again when the result is displayed
    2. If a filter is defined when the search box is not used, it does not work

    Hi Oliver,.

    too many problems I think. You can try to hack any POST message, analyze it, and if it's p_widget_action = FILTER stop action and interfere with an AJAX to APEX_UTIL call. IR_FILTER or IR_RESET. After the AJAX request was returnd (synchronous), you can start again the original MESSAGE that defines the new filter.

    Hmm. sounds to me like you'd better ask the customer if he is willing to pay for this kind of convenience.

    Greetings from Germany from the North,
    Andreas

Maybe you are looking for

  • Delete the e-mails on the main account and cannot access Icloud

    Hello I deleted my email main and put Icloud account on my Iphone but not my Mac of Air. Now I can't access Icloud on my Mac or sync my devices. As a dimwit, I forgot my old email password, which today does not exist in any case how can I rectify thi

  • How to detect the Satellite U200 WiFi adapter?

    I had to do a full load of the OS on my because U200 delivered recovery disk is for the bad machine!Let's all OK until the network wireless driver. It needs to identify the mounted adapter by looking at the Device Manager.I don't see ANY wireless net

  • SignalExpress closes immediately after the splash screen

    I'm having a problem with the Software NI SignalExpress where the application fails to open completely - it closes immediately after the splash screen. I am using windows XP Pro. SP3. I tried to uninstall, registry errors compensation and reinstall,

  • Sansa Clip + with Sandisk Micro SDHC

    Hi, I want to buy the Sansa Clip + and Micro SDHC 32 GB class 10 cards (specifically Sandisk MicroSDHC Card Ultra 32 GB class 10). Someone can confirm the compatibility of these things or give me advice on the card should I buy 32 GB class10 because

  • Windows media player 12 music renamed badly.

    Simple question, WMP12 has renamed some of my music files, fair enough, however, he has renamed many of them bad, i.e. There is a track of Freestylers called Painkiller, WMP has decided that it is indeed by Judas Priest and, rather annoying, renamed