Server Size Need Help !!!!

Hi Experts,
Our current BW database structure is like below:
DB Size - 180,803 MB
Size Used - 180,627 MB
Free - 176 MB
Logical Files used by SQL server are,
DATA1 - Size (66,417) - Used (66,256) - Free Disk (15,014)
DATA2 - Size (55,289) - Used (55,288) - Free Disk (15,014)
DATA3 - Size (59,096) - Used (59,080) - Free Disk (15,014)
Questions:
1. How safe is the current structure? What is the next solution to reduce the risk?
2. We have an existing above BW system , Now we are implementing few more BW projects,  for those different projects we will need to load huge data into this BW system. Is it best to have BW on one single server or is it best to have several smaller servers and spread the work across them? How to decide about the new Hardware sizing?
Thanks in Advance,
Sai.

Hi,
Increase number of logical files.. DATA1.... DATA9
split table spaces across logical files...
for ODS and CUBES define tablesspaces... and assign those tablespaces while creating cube or ODS
Regards
Ben

Similar Messages

  • HELP !!!!!!! i new to OS X Server and need help setting up WINS (in DHCP)

    i Need help on how to setup the WINS part of DHCP
    can any one help ?
    what should my settings be for ?
    WINS/NBNS PRIMARY SERVER:
    WINS/NBNS SECONDARY SERVER:
    NBDD SERVER:
    NBT NODE TYPE:
    netBIOS SCOPE ID:
    i have DNS, SMB, AFP, Open Directory all setup
    just dont get WINS
    kinda old school isnt it ?
    so if some one could help i would be thankful \
    Jono.

    thanks sorry for the "noob" question,
    i am having one problem with windows computers not showing up in finder & on the windows computer the OS X Server wont show up when you go to map a driver. or in vista the "networking" place. but you can type in the IP address of the server and it will find it.
    all the computers are getting DNS and DHCP from the server but i cant figure out what happening.
    there only one server and its OS X leopard 10.5.6
    is this because WINS ? or some thing else
    and sorry for asking i don't really like asking.
    but thanks for the help. ir im being to much of a "noob" just dont reply haha
    Jono.

  • Installing Collaboration Suite on Remote Linux Server! Need Help! URGENT!

    Hi everybody,
    I am a beginner having few months of exp as Apps DBA. I was given a task of installing OCS on a remote linux server. How to install from my local windows desktop. Wht r the steps to be followed? I need help Immediately! Is it possible through SSH ?
    Thanks in advance,
    Manoj.

    You need to have:
    - Ssh running on the remote server
    - An ssh client on your local PC (e.g. PUTTY, it's a freeware), capable to tunnel and forward X traffic
    - An X client running on your local PC
    Then:
    - On the server, configure X to accept connections from your PC:
    export DISPLAY=your_ip_address:0
    - Then, on the server, you have to enable your PC to use X but I can't remember the command.... will search for it and update the thread
    - Configure and activate the local X client on your PC
    - Configure PUTTY to forward X traffic. Connect via ssh logging in normally to the remote machine. Just leave the session open (maybe it's a good idea to remove any timeouts parameters). The SSH tunnel is now built, and the X traffic should be OK
    - Test the connection: if you type "xclock" in the SSH window, a nice little analogic clock will appear on your PC desktop (if everything is OK).
    - If the clock appears.... Well, go on with your remote installation! :-)
    Bye,
    Roberto

  • App Server crashes - need help

    We have the problem that our App Server crashes under different conditions. Our application is a Web App with many Session and Entity EJBs. We using Oracle 8.1.6 as DB.
    The following code Fragment causes the Error:
    // Parameter colProjects is an Collection of Strings with primary keys
    public java.util.Collection getResult(java.util.Collection colProjects) {
    java.util.Vector result = new Vector();
    try{
    LocalProjectHome home; // Home Interface of an Entity Bean
    ServiceLocator sl = new ServiceLocator(); // Service Locator Pattern; not implemented as Singleton, no Caching!
    home = (LocalProjectHome)sl.getLocalHome(JNDIName.Bean.Project);
    // and iterate through the result project-id's
    LocalProject p;
    java.util.Iterator itProjects = colProjects.iterator();
    while( itProjects.hasNext()){
    p = home.findByPrimaryKey( (String)itProjects.next() );
              // Read Information from p and write it to vektor result
    catch(Exception e){
              // Error Logging Functions here
    return result;
    This funktion works fine until the number of entity beans exceeds a size over 400. if we reach a higher number of beans the Server crashes without any exception most of the time. Sometimes we got an Exeption like "OraclePrepareStmt - class not found Exception".
    This Crash occurs only when we start the App Server Instance in Release Mode. When we start int in debug mode it works fine. We can reproduce this behavior on Solaris and Windows Versions of the App Server.
    Any ideas where we can look to solve this problem? Or if you need more information about our configuration, plz post here.

    Hi again,
    If you're using the function GUI_DOWNLOAD because its on the presentation layer, then use the function as follows to create it tab delimited. Notice the bold parameter
        CALL FUNCTION 'GUI_DOWNLOAD'
             EXPORTING
                  filename                = file
                  has_field_separator     = 'X'  "file is TAB delimited
             TABLES
                  data_tab                = itab_result
             EXCEPTIONS
                  file_open_error         = 1
                  file_read_error         = 2
                  no_batch                = 3
                  gui_refuse_filetransfer = 4
                  invalid_type            = 5
                  no_authority            = 6
                  unknown_error           = 7
                  bad_data_format         = 8
                  header_not_allowed      = 9
                  separator_not_allowed   = 10
                  header_too_long         = 11
                  unknown_dp_error        = 12
                  access_denied           = 13
                  dp_out_of_memory        = 14
                  disk_full               = 15
                  dp_timeout              = 16
                  OTHERS                  = 17.
    Hope it helps.
    Regards,
    Gilberto Li

  • Deploying Forms with Forms6i/Oracle Internet Application Server 8i - need help!

    Hi Gurus!
    I am trying to setup the Oracle Internet Application Server 8i (Release 1.0)and deploy the forms to the web. The server is on Solaris. I have installed and configured the application server. I used the 'runform.htm'and 'test.fmx' to test the installation of the application server on the Server machine. In that case it works fine and shows the message 'Application Server is up and running'. Where as if I tried to access the same 'runform.htm'and 'test.fmx' from another client machines through a web browser it is not executing the 'test.fmx' and throws the following error:
    " FRM-92060:Failed to connect to the Server. Bad machine specification:'hostname':9001"
    Details...
    oracle.forms.engine.RunformException:FRM-92060: Failed to connect to the Server.
    I am using the default port#9001 to run the Forms server (i tried using another port and i got the same error). The web server is listnening on the port 7777.
    I am not sure what needs to be fixed. Can someone please through some light on this?
    Thanks!
    null

    The Oracle 8i jvm component (formerly known as JSERVER) was designed to support server side java.
    This component was initially developed and included in the Oracle 8i rdbms 8.1.5.
    Enhancements continued to be implemented with the 8.1.6 and 8.1.7 releases
    IAS uses the same oracle 8i JVM from the rdbms to support java code on the middle tier.
    Here's how the IAS version and the RDBMS version match up on the Oracle 8i jvm's features.
    RDBMS 8.1.6 with IAS 1.0.0 (unix) / 1.0.1(NT)
    RDBMS 8.1.7 with IAS 1.0.2 (new name IAS 9i)
    8.1.6 / IAS 1.0.0 / IAS 1.0.1 supports :
    session EJB's(1.0 spec), corba objects and java stored procedures
    8.1.7 / IAS 1.0.2 (aka IAS 9i) supports :
    The 8.1.7 implementation will support the 8.1.6 features listed above plus the ejb 1.1 spec (entity ejb's -- see below), servlets and java server pages.
    note : in another thread Mr. Devin clarified the current status of the EJB 1.1 spec (entity beans)in the 8.1.7 solaris release and the future win nt release.
    If I remember correctly, Mr. Devin reported a last minute issue has delayed the support for the entity bean feature but ejb spec 1.0 / 1.1 session beans are in place.
    When the entity bean issue is resolved, a software patch needed to support the entity bean feature will be provided in a rdbms patch.
    for additional technical info, please review :
    http://otn.oracle.com/products/oracle8i/pdf/8iR3_nfs.pdf
    http://otn.oracle.com/products/ias/listing.htm#tech
    i hope this helps ...

  • Customizing JFileChooser (File Size) Need Help

    Can you help me with this. I want to customize my JFileChooser. I'm in a Windows environment so the file view that I see is same with that of the option pane of windows. What I would like to do is make the size that is viewed from the screen from ##KB to specific bytes size. (ex. 34421245). Can someone help me on this. I was able to see some codes on the net but those codes are not straightforward. They override the BasicFileChooserUI. Can someone help me on this. I don't want to override the BasicFileChooserUI instead I want to use the JFileChooser and change the size from ###KB to bytes. Thank you. ^_^

    Hi Rachel,
    My best idea for that is to load the swf files externally, so
    that each page is a different swf. A technique like this would be
    very simple and quick to use, because it only loads what you need
    when you need it.
    For example, you'd set the intro page to load right away, and
    then when you select "At Work" the intro page unloads and is
    replaced by the at work page.
    Another thing you may want to consider is holding the images
    in an xml file, and then using some basic flash/xml intergration to
    load each image as it's called. That way each image isn't stored in
    the flash file causing it to increase in size, and instead is
    actually loaded externally which is must faster.
    There are some great tutorials, if you're intrested, on how
    to do both of these at:
    http://www.kirupa.com/
    Hope I helped some!

  • Moved to new server and needing help with feed

    My website www.gothamknightsonline.com has been moved to a new server and I am needing to keep the feed updated with new and old podcasts. I have reposted some of the old episodes as well as a new one I just posted. I have not been able to get the feed to show up. When I view our podcasts itunes page all of the info on each individual podcast is now gone with just the episodes listed and no more information.
    Here is the feed URL: http://gothamknightsonline.com/category/podcast/feed/ (I have verified the feed) but I am not certain if this is the same feed URL that was listed before. Either way the plugin i used for my podcasts in wordpress has this in the feed as well as our iTunes id and URL ( http://itunes.apple.com/us/podcast/batman-gotham-knights-online/id315370686)
    I am doing all of this on a Wordpress blog using the podpress plugin.
    Any help would be appreciated. Thank you
    -Garrey

    iTunes is looking for a feed at http://www.gothamknightsonline.com/feed/?cat=10 and not finding it - checking this I don't get 'file not found' but if there is a file there it contains no data whatever.
    I assume this is your original feed URL. The method for redirecting iTunes to another feed URL involves placing a special tag in the original feed, and is described in detail here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move
    Your new feed contains this tag (effectively redirecting to itself); you need to place a copy of the feed, with the redirect tag, at the original URL and leave it there for a couple of weeks. If you are unable to do this the two alternatives are described in my article.

  • Saving Error in Project Server 2013, Need Help!

    Hey All,
    I am running into issues with a Projects saving from Project Pro 2013 to our Project Server 2013 Farm.
    It is strange, when someone tries to save a project out of Project Pro 2013 to Project Server, it will run through the "Synchronizing Data to the Server", and then bombs out with error
    Job Type: Save
    Error ID:9000(0x2328)
    The project could not be saved to the server, Etc..
    My understanding is that this is a generic save error that could mean many things.
    In the ULS logs under "Active Cache Save" , I am getting:
    "Cancelling correlation 1339927b-e9e5-e311-941d-00155d2bc10d as save is an overwrite or resubmit"
    What is strange at this point is if I check the project back in, and re-open/re-checkout the project, and try to save again, it is successful in saving.
    Just a few details about the environment:
    Project Server Version: 2013 RTM (In the process of upgrading)
    SharePoint Version: 2013 RTM (In the process of upgrading)
    Project Structure: One Master Project with all other projects being subprojects of the master
    Published Status: All Published
    SQL Version: SQL Server 2012 SP1
    User Count: About 5 currently
    Deployment: 1 WFE, 1 APP Server, 1 SQL Server
    It is just odd, as it seems to be completely random. We have tried clearing caches out to see if that resolves it but it did not. It is just odd that it takes two saves for it to actually work correctly, and is problematic as the many times they are saving
    from the master and it bombs out there.
    I am not sure how it could be an issue as it is usually just a single user working on the individual subprojects.
    Maybe it is an issue in the RTM? I couldn't find any info in any of the CU's or SP's that addresses this directly
    Has anyone seen this, or have any suggestions?
    MS Support has not been any help at all.
    Thanks all

    I have heard of issues with Master and Sub-Projects and both being published to Project Server, as a rule it is a feature I learnt to avoid as a result of bad experiences with earlier versions of Project Server.
    Whilst this will not resolve the issue you have encountered the following suggestion may help you avoid pain in the future and leverages the potential of Project Server to represent common attributes for projects.
    Typically a Master/Sub Project environment is intended to reflect projects that are commonly aligned - it is not unusual for a Master Project to represent a programme and for there to be multiple sub-projects forming the programme - there can be programme
    level events that have multiple predecessors from multiple sub-projects. 
    Rather than create a master and sub-project situation I would suggest looking to define two Enterprise Custom Project fields to assist with such situations. The first being a Project Field called Programme that has a look up table with a list of current
    programmes you can select from. The second Project Field would be a Programme Status Field  with an associated lookup table with 3 values, Master, Sub-Project, Standalone.
    You can have a project represent the Master (Programme) project and open it and all sub-projects in the programme (albeit this would have to be a one by one action to begin with). With all the projects open go and open a New Window in Project Professional
    and elect to include all the open projects in the new window - this will create a new project with all the selected projects showing as
    "embedded objects" and then create dependencies from sub-projects to programme level events in the Master Project (I would suggest what I call
    "one way traffic" when creating "cross project dependencies" to avoid further headaches). Close the project, you will be prompted to save changes which you should do but do not save the new window
    "container" project. The dependencies across the projects will persist - in each project you will be able to see external successors - tasks in the master project. In the master project you will be able to see external predecessors.
    In PWA you can create Project Centre Programme views that filter to exclude projects that ARE Standalone and group them by Programme and sort by Programme Status Field - this will ensure that the "Master" sits at the top of the pile for each programme grouping.
    Just a suggestion - I hope the issue you have encountered is resolved soon.
    Dominic Moss | MAPM Microsoft Certified Technology Specialist | Our Newsletter:
    PM News Project Server Specialists
    Project Server PRIME | Twitter:
    @Twitter | Facebook:
    @Facebook | Linkedin:
    Wellingtone

  • New on forms server 6i : need help

    Hi,
    I have installed a web sever that have to use Form Server Listener to read .fmx file on the website.
    When I launch my web page, all the classes are founded and imported, IExplorer indicate applet initialized, But I have no picture from the applet... the form where the applet have to be executed is a white page and the server isn't displaying any error.
    - My web server is correctly configured (I've tried with OAS and IIS)
    - The HTML pages are correct (website is running on an other server)
    - Ifsrv60 and Ifweb60 are running
    - My environement variables seems to be correct and my registry entries too.
    - No problem with the database connection
    I also got this error on Java Console
    Following Exception occured: sun.applet.AppletSecurityException: checkconnect.networkhost3
    sun.applet.AppletSecurityException: checkconnect.networkhost3
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:50)
    at java.lang.SecurityException.<init>(SecurityException.java:42)
    at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:29)
    at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:34)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:643)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:666)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:566)
    at sun.plugin.ActivatorAppletContext.getImage(ActivatorAppletContext.java:65)
    at java.applet.Applet.getImage(Applet.java:197)
    at oracle.forms.engine.FormsImageLoader.loadFormsImage(Unknown Source)
    at oracle.forms.engine.FormsImageLoader.getDefaultImage(Unknown Source)
    at oracle.forms.engine.Main.getDefaultImage(Unknown Source)
    at oracle.forms.engine.Main.getParamImage(Unknown Source)
    at oracle.forms.engine.Main.getLogo(Unknown Source)
    at oracle.forms.engine.Main.initDesktop(Compiled Code)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    Does anyone Knows where the problem could come from. Any suggestion will be welcomed.
    null

    Hi,
    it seems that you Java VM doesn't allow a connection to a server on you network.
    You'd better try to configure your HTML file or CGI environment to use Oracle JInitiator.
    Otherwise you need to use IE 5.0 and configure it's security so that it allows you to connect to the correct host.
    HTH,
    Michael

  • Tryton: server setup (need help)

    does anyone around here use tryton?  I've installed it and all the modules I'm interested in figuring out, but I am not finding any documentation clearly written well enough to configure /etc/trytond.conf in general.  The wiki page doesn't have any real info on it aside from the absolute bare minimum and I am new to mysql/postgresql/sqlite stuff.  I guess I am pretty much looking for a tryton server setup "for dummies"... but any help is appreciated.  I'm looking to initially set up the server on the same system as the client is running (particularly to get a feel for what I'm dealing with) and at some point separate the 2 and have the server running on a separate system from the client (possibly with multiple clients connecting to that server).  Also curious about encryption...  Thanks in advance!
    Last edited by CPUnltd (2011-10-06 07:36:30)

    Hi Tibor,
    i know i asked too many different questions relating to different topics. But i have no clue as to how to set up a server, all i knew was that i want one for my home as we have 5 users and i wanted to share data amongst the users. So i just bought it blindly, thinking that Mac being a super smart computer will do everything on its own my bad, i should have researched first and then bought it.
    However i have already asked for a static IP and i as i mentioned to (Toocool) i understand now y you'll asked me to get one.
    Security i know is imp, but yet again i dont know how to maximze the security of the server, other than asking the users to input passwords, and that not giving access to all the users to all folders and files including guest user
    Thanks a lot anyway and if there is any info u feel i know know about, please do let me know.
    Your help is appreciated!!
    Regards,
    Deep.

  • Our server blocked, need help!

    Someone that uses our server (we have a total of 20 different domains and about 50 users) have sent a lot of spam from their computer. This means that our server is now blocked on several antispam organisations. Eg Spamcop.
    I don't know which account that have sent all those mail, and now I would like to look at the logs to find the account.
    Where do I find the logs for outgoing mail?
    Can I block SMTP from one user account but not all?
    Please help!
    /andreas

    I found the logs in Server Admin > Mail. It wasn't that hard, really.
    fwiw,
    /andreas

  • QT TV broadcaster & streaming server experts, need help please

    I need to get some answers from a pro with unicast and multicast experience with a live HD DV vid stream for TV using QT broadcaster and QT server solutions.
    Thanks
    contact Cliff @
    [email protected]

    I need to get some answers from a pro with unicast and multicast experience with a live HD DV vid stream for TV using QT broadcaster and QT server solutions.
    Thanks
    contact Cliff @
    [email protected]

  • Cannot Migrate SQL Server Adventureworks Need Help

    Has anyone been able to migrate Adventureworks from SQL Server 2005 to Oracle? I've been trying but keep getting errors in the "Build" step.
    I would appreciate any help.

    The AdventureWorks example database in SQL Server relives heavily on the XML syntax within their stored procedures, functions, views. AdventureWorks example database was written to showcase new features of SQL Server 2005.
    XML syntax is not currently handled by the T-SQL Translator, as for our initial releases we want to concentrate more on the more widely used syntax.
    If your own database relies heavily on XML syntax then you will have to manually modify those statements.
    If on the other hand your just trying out the SQL Developer Migration Workbench can I suggest using the Northwind example database.
    Regards,
    Dermot

  • Just Bought New Mac Mini Server and Need Help on Migrating Old Single User

    This is for my home / home office The issue is I was unable to connect to my old computer using migration assistant for some reason, but I didn't want to go down a rabbit hole to figure it out.
    I would like to transfer all of my applications and prefs / settings to the new machine and I was thinking about using a synching program to do it so I wouldn't mess with the SL Server settings. I suppose I could do this manually but am concerned some hidden files or settings may not get moved properly. I am able to mount my old hard drive on the new mini so I just need a strategy. Thanks.

    Good question - my angst is subsiding as I type. I was concerned that my preferences and other application linked things like Application Support were the same as it was, but I suppose if I have to mess a bit with it upon opening or reinstalling a program is the worst thing that will happen. After going thru the list of programs I realize that like most people I regularly use about 15% of the things in my Applications folder. The biggest hassle is Adobe CS4 which I need to get reauthorized by Adobe and this could only have been solved if I de-authorized it before blowing out my earlier computer. Luckily that is worst issue I am encountering.

  • "safari can't find the server" message need help

    i just got a free imac g3. when i turnded it on all i got was folder icon with a finder icon, it would then flash to a question mark. so loaded panther 10.3 into it. it loaded fine. when i click on the apple.com icon on my tool bar menu i get a message that says "Safai can't open the page http://www.apple.com/macosx" because it can't find the seerver
    "www.apple.com"
    this happens with every web site i try to go to.
    can some one help me. what's the problem here.
    thank you

    That problem is probably caused by not specifying your ISP's Domain Name Server:
    106798- Mac OS: Troubleshooting "A connection failure has occurred", "The specified server could not be found" or Similar Messages

Maybe you are looking for

  • How do I customize Adobe Acrobat Standard DC or Adobe Acrobat Pro DC to do what I'd like?  Actually this a multiple-question inquiry.

    Note, I was unable to find a "How TO", Tutorial, or FAQ relevant to the following questions. For instance, how do I easily append to an existing PDF with minimum clicks (which I could do with an earlier version of Acrobat Standard)? I'm using a 30-da

  • How to cancel  Payment Run with cheque generated

    Hi All, We have printed wrong  Invoices.Payment run is being done and cheques are generated .We would like to do Payment run again by correcting our Invoices.Please advise the steps to resolve it Thanks in Advance Regards, Payal Saxena

  • How can I customize default alerts in Calendar?

    I would like Calendar to put a default email alert on every new event. I can do it individually with each event but I can't make it a default. What I want is for Calendar to email me an alert the day after an event. I have managed to be able to get C

  • HT2638 iPhoto database rebuild

    My 2007 black MacBook died and I had the hard drive recovered onto a back up drive. I had a shop transfer everything to my new Mac Mini. All my pictures are intact in the correct event/album, but only as thumbnails. I do not know which option to choo

  • EP Upgrade with Custom Developments 2

    Hi all, I am planning to upgrade EP 6.0 to EP 7.0 Currently, some java standard application (for example: leave application [esslea~sap.com] already have  been modified in order to fullfill my user requirement . Once we have upgrade to the EP 7.0, is