How to get the host name?

Hello!

Is there a way to get a hostname with Actionscript on something different from Photoshop/Illustrator/InDesign?

I mean, on Dreamweaver or Flash, for example? HostObject.mainExtension seems to be null on these platfroms.

Thank you!

Hi Anastasiy,

Not all applications supported by ExtensionBuilder have HBAPI

supports, if you see HostObject isn't available, most likely the host

App does not support that, we will work with the product team to add

This support in the future.

In the case of obtaining the hostname, you can use the API CSXS

getHostEnvironment() to retrieve it.  See the CSExtBasics

AppModel.computeHostName for the sample code on how to do it.

Thank you!

Lee

Tags: Creative Suites

Similar Questions

  • How to get the host name of the physical computer inside a virtual machine until the user logs in Windows?

    I don't know if this is the right place to post this question, I develop software to support VMWare PCoIP and need to know how to get the host name of the physical machine (which manages the virtual machine and View Client) within a virtual machine before the user logs in Windows of the virtual machine.

    I understand there are two ways to read the host name, via the HKEY_CURRENT_USER\Volatile Environment registry and environment variables, but they are available once the user is connected. I need info before the user connects.

    Is there a VMware API that can be called or asked the host name?

    Thank you.

    Not on the broker, but there are the startup scripts to log on to the computer virtual itself: http://pubs.vmware.com/view-52/topic/com.vmware.view.integration.doc/view_integration_startsession_script.9.2.html

    Note that these executed when a virtual desktop computer allocated connection, not to the point that the client connects - it is possible for the customer to not complete the connection (crash, cancel, network failure) and so any what solution you design must handle this.

    Mike

  • How to get the computer name - forms 10g

    Hello

    How to get the name of the server or some other identification forms 10g Application?
    We have several servers and host load balancing redirects user to the X Server and the forms application, I have to get information from the server to which the user was redirected? Is there a way how to do?

    It can be the name of the server, Ip or other identifying information...

    Thank you.

    As the client that connects to the database is the application server

    CHE_TEST@tcp_asterix_impl> select sys_context('userenv', 'host') from dual;
    
    SYS_CONTEXT('USERENV','HOST')
    ----------------------------------------------------------------------------
    LINZ\CHE-WS
    

    Should return you the host name of your application server.

    See http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions165.htm#SQLRF06117 for more information you can get with sys_context

    see you soon

  • How to get the Base name of the executable process

    Hi all
    I have a problem for the creation of SQL AnyWhere Plugin (Database Plugin). In this regard, ServerDetector class long pids [] = getPids ("State.Name.eq =?"). Instead of question mark that I place. And how to get the name of this executable process.

    Thanks and greetings
    Florent K Reddy

    Take a look at the doc following if you have not already:

    http://support.Hyperic.com/Confluence/display/Sigar/PTQL

    State.Name is the name of the base of the executable of the process, such as "dbsrv9.

    On 16 May 2007, at 23:24, fredo Reddy wrote:

    Hi all
    I have a problem for the creation of SQL AnyWhere Plugin (Database Plugin). In this regard, ServerDetector class long pids [] = getPids ("State.Name.eq =?"). Instead of question mark that I place. And how to get the name of this executable process.

    Thank you & best regards
    Florent K Reddy

  • How to change the host name

    I have a lot of VSphere 4.1, ESXi 4.1 that I need to change the host name. Then I go in VSphere, highlight the host, set mode now, goto, DNS and routing configuration, the new host name change and restart, get fashion maint and host on the console of the host name ESXi said the NEW host name in DNS and routing it says the NEW name of host, but on the left hosts & Clusters discovered I still see the OLD host name... I try to add the new host name and it is said that there are already.  Is there something I missed >? >

    John

    the name to remember in the DB vcenter. one of the ways is to remove and add the vCenter.

  • Is it possible to get the host name ESX embedded in the Sub statement?

    I have a power to clooect using the details of a host, but there is no way that I can find for that host is for the secondary object does not contain the host name. Did someone knows a way to integrate this information into the table?

    $DCHostDetails = get-data center $DC | Get-VMHost | Sort-Object-unique | Get-View | ForEach-Object {$_.} Summary.Hardware} | Provider Select-Model object, MemorySize, CpuModel, CpuMhz, NumCpuPkgs, NumCpuCores, NumCpuThreads, NumNics, NumHBAs

    What I would like:

    $DCHostDetails = get-data center $DC | Get-VMHost | Sort-Object-unique

    | Get-View | ForEach-Object {$_.} Summary.Hardware} | Select-objectName, vendor, model, MemorySize, CpuModel, CpuMhz, NumCpuPkgs, NumCpuCores,

    NumCpuThreads, NumNics, NumHBAs

    You can add the host name to the script like this:

    $DCHostDetails = Get-Datacenter $DC | `
      Get-VMHost | `
      Sort-Object -unique | `
      Get-View | `
      ForEach-Object {
        $VMHostName = $_.Name
        $_.Summary.Hardware
      } | `
      Select-object @{N="Name";E={$VMHostName}}, Vendor, Model, MemorySize, CpuModel, CpuMhz, NumCpuPkgs, NumCpuCores, NumCpuThreads, NumNics, NumHBAs
    

    Best regards, Robert

  • How to get the full name of the user to a sso.

    Hi all

    I am brand new with oracle application server.
    I use oracleAS 10g with SSO enabled. How can I get the full names of the users?
    I know that this information can be obtained with the command 'ldapseach' but I'm looking for information in a view or a package.
    Is it possible to get this information in a view or a package?

    Thank you.

    Look at the portal.wwse_api function person_info package
    Maybe it's something similar that you are looking for

  • [MAF] How to get the user name and password after login?

    Hi Experts,

    I have a call to REST where it requires identification information of the user (uname and password) to identify the data that belongs to who.

    Authentication has been made with OAuth.

    I believe that there is an API to get the user name and password in the CRG

    See you soon,.

    Hendry

    Hello.

    You don't need to manipulate the credentials yourself in code. MAF will propagate the logon cookie or inject the identification information in the HTTP header if cookies are not supported.

    To do this, you must select the purchase option of cookie from the server connection Include in REST in the dialog box create a connection Login MAF , such as discussed here:

    http://docs.Oracle.com/middleware/maf210/mobile/develop/MAF-securing.htm#ADFMF23732

    In addition, you must attach the policy of security appropriate to the connection, as explained here:

    http://docs.Oracle.com/middleware/maf210/mobile/develop/MAF-Web-services.htm#ADFMF23697

    Best regards

    Frédéric Desbiens

    Senior Product Manager

    Mobility and Cloud oracle

    Twitter: @BlueberryCoder

    blog: http://blogs.oracle.com/blueberry

  • How to get the full name of the user of the OPS?

    Hi Experts,

    I know we can get the login controller pageContext.getUserName () user name. Is there a simple way/API to get the full name of the user (name, first name) of the OPS?

    Thank you.

    Hello

    USER name and information of the PERSON are two different concepts. You can get the id of user with pageContext.getUserId () connection. In order to get the first name, last name, you must select it from table PER_ALL_PEOPLE_F.

    You can use the sql select and set pUserId of pageContext.getUserId ();

    SELECT FIRST_NAME, LAST_NAME TO PAP PER_ALL_PEOPLE_F, FND_USER FU

    WHEN TRUNC (SYSDATE) BETWEEN PAP. EFFECTIVE_START_DATE AND PAP. EFFECTIVE_END_DATE

    AND FU. EMPLOYEE_ID = PAP. PERSON_ID

    AND FU. User_id =: pUserId

    Anil

  • How to get the user name during the execution of a workflow?

    Here's what I would do:

    Say that each user is allowed to have 4 instances QA, create a workflow when a user run from vCenter plugin, it must be able to get the user name of the SSO user jsmith, and then he questions if there is an existing virtual machine jsmith_qa1, jsmith_qa2,jsmith_qa4, etc., if there isn't one, then create one for him; If not, indicate to the user that there are already 4 cases.

    I found that I can use getCurrentLdapUser to get [email protected] , now I want to remove the domain.name (there are several areas):

    username = actionResult.userPrincipalName.replace ("@[a - z].") +","");

    This does not work. Anyone know where I can find the right document for the document script of vRealize Orchestrator?

    Thank you!

    Jack

    vRO uses javascript as its scripting engine.

    UPN var = actionResult.userPrincipalName;

    var username = upn.substring (0, upn.indexOf("@"));

    Something like this will give what you want. You could also do a replacement, but I think that you should remove the quotes around the regex and use "/" instead.

    username = actionResult.userPrincipalName.replace (/ @[a - z] "+ /," "");

    Paul

  • How to get the role name of the OIM 11 g using the API

    Hello
    I have a scenario in which I create role/group of OIM 11 g & she gets supplied with AD [= works great] & other party it is when I remove role in OIM 11 g then it should
    removed from the AD. I wrote the postprocess event handler to achieve this goal.
    In the authoring part of role I get all the parameters by using "orchestration.getParameters ()"; but when I delete the role then "orchestration.getParameters ();" is empty, so I'm
    Unable to get the name of the role.
    Is there a way to get the role name when you remove roles by using the API?

    Thank you
    Rahul Shah

    Hello

    To implement using pre-wet the handler rather post-processing.

    Kind regards
    Ralu

  • How to get the current name or IP server in OBIEE Dashboard?

    Hello
    I have a requirement to redirect to a dashboard by clicking on roll number. What I did with GO the URL in OBIEE dashboard. The URL is of the following form:

    http://172.16.0.12/... It works very well.

    This url points to the development server. Is whereas when I am this dashboard on Production Server, the URL must be changed to point to live the ip address of the server... possible to dynamically obtain the ip of the server in OBIEE dashboard?


    Veuileez help me to go further.

    Kind regards
    Bhuvan R

    You don't need the host name of the IP when you use the url go.

    Check here:
    http://gerardnico.com/wiki/dat/OBIEE/go_url#the_basic_go_url

    Service bi, just refer:

    saw.dll?Go 
    

    without any IP or host name.

    See you soon
    Nico

    @daan groetjesssssss

  • How to get the file name of the current active document in InDesign CS4?

    Hello

    If I open a document in the file-> open, I can get the file name of the document using IOpenedFileInfo-> GetOpenedFilePath().

    But, if I create a new document and run the file-> save as, GetOpenedFilePath is invalid back reference IdFichier.

    What is the right way to get the file name of the active document?

    Thank you

    VSP

    You can try this:

    IDatabse * db =: GetDatabase (theDoc);

    IdFichier * SYSIXCOL = db-> GetSysFile();

    PMString docName is SYSIXCOL-> GetFileName();.

    Good luck

  • Summary.Hardware - how to get the host esx not only the material specification name

    Hello

    I am running a script that generates an html document that is nice. One of the sections lists all hardware information, but did not name of the esx server at the beginning, I'm new to all this and still my feet so that any help would be greatly appreciated.

    Get-VMHost | Get-View | ForEach-Object {$_.} Summary.Hardware} | Provider Select-Model object, MemorySize, CpuModel, CpuMhz, NumCpuPkgs, NumCpuCores, NumCpuThreads, NumNics, NumHBAs | ConvertTo-Html-title "Configuration of VMware ESX server Hardware" - body "& lt; H4 & gt; VMware ESX server Hardware configuration. & lt; / H4 & gt; » | Out-file - add $filelocation

    Putting 'name' after the select-object gives just an empty column.

    Thanks in advance.

    Dan

    Hi Dan,.

    Try this: (also joined the code in the case where the mess with her site.)

    Get-vmhost | % {get-view $_.ID} | Select-Object Name, @{Name = "Mem size:"; "} Expression = {$_.} Summary.Hardware.memorySize}}, @{Name = 'Seller'; Expression = {$_.} Summary.Hardware.Vendor}}, @{Name = ' model'; Expression = {$_.} Summary.Hardware.Model}}, @{Name = "CPUModel"; Expression = {$_.} Summary.Hardware.CPUModel}}

    It covers everything you have done - but you should be able to add the rest. The reason why your doesn't not work resulted from the property "Name" is not not in the Summary.Hardware object. You need a method such as this that references the object for the property Name USER.USER - addresses of the Summary.Hardware for the other elements you requested.

    Hope this helps - if so, please set as answered! -Been ages since I am actually happened first: oD

    GE

  • M401dn LJ - how to set the host name?

    Supposedly the name of host/node can also be set by hand, but I cannot find where do.  I looked at the web interface and the local touch interface, nothing.  Logically, it should be on the same or a screen closely linked in what concerns the definition of the ip address, but if it is there, I can't find.

    Anyone know where it is?

    Hi MMacD,

    I can't wait to hear that you have questions.  This information can be viewed and edited from the built-in web server.  Please see the information that can solve the problem below.  If you would like more information about your product please click here

    1. get an IP or host address

    2. Insert the address of the browser web bar (no search engine)

    3. Select the tab network / wireless (a static information page should display information networking)

    4. left hand side select network identification

    5. the page that opens with contain the current settings, which can be changed

    NOTE: setting of the labels/names may vary *.

    I hope this helps!

Maybe you are looking for