Osx server website for virtualized application

I hope someone can help me.
On my OSX Mavericks server, I have a virtualized tomcat application. There is a Virtualbox instance, running Ubuntu, with bridged network. This means I have a unique IP number for this virtual machine. For tomcat I need to go to port :8080
I do want to set a "subdomain.domain.com" to open this 123.1.1.1:8080.
How do we set this in the webserver part of OSX server? Is this possible?

You will have two sets of DNS servers, your public DNS and the DNS running on your local network.  If your external DNS is getting to your servers, then that's probably working.  If you are getting the public IP address from your local network, then your gateway-router needs to "reflect" that address, or you'll need to configure local DNS services (OS X Server needs that in any case) to provide the local IP address for the public DNS name.
Put another way, read the article cited earlier and make sure your local DNS is correct.  You can test for most of the common network and DNS configuration errors with the following harmless, diagnostic Terminal.app command:
sudo changeip -checkhostname
...and this will tell you about the configuration, and whether no changes are required, or about the various errors that might be detected.
You can see what IP address you're getting with the following Terminal.app command:
dig +short oc.example.com
...or whatever DNS host name you're using.  You'll get either the public IP address (which if you use on the local network, your gateway-router needs to be able to detect that and run the connections back into your network) or your internal local network address.
Your local network clients will want to reference your local DNS server.
Do read the article cited earlier, too.

