SQL Server Cursor dioe not run in Hyperion Workspace

Hi all,
I have a bqy file which runs fine in the design studio client (v9.3) however when I import it into the Workspace and try and run it i get the following error :
An Interactive Reporting Service error has occurred.-SQL API: [SQLFetchScroll], SQL RETURN: [-1], SQL STATE: [HY010], SQL NATIVE ERROR: [0], SQL MESSAGE: [[DataDirect][ODBC lib] Function sequence error]
(2001)
The query was built from importing the SQL as below:
DECLARE @Fig1 int
DECLARE @i int
DECLARE skuCursor CURSOR FOR
Select r.QtyReceived / b.qty as Figure1
from ReceiptDetail r
inner join BillofMaterial b on b.SKU = r.Lottable03
where r.DateReceived > getdate() - 14
create table #TEMPIG (Test char(2),Median1 int)
OPEN skuCursor
FETCH NEXT FROM skuCursor INTO @Fig1
     set @i = 0
WHILE @@FETCH_STATUS = 0
BEGIN
     while @i < @Fig1
     begin
insert into #TempIG (Test,Median1) values ('MV',@Fig1)
          --print @Fig1
          set @i = @i + 1
     end
     set @i = 0
     FETCH NEXT FROM skuCursor INTO @Fig1
END
CLOSE skuCursor
DEALLOCATE skuCursor
--select cast(Median1 as Int) from #TEMPIG
--order by 1 asc
select
AVG(Median1) as MedianVal
from
select Median1,
ROW_NUMBER() over (partition by Test order by Median1 ASC) as MedRank,
COUNT(*) over (partition by Test) as MedCount
from
#TEMPIG
) x
where
x.MedRank in (x.MedCount/2+1, (x.MedCount+1)/2)
drop table #TEMPIG
Could anyone explain what is wrong and how to put it right.
Many Thanks in advance.
Ian.

Try run "Configure Web Server" under Foundation in EPM Configurator again
then restart both Foundation Services and Web Server (OHS or IIS or the embedded weblogic server)
Edited by: YeeHeong on Jun 4, 2013 1:54 AM

