Adding instances to a dedicated installation of BR*TOOLS Studio 7.1

Hi all,
I created a dedicated installation of BRTOOLS Studio 7.1 on one of my systems. It sees the local Oracle instance fine and is working.  The instructions said I CAN add additional remote instances (I know about the additional load, and it is not an issue for me)
My problem is that the remote instances will not connect even after giving the system time to sync (gave it a day)
I am creating the new instance and entering the following information.
I am running AIX 5.3L and Oracle 10g in my landscape.
name: SID
(Remote) shell: sh -c
Administrator User
Name: "my user"
Role: "BR*Tools Studio Administrator"
Password: xxxxxxxx
Database User Name: oraSID
password: xxxxxxxx
BR*Tools Default Profile: initSID.sap
The instance creates successfully but then doesn't connect.  I'm not sure whether this is due to me entering an incorrect value, or whether the documentation was incorrect and I need to completely reinstall Studio as a "multi-instance server" instead of a "dedicated server". 
Any help would be appreciated.
Thanks!

No answer.  Will repost later.

Similar Messages

  • Instance not connected at BR*Tools Studio

    I've setup BR*Tools Studio as Dedicated Server Mode. I'm using latest
    brtools and brtools studio installation:-
    BRSTUDIO710EN__001.SAR
    DBATL700O10_40-20001021.SAR
    Currently my instance is not connected to my BR*Tools Studio . Any pointer?
    This is the only log from /oracle/SM1/sap/brtools/studio/studio/log
    S01TDI135:orasm1 30> cat *
    INFO 2009/02/19 09:43:57 [Server] BR*Tools Studio server
    started.
    ERROR 2009/02/19 09:47:38 [Clock] Exception while shutting
    down server clock: java.lang.NullPointerException
    WARNING 2009/02/19 09:49:40 [Server] Unsuccessful logon attempt
    for unkown account.
    [...]WARNING 2009/02/19 10:18:28 [Server] Unsuccessful logon
    attempt to landscape.
    [...]WARNING 2009/02/19 11:11:07 [Server] Unsuccessful logon
    attempt for account Administrator.
    WARNING 2009/02/19 11:11:26 [Server] Unsuccessful logon attempt
    to landscape.
    regards,
    Marjan

    hi jeffry,
    Please make sure that you provide correct username and password of your database server.
    ardhian
    http://ardhian.kioslinux.com
    http://sapbasis.wordpress.com

  • What code signing certificate has to be added for Adobe Air Native Installer?

    Hi,
    I'm developing Adobe Air application. I need to digitally verify the application to add the publisher's name with the product. I did a little research and came to know that Symantec, Thawte, Comodo, Comodo-Tucows, Digicert, Godaddy and couple of others are doing this.
    Yes. I'm talking about the Code Signing Certificate. My question is, What code signing certificate has to be added for Adobe Air Native Installer? The reason is, The native installer will have an extension .exe ( Windows ) and .dmg ( MAC OS X ).
    These guys are providing certificate for Adobe Air. For instance, If the application is exported using Native Installer in Windows, The application will have an .exe extension. For this, Can I use the same Adobe Air code signing certificate or Should I go for Microsoft Autheticode ( for .exe ) certificate?
    Thanks in advance.

    I think comodo code signing certificate is one of the nice option to be added for Adobe Air, as i have seen comodo code signing certificate in other adobe programs. Recently i bought comodo code signing from https://cheapsslsecurity.com/comodo/codesigningcertificate.html, to sign one of my adobe application and it works fine, you can use microsoft authenticode technology with comodo code signing.

  • Deleting database instances of previous Oracle Installations

    How to delete database instances of previous Oracle Installations
    I have Installed new instance of Oracle onto my server but on services window I can still see the older instances of oracle.
    Apart from this I am unable to create database instance with same name as previous instance name.

    Search in the windows registy and delete all occurrence of Oracle

  • Reg: Issue adding remote Instances in Br tools Studio.....

    Hai,
    Br tools studio is Installed successfully and able to login to the server, but when trying to add remote Instance it ends up with the below NullPointerException.
    We have used ocj4 according to the SAP Note 1224432, also not using https (as per [SAP] First experience with SAP BR*Tools Studio for Oracle)
    Please let me know is there any work around possible.
    java.lang.NullPointerException     at frames.server._landscape._instances._create._edit_2d_001._frame_2d_000._jspService(_frame_2d_000.java:59)     [SRC:/frames/server/landscape/instances/create/edit-001/frame-000.jsp:19]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:810)
    Regards,
    Yoganand.V
    Edited by: Yoganand Vedagiri on Dec 30, 2008 1:30 PM
    Edited by: Yoganand Vedagiri on Dec 30, 2008 1:33 PM

    Hi,
    To avoid this error, Just install JDK 6.0 and OC4J 9.0.4.1.0
    Try accessing thru web.
    If you get an error on accessing javac.exe file, then do the following changes...
    go to the home directory of brtools studio, --> config ---> Edit the file server.xml
    add this line as per below, save and then try to access thru web.
    <global-application name="global" path="application.xml"/>
        *<java-compiler name="javac" bindir="<JAVA_HOME>\jdk1.6.0\bin"/>     *
        <global-web-app-config path="global-web-application.xml"/>
    This should solve your problem.
    Let me know if you have any issue.
    Regards,
    Iyyappan MR

  • BR*tools studio installation

    Dear Experts,
    We tried to install brtools studio in windows 2003 server but got some problem relate to web service that not generated during installation. I tried to folow guidence that i got from SDN "BRTools Studio for Oracle DBA" and will use Multi-instance server modes.
    as mentioned on the prerequsite, before start installation, i already install J2SDK 1.4.2_19 and also Microsoft Internet Information System, then i run the installation. Installation actually finished successfully, but when i click launch button, it direct to http://<server>:port/studio but i got error message that page can not be found, then i tried to check on the IIS console and i found that there is no new website are created.
    Is there any setings that we need to prepare on web server site? need your advice for this case.
    Thanks and regards,
    Bagus

    Hi,
    A NEW TOOL From SAPu2026u2026u2026u2026.ADD Multiple Instances to your BR*TOOL studio and enjoy freedom of Administration for Multiple Instances with your favourite WEB browser..
    Download Br *TOOL studio from SDN(sdn.sap.com)
    Create a Studio home in any Drive With This Directory Structure
    :\Oracle\sap\brtools\studio
    EXTRACT the SAPCAR -xvf BRSTUDIO710EN__XXX.SAR into this directory
    1) Call setup.cmd from command prompt
    2) Click Install
    3) Give https port By Default its 8888
    4) Provide Password
    5) Now keystore File (This is for security as we are using HTTPS)
    We need to generate it using JAVA commands
    Open Command Prompt Change Directory to java home
    Run This Command and provide info:
    Keytool -genkey
    Give this path to next screen and password also you provide just now
    Now a file has been generated
    C:\document and setting\username\.keystore
    6) Now installation is over.
    Now Come to your Server
    Here i am sharing the procedure to run and use BRTOOL STUDIO
    1) To Run Studio Go to Studio home and run server.cmd
    2) To Access it go to url;
    Https:hostname:port/studio
    3) A pop-up window will come
    Provide username:Administrator(Same as shown Capital A and all other small )
    Password:You provide at the time of installation
    4) Click on instances and then Create
    5) Provide Info as Password for Administrator
    Database user (Please note that password of DB user should not be containu2019@u2019 in password string)
    6) Give The Path for brtool profile parameter
    Oraclehome/database/init.sap
    7) Finally click on Go(Left Side)
    8) Now you will be log off and login to your instance Using
    Administrator as username and password you provide at the time of installation
    9) Now here you can create more user for brtool with different user roles.
    You can use it to view space, check status ,control files,backup,restore and you now more thingu2026u2026..

  • Installation of Sun ONE Studio 5 SE 60 days trial

    It's supposed that a standard installation includes Sun ONE Studio and Sun ONE Application Server 7 with PointBase.
    I installed twice, in both installations the IDE works fine. But despite the installation completes without any error message neither Sun ONE Application Server 7 nor PointBase are installed.
    My OS is Windows XP.
    Could someone help me to find why this happens?
    Thanks!!!

    I read now the log generated during the installation. It shows a lot of error lines. But I'm not able to know the cause of the problem. The IDE is installed OK, but there is not any evidence of PointBase and Sun One Server installation.
    It follows the log file content:
    (Aug 20, 2004 3:51:51 PM), Setup.product.install, com.installshield.product.actions.Files, err, java.util.zip.ZipException: incorrect data check
    STACK_TRACE: 16
    java.util.zip.ZipException: incorrect data check
         at com.installshield.archive.index.ISInflaterInputStream.read(CompressedURLConnection.java:147)
         at java.io.FilterInputStream.read(FilterInputStream.java:90)
         at com.installshield.product.actions.Files.copy(Files.java:700)
         at com.installshield.product.actions.Files.copyFileWithFileService(Files.java:737)
         at com.installshield.product.actions.Files.install(Files.java:378)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)
    (Aug 20, 2004 3:51:56 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, err, java.lang.NullPointerException
    STACK_TRACE: 14
    java.lang.NullPointerException
         at com.sun.installer.RunCommand.flush(RunCommand.java:170)
         at com.sun.installer.InstallApplicationServerAction.runCommand(InstallApplicationServerAction.java:260)
         at com.sun.installer.InstallApplicationServerAction.install(InstallApplicationServerAction.java:146)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)

  • Installation BR*Tools Studio

    Hi,
    I have installed BRTools Studio 7.10 Patch 1 on Windows Server 2003 x86_64. The installation was successful. After that I downloaded oc4j_extended.zip and extract it to \web-app-server\oc4j in BRTools Studio Path. When starting the server on commandline I get the following output:
    D:\studio>server.cmd
    09/02/20 13:16:02 Auto-deploying BR*Tools Studio (New server version detected)..
    09/02/20 13:16:02 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)
    initialized
    But when connecting via internet explorer I get only a white page with      
    I used the following Java Version:
    D:\>java -version
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Anybody an idee how to solve the problem?
    Kind regards,
    Sandro Gerstenberger

    Hi,
    thanks for your answer but it did not solve the problem. I already had checked this notes.
    Kind regards,
    Sandro Gerstenberger

  • Br*tools Studio installation FAILED

    HI ALL,
    i downloaded br tools studio 7.10(2), from sdn and trying to install on windows 2003 on sap ecc6.0 with
    basis patch level 9.0. but it keep failing to install without any error logs. is there anything else i need.
    please help me out on this in detail answers will be appreciate as i am new to basis.
    thanks in advance

    Hi Rizwan
    Have you meet all the pre-request as discribed in the installtion document?
    Please cross check the installation  [Document|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6049ab24-f948-2b10-929e-eda13ff1236f]
    Regards
    Uday

  • BR*Tools Studio 7.10 Installation Error

    Hi,
    I installed BR*Tools Studio 7.10 and OC4J accordingly.
    When I try to log on Studio via link https://localhost:8888/studio.
    The new opened window show that 500 internal error.
    Please suggest.
    JDK is 1.4.2_27 according to SAP Note 716604.
    JDK 1.5.0_22 is tried but no solved.
    BRTools is 7.20.
    OS Windows Server 2008 R2
    Oracle 10.2.0.4 with latest merge fix.
    P.S.
    Does anybody know how to uninstall BRStudio?
    I delete the folder directly and installed in another folder.
    The same port 8888 is specified during the installation.
    But when I start the server, it tolds me that the http address has been used already.
    So I guess the way to uninstalling may be incorrect.
    Regards,
    Alex

    > OS Windows Server 2008 R2
    > Oracle 10.2.0.4 with latest merge fix.
    Windows 2008 R2 is not yet supported by Oracle.
    Markus

  • Will Adobe be adding spot removal, adjustment brush and grad filter tools to lightroom mobile?

    will adobe be adding spot removal, adjustment brush and grad filter tools to lightroom mobile?will adobe be adding spot removal, adjustment brush and grad filter tools to lightroom mobile?

    We don't know (and anybody who knows can't say). It's an unanswerable question...

  • My Mac Book Pro has just had a new memory and solid state drive installed. After the installation, the Lightroom tools all became grey. There is no longer any color on the screen other than my picture. Even the color sliders are grey.  Can you please help

    My MacBook Pro just had a new memory and solid state drive installed. Since the installation, the Lightroom tools are now all grey. Even the color sliders are grey. Please help!

    My guess is that your operating system got updated to Mavericks and that you are running an old version of Lightroom:
    Sliders are white, look different | Mac OS X 10.9 Mavericks
    Be aware of a Lightroom bug with color management in mavericks that makes shadows too deep in the Develop module: Jao's photo blog: Serious color management bug in Mac OS 10.9 "Mavericks" and Jao's photo blog: Further quantification of the Mavericks color management problem.

  • [svn:fx-trunk] 5873: Adding support for [Alternative] metadata to the asdoc tool.

    Revision: 5873
    Author: [email protected]
    Date: 2009-04-02 09:46:24 -0700 (Thu, 02 Apr 2009)
    Log Message:
    Adding support for [Alternative] metadata to the asdoc tool.
    QE Notes: None.
    Doc Notes: None.
    Reviewed by: Paul
    tests: checkintests, asdoc
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java

  • Adding instance to SQL Server 2008 R2 on SBS 2011 Standard

    I need to add an instance to my SQL Server 2008 R2 that is part of Small Business Server 2011 Standard operating system. When I click on "New SQL Server stand-alone installation or add features to an existing installation" I get another pop up
    window asking for SQL Server 2008 Installation Media. Where can I find this installation media?

    Hi BruceR80,
    According to your description, SQL Server installation center asks for SQL Server 2008 installation media and you don't know where to find it. This could happen when the temporary folder to which the installation file is extracted doesn't exist. You could
    follow the steps below to troubleshoot the issue.
    1.In Microsoft Download Center, download the SQL Server 2008 installation file to your local drive and click the file, you will see that the file will be extracted to a temporary folder. Please make a note of what directory it is extracted to. For example,
    it could be in c:\ followed by a folder name which will be a set of random letters and numbers "fd7667bgbb33gg2g".
    2.Copy that temporary folder to your desktop and close the SQL Server Installation Center window.
    3.Reopen SQL Server Installation Center. Click on the installation tab and install. When it asks for SQL Server 2008 installation media, browse to the instillation media folder(that temporary folder) which is copied to your desktop and continue the installation
    process.
    There are two similar articles for your reference:
    http://forum.winhost.com/threads/ms-server-management-studio-cant-find-installation-media.3432/
    https://coastalcoder.wordpress.com/2012/12/03/browse-for-sql-server-2008-r2-installation-media/
    Regards,
    Michelle Li

  • How do I install a second Java instance in a Distributed Installation?

    Hello all,
    I've just completed the Distributed Installation of a WAS Java stack.  The Central Services and Database are running on one box and the Central Instance (01) is running on antoher box.
    I want to add a second instance (02) on another physical box.  Do I run the sapinst for Distributed Installation again, and this time go straight to step 3 and select "Central Instance?"
    Since I don't see an option called "Install an additional instance" I am guessing that this is the way to do it?
    Thanks,
    Mike

    Hi Marc,
    My initial installation from sapinst was:
    NW2004s SR1 > SAP Systems > MS SQL > Distributed System > Based on AS Java
    There are only 3 steps in that selection (SCS, DB, and CI).  There's nothing about a Dialog Instance.
    However, Dialog Instance exists as a step in the High Availability System scenario.  So is this what I should use?
    But if I use this option from the High Availability selection, will it still work, even though my first box I installed using the Distributed System selection?
    Thanks a lot,
    Mike

