Data Warehouse Jobs stuck at running - Since February!

Folks,
My incidents have not been groomed out of the console since February. I ran the Get-SCDWJob and found most of the jobs are disabled. See below. I've tried to enable all of them using PowerShell and they never are set back to Enabled.
No errors are present in the Event log. In fact, the Event log shows successfully starting the jobs.  
I've restarted the three services. Rebooted the server.
I've been using this blog post as a guide.
http://blogs.msdn.com/b/scplat/archive/2010/06/07/troubleshooting-the-data-warehouse-data-warehouse-isn-t-getting-new-data-or-jobs-seem-to-run-forever.aspx
Anyone have any ideas?
Win 08 R2 and SQL 2008 R2 SP 1.
BatchId Name                 Status       CategoryName     StartTime               
EndTime                  IsEnabled
13810   DWMaintenance        Running      Maintenance      3/22/2013 4:26:00 PM                             
True    
13807   Extract_DW_            Running      Extract          2/28/2013 7:08:00 PM                             
False   
        ServMgr_MG                                                                                                   
13808   Extract_Ser Running      Extract          2/28/2013 7:08:00 PM                             
False   
        vMgr_MG                                                                                                      
13780   Load.CMDWDataMart    Running      Load             2/28/2013 7:08:00 PM                             
False   
13784   Load.Common          Running      Load             2/28/2013 7:08:00 PM                             
False   
13781   Load.OMDWDataMart    Running      Load             2/28/2013 7:08:00 PM                             
False   
13809   MPSyncJob            Running      Synchronization  2/28/2013 8:08:00 PM                             
True    
3405    Process.SystemCenter Running      CubeProcessing   1/31/2013 3:00:00 AM     2/10/2013 2:59:00 PM     True    
        ChangeAndActivityMan                                                                                         
        agementCube                                                                                                  
3411    Process.SystemCenter Running      CubeProcessing   1/31/2013 3:00:00 AM     2/10/2013 2:59:00 PM     True    
        ConfigItemCube                                                                                               
3407    Process.SystemCenter Running      CubeProcessing   1/31/2013 3:00:00 AM     2/10/2013 2:59:00 PM     True    
        PowerManagementCube                                                                                          
3404    Process.SystemCenter Running      CubeProcessing   1/31/2013 3:00:00 AM     2/10/2013 2:59:00 PM     True    
        ServiceCatalogCube                                                                                           
3406    Process.SystemCenter Running      CubeProcessing   1/31/2013 3:00:00 AM     2/10/2013 2:59:00 PM     True    
        SoftwareUpdateCube                                                                                           
3410    Process.SystemCenter Running      CubeProcessing   1/31/2013 3:00:00 AM     2/10/2013 2:59:00 PM     True    
        WorkItemsCube                                                                                                
13796   Transform.Common     Running      Transform        2/28/2013 7:08:00 PM                             
False 

Okay, I've done to much work without writing it down. I've gotten it to show me a new error using Marcel's script. The error is below.  
It looks like a Cube issue. Not sure how to fix it.
There is no need to wait anymore for Job DWMaintenance because there is an error in module ManageCubeTranslations an
e error is: <Errors><Error EventTime="2013-07-29T19:03:30.1401986Z">The workitem to add cube translations was aborte
cause a lock was unavailable for a cube.</Error></Errors>
Also running the command  Get-SCDWJobModule | fl >> c:\temp\jobs290.txt shows the following errors.
JobId               : 302
CategoryId          : 1
JobModuleId         : 6350
BatchId             : 3404
ModuleId            : 5869
ModuleTypeId        : 1
ModuleErrorCount    : 0
ModuleRetryCount    : 0
Status              : Not Started
ModuleErrorSummary  : <Errors><Error EventTime="2013-02-10T19:58:30.6412697Z">The connection either timed out or was lo
                      st.</Error></Errors>