Similar Messages

  • SQL Server Agent Jobs- Not running

    Team,
    We have a production database hosted on SQL Server 2008R2 SP2(10.50.4000). We have application jobs which are scheduled and basically have packages called from this job. These jobs were running all good till yesterday and it has stopped working since yesterday
    even though its enabled. Manual runs are successful. Other jobs are running fine. 
    Checked the Owner of these jobs and the account is SQL Server account which is a proxy account. It had enforce password policy. I have removed that and reset the password to original. However it didnt work.
    The last change on this server was windows patching which was performed last week. Apart from that the SQL Server agent service was changed. This is a clustered environment.
    The last resort is restart the agent, however would like to get some inputs before I perform this action. 
    Please let me know your valuable inputs.
    Regards,
    Sharath

    If job is not executed at all, that is, there are no entries in the job history, check:
    1) The job is enabled.
    2) The schedule(s) is enabled.
    3) The scdedule does not have an end date has has passed.
    4) And that all other conditions on the schedule says that the job should run.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • SQL Server Agent Job intermittently running for packages on SSISDB

    I created an SSIS package to pull data from OLAP Cube and push it into SQL Server using SSIS 2o12. I deployed the same on the SQL Server SSIS DB and created a SQL Server Agent Job to run the package. I have an account configured to run the job (not by
    creating proxy in the job, but SQL Server Agent is running under that account), that has access to the OLAP Cube. The job is running sometimes and failing sometimes. Why the job behaving weirdly. Any help on the issue will help me a lot. I am using SQL Server
    2012 SP1 enterprise edition (11.0.3000.0) (if it helps). The error message which pops up when it fails is :
    OLE DB Source failed the pre-execute phase and returned error code 0xC0202009
    SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E05.
    An OLE DB record is available.  Source: ""Microsoft OLE DB Provider for SQL Server 2012 Analysis Services.""  Hresult: 0x00000001  Description: ""Error Code = 0x80040E05, External Code = 0x00000000:."".
    "

    Hi,
    You are using Execute SQL Task to run a MDX query, right?  If so, here is an approach/workaround for your reference. If the MDX query doesn’t have parameters, you can create a view in SQL running the MDX query and make the Execute SQL Task to get data
    from that view. If the MDX query has parameters, you can try a Function and create a stored procedure, and then set the Execute SQL Task to execute that stored procedure.
    Regards,
    Mike Yin
    TechNet Community Support

  • Report Subscription by email error - The SQL Agent service is not running

    Hello All,
    This may be an easy answer, so please excuse my ignorance if I am overlooking something simple. I a simply trying to setup Report Subscriptions to be emailed to me. We currently have essentially 3 servers in use in our environment - a CAS, a Site server
    and a SQL 2012.
    I have configured the email settings in Reporting Services Configuration Manager on the Site server and was finally able to see the email option in the Create Subscription Wizard, but it errors out with:
    System.Web.Services.Protocols.SoapException: The SQL Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running.
    This operation requires the SQL Agent service.   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String
    Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters, Guid batchId, String& SubscriptionID)   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateSubscription(String Report, ExtensionSettings
    ExtensionSettings, String Description, String EventType, String MatchData, ParameterValue[] Parameters, String& SubscriptionID)
    We do not have SQL installed locally, therefore it makes sense that the Agent service is not running. How do I subscribe to alerts in SCCM without a local installation of SQL?
    -Brad

    I am positive - see screenshots below of services on the SQL server:
    Yes, reports work perfectly otherwise... Just cannot subscribe.
    -Brad

  • JDBC Sender Adapter : java.sql.SQLException: Cursor state not valid.

    Hello all,
    We have configured JDBC Sender Adapter which fetches around 10K records with poll interval 1hr  from DB2 System .
    It was working fine,suddenly it started throwing an exception in Adapter Monitoring :
    Error during conversion of query result to XML: java.sql.SQLException: Cursor state not valid.
    It is not fetching any records.
    Without changing any configurations when we tried to fetch to around 1000 records it's working fine.
    For 10K records same exception persists
    What could be the reason ?How to resolve this issue?
    regards
    GangaPrasad

    Hello Christophe ,
    Trace in VA :::
    Date : 05/09/2008
    Time : 11:45:57:750
    Message : Unexpected error converting database resultset to XML, reason: java.sql.SQLException: Cursor state not valid.
         at java.lang.Throwable.<init>(Throwable.java:194)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.sql.SQLException.<init>(SQLException.java:40)
         at com.ibm.as400.access.JDError.throwSQLException(JDError.java:389)
         at com.ibm.as400.access.JDError.throwSQLException(JDError.java:366)
         at com.ibm.as400.access.AS400JDBCResultSet.getValue(AS400JDBCResultSet.java:3580)
         at com.ibm.as400.access.AS400JDBCResultSet.getString(AS400JDBCResultSet.java:3223)
         at sun.reflect.GeneratedMethodAccessor459222074.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:309)
         at com.sap.aii.adapter.jdbc.sql.jdbctrace.TraceInvocationHandler.invoke(TraceInvocationHandler.java:45)
         at com.sap.aii.adapter.jdbc.sql.jdbctrace.$Proxy254.getString(Unknown Source)
         at com.sap.aii.adapter.jdbc.JDBC2XI.convert2XML(JDBC2XI.java:954)
         at com.sap.aii.adapter.jdbc.JDBC2XI.invoke(JDBC2XI.java:492)
         at com.sap.aii.af.service.scheduler.JobBroker$Worker.run(JobBroker.java:475)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:99)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:119)
    Severity : Error
    Category : /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC
    Location : com.sap.aii.adapter.jdbc.JDBC2XI.convert2XML(ResultSet, ResultSetMetaData)
    Application :
    Thread : XI JDBC2XI[JDBC_SND_DB2_VehicleReceiving/DB2PRD00/]_170
    Datasource : 12428950:/usr/sap/PXI/DVEBMGS01/j2ee/cluster/server0/log/applications/com.sap.xi/xi.log
    Message ID : 00145E742794005E0014980B000000BE00044CC763766C4F
    Source Name : /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC
    Argument Objs : java.sql.SQLException: Cursor state not valid.
         at java.lang.Throwable.<init>(Throwable.java:194)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.sql.SQLException.<init>(SQLException.java:40)
         at com.ibm.as400.access.JDError.throwSQLException(JDError.java:389)
         at com.ibm.as400.access.JDError.throwSQLException(JDError.java:366)
         at com.ibm.as400.access.AS400JDBCResultSet.getValue(AS400JDBCResultSet.java:3580)
         at com.ibm.as400.access.AS400JDBCResultSet.getString(AS400JDBCResultSet.java:3223)
         at sun.reflect.GeneratedMethodAccessor459222074.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:309)
         at com.sap.aii.adapter.jdbc.sql.jdbctrace.TraceInvocationHandler.invoke(TraceInvocationHandler.java:45)
         at com.sap.aii.adapter.jdbc.sql.jdbctrace.$Proxy254.getString(Unknown Source)
         at com.sap.aii.adapter.jdbc.JDBC2XI.convert2XML(JDBC2XI.java:954)
         at com.sap.aii.adapter.jdbc.JDBC2XI.invoke(JDBC2XI.java:492)
         at com.sap.aii.af.service.scheduler.JobBroker$Worker.run(JobBroker.java:475)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:99)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:119)
    Arguments : java.sql.SQLException: Cursor state not valid.
         at java.lang.Throwable.<init>(Throwable.java:194)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.sql.SQLException.<init>(SQLException.java:40)
         at com.ibm.as400.access.JDError.throwSQLException(JDError.java:389)
         at com.ibm.as400.access.JDError.throwSQLException(JDError.java:366)
         at com.ibm.as400.access.AS400JDBCResultSet.getValue(AS400JDBCResultSet.java:3580)
         at com.ibm.as400.access.AS400JDBCResultSet.getString(AS400JDBCResultSet.java:3223)
         at sun.reflect.GeneratedMethodAccessor459222074.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:309)
         at com.sap.aii.adapter.jdbc.sql.jdbctrace.TraceInvocationHandler.invoke(TraceInvocationHandler.java:45)
         at com.sap.aii.adapter.jdbc.sql.jdbctrace.$Proxy254.getString(Unknown Source)
         at com.sap.aii.adapter.jdbc.JDBC2XI.convert2XML(JDBC2XI.java:954)
         at com.sap.aii.adapter.jdbc.JDBC2XI.invoke(JDBC2XI.java:492)
         at com.sap.aii.af.service.scheduler.JobBroker$Worker.run(JobBroker.java:475)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:99)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:119)
    Dsr Component :
    Dsr Transaction : d1f629d01d9b11dd984200145e742794
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : com.sap.aii.adapter.jdbc.JDBC2XI
    Resource Bundlename :
    Session : 0
    Source : /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC
    ThreadObject : XI JDBC2XI[JDBC_SND_DB2_VehicleReceiving/DB2PRD00/]_170
    Transaction : SAP J2EE Engine JTA Transaction : [0ffffffbdffffffa6ffffff960086]
    User : J2EE_GUEST
    Regards
    Ganga Prasad

  • [SQL Server]'TO_DATE' is not a recognized built-in function name

    Running 11g dg4msq and getting the error :
    SQL> select * from all_users@dg4msql;
    select * from all_users@dg4msql
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][SQL Server]'TO_DATE' is not a recognized
    built-in function name. {10196,NativeErr = 195}

    Hi,
    This problem happened on Windows platforms after upgrading the RDBMS used to access the gateway from 10.2.0.3 to 10.2.0.4 patch 22.
    The solution is to install and apply Oracle Database 10.2.0.4 Patch 29 (Windows Bundle Patch 29) or later to the RDBMS that is running the query and connecting to the Gateway.
    This is detailed in the following note available on My Oracle Support -
    Query Using DG4MSQL Returns Error After Upgrade of RDBMS From 10.2.0.3 to 10.2.0.4 (Doc ID 1078940.1)
    Regards,
    Mike

  • SQL Server Service is not reflecting to the new name.

    Hi,
    I just rename the computer and use the command below to rename the SQL Server but the SQL Server Service is not reflecting to the new name.
    Is there a way to change the SQL Server Service and agent to reflect the new name or do I have to re-install sql server.
    I am using SQL 2008 R2.
    Thank you in advance.

    If running "SELECT
    @@servername" yields the old server name, it means the instance has not been renamed.
    you must run statement to drop the old name of the instance and recreate it with the new name as the default (local) one..
    EXEC master.dbo.sp_dropserver 'MACHINENAME\OLDINSTANCENAME'
    go
    EXEC master.dbo.sp_addserver 'MACHINENAME\newINSTANCENAME', 'local'
    go
    I took the code here: 
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c07ab906-dabf-4303-9737-d430d82c4f42/how-to-rename-instance-of-sql-server-2008-r2?forum=sqltools
    Once you did this, look at your maintenance plans.  I sometime end up having one or two still following the old name.  Especially if you create this new server from a copy of another virtualized one.

  • The current SQL Server edition is not supported by MDS.

    I am currently trying to upgrade to SQL 2014, I am using a separate UAT domain to perform the upgrade before applying the upgrade to Dev domain.  I can install a clean instance of SQL 2014 DBE and MDS on the same server, create a new database and point
    IIS to it and it works fine.  When I backup and restore the database to another upgraded or clean install instance on another server I get the following. 
    The current SQL Server edition is not supported by MDS.
    It is enterprise edition of SQL 2014 on Windows Server 2008 R2 SP1.
    Any ideas of how I can fix this ?

    Hi Neoafter,
    Firstly, please note, Master Data Service(MDS) is only available in the following editions of SQL Server 2014:
    Enterprise
    Business Intelligence
    Developer
    Secondly, let me explain you how SQL Server check whether the SKU is supporte for MDS.
    MDS object model(where the application host) get the connection string(from the web application request)
    Extract instance name from the connection string. If the connection string only has server name, the instance is the default one "MSSQSERVER"
    Call Sqlboot to check whether MDS is enabled in the specified instance
    So, there may have some possible causes for the error you posted:
    The connection string points to a instance that is not existing
    The specified instance is not a SQL Server 2014 instance
    The MDS application is upgraded to 2014, however the SQL Server service is still in a low version in the same machine
    The corresponding solution is:
    Ensure the server, which is running MDS application, has SQL Server 2014 installed
    Ensure the instance is existing, and it is 2014 version
    Ensure it is a right edition of course
    Anything unclear, please feel free to let me know.
    Thanks,
    Jinchun Chen

  • The report server service is not running on Reporting Service Point server

    Hi,
    I have encountered a problem, my reporting service point has stopped working. (SCCM 2012 R2)
    In srsrp.log:
    Check state SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Check server health. SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Successfully created srsserver SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Reporting Services URL from Registry [https://s-hub-sql1.domain.local/ReportServer/ReportService2005.asmx]
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    The request failed with HTTP status 404: Not Found.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Failures reported during periodic health check by the SRS Server S-HUB-SQL1.domain.local.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    Registry change SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Timed Out... SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    Set configuration SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    In windows event log:
    On 12/15/2014 6:39:28 PM, component SMS_SRS_REPORTING_POINT on computer S-HUB-SQL1 reported:  The report server service is not running on Reporting Service Point server "S-HUB-SQL1"; start the service to enable reporting.
    In configuration manager service manager, the service sms_srs_reporting_point is running.
    In Reporting services configuration manager, the service is running.
    If I restart the reporting service, it doesn't helps.
    What is not properly?

    I've already found the reason why all stopped working - someone deleted the report manager URL HTTPS bindings (in Report services configuration manager). Added it back, than reporting started to work. Awww!

  • [Forum FAQ] Troubleshooting error "The specified SQL server instance is not valid" when installing SCOM reporting service

    Symptom
    If you have failed to install SCOM reporting service, you may encounter below error when you reinstall it:
    “The specified SQL server instance is not valid”.
    (Figure 1)
    Figure 1.
    Reason
    This issue may be caused by multiple reasons, for example the reasons in Figure 1.
    However, you may find that SSRS and Report Server website are configured correctly and no SSL or proxy Server is used. In these scenario, you can open the log file under path
    to find the root reason:
    C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles
    Later, you will find the error as below:
    ERROR: Throwing Microsoft.ReportingServices.Library.ReportServerDisabledException: , Microsoft.ReportingServices.Library.ReportServerDisabledException:
    The report server cannot decrypt the symmetric key that is used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. ---> System.Runtime.InteropServices.COMException
    (0x80090016): Keyset does not exist (Exception from HRESULT: 0x80090016)
    at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    at RSManagedCrypto.RSCrypto.ReencryptSymmetricKey(Byte[] symKeyBlob, Byte[] pPublicKeyBlob)
    at Microsoft.ReportingServices.Library.ConnectionManager.<GetEncryptionKey>b__2()
    --- End of inner exception stack trace ---;
    Solution
    According to the error message, you can delete encrypted content by following the steps below:
    Open SQL Reporting Services Configuration Manager.
    Select “Encryption Keys”.
    Click “Delete” to delete all encrypted content. (Figure 2)
    Figure 2.
    After that, we can install SCOM reporting service again, after successfully install reporting service, we should see the SCOM operation console as below:
    Figure 3.
    In addition, you may also encounter other errors when installing SCOM reporting service, and the troubleshooting steps may be different. However, we can also check SQL reporting
    service logs to find the root reason.
    Here are some articles that would be helpful for SCOM reporting service installation and troubleshooting:
    How to Install the Operations Manager Reporting Server
    http://technet.microsoft.com/en-us/library/hh298611.aspx
    Unable to install SCOM 2012 Reporting Services
    http://blogs.technet.com/b/mdegre/archive/2013/05/27/unable-to-install-scom-2012-reporting-services.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hello,
    I'm afraid you must use a dedicated instance of SQL Server for each site(SCOM/SCCM). Some similar issues were disscussed on this forum:
    SCCM and SCOM - SQL Server 
    http://social.technet.microsoft.com/Forums/en-US/configmanagergeneral/thread/bfa14da9-4692-4c64-a107-e085c967d259
    SCOM, SCCM, SQL on same server?
    http://social.technet.microsoft.com/Forums/en-US/configmgrsetup/thread/b5373aa7-5233-4b1f-9b39-b86e481e04d5
    Thanks,
    Yog Li
    TechNet Community Support

  • SQL 2014 - current SQL Server edition is not supported by MDS

    Hi,
    we've installed SQL Server 2014 on a Windows 2008 R2 server with a namde instance for the database service.
    We also installed MDS 2014 on a different server and configured it with the MDS database on de before mentioned database server.
    The configuration gives no error, but when I go to the MDS site, I receive the error in the title.
    We installed CU #3 on both servers, but that didn't fix it.
    In related articles a possible solution is using a default database instance, but since we can't work with that, that's not really an option for us.
    Thanks in advance
    Regards
    Tony

    Hi,
    Do you know what's licensing you are using? Any chances you are using "Enterprise Edition: Core-based Licensing".
    We fixed a similar issue in CU4. The symptom is same as "SQL Server edition is not supported by MDS".
    http://support.microsoft.com/kb/2999197
    3291193
    3003755
    FIX: "SQL Server edition is not supported by MDS" error when you use MDS after you apply the CU3 for SQL Server 2014

  • Sql server agent is not highlighting start and stop options

    I configured snapshot replication , after that sql server agent is not highlighting start and stop options in instance.
    But I can start & stop it in services.msc
    how I can solve this?

    Hi,
    Can you post exact error message.
    Also refer below article, may be similar issue like yours.
    How to start SQL Server Agent when Agent XPs show disabled
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • Apache Web Server Listener is not running

    Hi,
    when starting E_BUSINESS issuing this
    adstrtal.sh apps/apps
    , I have this error message :
    Apache Web Server Listener is not running.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) is not running.
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    What might be the problem ? How can I launch Apache Web Server Listener to see why it can not start and where to see it's log file ?
    Many thanks

    hsawwan,
    I stopped all services, and killed process that were using port 8103. Then restarted all. In jserv.log we have
    [09/11/2007 15:36:27:798 CET] Host os02ebsx.ourdomain.net not found and not allowed to connect
    [09/11/2007 15:37:29:146 CET] Repository /Data/oracle/d03/prdacomn/java/apps.zip doesn't exist!
    [09/11/2007 15:37:29:178 CET] oracle.apps.icx.common.InitSystemProperties: init
    [09/11/2007 15:37:29:233 CET] oracle.apps.fnd.tcf.SocketServer: init
    [09/11/2007 15:37:29:247 CET] weboamLocal/oracle.apps.fnd.oam.servlet.ui.OAMServlet: init
    [09/11/2007 15:37:30:005 CET] weboamLocal/oracle.apps.fnd.oam.servlet.ui.OAMServlet: Sucessfully initialize oaosu.OAMServlet
    [09/11/2007 15:37:30:156 CET] oracle.apps.mwa.wap.engine.WapServlet: init
    [09/11/2007 15:37:30:156 CET] oracle.apps.mwa = /Data/oracle/d03/prdaappl/mwa/11.5.0
    [09/11/2007 15:37:33:271 CET] Fatal error in parsing device registration file. See system log file for de-tails.
    but in Context.xml file we do not have os02ebsx.ourdomain.net. Where does java server pick up this host ?
    Thanks and regards.

  • Could not start the hyperion workspace-web application Error 1067

    Hi,
    I have installed hyperion from scratch in a distributed environment...everything was working fine.......i.e. shared services, workspace, essbase, sql server, and hfm. I was able to logon and navigate different options in the hyperion products...but essbase stopped working when I re-started all four servers ....?
    (1) When I restarted all four servers and stopped and restarted all hyperion services as per giving sequence then everything works fine but essbase EAS console and workspace web console...i was getting error message " could not connect to administration server" whenever i try to connect EAS console to essbase then I went to services there I saw workspace agent and workspace web application service is down.
    (2) as soon as I started those both services then my shared services automatically stopped but I was able to logon in Essbase console and workspace console but my shared services are down...
    (3) as soon as I start shared service they started but my workspace agent and workspace web application automatically stopped...and when I try to start again workspace web application then I get this error "[ Could not start the hyperion workspace-web application services on local computer. Error 1067: the process terminated unexpectedly]"
    I have been searching online and googling but have a hard luck to get some best solution for this...can some one help me or guide me to walk through with this issue...
    Thank you very much in advance ...
    Regards,
    Safi

    I solved this issue...It was with Hyperion Services those were stop responding some how.....but I stopped each service and restarted then those started working again...
    Regards,
    Safi

  • SQL Server 2008 Intellisense not working

    I've seen a post about this here: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3371737&SiteID=17
    I've installed SQL Server 2008 and for a few weeks, intellisense was working fine.  The past week, it has stopped working entirely.  I'm running version 10.0.1442.  In Tools-->Options-->Text Editor-->Transact-SQL-->Intellisense, the option to "Enable Intellisense" is turned on.  I've also made sure that SQLCMD Mode is turned off.  I've disconnected a reconnected to my database several times with no luck.  I can try to uninstall and reinstall like the guy in the post I've referenced did, but if I can help to try to find out what's wrong here, I'm willing to wait for a while before doing so.

    Hello to everyone this is my first post and I hope I'm doing right.
    Anyway, I had the same issue with the IntelliSense. I think I messed up installing the Express Edition over SQLServer 2008 R2.
    I'm not an expert, but I think this corrupted my environment. 
    This was driving me crazy and even if it's not an essential tool, I was looking for another solution, I didn't want to install again everything.  
    So I started to look at the Option window and I played with its settings.
    For the ones who don't know...
    Tool > Options > Text Editor > Transact-SQL > IntelliSense.
    But 'Enable IntelliSense' was ticked, so I unticked and saved.
    I opened the view again and I ticked them again.
    Magically my IntelliSense started again to work fine.
    Hope to be helpful.
    Cheers.

