Name of the application server on window

Hello
Is it possible to get the name of the application server somehow during the execution of a form (Forms 10 g 2). We want to show in a matter of window.
Is see no possibilities get_application_property or webutil functions that can do the job.

Best regards Erik

Published by: Erik Trip - Darwin THERE on November 25, 2009 08:29

There are several ways in which it can be done. However, the exact way depend on the platform and the method you prefer. Here are a few options:

OPTION 1:_
Create a variable in default.env which contains the host name. For example:

Host name = myMachine

In your form, you can retrieve this value by using the following:

TOOL_ENV. GetVar ("HOSTNAME", unevariable);

OPTION 2:_
Get the information from view V_$ SESSION. Needed to use this method, users CHOOSE to view or you can create your own. For example, something like this:

Declare
     the_host     varchar2(255);
     this_user     varchar2(255);
Begin
     this_user := GET_APPLICATION_PROPERTY(USERNAME);
     select distinct machine into the_host from v$session where username = this_user and program LIKE 'frmweb%';
     MESSAGE (the_host);
End;

OPTION 3:_
Import the necessary java into your application and call it to retrieve the host name. There are many examples of java code on the Internet.

http://www.Google.com/search?q=Java+get+hostname

Be sure to compile the code using the version of java used in the version of the application server that you are using. Here are the versions of java:

10.1.2 application server: use JDK 1.4.2
Server applications (FMw) 11.1.1: use JDK 1.6.0

If you try to compile the java with a newer version than the version used by the Oracle Home, your code may not work correctly or may not import correctly into the form.

There are probably many other ways to accomplish what you want. I hope this helps :)

Michael Ferrante
Senior Principal Support Engineer
Global Technical Manager of forms
Oracle USA

Tags: Oracle Development

