ADF BC to SQL Server connection with variable set to View object

Hello world

I develop a BPM Application using Oracle BPM 11.1.1.5.0 and JDeveloper 11.1.1.5.0

Following the thread of the link below, since it is a new topic, I decided to open a new thread.

Re: ADF method call to extract data from DB before loading the page from the initiator

what I try to do is to get a record from a database and show to the user on the initiator of the UI using ADF BC and not the database adapter.
I have worked with ADF BC and display objects to get all the lines and show them to the user in a table.

However, when I try to run the same query in the parameterized shape just return a single line, I hit a wall.
In short, my problem is like this:

I have an Application Module which has an entity object and a display object.
My database is SQL Server 2008.
When I try to create a new read only view object to return a single line I face the problem.
The query that I have in the section my display object query is like this:
select *
from dbo.Employee
where EmployeeCode= 99
which works very well.
However when I set a variable input_code, linking for example and change the query as follows it won't validate.
select *
from dbo.Employee
where EmployeeCode= :input_code
He just telling me
>
incorrect syntax near ': '.
>
I don't know if this has to do with my Oracle DB is not or I'm doing something wrong.
Can someone help me with this you problem?

Thanks in advance

The problem is that you are using 'Oracle named' style for the binding of parameter in the SQL statement. However, this style of binding is specific Oracle. You must use "Positional JDBC" style of binding with MS SQL Server:

select *
from dbo.Employee
where EmployeeCode= ?

(The style of binding is specified in the query to the dialog box Definition VO Editor pane).

If you specify the positional style of binding "JDBC", another field called 'Linking the Positions' will appear in the definitions pane variables bind VO. You will be able to specify it is the position of the particular parameter in the binding variable VO query bound to. (the position of the bond index is 0-based).

Dimitar

Tags: Java

