Register database with non default listener

I already installed oracle 11gR2 database with asm.
The grid infrastructure is installed with the user grid and oracle software with orcl user.
The database is created with dbca with orcl user.
The default non listener is created with srvctl add listener command.
I already try to modify the parameter local_listener but I receive the following error
SQL> alter system set local_listener='LSNR_TESTDB';
alter system set local_listener='LSNR_TESTDB' SCOPE=memory
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LSNR_TESTDB'
Any help.
Thanks

hi,
ORA-00132: syntax error or unresolved network name 'LSNR_TESTDBCause:      Listener address has syntax error or cannot be resolved.
Action:      If a network name is specified, check that it corresponds to an entry in TNSNAMES.ORA or other address repository as configured for your system. Make sure that the entry is syntactically correct.
check the exact listener name 'LSNR_TESTDB' in listener.ora file... and set the parameter..
Error with Listener. ORA-00132: syntax error or unresolved network name

Similar Messages

  • How to find Parameter values of a non-default listener using LSNRCTL

    Hi,
    I have a non-default listener with name like "lsnr_abcd" in non-default port.
    I am on 10.2.0.4 database version. If I want to find out parameter values (like displaymode,dynamic_registration,etc)
    for a non-default listener, which command should I use?
    I know that for default listener, we can do the following
    1) Execute lsnctl
    2) show dynamic_registration
    What should I execute if I want to get this details for a listener "lsnr_abcd"
    Thank You
    Sarayu

    After setting your current listener to non default listener like this
    lsnrctl> SET CURRENT_LISTENER lsnr_abcd
    You can execute the further commands without your listener name
    lsnrctl>set DISPLAYMODE
    Edited by: vreddy on Jul 19, 2012 6:53 AM
    Edited by: vreddy on Jul 19, 2012 6:54 AM

  • Configuring IPIB with non-default partition key

    Hello
    I want to put IB HCA port into non-default partition to create separate network on my IB fabric. On IB switch (Voltaire ISR9096) I created network with non-default partition key 0x7ffe and add HCA port to this partition.
    But this IB-VPPA was displayed as unconfigured on Solaris host
    ib::3BA0001004181,ffff,ipib    IB-VPPA      connected    configured   ok
    ib::3BA0001004182,fffe,ipib    IB-VPPA      connected    unconfigured unknown
    ib::3BA0001004182,ffff,ipib    IB-VPPA      connected    configured   okConfiguration of new VPPA with cfgadm was unsuccessful:
    # cfgadm -c configure ib::3BA0001004182,fffe,ipib
    Configure the device: /devices/ib:fabric::3BA0001004182,fffe,ipib
    This operation will suspend activity on the IB device
    Continue (yes/no)? yes
    cfgadm: Hardware specific failure: configure operation failed ap_id: /devices/ib:fabric::3BA0001004182,fffe,ipibI unconfigured VPPA with default partition key (0xffff) on HCA port 0x3BA0001004182 and issued cfgadm for VPPA with pkey 0xfffe again - the same effect.
    I tried this on Solaris 10 8/07 and OpenSolaris b72 with the same result - no success ;)
    Is it possible to configure VPPA with non-default pkey on Solaris ?
    Is it possible to configure more than 1 IPIB VPPA on single HCA port ?
    How to perform these configurations ?
    Thanks in advance.
    Regards,
    Denis

    hi
    I was able to setup the listener to serve both databases using netmgr, thanks. Apparently I was trying to use the wrong tool for this previously.
    Now i'm able to access the EM Database Control and it seems to be working fine though i get the following error message
    Logged in As SYS
    Error
    java.lang.Exception: Number of responses does not match queries
    Database Instance: devel.foo.bar
    Now, i'd like to be able to use EM for administering two separate databases (running on the same host). Do i need to migrate the database control somehow to grid control? How do i do that?
    What about security? I'd like to use SSL and limit connections to selected clients only.
    regards,
    aspa

  • The listener supports no services - auto register with a non-default listen

    Hi, I have this error when I check lsnr status...
    $ lsnrctl status L_EST
    LSNRCTL for HPUX: Version 10.2.0.4.0 - Production on 24-APR-2009 16:27:05
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias L_EST
    Version TNSLSNR for HPUX: Version 10.2.0.4.0 - Production
    Start Date 23-APR-2009 16:33:11
    Uptime 0 days 23 hr. 53 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    Listener Log File /u02/app/oracle/product/10.2/Db_1/network/log/l_est.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.142.245)(PORT=1541)))
    The listener supports no services
    The command completed successfully
    $
    I want PMON to register with a local listener that does not use TCP/IP, port 1521.
    Can somebody tell me how I should procede?

    This is my listener.ora file.
    $ cat listener.ora
    # listener.ora Network Configuration File: /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    RK/ADMIN/LISTENER.ORA = rk/admin/listener.ora
    L_EST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myHostname)(PORT = 1541))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/app/oracle/product/10.2/Db_1)
    (PROGRAM = extproc)
    $Thanks
    damorgan wrote:
    Post your listener.oraEdited by: martinmorono on Apr 24, 2009 5:47 PM

  • Grid control and non-default listener

    I have oem 10.2.0.5 on linux redhat 5
    i have a series of databases with 2 oracle homes on solaris.
    1. we use virtual IPs instead of the host ip. so one IP for each database. This is due to our active/passive cluster. I have read the documentation on this. I was able to configure for this by taking the tnsnames file and using that in the target configration.
    My problem now is that the OEM sees my listener as being down. I think this is because it is looking for the default listener on port 1521. We have 1 listener per database and they are on non-default ports. This is for our active/passive failover.
    how do I configure the target to look for the correct listener? so I do not have a listener called listner.
    My listener has the same name as the database name and is on the same port as my database.

    Guess2 wrote:
    I have oem 10.2.0.5 on linux redhat 5
    i have a series of databases with 2 oracle homes on solaris.
    1. we use virtual IPs instead of the host ip. so one IP for each database. This is due to our active/passive cluster. I have read the documentation on this. I was able to configure for this by taking the tnsnames file and using that in the target configration.
    My problem now is that the OEM sees my listener as being down. I think this is because it is looking for the default listener on port 1521. We have 1 listener per database and they are on non-default ports. This is for our active/passive failover.
    how do I configure the target to look for the correct listener? so I do not have a listener called listner.
    My listener has the same name as the database name and is on the same port as my database.Your database isn't "on" a port, so the fact that you make a statement like "My listener . . . is on the same port as my database." indicates you don't yet have a clear understanding of the relationship of the listener to the database. The fact that you would name your listener the same as your database further indicates you don't yet have a clear understanding of the relationship of the listener to the database.
    The database (actually, we're talking about the instance) really has no inherent relationship to the listener. The listener is just a connection broker. One listener, listening on one port, can service requests for multiple databases, even multiple versions (9.x, 10.x) databases, even databases running out of different homes. For that reason alone, I consider it bad practice to name a listener the same as a database. That implies a relationship that simply doesn't exist. Only under extraordinary circumstances would it be necessary to have more than one listener running on a server, regardless of how many database instances may be on that server. And for that reason it really doesn't make much sense to name your listener anything but the default - "listener".
    You configure your listener to listen on a certain ip and port. You configure your clients (via tnsnames or other naming method) to send connection requests to the ip and port the listener was configured to listen for, requesting a connection to a service name the listener knows about. The listener knows about service names either through coding in the SID_LIST section of listener.ora, or through self-registration by the instance.
    I worked with active/passive clusters with virtual IP's a few years ago and there was really nothing special I had to do as far as the databases, clients, or listeners.

  • Oracle fail safe error "FS-10784" failed to register database with group

    Hi,
    I'm getting following error while registering database to FS manager group.
    Version is -
    1) Fail safe 3.4.2
    2) Database 11.2
    3) 64 bit windows
    I executed following steps in order to create FS.
    1)     Install 11.2 software on node 1
    2)     Install 11.2 software on node 2
    3)     Install OFS 3.4.2 on node 1
    4)     Install OFS 3.4.2 on node 2
    5)     Create cluster tree from FS manager
    Below is the complete error..
    Versions: client = 3.4.1 server = 3.4.2 OS =
    Operation: Adding resource "COMPACTOR" to group "dbclusterdtc"
    Starting Time: Dec 01, 2011 18:25:31
    Elapsed Time: 0 minutes, 3 seconds
    1 18:25:31 Starting clusterwide operation
    2 18:25:32 FS-10370: Adding the resource COMPACTOR to group dbclusterdtc
    3 18:25:32 FS-10371: CSIPLAPP1DB2 : Performing initialization processing
    4 18:25:32 FS-10371: CSIPLDB1APP2 : Performing initialization processing
    5 18:25:32 FS-10372: CSIPLAPP1DB2 : Gathering resource owner information
    6 18:25:32 FS-10372: CSIPLDB1APP2 : Gathering resource owner information
    7 18:25:32 FS-10373: CSIPLAPP1DB2 : Determining owner node of resource COMPACTOR
    8 18:25:33 FS-10374: CSIPLAPP1DB2 : Gathering cluster information needed to perform the specified operation
    9 18:25:33 FS-10374: CSIPLDB1APP2 : Gathering cluster information needed to perform the specified operation
    10 18:25:33 FS-10375: CSIPLAPP1DB2 : Analyzing cluster information needed to perform the specified operation
    11 18:25:33 >>> FS-10652: CSIPLAPP1DB2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    12 18:25:33 >>> FS-10652: CSIPLDB1APP2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    13 18:25:33 FS-10376: CSIPLAPP1DB2 : Starting configuration of resource COMPACTOR
    14 18:25:33 FS-10378: CSIPLAPP1DB2 : Preparing for configuration of resource COMPACTOR
    15 18:25:33 FS-10380: CSIPLAPP1DB2 : Configuring virtual server information for resource COMPACTOR
    16 18:25:33 ** ERROR : 0xEA: More data is available.
    17 18:25:33 > FS-10496: Generating the Oracle Net migration plan for COMPACTOR
    18 18:25:33 ** ERROR : FS-10990: The error 0x800400EA was reported as a system error, but the error message cannot be found
    19 18:25:33 ** ERROR : FS-10757: A COM error was returned when trying to send a work item to the worker
    20 18:25:33 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource COMPACTOR
    21 18:25:33 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    22 18:25:33 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    23 18:25:34 FS-10488: CSIPLAPP1DB2 : Starting rollback of operation
    24 18:25:34 FS-10489: CSIPLAPP1DB2 : Completed rollback of operation
    25 18:25:34 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    26 18:25:34 Please check your Windows Application log using the Event Viewer for any additional errors
    27 18:25:34 The clusterwide operation failed !
    Inputs are appreciable.
    Regards

    After applying patch of 3.4.2.3, still i'm facing this problem. But however there are very less errors....I think the problem is with Listener.
    1 20:34:03 Starting clusterwide operation
    2 20:34:04 FS-10370: Adding the resource COMPACTOR to group dbclusterdtc
    3 20:34:04 FS-10371: CSIPLAPP1DB2 : Performing initialization processing
    4 20:34:04 FS-10371: CSIPLDB1APP2 : Performing initialization processing
    5 20:34:05 FS-10372: CSIPLAPP1DB2 : Gathering resource owner information
    6 20:34:05 FS-10372: CSIPLDB1APP2 : Gathering resource owner information
    7 20:34:05 FS-10373: CSIPLAPP1DB2 : Determining owner node of resource COMPACTOR
    8 20:34:05 FS-10374: CSIPLAPP1DB2 : Gathering cluster information needed to perform the specified operation
    9 20:34:05 FS-10374: CSIPLDB1APP2 : Gathering cluster information needed to perform the specified operation
    10 20:34:05 FS-10375: CSIPLAPP1DB2 : Analyzing cluster information needed to perform the specified operation
    11 20:34:05 >>> FS-10652: CSIPLAPP1DB2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    12 20:34:05 >>> FS-10652: CSIPLDB1APP2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    13 20:34:05 FS-10376: CSIPLAPP1DB2 : Starting configuration of resource COMPACTOR
    14 20:34:05 FS-10378: CSIPLAPP1DB2 : Preparing for configuration of resource COMPACTOR
    15 20:34:05 FS-10380: CSIPLAPP1DB2 : Configuring virtual server information for resource COMPACTOR
    16 20:34:06 > FS-10496: Generating the Oracle Net migration plan for COMPACTOR
    17 20:34:06 > FS-10490: Configuring the Oracle Net listener for COMPACTOR
    18 20:34:06 >> FS-10600: Oracle Net configuration file updated: D:\APP\ORACLE\PRODUCT\11.2.0\DBHOME_2\NETWORK\ADMIN\LISTENER.ORA
    19 20:34:06 >> FS-10606: Listener configuration updated in database parameter file: M:\Datafiles\compactor\spfilecompactor.ora
    20 20:34:13 >> FS-10605: Oracle Net listener Fsldbclusterdtc created
    21 20:34:14 ** ERROR : 0x426: The service has not been started.
    22 20:34:14 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb11g_home2TNSListener for the Oracle Net listener
    23 20:34:14 ** ERROR : FS-10065: Error trying to configure the Oracle Net listener
    24 20:34:14 > FS-10090: Rolling back Oracle Net changes on node CSIPLAPP1DB2
    25 20:34:17 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource COMPACTOR
    26 20:34:17 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    27 20:34:17 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    28 20:34:17 FS-10488: CSIPLAPP1DB2 : Starting rollback of operation
    29 20:34:17 FS-10489: CSIPLAPP1DB2 : Completed rollback of operation
    30 20:34:17 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    31 20:34:17 Please check your Windows Application log using the Event Viewer for any additional errors
    32 20:34:17 The clusterwide operation failed !

  • Q:Multiple databases using Single default listener ??

    I created a database on a host and have been using the default listener to connect to it - no entries in listener.ora/tnsnames.ora -
    now I have another database created on the host (different service_names) , but am unable to connect to it using default listener
    without making entry in tnsnames.ora .
    Q - Why does this work for the first DB I created and not for the second ?
    Edited by: user7480241 on May 28, 2009 8:16 PM
    Additional details about the env
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    SQL> show parameter listener
    NAME TYPE VALUE
    local_listener string
    remote_listener string
    SQL> show parameter service_names
    NAME TYPE VALUE
    service_names string MAHARAJA
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show parameter listener
    NAME TYPE VALUE
    local_listener string
    remote_listener string
    SQL> show parameter service_names
    NAME TYPE VALUE
    service_names string MAHARAJ2
    SQL>
    -bash-3.00$ lsnrctl service
    LSNRCTL for Solaris: Version 10.2.0.2.0 - Production on 29-MAY-2009 11:19:01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "MAHARAJ2" has 1 instance(s).
    Instance "MAHARAJ2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "MAHARAJ2_XPT" has 1 instance(s).
    Instance "MAHARAJ2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "MAHARAJA" has 1 instance(s).
    Instance "MAHARAJA", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "MAHARAJA_XPT" has 1 instance(s).
    Instance "MAHARAJA", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    -bash-3.00$ tnsping MAHARAJA
    TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 29-MAY-2009 11:20:01
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /export/home/oracle/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=MAHARAJA.))(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.2.15)(PORT=1521)))
    OK (30 msec)
    -bash-3.00$ tnsping MAHARAJ2
    TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 29-MAY-2009 11:20:10
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /export/home/oracle/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    DB & Global Names
    SQL> show parameter name
    NAME TYPE VALUE
    db_file_name_convert string
    db_name string MAHARAJA
    db_unique_name string MAHARAJA
    global_names boolean FALSE
    instance_name string MAHARAJA
    lock_name_space string
    log_file_name_convert string
    service_names string MAHARAJA
    SQL> show parameter name
    NAME TYPE VALUE
    db_file_name_convert string
    db_name string MAHARAJ2
    db_unique_name string MAHARAJ2
    global_names boolean FALSE
    instance_name string MAHARAJ2
    lock_name_space string
    log_file_name_convert string
    service_names string MAHARAJ2
    SQL>

    Why does this work for the first DB I created and not for the second ?Because Oracle tries to make it easy for folks.
    listener.ora is not required for V10.
    tnsnames.ora changes are required so SQL*Net can identify the 2nd DB; so do the necessary as document at http://tahiti.oracle.com

  • What is the password? registering database with the directory service

    I'm currently installing Oracle Collaboration Suite and everything being going fine until the postinstallation tasks for Oracle email.
    When I attempt to register the database with the directory service I'm not sure what I should be entering here.
    The guide says:
    cn=orcladmin should be entered in the User DN field but what is the password?
    and should orcl be replaced with my sid I entered during installation?
    I have tried a number of things but all I get is:
    Invalid Directory Service Credentials
    Thanks in advance for any help
    Best Regards
    Charlie

    No worries - found note in documentation regarding default password
    Thanks
    Charlie

  • Query Database in non default Tablespace.

    Hi
    As I understand a Database can be spread over multiple Tablespaces (a Database can contain multiple Tablespaces).
    How do I query a table that exists in a non default Tablespace?
    How do I query a table in another database on a different Tablespace?
    Rob.

    user8803094 wrote:
    Hi
    As I understand a Database can be spread over multiple Tablespaces (a Database can contain multiple Tablespaces).
    How do I query a table that exists in a non default Tablespace?
    SQL> select table_name from dba_tables where tablespace_name not in (select default_tablespace from dba_users where username ="<your user>");
    How do I query a table in another database on a different Tablespace?Pl elaborate on what you mean by this.
    >
    Rob.HTH
    Srini

  • Scan Ip with non default port

    Hi All,
    We are impelenting 11.2.0.3 on OEL.
    Can We configure scan ip without default(port other than 1521).
    I have never configure scan ip without default. I want to know whether we can configure?
    Suggestions are welcome.
    Thanks and Regards,

    Hi,
    When i change the port of scan listener and default listener in grid home.
    I am check the listener status from grid home not from oracle home.
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [dbdev@oractestdbn1 11.2.0]$ lsnrctl status LISTENER
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 09-APR-2012 08:45:57
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [dbdev@oractestdbn1 11.2.0]$ lsnrctl status LISTENER
    Do i need to do anything at database to make it visible from oracle home side.
    Thanks and Regards,

  • Newsletter email campaign - Mailling list with non "default" email address

    Hi all.
    We need to implement a newsletter email campaign but, with standard campaign execution, SAP CRM gets the "default" email addressess of BPs.
    We have a malling list of newsletter that contains a list of emails of our Business Partners.
    This mails sholdn't be the standard ones of this BPs. BPs can has many email addressess (more than one) and they can be subscrited with a non default email (email without default flag in SAP CRM).
    When we try to execute a Marketing campaign with these BPs, SAP CRM uses the default mail address to send the campaing.
    Is possible to execute a Mailling campaign setting the email receivers?
    Thanks a lot.

    Hi Mauro.
    We already have tried to use CRM_MKT_ADR_SEARCH Badi. We have implemented CHANGE_SEARCH_RESULTS method but with this it's only possible to choice between diferent Addresses Numbers.
    But, we have the same Addr. Number with more than one email address in ADR6. All this email address are in the same Adrress Number and Person Number.
    About your question, we are storing the newsletter emails into a Z table. This email adresses are already in BP address.
    Thank you for your idea.
    Do you have another way?

  • SSRS 2012 MP (Native) - Bug with non-default port on SSRS DB, Does not discover

    We have test changing SSRS DB instance to default port 1433 and discovery is immediate in SSRS MP. When using non-default port, discovery fails, SSRS instance role is never identified.
    Our SSRS is separated into app and db tires across two servers. Have tried creating sql network aliases, but this does not work either.
    In our environment, we use non-default port for our SQL DB instances. how do we get SSRS to discover.
    Thanks in advance,
    Rois Cordova

    The Monitoring Pack for Microsoft SQL Server 2012 Reporting Services automatically discovers instances of SSRS 2012 by reading registry.
    When the Monitoring Pack for Microsoft SQL Server 2012 Reporting Services is imported for the first time, it creates three new Run As profiles:
    • Microsoft SQL Server 2012 Reporting Services Discovery Run As Profile
    • Microsoft SQL Server 2012 Reporting Services Monitoring Run As Profile
    • Microsoft SQL Server 2012 Reporting Services SCOM SDK Discovery Run As Profile
    By default, all discoveries, monitors and rules defined in the SQL Server 2012 Reporting Services management pack use accounts defined in the “Default Action Account”
    Run As profile. If the default action account for a given system does not have the necessary permissions to discover or monitor the instance of SQL Server 2012 Reporting Services, then those systems can be bound to more specific credentials in the
    “Microsoft SQL Server 2012 Reporting Services …” Run As profiles, which do have access.
    It s recommend that you should check the default action account permission.
    Roger

  • Generate configuration file with non-default binding configuration in WCF 4.5

    Hi,
    I am using WCF 4.5 for generating configuration file.
    I have referred following MSDN link for generating configuration file.
    https://msdn.microsoft.com/en-us/library/hh309266(v=vs.110).aspx
    I want binding property for e.g 'maxReceivedMessageSize'  in configuration file.
    I changed default value of 'maxReceivedMessageSize' to non-default value, but i could not able to saw 'maxReceivedMessageSize' binding property in configuration file.
    Is anyone know why i am not able to see non-default value in configuration file.
    Thanks.

    Hi Amy,
    Thanks for reply. Please see below content of configuration file.
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <system.serviceModel>
            <bindings>
                <netTcpBinding>
                    <binding name="TestCustBind_CustomerService" />
                </netTcpBinding>
            </bindings>
            <client>
                <endpoint address="net.tcp://ABC/CustTest"
                    binding="netTcpBinding" bindingConfiguration="TestCustBind_CustomerService"
                    contract="CustomerService" name="TestCustBind_CustomerService">
                    <identity>
                        <userPrincipalName value="[email protected]" />
                    </identity>
                </endpoint>
            </client>
        </system.serviceModel>
    </configuration>
    Thanks.

  • Unresolved bug in adobe reader x with non-default windows zoom level

    This seems to have already been brought up here about a year ago: http://forums.adobe.com/thread/776060.
    I am using Windows 7 Professional 64-bit with Firefox 12.0 and Adobe Reader 10.1.3. Here is a description of the problem:
    Whenever I open any PDF file in a browser (firefox or IE) using the adobe reader I am unable to select text, save the file or interact with the content in any meaningful way because the plugin does not recognise my cursor position. If I click on some text in a PDF document, the reader will immediately highlight a region of text between where I clicked and where it thinks I started clicking from (above 20% of the screen above and to the left of where I actually clicked on the page). If I roll my mouse over the region where the dashboard normally appears, the dash does appear as intended and the cursor changes in response to hover over buttons, as if everything were working, but I am unable to click on anything (clicking does nothing). If I click and hold the dashboard when it appears, it immediately jumps to another region of the page, as if it thinks I moved the mouse (20% up and to the left again). I have recently reformatted and am now using a fresh install, and the issue remains. My desktop zoom level in windows is 150%. The problem appears only inside the browser; viewing PDFs directly in Acrobat Reader X works without issue.
    I can resolve the problem either of two ways:
    a) Reverting back to the default windows zoom level (125%).
    b) right-clicking on the Adobe Reader X icon, navigating to the compatibility tab and clicking "Disable Display Scaling on high DPI settings"
    The workaround is easy but it's disappointing that adobe hasn't fixed this. Please consider that it would mostly affect individuals who are vision impaired and might not have the know-how to resolve the problem or check for solutions online, let alone post comments such as this. As far as I can tell this problem severely impaires the functionality of adobe in any browser on any non-standard zoom windows installation.

    Please be sure to post your issue in the following Feature Request/Bug Report Form.

  • Automated Composite build/test not work with non-default version

    Hello,
    I have a BPEL composite and I am trying to setup maven and soapUI to build, deploy, test, and upon successful test, set it as the default version. The difficulty I am having is testing the composite before it becomes the default version. I am able to hit the endpoint using the full URL with the randomly generated ID in it using soapUI (see below), but not by using the shortened URL.
    Full URL: http://soabpm-vm:8001/soa-infra/services/default/Project1!0.0.12-SNAPSHOT*soa_13954572-b91f-480d-88d2-037e92083d72/bpelprocess1_client_ep
    Shortened URL: http://soabpm-vm:8001/soa-infra/services/default/Project1!0.0.12-SNAPSHOT/bpelprocess1_client_ep
    I tried hitting the shortened URL outside of the maven build, just using soapUI, and the response is empty. However, if I then mark this new version as default (through EM), and then mark a previous version as default (let's say 0.0.11), then the shortened URL for 0.0.12 can be successfully hit.
    It seems to me then that before the shortened URL above can be used, that specific version must have been set as the default version at some point. This would make an automated maven/soapUI test of new version (but not default) quite difficult, as it would have to somehow retrieve the full URL.
    Is this a bug or can it be fixed with a config setting change?
    Here are the steps in the process, maven build (using the Oracle provided ant sca files):
    1. Compile
    2. Package
    3. Deploy, not as default
    4. Test the new version (using soapUI plugin)
    5. If successful tests, mark new version as default
    The problem is with step 4, can't determine what the full URL is and the shortened URL does not work.
    Thanks
    Ben

    I found a similar issue in Oracle's support site, Patch 13774839 (based on bug 13569816). I will try that out and post the results here.

Maybe you are looking for