Application Server Problem

Dear All,
I installed Oracle AS forms and reports services on a test machine.
I want to configure tnsnames.ora of the AS to connect to a database in another server.
could you plz give me an example of this configuration
Os info: Windows 2000 Server
Oracle info: Oracle Application Server (Forms and Reports Services 9.0.4)

On AS machine you can use Net Configuration Assistant, within Oracle menu, to configure TNS aliases. Anyway, here an example for ORCL database, with the listener running on port 1521 :
ORCL =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <DB server name or IP Address>)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = orcl)
  )Note that TNS alias (ORCL) might be whatever name you want.

Similar Messages

  • Application server problem after upgrade from 4.6C to ECC 6.0

    Hi all,
    We have recently upgraded our test server form 4.6C to ECC 6.0.
    In one of the programs we are using open dataset to write files to
    application server. This particular folder had been mapped through "Map Network
    Drive function" in windows. The path we have given in the program
    as "<Drive>:\<Folder>\File Name".
    Code :
    <b>DATA : zdsnb(45).
    ZDSNB = 'R:\SAPPayroll\zpaysheet.prn'
    OPEN DATASET zdsnb IN TEXT MODE.</b>
    In 4.6C this particular format was reading without any problem. But
    after the upgrade, system is throwing an error "File cannot be read".
    We have checked the NTFS share rights and rights for the mapped drive.
    It's "Everyone" full access.
    Our OS: Windows 2003 server 64 bit
    Database : MS SQL 2005 64 bit.
    Most of HR related testing is based on this access. Pl suggest a
    solution, so that we can go ahead with our testing and upgrade of other
    servers.
    Regards,
    Adeeb

    Am a little confused by which way your slashes are going, but if they're Ok try adding phrases below.
    open dataset p_uxfile <b>for input</b> in text mode <b>encoding default</b>.
    Best!
    Jim

  • Oracle Application Server problem

    Dear Zedi Masters(Oracles),
    I am facing a problem in my Oracle Application Server. The Installation works smoothly, but afterwards if I try to Reload the Webnode manager it gives an error saying the ORB cannot be started" and "start ORB manually" Can someone explain the problem and how to overcome it.
    I have also tried "owsctl reload" from the command prompt and have got the same reply.
    Thanx in anticipation.
    May the Force be with you.
    Anand

    I get the same error message - except that it happens without
    protection on the virtual directory and it continues to display
    the message when I reload.
    Regards,
    JJ
    Girish (guest) wrote:
    : Hi All
    : we are using Oracle Application Server 4.0 Enterprise Edition.
    : We are using PL/SQL Cartridges. We have set Client Session
    : property of pl/sql application is set to enabled. Also max
    : session idle time is set to 1800. We have also protected the
    : PL/SQL virtual path.(that is before accessing any stored
    : procedure from the virtual path ; user has to provide username
    : and password). Now when the user tries to access protected
    : virtual path the user name and password box gets displayed.
    But
    : after entering correct user name and password when user hits
    on
    : OK button message "Can not service this request, please try
    : again later" is displyed for the first time. After this
    message
    : if page is reloaded then proper page is displayed..
    : any ideas about why this is happening..
    : thanks in advance
    : Girish
    : have a nice day...........
    null

  • Files on application server problem.

    Hi Gurus,
    I am facing a problem in creadting dataset whose details is as below.
    Dataset path:
    idir = '/usr/DEV/local/tmp/200/brcd/idir/odr00023.txt'.
    OPEN DATASET idir FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    This command is giving sy-subrc = 8.
    because of this file is not opening in write mode but available for reading.
    What may be the problem.
    right solution will be awarded with points.
    Regards
    Rajesh

    Hi,
    that means u r unable to write in application server the path u mentioned...try with other path and see....
    basically the below code is used ,whcih u have done.plz have a look ..Try with other path and see if it is working for u..
      Download internal table to Application server file(Unix)
    DATA: e_file like rlgrap-filename value '/usr/sap/tmp/file.txt'.
      open dataset e_file for output in text mode.
      lOOP AT it_datatab......
        transfer it_datatab to e_file.
      ENDLOOP.
      close dataset e_file
    Regards,
    Nagaraj

  • Sun application server problem

    HI all
    when i run any web service program the server couldnot be started and could not deploy my program.....
    the error appeared is :
    "server start up time out exceeded 120 seconds could not deploy ur project:
    Message was edited by:
    mahmoud_ahmed

    how can i use the tomcat server in NB IDEYou can use either the bundled tomcat server or the bundled Sun Java System Application server for a given application. (In fact, you can also register any other 'supported server' with the ide and work with that server. Go to the 'Runtime' tab in the explorer window. Right-click an add-server menuitem; you will be taken to a dialog box where you will be presented with a list of supported servers; if you have any of those installed on your machine, you can register them with the ide).
    To run a project on tomcat, open the project properties window (from the right-click menu of the project in the project window) , select 'Run' category and select the required server from the 'Server' dropdown list.
    will it also crash?If the problem is with the application, then it is very likely that it will crash on tomcat too. On the other hand, if the problem is with the server settings, then it is possible that the app may run in one server but not on another...
    if used another program as JBUILDER will it needs also the SJSYes; you will need a webserver or an application server to deploy your web applications. NetBeans IDE provides a robust environment that helps develop and debug web apps but the apps themselves are deployed on an appserver.
    what do u mean by the server stack traceOn the runtime tab, right-click on SJSA and select 'view server log' to view the server log. (For a running tomcat, you can right-click and select 'view server output'...)
    i am using SJS 8.2 on NB IDE 4.1You may want to use later versions of NB (5.0 or 5.5 beta2; http://www.netbeans.org/downloads/index.html).
    Have u tried the samples and tutorials at:
    http://www.netbeans.org/kb/50/quickstart-webservice.html
    http://www.netbeans.org/kb/articles/tutorial-webservice-consume-part1.html
    http://www.netbeans.org/kb/articles/tutorial-webservice-consume-part2.html

  • Oracle 9.0.1 and Sun Java Application Server problem

    Hello
    I am gonna configure Oracle's (9.0.1) thin JDBC driver (only for JDK 1.3) on Sun Java Application Server 8
    I copied the class12.zip to domain1/lib/ext. I add the usr name and passwd in domain1/config/domain.xml.
    it looks like
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="oracle.jdbc.pool.OracleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="32" max-wait-time-in-millis="60000" name="OraclePool" pool-resize-quantity="2" res-type="javax.sql.DataSource" steady-pool-size="8">
    <property name="url" value="jdbc:oracle:thin:@localhost:1521:ora9i"/>
    <property name="Password" value="tiger"/>
    <property name="User" value="scott"/>
    It doesn't work though. Anybody know the problem?
    Thanks a lot

    You should use the oracle 9.0.3 ojdbc14.jar or a later version, not classes12.zip.
    The config looks like for me:
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="oracle.jdbc.pool.OracleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="my-oracle-pool" pool-resize-quantity="2" res-type="javax.sql.DataSource" steady-pool-size="16">
    <property name="URL" value="jdbc:oracle:thin:@localhost:1521:mydb"/>
    <property name="user" value="user"/>
    <property name="password" value="mypass"/>
    </jdbc-connection-pool>
    You will also need to boot the server after adding the jar files to lib/ext

  • Consistent Application Server problem

    Hi, I'm running OAS infrastructure and BI on the same box as I am running Database 9i, and BI Publisher. OAS is 10gR1.
    The database and BI Publisher seem to work without a problem, however, Application Server has a habit of shutting down, and not easily recoverable (Infrastructure seems alright, Forms does not want to run without a reboot on a near daily basis). I am running on a Windows 2003 Server, with 4GB RAM on a Intel Xeon 3050.
    This is a development box. We are considering using a stack similar to this (albeit a better server) for clients. Could all the different applications on here be causing this issue?
    Thanks,
    Scott

    Sounds like you're having multiple levels of issues, probably all caused when your ASDB shuts down. Since it hosts your Infrastructure & Identity Management, when it goes, almost everything else would.
    Any info in your alert.log for your DB when it shuts down? What about the Windows Event log?
    I've seen incorrectly configured anti-virus cause contention issues with db files & bring the db to a halt. Are you running any anti-virus? If so, do you have folder exclusions in place to skip the data, control, redo, & archivelogs?

  • After Installing Application Server - Problem connecting to my Databases

    I have 10g installed on my Windows server, and have no problems connecting to my database(s). After I install Application Server 10g, I am no longer able to connect to any of them, as if the TNSNAMES.ORA file is no longer configured correctly. I am training myself on these applications. Anyone have any suggestions what is happening behind the scenes?
    Thank you,
    Daniel Nadler

    After deploying a jsf application via the web interface of the application server enterprise manager I tried to connect to the 10g database - and it failed with the same error as yesterday?
    I really don't unterstand what is going on. I would really appreciate it if someone could point me out where to start digging for a solution / unterstanding of the problem.
    Quoting this thread (installing db on same server as AS): 10gAS and Database Server on the same machine
    >
    Yes, you can do this. Here are some guidelines:
    (1) Make sure your system requirements are sufficient to handle the application server and the database. The recommendation is to add the AS system requirements and the DB system requirements together.
    (2) Install each product into its own Oracle home. For example:
    - Oracle Home 1: AS Mid-tier
    - Oracle Home 2: AS Infrastructure (including Metadata Repository)
    - Oracle Home 3: Database
    (3) If your AS installation includes a Metadata Repository, make sure that the
    Metadata Repository and the database use a different SID and global db name.
    (4) It is possible that the Metadata Repository and the database can share
    port 1521. Review this information before you start your AS installation:
    http://download.oracle.com/docs/cd/B14099_19/win.1012/install.1012/install/reqs.htm#CIHEBFDG
    The installation guide under (4) tells me that I don't have to worry since I use a new listener version.
    To complete the confusion: on my virtual test machine oracle 10g and oracle AS 10g work fine side by side?? Perhaps because I did a Standard Edition install of the database (on the real machine I used Enterprise Edition)? Is there a way to figure out what kind of install I did?
    Lots of questions, any help or links are really appreciated! Thanks in advance!
    ------------------ EDIT -------------------
    Whoops, I might had a problem with a not correctly shut down database (just shutted windows down without killing the instance - didn't know this wasn't ok). Still evaluating the issue. But to say the least, it seems the application server has nothing to do with my problem :)
    Message was edited by:
    mathias.ringhof

  • About Application Server problem.

    My Application Server has installed Win2003 .
    Do i must install windows terminal server on the Win2003 if i want to run window application?

    Yes, you would need to have Windows Terminal Services enabled on the server first.
    See:
    http://docs.sun.com/source/819-4309-10/en-us/wcp/gettingstarted/terminal_server_config.html
    for additional configurations

  • Sun Java Application Server problem

    Hi!
    Last year I developed a small servlet that would enable access to a serial port on a Windows system (a school project that required reading various parameters from a Microchip Microcontroller and display those params in a web age). The servlet works just fine when deployed on JAKARTA-TOMCAT servlet container (also tested recently and works fine on JAKARTA-TOMCAT 5.5.7).
    A few days ago I tried deploying the little web application on Sun Java Application Server and when I tried to initialize the serial communication (set the COM port and BAUD RATE), I get the following error:
    java.security.AccessControlException: access denied (java.io.FilePermission E:\j2sdk1.4.2_04\jre\lib\javax.comm.properties delete)Cand any one help? (I use the javax.comm to perform all the actions concerning the serial port. Also, my servlet uses a CommunicationClass that I have developed - inheriting the javax.comm.SerialPort as my base class).

    Well, I read some of the tutorials on security and file access stuff.
    What I found confusing is why does the application work fine when deployed in other web containers (TOMCAT, APACHE), and does not work in this one (SUN JAVA APPLICATION SERVER)??
    Also, the sdk is installed on a NTFS partition... I double check the permissions for the sdk directory and they're ok: read & execute for all users, write only for some registered users.....
    PS: please have some patience with me, as I am a novice in this matters (I am migrating from the C# and .NET environment - and that stuff is full of wizzards:P)

  • Clustered Application server problem

    Hi All
    How does the address from clustered Application servers get resolved by J2ee?
    I have a strange problem while working on Clustered App server on RAC.
    After deploying the code on the server, the individul instances of the application seem to work perfectly, however the main URL(The one that should ideally resolve the n children URL) seem to give a lot of problems.
    Can someone shed light on this?
    Thanks
    GN

    I'll go ahead and answer my own question on this one, just in case it may save someone the research it took us to figure this one out.  It turns out we were running MS Server 2003 SP1.  There is a hotfix patch in SP2 that addresses the inability to put the object code on one server in the cluster and the print server on the other server in the cluster.  Strange that it worked fine with COBOL code - I guess because it came across as plain text files with no grapics.  After installing the hotfix on the server, it handles the CR file just fine.
    Bill

  • Starting SOAMANAGER from Application server Problem

    Hello,
      We can get SOAMANAGER to start when attached to the Database server in our ERP2006 running with Oracle on Solaris, but when we are running on one of the Application servers we can not get SOAMANAGER to start.  Is there some parameter or setup that is needed to get this to work from one of the Application Servers?
    Thanks,
    Dan Adams

    Hi,
    Is the ICM started on your Application servers ? If not, SOAMANAGER will not run when launched from an appserver because the URL is genrated with the hostname of the appserver.
    On my system where ICM is started on CI and DIA servers, SOAMANAGER runs from every server.
    Regards,
    Olivier

  • Hyperion planning installation(Problem with application server deployment)

    Hi There:
    I am new to hyperion planning.I am trying to install planning.I got problem with Hyperion Configuration utility while configuring application server deployment.Its show message failed.Please guide me how to fix this.If it is possible can you please send me any personal documentation on installation.I am trying this for past 4 day's.Below is the error its showing in configtool
         ... 10 more
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, INFO, Validating dependencies...
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel$5, DEBUG, Product: Planning; Dependencies: []
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: HspDBPropertyLocation
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: applicationServerDeployment
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.PanelEventDispatcher, DEBUG, constructor
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryEnter
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebLogic 8.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebSphere 5.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: Tomcat 5.0.28; deployment type = both
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryExit
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, DEBUG, AppServer selected: WebLogic 8.1
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.ProductCustomInputPanel, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryEnter(ProductCustomInputPanel.java:88)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Unknown Source)
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Starting WebLogic 8.1 deployment...
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, pre-Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.AppServerDeployer.initContexts(AppServerDeployer.java:628)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:548)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:526)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDeployerTask(RunAllTasksWizardAction.java:251)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:156)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (Mar 09, 2008, 08:26:13 PM), com.hyperion.cis.config.wizard.CustomSummaryPanel, DEBUG, CustomSummaryPanel in queryExit
    Please help me.Email id:[email protected]
    Thanks
    Harsha.
    Message was edited by:
    user603943

    I think the installation of planning on Vista is difficult. As some of the files doesn't support even i am tired of doing that.
    But tell me one thing have you installed all other products , I mean Essbase, (server, client) , AAS and Shared services.
    Are they working good .
    I have formatted my system to XP and installed everything , but the problem is when i install planning it prompts me that IIS 5 should be greater other wise EPM will not install...
    there are lot of things with planning 1) i can't datasource as it is not highlighting when we configure with Shared services
    2) It does not create product instance .
    If any one can fix this thing by giving me a suggestions.
    Advance Thanks

  • Application server 10g r2 on redhat es 4 installation problem

    I was installing application server 10g r2 (infrastructure) on a redhat es4 and I got an error on the configuration assistant for single sign on.
    The log file is not telling me what went wrong. Has anybody experienced this problem? How do I restart the configuration assistant?

    hello,
    could you post at least some log?
    regards,
    fabrizio

  • Installation Problem inSAP NetWeaver Application Server, Java EE 5 Edition

    Hi All,
    I have dowloaded the package from SDN but as I tried to Install it into my system,i got the following error;the log is like below:
    (Mar 1, 2007 4:54:56 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file D:\sapdb\JP1\log.txt for details.
    (Mar 1, 2007 4:54:56 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="Thu Mar 01 16:54:56 IST 2007 An Error happened during the Change of the MaxDB Database passwords. Check end of Logfile C:/DOCUME1/SAP/LOCALS1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="Thu Mar 01 16:54:56 IST 2007 An Error happened during the Change of the MaxDB Database passwords. Check end of Logfile C:/DOCUME1/SAP/LOCALS1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:247)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    But the same package got installed on another system having the same system parameters.
    Pls guide.
    Thanks in advance

    Hi,
    welcome to SDN!
    To your problem: did you make sure the master password you set during installation is less than 9 charachters as discussed in the Installation Troubleshooting?
    P.S. I'm moving this thread to the forum dedicated to the SAP NetWeaver Application Server, Java EE 5 Edition.

Maybe you are looking for