Change TMS SQL use Port

Hello

We use the TMS version 14.6

I have change the default ports used by SQL server (TCP 1433-> TCP 3341 destination ports)

Please find sheet or give advice

Thank you

If you run the application tools of TMS (C:\Program Files (x86)\TANDBERG\TMS\TMSTools\TMSTools.exe) and go to the Configuration tab, which allows you to change the detault Port 1433.)

Wayne
--
Remember the frequency responses and mark your question as answered as appropriate.

Tags: Cisco Support

Similar Questions

  • Changing the SQL source region according to requirement

    I have a region of reports that shows the results of some SQL codes. According to the value of a variable to the page I need to run a little different from SQL to get my results. Right now I use 5 different regions and display one suitable and hide others, according to the value of the variable on the page.

    It's a bit messy and I'm looking for a better way to do it. Is it possible to use a single region and change the SQL used as the source of the region after checking my page variable? for example something like this for the source of the region:
    IF :report_type = 1 THEN
    
    SELECT col1, col2, col3 from table1;
    
    ELSEIF :report_type = 2 THEN
    
    SELECT col1, col2, col3 from table2;
    
    ELSEIF :report_type = 2 THEN
    
    SELECT col1, col2, col3 from table3;
    
    END IF;
    .. or something similar?

    Or is there an even easier way to do it?

    Hello

    for "normal" (non-interactive reports), you can provide a block plsql returning a sql query
    as the source of report...

    declare
    v_sql varchar2 (4000);
    Start
    IF: report_type = 1 THEN
    v_sql: = "SELECT col1, col2, col3 from table1";
    ELSE IF: report_type = 2 THEN
    v_sql: = "SELECT col1, col2, col3 from table2";
    ELSE IF: report_type = 2 THEN
    v_sql: = "SELECT col1, col2, col3 from table3";
    END IF;
    Return v_sql;
    end;

    as said - this does not work with interactive reports...

    Best regards

    Carsten-

  • How can we change the TCP/IP ports used by LabView?

    I'm under LabView 8.2 on a computer running windows XP sp2.  This computer is connected to a compact RIO via Ethernet.  The system works very well, but now I am trying to add an IP intercom function (acoustic digital ii3) this intercom uses a program called talkMaster to communicate with the host computer.  I can't communicate with the intercom because this program needs of ports 3000,3002,5000 and 5006.   I used a program called Currports to see what ports are used, and a program called lkcitdl.exe (National Instruments Logos product name) uses port 5000.  Is there a way to change this? I contacted digital sound technical support and they said there is no way to change it at their end.

    Any help would be greatly appreciated!

    Thank you

    Jason

    I believe that we have an article on this somewhere, but I don't have a link at the moment. Under Windows, you can set the port range used by the protocols of Logos in the registry. Reach

    HKLM\Software\National Instruments\Logos\Ports

    You will find two values DWORD here, FirstClientPort, and FirstServerPort, which defaults to 5000 and 6000 respectively. Logos will search for the first available port in the range [FirstClientPort, FirstClientPort + 1000] or [FirstServerPort, FirstServerPort + 1000] when starts a server or a client. By adjusting the registry, you should be able to find a port range that does not conflict with your software. You need to restart all programs OR after you make this change (probably easier to simply restart the computer).

    -J.D. Robertson

    National Instruments

  • How to change the default listening port?

    Hi all

    11.2.0.4

    RHEL 6.5

    I managed to install Oracle Db 11.2.0.4 on RHEL 6.5

    He created a default listener uses port 1521.

    With the following entries in listener.ora.

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0.4/db_1/network/admin/listener.ora

    # Generated by Oracle configuration tools.

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP) (HOST = ip-10-0-0 - 216.ec2.internal)(PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = / u01/app/oracle

    How can I change the port in 1522? Can I just he replace value of listener.ora?

    Should I also change the value of KEY = EXTPROC1521 to KEY = EXTPROC1522?



    I tried to change the port in 1522 in the listener.ora but when I start "lsnrctl status".


    [oracle@ip-10-0-0-216 admin] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on March 7, 2015 06:19:54

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production

    Start date March 7, 2015 06:19:05

    Uptime 0 days 0 h 0 min 49 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0.4/db_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/IP-10-0-0-216/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = ip-10-0-0 - 216.ec2.internal)(PORT=1522)))

    The listener supports no services

    The command completed successfully

    Now, it does not support the services ORCL which is the default database installed

    I can not connect to the database the string '@orcl' of both connection using the default

    [oracle@ip-10-0-0-216 admin] $ sqlplus system/manager@orcl

    SQL * more: version 11.2.0.4.0 Production on Sat Mar 7 06:23:50 2015

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    ERROR:

    ORA-12541: TNS:no listener

    Help, please...

    Thank you

    MK

    Hello

    As said earlier after which the listening port, you must update the parameter local_listener database as below:

    ALTER system set local_listener ='(ADDRESS = (PROTOCOL = TCP) (HOST = ip-10-0-0 - 216.ec2.internal)(PORT=1522))'

    editing the system registry;

    HTH,

    Pradeep

  • Firefox uses port 80 on my XP PC?

    I hate to be lame, but I can not use WAMP as installed on my XP machine (I have two Win 7 PCs, but I'm hoping to re - develop a Web site on the XP machine). Apache 2.2 is installed, as well as an earlier version of WordPress, known for work on XP machines. The programs are installed in the respective folders are c:\wamp and c:\wordpress. Apache 2.2 always throws when starting, that's fine. When I place my mouse on the icon of the server HTTP Apache in the status bar just to the left of the clock of my machine, it displays 1 of Apache 2 running services. There is a red light to the left of the icon wampapache (void), and when I click on the Start option for her, a few seconds, I always get this message: the requested option has failed! All I can find through searching online for this problem is that I have perhaps already in use port 80 on my computer. Help! Someone saw this problem? I bought a copy of the 3rd edition of the Professional WordPress Design & Development, and so far it looks great. But until I can get WAMP running, I'm dead in the water. Thank you!

    If Port 80 doesn't work, could you try change to port 8080 by following the steps in this page of StackOverflow: http://stackoverflow.com/questions/8574332/how-to-change-port-number-for-apache-in-wamp

  • 'Web Deployment agent service' using port 80.

    Hello community,

    After I uninstalled ampps (alternative to Xampp) and re installed, I get a message that port 80 is used by another application.
    I discovered in "Windows Task Manager" than (NT Kernel & System) was the culprit. After Googling further concluded that "Web deployment agent service" use port 80.

    C:\Program Files\IIS\Microsoft Web Deploy\MsDepSvc.exe' - runService: MsDepSvc

    What I've done so far was out of "MsDepSvc.exe" by spacing it epSvc.exe MsD.

    I want to know is why IIS start using port 80. Because ampps do not complain about it before!

    And what is the solution. How can I change the port for IIS?

    Thank you!

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • What command to change the number of ports for vSwitch0?

    I develop kickstart to deploy ESX4 U1 to upgrade our 100 ESX 3.5 servers. After trying for a day, I had almost all of this work. The problem is vSwitch0 is created with only 32 ports. Can I use vi client to change the port number after, but it is nice to have everything using kickstart.

    Y at - it a command to change the number of ports for vSwitch0? I know that you can create a new vswitch port num vSwitch, but not for vSwitch0 created during installation.

    For those using pxe and start problem with no. cos NIC added by the user, it is not a real error message, press Alt + F1 to display the actual error message, it should tell you what the problem is.

    Thank you

    I have it in my postconfig:

    Perl-pi-e w /------/ NET/vswitch\/child\ [0000\] \/numPorts = \"\d+\"/\/net\/vswitch\/child\[0000\]\/numPorts = \"256\"/g;' /etc/vmware/esx.conf

    Ben

  • FMS using port 81 relief for the Apache configuration

    Experts,

    I need to improve for HDS/HLS 4.5 FMS streaming.  I use a 2008 Server and I need to use IIS7 port 80 for existing websites.

    I would like to configure in fms.ini using ports 1935 and 81 and request Apache to port 8134.

    Can I use this configuration?   I have to open ports 81 and 8134 in the network?

    What is recommended in this case?

    Thanks in advance.

    Hello

    This should be fine, nothing recommended as such, the ports should be configurable depending on the configuration of the server. Please go ahead and make the changes and let us know if there are problems.

    Thank you!

  • Tuning sql of a product to the seller without changing the sql statement

    Hello

    We have a product of the provider that generates the SQL statement. For a query, we get the answer in 15 seconds. But users are asking if we can bring it back to 5 seconds. Limitation is the query can not be changed. He used about 10 to 12 tables and bit complex query.

    What kind of options could be evaluated if we are to improve the performance of a query (not sure if she could never be reduced to 5 seconds)
    without making any change to the query.

    Database Version: Oracle 10.2.0.4

    Thank you
    Delphine

    Hello

    http://www.Oracle-base.com/articles/10G/AutomaticSQLTuning10g.php

    your software is enterprise or standard?

    Tuning Pack & pack diagnosis are extra cost option with the standard edition.

    & the useful note * automatic SQL Tuning - SQL [271196.1 ID] profiles *.

    http://www.Oracle.com/us/corporate/pricing/technology-price-list-070617.PDF

    Thank you

    Published by: CKPT November 5, 2010 11:12

  • Peovisioning attribute to multiple values in a table SQL using the GTC in detail

    I have a recon trust implemented Sun LDAP for IOM followed to auto put into service at table 'MyUser' to SQL using GTC. It works great so far.

    Now the difficult part of the requirements. I have a multivalued attribute called "AppRoles" associated with Sun's LDAP user. I would like access to this attribute to the 'MyUserToRole' of SQL table (this is a picture of detail table Master "MyUser"). What should be the best approach to this task?

    Thank you!
    Kabi

    For the look-up:
    Once you run Trusted Recon, all your AppRoles are inserted in this research and the different lines for different users. Use the IOM API for this. A basic structure could be as follows:

    Code - Decode
    User01 - Role01, Role02
    User02 - Role02, Role03, Roel04
    User03 - Role08, Role12

    In this way all the roles are stored in this research. Bu the only problem with it could be the change in the look upwards manually which could be tolerated as there are glitches with almost all of the solutions implemented.
    --------------------

    For the field of the UDF
    Yes, their would be a limitation in the text box and it is * 200 * characters. So if that's the case then you should go for the look-up which has no such restrictions at least for your condition.

  • PL/SQL using bind variable to delete records

    Hello

    I'm currently implementing PL/SQL using bind variables to remove records from the "item_progress" table in the simple join query where I'm passing itemName, itemLoc and orderLoc in the delete query in pl/sql block.

    Please suggest, it should be easy for oracle experts...

    (a) I need first records in the item_progress table by using the join query and then update of status in the renew_item table.
    (b) it works fine if I use the simple removal with a condition that is ("DELETE from item_progress where itemname =: 1' using itemname1").

    (c) but it gives an error when I run it using delete with join:
    ---------------------------------------
    * Invalid relational operator ORA-00920:
    ORA-06512: at "SE", line 14 (it's the deletion with the join... "DELETE FROM item_progress WHERE item_id IN (SELECT ip.item_id'...)" ....'
    ORA-06512: at line 10
    Process exited.*
    ---------------------------------------

    create or replace PROCEDURE PUT (itemName IN VARCHAR2,
    itemLoc IN VARCHAR2,
    orderLoc IN VARCHAR2) is
    itemName1 varchar2 (30);
    itemLoc1 varchar2 (30);
    orderLoc1 varchar2 (30);
    BEGIN
    orderLoc1: = ' C: test/local /';
    itemLoc1: = ' / / L123/R;
    itemName1: = 'AAA ';

    immediate execution

    "DELETE FROM item_progress WHERE item_id IN (SELECT ip.item_id FROM ip, item_order io item_progress WHERE io.orderlocation: = 1 AND ip.order_id io.order_id UNION SELECT item_id FROM item_progress WHERE ITEMLOCATION =: = 2) AND itemname: = 3' using orderloc1, itemloc1, itemname1;"

    -"DELETE from item_progress where itemname =: 1' using itemname1; -IT WORKS FINE
    -Once the above query is updated to success, the status in another table
    -Renew_item update the Status value = "RENEWED" where ITEMNAME =: 1, ITEMLOCATION =: 2 using itemname1, itemloc1;

    commit;
    END OPERATIONS;

    user10828299 wrote:
    Please suggest, it should be easy for oracle experts...

    You have made a typo. bind variables are preceded by two points, while you put a colon in front of the equality operator that he listens to it in the PL/SQL assignment operator. Change:

    WHERE io.orderlocation : = 1

    TO

    IO.orderlocation WHERE =:1

    Change:

    WHERE ITEMLOCATION : = 2

    TO:

    WHERE ITEMLOCATION =:2

    Change

    AND itemname : = 3

    TO:

    AND itemname =:3

    SY.

  • How to change a procedure using sqlplus...

    command to change a procedure using sqlplus

    Hello

    Laughing says:
    command to change a procedure using sqlplus

    You cannot change a procedure in the way that you can, say, ALTER TABLE; all you can do is CREATE OR REPLACE PROCEDURE..., with the definition of the whole procedure.

    Do the actual editing in a text editor. Any editor will do. You can even use a word processor, if you think to save it as text only.

    If you don't have a copy of the procedure as it is, and then use dbms_metadata, or query a view of data as all_source dictionary to get a.

    In SQL * Plus, run the file that you have edited by saying:

    SQL>  @pathname\filename
    
  • I changed my password of gmail e-mail. How can I change the password used by Thunderbird to connect to gmail.

    I changed the password used to access my gmail account. Thunderbird still uses the old password to access the account. How can I change the password that is using Thunderbird. The last time this happened I ended up creating a new account to Thunderbird for gmail. Create the new Thunderbird account at least let me enter the new password. I don't really want to have three accounts of Thunderbird for the same gmail account.

    Please do not respond with suggestions on using password manager. I do not use it and do not want to start. I looked, and none of my Thunderbird passwords are displayed here. All I want to do is change the password in Thunderbird. If Thunderbird does not have a feature that allows you to change passwords, should be added.

    The link posted by Christ1 gives WRONG directions. In Thunderbird 24.4.0, is:
    Tools, Options, security, passwords, saved passwords

    Admittedly, in fact, you want that he SHOWS you the passwords, and then you can delete them.
    Once fact you check for mail, it will tell you, it didn't, and then you have the option to enter a new password.
    MUCH too complicated. Time to put the password and the ability to change, in the e-mail account options.

  • How to change security issues using alternate email address

    How to change security issues using e-mail. That you send e-mail to?

    Forgotten security issues

    1. If you forgot the answers to your questions of security of Apple ID - Apple Support
    2. Apple ID - all about Apple ID security issues
    3. Contact Apple for assistance with the security of the Apple ID - Apple Support accounts
    4. Security issues

    If you don't have an e-mail address of relief already implemented, then you will need to call Apple (point 3) for repair.

  • How will I know if my Airport Extreme has the latest firmware?  And (not related) how to change the password used to connect to my network?

    I think I bought the latest version of Airport Extreme.  It is the unit which is rectangular, is about 6 to 7 w., etc.  I have some basic questions that I do not understand:

    1. How will I know if I have the latest firmware for this device?  I read a few posts that make it sound as if it was just automatically updates.  Is this true?

    2. can someone tell me how to change the password used to connect to my wireless network?

    Thank you very much!

    Chris

    If a firmware update is available, AirPort Extreme flashes orange.

    The most up-to-date version of the firmware is 7.7.3.

    You can see what version you currently have the following on your Mac...

    Open Finder > Applications > utilities > AirPort Utility

    Click on the image of the AirPort Extreme

    Look for the Version

    If the new firmware was available, you will see a button update here

    To change the wireless network password...

    Click on edit in the window smaller than you watched just to check the firmware version

    Click on the Wireless tab at the top of the next window

    Go back / change the wireless password and enter a new password

    Do the same thing to check

    Click Update at the bottom right of the window and give the airport a minute full for restart

Maybe you are looking for

  • Tecra 8200: need a new LCD Panel

    The LCD on my Tecra 8200 [model N°-PT820E-01EQP-FR] is cracked and needs to be replaced. The existing expert group is a Philips LP141X7-C1T0, but hard to find, and the ones I found are expensive. Does anyone know of all other compatible signs that I

  • Wireless Mini-PCI card does not work after installing it in socket

    I have laptop satellite A30, it has a plug for a mini PCI card.I buy a (chipset intel) and install the driver on the PC.The problem that I can not power on the wireless?There is a switch for this perpose on the side of the laptop, but when I change n

  • deleting a device

    I bought an iPhone6 and transferred children 5 years to another rof my family member. Do you have all the changes (App, files, passwords). However, when I open iTunes on my Mac it still shows children 5 years and when I close and close and reopen iTu

  • Losing GB off hard drives on my Dell Inspiron 17

    Every day I lose GB do not know why or where they're going. My Dell Inspiron 17 a (500) 444 GB to start (New). After downloading music and other software my laptop contained 355 GB of space left. 25/12/14 I had 203 GB and today, 26/12/14 there are 18

  • Do not get the latest updates in my machine Acer 64-bit Vista SP1?

    Hello. I've noticed lately that machine of Vista SP1 for my old Acer OEM of six months (all updates since 05/26/2010) don't show me not updated like today even if I force a manual check. It only offers me SP2. MS changes something gives me not the to