Apache installation query

Hi i want to install apache server locally on win 2000 and connect this too a digital unix box that has oracle 8.1.6 version.I want to use the sdoapi package so i can query oracle spatial objects.Is this possible ? I know that oracle 9i has the apache server installed internally but i currently using an earlier version.

The connection you have to use for the sdoapi is a JDBC connection. It depends only on a Java virtual machine and an oracle JDBC driver and is not dependent on Windows or on Apache. Jou may use sdoapi in a client server application as well.
If you want to display geografical information in a browser with sdoapi you may consider reading somethig on Java Servlets and Server Pages and on a server: Jserv to be used with Apache, Tomcat (also from apache.org) or OC4J (Part of Oracle's Application server).
You shold look also on Oracle's mapviewer. It's a nice tool...
Uwe

Similar Messages

  • Final cut server-Test Page for Apache installation comes up when IP put in

    I have installed Final Cut Server on our Mac Pro Running OSX Leopard. Installation succeeded, but when I type in the IP address of the server in safari, the "Test Page for Apache Installation" comes up. This happens on every computer on the network. I need the client installation window to come in order to install the client. What am I missing, what settings need to be changed?
    Would greatly appreciate some help.
    Thanks

    So when you type in the URL your using this format http://hostname/FinalCutServer, where hostname is the IP address or name of the computer on which you installed Final Cut Server? Especially the "FinalCutServer" part.
    o| TonyTony |o

  • .htaccess files with MAMP + ORIGINAL Apache installation

    I installed MAMP on my MacBook Pro, and it set up phpMyAdmin quite nicely, but everything else has been a disaster. Though I can't connect to my databases with Dreamweaver, so I have to link to my online database. Similarly, working with MAMP's Apache installation kills my virtual hosts - and troubleshooting that is WAY over my head.
    So I'd like to emulate other MAMP users who have decided to stick with the original Apache installation. My big goal is to simply get my .htaccess files with mod-rewrite rules to work.
    According to this article...
    http://rexselin.wordpress.com/2006/07/28/making-mod-rewrite-and-htaccess-work-on -mac-os-x/
    ....htaccess files don't work on Mac's unless you do the following:
    1) Open the httpd.conf file and uncomment these three lines:
    #LoadModule rewrite_module modules/mod_rewrite.so
    #AddModule mod_rewrite.c
    #AccessFilename .htaccess
    The 2nd and 3rd lines were already uncommented. The closest I found to the first line was the following, which was also uncommented:
    LoadModule rewrite_module libexec/httpd/mod_rewrite.so
    I left it alone.
    2) Change "AllowOverride None" to "AllowOverride All" in both the httpd.conf and /private/etc/httpd/users/MyName.conf files.
    I did this in my httpd.conf file, but if I do it in MyName.conf, it kills my virtual hosts.
    3) Restart Apache.
    Can anyone tell me what to do next? I copied some code from my Apache error logs below, in case it includes any tips. However, most of the more recent errors were probably logged when I was using MAMP's Apache program, so it might be worthless.
    Thanks!
    [Sat Mar 24 20:32:22 2007] [notice] Digest: generating secret for digest authentication ...
    [Sat Mar 24 20:32:22 2007] [notice] Digest: done
    [Sat Mar 24 20:32:22 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    [Sat Mar 24 20:37:40 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:42 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:47 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:49 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:54 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 21:02:31 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:41:08 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:44:16 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 00:44:16 2007] [notice] Digest: done
    [Sun Mar 25 00:44:16 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:47:46 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:47:53 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 00:47:53 2007] [notice] Digest: done
    [Sun Mar 25 00:47:53 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:51:32 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:51:37 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 00:51:37 2007] [notice] Digest: done
    [Sun Mar 25 00:51:37 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [I deleted a bunch of stuff here...]
    /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 12:44:40 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 12:44:46 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 12:44:46 2007] [notice] Digest: done
    [Sun Mar 25 12:44:46 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    [Sun Mar 25 13:26:37 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 14:26:12 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 14:26:18 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 14:26:18 2007] [notice] Digest: done
    [Sun Mar 25 14:26:18 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations

    Please ignore this thread. I finally stumbled over the problem - a line of sloppy code in my httpd.conf was apparently creating some interference. Thanks!

  • Mountain lion installation query

    Friends,
    I have a MacBook Pro which came with snow leapord. Then I upgraded it to oS X Lion.
    This new installation happened over the existing OS, that was snow leapord. 
    Now with new oS update which is coming today, I'm sure it will be installed on Lion. Which means a lot of junk from snow leapord and Lion will remain in the MacBook which would make it even slower then now.
    My query is, can we just format the Mac disc and install fresh mountain lion? If, yes, how?

    If your machine came with the Snow Leopard install disk, you can just boot to your installation disc, erase your hard drive and reinstall Snow Leopard. Then make sure that you do the combo 10.6.8 update and you'll be ready for ML. Make sure that you have a backup, of course, before erasing your hard drive.
    Honestly, I wouldn't be worried about any 'left over' files from previous operating systems. Those will be erased or overwritten by the new version of OS X. There really won't be any 'junk' files. If you have extensions, etc., that are incompatible with ML, they will be placed in a folder on your root directory.
    If your machine is slow, it's probably due to other problems than the OS. If I were you, I'd just do the ML upgrade and if your machine is still running slowly report back here.
    Good luck,
    Clinton

  • Reinstall/repair Apache Installation from base system

    Hi,
    I use Snow Leopard and I was not aware of the fact that php and apache2 comes with the base installation. I delete now some .so files like /usr/libexec/apache/modauthnfile.so, so I'm not able to start apache anymore.
    How can I reinstall apache so that the deleted files will be restored?
    Thanks for help,
    Matthias

    Hello,
    Option 3 (advanced): Use the command line and the fsck_hfs -l command.
    Start up your computer and log in as an administrator.
    Open Terminal (/Applications/Utilities).
    At the prompt, type the following command and then press Return to determine your filesytem ID:
    df -hl
    Look for some lines of text that look like this:
    Filesystem     Size   Used  Avail Capacity  Mounted on
    /dev/disk0s3    37G    20G    17G    55%    /
    /dev/disk0s5    37G    37G   641M    98%    /Volumes/Storage
    Make a note of the first "disk" name that appears after /dev/, such as "disk0s3." This is your filesystem ID for your startup volume.
    At the prompt, type the following command and then press Return:
    df -hl
    Then type the following command, where "disk0s3" is your filesystem ID you noted in step 4, then press Return:
    sudo fsck_hfs -l /dev/disk0s3
    When prompted, enter your admin password, then press Return to begin the verification.
    You should see messages like these during the disk check:
    ** /dev/rdisk0s3 (NO WRITE)
    ** Root file system
    ** Checking HFS Plus volume.
    ** Checking Extents Overflow file.
    ** Checking Catalog file.
    ** Checking multi-linked files.
    ** Checking Catalog hierarchy.
    ** Checking Extended Attributes file.
    ** Checking volume bitmap.
    ** Checking volume information.
    ** The volume Macintosh HD appears to be OK.
    http://support.apple.com/kb/ts1417

  • Help please with apache installation problem!!!

    1)I installed Oracle9i Enterprise Edition.
    2)I installed Oracle9iAS standart Edition in separate Home.
    3)Apache HTTP and SSL server servicecould not start.
    I've got 3 errors:
    1.The Apache service named C:\ORACLE\iSuites\Apache\Apache\Apache.exe reported the following error:
    [Wed Aug 22 16:18:53 2001] [error] (2)The system cannot find the file specified: RegQueryValueEx(key System\CurrentControlSet\Services\OracleiSuitesHTTPServer\Parameters) <<<before the error.log file could be opened.
    More information may be available in the error.log file. .
    2.The Apache service named C:\ORACLE\iSuites\Apache\Apache\Apache.exe reported the following error:
    Syntax error on line 14 of c:/oracle/isuites/apache/apache/conf/mod__ose.conf: <<<before the error.log file could be opened.
    More information may be available in the error.log file. .
    3.The Apache service named C:\ORACLE\iSuites\Apache\Apache\Apache.exe reported the following error:
    AuroraService - directive already in effect for this Server <<<before the error.log file could be opened.
    More information may be available in the error.log file. .
    What do I wrong or what do I need to do?
    Thank you in advance
    Alex

    It looks like you have done an installation into a directory that previously contained 9iAS too.
    Look for a file named oracle_apache.conf. It is likely that a line with mod__ose.conf is mentioned twice - remove one line. Save the file. This will solve part of the problem.
    What leaves, your error "1" might indicate that the service was not created because during your prev install it was not removed correctly.
    The installation might contain more errors. Consider uninstalling the software, remove the ORACLE_HOME and services and do a reinstall...

  • Tomcat-Apache Installation

    anyone around here who knows how to set-up tomcat as a plug-in to apache, please???
    i could not set it up! i followed the installation manual but still i couldn't make it work.
    please share your knowledge. thank you!

    Hi,
    More notes.
    TOMCAT_HOME = c:\jakarta-tomcat-3.3-b1
    JAVA_HOME=c:\jsdk1.4.0
    Apache_1.3.20
    Install tomcat from winzip
    Install Apache from win installation
    Install mod_jk from mod_jk.zip into Apache/modules directory
    as c:\Program Files/Apache Group/Apache/modules/mod_jk.dll
    set TOMCAT_HOME and JAVA_HOME if not already set
    set PATH=%JAVA_HOME%\bin;%PATH%
    In Win98 do this to the config.sys file to deal with environment space problems.
    SHELL=C:\COMMAND.COM /E:4096 /P
    In the Apache/conf/httpd.conf file add this line at the end of the file
    include c:/jakarta-tomcat-3.3-b1/conf/auto/mod_jk.conf
    In the tomcat\conf\server.xml file ensure the last three lines of the files are
    <ApacheConfig modjk="C:/Program Files/Apache Group/Apache/modules/mod_jk.dll" />
    </ContextManager>
    </Server>
    In tomcat\conf\workers.properties either edit these lines or remove the # comment
    workers.tomcat_home=c:\jakarta-tomcat-3.3-b1
    workers.java_home=c:\j2sdk1.4.0
    ps=\
    Stop Apache and Tomcat
    Restart tomcat then Apache
    In Win98 do this to the config.sys file to deal with environment space problems.
    SHELL=C:\COMMAND.COM /E:4096 /P
    best,
    kev

  • Default Apache installation

    In Snow Leopard, where is the default installation of Apache? Long ago I downloaded a binary version of Apache 2 and now I have two versions of Apache on my drive, and they each have needed files in different places.
    I THINK the default install is in private/etc, but am not sure if this is supposed to be the Server Root in the httpd.conf file.
    I'm trying to get Apache to broadcast to the Internet (NOT just to localhost) as I had it, but these two versions have me confused.

    mistersquid wrote:
    I figured someone who knows enough to set up an Internet-facing machine will know enough about running a server to avoid some of the problems you enumerate.
    I'm not so sure.
    Security is a valid concern but it's not like an Internet-accessible server that is not a daily use machine requires less thought than one that is a daily use machine.
    It requires more thought and thought by someone who does that sort of thing for a living. A real web server needs to be run from a hosting company by people who know what they are doing and have a few thousand sites just like yours. I know those kinds of webserver details are not what I want to deal with.
    Plus, if you run your own server, there is temptation to hack it just to run just the way you want. You usually won't have that kind of full control in a shared environment.
    The build-in Apache with default settings that Apple gives you is more than enough for most web sites. Anytime someones admits to hacking up Apache I have to ask why, because they probably don't need to do that.
    On another note, I hope you get a chance to squeeze a nap in today.
    No such luck today. Maybe tomorrow. Boy do I need one!

  • Apache Installation - Reinstall/Restore

    i was moving a couple of things around on my machine and made the enormous mistake of deleting my version of Apache on my system. i'm running 10.4.11 and all i want to do is figure out how to restore/reinstall Apache so that i can run my my local web server.
    any ideas as to how i can approach this.
    thank you for any help.

    I've tried a handful of reinstalls of various versions and I can't get anything to work properly.
    I'm not sure if it's because they aren't the right versions or something else to do with the install. Each time I've tried, I still can't start the Personal Web Server through the Sharing preferences.
    I've also followed several installation tutorials, but nothing seems to work either. Any ideas or instructions to possibly get things back on track?
    thanks.

  • SRM 7.0 and SRM MDM Installation query

    Hi,
    I have installed Both AS ABAP and AS JAVA Stack separately and going forward I need to know
    1) Do I need to install any other servers other than this like EP and PI etc?
    2) I also wanted to install SRM MDM, for that I have gone through some documents and threads and found that
    Prerequisites
    1. SRM Server- Installed with ORACLE database
    2) For SRM MDM
    Ø        Download the SRM-MDM Catalog 2.0 installable from Market Place-- Done
    Ø         Install the MDM Server and other GUI Clients--Done
    Ø     UnArchive the SRM-MDM repository available with the installables only
                         Need help for 
                 . Not able to find DBMS server
                 . User
                   . Password for DBMS setting
    Ø      Deploy the two SCA files - MDMJavaAPI and SRMMDMCAT on WAS and restart the Portal- Done
    Ø        Access the Config UI by using the URL http://:/SRM-MDM/SRM_MDM and change the layout as per the requirement. In this you can specify the fields to be displayed for Search, type of UI etc for the particular user
    . Where I can get the "Port"
    Will follow the below steps once the above issues are resolved
    *Create the Web Service in SRM system and specify all the required
    parameters. You should get the SRM-MDM configuration guide from Market
    Place.
    *Change the Org Plan in SRM to assign the Catalog to the SRM users.
    *Login into EBP and select SHOP, you should get the SRM-MDM Catalog link
    if all the configurations are there in place.)
    3. Web Application Server
    > Is seperate  WAS required even after installing SRM AS JAVA stack, if yes what to install
           4) In the market place I have found that SRM MDM install.exe and in that there are two options to execute. Install MDM
               . Install SRM MDM
              Do I need to  install both or only one or is this not required, if I install SRM MDM my question is what is the use of     
              the above point 2 steps process  this one
             Thanks,
              Jairaj
    Edited by: M Jairaj on Feb 3, 2010 3:43 PM

    Hi,
    > I have installed Both AS ABAP and AS JAVA Stack separately and going forward I need to know
    >
    > 1) Do I need to install any other servers other than this like EP and PI etc?
    >
    As you have already installed Java stack then it will be your EP. You don't need PI for SRM MDM.
    > 2) I also wanted to install SRM MDM, for that I have gone through some documents and threads and found that
    >
    >                      Need help for 
    >
    >              . Not able to find DBMS server
    The DBMS Server property defines the network identification string of the DBMS instance / machine / server that is used by the DBMSspecific client on the MDM Server machine to connect to the DBMS. The brand of DBMS on which the repository is running is shown in the DBMS Type property.
    NOTE ►► When you mount two MDM repositories with the same name (but located on different DBMS Servers) on the same MDM Server, MDM distinguishes them in the Console Hierarchy pane by appending the name of the DBMS Server in angular brackets to the repository name (e.g. u201Crepository <server>u201D).
    >              . User
    >                . Password for DBMS setting
    >
    ent. In this you can specify the fields to be displayed for Search, type of UI etc for the particular       user
    >      
    >       . Where I can get the "Port"
    >
    Note 1414670 - MDM 7.1: Adjusting MDS port in MDIS and MDSS ini files
    Check SAP Note 1077701 - SRM-MDM Catalog - FAQ
    >        4) In the market place I have found that SRM MDM install.exe and in that there are two options to execute. Install MDM
    >            . Install SRM MDM
    >  
    Check installation guide for this.
    Thanks
    Sunny

  • SAP DMS server installation Query

    Guys,
    I would like to share my plans on DMS server installation under DEV,Quality,prod stage and requesting you all to validate and send me any comments if I am wrong anywhere.
    -        We have 1 external DMS server of (250Gb capacity)
    -     We are now in realization phase, As we know that we have 3 servers namly Development, quality and production server.
    -     In Development Server we do Baseline DMS customization
    -     In Quality server we do Integration testing
    -     There will be as external computer with harddisk capacity of 80 GB,I will Install Content server CD and make that 80GB hard disk as content server for storing the documents, create content repository and store the documents which are to be tested under both development and quality server stage(Note : we can use SAP database for both testing purpose but If we load huge data there,it will slowdown the server drastically)
    -     During the production server install the DMS server (250 gb) and define the content repository config under production server and start storing all the fresh document
    -     Note: Since the tested documents are stored in local PC we can avoid all the tested documents under quality stage only,once the DMS server is installaed in production server we can freshly load the documents.
    -     Note: I knew I have to install twice the Content server cd(once with 80 GB local hard disk and later with External DMS  server)
    This is how I planned, I request you to highlight the pain areas by this method else give me the confidence of how I planned?
    I appreciate for immediate solution; also how does Kpro comes into picture here.
    Points will be rewarded for sure.
    Regards,
    Murali.S
    DMS consultant

    Hi Murali,
    As per my understanding you want to keep a Temporary Content Server for your Dev & QA system but a full fledge 250GB Content server for Production.
    This is a Good method you are following, i.e. when you go for production you will not have any junk data, you will be loading only fresh data (originals) into it.
    There is nothing harm or pain in doing this, only thing is you have re-configure the Content Repository and Category in Production System (SAP).
    Your Basis person has to open Production System for doing this Settings (Defining Content Repository and Content Category with Port, HTTP, etc)
    Document Area to be ensured in each client at any point of time, Physical machine, IP address, Port etc.
    You can maintain a Excel sheet with a following Columns:
    <b>Client, Content Category, Content Repository, Document Area, Physical Machine, IP Address, Port.</b>
    For Transaction OACT & OAC0.
    Rest your method is fantastic.
    Best Regards
    Rehman
    Reward Your Points If satisfied.

  • Windows 8.1 installation query

    I have a original activated version of windows 8...
    I want to upgrade to windows 8.1 without using app store..
    Is it possible that my activated version gets unlicenced if i install the 8.1 iso file..

    Hi Gowardhan,
    Carey Frisch is right, Windows 8 key cannot work with Windows 8.1 installation.
    Alex Zhao
    TechNet Community Support

  • Windows 7 -Delay after right click and installation query

    Hi,
    I have freshly clean installed Windows 7 home premium x64 in my HP laptop which was previously running the x86 version of the same factory installed OS.I have performed a usb install.Now,I have two queries-
    1.During the installation,when the machine rebooted,to complete the installation process,it gave the option of 'Continue with win 7-EMS ENABLED'-and I went ahead with it and completed the process.I want to know whether this EMS thing is normal or not?
    2.There is a slight delay after the right click in the desktop-how can it be resolved?
    Looking forward for your valuable opinions regarding this

    Hi,
    First please know that EMS allows users to control particular components of a server remotely, even when the server is not connected to the network or to other standard remote-administration tools. In Windows Vista and later, use BCDEdit /emssettings command
    and its parameters to establish EMS settings for all boot entries. Then, use the BCDEdit /ems command to enable EMS for a particular boot entry.
    It's ok to get EMS enabled.
    For your second question, it seems a performance issue.
    Please first let me know except the system default context on the right click menu, if there is any 3rd part context menu or extension. if so, please use shellexview to remove them:
    1. Download ShellExView v1.41 from the following link
    http://www.nirsoft.net/utils/shexview.zip 
    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise, regarding this product's performance or reliability.
    2.  Extract "shexview.zip" file and open shexview.exe. It will scan the registry for all the shell extensions.
    3. Select all the non-Microsoft extensions in pink by press "Ctrl" in the keyboard.
    4. Click the "Disable Selected Items" on the toolbar and click Yes.
    5. Restart your computer and check if the issue is resolved.
    If there is no such context menu, please run performance troubleshooting under Control Panel\All Control Panel Items\Troubleshooting\All Categories.
    Also, help to test the issue in Clean boot mode.
    How to perform a clean boot
    http://support.microsoft.com/kb/929135
    If the issue doesn’t appear, you can determine which one can be the cause by using dichotomy in MSconfig. Checking on half of Non-Microsoft service and restart, determining which half of the services cause the issue and repeating to check half of the problematic
    half services.
    If the issue still persists, please check if there is any related error or warning in event logs, post back for our further research.
    Kate Li
    TechNet Community Support

  • OAS 10g R-2 10.1.2 Installation Query.

    Hello all,
    I have installed database Oracle 9.2
    I want to use only forms and report services of OAS 10g R-2 10.1.2
    I am not able to complete the installation.
    at the time of installtion i got the information i have to install Oracle Infrastructure.
    and in Oracle Infrastructure it is asking for Oracle Internet Directory.
    I do not have have idea about the oracle internet directory.
    i have developed application using Developer Suite 10g forms 10g and oracle database 9.2.
    so i want to deploy at client side now.
    I am geeting problem of Oracle Internet Diredctory.
    can I install only forms and report services like <Oracle Developer Suite 10g> in OAS 10g?
    (without Oracle Internet Directory);
    From
    Chirag Patel

    Yes, if you only need Forms and Reports, there is a separate product for the standalone version Forms and Reports services, without infrastructure, much lighter. See http://download-uk.oracle.com/docs/cd/B19375_02/doc/frs/index.htm

  • Business content installation query

    Hi Experts ,
    i am installing PM Business content installation , while installing 0PM_C03 there is an infoobject 0EQUIPMENT which is existing in present system but of old version   and mst of the attributes are time independent
    now  i  want to install   business content in such away that current 0EQUIPMENT  should not be disturbed  and business content version has attributes that are time dependant
    Question is shall i install 0EQUIPMENT  or not,  and let the old version remain , as 0EQUIPMENT  is under use at few places
    secondly if i dont install in future will there be any problem in loading PM data .
    Please Advise,
    Thanks in Advance,
    Nitya

    HI,
    hi,
    use the option Match (X) or copy.
    The Match indicator is set as default in order to prevent the customer version being unintentionally overwritten. If the Content of the SAP delivery version is to be matched to the active version, you have to set the Install indicator separately.
    The active version is overwritten with the delivery version if:
    ¡        The match indicator is not set, and
    ¡        The install indicator is set.
    In other words, the delivery version is copied to the active version.
    Note
    If the Install indicator is not set, the object is not copied or matched. In this case, the Match indicator has no effect.
    For more info search in forums or check the sap help.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    Regards
    KP

Maybe you are looking for