Finding the app server name

Is there a way to find the app server name through peoplecode?
The %appserver meta-html variable isn't available through peoplecode and looks like it only resolves when it is used as part of a page source (CNTL+J info page, for example). Our process server and app servers are different, and a user could be logged in through three different app servers. I'm hoping there is a way to get the equivalent of the %appserver meta-html sys variable.
Thanks,
Paul

Hi
Go to SAP Logon single click on your system and again single click at option change item..that will present at left side of your saplogon pad
you will get all the information regarding that system on which you have clicke first.

Similar Messages

  • How do I find the report server name, and then run paper report from forms?

    How do I find the report server name, and then run paper report from forms?
    I am having a problem running report 9i from forms 9i (see below thread). How do I find out the name of the report server? I checked my C:\ids\reports\conf directory but don't see anything that gives me the name of the reports server. I also don't have a iashome directory.
    Also, I just want to run the paper report (not the web version).
    Thanks.

    Hi,
    please read teh Forms / Reports integration paper in teh Collateral section for Oracle9i Forms at otn.oracle.com/products/forms
    In summary, you have to create an external Reports Service that you can then give a name.
    Frank

  • Finding the app. server and system number when importing RFC

    hello experts
    I would like to import RFC and I seem to forgot the app. server, and its system number. where can I find it?
    Thanks
    Kfir

    Hi
    Go to SAP Logon single click on your system and again single click at option change item..that will present at left side of your saplogon pad
    you will get all the information regarding that system on which you have clicke first.

  • How to find the app.server version

    Hi all,
    i hope this question has already raised in this forum (i.e).Anyway i i tried the query
    SELECT * FROM IAS_PROPERTIES;
    SELECT * FROM INTERNET_APPSERVER_REGISTRY.SCHEMA_VERSIONS;
    i got error table or view does not exist.
    how can i proceed further?
    is there anything which needs to be installed?
    pls let me know
    thanks in advance..

    There might be better ways but you can try one of these two too:
    - Launch Oracle Installer (using runInstaller executable) and check under "Installed Products".
    - On Unix/Linux, try this:
    cd $ORACLE_HOME/inventory
    ls -d Components*/*/*
    Thanks
    Shail

  • How do i find the app ibooks on a Mac to download? Is it the same name or different now?

    How do i find the app ibooks on a Mac to download? Is it the same name or different now?

    There is no app for reading iBooks on a Mac!

  • How do I get the name of the app server in an application

    I am trying to run two app servers of one database. My problem is that I am trying to insert a link in a report that would link to another report by passing parameters through the URL which works fine if you stay on one server.
    If I request the link from http://portal1/servlet..... when the app is being served from http://portal2/servlet... server. How do tell the app that I am on portal2 and the the URL for the next page should be http://<the name of the server used>/servlet....
    The ideal is if the app servers LSNR_TOKEN or SITE_ID could be returned on request from a package.
    Thanks,

    Use the following function to get the corresponding server name
    wwctx_api.get_host
    and you can concatenate this with other values to form your required URL.
    (eg: l_url := 'http://'||wwctx_api.get_host||'/pls/portal30/...')
    Hope this helps!
    -Krishnamurthy

  • How to find the Standard DFF Name  In oracle apps

    hi,
    How to find the Standard DFF Name In oracle apps
    thanks

    1. Open the form
    2. Choose Tools--> Diagnostics
    3. In the block field choose $DESCRIPTIVE_FLEXFIELD$
    4. Field will show the list of all the DFF's enabled for that form.
    5. Choosing one will display the name of the DFF in the value field.
    Thanks
    Nagamohan

  • App Server Name

    Is there any way to get application server name during forms run time (Forms 9i)?

    Maybe you can use the host command (executing on the app server) to find out the computer name (whoami on unix I think) then write the name into a file and read it into the form with text_io.

  • Software does not find the Database server

    Hi all,
    We are going to move database from old server MSSQL 2005 Express to the MSSQL 2008 R2 STD. For test I backuped DB from old server then restored at the new one. For some reason the software does not find the new server.
    I checked everything as from the link described:
    http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx?Redirected=true
    Also at the new server we have another production DB that is running without any issues...
    System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected
    host has failed to respond 195.30.95.163:80
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
       at System.Net.HttpWebRequest.GetRequestStream()
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at OptoWare.OrderEntry.OrderInterfaces.WebReferenceOWEdix.OWEdixService.OWEdix_GetStatus(String custID, String password, String countryCode)
       at OptoWare.OrderEntry.OrderInterfaces.EdixInterface.b(Object A_0, DoWorkEventArgs A_1)
    2014-03-31 16:54:58,924 [1] ERROR OptoWare.OrderEntry.Controls.Config.ServiceControl - Connetction to FI1-sv-prod014\mssqlserver failed.
    System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured
    to allow remote connections. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid)
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at OptoWare.OrderEntry.Controls.Config.ServiceControl.i()

    It looks like the connection is getting refused because of your application configuration.
    Refer similar thread 
    http://forums.asp.net/t/1180127.aspx?A+connection+attempt+failed+because+the+connected+party+did+not+properly+respond+after+a+period+of+time+or+established+connection+failed+because+connected+host+has+failed+to+respond+
    -Prashanth

  • Error installing the App Server 10.1.2.0.3 Metadata Repo Creation Asst

    Hi,
    I have upgraded the Database from 10.2.0.1 to 10.2.0.4,
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    but while installing the App Server 10.1.2.0.3 Metadata Repo Creation Asst, im encountered with (in the OUI 'Destination' is Name:OracleAS1, Path:C:\OraHome_1)
    "There was error while loading the libaray:rgsQueries
    1. Stop Installation of all products
    2. Stop installation of this component only.
    Any help would be great.
    Regards,
    - Sri

    Anybody there to help me on this....
    Regards,
    - Sri

  • I want to find the image tag name from Image layer name InDesign JavaScript?

    I want to find the image tag name from Image layer name InDesign JavaScript?

    Hi,
    You can use following script to fetch image tag name and the layer name on which it lie:
    var imgBox = app.activeDocument.rectangles // fetch all rectangular frames from the active document
    for(var i = 0; i< imgBox.length; i++)
      if(null != imgBox[i].associatedXMLElement )
                var b = imgBox[i]
               alert("Image tag name "+imgBox[i].associatedXMLElement.markupTag.name + "\n exist on layer " + imgBox[i].itemLayer.name)
    Hope this would help you to resolve your problem.

  • Where can i get the report server name in Reports 10g

    Where can i get my report server name in 10G ?

    Thanks ..
    When i opened the bat file :
    i did not find any report server name ...
    This is my file :-
    @echo off
    REM $Header: rwdiag.bat 13-may-2005.03:21:21 sunaraya Exp $
    REM
    REM rwdiag.bat
    REM
    REM Copyright (c) 2005, Oracle. All rights reserved.
    REM
    REM NAME
    REM rwdiag.bat - rw diagnostic tool
    REM
    REM DESCRIPTION
    REM Script to run the diagnostic tool used to locate servers / monitor packets on the network
    REM
    REM NOTES
    REM Usage: rwdiag.bat -find <server name> | -findAll [-conf <config file>] [-timeout <timeout in sec>]
    REM
    REM Usage: rwdiag.bat -monitor [-log <logfile>] [-conf <config file>]
    REM
    REM MODIFIED (MM/DD/YY)
    REM sunaraya 05/13/05 - Added rwrun.jar to the classpath for bug 4361664
    REM sunaraya 04/22/05 - Provided execute permission to the script for bug 4323789
    REM sunaraya 04/14/05 - sunaraya_bug-4221172
    REM sunaraya 04/14/05 - Creation
    REM
    set ORA_HOME=C:\ORANT
    if "%ORA_HOME%"=="" goto ERROR
    set CLASSPATH=%ORAHOME%\jlib\zrclient.jar;%ORA_HOME%\reports\jlib\rwrun.jar
    %ORA_HOME%\jdk\bin\java -DORACLE_HOME=%ORA_HOME% -classpath %_CLASSPATH% oracle.reports.utility.DiagServerLocator %*
    goto END
    :ERROR
    echo "ORACLE_HOME is not set"
    echo.
    :END

  • TS3408 I have a MacBook Air and suddenly Safari cannot find the Facebook server. I am out of my home country but no problem with my iPhone. Laptop was no problem either until now. Any recommendation?

    I have a Mac Air and suddenly Safari can't find the Facebook server. I am out of my home countryt but no problem with my iPhone's Safari. Any recommendations? I would like to put some pictures on Facebook from iPhoto. Thanks.

    you cannot keep up with all of the interfaces 'cause they do not even allow you to use the older os.
    You should be able to upgrade to Mountain Lion via the App Store applicaiton on your Macbook Air.   You do not have to upgrade, but it should be an option.
    I can't even get an ichat acct 'cause, help?
    iChat can use AOL Instant Messenger accounts (they are free), iChat can use Google Talk (Jabber) accounts (actually any Jabber based chat service).   And if you upgrade to Mountain Lion, you shoul be able to get an Apple iCloud account that can be used with the Messages replacement for iChat (think of Messages as being iChat renamed, with additional features).
    Oh and my battery very close to a year after buying it, which is one of the reasons I was so called to it, the battery life.  Well, having it stripped down to minimal usage, while working on nothing crazy, I could be cordless from nevver reahing 100% anymore, just under that, but gets to 20 percent in about 3 hours. No audio, no video, light low, it bothers me anyway.  Please, this is also a huge problem.
    Every battery today, has a limited number of recharges (not just Apple's).   Depending on how many times it has been recharged, will affect how much power it will eventually hold. <http://www.apple.com/batteries/>
    I know that generally after about 2 years of use (my use, not yours) I find that my batteries have very little life left in them (I frequently have my devices plugged in, so running fully on batteries only is most likely less than yours).
    You can have your battery replaced by Apple (for a fee) or by an authorized Apple repair facility.

  • What's consuming the app server heap memory?

    Dear all,
    I keep getting the "java.lang.OutOfMemoryError: Java heap space" error in our environment, I tried to remove the BAM from the Jboss, and the error disappear for some times, but it appear again recently, while we only changed one line of script in one of the form. (i.e. I don't think the error is caused by changing code)
    So, I would like to know where can I find some information about how the memory is consumed in ALC? Because we only have 2 workflow running, although one of them is heavily used.
    Here some information about my environment.
    - ALC 8.2.1 with no sp
    - Using the default Jboss as app server
    - Using the default MySQL as Database
    - Only 2 workflow running
      - While 1 of them have around 4 - 8 request pre week
      - And the others will have around 60 - 80 request pre day (i.e. around 490 pre week)
    Here listed some points I think may affect the memory and I want to know for sure:
    1) Number of variable used in long-live process (i.e. More variable = more Memory used)
    2) Number of operation used in long-live process (i.e. More operation = more memory used)
    3) Number of track record of long-live process (i.e. More track record = more memory used)
    4) Long-lived process vs Short-lived process (i.e. Only long-lived process will keep consume memory because short-lived process will only load on call?)
    5) Number of long-lived process still running (i.e. If we send a assign task to notify the user the workflow have been approved, and the user never dismiss it, it will turn out to consume the app server memory because it is still in the running stage)
    6) Old version of the same long-lived process will use memory even no active workflow? (i.e. Because active long-live process will load up into memory?)
    Thanks in advance
    Regards
    Bill

    Did you tried to increase your heap size in jboss server . try this  and i think it will  help you in solving this problem .
    if u want  to know how to increase the heap size:
    go to bath of ur JBoss    "D:\Adobe\Adobe LiveCycle ES2\jboss\bin" as example.
    scond find the Run file and  open it in  Text File
    find a line  which is responsible for   heap size ==>>"set JAVA_HEAP_ARGS=-XX:PermSize=128m -XX:MaxPermSize=192m -Xms1024m -Xmx1024m"
    close it and restart the server again and test your problem.
    put ur line to be like what i wrote 1024 means that 1 giga for heap of jboss.
    if the problem still appear for  you then your Memory doesnot of because memory heap size

  • I can't find the Apps button in my ipod touch, please help.

    I can't find the Apps button in my ipod touch.
    I already downloaded some applications in itunes, hoping to sync it to my ipod touch. However, there is no button for Apps in my ipod touch.
    And in the partitions of my ipod touch memory (music, photos, videos), there is no space for Applications.
    Please help, thanks!

    Oh this is quite easy to solve!
    1) First connect iPod to computer
    2) Launch iTunes
    3) On the left hand side of iTunes, under Library, there is an Apps header?
    4) When you click on that, you should see your downloaded apps?
    5) A little lower down, you'll see your iPod under Devices, drag apps over your iPod's list (over the music, photos, videos area as you mentioned), you'll that that area is highlighted, release left mouse button to drop them apps!
    6) Copying ensues ...
    7) Check iPod
    8) Back at iTunes, click on your iPod's name, look at the right side, you'll see a summary page right?
    9) At the top of that page, one of the menu item is Apps, click on that and you'll see a replica of sorts of your iPod, unchecking apps (or selecting by checking) and then hitting Apply button below, will apply the changes you made onto your iPod.
    10) You can also arrange your iPod from there if you like.
    That was a lot of steps, but its pretty simple to perform, and the last few wasn't really neccessary, it does look more impressive to write a long list of steps however.

Maybe you are looking for

  • Lack of customer service/Liars

    I went into a verizon store wanting to add a new line. Everything seemed to go smoothly. He asked if I wanted the 5S or 5C. I decided to go with the 5C. I paid my $145 and he helped me pick out a number. He said to come back at the end of the week to

  • In trailer -- weak wifi can I connect apple tv to macbook

    I am going on holiday to a trailer park with very weak wifi. Can I still bring my Apple TV 2 to my MacBook (which has movies already loaded) and to my TV so we can watch there? Can I do it with cables? There is wifi, but it is VERY weak (even with a

  • EMOD- How do I set company name as the "From" field?

    Can anyone tell me how I can make my company name as the From field, so that when people get the e-mail it says, "From: Acme Widgets, Inc." ? Thus far in my tests I have only been able to get an e-mail address to appear in the From field Thanks!

  • Post query giving messages

    Hi all i need help I have a database block and in that i an a non database item which i am using it for display purpose and i am getting the for the non database item thru the post query. After i retreive my block status is changing and when i immedi

  • I have an ipod touch 4. Every time I try to purchase a song in itunes it kicks me out

    I have an ipod touch 4th generation running on ios 6.1.6. Everytime I try to purchase a song from itunes, it kicks me out and right back to my home screen. What can I do to fix this?? Does anyone know what the problem might be?? Any help would be gre