Similar Questions

  • File name of the application server in the forms

    Hi people,

    I have two sitting file on the application server and want to get the names of file of them in forms (6) where I can use the filenames for treatment, anyway I can do this?

    See you soon

    Very well!
    In the d2kwut package is a package called win_api_directory_list.
    With this you can list the names of files on the application server in your form and can
    Open it by clicking with the text-io-forms package.
    Concerning

  • List of open and active/Windows Forms displayed within Windows XP 7 v/s windows on the right by clicking on the name of the application in the status bar

    Salvation OR,.

    We found that the list of forms/open windows displayed in Windows XP (on the right by clicking on the name of the application in the windows taskbar) seems to indicate all open and active windows/forms in the application.

    We would like to know how to enable the same functionality in a Windows 7 environment. The best we can do now is to double click on the name of the application on the windows taskbar to switch between active windows/Forms in the application. We would like a menu similar to the windows XP appearance about running on Windows 7 when it comes to this particular feature.

    Thank you and best regards,

    -Ashish

    The taskbard has changed significantly in Windows Vista and 7. You can get a similar functionality to what you call by customizing the taskbar in the taskbar properties. In addition, now press SHIFT key while right-clicking to display a menu similar to what you show in your screenshot, except that it does not display the name of the element. In Windows 7, the feature make you is typically done by hovering over the icon in the bar tasks and selecting one of the points of view which appears above the element.

    You can use the Windows shellapi to do a limited customization of the task bar, but this API is very difficult to use and I would not recommend this approach.

    CVI provides a method to change the name of the item in the taskbar (see this KB), but it does not add the name after the restoration in the context menu.

  • webutil read file function finds the file on the application server

    Hello

    I want to select and read a file (possibly .pdf) and save it to the database.

    To achieve this, I:

    1) created a table, deltia (key primary aa, varchar2, blob, other columns... image_blob, filename)

    (2) created a block form of database based on the deltia table. The element of the "image_blob" column type is image

    and the image format is "tiff".

    (3) wrote the following piece of code to perform the selection of local file (successfully)

    Select the FUNCTION (i_FileFiltre IN Varchar2 default vDefFileExt)

    RETURN VARCHAR2

    IS

    vPath Varchar2 (128);

    vFileName Varchar2 (256);

    vFileFiltre Varchar2 (200): = i_FileFiltre;

    Begin

    vPath: = CLIENT_WIN_API_ENVIRONMENT. Get_Temp_Directory;

    vFileName: = WEBUTIL_FILE. FILE_OPEN_DIALOG

    (

    vPath,

    '',

    vFileFiltre,

    "Select the file to download.

    ) ;

    Return vFileName;

    END selection;

    The form above function call is:

    Declare

    vFileName Varchar2 (200);

    Begin

    vFileName: = PKG_File_Ops.Selection;

    If vFileName is not null then

    : eq_deltia_metakinhshs. Filename: = vFileName;

    End if;

    End;

    (4) wrote the piece of code to the game/place the file selected in the form element "image_blob", as following:

    client_image.read_image_file (: eq_deltia_metakinhshs.filename,)

    substr (: eq_deltia_metakinhshs.filename, instr (: eq_deltia_metakinhshs.filename,-1)).

    "eq_deltia_metakinhshs.deltio_image");

    The call to the packaged procedure client_image.read_image_file does not work. It returns error

    "47109 - cannot locate the/u01/oracle/temp /... image file"

    In other words, the system will search to read the selected file locally on the server App.

    What can be the cause of this?

    With regard to the content of the webutil.cfg of the App Server. :

    # ---------------------------------------------------------------------------

    # webutil.cfg - WebUtil default configuration file

    # ---------------------------------------------------------------------------

    # This file contains all the configuration settings for webutil. These are some

    # divided according to the following sections:

    # 1. Logging options

    # 2. Installation options

    # 3. Upload a file and download Options

    # 1. Logging options side server for recording the log messages and errors

    # You must set logging.enabled to true to allow registration of mid-range. Without this

    logging of mid-range # will not be any PL/SQL or URL options

    # are provided to turn it on. Once recording is activated the other settings are

    # in-game.

    #

    # Details

    # -------

    # logging.file: sets the file name and location of the log file.

    # Note that WebUtil does no management of the log file. You can

    # need to manually clean this file at any time.

    # logging.enabled: can be TRUE or FALSE

    # logging.errorsonly: can be TRUE or FALSE. Parameter True will ensure that

    # only errors and the normal information log messages

    # are written to the log file. It would be for the use of the product,

    # normally be set to TRUE

    # logging.connections: can be TRUE or FALSE. Setting to true causes each

    connection from a client using WebUtil for write in #.

    # the log that it puts in place.

    Logging.file =

    Logging.Enabled = False

    Logging.ErrorsOnly = false

    Logging.Connections = false

    # 2. Installation options

    # WebUtil needs to download files on the client to perform

    # some operations such as OLE integration or access to the registry. These files

    # are downloaded on the client when webutil is run for the first time.

    # Subsequent executions will use the dll in the cache. Define the location of the

    # These files on the server and the location on the client.

    #

    # Here's a chart that shows numeric constants and their meanings. They

    # are used in configurations of installation options. These constants are defined

    # in WEBUTIL_CORE package spec. Note that the Processor Architecture of the Client operating system

    # is generally the architecture of the JAVA virtual machine that runs on the client,

    # not necessarily even the real client architecture of BONE.

    #

    # < Os - > Client OS family < arch - > processor for the Client operating system Architecture

    # 0-0 - 32-bit Windows

    # 1 Linux 1-64-bit architecture

    # 2 SOLARIS

    # 3 HP

    # 4 AIX

    # 5 mac

    # 9 unknown

    #

    # < Package > - package name

    # 7 WEBUTIL_OLE2

    # 9 WEBUTIL_C_API

    # We do not yet have downloads for other packages. If you need, refer

    # Spec package WEBUTIL_CORE for constants of other packages

    #

    # Details

    # -------

    # NOTE: For all < arch > parameters field is optional. Without this field, the

    # setting will apply to the client 32-bit and 64-bit OS (FMV)

    architectures of #.

    #

    # install.syslib.location. < os >. < arch >:

    # The virtual path of the directory containing the webutil library files the

    server-side of #. This must be an absolute URL or a relative URL

    # for the documentbase.

    # NOTE: < os > field is optional for this parameter. In the absence of a framework

    # which has the client OS and ARCH, it will use

    # install.syslib.location. < arch > cannot be specified if < os > is omitted.

    #

    # install.syslib.location.client. < os >. < arch >:

    # The path to the directory on the client machine where the webutil library

    # files will be downloaded. This must be an absolute path or a path

    # which is the profile of the client user or at HOME. Directory will be created

    # If necessary as well as other parent directories. If the path is

    # do not set, it will be treated as a special case where the libraries will be

    # downloaded to the client JRE\bin (windows) or JRE/lib (unix). If this

    # Directory is changed, all libraries will be redownloaded again.

    #

    # Please keep in mind that other forms server may also have a similar

    the location of # and so libraries could be overwritten even when

    # client running webutil server of different forms. It is therefore

    # advised that the location has a subdirectory that may be unique to your

    # Server, such as the name of the host server. You could use $(SERVERHOST) in the

    # location. This string will be replaced with the actual hostname of the server

    #

    # install.syslib. < os >. < arch >. < package >. < n >:

    # The names of the libraries required for the particular webutil beans. The

    # format of it's name. size | version | showDownloadDialog. Several libraries

    # can be downloaded per package. But make sure the values < n >

    # row and start at 1 for a given operating system, arch and package together.

    install.syslib.Location=/webutil

    install.syslib.Location.0.0=/webutil/Win32

    install.syslib.Location.0.1=/webutil/Win64

    # Add/Edit the following if you want to specify a different location client

    # where syslib libraries.

    # Format:

    # install.syslib.location.client. < os >. < arch > = < location >

    \win32 install.syslib.Location.client.0.0=webutil\syslib\$ (SERVERHOST)

    \win64 install.syslib.Location.client.0.1=webutil\syslib\$ (SERVERHOST)

    # Change the size and the version if necessary, such as when the upgrade of the library.

    # Normally this is not necessary since most of these libraries are equipped

    # settle. Jacob does not however come with installation

    # Format:

    # install.syslib. < os >. < arch >. < package >. < n > = name | size | version | showDownloadDialog

    1.14.3 - install.syslib.0.0.7.1 = Jacob - x 86 DLL | 102400 | 1.14.3 | true

    1.14.3 - install.syslib.0.1.7.1 = Jacob - x 64 .dll | 117760 | 1.14.3 | true

    install.syslib.0.0.9.1 = JNIsharedstubs.dll | 45056 | 1.0: true

    install.syslib.0.1.9.1 = JNIsharedstubs.dll | 58368 | 1.0: true

    install.syslib.0.0.9.2 = d2kwut60.dll | 81920 | 1.0: true

    install.syslib.0.1.9.2 = d2kwut60.dll | 102400 | 1.0: true

    # You can also add your own libraries here, for example

    #install.syslib.0.0.user.1 = testwebutil.dll | 204872 | 1.0: true

    #install.syslib.0.0.user.1 = ffisamp.dll | 40960 | 1.0: true

    #install.syslib.0.1.user.1 = ffisamp.dll | 35328 | 1.0: true

    # 3. Download / upload options

    # For file upload and download options, you can set the default locations

    # on the server that webutil can use as a work space. Optionally, you can pass

    off # upload and download

    #

    # Details

    # -------

    # transfer.database.enabled: can be TRUE or FALSE - allows you to activate or

    # disable upload and download of data

    #                                server.

    # transfer.appsrv.enabled: can be TRUE or FALSE - allows you to activate or

    # disable the upload and download from the

    application server #.

    # transfer.appsrv.workAreaRoot: the root of the location in which can WebUtil

    # store temporary files uploaded by the client.

    # If no location is specified, application server

    # user_home/temp will be assumed.

    # This place is always readable and accessible writable

    # No matter the parameters of

    # transfer.appsrv. * are. This parameter is

    # If you need side customer

    # READ/WRITE_IMAGE_FILE procedures.

    # transfer.appsrv.accessControl:Can be TRUE or FALSE - allows you to specify

    # that loads and downloads can occur

    # the directories named in the

    # transfer.appsrv.read.n and

    entries transfer.appsrv.write.n # and their

    subdirectories #. If this parameter is set to FALSE,

    # transfers can happen anywhere.

    # transfer.appsrv.read. < n >: list of directory names that downloads can read

    #                                from.

    # transfer.appsrv.write. < n >: list of directory names that mail can write

    #                                to.

    #NOTE: by default, the file transfer is disabled by security measure

    Transfer.Database.Enabled = True

    Transfer.appsrv.Enabled = True

    transfer.appsrv.workAreaRoot =

    transfer.appsrv.accessControl = FALSE

    #List transfer.appsrv.read. < n > directories

    Transfer.appsrv.Read.1=c:\temp

    #List transfer.appsrv.write. < n > directories

    Transfer.appsrv.Write.1=c:\temp

    # 4. Others

    # Details

    # -------

    # BlockAllowHeartBeat: Continue the heart beat communication with the

    # Server when set to TRUE. By default, the value is

    # the value False. If set to False, there is no heart

    # fight mode blocking communication.

    BlockAllowHeartBeat = False

    Notes:

    The database version is 11g v.2

    Forms services version is 11g v.2

    The webutil has been installed and configured (I have done a project that requires reading a

    saved locally excel file - using webutil_ole2.)

    I didn't notice an error in the Java console.

    Thank you

    SIM

    This error indicates that your server is a unix platform: 47109-cannot locate image file/u01/oracle/temp /


    If it is correct, then your webutil.cfg is not been set correctly.  Entries for transfer.appsrv are in reference to the appsrv and not the client.  So you currently C:\temp which is a directory of Windows and not Unix.

    (2) Transfer.appsrv.Read.1 =c:\temp. It is already set.

    3) Transfer.appsrv.Write.1=c:\temp. It is already set.

  • Name of the application is not running, the success message appears always

    Hello

    I use 11.1.2 and config application form in formsweb.cfg as below, the problem is when I call this link... I show the success message (never call application form, always see the success message wile I change the name of the application that never).

    any suggestion?

    [LOCALjpi]

    applet_name = FormsID

    jpi_download_page = http://w-CPC-IT-018.CPC.gov.AE:9001/Forms/Java/Download/JDK-6u25-Windows-i586.exe

    jpi_classid = clsid:CAFEEFAC-0016-0000-0017-ABCDEFFEDCBA

    jpi_codebase = http://Java.Sun.com/products/plugin/AutoDL/jinstall-1_6_0-Windows-i586.cab#version=1, 6,0,17

    jpi_mimetype = application/x-java-applet

    separateFrame = FALSE

    width = 1166

    height = 780

    colorScheme = titanium

    pageTitle = TEST

    UserID=usename/Password@Conn

    Form=D:\Project\apps\Forms\menu_new.FMX

    WebUtilLogging = off

    WebUtilLoggingDetail = normal

    WebUtilErrorMode = alert

    WebUtilDispatchMonitorInterval = 5

    WebUtilTrustInternal = true

    WebUtilMaxTransferSize = 16384

    imageBase codeBase =

    splashScreen = Loading.gif

    enableJavascriptEvent = true

    Archive = frmall.jar, laf_11112.jar, Jacob.jar, frmwebutil.jar, icons.jar, SimpleAppletBrowser.jar, jdic.jar

    WebUtilArchive = frmwebutil.jar, jacob.jar, frmall.jar, lablediconbutton.jar

    Hello

    This community is to discuss specific issues of Oracle Application Server, you can publish this request in for a better response:

    Forms

    Kind regards

    Prakash.

  • Deploy to the Application Server is not on a distributed environment

    Hi all

    I try to configure the new verion Hyperion 11.1.2.2 on distributed environment, but during the configuration of the calculation to the failed server application manager and get error message like "deploy for Application Server has failed." I don't know what is the problem and how to fix it. I tried to read the log files, but I am not able to undersantd where to watch and to debug this issue.

    My Hyperion environment view as one below: -.

    1. I used Microsoft VMWARE to build my Enviornment Hyperion
    2 - I created 1 Server 2003 domain window and 4 clients in this domain. (All these systems have windows 2003 server is installed). I have the name given to each client server i.e. system A system B, System C system D
    3. I installed SQL 2005 and created data bases for all components of Hyperion that is Shared services, Manager of calculation, epma on a system
    5. I have installed and configured the services foundation and weblogic server on a system b. (in this system, I have installed and configured the SSP, weblogic, workspace and able to deployed application server on the same system)
    6. on a system, I am able to complete installation for hyperion Performance Management architect and Manager of calculation and be able to complete all the type of configuration for these two, but as soon as the system tries to configure all associated with the SERVER APPLICATION services that it fails to configure. On a configuration system summary page shows everything is configured, but APPLICATION SERVER says FAILED written on a red colored letters.

    I explored the log files and found that calculation Manager server application doesn't have to be deployed or to be deployed on the application server is not...

    Since then, I don't know where to look and how to debug this issue, I ask all friends of hyperion to help and guide me to debug as I tried to install this product since last Friday and still no out put...

    I'll be really grateful if someone sharing his wisdom to help me...

    Thanks to all in advance...

    Thank you
    Safi

    Have you installed on the machine of the Foundation as well as the machine that they will be deployed in all web applications on WebLogic.

    "On the computer on which you will administer the WebLogic Server, you must install all of the Web applications for all applications that you plan to deploy on any machine in the environment. (The Administration WebLogic Server is installed and deployed on computer Services Foundation) »

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • starts the application server

    Hello
    in tools 8.52 in 2008, in which file should I register the domain name to start the application server automatically restart when?
    He was psntsrv.cfg in PS_HOME/appserv 8.49.
    Thank you.

    start the PSADMIN and choose the option
    (6) Service configuration
    and then
    (1) configure Windows Service
    Provide the name of CRP, the appserver you want to start automatically as a service

    In the Administration of PeopleSoft Services menu option
    (2) install the Windows Service
    This will create a new service, in my case
    PeopleSoft_C__apps_psoft_config

    Kind regards

    Halin

  • Change the name of the report server?

    I installed Oracle Application Server as_windows_x86_forms_reports_101202 on Windows XP. Any body can tell me:
    1. how to change the name of the report server
    2 configure the path of the application folder that contains the reports.

    Hello
    You want to change the name of your current report server? There is no automatic way of this fact. You will need to manually change the relevant files

    1. stop the opmn.
    $ cd $ORACLE_HOME/opmn/bin
    $ opmnctl stopall

    2. stop the EM console.
    $ cd $ORACLE_HOME/bin
    $ emctl stop iasconsole

    3. change the $ORACLE_HOME/reports/conf/rwservlet.properties file:
    Of
    SERVER =
    TO
    SERVER =

    4. make a backup of $ORACLE_HOME/sysman/emd/targets.xml.

    5. change the current process in entrances to report since the replacement of targets.xml file server: former name of report server with the new name of report server

    6. restart opmn.
    $ cd $ORACLE_HOME/opmn/bin
    $ opmnctl startall

    7 restart the EM console.
    $ cd $ORACLE_HOME/bin
    $ emctl start iasconsole

    8 - if the report server works well, you can remove all the files associated with the old name as: old reports name.conf and .../reports/logs/old reports Server server name / *. *

    I have yet to your second question. If you want to make a default path for all your reports to ensure that you have the entry for the entire site of reports in the REPORTS_PATH environment variable.

    a. UNIX, we find this variable in the reports.sh file

    b. in windows, this variable can be found in the registry.

    I hope this helps.

    Thank you
    Anand

  • In the Application Server error ' / '.

    What should I do?

    In the Application Server error ' / '. A network-related or specific to the instance error occurred establishing a connection to SQL Server. The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP provider, error: 0 - no connection can be made because the target machine actively refused it.) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and its origin in the code.

    Exception details: System.Data.SqlClient.SqlException: A network-related or instance-specific error all by establishing a connection to SQL Server. The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP provider, error: 0 - no connection could be made because the target machine actively refused it.)

    Source error:

    Line 101: Dad SqlDataAdapter = new SqlDataAdapter (SQL, con); Line 102: Dtbl DataTable = new DataTable(); Line 103: dad. Fill (dtbl); Line 104: return dtbl; Line 105 :}

    Source file: c:\HostingSpaces\almal\SiteES\Default.aspx.cs Line: 103

    Stack trace:

    [SqlException (0 x 80131904): a network-related or instance-specific error occurred establishing a connection to SQL Server.] The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (fournisseur: fournisseur TCP, erreur: 0-aucune connexion pourrait être établie car l'ordinateur cible a activement refusée il.)] System.Data.ProviderBase.DbConnectionPool.GetConnection (DbConnection owningObject) 428 System.Data.ProviderBase.DbConnectionFactory.GetConnection (DbConnection owningConnection) + 65 System.Data.ProviderBase.DbConnectionClosed.OpenConnection (DbConnection outerConnection, DbConnectionFactory connectionFactory) + 117 System.Data.SqlClient.SqlConnection.Open () + 122 System.Data.Common.DbDataAdapter.QuietOpen (IDbConnection, ConnectionState & originalState connection) + 31 System.Data.Common.DbDataAdapter.FillInternal (DataSet dataset, DataTable [] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, command IDbCommand, CommandBehavior behavior) + 112 System.Data.Common.DbDataAdapter.Fill (DataTable [] dataTables, Int32 startRecord, Int32 maxRecords, command IDbCommand, CommandBehavior behavior) + 162 System.Data.Common.DbDataAdapter.Fill (DataTable dataTable) 115 Default3.GetTableDataMy (String SQL) in c:\HostingSpaces\almal\SiteES\Default.aspx.cs:103 Default3.Page_Load (Object sender, EventArgs e) in c:\HostingSpaces\almal\SiteES\Default.aspx.cs:179 System.Web.Util.CalliHelper.EventArgFunctionCaller (fp IntPtr, Object o, object t, e As EventArgs) System.Web.Util.CalliEventHandlerDelegateProxy.Callback + 14 (Object sender, EventArgs e) + 35 System.Web.UI.Control.OnLoad (EventArgs e) + 99 System.Web.UI.Control.LoadRecursive () + 50 System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) + 627

    Version information: Microsoft .NET Framework Version: 2.0.50727.3615; ASP.NET Version: 2.0.50727.3618

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    https://social. .Microsoft.com/ TechNetForums/in-us/categories /.

    I hope this helps.

  • was on a website and now cannot accrss now because I get a web page saying in the Application Server error ' / '.

    In the Application Server error ' / '.

    I was on a website and now can't accrss now because I get a web page saying in the Application Server error ' / '.

    Hello

    1 have had any changes made to the computer before the show?

    2. which antivirus software do you use?

    3. what Internet Explorer that you are using?

    Method 1:

    Try to disable add-ons in Internet Explorer 9 and check if it helps.

    How to manage add-ons in Internet Explorer 9

    http://Windows.Microsoft.com/en-us/Windows7/how-to-manage-add-ons-in-Internet-Explorer-9

    Method 2:

    How to optimize Internet Explorer

    http://support.Microsoft.com/kb/936213/no

    (Also applies to Internet Explorer 9)

    Note: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    Hope this information is useful.

  • Name of the application (CodeModuleGroup) and the friendly name if installed in Blackberry App World

    Hi, expert,

    As we know, to the blackberry device, only one application is listed as CodeModuleGroup. Each group code module can have a group name and a friendly name. Based on my experience of test, for this software: http://appworld.blackberry.com/webstore/content/38406,

    group name: iSpeech Translator:iSpeech.org

    friendly name: iSpeech translator

    So the group name is :, which is always like this or the user can change the name of the group as they want?

    Moreover, the convention of group name is the same as the name of the group for the applications installed from a JAD file.

    Thanks in advance for your understanding.

    Downloaded app from AppWorld is every time the same naming convention: name app + name of the seller. If you install your own server via JAD you get usually only the name of the application under the name of CodeModuleGroup. It does not really affect the installation, I've updated installed OTA app with AppWorld version and vice versa, no problem at all.

  • Print file .rep directly on the printer, configure the application server

    Hello

    I spent several hours on this forum and unfortunately not found a solution yet so hoping someone has an idea that can help me solve this problem.

    Using forms/States of oracle 11g with a linux application server, we develop on windows machines. Printing reports using compiled .rep files.

    We have a network printer sharing (HP) that is configured on the application server, and we can print on the correct printer directly on the application server.

    Problem is when I try to print a report when executing the forms of oracle on my machine of development directly to the printer.

    I tried:

    SET_REPORT_OBJECT_PROPERTY (l_repid, report_destype, printer);

    SET_REPORT_OBJECT_PROPERTY (l_repid, report_desname, 'APPSERVER_PRINTER_NAME');

    When I put the report_desformat in 'pdf' format I can see the reports to enter the print queue, but they do not reach a 'State' order ' print file empty. "

    When I remove report_desformat, he sends in eps and as I understand it, it prints, but with bad formatting (I work remotely and run by what their colleagues say.)

    CUPS 1.4.2 reference printer queue tab.

    The report generates in the browser if I change the destype to produce and use web_show_document to display it as we usually do.


    I understand there are solutions using a java bean or involving the installation of the software on the client computer, but my employer is unwilling to go to that direction. We have only a handful of reports that require the ability to print directly to the printer.


    That someone has an idea of what the problem might be or help provide additional steps, I can take to solve problems? I have no idea how to do to configure printers, our IT Department managed this and they say, it's good so I don't know if there is a problem with what I'm doing or there was something installation related rate with this network printer.


    Thanks in advanced for any assistance!

    I have given up trying to use a report_desformat of pdf and paste it with the default value of the eps, after review, it seems pretty close match that generates pdf format and despite the fact that the queue on the application server throws a misprint even with the eps format it actually always draws for the good enough for now. Would be nice to know what happened here, but the problem has been resolved.

  • How to change the name of the weblogic Server

    Hello world!

    I followed a weblogic server. Now I want to change the name of this server

    \

    What should I do?

    THX!

    Most clients choose not to monitor WebLogic AdminServer, as this JVM does not normally process applications the user.

    While the X-Agent showing your screenshot application servers are normally named and grouped using the agent configuration, WebLogic servers are normally named after the WebLogic configuration. The best practice would be to change the name of the app server in WebLogic, but you can probably change this name by using a setting of additional agent:

    -Dquest.agent.appserverinfo = MyAppServer

    This setting has additional options to set the type of application server, the version and the group.

    Kind regards

    Brian Wheeldon

  • Configure the application server after you change the database

    Dear all,

    We use ORACLE EBS R.12.1.2. Database: 11.1.0.7. 2 RedHat linux servers.

    We are validating failover scenarios keep oracle database data.

    Scenarios is that; We fail on the primary database and primary database role has opted for sleep.

    Should what changes we make on the Application Server?

    Should we change configuration of application server to connect to the new database (name, address of db server... etc). and how?

    Thanks in advance,

    Shareef

    PL see Section 6 in MOS Doc 1545920.1

  • Standard deployment failed installation foundation services deployed on the application server

    Good day ~

    Let me preface this with I have very limited exposure to Oracle products - thank you for your patience.

    I was busy learning, to install and prepare the Oracle EMP 11.1.2.3 components.

    Environment:

    New installation - I use Oracle Enterprise Performance Management System Standard Deployment Guide and the Guide of Installation and Configuration.

    Windows 2008 R2 - single server for all instances.

    SQL 2008 R2 - on a separate server.

    I started with the deployment guide Standard following all the steps for "installation of the Services of the Foundation" and at the end of the installation, it shows 'Impossible' for these red x products/task and status said Configuration is complete.

    The newspaper that I pointed at by using 'Help' EPM_ORACLE_INSTANCE/diagnostics/logs/config/configtool_summary.log says:

    (10 December 2013 12.48.49 PM): move the Foundation Hyperion [000 min 37sec] [PRE] - pre-configuration

    (10 December 2013 12.48.49 PM): pass [000 min 00 sec] [COM] Hyperion Foundation - the common settings

    (10 December 2013 12.49.48 PM): pass [000 min 58 sec] [COM] Hyperion Foundation - configure Oracle Configuration Manager

    (10 December 2013 12.49.52 PM): move the Foundation Hyperion [000 min 03sec] [DB] - database configuration

    (10 December 2013 12.50.01 PM): pass [000 min 04 sec] [PRE] Provider Services - pre-configuration

    (10 December 2013 12.55.40 PM): pass [005 min 38 sec] [PRE] Performance Management architect - pre-configuration

    (10 December 2013 12.55.41 PM): pass [000 min 00 sec] [REG] Performance Management architect - register with Shared Services

    (10 December 2013 12.55.44 PM): pass [000 min 03sec] [DB] Performance Management architect - database configuration

    (10 December 2013 12.56.15 PM): pass [000 min 30 sec] [VCC] Performance Management architect - configure the server of Dimension

    (10 December 2013 12.56.32 PM): pass [000 min 17 sec] [PRE] Essbase Studio - pre-configuration

    (10 December 2013 12.56.33 PM): pass [000 min 00 sec] [REG] Essbase Studio - register with Shared Services

    (10 December 2013 12.56.38 PM): pass [000 min 04 sec] [DB] Essbase Studio - database configuration

    (10 December 2013 12.56.38 PM): pass [000 min 00 sec] [PRE] calculation Manager - pre-configuration

    (10 December 2013 12.56.38 PM): pass [000 min 00 sec] [REG] calculation Manager - register with Shared Services

    (10 December 2013 12.56.39 PM): pass [000 min 00 sec] [DB] calculation Manager - database Configuration

    (10 December 2013 12.57.39 PM): pass [000 min 59 sec] [PRE] Reporting and analysis - pre-configuration

    (10 December 2013 12.57.40 PM): pass [000 min 00 sec] [REG] Reporting and analysis - register with Shared Services

    (10 December 2013 12.57.47 PM): pass [000 min 07 sec] [DB] Reporting and analysis - database configuration

    (10 December 2013 12.58.14 PM): pass [000 min 27 sec] [FSC] Reporting and analysis - configure the Services Framework

    (10 December 2013 12.58.15 PM): pass [000 min 00 sec] [RMI] Reporting and analysis - configure the Ports of RMI financial statement

    (10 December 2013 12.58.56 PM): failure [000 min 40 sec] [APP] Hyperion Foundation - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] Provider Services - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] performance management architect - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] performance management architect - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] calculation Manager - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] Reporting and analysis - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] Reporting and analysis - deploy to the application server

    (10 December 2013 12.58.56 PM): failure [000 min 00 sec] [APP] Workspace - deploy to the application server

    (10 December 2013 12.59.18 PM): pass [000 min 21 sec] [PRE] financial management - pre-configuration

    (10 December 2013 12.59.28 PM): move financial management [000 min 10 sec] [HDC] - DCOM configuration

    (10 December 2013 01.00.56 PM): move the Foundation Hyperion [001 min 27 sec] [WEB] - configure the Web server

    (10 December 2013 01.00.56 PM): pass [000 min 00 sec] [LWA] Hyperion Foundation - configure a logical address for Web Applications

    (10 December 2013 01.01.41 PM): iron loop [000 min 03sec] [BEW] on the task pane

    Newspapers are vague and I don't know where to go from here. Any ideas?

    Thank you in advance.

    Hello

    Please check if you are able to run Weblogic if you use as a Weblogic application server.

    Because it is the application server that establishes the communication between components.

    Thank you

    Amith

Maybe you are looking for