Maybe you are looking for

  • Can't save modified file to a folder in an image disk directly

    I have an image disk on an external drive (firewire) and if I try to save a modified file of an existing file or do a "save as" to a folder, I'm always sent to the root directly of the finder and I have to navigate myself all the way back to the dest

  • Need to create a function that will act like the save as browser function

    I need to create a button on a web page that will open up a save dialog box and then save the current web page as an .html file on the persons hard drive. The reason for this is because the window is a pop up that does not have the browser menu or an

  • Issue with Java Class based DataControls.

    Hi, I'm actually working with JDev 11.1.1.3.0. And we got a requirement to build a search page which should create a dynamic query. And we are not using ADF BC in this project. Instead, writing some ServiceDelegates(Java Classes) which internally cal

  • CRYPTO-4-PKT_REPLAY_ERR syslog parsing

    Every time ios generates the "CRYPTO-4-PKT_REPLAY_ERR: decrypt: replay check failed" log msg I receive 3 syslog messages, like ios is not concatenating them into 1 msg string before sending.  It's really annoying because I can't filter a null string

  • Mail shuts down when adding an attachment

    Afteer upgrading to Maveric I do have the following issue. When I open Mail and write an E-Mail and then add an attachment (no matter what file type). Mail shuts immediately down. When opening Mail again, luckily the written E-Mail is still there, bu