Maybe you are looking for

  • Loading this xml data into tables

    Hello, I am having a problem loading this XML file into tables. The xml file structure is <FILE> <ACCESSION> some ids <INSTANCE> some data <VARIATION </VARIATION> <VARIATION> </VARIATION> variation gets repeated a number of times <ASSEMBLY> </ASSEMBL

  • Bad performance of PARI when compiling with GCC for SPARC 4.2.0

    Hi, I've compiled pari (2.3.3) with gcc 4.2.0 and with an old gcc 3.3.2 on a Sun Fire V240 and Solaris 10. The performance of pari compiled with gcc 4.2.0 is terrible. I've tried it with '-O3 -fast' and without this flags with the same result. First

  • Downloaded a trial of Master Collection 5.5 in swedish and want to chnage to english?

    Hello everyone. I have just downloaded a trial of the Master Collection 5.5 in swedish and I would like to change it into english. Is there an easy way?

  • Objects (leafs) in Objects (Nodes) in JTree ?

    i have Vector a from (Class 1)Objects, each includes Vector b from (Class 2)Objects. when i pass the Vector a to the JTree i see the (Class 1)Objects as Leafs. but i want to see them as Nodes and the (Class 2)Objects as children for the Nodes. how to

  • Starts in Open Firmware.  No OS

    Short story, When I turn on the Pismo, I get open firmware. I beleive the Hard Drive was formatted, and maybe partitioned eternally through a PC program called Macdrive. I have the software Restore Disc, and the software Install Disc. Neither will bo