ModuleTypeName      : Health Service Module
ModuleName          : Process_SystemCenterServiceCatalogCube
ModuleDescription   : Process_SystemCenterServiceCatalogCube
JobName             : Process.SystemCenterServiceCatalogCube
CategoryName        : CubeProcessing
Description         : Process.SystemCenterServiceCatalogCube
CreationTime        : 7/29/2013 12:57:39 PM
NotToBePickedBefore :
ModuleCreationTime  : 7/29/2013 12:57:39 PM
ModuleModifiedTime  :
ModuleStartTime     :
ManagementGroup     : DW_Freeport_ServMgr_MG
ManagementGroupId   : f61a61f2-e0fe-eb37-4888-7e0be9c08593
JobId               : 312
CategoryId          : 1
JobModuleId         : 6436
BatchId             : 3405
ModuleId            : 5938
ModuleTypeId        : 1
ModuleErrorCount    : 0
ModuleRetryCount    : 0
Status              : Not Started
ModuleErrorSummary  : <Errors><Error EventTime="2013-02-10T19:58:35.1028411Z">Object reference not set to an instance o
                      f an object.</Error></Errors>
ModuleTypeName      : Health Service Module
ModuleName          : Process_SystemCenterChangeAndActivityManagementCube
ModuleDescription   : Process_SystemCenterChangeAndActivityManagementCube
JobName             : Process.SystemCenterChangeAndActivityManagementCube
CategoryName        : CubeProcessing
Description         : Process.SystemCenterChangeAndActivityManagementCube
CreationTime        : 2/10/2013 7:58:31 PM
NotToBePickedBefore : 2/10/2013 7:58:35 PM
ModuleCreationTime  : 2/10/2013 7:58:31 PM
ModuleModifiedTime  : 2/10/2013 7:58:35 PM
ModuleStartTime     : 2/10/2013 7:58:31 PM
ManagementGroup     : DW_Freeport_ServMgr_MG
ManagementGroupId   : f61a61f2-e0fe-eb37-4888-7e0be9c08593
JobId               : 331
CategoryId          : 1
JobModuleId         : 6816
BatchId             : 3406
ModuleId            : 6242
ModuleTypeId        : 1
ModuleErrorCount    : 0
ModuleRetryCount    : 0
Status              : Not Started
ModuleErrorSummary  : <Errors><Error EventTime="2013-02-10T19:58:38.7064180Z">Object reference not set to an instance o
                      f an object.</Error></Errors>
ModuleTypeName      : Health Service Module
ModuleName          : Process_SystemCenterSoftwareUpdateCube
ModuleDescription   : Process_SystemCenterSoftwareUpdateCube
JobName             : Process.SystemCenterSoftwareUpdateCube
CategoryName        : CubeProcessing
Description         : Process.SystemCenterSoftwareUpdateCube
CreationTime        : 2/10/2013 7:58:35 PM
NotToBePickedBefore : 2/10/2013 7:58:39 PM
ModuleCreationTime  : 2/10/2013 7:58:35 PM
ModuleModifiedTime  : 2/10/2013 7:58:39 PM
ModuleStartTime     : 2/10/2013 7:58:35 PM
ManagementGroup     : DW_Freeport_ServMgr_MG
ManagementGroupId   : f61a61f2-e0fe-eb37-4888-7e0be9c08593
JobId               : 334
CategoryId          : 1
JobModuleId         : 6822
BatchId             : 3407
ModuleId            : 6246
ModuleTypeId        : 1
ModuleErrorCount    : 0
ModuleRetryCount    : 0
Status              : Not Started
ModuleErrorSummary  : <Errors><Error EventTime="2013-02-10T19:58:42.2943950Z">Object reference not set to an instance o
                      f an object.</Error></Errors>
