LMS 4.0 Service Temporarily Unavaliable

Hello
A few days ago we upgraded LMS to version 4. It worked fine, but after installing patches and updates from Cisco web, the web interface failed and we haven't been able to restore the service.
I get this error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I've tried to start the services with no success:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\user>net stop crmdmgtd
The CiscoWorks Daemon Manager service is not started.
More help is available by typing NET HELPMSG 3521.
C:\Documents and Settings\user>net start crmdmgtd
The CiscoWorks Daemon Manager service is starting.
The CiscoWorks Daemon Manager service could not be started.
The service did not report an error.
More help is available by typing NET HELPMSG 3534.

Hi,
First of all Add the Causers as a Member of Adminstrator group.
then issue the below command:
NMSROOT\CSCOpx\setup\support>resetCauser.exe
now try to start the daemon Manager..
I hope this will help..
Thanks
Afroj

Similar Messages

  • Unable to start Web Analysis .Service Temporarily Unavailable

    Hi,
    I am using the following URL to access Web Analysis http://testdb.xxx.xxx.xx:19000/WebAnalysis/WebAnalysis.jsp. But it throws up the following error -
    "*Service Temporarily Unavailable, the server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.*"
    FYI
    1. I'm using EPM 11.1.1.3 on Linux Server (Tikanga)
    2. Planning, Shared Services, Workspace, Essbase etc. are working fine. The problem is only with Web Analysis. However, even Web Analysis was working fine in the not-so-distant past.
    I have tried stopping and starting the Web Analysis service but that doesn't seem to help.
    Any ideas would be appreciated.
    Thanks & Cheers,
    Sahil

    Just to add to my first post, i am facing the following issues:
    1. When I restart the Web Analysis service
    [hypappl@testdb bin]$ cd /oracle/hyp/app/deployments/Tomcat5/bin
    [hypappl@testdb bin]$ ./startWebAnalysis.sh restart
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    Using CATALINA_BASE: /oracle/hyp/app/deployments/Tomcat5/WebAnalysis
    Using CATALINA_HOME: /oracle/hyp/app/common/appServers/Tomcat/5.5.17
    Using CATALINA_TMPDIR: /oracle/hyp/app/deployments/Tomcat5/WebAnalysis/temp
    Using JRE_HOME: /oracle/hyp/app/common/JRE/Sun/1.5.0
    2. When I start service from biplus folder
    [hypappl@testdb bin]$ cd /oracle/hyp/app/products/biplus/bin
    [hypappl@testdb bin]$ ./start.sh restart
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsFinancialReporting.sh.
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    3. When I run the setCustomParamsWebAnalysis.sh
    [hypappl@testdb bin]$ ./setCustomParamsWebAnalysis.sh
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify .
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify .
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify .
    4. And finally, when I try to open Web Analysis reports from Workspace -> Explore, I get the below error
    Required application module analyzer.reportview is not configured. Please contact your administrator.
    Web Analysis was working just fine until recently. Now the problem is only with WA. Everything else is working as it should If nothing gets Web Analysis up and running again, is there a way I can retrieve my saved report files? I can view these files from Workspace -> Explore -> Reports folder.
    Thanks,
    Sahil

  • Sender Soap Channel is not working - Service Temporarily Unavailable [503]

    dEAR FRIENDS,
    We are facing one critical issue in sender soap adapter. After upgrading our system to PI 7.1 The sender soap channle is not working. From source  system  it is not reaching PI : the log from source system as follows:
    org.springframework.ws.client.WebServiceTransportException: Service Temporarily Unavailable [503]
          at org.springframework.ws.client.core.WebServiceTemplate.handleError(WebServiceTemplate.java:627)
          at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:551)
          at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:502)
          at org.springframework.ws.client.core.WebServiceTemplate.marshalSendAndReceive(WebServiceTemplate.java:351)
          at org.springframework.ws.client.core.WebServiceTemplate.marshalSendAndReceive(WebServiceTemplate.java:345)
          at org.springframework.ws.client.core.WebServiceTemplate.marshalSendAndReceive(WebServiceTemplate.java:337)
          at com.palm.txnengine.wsclient.DailyRevenuePostingWSGateWaySupport.postToSap(DailyRevenuePostingWSGateWaySupport.java:23)
          at com.palm.txnengine.wsclient.DailyRevenuePostingImpl.execute(DailyRevenuePostingImpl.java:93)
          at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:264)
          at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:67)
          at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:352)
          at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:212)
          at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:143)
          at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:239)
          at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:198)
          at org.springframework.batch.core.job.AbstractJob.handleStep(AbstractJob.java:348)
          at org.springframework.batch.core.job.flow.FlowJob.access$0(FlowJob.java:1)
          at org.springframework.batch.core.job.flow.FlowJob$JobFlowExecutor.executeStep(FlowJob.java:137)
          at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:60)
          at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:144)
          at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:124)
          at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:105)
          at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:250)
          at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:110)
          at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
          at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:105)
          at org.springframework.batch.core.launch.support.CommandLineJobRunner.start(CommandLineJobRunner.java:207)
          at org.springframework.batch.core.launch.support.CommandLineJobRunner.main(CommandLineJobRunner.java:254)

    Hi,
    Please check this generic description:
    The error message 503 Service unavailable Application stopped! is displayed.
    Description:The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    Possible Tips: Because of J2EE application com.sap.aii.af.ms.app not active
    u2022 Try to (re)start the application using the Visual Administrator Choose Server --> Services --> Deploy --> View on Application or restart the J2EE engine
    u2022 The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.
    u2022 Refer SAP Note 803145,807000,791655
    May it helps.
    Regards,
    Caio Cagnani

  • LMS3.2 - Service Temporarily Unavailable

    Hi there
    Our Windows Cisco Works Server ran out of disk space, I freed up some space and rebooted the server. After I restarted the server I now get the following message when trying to use a web browser to connect -
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Eventualy I then just get "page cannot be displayed"
    I have tried restarting the services using -
    net stop crmdmgtd
    net start crmdmgtd
    Any help on how to start troubleshooting this would be gratefully recieved.
    Cheers
    Tim

    The following event is logged when the TomCat service stops -
    "The Java Virtual Machine has exited with a code of 0, the service is being stopped."
    There is also the following errror straight after the TomCat service starts up -
    " The Apache service named  reported the following error: >>> [Mon Feb 22 10:32:20 2010] [warn] The Alias directive in C:/Program Files/CSCOpx/MDC/Apache/conf/cmf-app.conf at line 8 will probably never match because it overlaps an earlier Alias.     ."
    I have attached hs_errr* files however these are date stamped 2009 so not sure if they are relevant.

  • UWL - Service Temporarily Unavailable

    Hello
    We have Portal UWL connected to a FI system. When clicking on a task from a workflow in that system, we get an error message in the pop-up window:
    "Service Temporarily Unavailable
    The service is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later"
    The FI system isn't down and the task can be accessed and handled in its inbox.
    Anybody has experienced anything similar? Thanks for your help!
    Jon

    Hi Koti
    I have already re-registered the system and it doesn't work.
    Thanks!
    Jon

  • Url link for download on LMS from Common services

    Hello, i would like to reported a major thing that appeared on 3-4 customers.
    The download action is not never possible when they try it from the LMS portal/Common Services/Software update.
    The url loaded on browser Internet(eg IE 7.0) add the character | on the link when it proceed after the authentication on the CISCO.COM web site.
    The worst is that when i did it from my lab's machine,it works fine even the bad entries. We have traced it with a sniffer.
    From an IE directly (outside the LMS so), the page is not displayed as she is not matched with W3C recomendations.
    A Doctype tag is not a DTD XHTML 1.0 one.
    Hereafter , the URL:
    http://www.cisco.com/cgi-bin/Software/WLAN/cwselectfile.cgi?bp=1&&SEARCH=nmim||1.6.0||Software%20Packages|||&FORMAT=XML
    On the other side, when a proxy is installed on this machine , it has been refused as well, as the proxy controls that.
    Thanks by advance.Richard.

    The caracters | are not allowed by the XML validator.
    The url link has been finished when he meet this kind caracters.
    So it means , that , maybe it has been inserted for stopping the entries, when a bad username has been typed.

  • Service Temporarily Unavailable Error

    While installing the Http Server from Oracle Database 10g Companion Products
    Choose
    the Oracle database 10g Companian 10.2.0.1.0then Choose
    Apache StandAlonethen Next Follows
    Whether i have choose the Right Product?
    After the Completion of the installation., the Installation Shows Valid & Successful and on logging the page http://nsmruh1:7777/pls/apex
    it is Throwing an Error >>Service Temporarily Unavailable
    please Suggest in this ..
    Thanks in Advance
    Edited by: khaja on Jan 18, 2009 11:01 AM

    Thanks AlotDimitri from ur Kind Response...
    i installed Apex,
    Where to check the availabilty of Apache Webservices,from Administrative Tools Services u mean ,
    i configured dads.conf file
    as Follows
    Alias /i/ "c:\oracle\product\10.2.0\db\apache\apache\images\"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString nsmruh1:1521:ora10db ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword oracle PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    I cud not find wdbsvr.app File, i eve didnt find the Folder in cfg in modplsql
    And I cudnt Complete the Step 4.4.4.1 Modifying the wdbsvr.app File
    As i didnt find the cfg Folder 1st of all,
    Please Do Suggest Me in this , Need to Set Apex Server as Eearly As Possible,
    thanks Alot
    Edited by: khaja on Jan 18, 2009 11:33 AM

  • Nokia C7 - "Service Temporarily Unavailable. Try a...

    I bought Nokia C7 today. Working fine but for one issue. I've tried setting up email for the past 2 weeks. It keep giving the same error "Service Temporarily Unavailable. Try again later."
    I don't have any trouble connecting to the internet - both on wifi as well as on my service provider's EDGE network. I am not able to configure none of the emails (gmail, yahoo mail etc). Does anyone know what the problem is?
    Thanks,
    Phani

    FOLLOW THESE INSTRUCTIONS TO CIRCUMVENT THE 'CANNOT CONNECT TO SERVICE - PLEASE TRY AGAIN LATER.' MESSAGE
    DO THIS -
    WHILE TRYING TO SET UP THE EMAIL ACCOUNT - DECLINE THE NOKIA TERMS OF SERVICE (YES! DECLINE THEM!)
    You will see that it then uses normal internet settings to connect to the internet and DOES NOT USE OVI OR NOKIA settings. See explanation below -
    The Symbian^3 devices (e.g. Nokia N8-00, C6-01, C7-00) support the following email service types:
    Mail for Exchange (for corporate email).
    Internet based email services via the Nokia Messaging service (Nokia-hosted service for accessing consumer email, e.g. Yahoo! Mail, Gmail, Windows Live Hotmail, Ovi Mail).
    Direct POP/IMAP access.
    All the mailboxes can be set up and accessed in one location in Menu > Applications > E-mail or via the email widget on the home screen..
    Start the email setup either from the setup wizard on the home screen or by selecting Menu > Applications > E-mail > New. Select the desired email service from the provided list and enter the requested information. If your email service is not found in the list, select Other.
    When setting up consumer email, the email access will be established via the Nokia Messaging service if it is available in your country and operator network. If the service is not available, a direct POP/IMAP access to your email server will be used. The direct POP/IMAP access is used also if you decline the terms of Nokia Messaging service during the setup process.
    The email access type can be seen in the email settings by selecting Menu > Applications > Mail > Settings > (mailbox name). If the menu shows a list with Mailbox settings, Sync content and Sync frequency, a direct POP/IMAP access is in use. The incoming and outgoing mail server settings can in this case be found in Mailbox settings > Advanced mailbox sett.
    With the direct POP/IMAP access the Nokia Messaging service is not used. Mail for Exchange access is also established directly to Exchange mail server and is not going via the Nokia Messaging service.

  • N8: nokia service is unavaliable

     Its been three weeks from when i tried to install belle on my N8. Whenever i try to update to belle (from anna) via nokia suite it reaches 119/124 mb, it stills like this for about 1 minute and then i get the error "nokia service is unavaliable please try again later" i tried it every day search on all forums but none of the advices helped me so please i`m dying over here
    I have O2 UK N8 059C1B7
    please give me the sollution for this

    sufarmult wrote:
    I have O2 UK N8 059C1B7
    please give me the sollution for this
    No clues as to where you are to know whether visiting Nokia Care facility would be appropriate, whom could easily update device for you.
    Happy to have helped forum with a Support Ratio = 42.5

  • Database not open or Service Temporarily Unavailable

    Dear all
    when execute the alter database open command that time show the errors.
    ERROR at line 1:
    ORA-01115: IO error reading block from file 2 (block # 2860)
    ORA-01110: data file 2: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\VIMERP\UNDOTBS01.DBF
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    regards
    vikas nagawade
    Edited by: विकास on Jul 4, 2012 5:09 AM

    Dear all
    yes this apex forum but when
    http://localhost:7777/pls/apex/f?p=234
    that time show the following errors then i checked the database run properly or not but it's not open database.
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at WINDOWS-BA7IY4C Port 7777
    regards
    vikas nagawade

  • Password change service temporarily unavailable

    Upon logging in I got a security notice asking me to change my password, but when I try to it comes up with a Service Temporarily Unavailable page. I've tried using the "forgot my password" function too and the same thing happens. I've managed to get as far as answering the security questions (once) before it goes to the same error.
    I can't log in without changing my password, and I can't change my password! Anyone else having this problem? Any advice?
    Thanks

    Had this since 9am this morning.  Every time I tried to change it, it would object on the last step "service Unavailable".   THEN I started getting messages about "Invalid Certificate".   I eventually found THIS link that takes you right in to the "forgotten password / reset page" - try this - it worked for me https://register.btinternet.com/cgi-bin/chpasswdsso

  • Second day in a row Safari is not working. It says "service temporarily unavailable ". I have had my iPad for 7 months. This has never happened before and now two days in a row! What can I do?

    Safari on my iPad says service temporarily unavailable. This has now happened two days in a row. What can I do to correct this? It has never happened before in 7 months of owning my iPad. I bought a wireless Logitech keyboard, but that should not affect Safari? It worked earlier in the day yesterday with then keyboard.

    NolaNirvana wrote:
    Also if I ever have to reboot again, is there some way to save the apps I have on my iPad? I did choose the option to back up prior to restarting, but apps had to be manually re-entered?
    This has me confused. Rebooting the iPad (holding down on the sleep and home buttons until the Apple logo appears on the screen) should not in any way, shape or form, remove content from the iPad.
    Then you stated that you chose the option to back up before restarting? There is no option to backup before "restarting" on the iPad. Are you restoring the device in iTunes?

  • Service temporarily unavailable when accessing /pls handler

    Today, when loggin in to the portal, it asked for a new password
    saying the old password was about to expire. I entered the same
    older password in both the new password box and its confirmation
    box, and I was able to login. Shortly after logging off, when
    trying to login again Apache gave the error:
    503 Service Temporarily Unavailable
    The server is temporarily unable to service your request due to
    maintenance downtime or capacity problems. Please try again
    later.
    So, I ran the diagnostics diag.csh which produced the following
    results:
    penguin:/opt/oracle/product/ias9i/portal30/admin/plsql
    # ./diag.csh -s portal30 -p portal30 -c dunkle.rre.lan
    Begining Portal Diagnostics
    ...portal_schema: portal30
    ...portal_password: *************
    ...connect_string: dunkle.rre.lan
    Loading java class for Portal Diagnostics ...SQL*Plus: Release 8.1.7.0.0 - Production on Sat Nov 24 16:33:25
    2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.1 - Production
    SQL> SQL> Creating Table 'wwsec_diagnostic$'
    Creating Sequence 'wwsec_diagnostic_seq'
    Diagnostics Report v 1.01: Oracle Portal v 3.0.9.8.0
    As of 24-Nov-2001 16:33:32 Schema Name: PORTAL30 SSO
    Schema Name: portal30_sso
    Proxy Server Settings:
    HTTP Server: 192.168.1.1
    HTTP Server Port: 3128
    No Proxy Servers for Domains beginning with:
    URL Connection Time-Out (seconds):
    PORTAL30.wwsec_enabler_config_info$
    Login Server URL :
    http://portal.rre.lan/pls/portal30_sso/portal30_sso.wwsso_app_adm
    in.ls_login
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : *** NOT WORKING ***
    JServ : working.
    Schema name : null
    Connect string : null
    Authentication mode : null
    Exception in Enabler Validation in SSO:
    ORA-00903: invalid table name
    Partner Application Information
    Exception in Partner Application Validation:
    ORA-00903: invalid table name
    Recommendations:
    Enabler Information in Portal schema:
    Please check mod-plsql for
    http://portal.rre.lan/pls/portal30_sso/portal30_sso.wwsso_app_adm
    in.ls_login
    Please check the DAD name for
    http://portal.rre.lan/pls/portal30_sso/portal30_sso.wwsso_app_adm
    in.ls_login
    Please make sure that the Login Server schema is consistent with
    the preference store
    There may be some problems with your setup
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.1 -
    Production
    With the Partitioning option
    Please help me.

    Sorry - I forgot to add the apache error_log output. It goes as
    follows:
    [Sat Nov 24 16:44:32 2001] [warn] mod_plsql: Stale Connection
    due to Oracle error 20001
    [Sat Nov 24 16:44:32 2001] [error]
    mod_plsql: /pls/portal30/portal30.home HTTP-503 ORA-20001
    <B>Call to WPG_SESSION API Failed.</B><BR>

  • Is anyone else getting the error "Service Temporarily Unavailable?"

    I am trying to manage our schools iTunesU site and have been unable to login since Wednesday, September 4, 2013.  Is anyone else running into this with their sitemanager?  Our course manager logins work and students can access the content, we just cannot manage the domain.

    Hi macschur,
    I am experiencing the same issue when trying to login to the iTunes U Site Manager. I get the error message "Service temporarily unavailable." Other administrators are have the same problem trying to access our site form different network locations.
    I have reported the issue to iTunes U Support and received a response per e-mail with 12 hours. They provided me with some simple troubleshooting advice like resetting Safari and emptying the caches but that did not resolve the issue. After my second mail to Apple I was tol that the isse had been escalated to a Specialist Team. I am  waiting for a response.

  • Workspace Error (A 'Service Temporarily Unavailable' error occurred)

    Hi All,
    I have Installed 11.1.2.1 and everything is working fine expect workspace, the movement I logging into workspace it is giving one Error message says "The Startup document specified does not exist in the repository. Select a new startup document on the General preference tab" if I click on 'OK' it is giving one warning says "A 'Service Temporarily Unavailable' error occurred communicating with the server" (Status: 503-Service Temporally Unavailable). If I click 'OK' button the Workspace page is opening.
    But I try to open the application it is giving a warning message "A Method Not Allowed error occurred communicating with the server" and application is not opening.
    Even I could not register the application with shared service.
    Could you Please help me out how to fix this issue.
    Thanks in Advance.

    Hi
    These error could occurs for many reasons. Go through the below Oracle Knowledge base documents
    Error "The startup document specified does not exist in the repository " Occurs when Attempting Login to Workspace. (EPM 11.1.2.1) (Doc ID 1331370.1)
    Interactive Reporting Error: "Service Temporarily Unavailable Error Occurred Communicating With The Server" When Accessing Workspace (Doc ID 1419079.1)
    New Users Get a "The startup document specified does not exist in the repository" Error Message When Logging in to Workspace. (Doc ID 1366425.1)
    thanks
    Regards,
    Mahe

Maybe you are looking for

  • How to populate a filter field in one page with the value from other page

    Take the classic report with form application. on page 1 (report) I have a filter (dbname) for the records that will appear in the report. Say that, I enter "ap02" in the filter and all records where dbname starts with "ap02" will display. It works o

  • Doubt in Alv Report Coloumn Heading

    Hi Gurus I want to print 2 coloumn headings in ALv Report. For eg: 1st line coloumn heading contains               Name   Number        Date      status             2nd line coloumn heading contains under status                           Active     

  • Icloud does not recognize my new ID & i can not use icloud to delete the account for a new one

    i cloud does not recognize my new Apple ID on my mini ipad i had no problem with mac book & iphone  only with the ipad

  • Free of goods should not come in return process

    Dear sd gurus Have a good day                  i have one requirement regarding free of goods suppose if we already given free of goods with main item like 10 pens 1 pen is free( 10 +1) generally when we do return process for particular document ( re

  • Problem creating connection to DB

    I get the following error :      "Test failed: IO Error: The Network Adapter could not establish the connection" Database version: 12g Application Name:     jdeveloper 12 Description :                     while creating connection in jdeveloper with