Using AWS as DR

Hello Friends, I would like to open a discussion on using AWS site as DR site option, does anyone have any experience on Implementation, Costs, Management. How complex it will be any long term complications. This will be for Windows 2012 OS & with SQL 2012 database. Any input will be really helpful and much appreciated. Thanks, Kamal

Hello
I assume your DR site will be up and running all the time. The cost might be comparable with running the normal system. You can refer to the official documents on AWS for SAP implementations: Resources
There are also information about potential costs. This might be even 71% saving vs. running this on-premise. For the complexity I would say is the same like running any other remote location.
Łukasz Baszczyc

Similar Messages

  • Problem in using AWS model for PI interface

    Hi
    We want to consume XI inbound interface for a 3rd party web service in web dynpro via AWS model; we can create the model class from the wsdl file imported from PI interface; but facing some issue in configuring the logical destination as we don't have any wsdl url from PI which we can use in the dynamic proxy configuration.
    Thanks in advance.
    Sudip

    Hi Sudip
      Can you please tell me how did you resolve this issue? We are running into the exact same problem.
    Thanks
    Preet

  • Ora-27211 using aws s3 for sbt

    oracle 11.2.0.2 se and 10.2.0.5 ee both on linux rhel v5.5
    using the following documentation to configure Getting Started
    Trying to use the amazon s3 for our Oracle backups and I can get it to work if I use allocate channel command in my run block, but I can not get it to work with the configure channel command to store the parms in the rman repo.
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name CAFD are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 1 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS  'SBT_LIBRARY=/usr/local/oracle/product/11.2.0/lib/libosbws12.so ENV=(OSB_WS_PFILE=/usr/local/oracle/product/11.2.0/dbs/osbwsCAFD.ora)';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/usr/local/oracle/product/11.2.0/dbs/snapcf_CAFD.f'; # default
    RMAN> run {
    2> allocate channel dev1 type sbt;
    3> backup incremental level 0 database section size 1g tag = 'level_0';
    4> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on dev1 channel at 08/14/2013 10:02:02
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    but the following works.
    RMAN> run {
    2> allocate channel dev1 type sbt parms='SBT_LIBRARY=/usr/local/oracle/product/11.2.0/lib/libosbws12.so, SBT_PARMS=(OSB_WS_PFILE=/usr/local/oracle/product/11.2.0/dbs/osbwsCAFD.ora)';
    3>  backup incremental level 0 database section size 1g tag = 'level_0';
    4> }

    Hi,
    Seems you configured all things, so you can only have to use
    run{
    backup incremental level 0 database section size 1g tag = 'level_0';
    How ever if you want parallelism you can configure like
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4;
    HTH

  • Error: When importing a Webserive using AWS Model

    Hi Experts,
    The webservice is created in .NET and i am able to test the same.
    When i try to import the same into Webdynpro, i am getting the following error.
    Even i tried to import the webservice after saving it locally also, i am getting the following error.
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. Could not load web service model. See nested exception for details.
         at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:149)
         at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.<init>(DGenericServiceImpl.java:49)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:71)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:411)
         ... 53 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Problem with WSDL file parsing. See nested message.
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:182)
         at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:146)
         ... 56 more
    Caused by: com.sap.engine.lib.xml.util.NestedException: IO Exception occurred while parsing file:Cannot connect to http://xxx/ws/service.asmx?Config1.WSDL, passing via http proxy: :80: Connection refused: connect -> java.io.IOException: Cannot connect to http://xxxx/ws/service.asmx?Config1.WSDL, passing via http proxy: :80: Connection refused: connect
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1028)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1115)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:178)
         ... 57 more
    Caused by: java.io.IOException: Cannot connect to http://xxxx/ws/service.asmx?Config1.WSDL, passing via http proxy: :80: Connection refused: connect
         at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:161)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1008)
         ... 59 more
    Thanks & Regards,
    Palani
    Edited by: Palaniappan A on Jan 5, 2010 6:05 AM

    Hi Experts,
    I am not able to Paste, WSDL code here.
    Please help me to sort out this problem.
      <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="Wartsila.PTIP.WebServices.CatalogueServices" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="Wartsila.PTIP.WebServices.CatalogueServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    - <wsdl:types>
    - <s:schema elementFormDefault="qualified" targetNamespace="Wartsila.PTIP.WebServices.CatalogueServices">
    - <s:element name="GetMaterialInfo">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="materialNumber" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="materialDescription" type="s:string" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:element name="GetMaterialInfoResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="GetMaterialInfoResult" type="tns:ArrayOfMaterialInfo" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:complexType name="ArrayOfMaterialInfo">
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="unbounded" name="MaterialInfo" nillable="true" type="tns:MaterialInfo" />
      </s:sequence>
      </s:complexType>
    - <s:complexType name="MaterialInfo">
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="VendorNumber" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="MaterialNumber" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="ShortText" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="OrderUnit" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="NetPrice" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="PriceUnit" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="MaterialGroup" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="DeliveryTime" type="s:string" />
      <s:element minOccurs="0" maxOccurs="1" name="GlAccount" type="s:string" />
      </s:sequence>
      </s:complexType>
      <s:element name="ArrayOfMaterialInfo" nillable="true" type="tns:ArrayOfMaterialInfo" />
      </s:schema>
      </wsdl:types>
    - <wsdl:message name="GetMaterialInfoSoapIn">
      <wsdl:part name="parameters" element="tns:GetMaterialInfo" />
      </wsdl:message>
    - <wsdl:message name="GetMaterialInfoSoapOut">
      <wsdl:part name="parameters" element="tns:GetMaterialInfoResponse" />
      </wsdl:message>
    - <wsdl:message name="GetMaterialInfoHttpGetIn">
      <wsdl:part name="materialNumber" type="s:string" />
      <wsdl:part name="materialDescription" type="s:string" />
      </wsdl:message>
    - <wsdl:message name="GetMaterialInfoHttpGetOut">
      <wsdl:part name="Body" element="tns:ArrayOfMaterialInfo" />
      </wsdl:message>
    - <wsdl:message name="GetMaterialInfoHttpPostIn">
      <wsdl:part name="materialNumber" type="s:string" />
      <wsdl:part name="materialDescription" type="s:string" />
      </wsdl:message>
    - <wsdl:message name="GetMaterialInfoHttpPostOut">
      <wsdl:part name="Body" element="tns:ArrayOfMaterialInfo" />
      </wsdl:message>
    - <wsdl:portType name="ServiceSoap">
    - <wsdl:operation name="GetMaterialInfo">
      <wsdl:input message="tns:GetMaterialInfoSoapIn" />
      <wsdl:output message="tns:GetMaterialInfoSoapOut" />
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:portType name="ServiceHttpGet">
    - <wsdl:operation name="GetMaterialInfo">
      <wsdl:input message="tns:GetMaterialInfoHttpGetIn" />
      <wsdl:output message="tns:GetMaterialInfoHttpGetOut" />
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:portType name="ServiceHttpPost">
    - <wsdl:operation name="GetMaterialInfo">
      <wsdl:input message="tns:GetMaterialInfoHttpPostIn" />
      <wsdl:output message="tns:GetMaterialInfoHttpPostOut" />
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="GetMaterialInfo">
      <soap:operation soapAction="Wartsila.PTIP.WebServices.CatalogueServices/GetMaterialInfo" style="document" />
    - <wsdl:input>
      <soap:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:binding name="ServiceSoap12" type="tns:ServiceSoap">
      <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="GetMaterialInfo">
      <soap12:operation soapAction="Wartsila.PTIP.WebServices.CatalogueServices/GetMaterialInfo" style="document" />
    - <wsdl:input>
      <soap12:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap12:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:binding name="ServiceHttpGet" type="tns:ServiceHttpGet">
      <http:binding verb="GET" />
    - <wsdl:operation name="GetMaterialInfo">
      <http:operation location="/GetMaterialInfo" />
    - <wsdl:input>
      <http:urlEncoded />
      </wsdl:input>
    - <wsdl:output>
      <mime:mimeXml part="Body" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:binding name="ServiceHttpPost" type="tns:ServiceHttpPost">
      <http:binding verb="POST" />
    - <wsdl:operation name="GetMaterialInfo">
      <http:operation location="/GetMaterialInfo" />
    - <wsdl:input>
      <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
    - <wsdl:output>
      <mime:mimeXml part="Body" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:service name="Service">
    - <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="http://ptipqa.wartsila.com/ws/service.asmx" />
      </wsdl:port>
    - <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="http://ptipqa.wartsila.com/ws/service.asmx" />
      </wsdl:port>
    - <wsdl:port name="ServiceHttpGet" binding="tns:ServiceHttpGet">
      <http:address location="http://ptipqa.wartsila.com/ws/service.asmx" />
      </wsdl:port>
    - <wsdl:port name="ServiceHttpPost" binding="tns:ServiceHttpPost">
      <http:address location="http://ptipqa.wartsila.com/ws/service.asmx" />
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>
    Regards,
    Palani
    Edited by: Palaniappan A on Jan 11, 2010 6:49 AM

  • HT3939 Will my Canadian unlocked A1428 model iPhone 5 work with WIND MOBILE as it uses AWS 1700/2100 freq. same as T Mobile in USA?

    I bought it in October 2012

    Hi I'm a student and I currently live in Toronto but soon return to Italy. I wanted to buy the new iPhone 5 unlocked and use Wind as an line. I have two questions:
    When I go back to Italy, I can use it with the Italian line?
    Which model should I ask in the Apple Store? A1428?

  • Using Adobe TypeKit with AWS Elastic Beanstalk

    We're working on a prototype website using AWS Elastic Beanstalk and trying to use an Adobe typekit font on it.  I have registered the EB URL with the typekit I registered. The font works well for about an hour, then disappears. Does TypeKit block Elastic Beanstalk URLs from using fonts? The actual URL is FGL CALCULATOR TESTS. I registered the URL "fglcalculatorwebser-env.elasticbeanstalk.com"  in the typekit. Did I do something wrong?
    Thanks,
    Paul

    This is what I get using another host FGL CALCULATOR TESTS

  • IIS Issue:when trying to download code from AWS S3 and deploy in IIS server using Power Shell script while Windows startup Default Application pool is not started.

    Hi,
    I am trying to launch Amazon EC2 windows server 2008 R2 instance using AWS Auto Scaling feature. I have used cusmized AMI in Autoscaling Launch configuration to launch an instance.I have placed Power Shell script in AMI. 
    The responsibility of script is to download code from AWS S3 and deploy in IIS server while windows startup first time.
    When i check status, IIS is started succesfully. But default Application pool is not started.
    To resolve this issue i have written one scheduled script. It helps to start the application pool if any application pool is in stopped state.
    After this Application pool is started but i am not able to communicate with IIS server through browser.  
    Please help any one to resolve this issue.
    Thanks in advance

    Hi Vchreddy,
    For the IIS issue, we recommend you can post in IIS forum for more effective support:
    http://forums.iis.net/
    Thanks for your understanding.

  • Installing Oracle Database 11.2.0.3 on Centos 6.4 in AWS

    We have been installing and configuring oracle database 11.2.0.3 with OIAM 11gR1 for a few years with great success.
    RHEL 5.7
    WLS 10.3.6
    OracleDB 11.2.0.3
    OIAM 11gR1
    OHS 11.1.1.6
    We have recently decided to move our VMs to Amazon's EC2 environment using CentOS 6.4.  The OS our client currently has us using is a hardened version of RHEL5.7.  We have installed on CentOS in the past but not in 6.4.  All the prereqs are setup but we cannot seem to get the database to configure completely.  Running in silent or interactive mode makes no difference. 
    When running in silent mode we received the following:
    ./runInstaller -silent -ignoreSysPreReqs -responseFile db_install_w_database.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB.   Actual 6463 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 24999 MB    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-04-13_04-55-50PM. Please wait ...
    You can find the log of this install session at:
    /opt/oraInventory/logs/installActions2015-04-13_04-55-50PM.log
    The installation of Oracle Database 11g was successful.
    Please check '/opt/oraInventory/logs/silentInstall2015-04-13_04-55-50PM.log' for more details.
    [WARNING] [INS-32091] Some of the configuration assistants failed.
       CAUSE: Software installation was successful. But some configuration assistants failed, were cancelled or skipped.
       ACTION: Refer to the logs or contact Oracle Support Services.
    Checking the install log:
    INFO: Oracle Net Listener Startup:
    INFO: The information provided for this listener is currently in use by other software on this computer.
    INFO:     Listener start failed.
    INFO: Check the trace file for details: /opt/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1504134PM5854.log
    INFO: Oracle Net Services configuration failed.  The exit code is 1
    Then checking the netca log
    [main] [ 2015-04-13 16:58:55.132 UTC ] [CmdToolUtil.doexecute:473]  nativeSystem.runRemoteExecCmd failed. Command = /opt/oracle/product/dbs/srvm/admin/getcrshome arguments = [] env = null error = null
    [main] [ 2015-04-13 16:58:55.133 UTC ] [HAUtils.getHASHome:938]  Failed to get HAS home.
    PRCT-1011 : Failed to run "getcrshome". Detailed error: null
    oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:483)
    oracle.sysman.assistants.util.hasi.HAUtils.getConfiguredGridHome(HAUtils.java:782)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:934)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:955)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:529)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1516)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1538)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1785)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:183)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4189)
    oracle.net.ca.NetCA.main(NetCA.java:428)
    [main] [ 2015-04-13 16:58:55.133 UTC ] [HAUtils.isHASConfigured:532]  HA Home is null
    [main] [ 2015-04-13 16:58:55.134 UTC ] [ConfigureListener.isHASConfigured:1524]  Is Oracle Restart configured: false
    [main] [ 2015-04-13 16:58:55.134 UTC ] [ConfigureListener.isHASRunning:1553]  Is Oracle Restart running: false
    [main] [ 2015-04-13 16:58:55.134 UTC ] [ConfigureListener.listenerExists:344]  Is listener "LISTENER" already exists: false
    [main] [ 2015-04-13 16:58:55.135 UTC ] [ConfigureListener.typicalConfigure:215]  Checking for free port in range: 1521-1540
    [main] [ 2015-04-13 16:58:55.135 UTC ] [ConfigureListener.isPortFree:1080]  Checking if port 1521 is free on local machine...
    [main] [ 2015-04-13 16:58:55.135 UTC ] [ConfigureListener.isPortFree:1095]  InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2015-04-13 16:58:55.136 UTC ] [ConfigureListener.isPortFree:1097]  Local host IP address: awscentoschrome.amazonaws.com/52.4.205.244
    [main] [ 2015-04-13 16:58:55.136 UTC ] [ConfigureListener.isPortFree:1099]  Local host name: awscentoschrome.amazonaws.com
    [main] [ 2015-04-13 16:58:55.136 UTC ] [ConfigureListener.isPortFree:1115]  IP Address: awscentoschrome.amazonaws.com/52.4.205.244, Is IPv6 Address: false
    [main] [ 2015-04-13 16:58:55.137 UTC ] [ConfigureListener.isPortFree:1118]  IP Address: awscentoschrome.amazonaws.com/52.4.205.244, Is Link-Local Address: false
    [main] [ 2015-04-13 16:58:55.137 UTC ] [ConfigureListener.isPortFree:1143]  Creating ServerSocket on Port:1521, IP Address: awscentoschrome.amazonaws.com/52.4.205.244
    [main] [ 2015-04-13 16:58:55.140 UTC ] [ConfigureListener.isPortFree:1178]  java.net.PlainSocketImpl.socketBind(Native Method)
    java.net.PlainSocketImpl.bind(PlainSocketImpl.java:377)
    java.net.ServerSocket.bind(ServerSocket.java:319)
    java.net.ServerSocket.<init>(ServerSocket.java:185)
    oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1145)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:219)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4189)
    oracle.net.ca.NetCA.main(NetCA.java:428)
    [main] [ 2015-04-13 16:58:55.140 UTC ] [ConfigureListener.isPortFree:1191]  Returning is Port 1521 free: false
    2 things come to mind with the netca log:
    1) We are NOT using HA... so it would seem we could ignore that.
    2) Port 1521 is NOT in use.  I ran netstat -anpl | grep 1521 in a 5 second delay loop while running the installation and it never appeared.
    Does anyone know if there is something different with Centos6.4 or AWS installations that would cause this?  Also, the log says that the installation went fine and the issues were with  configuration.  The spfile does not exist and when root.sh is run after the install, the oratab has no entry ($ORACLE_SID:$ORACLE_HOME:<N|Y> does not exist).
    Ideas?

    Found the issue in the http://stackoverflow.com forums. We had searched them before but did not search on the correct error. I searched on "The information provided for this listener is currently in use by other software on this computer." and found a forum thread that we explained our issue.
    We are using AWS as our server provider. AWS has 2 IPs it uses. The Public one which we use to putty into and access the server and the Private one that is on eth0. Evidently, the private IP needs to be in the /etc/hosts file not the public IP.
    The database installed and is running.

  • How to re install the apex in AWS linux instance.

    Hi,
    We are using AWS linux 64 bit server instance with oracle 11g installed. In this apex 3.0... is pre installed. I browse apex and tried to login but it says invalid credentials.
    So i thought i need create Admin password to create workspace and login credentials, so i run these commands to setup the pwd for Admin
    SQL>@apexins SYSAUX SYSAUX TEMP /i/
    it run the somany scripts and finally given error
    ...Initialize the table of Oracle default schema names
    begin
    ERROR at line 1:
    ORA-00001: unique constraint (FLOWS_030000.WWV_FLOW_RESTRICT_SCHEMA_PK)
    violated
    ORA-06512: at line 9
    SQL>@apxldimg /home/oracle
    given this error
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    No such file or directory
    ORA-06512: at "SYS.XMLTYPE", line 296
    ORA-06512: at line 15
    SQL>@apxchpwd
    given this error
    SP2-0310: unable to open file "apxchpwd.sql"
    Now im unable to browse apex at all.
    I donot understand how to solve this issue. Im new to oracle.
    how to re install the apex in AWS linux instance.
    or
    Please let me know how to solve this issue.
    Thank you
    Edited by: praveenb on Nov 2, 2011 3:45 AM
    Edited by: praveenb on Nov 2, 2011 4:16 AM

    So i run these commands to setup the pwd for Admin
    SQL>@apexins SYSAUX SYSAUX TEMP /i/
    SQL>@apxldimg /home/oracle
    SQL>@apxchpwd <enter ADMIN password when prompted>
    Some where it gone wrong. now im unable to browse apex.
    Perhaps the cause of your problem was running apexins.sql and apxldimg.sql scripts ( used for the installing Apex, not changing passwords ).
    As suggested, please post in the Apex forums - Oracle Application Express (APEX)
    Apex 3.0 is old. I'd be installing 4.1 if I was you.
    Google is also your friend. Doing a quick search will bring up plenty of blogs with step-by-step instructions on how to install and upgrade Apex.

  • NullPointerException at AWS model instantiation.

    Hi
    I am trying to consume a third party web service in Web Dynpro using AWS model in NW7.0. But at runtime I am getting a NullPointerException at the very first line where I instantiated the model object.  Line of code where the exception is thrown is QasWsModel qasModel= new QasWsModel(); where QasWsModel is the model name. It would be really helpful if you can give some clue on this.
    Thanks & regards
    Sudip

    Hi,
    Try deleting the existing Model from the "Models" section of your project. Then recreate the Model using the AWS Wizard. That should clear out the problem. If it doesn't then the model is not beinf created correctly in the AWS.
    Try navigating to the exact name of the java file for the Model in the "Navigator" view.
    If the Model java file name is accurate then there is probably an issue with the source of the Web Service Implementation. This would mean that you would have to regenerate the WSDL file to ensure that there were no issues.
    Hope that helps.
    Thanks.
    p256960.

  • Does Amazon(AWS) support hosting OS  X server ?

    Hi All ,
    Our company is trying to support some mac clients internally and plan to set up Apple magic triangle and doesn't like to purchase additional hardware so we plan to use AWS and i have looked up for a while to find out whether Amazon hosts OS X servers but i didn't find any. Can anybody please point me in the right direction as to how .?

    Welcome to Apple Support Communities
    Of course. Moreover, all Macs that can run OS X Mavericks are able to run OS X Mavericks Server.
    Open the Mac App Store and purchase OS X Server. When the download finishes, the OS X Server setup will appear, so follow its steps.
    OS X Server is designed to work in small networks, so in this case, near any Mac works

  • AWS Remote Desktop Services Licensing

    Greetings! This is my first to post, so please bear with me.
    Here is my scenario:
    My company has a number of Windows servers (company-owned hardware & OS licenses) in a server farm. My company has purchased User & RDS User CALs for all employees to be able to RDP into each server. Server licenses & CALs are all retail purchases,
    no Volume Licensing, no Software Assurance.
    The company has also purchased a VL w/SA Microsoft Office w/100 seats. I have installed Office on our servers for our users' use. 
    I know this configuration is compliant with Microsoft's License Agreements as we own the hardware and directly purchased the licenses.
    However, in addition to the server farm, my company has an account with AWS and wants to create several multi-user (via RDP) servers. Also, my company wants to install Office on the servers for our users.
    Here is my problem:
    I cannot find clear concise documentation from either Microsoft or AWS confirming the licensing requirements for my AWS scenario.
    I've found many blogs saying one could use the regular User/RDS User CALs purchased via VL or Retail.
    Alternately, I've found several other blogs talking about User/RDS User SALs (Subscriber Access Licenses) as the requirement since Windows is licensed from Microsoft via AWS through SPLA (Subscriber Provider License Agreement). 
    Are SALs included in my monthly payments to AWS? Where do I buy SALs? Does anyone have official documentation from AWS on this topic? The software vendor from which I purchased my company's VL Office has never heard of SALs.
    Additionally, I have not been able to find clear documentation regarding the use of Office on an AWS Windows instance. I know AWS supports LM (Licensing Mobility) for users with certain Volume Licensing agreements but LM only applies to Server Applications.
    Microsoft Office is a desktop application.
    Where can I buy Office for AWS instances? How do I license my users to be able to use Office on an AWS instance?
    I've contacted Microsoft and was redirected to AWS. I've contacted AWS but no one seems to know the answers. Is no one else asking these questions? Is no one else using AWS Windows-based servers in a multi-user environment over RDP?
    Any input on this topic would be very much appreciated.

    I'm doing some licensing audits now and the only thing I've found was a webinar by AWS dated February 27, 2012, so I don't know if it's still the most current information. Due to the fact that the Windows Server license is being offered through Amazon
    you would need a SAL in order to legitimately use any Remote Desktop Services, once you buy a SAL any existing user CALs you already have are now valid in AWS. The presenter goes on to say that Amazon would really like to offer SALs, BUT, unfortunately they
    do not. This then lead me to alternating paranoid speculation that Microsoft has put Amazons request to sell SALs into the nearest round file so that Azure would be more attractive and a superiority complex rampant with bitter hatred for Amazon's inability
    to make money that they would really like to make.
    There were a couple of things that seemed kind of odd about this to me. Any existing Server CALs you have are "instantly valid" for use in AWS, but you're RDS CALs are not. It seems to me since the non technical use of those licenses are nearly identical
    they should either both be valid or both be invalid for AWS use, so I guess this puts one more point in the hooray Microsoft column.
    Apparently I can't post links yet, but there is a page with some references to License Mobility in AWS and a link to the webinar at the bottom in the Licensing & Costs section. The page is aws dot amazon dot com slash Microsoft and the remarks regarding
    the RDS licensing are at the 15 minute mark of the webinar. Overall the webinar was generally more useful and less marketing than the page it's on, so if you plan to do anything with SharePoint, SQL Server or any other products it would be worth watching.
    Also, Amazon says there is no way to run any version of Microsoft Office in an AWS instance legally, maybe you could get by with Open Office? If you do find a way to run any RDS applications in AWS legally I would be interested to hear about how.

  • UMA Lumia on T-Mobile

    I (and every t-mobile user) am hoping you (nokia) will come out with a UMA supported 900 series Windows Lumia phone that uses AWS-1 or UMTS band IV. Who do I have to... contact in order to make this happen.

    Doubtful it is going to happen.
    but being I am using one on the USA tmo network, I can confirm you will still use the 1900 in some areas and get very fast speed.

  • Web Dynpro and CAF (BOs, Application Services, returning Complex Types)

    Hi All,
    I am trying to develop an application using Web Dynpro and CAF for days now and did not get it running.. I need some help here.
    What I am trying to do / have done is the following:
    - Design a Business Object (BO) in CAF
    - Implement an Application Service that has a method called getAllBOs that calls the findAll method of the BO
    - call this method using AWS model or EJB model in Web Dnypro, show the result in a table.
    My getAllBOs returns a set of BOs (Data Type is the Complex Type of my BO in CAF). I was able to design the Application Service so that it returns a collection of BOs (using a Wrapper Comple Type), but I was never able to call the generated Web Service successfully in Web Dynpro. The WebService worked fine when testing it in wsnavigator...
    However, i never got it running.. is there anybody out there who is able to explain what to do to import a AWS model or an EJB model in Werb Dynpro and particularily how to implement the stuff so that it returns a set of BOs successfully...
    Thanks in advance.. Useful help is highly appreciated
    Please note: THIS IS ABOUT Netweaver CE 7.1 - do not post stuff about 7.0!

    Hi,
    You have to return a single object from caf layer to webdynpro layer.
    Since you are returning a list of BOs, create a wrapper in caf which contains the list of your BOs.
    Your application service should return this wrapper.
    Creating Wrapper:
    1. Create a complex data type.
    2. Include your BO as one of the properties in it. and set the cardinality to 0..n.
    In Application service invoke your findAll() of BO and use the returned list to populate the wrapper's BO list.
    Return this wrapper.
    Hope it helps.
    Regards,
    Fazal

  • Error when mapping objects

    When mapping tables from the source databaase to the OLAP database I get "An error occurred creating DimensionMapGroup. CIRCUIT_DIM.MAPGROUP1.DIMENSIONMAPGROUP: ***Error occurred in DELETE_MAPPING_GROUP. I am using AWS 10.0.2.0.3. Any help would be appreciated.

    Don't know if you made a mistake in the version, but please refer to here for best versions to be using: http://www.oracle.com/technology/products/bi/olap/collateral/olap_certification.html
    10.2.0.3 with OLAP patch or 10.2.0.4 code stream is best if on 10g.
    Thanks, Laura
    Edited by: Laura McKechnie on Dec 3, 2009 7:50 PM

Maybe you are looking for

  • Report to see the g/l balance vendor wise

    hi experts, i need to check the balance of  one g/l "tds on contractor" vendor wise. but i am unable to get the information vendor wise.can anyone give me some idea by which t code i can see the report? Thanks Regards Konishko

  • Reclone of Recovery HD solved 10.8.3 boot failure

    After installing the OSX 10.8.3 update this weekend, my 3 year old stock 15" MBP refused to complete the boot sequence. I finally was able to fix this problem by recloning the Recovery HD using Carbon Copy Cloner, and for the good of the community I

  • Contacts fail to sync

    The iPhone help manual states: If you've set up iTunes to sync contacts automatically, iTunes keeps your contacts up-to-date-whether you make changes on your computer or on iPhone. This is not working. I have a contact (in sync) in both my PC (Vista)

  • Role of a functional consultant in Middleware

    Hi Friends, Can any one please tell me the role of a SAP Sales & Service functional consultant in Middle ware. As of i know we take care of the Initial load of the objects and monitor the Bdoc's, Objects..etc.. Can any one share the experience as of

  • I have a Mac mini 3.1, can I upgrade to mountain lion ?

    hi, can I upgrade my Mac mini 3.1 to run OSS mountain lion ?