Why is it so difficult to setup SAP J2EE Server compared to others ?

In the past I have setup JBoss, Weblogic and others without any problem. Why is it so hard with SAP ?
I have lost a whole week ( see here Software Downloads ) trying to setup SAP J2EE Server for a client who asked to evaluate it.
It seems I'm not alone to get no answer as to why:
CE Trial (Updated 13 June) J2EE Server startup error

Yoor post is very confusing. AOL's iPad magazine is called "Editions" and it's free. "The Daily" is put out by TheDailyHolding and is owned by Rupert Murdoch. You've already posted in another thread where the solution was given. Other people seem to have manged to get unsubscribed.
Best of luck.

Similar Messages

  • How to create one more server node for SAP J2EE server?

    Hi,
    Can any one please suggest how to create one more server node for SAP J2EE server? I am using WAS700.
    Thanks and Regards,
    Smriti.

    Hai,
          Login into the Configtool(C:\usr\sap\SID\DVEBMGS<inst no>\j2ee\configtool) if ABAP+JAVA stack or C:\usr\sap\SID\JC<inst no>\j2ee\configtool) if JAVA stack
    click on the instance and and select the addserver button on the top to create a servernode for J2EE server.
    Thanks and Regards,

  • Where to find the information to setup the J2EE server to run optimal CPS

    Hello,
    I am looking for the information, how the J2EE server should be setup, to run optimal CPS.
    In the installation guide I am not finding it, our I am not looking on the right pages.
    We are using CPS for 4 dev. systems, 1 q und 5 prod. systems.
    On the dev. system we want to run the default sap jobs and the db13 jobs on CPS.
    On the prod. system we are talking around 300 jobs.
    I am looking for a hint, like use 4 jlaunch process with mem 4 gb, or something.
    Run the CPS in the evalution right now, it performs very slow.
    We are using two jlaunch process, using 2 GB each.
    The both processes are clusterd.
    Many thanks for your feedback.
    Best regards
    Carlos Behlau

    Hi Neil and Anton,
    many thanks for your feedback.
    Concerning the sizing guide:
    I am aware of the sizing guide.
    What I do not find, with what setting the J2EE Server should run.
    Lets say: We having a 64 Bit OS u2013 should the J2EE Server process run with 2 GB, the default, or would it speed up the application if we would give the process 4 GB.
    What about the caching settings, of the J2EE Server?
    Are there any best practice documents for VMware ESX environment?
    Best regards and many thanks for your replyu2019s.
    Carlos  Behlau

  • How to configure Engine/SDM for SAP J2EE  Server

    Hi Experts,
    I deployed the EAR file on J2EE Server.
    This EAR file is linked to WebModuleProject (xyz)whic has a WAR file.
    This WAR file contains one JSP. (test_jsp.jsp)
    Then on following the URL
    <a href="http://server:port/xyz/test_jsp.jsp">http://server:port/xyz/test_jsp.jsp</a>
    i m getting the following error message:
    Nov 29, 2007 11:01:40 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    How do i configure engine/SDM?
    What is SDM engine?

    I configured the SDM/Engine successfully
    but still following the url
    <a href="http://server:port/xyz/test_jsp.jsp">http://server:port/xyz/test_jsp.jsp</a>
    i m getting the following error
    404   Not Found
      The requested resource /WebModuleProject/test_jsp.jsp is not available
      Details:   File [WebModuleProject/test_jsp.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    Please experts help me to dig out this problem
    Can anybody suggest me why i m getting the error?

  • How to Install SAP j2ee server

    Hi,
       can anybody guide me as to how to install j2ee server on the local machine.
    1. Where can i get the Installation version from.
    2. wat r the config entries to be changed.
    3. How can i make my own web console.
    Note: The main aim is to use my own web console and delegate the request to ABAB stack remotely.
    Regards
    Anubhav

    Hello Anubhav,
    For installing SAP Web AS (Java) copy the following
    two archives to your local machine:-
    ftp://ftp.sap.com/pub/sdn/devkits/netweaver/java/NW04SneakPrevJavaSP11.part1.rar
    ftp://ftp.sap.com/pub/sdn/devkits/netweaver/java/NW04SneakPrevJavaSP11.part2.rar
    Steps:
    1. Download both the .rar files in the same directory
    Note: The path name length of the destination directory should not exceed 10 characters.
    If you exceed the 10-character limit, the extraction process will fail.
    2. You can erase the contents of this archive after the installation process.
    3. A folder "NW04SneakPrevJavaSP11" is created after extraction.
    Execute <b>start.bat</b> file in this directory to start the installation.
    =====
    For creating Web Console refer the <b>Additional Programming Techniques</b> section of the
    SAP Web AS help documentation :
    http://help.sap.com/saphelp_nw04/helpdata/en/60/fcbc3d16f39e33e10000000a11405a/content.htm
    Please feel free to ask in case you face any problems.
    Regards,
    Tarun

  • Moving SAP J2EE Server from C: to D: Drive

    hello,
    Initially I had installed SAP J2EE in C:\. Later I realized that my C:\ drive is limited in space. I have plenty of diskspace in D:\. Now when I want to apply SAP J2EE patch, I am running into issues with space.
    I know it could be done in unix to move stuff without impacting the runtime environment. Is it possibe to do it in Windows. Did anyone ever moved the installation from one drive to the other.
    If so, what are the steps invloved ?
    A response will be appreciated.
    Thanks,
    Sanjoy.

    With the EP 6 release it should be alot easier than with EP 5 (which I did once and never again).
    Basically what I think you must do is:
    1. Move all files
    2. Search for c:\usr\... references in config files and convert them to d:\usr\.. (best done manually)
    3. Update any installed services and shortcuts from the start menu
    There shouldn't be any (at least not important) data in the registry, but you might do a quick search using regedit just to make sure.

  • Java application to act as background job on SAP J2EE server

    Hi Folks,
    I have a java class(assume, ClassA) in a DC. This class has a method to call a Web Service.
    I have to create one more DC, which contains my Java application.
    This application should make calls to ClassA's method after every 15 minutes.
    I guess I will have to create a servlet for this. Also, I think I can use java.util.Timer for making the regular calls.
    Can you please suggest me the ways to proceed on this?
    Thanks.

    Thanks, Frank.
    Yes, we too have a cluster environment. In our case, this scheduler has to run only on one server node.
    As per the technical requirements, I went ahead with a Servlet application.
    The scheduler is running fine, except one problem.
    I need to call an EJB method deployed on the same server.
    Below is the code snippet.
    InitialContext ctx = new InitialContext();
    MyEjbLocalHome objLocalHome = (MyEjbLocalHome) ctx.lookup("localejbs/my.com/abc~myearDC/MyEjbBean");
    I am getting ClassCastException at the above line.
    I am sure that the local home interface is correct and belongs to the same EJB.
    Can you please help me with this?

  • Moving the database of SAP J2EE Adapter Engine on another host

    Hello all,
    I'd like to ask SAP/Oracle experts if there is any obstacle, why would not be able to move Oracle database of SAP J2EE Adapter Engine on other/different host after the installation.
    As I describe int he thread [Installation of J2EE Adapter Engine with DB on different host|Installation of J2EE Adapter Engine with DB on different host;, the SAPINST program doesn't offer the possibility to install J2EE Adapter Engine with DB on other host than the central instance.
    Only thing I'm not sure about is if this is done by any purpose for some database requirement, or it's simply not there.
    SAP J2EE AE is normal JAVA AS with some more functionalities and is also installed within SAP PI/XI installation, which can run in "distributed model" system.
    What do you think ?
    Thank you for your opinion in advance.
    Regards
    Tomas

    No opinion anyone ?
    Tom

  • SAP J2EE crashing multiple times a day.

    We experinced a problem that caused our SAP J2EE server (EP 6 SP2 PL34) to crash multiple times a day. When investigatinf it we found that the OS (windows 2003) on the Portal servers would run out of Sockets causing the network cards to stop working and therfore the J2EE servers not able to communicate with the backup/state controller.
    After tedious days of investigations we managed to solve it by redirecting the INTERNAL communications between our servers to go directly to the servers instead of going via the Load Balancer. We think it might be a bug with the load balancer. We are in discussion with the Load Blanacer vendor (Nortel) to get their feedback

    To give more technical backgound:
    This happend due to the fact the loadbalancer is acting as a network gateway in this setup and the backend servers like fileserver and DB are in different DMZ subnet. The loadbalancer was not forwarding ARP requests corretly which led to invalidity of these entries on the portal frontend.
    Workaround was to set staic routes from the portal frontends to the backend server using the default gateway.
    The loadbalncer vendor now provided a fix for this issue.

  • WebDAV Access: SAP Content Server

    Hello everyone,
    I would like to use SAP Content Server to store the courses created in LSO Authoring Environment. (Client wants it this way...i have no clue why). Now in order to use SAP Content Server here, the content server must support WebDAV access. So does the content server support WebDAV, if yes -- how to enable it and how to browse it.
    Thanks,
    GLM

    If the documents are stored in DMS with Content Server as the repository, you should be able to access them using the DMS connector to KM.  This is a business package which, when installed, exposes document stored in DMS to KM as a KM repository.  Then you can browse it like any other KM repository.  There are a lot of posts in this forum and others about the DMS connector.
    You can also try to enable WebDAV if you Content Server is using a MaxDB database.
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/068edfba705415e10000000a114cbd/frameset.htm
    Andrew

  • SAP WAS J2EE server installation on Windows Vista

    Hi Experts,
    Is there anything latest on SAP WAS J2EE server installation on Windows Vista. In SDN download section I see SAP NetWeaver 7.01 ABAP Trial Version available with Vista compatibility.
    Is there SAP J2EE server also available with Vista compatibility ?
    Regards,
    Yomesh

    > Is there anything latest on SAP WAS J2EE server installation on Windows Vista. In SDN download section I see SAP NetWeaver 7.01 ABAP Trial Version available with Vista compatibility.
    >
    > Is there SAP J2EE server also available with Vista compatibility ?
    The problem with J2EE is the support status of the used JDK. Sun does not support 1.4.2 under Vista/Windows 2008, technically it works.
    Markus

  • Running ssl client from multiple applications fails in Sap j2ee engine

    There are two applications making ssl connections to third party.
    At a time only one application is able to make connection while other
    throws error message <b>"No trusted certificate found".</b>
    Currently we have  two j2ee applications running in SAP j2ee server. Both applications makes ssl connection to third party servers. Lets call first application as A1 and second application as A2.
    A1 is an internet shopping application . It makes ssl connection to third party services at two places . One is while fetching the shipping charges from UPS site.
    Code Snippet:
    java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    System.getProperties().put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
    String lo_url = new URL("https://wwwcie.ups.com/ups.app/xml/Rate");
    lo_connection = (URLConnection) lo_url.openConnection();
    At other place A1 connects to cybersource service using webservice +ssl  for credit card authentication using cybersource API. It uses certificate in p12 format.
    Code Snippet:
    com.cybersource.ws.client.axis.soap.RequestMessage lo_requestMessage = new  com.cybersource.ws.client.axis.soap.RequestMessage();
    Properties lo_cybsProperties = new Properties();
    lo_cybsProperties.setProperty("merchantId","arvato");
    lo_cybsProperties.setProperty("merchantRefCode","1234")
    lo_requestMessage.setMerchantID( "arvato");
    lo_requestMessage.setMerchantReferenceCode( "1234" );
    lo_cybsProperties.setProperty("cybersourceURL","https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor");
    lo_cybsProperties.setProperty("keysDir", "./WEB-INF/config");     
    lo_requestMessage.setBillTo(setBillToAddress(po_mdsBillingAddress) );
    // add ship to address
    lo_requestMessage.setShipTo(setShipToAddress(po_mdsShiToAddress));
    lo_requestMessage.setPurchaseTotals( setPurchaseTotal() );
    //set cc details
    lo_requestMessage.setCard( setCardDetails(po_mdsCreditCard) );
    Set Items and total tax calculation
    lo_replyMessage = com.cybersource.ws.client.axis.soap.Client.runTransaction( lo_requestMessage, lo_cybsProperties );
    A2 Application
    This application connects to Motorola secured web service to fetch details of mobile hand set. It uses keystore to create ssl connection with Motorola webservice.
    Code Snippet
    try {
    TrustManager[] trustAllCerts = new TrustManager[]{
    new X509TrustManager() {
    public java.security.cert.X509Certificate[] getAcceptedIssuers() {
              return new java.security.cert.X509Certificate[0];
         public void checkClientTrusted(java.security.cert.X509Certificate[] certs, String authType) {}
    public void checkServerTrusted(
    java.security.cert.X509Certificate[] certs, String authType) {
    SSLContext sc = SSLContext.getInstance("SSL");
    sc.init(null, trustAllCerts, new java.security.SecureRandom());
    } catch (Exception e) {
    e.printStackTrace();
    System.setProperty("javax.net.ssl.trustStore","SapWSM.keystore");
    System.setProperty("javax.net.ssl.trustStorePassword","xxxx");
    System.setProperty("javax.net.ssl.keyStore","SapWSM.keystore");
    System.setProperty("javax.net.ssl.keyStorePassword","xxxx");
    Problem Cases :
    Case 1
    Step 1 : Server starts
    Step 2 : User access A1 first
    Step3: A1 Connects to UPS using https (It is able to connect)
    Step4: A1 connects to cybersource using webservice+ssl  (It is able to connect)
    Step 5: Another user access A2
    Step6: A2 tries connection to Motorola webservice over ssl
    Result connectivity fails with description "No trusted certificate found".
    Case2
    Step 1 : Server starts
    Step 2 : User access A2 first
    Step3:  A2 tries connection to Motorola webservice over ssl (It is able to connect)
    Step 5: Another user access A1
    Step6: A1 connects to cybersource using webservice+ssl 
    Result connectivity fails with description "No trusted certificate found".
    Case3
    Step 1 : Server starts
    Step 2 : User access A2 first
    Step3:  A2 tries connection to Motorola webservice over ssl (It is able to connect)
    Step 5: Another user access A1
    Step6: A1 connects to  UPS using ssl
    Result connectivity fails with description "No trusted certificate found".

    Hi Please answer my query it is really <b>
    urgen
    t</b> and we are not able to run both the applications in same server

  • Facing problem in starting SAP J2EE engine

    Hi All,
    When I try to run SAP J2EE Server, it gives following error:
    #1.5#000F20FE32180016000001AE00000EB8000416A438091875#1150794476987#com.sapmarkets.bam.jmxadapter.util.LogDirectory##com.sapmarkets.bam.jmxadapter.util.LogDirectory######1f9667b0003c11dbac71000f20fe3218#SAPEngine_System_Thread[impl:5]_53##0#0#Error#1#/System/Server#Plain###Error writing log directory entryC:
    tmp
    bhawnar_J2E_00_3850950_lv_.xml (The system cannot find the path specified)#
    #1.5#000F20FE32180016000001B000000EB8000416A438091B26#1150794476987#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler##com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler######1f9667b0003c11dbac71000f20fe3218#SAPEngine_System_Thread[impl:5]_53##0#0#Error#1#/System/Server#Plain###com.sapmarkets.bam.util.BAMRuntimeException: Error occured while trying to register     a new log#
    #1.5#000F20FE32180016000001B200000EB8000416A438091D29#1150794476987#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler##com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler######1f9667b0003c11dbac71000f20fe3218#SAPEngine_System_Thread[impl:5]_53##0#0#Error#1#/System/Server#Plain###com.sapmarkets.bam.util.BAMRuntimeException: <Localization failed: ResourceBundle='com.sapmarkets.bam.util.LogViewerMessages', ID='Error while writing to directory.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Error while writing to directory.#
    #1.5#000F20FE32180016000001B400000EB8000416A438092836#1150794476987#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler##com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler######1f9667b0003c11dbac71000f20fe3218#SAPEngine_System_Thread[impl:5]_53##0#0#Error#1#/System/Server#Plain###Originated from: com.sapmarkets.bam.util.BAMRuntimeException: <Localization failed: ResourceBundle='com.sapmarkets.bam.util.LogViewerMessages', ID='Error while writing to directory.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Error while writing to directory.
         at com.sapmarkets.bam.jmxadapter.util.LogDirectory.write(LogDirectory.java:779)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.addToDirectory(AbstractFileLogHandler.java:361)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.registerLogAsMBean(AbstractFileLogHandler.java:249)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.registerLogMBean(AbstractFileLogHandler.java:151)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.registerLogMBean(AbstractFileLogHandler.java:85)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.registerLogMBean(AbstractFileLogHandler.java:402)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.handleEvent(AbstractFileLogHandler.java:469)
         at com.sap.tc.logging.LoggingManager.notifyAddLog(LoggingManager.java:342)
         at com.sap.tc.logging.LogController.addLog(LogController.java:1328)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.adjustConfiguration(LogConfigurator.java:989)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.applyConfiguration(LogConfigurator.java:1488)
         at com.sap.engine.services.log_configurator.LogConfiguratorContainer.prepareStart(LogConfiguratorContainer.java:545)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:239)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareLocal(StartTransaction.java:192)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:365)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:117)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:235)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4443)
         at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:608)
         at com.sap.engine.services.deploy.server.ReferenceResolver.processMakeReference(ReferenceResolver.java:399)
         at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:328)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginCommon(StartTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:152)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:356)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:117)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:235)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4443)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationLocalAndWait(DeployCommunicatorImpl.java:609)
         at com.sap.engine.services.webdynpro.WebDynproContainer.startExternal(WebDynproContainer.java:633)
         at com.sap.engine.services.webdynpro.WebDynproContainer.startDependant(WebDynproContainer.java:534)
         at com.sap.engine.services.webdynpro.WebDynproContainer.startInternal(WebDynproContainer.java:700)
         at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1418)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:239)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareLocal(StartTransaction.java:192)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:365)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:117)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:235)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4443)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2568)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2425)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:42)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:144)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Can anyone help me on this, it was working fine earlier. I stopped the server and restarted my machine, from then on its not working...

    Hi,
    I have 1GB RAM, and I have already increased virtual memory.
    Finally I had to reinstall SAP Server
    thanks
    bhawna

  • Key differentiation in ERP SAP Finance and Controlling with Other ERP Appli

    Hi ALL,
    I want to know one important thing in ERP SAP Application, What is the Key differentiation in SAP Finance and controlling with other ERP application like Oracle, PeopleSoft...
    And what is the main feature in SAP Finance and controlling with other ERP application.  Tell few SAP FICO features compare to other ERP application  
    thanks
    Kiran

    Hi ALL,
    I am waiting for you reply kindly cooperate in this
    thanks
    kiran

  • SAP Content Server Size Limitations

    Hi,
    Has SAP Content Server any limitations regarding the amount of information to be stored ?.
    We have a 160 Gb/ year data to be stored and we doubt to use the SAP content Server or some other content server ( IXOS, Documetum ... ).
    Best Regards,
    Francisco.

    Hi,
    I don't think there would be any sizing restrictions:
    I found some SAP Notes at this link:
    http://help.sap.com/saphelp_47x200/helpdata/en/40/4695331ea6424b942a953616f01b9e/frameset.htm
    Where there are a list of notes which 'might' be useful..
    You might want to check this note if you are using UNIX:
    Note 586895 - SAP Content Server for UNIX (composite SAP note)
    Regards,
    Siddhesh

Maybe you are looking for

  • Cannot load computer, Cannot perform a clean install

    Hello everyone, Firstly i am primarily a PC user, so bear with my Mac ineptitude. The computer is a MacBook Pro 15" A1286 model - Early 2012 (i think). I haven't used my MacBook for a couple of months and when i recently went to power it on (full bat

  • Remote access vpn not working, VPNC client

                       Hi, I have configured a remote access vpn client on cisco ASA 5520 with the following configuration. we are using cisco vpn client. tunnel-group consultant type remote-access tunnel-group consultant general-attributes address-pool

  • How can I switch my resolution back after getting a black screen?

    Hi! A couple weeks ago I connected my iMac (2012) to my LG TV. Everthing was working fine until my screen on my iMac blacked out. Even when I disconnect my TV from my iMac, my screen remains black. There's no sign of a dimmed backlight or a broken ba

  • IPhone 6 problem in start up

    I have iPhone 6... and suddenly  when the buttery is full empty , It couldn't starting up again after charging . every time it make starting up then it Shutting down.

  • Can Actuate and BIP co-exist in a Siebel environment?

    Just need to check how we can have both BI Publisher and Actuate co exist in our Siebel environment thanks.