Web Deployment for a 7.3.3 with Developer ?

Hi ,
I would really appreciate some high level help. I am a DBA
consultant working with a University in Dublin. We are
implementing a suite of applications as part of a global program
of System upgrades on a Digital Unix database server with W95/98
clients.
We have purchased several Oracle 7.3.3 forms 4.5 reports 2.5
appilcations. The systems are good but we want to deploy a system
over web which allows mainly enquiry with the option of update
etc later. We anticipate that we will probably develop this
inhouse.
We have 6 developers experienced in Forms 4.5/Reportwriter
2.5/PLSQL etc and it seems to me like the logical step is up
upgrade developer and use this tool.
Initially we will require a fairly straightforward front end , no
fancy graphics etc.
However I want to get a handle on all the technologies available
and evaluate what configuration etc would best suit. At the
moment I am confused with the options and Icannot find a paper
that gives an overview and describes the best option for an
Oraclesite.
Questions ?
Should we migrate data to an Internet database 8i and provide a
web front end against this ?
Should we use Webdb ?
Should we use Jdeveloper ?
What is Jinitiator ?
What sort of configuration ?
Oracle 8i internet database on NT with application server NT
with Web Server NT etc.
(I would prefer not to make the main db server available on the
internet).
Thanks in advance,
Kevin O'Brien.
null

Kevin O'Brien (guest) wrote:
: Hi ,
: I would really appreciate some high level help. I am a DBA
: consultant working with a University in Dublin. We are
: implementing a suite of applications as part of a global
program
: of System upgrades on a Digital Unix database server with
W95/98
: clients.
: We have purchased several Oracle 7.3.3 forms 4.5 reports 2.5
: appilcations. The systems are good but we want to deploy a
system
: over web which allows mainly enquiry with the option of update
: etc later. We anticipate that we will probably develop this
: inhouse.
: We have 6 developers experienced in Forms 4.5/Reportwriter
: 2.5/PLSQL etc and it seems to me like the logical step is up
: upgrade developer and use this tool.
: Initially we will require a fairly straightforward front end ,
no
: fancy graphics etc.
: However I want to get a handle on all the technologies
available
: and evaluate what configuration etc would best suit. At the
: moment I am confused with the options and Icannot find a paper
: that gives an overview and describes the best option for an
: Oraclesite.
: Questions ?
: Should we migrate data to an Internet database 8i and provide a
: web front end against this ?
We are using Oracle server version - 7.2.2.4.0 and Dev2K with
Forms 5.0.611.0 and Reports 3.0.5.10.2. We converted 2 year old
4.5 Forms and 2.5 Reports and it was pretty magical that they
just worked on the WEB with very little difference other than
some font substitution (I got lucky and used Ariel so the
substitution was slightly smaller, but my buddy over there used
MS Sans Serif and the substitution was quite a bit larger causing
him to have to go back to all his forms and pick a better font).
: Should we use Webdb ?
: Should we use Jdeveloper ?
Why, is your stuff so trick that D2k can't deliver the goods?
: What is Jinitiator ?
A plug-in from Oracle that was a little disappointing in the time
it takes to get to the login screen.....probably 6-40 seconds
(their Beta version was faster). I think they are working on that
because they got so many complaints.
: What sort of configuration ?
Not sure what you are looking for here.
: Oracle 8i internet database on NT with application server NT
: with Web Server NT etc.
I would never run an Oracle database on NT. I experienced that
already and would never go there again. We use Sun Solaris.
: (I would prefer not to make the main db server available on the
: internet).
: Thanks in advance,
: Kevin O'Brien.
null

