Exclude IPs for RRAS connection.

Hello,
I have a server configured with RRAS for provide PPTP,SSTP connection to our clients, we have four public IPs added into server's NIC.
Problem is that, RRAS can connect through any IP of 4 which are added into server's NIC, it seems that RRAS occupied all 4 IPs, While I want to run another service on one of those IPs  and same port of SSTP, is there any way to exclude one IP from RRAS
occupy to make it available for different service?
Regards,
Jebran. 

Hi Jebran,
The Winsock application that is listening on the designated port was written so that it binds to any local IP address by using INADDR_ANY(i.e. 0.0.0.0 for IPv4 and [::] for IPv6). This means that the application will listen to all
local interfaces and we can connect to the port of any of them. This is by design. However, if we don’t want the Winsock application to listen to all local interfaces, it must be designed to bind to a specific IP address. By default SSTP based VPN connections
listens on all IP addresses of VPN server. Based on your description, we need SSTP VPN server to listen on specific IP address. We can change directly inside HTTP.SYS directly using “netsh http add iplisten” command.
In addition, the default port of SSTP used is 443, we can change this value to a different port using the registry value ‘ListenerPort’ at HKEY Local Machine\System\CurrentControlSet\Services\SstpSvc\Parameters to the desired value
if needed.
For more details, please refer to links below,
Setting up the SSTP listener and verifying it
http://blogs.technet.com/b/rrasblog/archive/2007/03/07/configuration-of-sstp-listener-and-verification.aspx
SSTP FAQ - Part 3: Server Specific
http://blogs.technet.com/b/rrasblog/archive/2007/01/25/sstp-faq-part-3-server-specific.aspx
Best Regards,
Tina

