Dev 6.0 OAS 4.0.8.1 on NT

I am attempting to move out existing application which is in forms 6 to be "web enabled" however I am having a terrible time getting anything but the blue Developer Server screen to show up once jinitiator loads (1.1.7.18)
I am following all the steps but certainly seem to be missing something, is their a better guide anywhere, or a FAQ? or possibly some pointers, this is driving me insane.

Hi,
I managed to install Oracle 8i (8.1.5, not EE)+ OAS 4081 + DEV6 on NT4/SP 5 (single node OAS).
I've used DEV6 + Patch 1 + Patch 4 + Patch 6 + latest Jinitiator ( version ...27).
You can email me for details but I'm not 'available' before the weekend (too much involved with Linux).
HTH
Martin Vonk

Similar Messages

  • Setup of Customer Dev and Test environment

    Customer wants to set up a Dev and Test env for Apex on the same machine. Been trying to wrap my head around the way to do this. Seems like these are the options:
    1) Separate databases, Two APEX homes, Two HTTP Servers
    2) One database, different Workspaces, One APEX home, One HTTP Server
    # 1 is the most 'pristine' from the perspective of separation of everything (and patching), but #2 seems like a more manageable environment. Only down side I see to #2 is that DEV can never have a newer release of APEX than TEST.
    BTW -the customer wants TEST to look like PROD except during code push time. They also want TEST env refreshed regularly from PROD in between code releases.
    Suggestions? Other options?
    Thanks,
    Dwight

    Hello Dwight,
    Check your dads.conf file. There is something like this:
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath              docs
    AllowOverride                  None
    PlsqlDocumentProcedure         wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString     localhost:1521:XE ServiceNameFormat
    PlsqlNLSLanguage               AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode        Basic
    SetHandler                     pls_handler
    PlsqlDocumentTablename         wwv_flow_file_objects$
    PlsqlDatabaseUsername          APEX_PUBLIC_USER
    PlsqlDefaultPage               apex
    PlsqlDatabasePassword          apex_public_user
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>You can easily change the Location - /pls/apex - to (e.g.) /dev add another Location (/test) and provide it with the different connect strings.
    Then you can access your Dev environment using http://localhost:7778/dev and Test with http://localhost:7778/test.
    You can also change the (default) settings to your /i/ (virtual) directory to point to different dev and test directories.
    Example:
    Alias /dev/ "c:\Oracle\OAS\Apache/dev/images/"
    Alias /tst/ "c:\Oracle\OAS\Apache/test/images/"
    and change the value of the Image Prefix in your Application Definition accordingly.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Dev Server 6 and OAS 4.08

    I am currently trying to set up an environment using Developer Server (6) - Forms and Reports servers, OAS 4.0.8.1, NT4.0 sp5.
    I have managed to configure the reports server and it operates both in cartridge and CGI mode. However the Forms Server is driving me nuts...I keep getting the dreaded white screen.
    I have several questions
    1. Should i have installed OAS and Dev Server in different Oracle Homes?
    2. Do i need Jinitiator? If yes is it version 1.1.7.18.
    3. Do i need patch set4 (6.0.5.32.0) for Forms? If yes where can i get it?
    I really hope some of you can help - i have looked at all the Oracle documentation and all this has served to do is confuse the issue further.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by tony ( [email protected]):
    I am currently trying to set up an environment using Developer Server (6) - Forms and Reports servers, OAS 4.0.8.1, NT4.0 sp5.
    I have managed to configure the reports server and it operates both in cartridge and CGI mode. However the Forms Server is driving me nuts...I keep getting the dreaded white screen.
    I have several questions
    1. Should i have installed OAS and Dev Server in different Oracle Homes?
    -->> Yes, install developer 6 first in default home cause multiple homes is not supported.
    oas408 en ora815 now must installed in different orahomes.
    2. Do i need Jinitiator? If yes is it version 1.1.7.18.
    3. Do i need patch set4 (6.0.5.32.0) for Forms? If yes where can i get it?
    --> Yes , you need a patch on developer.
    Check metalink.oracle.com for the exact number. Also you download the patches here.
    I really hope some of you can help - i have looked at all the Oracle documentation and all this has served to do is confuse the issue further.
    <HR></BLOCKQUOTE>
    Good luck, I'am trying to get webfroms on oas 4.0.8.1, souns like you are in the same direction.. if you wish we can keep eachother sharp wit e-mail. You can mail on [email protected]

  • How to create Dev, Test and UAT environment of OAS 10g on single Linux box

    Hi
    According to Paul's forms/reports installation thread, i installed standalone versions of Forms & Reports (10.1.2.0.2)services on Linux suse 9. And it is working fine.
    Now my next requirement is that i want to create three environment on my Linux box dev, test and UAT. this one which i have created before i am using that environment as dev.
    Kindly provide me some direction that how can i create test and UAT environment on same machine which should point to different source files and databses.
    1. Do i need to install again standalone forms/reports services twice? if yes then how can i access them?
    2. Is there any setting in existing OAS configuration which can divert me to different sources and databases. i saw something like this somewhere
    http://oas.com:7777/forms90/f90servlet?config=UAT&userid=cg_am2/training@tardist
    bla bla bla.
    Please help.
    JM

    Hi
    Yes if your server has the resources (CPU and memory) of doing so the best thing to do would be to install Dev , Test and UAT in three different ORACLE_HOMES with different port numbers for the Oracle HTTP Server to listen on. There is however a non-technical point to install the UAT environment on a seperate box or to do the UAT testing when Dev and Test processes are not running otherwise this will blur the results of the UAT tests. Create different environment files to source these installations. You could even install three separate standalone webcaches in their own ORACLE_HOME in front of these environments. Keepin mind though that it would be better for availability, ease of management it would be better to install your environments on separate boxes. The config=UAT in the URL points to a forms service for an application called UAT I guess. Unless you have only one application in all the environments you could create forms applications in one ORACLE_HOME, but you would end up with just one environment instead of three. Going for the option where you install the environments on different boxes will save you a lot of headaches.
    cheers

  • Cartridge implementation In OAS+Dev server

    How do you implement cartridge application in OAS & dEV 6.0.I tried modifying cartrig.html,no result.I used JInitiator route no use.Things worked fine in Dev2000 R2.1.In OAS when you create a application & a cartridge(forms cartridge) it does not start even if i modify the hosts parameter in the
    application/server config parameters(setting no of servers to 1) why?
    Mahesh

    Sherry,
    Is the cartridge necessary for internet (browser) deployment or
    just from intranet (application) deployment?
    Richard
    Sherry Yang (guest) wrote:
    : Hi, guys:
    : I am deploying forms to the web.
    : Since the base HTML file for cartridge implementation is the
    : same as that for non-cartridge implementation, I really can
    not
    : figure out how the OAS/form server knows if using Cartridge or
    : non-cartridge implementation. (ie: Do I need call the
    : Cartridge in my base HTML?)
    : Your help is highly appreciated.
    : Sherry
    null

  • Reports 6 cartridge will not start (DEV TEAM PLEASE HELP)

    Reports 6 cartridge + OAS 4.0.7.1 on solaris 2.6, RDBMS 7.3.4.4
    all installed in different oracle home problems
    We used to run our reports with the CGI interface and it worked
    fine. Now we try to move to the cartridge implementation and we
    have a problem. We are on solaris 2.6, developper server 6.0
    patch level 4.
    We followed the configuration steps from the oracle
    documentation.
    Now we have the following problems:
    When we try the following url: http://my_machine_name/rwows60?
    Instead of getting the reports help page, we get an HTTP 500
    error. Here is what show in the OAS
    4.0.7.1 wrb.log file for the request (Please note that our
    virtual path is rwows60):
    11-25-1999 09:56:00 274476 produc `Broker` 25820 1
    0x10fff `OWS-04759: No host is available to create Cartridge
    Reports/Reports60Cartridge. `
    11-25-1999 09:56:00 407413 produc `Dispatcher` 25836
    1 0x2fff `OWS-04517: Error indicated by broker in getting cartri
    dges of type Reports/Reports60Cartridge. `
    11-25-1999 09:56:00 416750 produc `Dispatcher` 25836
    1 0x2fff `OWS-04511: Error in grabbing cartridge type Reports/Re
    ports60Cartridge from the subsystem. `
    11-25-1999 09:56:00 447230 produc `Dispatcher` 25836
    1 0x2fff `OWS-04512: Request 5A18372D6944-5145-E000-CEA7BB0964EC
    has internal error due to Error 4511. `
    Any help would be appreciated.
    We also found that there might be an error in the aformentionned
    document: They tell us to put %ORAWEB_HOME%/bin in the Physical
    path for the cartridge virtual path, I think it should be
    $ORACLE_HOME/bin (The oracle home of developper server I mean)
    Any way, both physical path setting give the same result...
    Guy Dallaire, DBA/Sysadmin
    Centre de recherche industrielle du Quebec
    Ste-Foy, QC, Canada
    e-mail: [email protected]
    ORACLE tech support said that DEV Server 6.0 needs to be
    installed in the same OH as OAS 4.0.7.1. I had problems
    relinking and had to install it in its own oracle home. Could it
    really be the problem ?
    null

    Hi,
    Indeed, you did, but I mist it ... sorry it's only because of my French ... hahaha
    You did find the answer to my problem and also the solution ... I kept missing the slide on the side the window of the DVD so I did not think of the extra package and all that time it was there ... How " ........... " (dumb) of me ...
    thank you very much for opening my eyes and for your patience.
    And yes ! X11 is now working... !!! I have been trying for two days ....
    Thanks everyone, I am glad to be in the Apple/Mac Community !
    Andre
    G5 PPC   Mac OS X (10.4.8)  

  • How to host one application using different database connection on OAS?

    Hi,
    Jdeveloper - 10.1.3.4
    Application - ADF/BC
    Oracle Application Server - 10.1.3
    Above our the specifications for our application,
    We have two database schemas different for development and production therfore we have different databse connections for the two,
    we have one application which is in production and enhacements on the same application are done by the development team.
    Since we have two different schemas for developement and prduction we use different database connections for the application on development and production.
    The problem is our Model and View Controller project are same, only the database connection file changes that's why we are able to host only on application at a time on our OAS. This is probably because the URL generated by OAS for developemnt and prodyction application is same.
    Is there a way we can host two instances of the same application with two different database connections on the a single OAS.
    Thanks & Regards,
    Raksha

    Use different deployment profiles each with a different context root for your application?
    See: http://one-size-doesnt-fit-all.blogspot.com/2009/02/configuring-separate-dev-test-prod-urls.html

  • Deploying web application on OAS

    Hi,
    I have created a web application in eclipse.
    It is up and running in tomcat and OAS server on my local system. The host address is given as : localhost
    We also have a development server which is also runs on OAS.
    I have the dev server address/username/password
    I would like to know how to put the web application in the dev server, so that anybody can access it.

    User,
    Nope, not yet.
    Have a look at the release notes for the details.
    John

  • OAS 4.0.8.1 - more wrksf problems?

    Running OAS 4.0.8.1 on Redhat 6.1 (kernel 2.2.14-32)
    There seems to be alot of discussion regarding the "wrksf" service in the latest release of OAS (4.0.8.1). I'm also having trouble getting the "Cartridge Service Factory" to start properly.
    I use the OAS manager to start, with the following results:
    Please wait while the command is being processed on host dev ...
    Starting ORB process...
    waiting for ORB to be ready...
    The command completed successfully on host dev.
    OWS-08821: oassrv process 'oassrv' is started up at pid 6326.
    OWS-08820: Unable to start wrksf process '/usr/local/oracle/ows/4.0/bin/wrksf'.
    Initialization Failure- Exiting OAS...
    Execute STOP of all the OAS Processes from the OAS Manager
    I get the same results if I attempt to start from the command line with owsctl:
    Please wait while the command is being processed on host dev ...
    Starting ORB process...
    waiting for ORB to be ready...
    The command completed successfully on host dev.
    oassrv: Starting wrb service 0
    ConfigProvider Server accepting requests...
    oassrv: Starting wrb service 1
    Log Server is accepting requests now...
    oassrv: Starting wrb service 2
    Web Request Broker (Version: RM 4.0.8 Linux 2.2.12 #5 SMP Thu Oct 14 10:20:28 PDT 1999 01/14/00 16:31:51):
    Accepting requests.
    oassrv: Starting wrb service 3
    The WRB Authentication Host Server is now running.
    oassrv: Starting wrb service 4
    The WRB Authentication Engine is now running.
    oassrv: Starting wrb service 5
    Web Request Resource Manager Proxy is accepting requests.
    oassrv: Starting wrb service 6
    Initializing wrbmon ..........
    oassrv is accepting requests
    OWS-08821: oassrv process 'oassrv' is started up at pid 6508.
    OWS-08820: Unable to start wrksf process '/usr/local/oracle/ows/4.0/bin/wrksf'.
    Initialization Failure- Exiting OAS...
    Execute STOP of all the OAS Processes from the OAS Manager
    I have used the OAS 4.0.7 on Redhat 5.2 successfully with very few problems, but we would like to be able to use OAS on Redhat 6.1.
    Has anyone else experienced this problem? If so, are there any know solutions or workarounds?
    null

    My experience with wrksf, on Mandrake 7.0 (RH 6.1+) is that wrksf starts at first, then bails after about a second.
    I have a couple cartridges installed, C and Perl, and it starts those cartridges up and then fails. I don't get the same error message that you do, but there is an error in the wrb.log:
    `OWS-10911: Throwing exception for reason: wrkpGetProperty 2 `
    `OWS-04793: Operation oracle_OAS_System_CartridgeServerFactory_create_nwreturns exception IDL:omg.org/CORBA/UNKNOWN:1.0 `
    I'm not sure what this is all about, but it does start up my cartridges at first, because I specified a mininum number to start up initially, and a minimum number of instances.
    They just don't come back if terminated, since wrksf isn't there.
    BTW, this is the same error I encountered when, on NT, I compiled a c cartridge with Metroworks CodeWarrior instead of MS Visual C++ v6.0. So I wonder if this has something to do with compiler incompatibility, if wrksf was compiled with a different compiler from the rest of OAS. While compilers don't usually matter for C, they do for C++, and all binaries and libraries must be compiled with the same compiler/linker to work together.
    Just a stab in the dark.
    rob

  • Dev 6.0 with 8i possible ??

    Hi,
    We have a client specified project requirement as follows.
    1. The platform
    System need to work as atypical client server product with
    forms running on all machine (Windows environement).
    At the same time these forms should be deployable on the WEB
    using Oracle Web Application Server.
    2. The versions
    Oracle 8i 8.1.5
    Oracle Developer 6.0
    Oracle Web Application Server 4.0.7
    3. The problem
    a) We installed 8i clients and developer 6.0 client on all
    development machines. The Oracle 8i clients talk to the 8i
    server but the forms 6.0 does not talk to 8i server. We get the
    error message TNS service could not be resolved. I think this is
    because developer does not expect to talk to 8i it expects to
    talk to Oracle 8.0.5.
    b) Same problem for the Application server, while configuration.
    4. (Stupid) Questions
    a) Does Developer 6.0 work with 8i. If yes please take us
    throught the process of configuration.
    b) Is there is any patch available as a solution, give us the
    URL.
    c) To deploy forms 6.0 on web without changing what is the
    procedure ? Any know pitfalls ? Any design issues ?
    This is a strict timeline project, please give us a step by step
    solution if possible or point us in the right direction.
    Thanks in advance.
    null

    Gaurav Garg (guest) wrote:
    : Hi,
    : We have a client specified project requirement as follows.
    : 1. The platform
    : System need to work as atypical client server product with
    : forms running on all machine (Windows environement).
    : At the same time these forms should be deployable on the WEB
    : using Oracle Web Application Server.
    : 2. The versions
    : Oracle 8i 8.1.5
    : Oracle Developer 6.0
    : Oracle Web Application Server 4.0.7
    : 3. The problem
    : a) We installed 8i clients and developer 6.0 client on all
    : development machines. The Oracle 8i clients talk to the 8i
    : server but the forms 6.0 does not talk to 8i server. We get the
    : error message TNS service could not be resolved. I think this
    is
    : because developer does not expect to talk to 8i it expects to
    : talk to Oracle 8.0.5.
    I have oas 4.07, dev 6.0 and oracle 8i and oracle 8.0.x, and
    oracle 7.3.x running together. Your problem is most likely the
    TNSNAMES.ORA file, gather up all the tnsnames.ora, create one
    MASTER copy, and then
    regedit
    hkey_local_machine (dble click)
    software (dble click)
    oracle (single click) so that the right half of the screen is a
    list of keys, then right click on oracle, choose new-> string
    value
    enter the value: TNS_ADMIN
    then <cr> then right click on TNS_ADMIN choose modify, and enter
    the string:
    the PATH of your tnsnames.ora, format is:
    drive:\path
    e.g. for our installation with the file:
    w:\tns\tnsnames.ora
    available to everyone, just enter:
    w:\tns
    in the key value.
    This works EXCEPT for sqlplusw.exe the new client sqlplus that
    comes
    with 8i, this is fixed in 8.1.6 (don't ask oracle, they don't
    know when this is coming out) the workaround is to have an older
    version of plus, plus80w works fine to connect to all the
    databases.
    To check this, run an sqlplus session to each of your databases,
    if you can connect,then you should be able to connect using dev.
    6.0.
    Also, if you read the fine print in the release notes, oas 4.0.7
    will NOT work with multiple oracle homes on the NT. This should
    still be ok, as long as your 8i is remote,
    good luck, holler if you need any further help, and i can send
    you directory listings, and html that works.
    ps, watch out for the forms runform as web, it screws up images,
    but they are ok when run on the real webserver.
    : b) Same problem for the Application server, while
    configuration.
    : 4. (Stupid) Questions
    : a) Does Developer 6.0 work with 8i. If yes please take us
    : throught the process of configuration.
    : b) Is there is any patch available as a solution, give us the
    : URL.
    : c) To deploy forms 6.0 on web without changing what is the
    : procedure ? Any know pitfalls ? Any design issues ?
    : This is a strict timeline project, please give us a step by
    step
    : solution if possible or point us in the right direction.
    : Thanks in advance.
    null

  • WebUtil DLL files location with OAS v10.1.2.3 with Sun Java 1.5

    Question about the future Client (under MS Vista) which works with OAS.
    With MS Vista on the client, the certified versions are:-
    -Clientside: Sun Java 1.5_10 and above
    -OAS: v10.1.2.3 (apparently to be released in March 2008)
    See table and notes at
    http://www.oracle.com/technology/products/forms/htdocs/10gr2/clientsod_forms10gr2.html
    Our application uses Oracle Web Util 1.0.6.
    When this first starts up the server attempts to copy three DLLs (jacob.dll JNIsharedstubs.dll d2kwut60.dll ) to a particular directory (eg c:\program files\oracle\J-Initiator 1.3.1.18\bin ).
    This has been a problem for my company's infrastructure since that directory is not writeable for most end-users. We got round the problem by creating a script run just once by the end-user which placed the DLL files in position before application is first run. The application still tries so copy the files, and fails - but this does not matter.
    In the MS Vista client envt we will have the Sun Java 1.5 client instead of the J-Initiator.
    Is it clear into which directory those three DLL files will be placed with this new client-side setup?
    Thanks.
    Earlier related post: Webutils - controlling where jacob.dll and co are set on client
    Message was edited by:
    user451945

    Hello Jacob,
    Oracle itself can fix the WebUtil issue with downloading DLLs to an appropriate location. However, there's more to running a Forms application on Vista - some of which Sun needs to find a solution for:
    If Vista's User Account Control (UAC) feature is activated - which it is by default and which provides additional security compared to XP - Internet Explorer runs in protected mode, i.e. the iexplore.exe process is started with a LOW integrity level. In Vista every securable operating system "object" is assigned an integrity level - process, files, directories etc. each have an integrity level which can have the values low, normal / user, high / administrator or system. Every process started by a normal user will be assigned normal / user integrity level on process creation and thus is able to access all the files to which the user has access rights. The exception to the rule is Internet Explorer which is started with a low integrity level so if any malware / Javascript / IE extension takes control over Internet Explorer it cannot access any files or directories outside of its low integrity level "jail" because process with a lower integrity level aren't allowed to access any objects which have a higher integrity level. This means any program - including the Java plugin and any applet whether signed or not - which runs inside the iexplore.exe process cannot communicate with any process the user started (think about WebUtil's OLE2 to communicate with Office applications) and it cannot download any files to a user-specified directory (think of WebUtil's download features or even client_textio). Furthermore any processes you start e.g. through WebUtil's client_host command will inherit IE's low process integrity level and thus will not be able to do anything meaningful either. The same goes for your own DLLs which run within iexplore.exe.
    Java 1.6 Update N will change the Java plugin architecture so that the Java runtime will execute in its own process with a normal / user integrity level and communicate with Internet Explorer via IPC instead of running within the internet explorer process. If you need more information look at the early access release of Update N:
    https://jdk6.dev.java.net/6uNea.html#Overview
    I think it would help if you also opened an SR so Oracle support knows there are more customers waiting for a solution.
    Best regard
    Andreas
    Message was edited by:
    leidner

  • DEVELOPMENT TEAM: OAS App-cartdrige doesn't start!!

    Please Developement Team..
    in my configuration(NT SP4,DEV 6 prod.+ Jinitiator 11711,OAS
    4.7.00+ 4.0.7.1.0 patch,Oracle 8.1.5) the static_jinit html work
    fine troght OAS listener.
    But trought html cartridge it doesn't run..
    the message is "Can not service this request, please try again
    later.."
    inside wrb.log i see:
    sagittarius `Broker` 550 1 0x10fff
    `OWS-04759: No host is available to create Cartridge
    test/web_cart. `
    sagittarius `Dispatcher` 445 1
    0x2fff `OWS-04517: Error indicated by broker in getting
    cartridges of type test/web_cart. `
    sagittarius `Dispatcher` 445 1
    0x2fff `OWS-04511: Error in grabbing cartridge type
    test/web_cart from the subsystem. `
    sagittarius `Dispatcher` 445 1
    0x2fff `OWS-04512: Request
    7CEDE6D1D702-C13F-E000-26122BC101BD has internal error due to
    Error 4511. `
    sagittarius `Broker` 550 1 0x10fff
    `OWS-04759: No host is available to create Cartridge
    test/web_cart. `
    sagittarius `Dispatcher` 445 1
    0x2fff `OWS-04517: Error indicated by broker in getting
    cartridges of type test/web_cart. `
    sagittarius `Dispatcher` 445 1
    0x2fff `OWS-04511: Error in grabbing cartridge type
    test/web_cart from the subsystem. `
    sagittarius `Dispatcher` 445 1
    0x2fff `OWS-04512: Request
    7DEDE6D1D702-C13F-E000-26122BC101BD has internal error due to
    Error 4511. `
    ... it seems the catridge doesn't up..WHY??
    On my OAS tree applet ALL application server and http listener
    are green flags, only application tree are all red flags.
    I don't know what to do..
    thanks
    null

    Hi,
    Refer the thread started by you at http://forum.java.sun.com/thread.jsp?forum=17&thread=501024&start=0&range=15#2375485
    There are no duke dollars assigned to your post there ,hence once again a reply to your post.
    -Amol

  • Error creating OC4J instance on OAS 10g

    I just installed Oracle OAS 10.1.2.0.2 on Windows server 2003
    I used my httpd.conf , dadas.conf, rwservlet_properties of my old server and made the hostname change etxc....
    The database and the liststerner seems UP and Running but I can't create an OC4J instance. I have this message :
    The OracleAS Repository API threw an exception when obtaining the connect string to the Metadata Repository
    I'm sure there is something wrong with my installation, I'm a bit new to OAS.
    Here is my ouput of opmnctl status for both INFRA and OAS :
    E:\oas10g\opmn\bin>opmnctl status
    Processes in Instance: oas10g.oas10g-dev
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | N/A | Down
    OC4J | OC4J_BI_Forms | N/A | Down
    OC4J | OC4J_Portal | N/A | Down
    WebCache | WebCache | 3440 | Alive
    WebCache | WebCacheAdmin | 4464 | Alive
    HTTP_Server | HTTP_Server | 4228 | Alive
    Discoverer | ServicesStatus | 3492 | Alive
    Discoverer | PreferenceServer | 4692 | Alive
    E:\infra10g\opmn\bin>opmnctl status
    Processes in Instance: infra10g.oas10g-dev
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | OC4J_SECURITY | N/A | Down
    HTTP_Server | HTTP_Server | 2004 | Alive
    OID | OID | 876 | Alive
    tnsping asdb
    E:\infra10g\opmn\bin>tnsping asdb
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.4.2 - Production on 03-FEB-2
    011 08:43:56
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    E:\oas10g\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = Oas10g0)
    (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = asdb.fqr.gou
    v.qc.ca)))
    OK (0 msec)
    Please help
    Edited by: Jpmill on 3 févr. 2011 06:08

    Are you doing this using the EM GUI? Or using dcmctl?
    Either way, I'd try to remove the lk file that you had (no idea why that file was around - did you do multiple installs on the same box?)
    and then retry the operation.

  • Multiple B2B mid-tier/OAS  sharing 2 B2B schemas/database installs ?

    In order to develop and test a B2B project both sides/trading partners (e.g. like Acme & GlobalChips) are required.
    Is it supported and or possible for multiple OAS B2B installations to point to a single schema?
    E.g.
    (dev) OAS B2B Acme --> [B2B database1 schema 1]
    (dev) OAS B2B GlobalChips --> [B2B database2 schema 2]
    (test) OAS B2B Acme --> [B2B database1 schema 1]
    (dev) OAS B2B GlobalChips --> [B2B database2 schema 2]
    So, 4 OAS B2B installs using 2 B2B database schemas ?

    Hello,
    This is not a suggested configuration, please point test and Dev to different Metadata Repository.
    Rgds,Ramesh

  • Not ablee to start cartridge from OAS 4.0.7

    i have netscape browser 4.0.8 and oas 4.0.7. the installation of
    oas is smooth.. for doing cartridge implementation of forms on
    web i create an application, and a cartridge as specified in
    documentation (oracle dev 6.0 beta). but there seems to be no
    start button for the application. as a result i have the status
    for the application as down allways.
    when i press shift and click on reload button, the save as
    dialog pops up .. please suggest something ...
    the platform is windows nt 4.0 with sp3
    tia
    jojo
    null

    The catridge need not to be started. When you run samples
    attached with the catridges, you can see the status of
    the catridge as running.
    Jojo Thomas (guest) wrote:
    : i have netscape browser 4.0.8 and oas 4.0.7. the installation
    of
    : oas is smooth.. for doing cartridge implementation of forms on
    : web i create an application, and a cartridge as specified in
    : documentation (oracle dev 6.0 beta). but there seems to be no
    : start button for the application. as a result i have the status
    : for the application as down allways.
    : when i press shift and click on reload button, the save as
    : dialog pops up .. please suggest something ...
    : the platform is windows nt 4.0 with sp3
    : tia
    : jojo
    null

Maybe you are looking for