Similar Messages

  • Setting up OSX server in a virtual environment

    I am looking into setting up OSX server in a virtual environment where the hardware will not be an Apple product. Can this be acccomplished

    With the release of OS X 10.10, are there any plans to update the license agreement so that Apple's new version of the OS X Server software can be run on non-Apple-branded hardware? It seems that Apple is willing to change the license agreement between 10.4 and 10.5, so why not change it between 10.9 and 10.10, especially since the OS X client software 10.10 is available as a free download through the App Store, and the OS X Server software is available for $20 through the App Store? It also makes sense to open the software sales market to non-Apple-branded hardware users, unless Apple really is feeling skittish about the professional marketable quality of its newer model computers like the 2014 Mac Pro towards server hosting provider companies. They are using comparable Intel Xeon E5 processors, but not making any effort to market that computer to web hosting providers, and they are certainly not getting their foot in the door by withholding the potential of their OS X Server software by allowing it only to be run on Apple-branded hardware. If Apple gets their foot in the door with server software, they will be in a market for selling their OS X Server software AND their Mac Pro line of server-similar hardware FIVE-FOLD by directly competing with Microsoft's IIS, Linux software developers, AMD hardware developers, and other server hardware and software developers. Intel should be PRODDING Apple to get into the server market, and offering OS X Server for a measly $20 to non-Apple-branded hardware users would essentially STEAL their customers away from them, vastly growing the Apple domain.
    If Apple does not want us to be making OS X Server applications, however, then by all means, they should simply discontinue the OS X Server software, because with the current license restriction of only being able to use the OS X Server software on Apple-branded hardware, in tandem with Apple's complete ignorance of the server market with their hardware which is using server-quality Intel Xeon E5 processors, Apple sitting in the water like an immobile swan among the Internet Server market is just plain dumb. I mean, Apple wants to make money, don't they? Or are they just fooling around with the consumer market, pretending like OS X Server running on a Mac Mini is something that Web Hosting Providers would take a second look at? MARKET YOUR MAC PRO LINE TO WEB HOSTING PROVIDERS AND LET OS X SERVER SOFTWARE RUN ON NON-APPLE-BRANDED HARDWARE ALREADY! STOP FOOLING AROUND HERE. APPLE SHOULD BE PARTNERING UP WITH VMWARE IN THIS ENDEAVOR; THEY HAVE MADE IT DIRT....SIMPLE.... TO ENTER THE SERVER MARKET THROUGH VMWARE ESXI.
    my gosh, even a caveman can do it
    why isn't Apple doing it

  • OSX Server Website DNS problems

    I wanted to have a server  so I decided to get the mac mini server. We want to set up a small website with simple web services running on python and ruby.
    Now I'm trying to set it up to have a website connected to our domain (olm.io), but the domain name doesn't forward to the mac mini server.
    I believe the server is set up correctly. The router is set up to port forward incoming connections on port 80 to the server. To test that, connections to the ip 190.160.227.68 retrieves the server and shows up the test website.
    I entered our ISP dns servers and also set up a dns server on the osx server.
    From outside this shows from outside:
    $ dig www.olm.io
    ; <<>> DiG 9.9.2-P1 <<>> www.olm.io
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 20417
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 512
    ;; QUESTION SECTION:
    ;www.olm.io.                    IN      A
    ;; Query time: 2431 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8)
    ;; WHEN: Thu Jan  9 14:54:03 2014
    ;; MSG SIZE  rcvd: 39
    From inside the network this shows up:
    $ dig www.olm.io
    ; <<>> DiG 9.8.3-P1 <<>> www.olm.io
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27239
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;www.olm.io.            IN    A
    ;; ANSWER SECTION:
    www.olm.io.        10800    IN    A    192.168.0.10
    ;; AUTHORITY SECTION:
    www.olm.io.        10800    IN    NS    www.olm.io.
    ;; Query time: 3 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Thu Jan  9 11:54:25 2014
    ;; MSG SIZE  rcvd: 58
    Also checking the hostname says its ok:
    $ sudo changeip -checkhostname
    Primary address     = 192.168.0.10
    Current HostName    = www.olm.io
    DNS HostName        = www.olm.io
    Ok so from the inside of our network the website shows up, and from outside when looking at the public ip of the network the website also shows up.
    What I'm missing is that when anybody types www.olm.io our website appears.
    At one time I tried setting up Google public dns service, just to try it, but now it seems to be stuck referring to google 8.8.8.8 server,
    $ nslookup 190.160.227.68                                                                                                                                                                                                                                               
    Server:         8.8.8.8
    Address:        8.8.8.8#53
    Non-authoritative answer:
    68.227.160.190.in-addr.arpa     name = pc-68-227-160-190.cm.vtr.net.
    Authoritative answers can be found from:
    $ nslookup www.olm.io                                                                                                                                
    Server:         8.8.8.8
    Address:        8.8.8.8#53
    ** server can't find www.olm.io: NXDOMAIN
    I believe the problem is on the domain set up, which is as follows:
    Registrar
    Organization Name :
    NIC.io
    Primary Nameserver
    Name Server:
    ns00.olm.io
    IPv4 Address:
    190.160.227.68
    Secondary Nameserver
    Name Server:
    ns00.vtr.net
    Extra Nameservers (Optional)
    Name Server:
    ns01.vtr.net
    screen of the dns setup
    Thanks for the help

    You will have two sets of DNS servers, your public DNS and the DNS running on your local network.  If your external DNS is getting to your servers, then that's probably working.  If you are getting the public IP address from your local network, then your gateway-router needs to "reflect" that address, or you'll need to configure local DNS services (OS X Server needs that in any case) to provide the local IP address for the public DNS name.
    Put another way, read the article cited earlier and make sure your local DNS is correct.  You can test for most of the common network and DNS configuration errors with the following harmless, diagnostic Terminal.app command:
    sudo changeip -checkhostname
    ...and this will tell you about the configuration, and whether no changes are required, or about the various errors that might be detected.
    You can see what IP address you're getting with the following Terminal.app command:
    dig +short oc.example.com
    ...or whatever DNS host name you're using.  You'll get either the public IP address (which if you use on the local network, your gateway-router needs to be able to detect that and run the connections back into your network) or your internal local network address.
    Your local network clients will want to reference your local DNS server.
    Do read the article cited earlier, too.

  • Is OSX server right for me?

    i work for a small dvd authoring house and I am trying to improve the efficiency of our workflow.
    We are mostly PC based, with a few powermac G5s. I have set up one of the powermacs as a central storage server. It is connected to a 2 terrabyte raid array via fiberchanel.
    Everyone retrieves and places files on to the array by connecting through gigabit ethernet to the powermac which is sharing the volume using a shareware program called sharepoints.
    I have recently setup one of our employees that works remotely with an FTP account using tigers built ftp server so that she can also connect to the central array.
    My questions:
    Will upgrading the powermac to osx server yield any benifits for our workflow?
    Is it possible to put two seperate gigabit ethernet cards in everyone's computer for faster network transfers to and from the central storage?
    Our remote employee has noted that downloads and uploads to our server via FTP are far slower than transfers she makes to other ftps. Currently 20k a sec is her top speed with an avg of 10. She was getting close to 100k/s with the FTP server we rent from Readyhosting. Will upgrading to osx server improve the speed of remote transfers, what about rumpus?
    We transfer a lot of media files throught out the day, it adds a lot of overhead. We cant afford to go all out with xsan and fiberchannel switches. Does anyone have any suggestions that may improve the workflow.
    What would be ideal is if our digitizers could capture a movie directly to the central storage array and our dvd authors can read the files directly from the array. My gut feeling is a gigabit network doesnt have the bandwidth for this.
    thanks for any insight.
    ryan

    Will upgrading the powermac to osx server yield any benifits for our workflow?
    I doubt it. As long as the limited number of connections and lack of GUIs for the configuration aren't a problem, there isn't really much difference between client and server.
    Is it possible to put two seperate gigabit ethernet cards in everyone's computer for faster network transfers to and from the central storage?
    Not really. Trunking or bonding is connection based. In other words, one file goes over one wire, next file next wire. So if you're going to be transferring numerous files at once, it will benefit you, but if you're just transferring one big file, it won't.
    Our remote employee has noted that downloads and uploads to our server via FTP are far slower than transfers she makes to other ftps. Currently 20k a sec is her top speed with an avg of 10. She was getting close to 100k/s with the FTP server we rent from Readyhosting. Will upgrading to osx server improve the speed of remote transfers, what about rumpus?
    Have you checked the configuration of FTP thoroughly? FTP has the ability to limit how fast connections can transfer and this may be on accidentally.
    We transfer a lot of media files throught out the day, it adds a lot of overhead. We cant afford to go all out with xsan and fiberchannel switches. Does anyone have any suggestions that may improve the workflow.
    One other possibility is InfiniBand. It looks to be ~$1500/machine vs. ~$2100/machine for XSan.
    What would be ideal is if our digitizers could capture a movie directly to the central storage array and our dvd authors can read the files directly from the array. My gut feeling is a gigabit network doesnt have the bandwidth for this.
    Judging by the number of posts in the XSan forum that frames are dropped with XSan, I would say that gig isn't going to cut it. It looks like one of these streams needs ~150 MB/s and that would be, to be solid, both controllers on an XRaid.
    Roger

  • One server certificate for one application? not for whole WebServer

    Hello,
    I am using SSL for the server- and clieint authtication. It works fine. But this authtication works for all applcations in this Webserver. How can I make it only for one application available? or one server certifiate for a certain application?
    Example:
    Config:
    <Connector port="8443" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="true" sslProtocol="SSL" keystoreFile="C:\temp\keystore\server\server.keystore" keystorePass="changeit" truststoreFile="C:\temp\keystore\server\trust.keystore" truststorePass="changeit"/>
    and all application used same server certificate:
    like: https://localhost:8443/myapp1
    https://localhost:8443/myapp2
    used same server certificate.
    How can I make one certificate for one application?
    thanks

    and I am using Tomcat 5.0 standalone

  • Best Server Role for Web Applications

    Hi,
    I'm running SQL Server 2008 R2 Express and using Microsoft SQL Server Manager Studio to administer it.  I have a web application that does read, add, update, and delete to the database and I am currently using the sa account - which is of course not
    a good idea.  I want to create a new user but I don't know what the best practice is for web applications and also security.  The options I have are:
    bulkadmin
    dbcreator
    diskadmin
    processadmin
    public
    securityadmin
    serveradmin
    setupadmin
    sysadmin
    Thanks.

    Hi mark_sti,
    Based on my understanding, you want to create a new user of the database. Using this new account, a web application could read, add, update, and delete the database.
    The options you provide are fixed server roles. For more information about fixed server roles, please refer to this article:
    Server-Level Roles.
    In this scenario, you need db_datareader fixed database role and db_datawriter fixed database role. Db_datareader fixed database role can read all data from all user tables. Db_datawriter fixed database role can add, delete, or change data in all user tables.
    To add two database roles, you should map the login to the database which is used by a web application in Login Properties. Then create a new database user, check Db_datareader fixed database role and Db_datawriter fixed database role on Membership page of
    Database User. About permission of different database roles, please refer to this article:
    Database-Level Roles.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • How to create own server account for servlet application

    hi friends..
    i have created a servlet page which recieve some data from a j2me program..
    i am running this aplication on my pc using http://localhost:8080/mypage
    now i want to deploy my j2me program on my mobile phone and need to get data in my servlet page
    for this i need to create my own server account for apache but i dont know how to create my own sserver account
    please help me out if anyone knows it how to do it...
    thanx
    kiran_arora

    if you want to create your own webitem check out the link given by other sdner.
    if you want to be able to execute BW query using abap you can check out the following weblog.
    /people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
    Regards
    Raja

  • 500 Internal Server error for WD applications

    Dear All
    I have a very strange situation and I don´t have any idea of what to do.
    Basis took the backend R/3 system down for some reasons and made it up again after some time. But now they have locked all users in our backend R/3 system as Basis is performing some task on the server.
    This has resulted in all web dynpro applications that are using RFC's throwing 500 Internal server error.
    All other web dynpro applications that are not dependent on R3 system are working fine.
    We also have restarted the EP server as we deployed one WD application.
    I'm not sure how the situation was before the restart of EP server.
    In NWA i can see many error for ACCESS.ERROR: Authorization check for caller assignment to J2EE security role service.jms.default.authorization : administrators referencing J2EE security role .
    Also
    application Processing HTTP request to servlet finished with error. The error is: com.sap.tc.webdynpro.services.exceptions.TypeNotFoundException: type is.eimskip.keywordsearchmodel.types.Zotkey could not be loaded: com.sap.dictionary.runtime.DdException: failed to create provider: User is locked. Please notify the person responsible
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:250)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:213)
    at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:318)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)
    at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:449)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:387)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:416)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:83)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:125)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:121)
    at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.doInit(MappedNodeInfo.java:215)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:449)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:387)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:416)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:83)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:125)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:121)
    at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.doInit(MappedNodeInfo.java:215)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
    at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
    at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:748)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:283)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.dictionary.runtime.DdException: failed to create provider: User is locked. Please notify the person responsible
    at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:254)
    at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:146)
    at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:97)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:79)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:48)
    at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
    at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
    ... 61 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedConstructorAccessor525.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:229)
    ... 68 more
    Caused by: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: User is locked. Please notify the person responsible
    at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)
    at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1015)
    at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
    at com.sap.dictionary.runtime.mdi.DataProvider.(DataProvider.java:123)
    ... 72 more
    I believe that error will get resolved once the users are unlocked in R/3 system.
    But the stituation is, we will get the system back on monday morning and I'll have no time to do anything as the business will be back in 1 hr when we get the system back.
    Can you please help me to identify the tasks that I can perform and be sure that all will be normal on Monday (and I'll still be in job.)
    Request your help and support.
    Thanks
    Vineet
    Edited by: vineet vikram on Apr 19, 2008 12:41 PM

    Hi vineet,
    Check the following things:
    (1) Specify the user names in Capital letters and try. This will help you.  (this could be the problem)
    (2) Test the RFC destination using the tCode SM59 and try to remote login from there.
    (3) If the user is locked, you can unlock using the tCode SU01.
    Regards
       Vinod V

  • Tables missing in SQL Server 2008 for Hyperion Application

    Hello Experts,
    I am cuurently working on Hyperion Finacial close management (Account Reconciliation Manager) application version 11.1.2.3, O.S is Windows 2008 R2 and relational database is SQL Server 2008.
    When I am trying to copy Account Profiles to a period say go to Manage->Periods->Right Click->Copy to Periods, I get the error:
    Object arm_access is missing.
    When I open SQL server studio, I can clearly see table 'ARM_ACCESS' but when I did a search on oracle support and google, I found out that it is a case sensitive issue and the table has to be in small letters.
    So I created a new table 'arm_access' with all columns as there are in 'ARM_ACCESS' in SQL Server 2008, but it is not fetching any data.
    Can anyone provide me the query that I can run to display the same structure and data for 'arm_access'?
    If anyone is using the instance, he/she should be able to provide me the query that I can run in SQL server 2008 to populate the 'arm_access' table.
    Appreciate your help as this is stopping my development work.
    Thanks in advance.
    Regards,
    Sumit

    Hi Sumit,
    Its just a wild guess am not sure with this.
    i dont have idea about query in sql server. but it oracle it would be something like create table targettablename as select * from sourcetablename.
    Ideally it will not allow to create you a table with that name if its already exists i mean its case insensitive (. Even if you have created manually make sure the db user you created with has select privilage granted for all users or the user you configured in Financial close management) or the DB might not be having select privilage .
    Note:Have backups in place when you are manually to manipulate or changing the database user.
    Thanks
    Amith

  • OSX Server Website

    I have my DNS for my subdomain forward to my home ip address. When I am not on my local network and type oc.example.com everything works. When I try to browse oc.example.com in my browser when I am on the same LAN as my server, nothing works. If I type the ip address of my server I get the default server app. Anyone know why I can't connect to my domain when I am on my local network, but works perfectly when I am remote?

    You will have two sets of DNS servers, your public DNS and the DNS running on your local network.  If your external DNS is getting to your servers, then that's probably working.  If you are getting the public IP address from your local network, then your gateway-router needs to "reflect" that address, or you'll need to configure local DNS services (OS X Server needs that in any case) to provide the local IP address for the public DNS name.
    Put another way, read the article cited earlier and make sure your local DNS is correct.  You can test for most of the common network and DNS configuration errors with the following harmless, diagnostic Terminal.app command:
    sudo changeip -checkhostname
    ...and this will tell you about the configuration, and whether no changes are required, or about the various errors that might be detected.
    You can see what IP address you're getting with the following Terminal.app command:
    dig +short oc.example.com
    ...or whatever DNS host name you're using.  You'll get either the public IP address (which if you use on the local network, your gateway-router needs to be able to detect that and run the connections back into your network) or your internal local network address.
    Your local network clients will want to reference your local DNS server.
    Do read the article cited earlier, too.

  • Server Specs for Virtual Environment

    robhall wrote:FreeNAS should never exist at the best of times. It certainly has no place here.
    http://www.smbitjournal.com/2015/07/the-jurassic-park-effect/http://www.smbitjournal.com/2014/05/the-cult-of-zfs/
    Interesting. I'll read those later after I finish the agenda for a meeting I'm having tomorrow. I've ran FreeNAS and Nexentastor in several scenarios over the years and have NEVER had a failure.
    Then you've not run into the scenario that makes them risky. :) It's not that they fail "more", it is that they add no value over other options (like FreeBSD) but add some risk or cost (Nexentastor is not cheap at all.)
    If no other products existed, they would be fine. The issue is that slightly better, otherwise identical products exist making the NAS OS product type never make sense to deploy.
    For example, if FreeBSD itself didn't exist,...

    nathansmith6 wrote:
    Technology:
    Purchase 3 new, identical servers for a VMware HA cluster. Three servers would allow me to take one down for maintenance if needed.Fibre Channel SANSo a few questions and issues here:
    Why VMware, this seems like an odd choice today.Why three hosts (this might be an obvious capacity need, but should be checked.)Why HA? Have you done the groundwork for this? HA should be an extremely rare need. This is a red flag not because it is impossible but because it is so unlikely. HA is ruled out as a need due to the SAN. So something is certainly wrong in this case. The two can't go together at this scale.
    SAN is, of course, out of the question with only three hosts and of course cannot exists with HA.

  • OSX Server 10.6.3 - (Multiple) Website hosting via Server Admin

    Has anyone else experienced/had this problem? I am posting this hear in hopes that someone else has experienced this as well and may know how to correct/resolve this problem.
    We currently have purchased a collaboration software I have installed and I am running via OSX. The files are stored in /Library/WebServer/Documents/collab. OSX comes with a default website built in at /Library/WebServer/Documents. I intend to install the collab website in anticipation of adding more sites in the future and possibly utilizing the default OSX web services as well. I have set up our internal DNS server to route collab.company.com to the internal ip address of our OSX server. The default OSX webpage is currently hosted on port 80, I am running our collab site on port 8x (we are already hosting websites on a different server on port 80, and the router can only forward port requests to a single ip address).
    With this configuration, if I enter the address of collab.company.com, I get the default OSX server running on port 80. If I enter collab.company.com/collab, I then get our collab website (on port 8x). Essentially I want collab.company.com to open the collab website, not the OSX website. What is odd is, it seems that if I uncheck the default OSX webpage in server admin and disable it, change the collab site to port 80 as a test and go to collab.company.com I get a failed connection that the site is down or doesn't exist, like it is offline. It seems almost as if OSX is completely shutting down the entire directory of /Library/WebServer/Documents which is where the collab website exits inside of (Documents/collab). If I re-enable the default OSX website, then both websites become live again.
    So I guess my question is, is there a different structure/architecture that should be followed to prevent this behaviour? If so, how do I get multiple websites installed and configured properly in server admin to respond to their appropriate dns requests. I also forgot to mention for my collab site entry in server admin I have the host name in the general tab as collab.company.com, as well as the alias collab.company.com, but when I enter collab.company.com I am getting the default OSX site.

    I agree, this seems to make sense in theory, but here is the result I am getting.
    I have my internal (not my osx server) dns server containing a host entry of collab.company.com = 192.168.1.xx. I have a virtual host entry in OSX in the aliases area (correct?) of collab.company.com for my collab site. However, whenever I enter the url in my browser of collab.company.com, I keep getting the default Mac OSX Server website page. I even put an alias in the OSX server site of mainpage to try and differenciate it, but it doesn't seem to take or matter.
    So once again, in theory I think "oh, just uncheck the enable button next to the default OSX website", I uncheck it, and then both of my websites are offline, or appear to be? For my collab site, the link redirects, but I get the error page.
    Safari:
    Not Found
    The requested URL /collab/public/index.php was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.14 (Unix) PHP/5.3.1 Server at collab.company.com Port 80
    Google Chrome:
    Oops! This link appears to be broken.
    Thing is, I even changed my collab site to be running on port 80 as well as a test. I check enable for my osx default page, and they are both back online. If I change the default osx sites port to say 87 or something, and leave the collab at 80, I then get the same bad request messages etc. If I put the osx site back to port 80, they both work.

  • Remove OSX Server For Mavericks

    Hello,
    I have a MacPro Mid 2012 running Version 10.9.4 (Mavericks). I Installed the OSX Server edition for on my desktop and now i would like to remove it. I removed the /library/Server to the trash (and Emptied). What else can i do to remove this application from my desktop?
    Thanks

    Delete the Server app.

  • OSX Server 2.2.2 update broke my websites

    I updated to server 2.2.2 yesterday and my owncloud website on my server stopped working. It was so frustrating I restored via time machine. Is there something I should check so I can update again?
    Information of my setup.
    owncloud 5.0
    using osx server website feature pointing to folder.
    using ssl 443 port for my website.
    I have port 80 open as well but I have own cloud redirect to ssl.
    if you browse diectly to my server ip it brings up the osx server webpage.
    i have my computers point to my server ip for dns
    my dns server routes my local website dns to my local ip of server (had to do this because I was getting NAT loopback issues)
    all other dns should forward to opendns
    Please help, thanks!

    I have the same problem. Even trying http://127.0.0.1 from the server itself still the server cannot be found. My system log however is now generating what looks like an error from the server:
    Sep 20 20:09:34 home com.apple.launchd[1] (org.apache.httpd[69048]): Exited with code: 1
    Sep 20 20:09:34 home com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    This repeats constantly until the server is stopped.
    I'm guessing there is a permissions issue somewhere that 2.2.2 has now broken. No idea where to start to resolve.

  • Virtual Application: Activation Office 2013

    Hello All,
    We have created virtual office application as directed in Office Deployment method. In Config.xml we gave "ProPlusVolume" we got out final .appv file
    We need to deploy this virtual application to all our clients. We are having a tough time in getting this done. 
    How do we activate this virtual application?
    Some blogs say MAK and KMS cannot be used for Virtual application, it is supported only for Non-Virtual application
    is this right? or using KMS we could achieve?
    How activation for Office 2013 applications can be achieved using VLSC?
     Any help would be greatly appreciated
    Thanks!

    Hello,
    If you are using KMS / AD-based activation I would guess it would detect it automatically.
    If using MAK - see the option to use ospp.vbs
    http://technet.microsoft.com/en-us/library/dn385359(v=office.15).aspx
    I haven't tried the above options, but it would be the most obvious chocies.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

Maybe you are looking for

  • Vendor return issue

    hi experts My client purchase asset from domestic vendor with excise duty we made invoice & clear payment to vendor ,but now we found that material is defective & send back to vendor So please guide me how to map this process in sap with Accounting e

  • PO Commitment Reversing after 102 Mov Type

    Dear All, Please suggest a wayout for the below issue. Issue:    When we are reversing Goods Receipt with 102 Movement Type, system reversing the total commitment created at the time of PO Scanario: The illustrated Example will give the complete info

  • I removed some plugins and i have trouble with online games now

    i don't know which add on or plug in is causing problem

  • Where do I find the Organizer in Elements 12?

    when I launch Photoshop elements 12, the Elements Editor appears ( Not the Welcome Page- don't see that either.). I am totally new to Elements, and watching training videos, they speak of going to the Organizer option at the bottom of the screen. I d

  • Run software in older version of OSX?

    I have a CD of a video tutorial program that runs fine on my older (2.33 GHz Intel Core 2 Duo) MBP with 10.4.11, but won't work on my new (3.06 GHz C2D) MBP running 10.6.2 Any ideas for how to problem-solve getting the software to run on my new MBP?