ModuleTypeName      : Health Service Module
ModuleName          : Process_SystemCenterPowerManagementCube
ModuleDescription   : Process_SystemCenterPowerManagementCube
JobName             : Process.SystemCenterPowerManagementCube
CategoryName        : CubeProcessing
Description         : Process.SystemCenterPowerManagementCube
CreationTime        : 2/10/2013 7:58:39 PM
NotToBePickedBefore : 2/10/2013 7:58:42 PM
ModuleCreationTime  : 2/10/2013 7:58:39 PM
ModuleModifiedTime  : 2/10/2013 7:58:42 PM
ModuleStartTime     : 2/10/2013 7:58:39 PM
ManagementGroup     : DW_Freeport_ServMgr_MG
ManagementGroupId   : f61a61f2-e0fe-eb37-4888-7e0be9c08593
JobId               : 350
CategoryId          : 1
JobModuleId         : 6890
BatchId             : 3410
ModuleId            : 6299
ModuleTypeId        : 1
ModuleErrorCount    : 0
ModuleRetryCount    : 0
Status              : Not Started
ModuleErrorSummary  : <Errors><Error EventTime="2013-02-10T19:58:45.8355723Z">Object reference not set to an instance o
                      f an object.</Error></Errors>
ModuleTypeName      : Health Service Module
ModuleName          : Process_SystemCenterWorkItemsCube
ModuleDescription   : Process_SystemCenterWorkItemsCube
JobName             : Process.SystemCenterWorkItemsCube
CategoryName        : CubeProcessing
Description         : Process.SystemCenterWorkItemsCube
CreationTime        : 2/10/2013 7:58:42 PM
NotToBePickedBefore : 2/10/2013 7:58:46 PM
ModuleCreationTime  : 2/10/2013 7:58:42 PM
ModuleModifiedTime  : 2/10/2013 7:58:46 PM
ModuleStartTime     : 2/10/2013 7:58:42 PM
ManagementGroup     : DW_Freeport_ServMgr_MG
ManagementGroupId   : f61a61f2-e0fe-eb37-4888-7e0be9c08593
JobId               : 352
CategoryId          : 1
JobModuleId         : 6892
BatchId             : 3411
ModuleId            : 6300
ModuleTypeId        : 1
ModuleErrorCount    : 0
ModuleRetryCount    : 0
Status              : Not Started
ModuleErrorSummary  : <Errors><Error EventTime="2013-02-10T19:58:49.6887476Z">Object reference not set to an instance o
                      f an object.</Error></Errors>
ModuleTypeName      : Health Service Module
ModuleName          : Process_SystemCenterConfigItemCube
ModuleDescription   : Process_SystemCenterConfigItemCube
JobName             : Process.SystemCenterConfigItemCube
CategoryName        : CubeProcessing
Description         : Process.SystemCenterConfigItemCube
CreationTime        : 2/10/2013 7:58:46 PM
NotToBePickedBefore : 2/10/2013 7:58:50 PM
ModuleCreationTime  : 2/10/2013 7:58:46 PM
ModuleModifiedTime  : 2/10/2013 7:58:50 PM
ModuleStartTime     : 2/10/2013 7:58:46 PM
ManagementGroup     : DW_Freeport_ServMgr_MG
ManagementGroupId   : f61a61f2-e0fe-eb37-4888-7e0be9c08593