Similar Messages

  • ASA 5505 configured for WebVPN connecting to Citrix Web Interface

    ASA 5505 configured for WebVPN connecting to Citrix Web Interface.
    i have a ASA 5505 that I am attempting to configure for WebVPN with passthrough into Web Interface .  The user authenticates into WebVPN OK and gets the option to click on the Citrix Link (which is i add bookmark  citrix server http:// 172.30.40.5.) i enter the citrix and then for example  i want to open to outlook it can not open. (when i want to open some application no application is open)).there is no alarm at asa. how i solve this issue?
    thanks.

    Teymur,
    Can you confim that after disabling the ssl/tls on the Citrix server (secure connectivity) that you are getting exactly the same error.  It is possible that it is generating a different error.
    The bug where we have see the existing error was CSCtf06303 but that has been fixed in 8.4.1.  Can you confirm the exact version of code you are running on the ASA.
    If you have confirmed the above two notes it may be adventageous to open a TAC case as we may need to do some live additional troubleshooting.
    Thanks
    -Jay

  • Licensing for Unity Connection after Upgrade from 8.5 to 9.1.2

    I upgraded my Unity connection from 8.5.1 to 9.1.2. ( my CUCM is still on 8.5.1) . I have 200 CUWL-STD ( 2200 DLUs), and 50 CUWL-PRO (850 DLUs) . Now I am working with Cisco to get a license file for Unity Connection and apply that to my ELM. I attached my licensing page for when I was in 8.5.1 . Just want to make sure if I will be getting enough license with that license file, or possibly I need to buy more. Someone told me that if I want to have users with mailbox I need to order more licenses since every user take one CUWL license.
    Honestly i do not know how CUWL licensing work regardig to Unity or even CUCM.
    Thanks,

    Hi,
    The following link provides details of licenses usage by diff endpoints on version 9.x
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/upgrade/uct/9_1_1/CUCM_BK_U0AE00F5_00_uct-admin-guide/CUCM_BK_U0AE00F5_00_uct-admin-guide_chapter_0100.html
    HTH
    Manish

  • I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • What is the easiest way to check for internet connection in C#?

    Hi!
    I searched a lot but I didn't get my answer. I'm looking for the easiest way to check for internet connection. Can you help me?
    Thanks a lot.

    Hi Pouya Ebrahimzadeh,
    I suggest you could connect a site to check if it can be opened.
    Public Shared Function CheckForInternetConnection() As Boolean
    Try
    Using client = New WebClient()
    Using stream = client.OpenRead("https://msdn.microsoft.com/")
    Return True
    End Using
    End Using
    Catch
    Return False
    End Try
    End Function
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Shall I use one datasource for multiple connection pool?

    Hi,
    I need to clarrify that, Shall I use one Datasource for multiple connection pool in distributed transaction?
    Thanks with regards
    Suresh

    No. If its transactions across multiple databases you should use different datasources.

  • How do I check the Oracle enviornment variables for a connection?

    I am using Oracle JDBC 10.2.0.4 and trying to output the Oracle enviornment variables for a connection.
    I am trying to determine if the values output from sqlplus from the following two SQL select statements are different in the connection object:
    SELECT * from NLS_SESSION_PARAMETERS order by 1;
    NLS_CALENDAR GREGORIAN
    NLS_COMP BINARY
    NLS_CURRENCY $
    NLS_DATE_FORMAT MM/DD/YYYY HH24:MI:SS
    NLS_DATE_LANGUAGE AMERICAN
    NLS_DUAL_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_LANGUAGE AMERICAN
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NUMERIC_CHARACTERS .,
    NLS_SORT BINARY
    NLS_TERRITORY AMERICA
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    SELECT sys_context('userenv','language') from dual;
    AMERICAN_AMERICA.WE8ISO8859P1
    Is there a way to do this in the API or do I just need to run the SQL statements in a Class and output the values to a log?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

    So try it.
    Create a connection with no settings.
    Alter all of the (session only)
    Query again and see.
    Either the query will return the altered values or it won't.

  • Can i use new TC to connect wirelessly to home network and plug my tv into the time capsule for internet connectivity?

    My new tv needs to plug into an ethernet port for internet connectivity. 
    I'm hoping it can plug into my TC however my TC is wirelessly connected to my current home network... how can i get this to work?
    TC version A1470 (i think, brand new)
    Many thanks.
    Ben

    If the TC is connected to a wireless network provided by another Apple router, then the TC extends the network by default, and the Ethernet ports are enabled on the TC.
    If the TC is connected to a third party network wirelessly, then it must have been setup to "join" the wireless network. When the TC is set up this way, the TC becomes a wireless hard drive and nothing more. The Ethernet ports are not enabled when the TC "joins" a wireless network.
    So, a logical first troubleshooting step would be to confirm "how" the TC is currently set up. To do that.....assuming that you are using a current or recent version of AirPort Utility on your Mac.......
    Open AirPort Utility
    Click on the TC icon, then click Edit in the smaller window
    Click the Wireless tab at the top of the window
    Check the setting for Network Mode and report on that

  • AnyConnect: No Address Available for SVC Connection on Cisco ASA 5505

    Get Error
    The secure gateway has rejected the connection attempt.   A new connection attempt to the same or another secure gateway is needed, which requires re-authentication.   The follow message was received from the secure gateway:    No address available for SVC connection.
    ip local pool VPN 192.168.250.50-192.168.250.60 mask 255.255.255.0
    tunnel-group SSL type remote-access
    tunnel-group SSL general-attributes
    address-pool VPN
    tunnel-group Any-Connect type remote-access
    tunnel-group Any-Connect general-attributes
    address-pool VPN
    I have a VPN pool
    I can make a clientless SSL connection

    Hi,
    Maybe you are not falling into that tunnel-group SSL? By default, you will fall into the DefaultWebvpnGroup unless you choose the TG via a dropdown or directly access the group via a groupurl.
    Example: When no 'tunnel-group-list' or 'group-url' is configured:
    Accessing https:// will take you to DefaultWebvpnGroup.
    When 'tunnel-group-list enable' is configured under webvpn, you will get a dropdown of tunnel-groups to choose from [provided you have an alias defined for the group]
    When group-url is configured for a particular TG, say https:///test , on accessing that URL, you are taken to that group directly.
    So basically, you would need to check which group you are hitting. Running 'debug webvpn 255' should also show you this.
    Thanks
    Rahul

  • Could not load library for database connection LCA

    Hi,
    I am facing RFC connection prblem while connectiong to database. I have installed SCM5.1 and live cache in single server
    Please find the logs.
    Work process log:
    B Mon Jul 20 11:19:13 2009
    B  create_con (con_name=LCA)
    B  Loading DB library 'E:\usr\sap\SC7\DVEBMGS03\exe\dbsdbslib.dll' ...
    M  *** ERROR => DlLoadLib: LoadLibrary(E:\usr\sap\SC7\DVEBMGS03\exe\dbsdbslib.dll) Error 126 [dlnt.c       241]
    M          Error 126 = "The specified module could not be found."
    B  *** ERROR => Couldn't load library 'E:\usr\sap\SC7\DVEBMGS03\exe\dbsdbslib.dll'
    [dbcon.c      4731]
    B  ***LOG BYG=> could not load library for database connection LCA        [dbds#1 @ 1035] [dbds    1035 ]
    A
    A Mon Jul 20 11:21:58 2009
    A  GENER starting remote generation: /SAPAPO/OM_SYNC_LC_DB (requested by W1).
    B
    SM21:
    No shared library found for the database with ID LCA|
    No shared library found for the database with ID LCA
    /SAPAPO/OM17|/SAPAPO/OM_SYNC_LC_DB|K |SAP Web AS Problem|SBAC   |
    Documentation for system log message BY G :
    As well as the standard connection, an attempt was made to set up
    another database connection, under the specified ID. The Shared Library
    for this second database could not be found.
    The Shared Library is usually found in the the Executable
    directory (profile parameter DIR_LIBRARY) under the name dbs
    <dbs>slib<os_ext>. <dbs> stands for the database type and <os_ext>
    stands for the operating system-specific extension of the Shared
    Libraries.
    The database type is determined from the entry that corresponds to the
    specified DB ID in the table DBDCON. Check whether the data in this
    entry is correct.
    ST22
    Runtime Errors         DBIF_DSQL2_CONNECTERR
    Exception              CX_SY_NATIVE_SQL_ERROR
    Date and Time          20.07.2009 11:22:21
    Short text
    Error setting up a secondary database connection
    What happened?
    Connection to database system not possible with identifier "LCA".
    |----
    System environment
    SAP-Release 700
    Application server... "
    Network address...... "
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "8x AMD64 Level"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 8
    Shortdump setting.... "full"
    Database server... "
    Database type..... "ORACLE"
    Database name..... "SC7"
    Database user ID.. "SAPSC7"
    Terminal................. " "
    Char.set.... "C"
    SAP kernel....... 701
    created (date)... "Jul 6 2009 23:47:55"
    create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
    Database version. "OCI_10201_SHARE (10.2.0.2.0) "
    Patch level. 50
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 701
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
    NT 6.0"
    Information on where terminated
    Termination occurred in the ABAP program "SAPLSLCAPPS" - in
    "LCA_EXISTS_LCA_ROUTINE".
    The main program was "/SAPAPO/TS_BATCH_RUN ".
    In the source code you have the termination point in line 23
    of the (Include) program "LSLCAPPSU05".
    The program "SAPLSLCAPPS" was started as a background job.
    Job Name....... "MACROS"
    Job Initiator.. "SC7GEN"
    Job Number..... 10222002
    The termination is caused because exception "CX_SY_NATIVE_SQL_ERROR" occurred
    in
    procedure "LCA_EXISTS_LCA_ROUTINE" "(FUNCTION)", but it was neither handled
    locally nor declared
    in the RAISING clause of its signature.
    The procedure is in program "SAPLSLCAPPS "; its source code begins in line
    1 of the (Include program "LSLCAPPSU05 ".
    Please help me to resolve the issue.
    Suraj

    Hi Natalia Khlopina,
    I have raised OSS message to SAP.
    Below is the information
    E:\usr\sap\SC7\SYS\exe\uc\Copy_ of_NTAMD64_15062009>sdbregview -l
    Server Utilities    e:/sapdb/programs      7.7.02.08     64 bit    valid
    DB Analyzer         e:/sapdb/programs      7.7.02.08     64 bit    valid
    PCR 7301            e:/sapdb/programs      7.3.01.21               valid
    PCR 7500            e:/sapdb/programs      7.5.00.42     64 bit    valid
    SAP Utilities       e:/sapdb/programs      7.7.02.08     64 bit    valid
    APO LC APPS         f:/sapdb/lcs/db/sap    6.00.004      64 bit    valid
    Redist Python       e:/sapdb/programs      7.7.02.08     64 bit    valid
    Base                e:/sapdb/programs      7.7.02.08     64 bit    valid
    JDBC                e:/sapdb/programs      7.6.03.02               valid
    Messages            e:/sapdb/programs      MSG 0.5010              valid
    ODBC                e:/sapdb/programs      7.7.02.08     64 bit    valid
    SQLDBC 77           e:/sapdb/programs      7.7.02.08     64 bit    valid
    Database Kernel     f:/sapdb/lcs/db        7.7.02.08     64 bit    valid
    Loader              e:/sapdb/programs      7.7.02.08     64 bit    valid
    SQLDBC              e:/sapdb/programs      7.7.02.08     64 bit    valid
    SQLDBC 76           e:/sapdb/programs      7.6.01.15     64 bit    valid
    Fastload API        e:/sapdb/programs      7.7.02.08     64 bit    valid
    C:\Documents and Settings\sc7adm>disp+work
    disp+work information
    kernel release                701
    kernel make variant           701_REL
    compiled on                   NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Jul  6 2009 23:47:55
    update level                  0
    patch number                  50
    source id                     0.050
    supported environment
    database (SAP, table SVERS)   700
                                  701
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    Windows NT 6.0
    Thanks for quick responce.
    Suraj

  • FF not connecting to web- This "Network Connections" message pops up: Error 623: The system could not find the phone book entry for this connection. Any ideas?

    About a month ago I could no longer connect to the internet on our PC. Every time I clicked on the Firefox icon the Netscape sign-on window would pop up. I would try to close it but it would pop up over and over again. If I tried to close it a dozen or so times eventually Firefox would open up but it would never connect. Just today I moved my Netscape file to the recycle bin. No longer does the Netscape sign-on window pop up but following Network Connection error message pops up: "Error 623: The system could not find the phone book entry for this connection".. This error window behaves the same way the Netscape sign-on window used to behave. Every time I click to close it it pops open again. After numerous clicks Firefox opens up but it never connects.

    Do you have this error message on a Mac computer or on a Windows computer?
    I've only seen this error mentioned on a Windows computer.
    *http://kb.mozillazine.org/Autoconnect

  • If you want to access the PowerShell 3.0 Help in another language please vote for my Connect suggestion!

    All my Windows operating Systems are set to use the UI Culture: German
    With Update-Help or Save-Help you can download PowerShell help in different (any) language by use of the –UICulture parameter.
    Update-Help –UICulture en-US
    Because my Windows OS is set to use the German UI Culture and the Cmdlet Get-Help depends on it, I cannot access PowerShell help in a different Language (English) with Get-Help.
    There is still no translated German PowerShell help and even if I have installed the en-US verbose Help files I cannot use it (easily)!
    I made a suggestion on Microsoft Connect to add the –UICulture Parameter to the Get-Help Cmdlet, to make it possible to call Help in a different language then the Windows Ui Culture.
    As a workaround until then you can use the  .NET Class [System.Threading.Thread]::CurrentThread.CurrentUICulture to set the UI Culture and get Help in a different language.
    Function Get-HelpUICulture {
    param (
    [String]$HelpSearchString,
    [String]$UICulture
    # remember the UICulture
    $OldCulture = [System.Threading.Thread]::CurrentThread.CurrentUICulture
    trap
    [System.Threading.Thread]::CurrentThread.CurrentUICulture = $OldCulture
    # set thread to given UICulture
    [System.Threading.Thread]::CurrentThread.CurrentUICulture = $UICulture
    # call powershell help in given language
    Get-Help $HelpSearchString -Full
    # reset UICulture
    [System.Threading.Thread]::CurrentThread.CurrentUICulture = $OldCulture
    # Example: call PowerShell en-US help in verbose English:
    Get-HelpUICulture -HelpSearchString Get-Command -UICulture ‘en-US’
    If you want to access the PowerShell 3.0 Help in another language please vote for my Connect suggestion!
    https://connect.microsoft.com/PowerShell/feedback/details/767899/please-add-uiculture-to-get-help
    Please click “Mark as Answer” if my post answers your question and click
    “Vote As Helpful” if my Post helps you.
    Bitte markiere hilfreiche Beiträge von mir als “Als Hilfreich bewerten” und Beiträge die deine Frage ganz oder teilweise beantwortet haben als
    “Als Antwort markieren”.
    My PowerShell Blog http://www.admin-source.info
    [string](0..21|%{[char][int]([int]("{0:d}" -f 0x28)+('755964655967-86965747271757624-8796158066061').substring(($_*2),2))})-replace' '
    German ? Come to German PowerShell Forum!

    Hello JosKW
    Thank you for your suggestions!
    In my 3 Part Blog Series about the new 3.0 PowerShell,  I offer a full blown Proxy Function for the Get-Help cmdlet to solve this better.
    For now I have the first two Articles Published at my Blog, the Third Part will follow soon:
    PowerShell 3.0 updateable help Update-Help, Save-Help und Get-Help Basics
    http://www.admin-source.de/BlogDeu/497/powershell-3-0-updateable-help-update-help-save-help-und-get-help-grundlagen
    PowerShell 3.0 updateable help Update-Help, Save-Help und Get-Help using
    http://www.admin-source.de/BlogDeu/523/powershell-3-0-updateable-help-update-help-save-help-und-get-help-anwenden
    The Articles are written in German. I think you as a Dutchman can read this.
    Or you can use the Translate Button on my Page, to use Google Translate Service to read this in the Language of your choice. ;-))
    Cheers Peter
    Please click “Mark as Answer” if my post answers your question and click
    “Vote As Helpful” if my Post helps you.
    Bitte markiere hilfreiche Beiträge von mir als “Als Hilfreich bewerten” und Beiträge die deine Frage ganz oder teilweise beantwortet haben als
    “Als Antwort markieren”.
    My PowerShell Blog http://www.admin-source.info
    [string](0..21|%{[char][int]([int]("{0:d}" -f 0x28)+('755964655967-86965747271757624-8796158066061').substring(($_*2),2))})-replace' '
    German ? Come to German PowerShell Forum!

  • Set password for database connection at runtime

    Hi there,
    is it possible to set the password and/or the user for the database connection at runtime.
    The use case is to read the values from a file and decrypt them, and the to establish the conenction. So that i don't habe to redeploy everything if there is a change.
    Thanks in advance.

    How exactly do i set these values for the datasource?
    Edited by: Alex on 15.02.2012 09:50
    €: JDeveloper 11.1.1.5.0
    The use case is, that there is a file with an encrypted password. This should be decrypted and then be used for the connection. So when this encrypted passowrd changes, i don't want to edit and deploay the app once again. Instead the new encrypted password should be decrypted via code an then be used.
    Edited by: Alex on 15.02.2012 10:00

  • BW authorizations for universe connections

    Hello experts,
    Is it possible to use a universe without giving the user 0BI_ALL authorization? We want the same user to connect via BICS and universe and if we use 0BI_ALL for universe connections, the analysis authorizations for BICS doesn't work.
    Any idea on how to have row security levels on both connections at same time?
    We are using BW 7.0 and BO 4.0 SP5.
    Many thanks in advance.

    Hello David,
    using BI Authorizations in BW and then adding data level security in the Universe on top of that will only lead to situations like you have now.
    Data Level security goes into BW alone or into the Universe alone, mixing both will lead to issues and remember that the Universe has far less capabilities in this area.
    0BI_ALL is only related to data level security, so the fact that you see the request for 0BI_ALL in the trace clearly shows that your defined data level security entries contradict each other somehow and that BW then requires 0BI_ALL for the user to give the data that was requested.
    like I said above, not a good idea to mix those data level security concepts. all data level security should be in BW already.
    Also - why even use the Universe inbetween ?
    regards
    Ingo Hilgefort, SAP

  • Unable to Start OracleAgent for Cache connect on Solaris 9

    Please see below for configuration details. TimesTen 6.1 installed on Solaris 9 with access control enabled. DSN is defined in sys.odb.ini file under install_dir/info directory.
    unable to start cache agent either with ttAdmin or with ttIsql. Error messages is as below. Please help!!
    DSN defined in sys.odbc.ini
    [ATS_tt60demo1]
    Driver=/u03/TimesTen/tt60demo1/lib/libtten.so
    DataStore=/u03/TimesTen/tt60demo1/info/DemoDataStore/ATSdemo1data
    ExclAccess=0
    Logging=1
    #LogPurge=1
    PermSize=16
    ThreadSafe=1
    Isolation=1
    WaitForConnect=0
    Authenticate=0
    #LockLevel=0
    UID=scott
    OracleID=atsdev
    OraclePWD=tiger
    PassThrough=0
    environment Variables
    SSH_TTY=/dev/pts/3
    PATH=/u03/TimesTen/tt60demo1/bin:/u03/TimesTen/tt60demo1/demo:/u03/TimesTen/tt60demo1/demo/ttclasses:/u03/TimesTen/tt60demo1/demo/xlaPersistent:/u03/TimesTen/tt60demo1/demo/tutorial/java:/u03/TimesTen/tt60demo1/3rdparty/ant/bin:.:/usr/bin:/usr/ucb:/usr/local/bin:/tools/bin:/tools/pvcs:/export/home/timesten/bin:/usr/xpg4/bin:/bin:/usr/sbin:/etc:/sbin:/u03/app/product/10.2.0/Db_1/bin
    ORACLE_BASE=/u03/app/product
    EDITOR=vi
    HISTFILE=/export/home/timesten/.hist4229
    CLASSPATH=/u03/TimesTen/tt60demo1/lib/classes14.jar:/u03/TimesTen/tt60demo1/lib/timestenjmsxla.jar:/u03/TimesTen/tt60demo1/3rdparty/jms1.1/lib/jms.jar:/u03/TimesTen/tt60demo1/demo:/u03/TimesTen/tt60demo1/demo/tutorial/java:/u03/TimesTen/tt60demo1/demo/tutorial/java/dist/lib/TimesTenJavaDemos.jar
    LOGNAME=timesten
    HOSTNAME=ncnc-sun5
    PVCS_BINDIR=/tools/pvcs
    ORACLE_SID=atsdev
    PS1=${LOGNAME}@${HOSTNAME}:$PWD>
    PS2=>>
    USER=timesten
    XMINCLUDE=/usr/dt/include
    SHELL=/bin/ksh
    HOME=/export/home/timesten
    XFILESEARCHPATH=/usr/openwin/lib/%T/%N/%S:/usr/openwin/lib/%T/%N/%S
    XMLIB=/usr/dt/lib
    ANT_HOME=/u03/TimesTen/tt60demo1/3rdparty/ant
    SSH_CLIENT=138.1.113.119 1178 22
    LD_LIBRARY_PATH=/u03/TimesTen/tt60demo1/lib:/usr/openwin/lib:/usr/dt/lib:/usr/lib:/lib:/tools/lib:/u03/app/product/10.2.0/Db_1/lib:/u03/app/product/10.2.0/Db_1/network/lib
    TERM=xterm
    ORACLE_HOME=/u03/app/product/10.2.0/Db_1
    THREADS_FLAG=native
    PWD=/u03/TimesTen/tt60demo1/info
    TZ=US/Eastern
    ENV=/export/home/timesten/.kshrc
    timesten@ncnc-sun5:/u03/TimesTen/tt60demo1/info> ttisql ATS_tt60demo1
    Copyright (c) 1996-2005, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    All commands must end with a semicolon character.
    connect "DSN=ATS_tt60demo1";
    Enter password for 'scott':
    Connection successful: DSN=ATS_tt60demo1;UID=scott;DataStore=/u03/TimesTen/tt60demo1/info/DemoDataStore/ATSdemo1data;WaitForConnect=0;DRIVER=/u03/TimesTen/tt60demo1/lib/libtten.so;OracleId=atsdev;Authenticate=0;PermSize=16;
    (Default setting AutoCommit=1)
    Command> call ttCacheUidPwdSet('scott','tiger');
    Command> call ttCacheStart();
    10024: Could not start Oracle Agent for the requested data store.. Could not initialize OCI function pointers. Error: none
    The command failed.
    Command>exit
    Disconnecting..
    Done.

    Solved the problem myself. Had to stop and restart cache agent using the timesten software installation account and not as root.
    Documentation is not clear as to what happens when you install timesten using a "non root" account. Per documentation, we have to run setuproot script to create startup / stop scripts under init directory. With a non-root installation these scripts are created and on reboot agent process inherits the root account privs. This is a problem. For a non-root install the agent process should inherit the privs of the account that performed the installation and not root's.
    May be a documentation correction is needed here.

Maybe you are looking for

  • GIF in Reports gives error. Works fine for JPEG

    All this time the company logo in all our reports was a small GIF file. However, we created a new App Server and tried to run the report, but it gave an error. When we open the report in Reports Builder, change the GIF to a JPEG file it works. -- Wha

  • Import in 9.1.0.79

    Where is import found in 9.1.0.79? Thanks, vdoming931

  • Gpu acceleration problam

    hi first of all im sorry for my bad english im workin with cs5 - this  my system: Intel Core i7-950 3.06 ~ 3.33 GHz x4 QUAD CORE 8MB Cache nVIDIA GeForce GTS250 - support mercury with cuda 6GB yesterday i tried to work with cs5 and i opened privious

  • Purchase questions: solid state drive and 8GB RAM

    I am finally going to upgrade from my PBG4, and I am salivating over either a 13" or 15" MBPro. Two questions: 1) A solid state drive is expensive, but the way I abuse laptops, it may be worth it. In addition to being more rugged, what are its other

  • SQL Fetchlet Input Parameter -- password

    I am working on developing a new target type. In my metadata .xml file, I need to use SQL FETCHLET to retrive information from a database. I hard-coded input parameters of "UserName" and "password". Everything deployed fine. But I get error with metr