Similar Messages

  • Using MDM Web UI for Tracking Changes in MDM with SQL

    Hi
    Does any one have Step to step document on How to Generate MDM Web UI for Tracking Changes with SQL Server.
    we are using SAP Netweaver Composition Environemnt 7.1,SAP MDM 7.1and Micorsoft  Sql Server 2008.
    I found few blogs and documents in SDN, but all of them were not with Composition Environment Version 7.1.
    Already i activated Change Tracking in SAP MDM Console and i am able to see the changes to Field values in SQL with Select Queries.
    If any one have please forward me.
    Thanks in Advance.
    Thanks
    Sowseel

    Hi
      you can Write SQL query to check below is Example to check
    SELECT [Id]
          ,[EntryType]
          ,[EventTime]
          ,[EventId]
          ,[UserPermId]
          ,[TableId]
          ,[FieldPermId]
          ,[RecPermId]
          ,[AttrPermId]
          ,[QFieldPermId]
          ,[LinkId]
          ,[Rating]
          ,[UserName]
          ,[TableName]
          ,[FieldName]
          ,[RecordName]
          ,[Locale]
          ,[OldValue]
          ,[NewValue]
          ,[SizeRest]
          ,[Rest]
          ,[ParentTableId]
          ,[ParentRecId]
      FROM [PRRepositoryNAME_Z000].[dbo].[A2i_CM_History]
    this query will used in web application where you are implementing change Tracking
    Thanks

  • MDT Deployment for Windows 8 (Sysprep failes with generalization setting)

    Here's my issue...
    I'm trying to capture and redeploy Windows 8.  In of itself, the capturing and deploying works well.  Except for one thing, I can't default the desktop nor can I default the Start Tiles for the start tiles.  Upon a visit with Microsoft and
    confirmation of a few colleagues, I tried the tutorial listed here, http://msdn.microsoft.com/en-us/library/jj134269, using method 1 the copyprofile.
    I have this set up for the unattended on the MDT deployment, but my problem is the issue that I'm running into which is the failure in sysprep running the /generalize tag.  Whether I use OOBE or Audit results in the same thing.  I have built a
    couple of fresh images as well and sysprep keeps failing.  I've attached the error log below.  So far research has come up with nada, so I can't even getting started on troubleshooting the error. 
    Here's the error log below.
    2012-10-03 14:36:09, Error                 SYSPRP Package Microsoft.VCLibs.110.00_11.0.50727.1_x86__8wekyb3d8bbwe was installed for a user, but not provisioned for all users.
    This package will not function properly in the sysprep image.
    2012-10-03 14:36:09, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.
    2012-10-03 14:36:09, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
    2012-10-03 14:36:09, Error      [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
    2012-10-03 14:36:09, Error                 SYSPRP ActionPlatform::ExecuteAction: Error in executing action; dwRet = 0x3cf2
    2012-10-03 14:36:09, Error                 SYSPRP ActionPlatform::ExecuteActionList: Error in execute actions; dwRet = 0x3cf2
    2012-10-03 14:36:09, Error                 SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
    2012-10-03 14:36:09, Error                 SYSPRP RunPlatformActions:Failed while executing SysprepSession actions; dwRet = 0x3cf2
    2012-10-03 14:36:09, Error      [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
    2012-10-03 14:36:09, Error      [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize internal providers; hr = 0x80073cf2

    Did you ever figure out how to make this work?
    I have the same problem with my Win8 64 image -- as soon as I installed the 11 Microsoft Metro app updates from "Store", I can no longer sysprep my image without getting the same "fatal error" (with the exact same log -- except for a different "Package"
    listed):
    2012-10-10 15:58:47, Error                 SYSPRP Package Microsoft.WinJS.1.0_1.0.9200.20512_neutral__8wekyb3d8bbwe
    was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
    2012-10-10 15:58:47, Error                 SYSPRP Failed to remove apps for the
    current user: 0x80073cf2.
    2012-10-10 15:58:47, Error                 SYSPRP Exit code of RemoveAllApps thread
    was 0x3cf2.
    2012-10-10 15:58:47, Error      [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing
    'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
    2012-10-10 15:58:47, Error                 SYSPRP ActionPlatform::ExecuteAction:
    Error in executing action; dwRet = 0x3cf2
    2012-10-10 15:58:47, Error                 SYSPRP ActionPlatform::ExecuteActionList:
    Error in execute actions; dwRet = 0x3cf2
    2012-10-10 15:58:47, Error                 SYSPRP SysprepSession::Execute: Error
    in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
    2012-10-10 15:58:47, Error                 SYSPRP RunPlatformActions:Failed while
    executing SysprepSession actions; dwRet = 0x3cf2
    2012-10-10 15:58:47, Error      [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry
    sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
    2012-10-10 15:58:47, Error      [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize
    internal providers; hr = 0x80073cf2
    The app updates are *coming from Microsoft* -- so why would I need to provision them (according to that article?)  
    This seems like a bug...
    (The workaround, of course, is to just not update Metro apps on my main image, but that seems rather silly to not be
    allowed to do that...)

  • Fulltext search in web UI for CRM 7.0 - problem with language

    Dear CRM gurus.
    We have already set the fulltext searcing using TREX server. But when we want to search business activities or opportunities under the Czech language login, the system shows no results. But when I log in in the English, the system works! Where can I set anythink to solve this problem. Does anybody know?
    Thank you for any help.
    Regards,
    Petr Syka

    Hello Petr. I want to ask you about your problem (described in this post) Have you solved it?
    I have the same problem but with russian language. And I want to ask you to help me...

  • Web Deployment Frustrations

    Post Author: rbroersma
    CA Forum: Deployment
    Hi, if this is overly simple I appologize.  This is my first crack at a web deployment w/ crystal reports.  I am developing a web site in .net 2005 (vb.net).  I have crystal reports XI rel2 installed on my laptop as well.  I have verified that my .net install is looking at the CR X1 rel2 install that I have by going to help/about w/in .net and i see it in there.  My application works fine locally on my laptop, but when I copy it over to the web server.... no luck.  I have tried multiple things, the last being a tutorial i found online that looked promising (instantcrystal.net).  This tutorial had me download the latest msm files from here, then add them to my site and set the keycode property w/in the msm properties to the keycode of my CR XI rel2 install (which i found from doing a help/about w/in Crystal).  Everything worked just as the tutorial described, I created my setup and msi files, copied them to the web server, installed them.  and still no luck.  Guess I'm just wondering what I need to do to get this to work.  Do I need to install Crystal on my Web server?  That seems like a waisted license.  Anyway, any help would be appreciated.
    Thanx,
    Ryan.

    Post Author: jeni
    CA Forum: Deployment
    Hi,  I've seen the guide at instantcrystal.net and I've seen a similiar problem.  If you look in the aspnet_client folder under the 2. something version ... do you eventually see the crystalreportviewers115 folder?  In my case I was installing this on a sub web on a machine I had already deployed to with another app.  It messed up something and my virtual web didn't have the subfolder ... I fixed by creating the path and adding a virtual directory  for the crystalreportviewers115 which mapped to the actuall application install location.  Gave it script and executable rights and it worked like a dream.  Seems to be a Crystal multiple install bug with virtual webs more than anything.

  • How to develop Web Dynpro for Java and run it locally

    I want to learn Web Dynpro for Java but still struggling with the running it locally in my PC. What software do I need to install in my own PC in order to do that? I have NWDS in place and I can write the code and compile it already. Thanks!

    Hi Anthony,
    You need to have SAP Web Application server  (SAP WAS) to run all the webdynpro applications. WAS can be installed either on your local system or on a server which can act as a central server.
    You can download WAS from SDN, which is a trial version. Check this link.
    http://www.sdn.sap.com/irj/scn/nw-downloads
    For checking the minimul system requirments for installing WAS please check the PAM (Product Availability Matrix).
    I hope this solves you issue. Please revert back in case you need any further information on this.
    Thanks and Regards
    Pravesh

  • How to read a comma separated file in web dynpro for java?

    Hi,
    I am new to web dynpro for java, i am trying to develop an application where i am uploading file which is a comma separated file i need to read the content of it and then call an rfc  pass those values to it. i have created the ui for the afforesaid.
    How do i read the content and call the RFC please help
    Thanks

    Hi Anumeha,
    Perhaps your question can be answered in the Web Dynpro Java .
    Thank you.
    Regards,
       Jan

  • Oracle*Terminal configuration problem for Web deployment

    Hello everyone!
    I am a novice in using Oracle Forms 6i. I installed a Forms 6i Developer and Server at Windows 2000, the same machine where 8.1.6 Server is running (of cource I installed DB server and Developer in different Oracle_Home's).
    Everything seems to be going well while trying "Client-Server" model. But I can not suceed in deploying forms to the Web. For example when I try "Run a form on the Web" standard option, after I try to run a standard test form (test.fmx), I get another Browser (IE5) window opened, then an applet loads and after that I get a Java-form inside of IE5 window with red bell picture and an error message: "Error while opening Oracle*Terminal file fmrweb."
    Can anyone help me with an advise what to do in such situation?
    Thank you in advance
    Alexander Ilin

    I can't answer the specific problem about the test, but the resource file is set up as follows:
    The html file that invokes the Forms applet has a server argument showing where the terminal key-mapping file is stored on your forms server. In your case it appears to be looking for fmrweb.res and can't find it.
    Take a look at the html and find the path it is using to look for it (I think you'll find this in the ServerArgs parameter). Then make sure the file is there on your Windows 2000 server.
    If it isn't there, do a search for it in the server's Oracle_home directory, and then copy it to the directory where it is expecting it. Along with fmrweb.res, you can also use fmrpcweb.res - just replace fmrweb.res in your html file.
    Hope that helps.

  • FORMS 6i WITH OLE ON WEB DEPLOYMENT

    We have been using forms-6i with OLE container (to use MS-Word document) under the client side deployment of the application . Now We want to use this application under the WEB (using Forms Server) , as under WEB deployment OLE is not supported , so what is the solution for the same . In case only solution for this problem is BEAN based solution then can any body help me with a sample code for doing the same .
    I am looking any suitable solution for this problem with a sample code if possible .
    Please help me
    Regards
    Babhru Vahan Mittal
    null

    http://www.nevaobject.com/java/javadde/jddemain.htm
    try this one, if you got a solution please mail me.
    Thank you very much

  • Implementing X509 installed in web server for service deployed in weblogic

    I need some advise on what I am doing is the right way of implementing one way x509 certificate.
    1.JWS file is created using wsdlc ant task and deployed in weblogic 10.3.0 with no security policy annotations.
    2.Installed Verisign certificate in Sun One Java server and enabled SSL and added some configurations to redirect webservices request to weblogic server
    3.Created client and added -Djavax.net.debug=all as VM argument and verified the Sun One Java server verisign certificate details in the logs.
    So far there is no issue but today I was reading about security policy file and I don’t know whether I am missing that in the webservice class or not. But because I can verify the certificate data from webserver I am thinking x509 certificate is installed and my webservice is using that certificate. Am I right?
    Can someone point out if I am missing something and let me know the details on the same? Thanks

    I meant @Policy(uri = "policy:Wssp1.2-2007-Https.xml") Also I read this article which is talking about the policy file http://chrismuir.sys-con.com/node/1075471/mobile
    Couple of questions:
    1. As I said in my last thread, since Verisign certificate is installed in the web server, I can view the certificate details in the browser for any https requests to that server instead of just for this webservice request. How to block/filter other requests from using the certificate when involed using https?
    2. When do we need policy files?
    Edited by: user8115570 on Feb 6, 2012 2:55 PM

  • How relevant is Java Applet technology in 2006 for wide web deployment?

    How relevant is Java Applet technology in 2006 for wide web deployment?
    I'm developing a website which requires deployment Internationally to as many users as possible. Many people advise to stay away from Java applets, others say only use Java 1.1 (AWT limitation), some say use Flash, others say stay away from applets and plugins altogether.
    Of course it depends on the content. I have interactive 3D content currently powered by Java 1.1 applet BUT I have been using Swing to introduce custom GUI functionality but which I know may limit compatibility. I'm torn by this whole debate and what impact it will have on the relevancy of my website.
    How many users out there have browsers that will cope with my content?
    Then there's the issue of all the various different browsers nowadays. I'm testing for IE and Netscape on Windows platform, but what about other browsers and OSes on other platforms? I notice that some websites have a page with tables to show users what browser is and is not compatible with their web content. How far must a web developer go to test all these things exhaustively?
    Then there's the issue of a 16MB download for the latest Java plugin if a user's system is not up to date. Can all modern browsers handle Java even with the latest Java download?
    Or should I just tell the user to get a compatible browser? Another 10-20MB download, depending.
    Or how about Flash? That reportedly has a vast International deployment base, but do I need to pay for a Flash editor / IDE / compiler? So far I've been using freeware (HTML, Java, NetBeans, PHP, MySQL, PNG images) to achieve excellent results within my ludicrously limited budget. The Flash Player is only a 930KB download, and that is quite user friendly even if I must tell a user to get the latest version � only 2 minutes download on a 56K modem or about 15 seconds on DSL followed by a 2 second really easy install.
    Look here to see where Java ranks against Flash and others :
    http://www.macromedia.com/software/player_census/flashplayer/
    I know Java. I use it for apps and now applets. I get it to communicate with my server's PHP and MySQL. It works well on my machine, but will my applets work for millions of users world wide with few technical problems? Looking through Java forums I see developers struggling with Java Applets in Safari on OSX but not on Windows. Then another has problems with Applets in IE on Windows but not on Netscape. Then one browser struggles with key events . . . it's like a mine field out there and I'm struggling for clear direction.
    Microsoft's support for Java has been poor. If I depend on Java Applets now and for the next year, then will they still be supported 3 or 5 years from now? Or will I have to write off this investment in Java development effort and then switch to something else? Or switch to something else now?
    Does Sun Microsystems somewhere reveal how ubiquitous their JVM deployment is?
    Perhaps I'm totally misinformed, but Java Applets seem to be dying out. I'd really love to hear from other active web developers out there doing stuff for wide deployment to mass markets.

    Since my zwebsite is already using Java 1.1 for 3D visualization I've decided to standardize on Java 1.1 to gain maximum browser compatibility. To add another technology like Flash at this point may just complicate matters, especially for me.
    I'm now converting my Swing GUI to AWT. It wastes a lot of time, but the effort should be worth it in terms of the deployment success rate - in theory at least :-)
    Just imagine if Java 1 had Swing . . . dream on!
    In the deployment stats noted in my first post on this thread they state that Java has 86% world wide desktop deployment. Problem is that I bet that figure only relates to Java1. I wonder what pathetic percentage is true for Java2?
    Regarding the use of Java for content rich dynamic content for world world wide web browser deployment . . . I'm rather disillusioned at this point. It seems for this application Java is stuck indefinitely at Java1 and the cool things they developed after that cannot be used effectively. Please note that I am ONLY referring to wide browser deployment. For stand-alone apps and targeted web deployment (where you can reasonably expect your user to upgrade his/her system for a good reason) Java is still very cool.
    As for Java WebStart: I can see the uses for it, but it just does not fit into the browser application where the general public enter your web pages and see cool content inside the essential context of your webpage. This last point is vital for any serious web site. If the object of the site is to deploy a useful app to the user (like a forex trading front-end with GUI) then use Java WebStart by all means.
    After this website, I'll invest in Flash. I'm sure Flash is not without its share of issues, but it has 97% deployment of nearly the latest versions and user download/upgrade is under 1MB. On top of that it does not seem to suffer from corporate relationship woes like those between Sun and Microsoft.
    After all, Flash is labelled as a 'player' and not a Virtual Machine. Mass users out there want to play rather than know about complex and bulky IT stuff.

  • Deploying application to the web with Developer Server

    Hi everyone,
    Does anyone out there has any notes or step-by-step configuration
    guide on deploying application on the web with Developer Server
    only (not with OAS)? I know that you can use it with Microsoft
    IIS 3.0 or 4.0 (as the web server) but don't know how to set it
    up. Appreciate if someone out there could help. Thanks.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pedro Diaz Robles ([email protected]):
    I need exeperience comments and guidelines experience for deploying Forms in the WEB.<HR></BLOCKQUOTE>
    Be more specific !!

  • What 2 do with 6i reports 4 web deployment?

    hi Dear!
    What 2 do with 6i reports 4 web deployment?
    because i m biginner 4 web deployment (web publishing)reports.
    What should i do 4 immediatly getting started with reports?
    Can any body give me the idea or any concise document about this?
    Thanks
    Rana Adnan

    Usually you don't have to do anything. Your rdf or rep files can run both in client server or web mode.
    Go to OTN for tons of info on the subject, e.g. http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm

  • Can I Design a Forum with using web dynpro for java?

    Hi All:
        Can i design a forum with using web dynpro for java?
        I want to design an application like a simple forum which maybe has many replies.So if i use
    the UI technology "web dynpro for java", i will to create UI elements dynamically.How can i control this
    dynamical UI elements to keep layout ?

    Hi,
    yes you can do that....
    for exaple if you observe SDN...
    you can imagine like....
    A big Transparent Container(TC)....
    Inside that number of other TCs(depending upon the question nd its replies...)....
    In side each TC, again around 9 UIElements....
    one for menioning what is the question/reply?
    other for your description of question/reply...
    other for your name,
    displaing your fourm point... etc...
    So it will be
    for(loop till your (Question+No of replies))
    Create Transparent Container....
    Add Childs to the Container...
    Decide your layout....
    In case if you want to know how to create UIElements dynamically....
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/07cf3dd28b5610e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/dynamic%2bui%2bgeneration
    Regards,
    Srinivas.
    Regards,
    Srinivas.

  • I am using OSX 10.9.5 and Outlook Web App for emails. When I download an attachment it replaces the space in the file name with   - how can I change this?

    I am using OSX 10.9.5 and Outlook Web App for emails. When I download an attachment it replaces the space in the file name with %20  - how can I change this?

    Click on the below link :
    https://get.adobe.com/flashplayer/otherversions/
    Step 1: select Mac OS  X 10.6-`0.`0
    Step 2 : Safari and FIrefox
    Then click on " Download Now"  button.

Maybe you are looking for

  • Ideas for flights partner application problem

    Hi! We got problem with trying to configure flights demo partner application. URL: http://orawat5/servlet/flights/ Error code below: An error has occured in this Application oracle.security.sso.enabler.SSOEnablerException: oracle.security.sso.enabler

  • CSA MC 6 - How can I create an SSL Certificate that points to a name other than the hostname?

    I have just installed CSA MC 6.0.2.  My company has a bunch of customer's that are on different domains.  We are all linked through VPN tunnels and would like to have all the agents point to a specific URL for updates rather than the hostname of the

  • Error When creating a new Global Calculated Key Figure or RKF

    Hi, Coming across this problem with NW2004s BI 7 query designer. When i create a new CKF or RKF with the query designer, i get a error message. Currently the SAP GUI is on SP 8 and the problem exists after applying the collective note recently releas

  • No luck with LOM

    I am having no luck with lights out management. I'm running on the new Xserve line. I configured LOM in the Server Monitor tool. I gave the LOM a static IP based on the ethernet ID it gave. I then opened up server monitor on my Mac Pro and plugged in

  • Java won't update - A newer version is already installed

    Hello all, I'm operating on a MacBook Air that i recently updated to OS X 10.9.2. Along with the update, Java 7 was installed. I need to have Java 6 Update 20 installed to use some programs on this computer for work. I've gotten the files to install