Similar Messages

  • Imported sealed Management Pack and its not showing up in Data Warehouse Job MPSyncJob

    Hello,
    When i try to Import a sealed Management Pack (with defined new Dimensions for Data Warehouse) it works fine, and it shows up under Management Packs under the Administration Pane. But its not showing up in the Data Warehouse Job "MPSyncJob".
    No errors in the Eventlog on the DW Management Server and cant see any errors in failed Data Warehouse Jobs either.
    I imported the MP three Days ago and still nothing.
    Now what?
    /Maekee

    I have a smaller SCSM Lab that i can import this MP in and the classes are created in the DW. Now is the question why its not working in my PreProd env and why i dont get any errors in the Event Log? Anyone that can Point me in the right direction for
    this?
    /Maekee

  • Data Warehouse Jobs Failing

    As you can see in the screen shot, everything is failing.  I have tried un-registering and regerstering the data warehouse but I get the same results. There arent any relevent events on the SCSM server, but the data warehouse has the following:
    Event 33537:
    Deployment related exception has been caught during ETL. This is either due to a failure in Deployment or we have exceeded the number of retry attempts. Work item will be marked as failed.
    Additional information:
    ETLModule: etlMod=NULL
    RetryAttempts: 0
    WorkItem:  WorkItemId = 35013940, processModuleId = 11694, isDirty = True, BatchId = 115291, status = Failed, RetryCount = 0, ErrorCount = 1925, TakenTime = 12/20/2013 19:30:45, Module
    = ModuleName = LoadDWDataMartReleaseType, ModuleType = System, ModuleDescription = Deployment Execution Step, ProcessCategoryName = Load, ProcessName = Load.Common, DeletedBatchId=0
    Exception details:
    Exception type: Microsoft.EnterpriseManagement.Common.ObjectNotFoundException
    Exception message: An object of class ManagementPackWarehouseModuleType with ID 28be8a8c-772c-4d5a-94df-2e30784497d7 was not found.
    Stack trace:
       at Microsoft.EnterpriseManagement.DataWarehouseManagement.GetWarehouseModuleType(Guid id)
       at Microsoft.SystemCenter.Warehouse.Utility.Store.GetWarehouseModule(Guid id)
       at Microsoft.SystemCenter.Etl.ETLModule.GetModule(WorkItem etlWI)
       at Microsoft.SystemCenter.Etl.ETLModule.OnDataItem(DataItemBase dataItem, DataItemAcknowledgementCallback acknowledgedCallback, Object acknowledgedState, DataItemProcessingCompleteCallback
    completionCallback, Object completionState)
    Events 33333:
    Data Access Layer rejected retry on SqlError:
    Request: CreateSolutionPackImportMessage -- (TransactionId=e5fad4da-21d2-41d9-b818-97c6efb299bb), (Message=PABEAGUAcABsAG8AeQBtAGUAbgB0AE0AZQBzAHMAYQBnAGUAIAB4AG0AbABuAHMAPQAnAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8A...),
    (RETURN_VALUE=-1)
    Class: 0
    Number: 3621
    Message: The statement has been terminated.
    And…
    Data Access Layer rejected retry on SqlError:
    Request: CreateSolutionPackImportMessage -- (TransactionId=e5fad4da-21d2-41d9-b818-97c6efb299bb), (Message=PABEAGUAcABsAG8AeQBtAGUAbgB0AE0AZQBzAHMAYQBnAGUAIAB4AG0AbABuAHMAPQAnAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8A...),
    (RETURN_VALUE=-1)
    Class: 16
    Number: 266
    Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0.
    And a lot of these...
    Message: Failed to create BaseModule InstanceWrapper
     Module name: TransformChangeImpact
     Process: Transform
     Entity type: Outrigger
     Entity name: ChangeImpact
     Entity GUID: dcb7f8f8-a4e4-876e-9cd8-dd98f7aab4d1
     Field warehouse source ID value: 1
     Module GUID: 82e2491e-d690-c73c-b794-807346fa8a7e
    Message: Failed to create BaseModule InstanceWrapper
     Module name: LoadOMDWDataMartIncidentResolutionCategory
     Process: Load
     Entity type: Outrigger
     Entity name: IncidentResolutionCategory
     Entity GUID: b668ce94-7450-6adc-2ad0-b9104c82b86b
     Field warehouse source ID value: 1
     Module GUID: 5d0ed3d3-068b-9315-d637-79d4ce8a5fe1
    At first (after some google-ing) I figured it was due o bad DB grooming. I tried following these instructions:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/5919b0d7-4510-4d96-a043-89092655cc06/error-in-transformcommon-etl-job?forum=dwreportingdashboards
    and I did this...
    http://support.microsoft.com/kb/2853442
    But it still fails.
    Any suggestions?
    We're running 2012 sp1 on SQL 2008R2.
    - Get on the floor, do that dinosaur

    Do you have MPs that have failed deployments? If yes, right click on them and click on "Restart Deployment". You kind of have to figure out the sequence if there are dependencies. If the deployment fails, post the error message from the event log
    (Operations Manager log source)
    If you recently upgraded to 2012 R2, you may want to execute the script from the release notes (http://technet.microsoft.com/en-us/library/dn299381.aspx)

  • Backup job stuck in running state

    Hi
    I am using 11gR2 RAC on Windows 2008 R2. I have several different database jobs stuck in a running state. However if I check the view v$session_longops I can not see anything in there relating to RMAN. If I drill down to the job and the step that is running, in the Error Log it states:
    error writing input to command
    Could someone point me in the right direction as to how to investigate this?
    Thanks

    if you know that the execution finished or is hung,use this query:
    SELECT p.SPID, s.sid, s.serial#, sw.EVENT, sw.SECONDS_IN_WAIT AS
    SEC_WAIT, sw.STATE, CLIENT_INFO
    FROM V$SESSION_WAIT sw, V$SESSION s, V$PROCESS p
    WHERE s.client_info LIKE 'rman%'
    AND s.SID=sw.SID
    AND s.PADDR=p.ADDR;
    and kill them.

  • Data Collection Jobs fail to run

    Hello,
    I have installed three servers with SQL Server 2012 Standard Edition, which should be identically installed and configured.
    Part of the installation was setting up Data Collection which worked with out problems on two of the servers, but not on the last where 5 of the SQL Server Agent Jobs fails.
    The jobs failing are:
    collection_set_1_noncached_collect_and_upload
    Message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_2_collection
    Step 1 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_2_upload
    Step 2 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_3_collection
    Step 1 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_3_upload
    Step 2 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    When I try to execute one of the jobs, I get the following event in the System Log:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider
    Name="Application Popup"
    Guid="{47BFA2B7-BD54-4FAC-B70B-29021084CA8F}" />
      <EventID>26</EventID>
      <Version>0</Version>
      <Level>4</Level>
      <Task>0</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8000000000000000</Keywords>
      <TimeCreated
    SystemTime="2013-06-04T11:23:10.924129800Z" />
      <EventRecordID>29716</EventRecordID>
      <Correlation
    />
      <Execution
    ProcessID="396" ThreadID="1336" />
      <Channel>System</Channel>
      <Computer>myServer</Computer>
      <Security
    UserID="S-1-5-18" />
      </System>
    - <EventData>
      <Data Name="Caption">DCEXEC.EXE - System Error</Data>
      <Data Name="Message">The program can't start because SqlTDiagN.dll
    is missing from your computer. Try reinstalling the program to fix this
    problem.</Data>
      </EventData>
     </Event>
    I have tried removing and reconfiguring the Data Collection two times using the stored procedure msdb.dbo.sp_syscollector_cleanup_collector and removing the underlying database.
    Both times with the same result.
    Below are the basic information about the setup of the server:
    Does any one have any suggestions about what the problem could be and what the cure might be?
    Best regards,
    Michael Andy Poulsen

    I tried running a repair on the SQL Server installation.
    This solved the problem.
    Only thing is that now I have to figure out the mening of these last lines in the log of the repair:
    "The following warnings were encountered while configuring settings on your SQL Server.  These resources / settings were missing or invalid so default values were used in recreating the missing resources.  Please review to make sure they don’t require
    further customization for your applications:
    Service SID support has been enabled on the service.
    Service SID support has been enabled on the service."
    /Michael Andy Poulsen

  • Service Manager 2012 R2 - Data warehouse Issue

    i have an issue with a customer with their Data warehouse Server. when ever we generate a report using Service Manager we are not seeing data in the report. example - we only see 4 incidents on reports when we generate them and these are many months
    old records. within the database there are 1000+ Incidents created however when generating a report only shows us 4 incidents. i'm trying to figure out why it's only showing few records whereas it should show all the records when we generate. i have this
    issue now with two customers
    i can see that the Data warehouse jobs are running without issues. they are not failing. please let me know how i can get this issue fixed

    Open up an SQL management studio and connect to the database that hosts the data warehouse database. Run a query against this following views.
    Incident
    SELECT * FROM [DWDataMart].[dbo].[IncidentDimvw]
    If we look at the Incident query if this only returns 4 incidents as your report then the sync to the data warehouse is not working correctly. I would recommend runnung travis ETL job to run all the data warehouse jobs in the correct order. You can find
    it here. https://gallery.technet.microsoft.com/PowerShell-Script-to-Run-a4a2081c
    And if that still does not help there is another few blog posts for troubleshooting the data warehouse but lets try this first and go from there. 
    Cheers,
    Thomas Strömberg
    System Center Specialist
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • Database Mode for Data warehouse

    I am running Oracle 10gR2 on solaris 5.10.
    The recommendation that the data warehouse database should be run in dedicated mode is right?
    regards

    Fahd Mirza wrote:
    I am running Oracle 10gR2 on solaris 5.10.
    The recommendation that the data warehouse database should be run in dedicated mode is right?
    regards"dedicated" is not a mode that the databse runs in, it is a type of connection the client makes to the database. There's no such thing as "run the database in dedicated mode" vs. "run the database in shared mode". The database will always accept a dedicated connection request. It may accept a shared connection request, if it has been configured to do so. It's up to the client to decide, not the database

  • How to Troubleshoot why data is not moving over into the Data Warehouse after Sql Server Agent Job Run

    Hello,
    Here is my problem:
    Data was imported into the staging area. After resolving some errors and running the job, I got the data to move over to the next area. From there, data should be moving over into the DW.  I have been troubleshooting for hours and cannot reslove this
    issue. I have restarted the sql service services, I have ran a couple packages manually, and the job is running successfully. 
    What are some reasons why data is not getting into the data warehouse? Where should I be looking? 
    Your help is greatly appreciated!!

    Anything is possible.
    So, just to reiterate, running the job manually works, running the scheduled job does not result in errors neither data arriving to the DW, right? And it used to, correct?
    If so, the 1st step would be to examine the configuration(s). But not before you inspect the package. Do you have an ability to export it to a file system and open in BIDS?
    Arthur My Blog

  • IPhone 4s hasn't been backed up since February, when connected it runs for a while and then says, backup cannot be completed.  Ideas?

    iPhone 4s hasn't been backed up since February, when connected to wifi, it runs for awhile in icloud backup, then says, "cannot complete backup". any ideas?  I bought additional storage in icloud, have 15 gig now.

    Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • Data Manager jobs not running

    All
    Does anyone know whether data manager jobs that don't appear in your schedule status still run behind the scenes?
    The majority of times, our DM jobs don't start the first time you run them (known problem with out version 5.1 SP3 I believe?) however looking at the SQL box, there is an entry in the DTSLog table with a status of running, and there are files created in the webfolders of the user running the job. 
    Does this mean that the job is still running?
    If it is still running, is there are way of identifying it and stopping it?
    Thanks

    Hi Miheala
    I can see the 2 TMP files and 1 LOG file relating to the job in the private publications, but none have been updated since the job was attempted.  The LOG file is empty.
    As far as we are concerned from the user point of view, the job never even started, however I am concerned that on the SQL server the job is still trying to run.
    Any other ideas?
    Thanks

  • Jobs running since 4 hours

    Hi,
    from dba_jobs_running table how can I find the jobs running since 4 hours ego ?
    SELECT count(*) from dba_jobs_running where THIS_DATE-SYSDATE < 4 hours
    DBA_JOBS_RUNNINGDBA_JOBS_RUNNING lists all jobs that are currently running in the instance.
    Column Datatype NULL Description
    SID NUMBER  
    JOB NUMBER   
    FAILURES NUMBER   
    LAST_DATE DATE   
    LAST_SEC VARCHAR2(8)  
    THIS_DATE DATE   Date that this job started executing.
    THIS_SEC VARCHAR2(8)   
    INSTANCE NUMBER  Thank for help.

    Hi
    Have you tried this?
    SELECT *
    FROM dba_jobs_running
    WHERE this_date <= SYSDATE - INTERVAL '4' HOURCheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Alert data is not present in SCOM 2012 Data Warehouse database since two weeks

    Alert data is not present in SCOM 2012 Data Warehouse database since a week though I could see Performance data for the latest dates. Old Alert data is present but I think the latest Alert data is not being inserted to Data warehouse. No activity was done
    on the day from where we are missing data.
    I could see 31554 events on all my Management servers and this proves that Data Insertion is happening. I am not sure why only Alert data is missing (or not getting inserted) in DW database. I am trying to use SQL queries to fetch the data as I dont have reporting
    currently. The same query is working for other dates, so there is no issue with this query.
    I have noticed that I could see the Alert Data present in SCOM OperationsmNager Db but NOT present in OperationsManagerDW database.
    In SCOM 2007, data will be inserted in both Ops DB and DW simultaneously. I believe the same methodology in 2012 too.
    Please help me to fetch Alert data from DW. Any suggestion pls?
    Regards, Suresh

    Hi,
    Generally, data warehouse store a long-term data, and by default, it would keep 400 days data, I suggest check your configuration:
    How to Configure Grooming Settings for the Reporting Data Warehouse Database
    http://technet.microsoft.com/en-us/library/hh212806.aspx
    Alex Zhao
    TechNet Community Support

  • A job I have seen was running since 11 hours but in history its duration is 48 minutes only

    SQL Server agent 2008 :
    A job I have seen was running since 11 hours but in history its duration is 48 minutes only.is It possible.
    Thanks

    Check all the steps and how much time each step took...
    SELECT sj.name
    , sja.*
    FROM msdb.dbo.sysjobactivity AS sja
    INNER JOIN msdb.dbo.sysjobs AS sj ON sja.job_id = sj.job_id
    WHERE sja.start_execution_date IS NOT NULL
    AND sja.stop_execution_date IS NULL
    http://thomaslarock.com/2012/10/how-to-find-currently-running-long-sql-agent-jobs/
    Raju Rasagounder Sr MSSQL DBA

  • XS Scheduled Job stuck in state "RUNNING"

    Hello guys,
    I am running HANA Dev Edition on AWS (Rev. 70). There is a .xsjs file which is called every 5 minutes by the xs job scheduler.
    However after shutdown on Tuesday and startup on Friday the job did not start correctly (?)
    I am pretty sure the job isn't running any more - the instance has been stopped another time in the meantime and the HANA Database was restarted, too.
    The question is: How can I reset the job? While the last run is in state RUNNING, the next one won't be scheduled. I tried removing the "active" flag in XS-Admin and setting it again but without success.
    Should I try an update on "_SYS_XS"."JOB_LOG" and set STATUS to 'SCHEDULED'?
    Any hints are appreciated,
    Fabian

    Hi Fabian,
    I'm experiencing a similar problem with stuck job.  Did you ever get this resolved?  What did you do?
    Thanks,
    -Patrick

  • Permanent Job Opportunity - Oracle BI Data Warehouse Developer Chicago, IL

    Submit Resumes to [email protected]
    The Business Intelligence Specialist will play a critical role in designing, developing, deploying, and supporting data warehouse/data mart applications. In this role, the person will be responsible for all BI aspects of a data warehouse/data mart application. Primary duties will be to create reporting standards, as well as coach and support power users with selected Oracle tool. The ideal candidate will have 3+ years demonstrated experience in data warehousing and Business Intelligence tools. Must also possess excellent communication skills and an outstanding track record with the user.
    Principal Duties:
    Participates with internal clients to define software requirements for development, maintenance and/or improvements
    Maintains accuracy, integrity, and availability of the data warehouse
    Tests, monitors, manages, and validates data warehouse activity, including data extraction, transformation, movement, loading, cleansing, and updating processes
    Designs and optimizes data mart models for Oracle Business Intelligence Suite.
    Translates the reporting requirements into data analysis and reporting solutions.
    Reviews and sign off on project plan(s).
    Reviews and sign off on technical design(s).
    Defines and develops BI reports for accessing/analyzing data in warehouse.
    Customizes BI tools and data sets for different types of users.
    Designs and develop UAT (User Acceptance Testing).
    Drives improvement of BI system architecture and development process.
    Develops and maintains internal relationships. Actively champions teamwork. Uses internal resources to enhance knowledge and expertise of industry, research, products and services. Provides information and support to others in the company.
    Required Skills:
    Education and Experience:
    BS/MS in Computer Science or equivalent.
    3+ years of experience with Oracle, PL/SQL Development and Data Warehousing.
    Experience Oracle Business Intelligence Suite and Crystal Reports is a plus.
    2-3 years dimensional modeling experience.
    Demonstrated hands on experience with Unix/Linux, SQL required.
    Demonstrated hands on experience with Oracle reporting tools.
    Demonstrated experience with translating business requirements into data analysis and reporting solutions.
    Experience in training programs/teach users to use tools.
    Expertise with software development process.
    Effective mediator - able to facilitate constructive and productive discussions with internal customers, external clients, and development personnel pertaining to feature definition, project scope, and status
    Problem solving*identifies and resolves problems in a timely manner, gathers and analyzes information skillfully and maintains confidentiality.
    Planning/organizing*prioritizes and plans work activities and uses time efficiently. Work requires continual attention to detail in composing and proofing materials, establishing priorities and meeting deadlines. Must be able to work in a fast-paced environment with demonstrated ability to juggle multiple competing tasks and demands.
    Quality control*demonstrates accuracy and thoroughness and monitors own work to ensure quality.
    Adaptability*adapts to changes in the work environment, manages competing demands and is able to deal with frequent change, delays or unexpected events.
    Benefits/Compensation:
    Employees enjoy competitive compensation. We have a full benefits package including medical and dental insurance, long-term disability and life insurance and a 401(k) plan.
    The client operates within the healthcare industry.
    This is a permanent full-time position. After ensuring your availability and qualifications we will put you in direct contact with the client to move forward in the process.

    FORWARD THE UPDATED RESUME AS SOON AS POSSIBLE.

Maybe you are looking for

  • What is Ageing report?

    Hi, Can anybody explain me what is Inventory ageing report,vendor ageing report? Pls explain in detail. Thanks in advance. Regards Gitesh

  • Validator error - Extra data was encountered.

    Hi All, I am working on Outbound EDI870, getting below Error: 2010.06.03 at 04:33:34:988: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (ERROR) Error -: B2B-51505: General validation error.      at oracle.tip.b2b.doc

  • Exceptions thrown in Thread Constructors

    Hi, Im having a problem with exceptions been thrown during thread constructors... mainly that when it happens, the JVM still seems to track the dud thread as an active thread (See example code below). As you can see, the thread throws an exception du

  • Error when build cube - A duplicate attribute key has been found when processing...

    Hi all, I got an error "Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table-" when built new cube. It looks strange in my case. I created a small example to re-produce this error as below: I create a dat

  • Nokia HF-510 and N97 mini

    Hi, just a quick question... is the HF-510 compatible with the N97 Mini, it's not listed as a compatible device and wanted to check before buying. Thanks in advance! Solved! Go to Solution.