Application Name and SQL/EM

Is there a way to make sure that when a user is accessing
data in SQL via a CF template, that the application name in
Application.cfm is displayed as part of an sp_who query? This would
be similar to using the applicationName attribute in an ASP.Net
web.config file.
Cheers,
Alex

Is there a way to make sure that when a user is accessing
data in SQL
via a CF
template, that the application name in Application.cfm is
displayed as
part of
an sp_who query? This would be similar to using the
applicationName
attribute
in an ASP.Net web.config file.
Cheers,
Alex
I don't understand what you are asking, I don't know enough
about
ASP.net to get your reference.
But you can access that applicaiton name with
#application.applicationName# if that helps.

Similar Messages

  • Where are Application Builder and SQL/Data Workshops?

    I have installed HTML DB (or Application Express) 10.1.0.2 (using the relevant DB server; but without companion tools - but - I hope that I am not loosing anything important from HTML DB, am I?) - installation and automatic configurationi was successfull and at the and I have been advised to use localhost:7779 to access web page - and it worked indeed - but the bad thing is - that I can't found where application developer and SQL, Data workshop can be accessed... seem that they are web browser based solutions - but - there aren't any documents inside Oracle apache web folder that could be perceived as these applications....
    In first steps guide there was mentiond to use:
    .../pls/application secutiry desciptior/dbhtml
    to make first login... - but it does not work for me and seems that in reality address should be different...
    Pleas - give some advice - what to do next to access HTML DB developmetn applacations?
    Thanx in advance!

    The iPhone settings and 3rd party application settings and data created and stored by a 3rd party app are included with the iPhone's backup, which is updated by iTunes as the first step during the iTunes sync process.
    This link provides the data included with the iPhone's backup.
    http://support.apple.com/kb/HT1766
    With XP, the iPhone's backup is located at \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    The iTunes application does not store any data. All data accessed by iTunes is stored elsewhere. Deleting/re-installing or just re-installing iTunes does not delete or affect your iTunes library, and does not delete or affect your iPhone's backup. Deleting iTunes does not delete your iTunes library and it does not delete your iPhone's backup.

  • Application Name and URI extraction through wmi

    Does anyone know how to extract BizTalk application name and URI using WMI (C#)? 
    Thanks in advance.

    Hi Pratibha,
    Above code will only get you the application status or application collection class not the Application NAME(S). To get name of the BizTalk application, you
    need to use “Name” property of
    ExplorerOM.Application
    You cannot get BizTalk application name using WMI. Because Application concepts was first introduced in BizTalk 2006 onwards and WMI class to access the BizTalk
    was introduced in BizTalk 2004 and WMI classes were not updated after that.
    But as suggested you can use
    ExplorerOM
    to access the BiZtalk application name. Following will get you the list of applications in a string. You can update it to get the specific application or
    list of applications as shown below.
    private string GetBTSApplicationNames()
    // connect to the local BizTalk Management database
    Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer catalog = new Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer();
    string sAppNames = String.Empty;
    try
    //connection string to BizTalk management database
    catalog.ConnectionString = "SERVER=.;DATABASE=BizTalkMgmtDb;Integrated Security=SSPI";
    //Loop thru the list of applications. Here I am appending it to a string, you can do as your requirment.
    foreach (Microsoft.BizTalk.ExplorerOM.Application application in catalog.Applications)
    sAppNames += application.Name.ToString()+ " ,";
    catch (Exception ex)
    //Handle exception
    System.Diagnostics.EventLog.WriteEntry("AppError", ex.ToString());
    catalog.DiscardChanges();
    throw ex;
    return sAppNames;
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Biztalk 2004 application name and resources

    I'm new to biztalk 2004 and I have no idea where to find my application name and my resources on the Biztalk Server Administration?
    I can only see my orchestration, send ports and receive locations!

    Please note that support for Microsoft BizTalk Server 2004 ran out ages ago. You and/or your customer(s) should seriously consider upgrading.
    Morten la Cour
    I agree with Morten here. From your last message we understand that you are still using BizTalk Server 2004 in your production server which is
    not supported any more. We recommended that you should propose an upgrade to your customer to the latest version BizTalk 2013 R2.
    Product lifecycle information:
    oduct
    Lifecycle Start Date 
    Mainstream Support End Date 
    Extended Support End Date
    Service Pack Support End Date
    BizTalk Server 2013 R2
    07/31/2014
    07/10/2018
    07/11/2023
    BizTalk Server 2013
    06/12/2013
    07/10/2018
    07/11/2023
    BizTalk Server 2010
    11/14/2010
    01/12/2016
    01/12/2021
    BizTalk Server 2009
    06/21/2009
    07/08/2014
    07/09/2019
    BizTalk Server 2006 R2 SP1
    04/27/2010
    See notes
    See notes
    See notes
    BizTalk Server 2006 R2 
    06/23/2006
    07/12/2011
    07/12/2016
    04/12/2011
    BizTalk Server 2006
    06/23/2006
    07/12/2011
    07/12/2016
    BizTalk Server 2004 SP2
    10/25/2006
    See notes
    See notes
    See notes
    BizTalk Server 2004
    05/20/2004
    07/14/2009
    07/08/2014
    04/11/2006
    Refer: BizTalk Server Product Lifecycle
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Application hangs and sql log shows "I/O is frozen" for minutes until "I/O was resumed"

    VSS is being invoked to backup our SQL Server 2012 databases throughout the day.  Occasionally, maybe once every few days, the application using the database hangs for a few minutes and coincidentally the sql server log shows that I/O was frozen for
    a few minutes (rather than less then a second for all other backups):
    11/25/2014 09:11:50,spid87,Unknown,I/O was resumed on database ourdatabase. No user action is required.
    11/25/2014 09:09:10,spid87,Unknown,I/O is frozen on database ourdatabase. No user action is required. However<c/> if I/O is not resumed promptly<c/> you could cancel the backup.
    AppAssure (backup software) support said this may be an issue with VSS.  What is the best way to go about troubleshooting this?  I've read many posts with people having similar issues dating back to 2010 and haven't really come across any
    solutions.  Should I simply open a case with MS support?
    SQL Server 2012
    Windows Server 2012 2 node cluster
    Database file on Dell Equallogic iCSCI SAN
    Dell AppAssure for Backups
    Thanks,
    -Bob

    Hi Bob,
    AFAIK yes this issue of ''I/O was frozen'' might occur when you use backup tool which uses VSS to take backups. This is actually how VSS backups works . There are few steps when backup is being taken using TP tool which uses VS. One of the steps is to create
    snapshot so that consistent backup could be taken
    In the snapshot creation phase following happens
    a) SQL Writer talks to SQL Server to prepare for a snapshot backup
    b) Then all I/O for the database being backed up is frozen, and then we create the snapshot.
    c) Once this is done, the I/O is resumed. This process is called "thaw".
    The second step would freeze I/O momentarily and you might see little freezing. AFAIK this is default behavior how VSS backups work
    You must read below excellent article It would help you in understanding how this backup works
    http://blogs.msdn.com/b/sqlserverfaq/archive/2009/04/28/informational-shedding-light-on-vss-vdi-backups-in-sql-server.aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Basic ?:  application name and URL

    I have a basic question. The web.xml file has one name for an application. If a war file is named something else, that seems to affect the URL you have to use. WHat is the relation between 1) the app name given in the web.xml file and 2) the file name of hte war, for the URL you need to use to run the application? Thanks.
    Ken

    the name in the web.xml can be used for backend purposes, it's a bit obsolete. The context path in the META-INF/context.xml file is the actual context name that will be used. If you don't have a context.xml file, the name of the directory inside the webapps directory will be used. I don't see how the name of the war file has anything to do with it.

  • How to get Host name and SQL Instance Name by T-SQL

    I am using SQL 2000, 2005 and 2008. I have few multi instances SQL servers. I would like to gather following information:
    Host Name
    SQL Instance Name
    SQL Version
    Server1
    Server1
    SQL 2000
    Server1
    Server1\ABC
    SQL 2005
    Server1
    Server1\XYZ
    SQL 2008
    Server2
    Server2
    SQL 2008
    Is there any way I can get it by T-SQL? Any help would be appreciated.
    Thanks
    Saumen 

    SELECT
    SERVERPROPERTY('MachineName') AS [ServerName],
    SERVERPROPERTY('ServerName') AS [ServerInstanceName],
    SERVERPROPERTY('InstanceName') AS [Instance],
    SERVERPROPERTY('Edition') AS [Edition],
    SERVERPROPERTY('ProductVersion') AS [ProductVersion],
    Left(@@Version, Charindex('-', @@version) - 2) As VersionName
     |
    Blog: MSBICOE.com |
    MCITP - BI, SQL Developer & DBA
    Hate to mislead others, if I'm wrong slap me. Thanks!

  • How to get Application name of a current running process in LiveCycle??

    Hi,
    I want to get the Application name of current running process in LiveCycle as a output value.
    I have 3 applictions, the 3 applications are calling same SubProcess, so I want get the name of the application from which the sub process has been called.
    I want to retrieve the Application name and asssign this value to a output variable.
    I have searched for the solution I found a method getApplicationName() but inorder to get the current running process's Application Name this might not be useful..
    So suggest the way to resolve this..
    Thanks in Advance.....
    Regards,
    Kalyan Urimi

    Use an input/output string variable in the subprocess and set its value in each calling process as respective Application name.
    May be if this could help.
    Thanks,
    Wasil

  • How to pull application names & version numbes  from  weblogic servers ??

    Hi Friends,
    I have situation that I need to display the application names and version number of ear/war/jar files that got deployed on weblogic servers using WLST or any simple way to do that.
    Scenario: I have 2 manged servers MNG1 & MNG2 and I had deployed google.1.4.5.ear, web.4.514.war & xxx.jar files and targeted to MSG1 & MSG2.
    ++++++
    Now I want to pull the applications names and the version numbers associated with it and display to some kind of dashboard page like below.
    | Application Name | Dev Environment | TEST Environment | PROD Environmnet |
    google 1.4.5 1.4.5 1.4.5
    web 4.514 4.514 4.514
    Like this .....
    can any one tell me the best way for achieving this task
    Thanks in advance,
    newbee
    Edited by: user11140631 on Dec 23, 2009 11:18 PM

    HI,
    Here i have developed a Simple JMX Code which displays the Application Name, It's Current Status and The Application Version. Please let me know this is what u wanted?
    import java.util.*;
    import java.util.Enumeration;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.management.ObjectName;
    import weblogic.jndi.Environment;
    import weblogic.management.*;
    import weblogic.management.runtime.*;
    import javax.management.*;
    public class ApplicationStatusChecker
    MBeanServer server = null; // MBeanServer
    MBeanHome mbeanHome=null;
    Hashtable inStart = new Hashtable();
    public ApplicationStatusChecker()
    try {
    Environment env = new Environment();
    env.setProviderUrl("t3://localhost:7001");
    env.setSecurityPrincipal("weblogic"); // username
    env.setSecurityCredentials("weblogic"); // password
    Context myCtx = env.getInitialContext();
    mbeanHome =(MBeanHome)myCtx.lookup("weblogic.management.home.localhome");
    server = mbeanHome.getMBeanServer();
    catch (Exception ex)
    System.err.println("\n\n\tCannot get MBeanServer: "+ex);
    public void getAllMBeans()
    Set set=mbeanHome.getAllMBeans();
    Iterator it=set.iterator();
    while(it.hasNext())
    System.out.println("\n\t "+it.next());
    public void getMBeanByType(String type)
    Set set=mbeanHome.getMBeansByType(type);
    Iterator it=set.iterator();
    while(it.hasNext())
    ApplicationRuntimeMBean appRun=(ApplicationRuntimeMBean)it.next();
    int n=appRun.getActiveVersionState();
    String status="";
    if(n==0) status="UNPREPARED";
    if(n==1) status="PREPARED";
    if(n==2) status="ACTIVATED";
    System.out.println("Application Name : "+appRun.getApplicationName());
    System.out.println("Application Status : "+status);
    System.out.println("Application Version : "+appRun.getApplicationVersion());
    System.out.println("---------------------------------------");
    public static void main(String ar[]) throws Exception
    ApplicationStatusChecker sm=new ApplicationStatusChecker();
    sm.getMBeanByType("ApplicationRuntime");
    OUTPUT
    C:\DELETE>java ApplicationStatusChecker
    Application Name : UsernameTokenEar
    Application Status : ACTIVATED
    Application Version : null
    Application Name : consoleapp
    Application Status : ACTIVATED
    Application Version : null
    Application Name : bea_wls_internal
    Application Status : ACTIVATED
    Application Version : null
    Application Name      : complexServiceEar+
    Application Status    : ACTIVATED+
    Application Version   : VesionB+
    Application Name : bea_wls9_async_response
    Application Status : ACTIVATED
    Application Version : null
    Application Name : mejb
    Application Status : ACTIVATED
    Application Version : null
    Application Name : SystemModuleA
    Application Status : ACTIVATED
    Application Version : null
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic JMX And Wonders Are Here)

  • How can I find Application Name/ EAR Name in runtime

    Hi,
    We need to log the Application Name and Name of the EAR. Is there a way to find these names runtime.
    Thanks,
    RK

    You can try this:
    MBeanServerFactory.newMBeanServer().getDefaultDomain();Cheers,
    Eduardo.

  • Application name for SDA Deployment(Custom Adapter)

    hi Experts,
    I am trying to deploy an SDA file using SDM. I had created an EAR project using NWDS and then converted this into an SDA file using CECLT.
    Now while deploying this file using SDM, it is asking for application name and vendor name. Vendor name i had given while creating SDA file.
    What is the meaning of application name while deploying SDA file?
    Please help if possible! Thanks!
    Mayank

    Hi DDasgupta,
    After you created a web application with a custom host name, if you got a prompt for the user and you may face the following issues:
    There is continuous prompt for the credentials
    HTTP 401.1 error
    This shows that there is a problem with the Loopback configuration. This situation should occur only when we access the application from the server machine.
    For fixing the problem, we have to disable the Loopback value inside the registry.Open the Registry Editor (regedit.exe) and locate the following key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa, and create a new Key Value of type DWORD inside
    it and set the value to 1.
    More information, please refer to the link:
    http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-2010-creating-host-name-for-web-application/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Using Application Name twice while registering a Concurrent Program

    Hi,
    When we create a Concurrent PRogram,
    1) We first create an executable. In the executable screen, we give the name of the Application like Receivables, Payables etc.
    2) Next we Define the Concurrent program and attach the executable. Here also we give the Application Name like Receivables, Payables etc.
    Question is, when the executable already has information about the Application Name, then why do we have to give it again in the Concurrent Program Define Screen.
    Looking for a prompt response.
    Thanks
    Saurabh

    Hello Helios,
    I dont have any problem in creating a concurrent program or executable.
    I am just trying to understand the concept that why do we need to give the Application Name twice, one while Creating the Executable and one while define the Concurrent Program.
    Because if you look at the executable, we already have give the Application Name and then we attach this Execiutable to the Concurrent PRogram Defintiiion, then why again we give the Application name in the Concurrent PRogram Def Screen.
    Thanks
    Saurabh

  • PL/SQL Function to check user name and password

    Hi,
    I am new to PL/SQL. I have a table that stores user name and password. I want to write a PL/SQL function that checks if the entered user name and password is correct, by validation against the values in the table... Can someone help me with the code? Both user name and password is varchar2

    First of all, I believe you mean a procedure that would check the application username and password. Fot, if you mean a PL/SQL procedure, that runs in the database, and that means it has to be executed after the client application is connected to the database.
    Maybe you need a procedure like this:
    procedure check_pass(p_user varchar2, p_pass varchar2) is
    pragma autonomous_transaction;
    v_passwd varchar2(200);
    begin
    select passwd into v_passwd
    from password_table
    where user_name=p_user;
    if v_passwd!=p_pass then
    update password_table set
    last_unsucc_logon=sysdate
    ,unsucc_logon_n=nvl(unsucc_logon_n,0)+1
    where user_name=p_user;
    commit;
    raise_application_error(-20101,'Invalid username/password!');
    end if;
    exception
    when no_data_found then
    raise_application_error(-20101,'Invalid username/password!');
    end;
    Study this piece of code and see if this will do.

  • Why is my application name not showing up in the SQL Server connection properties?

    If I understand correctly I should be able to have the application name from application.cfc show up in my SQL Server connection string (i.e. in the program_name column of sp_who2) if I go in to the DSN advanced settings and check "Application Name" under Client Settings.
    However having done that I still don't see anything in the program name columns of the sp_who2 result set. Any ideas?
    Thanks!

    I drew my shape, then went to the GRADIENT panel and clicked in the default gradient box to apply the default white to black gradient.  Normally you can click on either color to change it using the ways I described in my original post but those are not available to me.  The only way I could add a color was to drag it from the SWATCHES panel into the gradient colors slider.
    This means that I cannot make changes to colors directly in the gradient panel like before.  I have to make changes to the individual colors but clicking on the color in the gradient slider then going to the COLOR panel and adjusting the color there. Or by dragging in a whole new color from the COLOR or SWATCHES panels.  This is really killing my work flow.

  • CR for VS, MSSQL, ConnectionInfo and "Application Name" in connection string

    I'm using Crystal Reports for Visual Studio 2013, latest version. I'm using the web CrystalReportViewer component. I'm setting the connection information, something like this:
    var tables = rpt.Database.Tables;
    foreach (Table table in tables)
        var tableLogonInfo = table.LogOnInfo;
        tableLogonInfo.ConnectionInfo = connectionInfo;
        table.ApplyLogOnInfo(tableLogonInfo);
    When the connection to the database is opened, the "Application Name" (which you can see with sp_who2 in MS SQL Server) is "Internet Information Services". I'd like it to be something else, like the name of my website or something similar. If I could specify the exact connection string, I could do this by including "Application Name=MyWebSite" in the connection string, but of course that isn't possible (right?).
    Does anyone know of a way to set the CrystalReportViewer's connection's Application Name?
    Thanks.
    Dan

    The name of the physical executable that created the connection is (generally) automatically used to populate the PROGRAM column of the V$SESSION table.
    If you want a more human-readable application name or if you have multiple applications in the same application server, you can use the DBMS_APPLICATION_INFO package to set the CLIENT_INFO, MODULE, and ACTION columns of V$SESSION for this particular session once you've created your connection.
    Justin

Maybe you are looking for