Reports Server shows clock icon in Enterprise Manager.

Hi.
My Reports Server is showing a clock icon for its Status. This seems to happen unexpectedly for other components, too. Can anyone explain what it means ?
Thanks.

I installed both infrastructure and midtier on a single windows server. In the EM midtier status list, my reports server also has a clock in the status column (this means unknown status). If I click on the reports server, the next page says that the reports server is down (although all components are up).
I tried to run both the JSP and paper test reports and neither work (Page Not Found).
I've looked at trace logs and nothing looks bad.
Does anyone know what is wrong????

Similar Messages

  • BPEL processes not showing up in the Enterprise Manager

    We're having a serious problem with our BPEL processes. When we click on the initiate tab in the BPELConsole for each of them they give us the error message:
    An Error Occured :
    Failed to read WSDL from http://testserver:8888/orabpel/mydomain/TestProcess/1.1/TestProcess?wsdl:WSDL not found
    When we look in the Enterprise Manager and go to the Web Services tab for the "orabpel" application we don't see any of our processes like we used to. When we deploy new processes the same thing happens -- their wsdls are unreachable. When we type the wsdl location into browser bar it gives us this error message:
    there is no WSDL associated with the provider: BPEL_OC4J_SOAP_Provider
    Any help would be greatly appreciated.

    I ran into a BPEL_OC4J_SOAP_Provider error today and it was related to my proxy. The proxy on my local machine with JDeveloper would allow a WSDL with an unqualified name through. For instance, the machine kronos:7779 would validate, compile, and deploy from my machine. But looking up the WSDL on the server would produce the above described error. When I changed the name of the server to kronos.whatever.com:7779 it worked as expected on the server.

  • Wwv_FLOW_FILE_OBJECTS$ query shows superior activity from Enterprise Manager

    Hello!
    A have noticed some bad performance on database, Enterprise manager says the next query is top query.
    SELECT  ID          ,
            MIME_TYPE   ,
            BLOB_CONTENT,
            FILENAME    ,
            FILE_CHARSET,
            FILE_TYPE   ,
            FLOW_ID     ,
            CREATED_ON  ,
            LAST_UPDATED
    FROM    WWV_FLOW_FILE_OBJECTS$
    WHERE   FILENAME              = :B2
            AND SECURITY_GROUP_ID = :B1
    I know its apex schema, but where is this code?
    also it says about virtual circuit wait.
    can you help me understand what is happening?

    Christian
    Thank you very much,
    I switched to Apex Listener over Weblogic Server that was already working, just added a new managed server and deployed apex.war and i.war on it.
    the server resources are very good now.

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working.
    <br><br>
    First, background: I have installed Crystal Reports Server 2008 V1 in RedHat Enterprise Linux (5.4), and itu2019s running just fine! Iu2019m using the included Tomcat application server, but Iu2019m storing CMS and Audit data our local running copy of MySQL (5.1.42). The RHEL install is native 32-bit (the only way I could get it to work), Crystal is storing and retrieving data from MySQL, The Central Management Console is responding to port 8080 over Tomcat, Iu2019m able to log in and see stuff, and so far, life is good.
    <br><br>
    Now, where Iu2019m stuck: the data weu2019re trying to build reports from <i>also</i> resides in this local Linux / MySQL install, and connecting to it from a report within CMC is where Iu2019m lost.
    <br><br>
    First, I successfully installed the unixODBC and MyODBC drivers in Linux. Iu2019m able to connect to MySQL successfully using the isql utility. Here are my conf files:
    <br><br>
    <pre class="jive-pre"><code class="jive-code jive-java">/etc/odbc.ini
    [DSN_NAME]
    Driver = MySQL ODBC 5.1 Driver
    DATABASE = project_web_prod
    DESCRIPTION = Project Description
    UID = username
    PWD = password
    SOCKET = /var/lib/mysql/mysql.sock
    /etc/odbcinst.ini
    [MySQL ODBC 5.1 Driver]
    Driver = /usr/lib/libmyodbc5.so
    UsageCount = 1
    </code></pre>
    <br>
    Again, this all works with isql (Iu2019ve even used both a socket connection, and port 3306, in odbc.ini).
    <br><br>
    Now, our Crystal guy uploads a report into the CMC. I go to <i>Folders -> <Project Folder></i>, right-click the report I want to test, click <i>Database Configuration</i>, and check the option <i>Use custom database login information specified here</i>. I select database driver <i>ODBC</i> from the dropdown, and type in the server, database, username, and password info. However, when I try to run the report, it fails to connect.
    <br><br>
    So, stupid question, can Crystalu2019s CMC use the system ODBC configuration options? (The ones stored in /etc). Because I saw an odbc.ini file in ~crystalinstalldir/bobje/. I edited it to match the contents of my /etc/odbc[inst].ini files, but to no avail. I saw that Crystal has itu2019s own ODBC engine, but it doesnu2019t support MyODBC driver, does it? I even tried hacking env.sh to use the system unixODBC library instead of the included one, but no luck.
    <br><br>
    So, in short, my question: how do I simply get reports in CMC to connect to a MySQL data source (using ODBC)?
    <br><br>
    Thanks so much! An answer to this question will save my day!
    <br><br>

    Thank you, Efstratios, for the helpful reply!
    So, I followed the directions in the PDF file you attached, and everything went smoothly. However, Iu2019m still not able to connect to ODBC within CMC.
    Hereu2019s what I did:
    <ul style="list-style-type:disc">
    <li>Copied the unixODBC libraries over to &lt;installdir&gt;/bobje/enterprise120/linux_x86/odbc/lib</li>
    <li>Removed MySQL ODBC connector 5.1, installed MySQL ODBC connector 3.51.</li>
    <li>Edited &lt;installdir&gt;/bobje/defaultodbc.ini, added my DSN and MySQL library info as per the instructions (I have both an odbc.ini, and defaultodbc.ini, identical files, just to be safe)</li>
    <li>Tested the connection using these libraries, this odbc.ini, and isql. Worked just fine</li>
    </ul>
    So, my problem seems to be in getting the CMC to actually <i>use</i> my ODBC setup!
    Any other hints / things I could try?
    When I right-click a report, and go to &ldquo;Database Configuration,&rdquo; which connection options should I use for the report? Iu2019ve tried both &ldquo;Use original database logon information from the report,&rdquo; and &ldquo;Use custom database logon information specified here&rdquo; (using the ODBC option from the drop-down menu). Either way, if I enter in the database, username, password, and then try to run the report (&ldquo;Run Now&rdquo;), I get this message in the History: &ldquo;Failed - Information is needed before this report can be processed.&rdquo;
    Is there another place I could get a more helpful error message? Or is there, perhaps, another way I could test database connectivity from within CMC? I wish there were at least a &ldquo;Test Database Connection&rdquo; optionu2026 :P
    Thanks so much for your help!

  • Wily Enterprise Manager Service not Started in Windows 2008 Server

    Hi All,
    Our Solution Manager is in EHP1 SP21 and OS-Windows 2008 Server.
    We installed Wily Enterprise Manager 8.0. and found 1 non-fatal error in the installation log. The service is not starting.
    However it works fine for Windows 2003 Server.
    Can anyone encountered with the same kind of problem?
    This is the latest log file information:
    Summary
    Installation: Successfulwith errors.
    387 Successes
    0 Warnings
    1 NonFatalErrors
    0 FatalErrors
    Action Notes:
    Execute ANT Script:       Script:
                              Status: ERROR
                              Additional Notes: ERROR - E:\usr\sap\ccms\wilyintroscope\install\em.installer.exec.ant15.xml:425: Timeout: killed the sub-process
    Thank you in advance.
    Regards
    Sanjai

    Note 1273028 - Introscope 8 Release Notes resoved this issue.
    Known problems in all Releases 8.x
    2. Windows Server 2008 is not yet officially supported by CA Wily for the Enterprise Manager. If you want to install the Enterprise Manager anyway, set the "Windows 2003 compatibility mode" for the installer before launching it. To activate this mode, right click on the installer.exe file in the Windows Explorer, select tab "Compatibility", activate the check box for compatibility mode and select Windows 2003. If you do not set this, the installer will consider your OS as Unix and install shell scripts (no suffix) instead of batch files (.bat) and leave out some files for Windows Service registration.
    If the windows service still fails to start please check if files ServiceWrapper.jar and ServiceWrapper.dll are present in folder lib. If not download them from attachment of this note.
    The service should start although giving an error message regarding the ServiceWrapper.dll. You can ignore this error.

  • Application Server Enterprise Manager

    Hello,
    I have just finished installing application server 10g. Everything went smoothly during install, but I have a question. I know that it states that it is installing a database that you configure which happened and I can access through SQL+. I am trying to locate the database control - enterprise manager - for this newly created database. Does this product come with the application server? I have tried accessing it on all kinds of different ports, but all I get is the app server control console. I'm beginning to think it's not included, but I am unsure.....
    Thanks!
    Jordan

    Jordan,
    No it doesn't... I assume what you want is the Grid control.
    But please try to submit this type of questions in the General forum:
    Oracle Application Server - General or in the
    Enterprise Manager - Grid Control
    Cheers,
    Pedro.

  • Bringing oralce vm for x86 server in enterprise manager control

    Hello All,
    Greetings of the day.
    We have deployed oracle enterprise manager opscenter 11g on solaris x86 and deployed a proxy controller on the same machine.
    Query: How to discover and bring into oracle enterprise manager control oracle VM x86 machine which is already built and alive.
    My perception is to install oracle virtual management pack on proxy controller machine and oracle vm server. I have the binaries with me. I could not find a doc to install the same.
    Quick response is much appreciated.
    Regards,
    Hameed

    Hameed,
    Your questions sounds like it is specific to Ops Center. As a side note, there is an Ops Center forum and MOS community here:
    https://communities.oracle.com/portal/server.pt/community/oracle_enterprise_manager_ops_center/505
    Enterprise Manager Ops Center
    Ops Center 11g does not have any awareness of OVMx86. Oracle introduced support for OVMx86 into Ops Center 12c.
    http://www.oracle.com/technetwork/oem/ops-center/oem-ops-center-188778.html
    The way you accomplish this in Ops Center 12c is to discover a OVM Manager. Once you have an OVM Manager discovered, you can discover OVS hypervisors and connect them to the OVM Manager through Ops Center. Then they will appear in the Ops Center user interface and you will be able to control them from Ops Center.
    You can also do this in Enterprise Manager Cloud Control 12c.
    Thanks,
    Mike

  • Enterprise manager 11g doesn't display

    Hi all,
    I have installed Oracle 11g on Windows server 2008. But now enterprise manager doesn't want to open or display.
    C:\Users\Oraclemon>set ORACLE_SID=wmconpd1
    C:\Users\Oraclemon>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://SZAJHBODW01.zacca.af.lafarge.net:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsoleWM
    CONPD1 service is starting................
    The OracleDBConsoleWMCONPD1 service was started successfully.
    http://10.56.16.52:5500/em in internet explorer
    It only shows a upside down T L and two other reversed rr.
    But when I connect to one of my other sites no problem, it displays.
    Please help

    Why are you accessing via IP address ?
    Try using https://SZAJHBODW01.zacca.af.lafarge.net:5500/em/console/
    emctl status dbconsole
    Did you check the logs ?

  • Running reports on Oracle 10.1.2 report server

    I am running a report from the application and this particular report gets stuck randomly at formatting a certain page.
    On the report server I see the job status as...
    "Job status: Running the report Formatting page 42. Please wait. "
    eventually the report server times out.
    Environment is...
    Report builder 10.1.2.0.2 (Report is build with this version)
    Report application server is 10.1.2.0.2
    Databse - Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    We have same problem with couple of reports, but not all.
    Another report runs fine (1 page report) sometimes and hangs with the above job status some times.
    Has anyone encountered this issue and what is the resolution?
    Any help would be greatly appreciated.
    Kishore

    Hello,
    A right report takes time some seconds. I don´t want a timeout, I just want it to be executed.
    The report server show the message:
    "Job status: running the report Formatting page N. Please wait"
    where N can be 1,2,50,.... any page.
    Thanks.

  • Crystal Reports Server install from download

    I have been tasked by my manager to install & evaluate Crystal Reports Server.
    I have gone to the evaluation download site and downloaded the part 1 & 2 files.
    Part 1 extracts and give an error message stating that the archive is incomplete.  Once unzipping the part 2 there seems to be no setup.exe ?
    Can you help me install this evaluation software ?

    Post your Crystal Reports Server questions to the Businessobjects Enterprise forum.

  • Crystal Report Server Backup and Recovery problem

    I have a problem on the backup Crystal Report Server
    My Environment:
    - Windows Server 2003
    - Crystal Report Server XI R2
    - MySQL Database for Central Management Server System Tables(Default setting in the Crystal Report Server installation)
    - Tomcat (Default seting in the Crystal Report Server installation)
    I stop the Central Management Server before backup.
    I run the following command to backup Central Management Server System Table:
    mysqldump --user=root --password=pass1234 boe115 > C:\CMSBackup.sql
    It is ok to generate CMSBackup.sql file.
    After backup, I re-install the Crystal Report Server and run the following command to restore Central Management Server System Table:
    mysqldump --user=root --password=pass1234 boe115 < C"\CMSBackup.sql
    After finish the restore process, I cannot found my setting on the Central Management Server System.
    Any backup step i missed ?

    Hi Stefan,
    Thank you for your reply.
    I had set Users Rights, Folders setting, Group setting, and Windows Authentication information in the Crystal Report Server
    Also I had upload reports to Crystal Report Server, but i cannot found above information after I restore the MySQL CMS database.
    Any step i missed ?
    About the Output File Respository, Can i copy and paste the Input and Output File Repository ?

  • Error while creating data source using Oracle Enterprise Manager 10g

    Hi,
    I have deployed my web application developed on OC4J 9.0.4 stand alone (Win2K) to an integrated OC4J version(Solaris) using Oracle Enterprise Manager 10g.
    However, I get an error when I try to create a data source.
    The data source I want to create would have the following parameters (as seen in data-sources.xml on the stand alone version):
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="TestDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/TestDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              url="jdbc:oracle:thin:@hostName:1521:test"
              username="user"
              password="password"
              min-connections="5"
              max-connections="20"          
              inactivity-timeout="30"
         />
    When I entered the above data on the Enterprise Manager Data Sources page, I got the following error:
    quote:
    Error saving Data Source Properties. - Entity et="system";ei="0",et="application";ei="48",et="data-sources";ei="167":child:data-sourcechild key:location:jdbc/OracleCoreDS; class:com.evermind.sql.DriverManagerDataSource; already exists in the repository. Resolution: Please check the code base.
    unquote:
    Could somebody tell me what I'm doing wrong ?
    I tried to manually edit the data-sources.xml file but the data source didn't show up on the Enterprise Manager.
    I'm using a new OC4J instance (on the Solaris machine) for my applications. Is the data source error related to this?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

    Thanks for your reply , Steve.
    I noticed that there is a default datasouce on the EM with the following parameters:
    <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="scott"
              password="->pwForScott"
              url="jdbc:oracle:thin:@localhost:1521:oracle"
              inactivity-timeout="30"
         />
    The location and xa-location attributes that I use for my "test" data source are the same as the default one. So, could this be the issue?
    What should be the values for location and xa-location attributes from my "test" data source?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

  • Crystal Reports Server - Import from v9 to XI

    Post Author: raudette
    CA Forum: Deployment
    I have a Crystal 9 server and Crystal 11 server, with production reports running on both.I have been asked to get rid of our Crystal 9 server, and import all of our reports into the Crystal 11 server.I intend to use the 'import wizard' tool.  Should the import not work as I like, I would like to roll back all my changes.My questions are:1) Will the import tool make any changes to the Crystal 9 instance?2) Is it possible to back up Crystal 11 in its current state, so I can roll it back if need be?  Is this just a matter of backing up the MS SQL interface.3) Has anyone else on this forum done this?  Can I expect this just to work?  Or will it require a lot of manual changes / intervention after the import to make everything work again.Thanks in advance for any help you might be able to provide.    

    Post your Crystal Reports Server questions to the Businessobjects Enterprise forum.

  • SQL vs. Enterprise Manager

    Please forgive me if I insult anyone with this question. I have just begun my endeavor with Oracle 9i and I have gotten a couple books that show both SQL and Enterprise manager as methods for working with the database. It seems to me on this version (9i) most of the basic tasks can be preformed in Enterprise Manager. I can create users/tables/views/objects etc...even edit data. Is there any reason for using SQL to perform these types of tasks? If anyone can answer that Enterprise Manager is better, please point me in the direction of a good book?
    Thanks.
    Brian (new user)

    The best reason to use sql would have to be to better and more fully understand what is hapening when you do these tasks.
    Originally, the gui tools like OEM were only available on Windows, so the philosophy was to learn everything at the "prompt" so you could work in any environment. More and more now though, they're in Java and can run on just about any platform.
    Personally, I have never been a fan of using the gui tools such as OEM simply because I want to to know the syntax and I want stub my toes once in a while to learn and really understand whats going on in the database when I issue commands. For instance, I'm not happy having Oracle Expert tell me to increase the size of my shared pool, I want to run utlbstat and see the numbers.
    You may also find that use of the gui is fine but may not expose you to all of the options available when you do things.
    I guess it depends on how deep you want to get in learning the stuff.
    Hope that helps.

  • OAS Enterprise Manager shows false Hostname after reinstall the server

    Hy,
    we have an OAS 10.1.2.0.2 with and 10g (10.2.0.1.0) Database.
    Ater a systemcrash we had to reinstall the DB (the dbf-Files are from an backup) and OAS.
    we decieded to rename the server.
    But now we have the following problem: the Enterprise Manager show the old Hostname.
    I see the thread for OAS Re: Oracle Reports Stop Working after Join the Server to the Domain !!!
    which points to the script "cmd /c chgiphost.bat -mid"
    Is there a similar "Script" for the DB?
    (I searched whithin the dbf-files and found lots of old hostnames...)
    Thanks in advance

    For database is a different procedure, chgiphost is for OAS only, if you want to check this for database, you could, either go to DB forum and ask same question, or look in the admin guide for the DB you are using. There is going to be the way to make this changes.
    Regards.

Maybe you are looking for

  • Goods receipt report by vendor

    Hi, Is there a standard SAP report which sums up the goods receipt for specified materials for a given vendor and a time period? I have tried reports such as MC$4 and MC$G but they show goods receipt quantity for purchase orders which have been creat

  • Getting list of internal partitions in volume manager (eg. thunar)

    It's always been an annoying point for me that I can't see the list of unmounted internal partitions (partitions on fixed hard drive, not removable) without some annoying fstab work. However, in other distros (where you don't have to do the grunt wor

  • Can we combine the two tables for Report Painter

    Hi, For making the report in Report Painter, I am not getting all the required characteristics and Key figures all in one table / Library. The required ones are in Table KKBC, GLT0 and CCSS. Is it possible to combine these tables and make a new one s

  • IN operator Alternate ?

    Hi, I have 25000 values to check whether it is exist or not. Using In operator I can pass only 1000 values at a time. Can we have anyother method to check the values. Thanks, Venkataraman L

  • ITunes 11.1 - two user accounts - permission issues for content

    I downloaded iTunes 11.1 on my new iMac last night when it was released. I have two user accounts set up. 1 for my wife, and the other for me. We have a shared iTunes account that has all of our music that we purchased from apple. I did the same set