Similar Questions

  • Developer SQL connected to a DB SQL Server (problem with "INSERT an IDENTITY")

    I use developer SQL to connect to a DB in SQL Server by using the jTDS jar file.

    Problem is that when I try to run the "SET IDENTITY_INSERT < TABLE >;" SQL Developer has told me that he skips the command.
    Error message in the console: "SQLPLUS Command ignored: set IDENTITY_INSERT < TABLE > WE.

    I am running:
    Developer SQL v3.2.09 (Build HAND-09: 30 pm)
    JTDS - jtds - 1.2.6.jar
    JAVA jdk1.7.0_05

    Any idea why this might be happening?

    NOTE: I know that if the 'IDENTITY_INSERT' is already activated, then it could happen, but believe me, it isn't. Because, if I try to run a command "INSERT IN...» ", I get the error that the"INSERT an IDENTITY' is DISABLED for the table.

    Published by: Ali-Star August 29, 2012 11:22

    Set identity_insert is a command to SQL Server that is not managed by SQL Developer. You must pass the set command as it is on the SQl Server using the / * sqldev:stmt * /, for example:

    drop table test1;
    -Online moved as test1 table.

    create table test1 (col1 int identity (1,1));
    -Online table TEST1 created.

    Insert into test1 (col1) values (10);
    => Error from line 4 on order:
    -Online insert into test1 (col1) values (10)
    -Online error in the command line: 4 column: 0
    => Error report:
    -Online SQL error: cannot insert an explicit value for identity in the table 'test1' column when IDENTITY_INSERT is set to OFF.

    When I use the sqldev:stmt setting now I can place an order directly to SQL Server:

    / * sqldev:stmt * / set identity_insert test1;
    -Online set IDENTITY_INSERT succeeded.

    Insert into test1 (col1) values (11);
    -Online 1 lines inserted.

  • Failed to connect to the SQL Server integrated with foglight

    Hi all

    I try to connect with MS SQL Server embedded foglight Management Server and failed to do so due to the error below. Could someone help me on this ASAP:

    org.springframework.beans.factory.BeanCreationException: error creating bean with name "foglight-core-services" defined in the URL [jar:file:/E:/Quest_Software/Foglight/server/default/tmp/deploy/tmp7024790750014228181foglight.sar!/com/quest/nitro/service/core-beanref.0.ctx.xml]: instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: could not instantiate bean class [org.springframework.context.support.ClassPathXmlApplicationContext]: constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'exporting' defined in the [com/quest/nitro/service/common.ctx.xml] class path resource: calling the init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name "com.quest.nitro:service = Licensing" defined in the [com/quest/nitro/service/core-services.0.ctx.xml] class path resource: calling the init method failed; nested exception is org.hibernate.exception.DataException: could not execute the query

    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)

    to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)

    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)

    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)

    at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:141)

    at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:384)

    ... more than 165

    Caused by: org.springframework.beans.BeanInstantiationException: could not instantiate bean class [org.springframework.context.support.ClassPathXmlApplicationContext]: constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'exporting' defined in the [com/quest/nitro/service/common.ctx.xml] class path resource: calling the init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name "com.quest.nitro:service = Licensing" defined in the [com/quest/nitro/service/core-services.0.ctx.xml] class path resource: calling the init method failed; nested exception is org.hibernate.exception.DataException: could not execute the query

    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)

    to

    Kind regards

    Shiva

    Hello

    It is probably part of a larger battery error (if you can download the zipped file of complete log we can see if something is visible).

    This is a new installation or and upgrade or displacement of FMS? What version do you use?

    Have you tried to stop the foglight server, make sure that the DB is down too and then restart?

    There are articles describing errors as part of a larger pile of errors.

    This article KB https://support.quest.com/SolutionDetail.aspx?id=SOL64412 talks to ip in the hosts file is not wrong

    Other articles describing similar problems:

    There is an article describing a bug that has been fixed at https://support.quest.com/SolutionDetail.aspx?id=SOL63134

    Another speaks of a problem with the Storage Manager service https://support.quest.com/SolutionDetail.aspx?id=SOL73892

    With the attached log file we can see more information, I recommend also the opening of a case of pension because they can help solve the problem in a more interactive way.

    I hope this helps.

    Golan

  • Connection to SQL server 2012 (with Alwayson) of BI Publisher

    How to connect to SQL Server BI publisher 2012 using a headset and connect to a readonly database. I need to know if we can use the 'ApplicationIntent ReadOnly ="parameter. Also, can I install Microsoft SQL Server jdbc 4 on WLS? Please let me know

    I am able to do this work by installing the MS sqljdbc4 on weblogic and specifying the readonly parameter.

  • put the server connected to variable

    I'm busy with a script do some chores, but I want to keep the vCenter server to which I connect in a variable.

    What was the best option for this?

    You can get the name of the instance of vCenter using advanced key VirtualCenter.InstanceName as you mentioned, but this is not guaranteed to match the real hostname of your vCenter.

    If I understand you and you use vSphere SDK for Perl and you are already connected to the vCenter server since you ask for advanced VPX configurations, you can actually get IP address or the host name by following these steps:

    my $server = Opts::get_option('server');
    

    VMware has already created a few modules that allows you to create new vSphere SDK for Perl scripts and manages most of the authentication and by default, you can access the user name, the password and the server among other variables. So if you are already connected to vCenter using the IP address or FULL domain name, you can just extract this variable outside. Now if you want the entire FQDN and you are connected via IP, then just use Perl to do a look-up, assuming that DNS is fully functional in your environment as it should.

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Integration of SQL Server 2005 with OBIEE 11g

    Dear gurus,

    Is there documentation on how to use SQL Server 2005 as datasource combined with OBIEE 11 g?
    Clear steps with pictures will be very useful.

    Thank you very much

    Concerning

    JOE

    Hello

    Please see this link.

    http://rnm1978.WordPress.com/2009/08/21/querying-SQL-Server-from-OBIEE-running-on-UNIX/

    Re: How to connect Linux OBIEE repository to SQL Server 2005 database

    Hope this helps

    Thank you
    Satya

  • SQL * PLUS connects with SQL &gt; question

    People,

    I'm confused on the command. / sqlplus with Oracle database.

    According to my understanding,. / sqlplus connected with SQL > using option 3: sysdba, sysoper, sysasm.

    I connect with SQL > to run the rel853.sql script to create a table PSOPRDEFN but a field "OPERPSWDSALT" did not appear in the table PSOPRDEFN although it is in the Create Table statement.

    I connect with SQL * in the directory/home/user/OracleDB_Home/bin as below:


    $ export SYSTEM_PASS = AccessId/mypass

    $ export ORACLE_HOME = / home/user/OracleDB_Home

    $ export ORACLE_SID = HRCS90

    $. / lsnrctl start LISTENER

    $. / AccessId/mypass sqlplus as sysdba

    SQL > startup

    SQL > @/opt/PT8.53/scripts/rel853.sql

    SQL > select OPERPSWDSALT in the AccessId.PSOPRDEFN;

    It returns: "OPERPSWDSALT": invalid identifier.


    I checked the table PSOPRDEFN that the OPERPSWDSALT field did not appear in the table PSOPRDEFN.

    I tried the sysoper option as below:

    $. / sqlplus AccessId/mypass as sysoper

    SQL > startup

    SQL > @/opt/PT8.53/scripts/rel853.sql

    SQL > select OPERPSWDSALT in the AccessId.PSOPRDEFN;

    It returns: "OPERPSWDSALT": invalid identifier.

    The sysoper error is the same thing with sysdba error.

    I tried the sysasm option as below:

    $. / sqlplus AccessId/mypass as sysasm

    He returned: connection refused.


    Someone told me this connection as SYS causes this error. If not a sysdba, sysoper, or sysasm, use the command. / sqlplus AccessId/mypass cannot connect with SQL >.


    My question is:


    First of all, why is what OPERPSWDSALT did not appear in the PSOPRDEFN table while it is in the CREATE TABLE statement?


    Seocond, if not use SYS which is one of the 3 options, how to run the command. / sqlplus AccessId/mypass to connect with SQL > so that CREATE TABLE PSOPRDEFN correctly?

    Thank you.

    user8860348 wrote:

    People,

    Hello. Thanks much for the reply. I just do the commands below:

    $ export SYSTEM_PASS = AccessId/mypass

    $ export ORACLE_HOME = / home/user/OracleDB_Home

    $ export ORACLE_SID = HRCS90

    $. / lsnrctl start LISTENER

    $. / AccessId/mypass sqlplus as sysdba

    SQL > show user;

    Its release: the USER is "SYS".

    SQL > connect AccessId/mypass

    Its output:

    Error: ORA - 01034:ORACLE not available

    ORA-27101: shared memory realm does not exist

    64 - Linux_x86 error: no such file or directory.

    As we see above, unable to connect to the Oracle database AccessId.

    My question is:

    What to do on AccessId, so that it can connect to the Oracle database?

    Thank you.

    so much for the use that you refuse to actually use COPY it PASTE & so that we can see the whole session.

    In the past, you did

    > SQL > startup

    Maybe the database is out of order & must be started.

    do exactly as below (line by line)

    ID

    sqlplus

    / as sysdba

    startup

    connect AccessId/mypass

    COPY the results from above then PASTE all back here

  • R4 problem EA SQL Server connection - no tabs after following the proc

    I am trying to create a connection to SQL Server and have downloaded and extracted the latest JTDS, moved the jar file in different locations and set the path of the third-party driver but not yet able to see the SQL Server tab in the wizard to connect to the base.  I even tried a suggestions in a really old post on the ntlmauth.dll and it still does not work.  Is this a problem in EA4 or do you do something else?  I have that works well in the version of SQL Developer Data Modeling (SDDM) 3.3 747, but I want to try EA4 SDDM which is available in SQL Developer EA4...

    > have downloaded and extracted the latest JTDS

    Yes, I don't want you to do that.

    You have v1.2

  • SQL Server VM with vCenter database storage migration

    vCenter Server 5 and ESXi 5.

    Hi all. Have vcenter server on a physical machine. The database server is VM with SQL Server 2008R2. Need recommendation of migrating data to another store. The storage systems are different. And can not be shared beetwen 2 servers. HP MSA 2012 SAS Enclouser and HP EVA 6500.

    I think you only good option is to take note of the host in which your VCDB VM is saved. Turn off vCenter (it won't work anyway once the DB is taken offline).  Then use VMware Converter to migrate the virtual computer from the data store either.  Once the VM has been upsized, turn the VCDB VM, turn on vcenter, ensure that everything works and then destroy the 'old' VCDB VM.

  • DG Oracle 11 GR 2 - SQL Server connection problem

    Hi all

    I read the forum discussions and documentation. As far as I can see I have just, however running in typical error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Invalid connection. {08001,NativeErr = 14}[Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()). {01000,NativeErr = 14}[Oracle][ODBC SQL Server Driver]Invalid connection string attribute {01S00}
    ORA-02063: preceding 2 lines from MSSQL2008
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded
               message.
    Error at Line: 3 Column: 46
    The documentation seems also like plug & play so I must have missed something, if my config files are correct.


    My environment is made up of:
    ====================
    Localhost: Oracle 11.2.0.3 on Windows 7 x 64
    Remote host: SQL Server 2005, 2008, SQLExpress-> each running on their own static ports

    Oracle software Gatways 11 GR 2 is installed on the localhost on port 1522.


    I am trying to connect to the adventure works database on SQL server, but keep the above error. Here's my config files.

    ORACLE_HOME=c:\oracle\product\11.2.0\dbhome_1
    ORACLE_GATEWAY=c:\oracle\product\11.2.0\gtwhome_1

    ORACLE_GATEWAY-> init4dgmsql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO=[SVR-DEV-CLU-01:1434]/SQL2008/AdventtureWorks2008R2
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    ORACLE_GATEWAY-> listener.ora
    # listener.ora Network Configuration File: C:\oracle\product\11.2.0\gtwhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_GTW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        )
      )
    
    SID_LIST_LISTENER_GTW=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=dg4msql)
             (ORACLE_HOME=C:\oracle\product\11.2.0\gtwhome_1)
             (PROGRAM=dg4msql)
          )
      )
    
    ADR_BASE_LISTENER_GTW = C:\oracle\product\11.2.0\gtwhome_1
    ORACLE_HOME--> tnsnames.ora
    dg4msql  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
        (CONNECT_DATA=
             (SID=dg4msql)
        )
        (HS=OK)
      ) 
    Local database-> db link
    CREATE PUBLIC DATABASE LINK MSSQL2008 CONNECT TO "ORACLE_GATEWAY" IDENTIFIED BY "Dbsoft1234" USING 'dg4msql';
    select AddressLine1, City from Person.Address@MSSQL2008;
    I have validated here sis there no dynamic ports and each database is running on its own static port, in this case, 1434. I did a tnsping the LISTENER_GTW responds properly. I did a ping on the server to validate the name of the server it's ok too.


    SQL Server 2008:
    Server Name: SQL2008\SQL2008
    Instance Name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2    (case sensitive)
    Failure also on:

    SQL Server 2005
    Server Name: SVR-CLU-DEV-01\SQL2005
    Instance Name: SQL2005
    Dataabse: master
    Thanks in advance for any help.

    Jan S.

    Hello
    The configuration files look correct, except for the value of init4dgmsql.ora to HS_FDS_CONNECT_INFO.

    The recommended settings are in format-

    HS_FDS_CONNECT_INFO =:.
    HS_FDS_CONNECT_INFO =//.

    You defined as -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] / SQL2008/AdventtureWorks2008R2

    What happens if you set -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU-01] / SQL2008/AdventtureWorks2008R2

    or

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] //AdventtureWorks2008R2

    Another point, you posted the SQL * Server as -information

    Server name: SQL2008\SQL2008
    Instance name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2 (case sensitive)

    so, is the name of the database AdventtureWorks2008R2 or AdvebtureWorks2008R2?
    Please make sure you use the correct name.

    Kind regards
    Mike

  • Selecting a SQL Server 2005 with names of long columns (&gt; 30 characters)

    Hello

    I was able to put in place a db Oracle 11.2.0.1 link to SQL Server 2005 using DG4ODBC.

    My problem is that some column names in Sql Server are more than 30 tanks and trying to select gives me the ORA-00972: identifier is a mistake too long.

    If I omit those select columns succeeds.
    I know that I can create a view in sql server and query it instead of the original table, but I was wondering if there is a way to overcome it with sql.

    My selection looks like this:
    select "good_column_name" from sometable@sqlserver_dblink -- this works
    select "good_column_name","very_long_column_name>30 chars" from sometable@sqlserver_dblink -- ORA-00972
    Thank you

    No there is no other way then using a view in SQl Server and select in the view rather than the table. The reason is that the Oracle database has a restriction that the column names must be 30 or fewer characters.

  • Problem installing SQL Server 2014 with the language of the OS

    I installed a new 2012 french windows server essentials.

    Then I tried to install sql server 2014 standard (English version). But, it is not possible. I get the message "this SQL server installation media does not support the language of the operating system, or does not have the SQL Server installation files English version.» Use the correspondent... ».

    Then I tried several solutions provided on different forums on the web. Now my system is set to English (United States), but the message still appears at the beginning of the installation of SQL.

    Any suggestion will be fine... I'm tired of installation problems.

    BB

    Hello

    You can post your question Server 2012 Server TechNet forums, that your question is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    Please repost your question about SQL Server in the SQL Server TechNet Forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    See you soon.

  • DB Link for MS SQL Server connectivity

    Hi all

    Is it possible to create the DB link in the Oracle to MS SQL server database.

    If yes then guide.

    Best regards

    Cecile

    VISHWAKARMAPARDEEP wrote:

    Hi all

    Is it possible to create the DB link in the Oracle to MS SQL server database.

    If yes then guide.

    Best regards

    Cecile

    refuses or is unable to use GOOGLE yourself?

    https://www.Google.com/search?q=create+DB+link+into+Oracle+database+for+MS+SQL+Server

  • What are the versions of SQL Server supported with Appvolumes 2.9?

    According to the release notes: only SQL Server 2008 and SQL Server 2012 are supported: App Volumes 2.9 Release Notes

    According to the user's Guide: SQL Server 2008 R2 SP1, SP1 of SQL Server 2012 and 2014 of SQL Server are supported: https://www.vmware.com/pdf/app-volumes-29-users-guide.pdf

    My customer wants to switch to SQL Server 2014? Is this supported? Is this work?

    Hello

    Thank you for discovering the incompatibility.

    Versions SQL mentioned in the release note is correct and the user's guide is incorrect. Server SQL 2014 is not yet supported.

  • Oracle <>- MS SQL server, problem with DATE

    HS current options are:

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so

    HS_FDS_FETCH_ROWS = 1

    HS_FDS_SQLLEN_INTERPRETATION = 32

    The following image contains 2 screenshots.

    http://maslovd.no-IP.org/public/doc/date_problem.PNG

    1. selection of table of MS SQL server.

    2 selection in Oracle DB link.

    Any suggestions?

    I asked here, that is why the DateForm column are returned as data type-(9)SQL_WVARCHAR).

    Could you please post the SQL Server table definition?

    What's the FreeTDS version and on which platform did you configure DG4ODBC?

    - Klaus


Maybe you are looking for

  • sound themes iDVD in sierra

    Hello in iDVD 9.1.2, after upgrade to 10.12, sounds imported into iTunes in the iDVD themes part is silent. I tried different formats (AIFF, AAC) does not. The sounds file in the media, but when setting browser in the well, it won't play the preview.

  • How to disable Firefox believing

    HelloI would like to disable Firefox believing, because downloadspeed is rather low compared to other believing, I use with IE9. I would like to use Firefox, but together with my personal believing.

  • System restore after the recovery running disk

    Hello Is there a way to restore my system to previous state after you run recovery disk? I forgot to backup my files and apparently lost my data after the recovery running disc. All suggestions will be appreciated. I'm trying to restore my system, bu

  • Equium A300d-13 x - buttons of media suddenly collapsed work

    I use a laptop toshiba Equium A300d-13 x and led media controls work suddenly collapsed of touch panelWhat should I do?

  • How to mute Siri?

    Audio for the content that I discovered with ATV seems less than the levels that I get with my cable TV content. So I increased the volume on the audio receiver. But Siri is VERY STRONG (and most of the guides messages are useless - who needs to be t