[SCOM 2007 R2] Alert on every failed SQL job

We want alert on every failed SQL Agent job.  However, we only get one alert.
We check that SQL 2000 would alert on every failed SQL job, but SQL 2005 & 2008 didn't behavior like that.
What should we do?
Thanks.

Hello Matt,
For auditing purposes we need to email every sql job failure and sql job success.  What I've seen is if the out of box "A(n) sql job failed to complete sucessfully", it will generate only one alert until the alert is manually resolved.
And the alert if generated from a server with many Sql instances, it will generate for each windows event the same alert for each instance.
If I create a rule and use "sql jobs" as the "rule target" for each application event every job generates an alert.
So, if we use "Last Run Status", when it's working, I've seen that if two failures are generated within the frequency interval specified "600" seconds by default only one alert is generated.
The MOM rule that uses this criteria from the Application event log:
Event Number equals '208'
 Source Name matches regular expression 'SQLServerAgent|SQLAgent.*'
 Parameter 1 doesn't match wildcard 'OnePoint - *'
 Parameter 3 matches regular expression '^(失败|Fehler|Failed|Error|Échec|Non[ ]riuscito|失敗|失敗|실패)$'  
As far as I can tell works fine. 
One other respondent recommends using "windows computer" as the "rule target".  I think this will have the same problem as the ootb rule and only generate an alert once.
I think potentially a rule that uses "agent job" as the rule target would work if in the criteria, we could add "description" contains "job name".   But the gui doen't expose "event description" as a criteria.
Any help would be appreciated.
Thanks,
Paul

Similar Messages

  • Any known issues with SCOM 2007 R2 after upgrading to SP2 for SQL 2008 R2 ?

    Are there any known or reported issues in SCOM 2007 R2 after installing SP2 for SQL server 2008 R2 ?  Currently running RTM version of SQL Server 2008 R2.

    Hi There,
    As a testing purpose long time back i did this. I did this step by step
    I installed SCOM 2007R2 with SQL server 2008 with SP1 initially.
    Then upgraded to 2008 SP2.
    Then upgraded to 2008 SP3
    Then upgraded to 2008 R2.
    Then upgraded to 2008 R2 SP1
    Finally to SP2
    I dint find any issue.
    I just kept on adding service packs upon each other. Except for upgradation to 2008 to 2008 r2 i used the installation media then the SP1 & SP2 files. to upgrade to service packs.
    If you want to go to directly SP2 i would suggest you install SP1 and then install SP2.
    Every thing is fine in the LAB equipment i tried this.
    Gautam.75801

  • SQL 2012 DB Engine [Login failed: Account locked out] alerts not received from SCOM 2007 R2

    Dear Experts,
    In our SCOM 2007 R2 environment SQL 2012 DB Engine [Login failed: Account locked out] alerts not received but we are receiving the following alerts fr the DB instance.
    1. Database Backup Failed To Complete
    2. Login failed: Password expired
    3. Log Backup Failed to Complete
    4. Login failed: Password cannot be used at this time
    5. Login failed: Password must be changed
    6. IS Package Failed.
    Why we are not receiving the "Login failed: Account locked out" ? Customers are asking the notification email alert for this Rule even I have checked the override settings everything is enabled by default same as above rules.
    What can be the issue here ?
    Thanks,
    Saravana
    Saravana Raja

    Hi,
    Could you please check the Windows security log for (MSSQLSERVER) event ID 18486? The rule should rely on this event.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • SCOM 2007 R2 CU 7 SQL Database script update

    Hi..I'm in the process of installing CU 7 for SCOM 2007 R2 (SQL 2008 R2). I completed the Server update successfully. While running the SQL operations manager DB upgrade I get the message '(0 row(s) affected'
    Auto-attach to process '[144] [SQL] Server' on machine 'Server' succeeded.
    The thread 'Server\Instance [87]' (0x8fc) has exited with code 0 (0x0).
    The program '[144] [SQL] Server: Server\Instance' has exited with code 0 (0x0).
    Also, there are no alerts being generated since yesterday which I assume are due to the database not being updated.
    Am I missing something here?
    Thanks
    blogs.technet.com/b/kevinholman/archive/2012/05/18/opsmgr-2007-r2-cu6-rollup-hotfix-ships-and-my-experience-installing-it.aspx

    Hi,
    I suggest you follow the official KB methods here.
    1. Log on to the computer that hosts the Operations Manager 2007 database by using a user account that has database system administrator (SA) rights to the instance of the Operations Manager 2007 database. To perform the database update remotely, log on
    to a computer that hosts SQL Server Management Studio by using a user account that has the appropriate SA rights to the Operations Manager 2007 database.
    2. Run SQL Server Management Studio.
    3. In the Connect to Server dialog box, connect to the instance of SQL Server that hosts the Operations Manager database. The default database name is OperationsManager.
    4. On the toolbar, click New Query.
    5. From the SQL Editor toolbar, use the Available databases option to select the Operations Manager database.
    6. On the File menu, click Open, browse to C:\program files (x86)\System Center 2007 R2 hotfix utility\KB2783850\SQLUpdate, select the CU_Database.sql file that was extracted by the Windows installer (.msi file), and then click Open.
    7. When the file is loaded, click Execute in the SQL Editor toolbar.
    8. View the Messages pane to check whether the Transact-SQL commands ran successfully.
    9. Exit SQL Server Management Studio.
    10. For the Operations Manager data warehouse, repeat steps 1 through 8. However, connect to the instance of SQL Server that hosts the Operations Manager data warehouse, and then run the \SQLUpdate\CU_DataWarehouse.sql file.
    More info:
    http://support.microsoft.com/kb/2783850
    Niki Han
    TechNet Community Support

  • Reports for Low disk space alerts in scom 2007

    Dear Experts,
    Is there any possible to get the Low disk Space alerts reports in SCOM 2007 R2.
    1, I need reports for Last week SCOM sent alerts on Low Disk space for the servers list
    2, Likewise I need SCOM Low disk space alerts reports for last month.
    Can somebody please explain me with the steps and I played much with Reporting pane.
    Thanks,
    Saravana

    Hi,
    The below code should work to get all servers that have alert of logical disk free space is low in specific period:
    get-alert -criteria 'Name = ''Logical Disk Free Space is low'' AND TimeRaised >=''3/24/2014'' AND TimeRaised <= ''4/24/2014''' | select MonitoringObjectDisplayName,MonitoringObjectPath,Name,TimeRaised | sort MonitoringObjectDisplayName
    Here is a similar thread for your reference:
    how to create a report showing the servers that had the alerts of "Logical Disk Free Space is low" for a specific period?
    http://social.technet.microsoft.com/Forums/en-US/50f2c3fb-2dfc-47c6-8c2a-8a2f0149df10/how-to-create-a-report-showing-the-servers-that-had-the-alerts-of-logical-disk-free-space-is-low?forum=operationsmanagerreporting
    Regards,
    Yan Li
    Regards, Yan Li

  • SQL or Powershell query to get the SCOM management group id for SCOM 2007 R2 & 2012 / 2012 R2

    Hi All,
    Can any one provide me the SQL or Powershell query to get the SCOM management group id for SCOM 2007 R2 & 2012 / 2012 R2
    I had a SQL query which will query the data from data warehouse and give the management group id but i have lost it for all 3 above.
    Gautam.75801

    Hi Gautam,
    Hope it helps:
    http://blog.tyang.org/2013/03/13/data-aggregation-field-became-empty-in-opsmgr-2007-linked-performance-report/
    http://blog.tyang.org/2012/09/05/mp-authoring-targeting-rms-or-ms/
    Natalya
    ### If my post helped you, please take a moment to Vote as Helpful and\or Mark as an Answer

  • How to configure SCOM 2007 R2 universal connector to receive alerts from HP NNMi. Please help!

    Hi,
    I am in situation to configure HP NNMi to forward alerts to SCOM 2007 R2 console. Can someone guide how to achieve this task since I am quite lack of information on this integration.
    Thanks.
    -Raju

    Hi,
    I would like to share the following blog with you. It includes detailed information about installation and configuration.
    http://blogs.technet.com/b/kevinholman/archive/2010/09/23/installing-the-opsmgr-r2-universal-connector.aspx
    Niki Han
    TechNet Community Support

  • 'High' Priority and 'critical' severity alerts from all MP's in SCOM 2007 R2

    Hi All
    Can anyone help me with the script to get all alert details from monitors and rules which are set to "high" priority and "critical" severity in SCOM 2007.
    Regards
    Madhavi

    You can below script to show all agent which isn't health
    $ReportOutput += "<h2>Agents where Health State is not Green</h2>"
    $ReportOutput += Get-Agent |
    where {$_.HealthState -ne "Success"} |
    select Name,HealthState | ConvertTo-HTML
    -fragment$ReportOutput += "<h2>Agents where the Monitoring Class is not available</h2>"
    $AgentMonitoringClass = get-monitoringclass
    -name "Microsoft.SystemCenter.Agent"
    $ReportOutput+= Get-MonitoringObject-monitoringclass:$AgentMonitoringClass|
    where{$_.IsAvailable -eq$false} |
    selectDisplayName | ConvertTo-HTML-fragment
    Also you can refer below links
    http://www.definit.co.uk/2012/01/scom-2007-r2-daily-health-check-script/
    http://www.blackops.ca/cms/blog/?p=155
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • Scom 2007 R2 error 31553-31552-31551

    We need help with SCOM 2007 R2
    We start having a lot problems with our DW database lately,
    Each night between Midnight and eight in the morning, the SCOM 2007 R2 RMS server try to write and read a lots data to the SQL Server DW database.
    It’s same we missing some table in the DW database (specially the one for the perf performance stage)
    We get a lot of errors in RMS event viewer
    31553:
    31552:

    no errors for DBCC CHECKDB
    DBCC results for 'OperationsManagerDW'.
    Service Broker Msg 9675, State 1: Message Types analyzed: 14.
    Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
    Service Broker Msg 9667, State 1: Services analyzed: 3.
    Service Broker Msg 9668, State 1: Service Queues analyzed: 3.
    Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.
    Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.
    Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.
    Service Broker Msg 9605, State 1: Conversation Priorities analyzed: 0.
    DBCC results for 'sys.sysrscols'.
    There are 2341 rows in 81 pages for object "sys.sysrscols".
    DBCC results for 'sys.sysrowsets'.
    There are 388 rows in 8 pages for object "sys.sysrowsets".
    DBCC results for 'sys.sysallocunits'.
    There are 497 rows in 32 pages for object "sys.sysallocunits".
    DBCC results for 'sys.sysfiles1'.
    There are 2 rows in 1 pages for object "sys.sysfiles1".
    DBCC results for 'sys.syspriorities'.
    There are 0 rows in 0 pages for object "sys.syspriorities".
    DBCC results for 'sys.sysfgfrag'.
    There are 2 rows in 1 pages for object "sys.sysfgfrag".
    DBCC results for 'sys.sysphfg'.
    There are 1 rows in 1 pages for object "sys.sysphfg".
    DBCC results for 'sys.sysprufiles'.
    There are 2 rows in 1 pages for object "sys.sysprufiles".
    DBCC results for 'sys.sysftinds'.
    There are 0 rows in 0 pages for object "sys.sysftinds".
    DBCC results for 'sys.sysowners'.
    There are 24 rows in 1 pages for object "sys.sysowners".
    DBCC results for 'sys.sysprivs'.
    There are 544 rows in 3 pages for object "sys.sysprivs".
    DBCC results for 'sys.sysschobjs'.
    There are 957 rows in 29 pages for object "sys.sysschobjs".
    DBCC results for 'sys.syscolpars'.
    There are 3143 rows in 138 pages for object "sys.syscolpars".
    DBCC results for 'sys.sysnsobjs'.
    There are 1 rows in 1 pages for object "sys.sysnsobjs".
    DBCC results for 'sys.syscerts'.
    There are 0 rows in 0 pages for object "sys.syscerts".
    DBCC results for 'sys.sysxprops'.
    There are 9 rows in 1 pages for object "sys.sysxprops".
    DBCC results for 'sys.sysscalartypes'.
    There are 34 rows in 1 pages for object "sys.sysscalartypes".
    DBCC results for 'sys.systypedsubobjs'.
    There are 0 rows in 0 pages for object "sys.systypedsubobjs".
    DBCC results for 'sys.sysidxstats'.
    There are 876 rows in 23 pages for object "sys.sysidxstats".
    DBCC results for 'sys.sysiscols'.
    There are 1168 rows in 9 pages for object "sys.sysiscols".
    DBCC results for 'sys.sysbinobjs'.
    There are 23 rows in 1 pages for object "sys.sysbinobjs".
    DBCC results for 'sys.sysaudacts'.
    There are 0 rows in 0 pages for object "sys.sysaudacts".
    DBCC results for 'sys.sysobjvalues'.
    There are 1300 rows in 716 pages for object "sys.sysobjvalues".
    DBCC results for 'sys.sysclsobjs'.
    There are 23 rows in 1 pages for object "sys.sysclsobjs".
    DBCC results for 'sys.sysrowsetrefs'.
    There are 0 rows in 0 pages for object "sys.sysrowsetrefs".
    DBCC results for 'sys.sysremsvcbinds'.
    There are 0 rows in 0 pages for object "sys.sysremsvcbinds".
    DBCC results for 'sys.sysxmitqueue'.
    There are 0 rows in 0 pages for object "sys.sysxmitqueue".
    DBCC results for 'sys.sysrts'.
    There are 1 rows in 1 pages for object "sys.sysrts".
    DBCC results for 'sys.sysconvgroup'.
    There are 0 rows in 0 pages for object "sys.sysconvgroup".
    DBCC results for 'sys.sysdesend'.
    There are 0 rows in 0 pages for object "sys.sysdesend".
    DBCC results for 'sys.sysdercv'.
    There are 0 rows in 0 pages for object "sys.sysdercv".
    DBCC results for 'sys.syssingleobjrefs'.
    There are 564 rows in 6 pages for object "sys.syssingleobjrefs".
    DBCC results for 'sys.sysmultiobjrefs'.
    There are 2813 rows in 26 pages for object "sys.sysmultiobjrefs".
    DBCC results for 'sys.sysguidrefs'.
    There are 0 rows in 0 pages for object "sys.sysguidrefs".
    DBCC results for 'sys.syscompfragments'.
    There are 0 rows in 0 pages for object "sys.syscompfragments".
    DBCC results for 'sys.sysftstops'.
    There are 0 rows in 0 pages for object "sys.sysftstops".
    DBCC results for 'sys.sysqnames'.
    There are 97 rows in 1 pages for object "sys.sysqnames".
    DBCC results for 'sys.sysxmlcomponent'.
    There are 99 rows in 1 pages for object "sys.sysxmlcomponent".
    DBCC results for 'sys.sysxmlfacet'.
    There are 112 rows in 1 pages for object "sys.sysxmlfacet".
    DBCC results for 'sys.sysxmlplacement'.
    There are 18 rows in 1 pages for object "sys.sysxmlplacement".
    DBCC results for 'sys.sysobjkeycrypts'.
    There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".
    DBCC results for 'sys.sysasymkeys'.
    There are 0 rows in 0 pages for object "sys.sysasymkeys".
    DBCC results for 'sys.syssqlguides'.
    There are 0 rows in 0 pages for object "sys.syssqlguides".
    DBCC results for 'sys.sysbinsubobjs'.
    There are 3 rows in 1 pages for object "sys.sysbinsubobjs".
    DBCC results for 'sys.syssoftobjrefs'.
    There are 1375 rows in 21 pages for object "sys.syssoftobjrefs".
    DBCC results for 'WorkflowCategory'.
    There are 14 rows in 1 pages for object "WorkflowCategory".
    DBCC results for 'StandardDatasetAggregation'.
    There are 7 rows in 1 pages for object "StandardDatasetAggregation".
    DBCC results for 'ManagementGroupDataset'.
    There are 5 rows in 1 pages for object "ManagementGroupDataset".
    DBCC results for 'DomainTableIndexOptimizationHistory'.
    There are 364 rows in 4 pages for object "DomainTableIndexOptimizationHistory".
    DBCC results for 'StandardDatasetAggregationHistory'.
    There are 784 rows in 8 pages for object "StandardDatasetAggregationHistory".
    DBCC results for 'ManagementGroupManagementPackVersion'.
    There are 402 rows in 3 pages for object "ManagementGroupManagementPackVersion".
    DBCC results for 'DomainTableStatisticsUpdateHistory'.
    There are 2437 rows in 36 pages for object "DomainTableStatisticsUpdateHistory".
    DBCC results for 'State.StateHourly_9152745748A842B5A3F922A0275534E7'.
    There are 4875148 rows in 30858 pages for object "State.StateHourly_9152745748A842B5A3F922A0275534E7".
    DBCC results for 'StandardDatasetAggregationStorage'.
    There are 15 rows in 5 pages for object "StandardDatasetAggregationStorage".
    DBCC results for 'ManagementGroupProductVersion'.
    There are 1 rows in 1 pages for object "ManagementGroupProductVersion".
    DBCC results for 'Alert.AlertStage2Process'.
    There are 0 rows in 0 pages for object "Alert.AlertStage2Process".
    DBCC results for 'ManagementPack'.
    There are 300 rows in 16 pages for object "ManagementPack".
    DBCC results for 'StandardDatasetAggregationStorageIndex'.
    There are 27 rows in 1 pages for object "StandardDatasetAggregationStorageIndex".
    DBCC results for 'StateInvalidatedHealthServiceOutage'.
    There are 534 rows in 2 pages for object "StateInvalidatedHealthServiceOutage".
    DBCC results for 'AggregationType'.
    There are 4 rows in 1 pages for object "AggregationType".
    DBCC results for 'AlertCustomField'.
    There are 10 rows in 1 pages for object "AlertCustomField".
    DBCC results for 'StandardDatasetOptimizationHistory'.
    There are 1437 rows in 16 pages for object "StandardDatasetOptimizationHistory".
    DBCC results for 'StateHealthServiceOutage'.
    There are 2 rows in 1 pages for object "StateHealthServiceOutage".
    DBCC results for 'ManagementPackVersion'.
    There are 403 rows in 5 pages for object "ManagementPackVersion".
    DBCC results for 'StandardDatasetStagingArea'.
    There are 3 rows in 2 pages for object "StandardDatasetStagingArea".
    DBCC results for 'StateProcessedHealthServiceOutage'.
    There are 788 rows in 7 pages for object "StateProcessedHealthServiceOutage".
    DBCC results for 'Dataset'.
    There are 5 rows in 1 pages for object "Dataset".
    DBCC results for 'StandardDatasetTableMap'.
    There are 16 rows in 1 pages for object "StandardDatasetTableMap".
    DBCC results for 'ManagementPackVersionReference'.
    There are 2443 rows in 13 pages for object "ManagementPackVersionReference".
    DBCC results for 'MemberDatabase'.
    There are 1 rows in 1 pages for object "MemberDatabase".
    DBCC results for 'StateProcessedMaintenanceMode'.
    There are 693 rows in 5 pages for object "StateProcessedMaintenanceMode".
    DBCC results for 'DatasetType'.
    There are 5 rows in 1 pages for object "DatasetType".
    DBCC results for 'DatasetTypeManagementPackVersion'.
    There are 5 rows in 3 pages for object "DatasetTypeManagementPackVersion".
    DBCC results for 'State.StateDaily_EADB03897BA244479B45D4124C395FAE'.
    There are 1941597 rows in 12295 pages for object "State.StateDaily_EADB03897BA244479B45D4124C395FAE".
    DBCC results for 'DatasetTypeSchemaTypeManagementPackVersion'.
    There are 5 rows in 1 pages for object "DatasetTypeSchemaTypeManagementPackVersion".
    DBCC results for 'MemberDatabaseScript'.
    There are 44 rows in 1 pages for object "MemberDatabaseScript".
    DBCC results for 'Event.Event_0F210DD64F9B4F338562CD6B02888618'.
    There are 776685 rows in 11273 pages for object "Event.Event_0F210DD64F9B4F338562CD6B02888618".
    DBCC results for 'Date'.
    There are 18263 rows in 55 pages for object "Date".
    DBCC results for 'Event.EventRule_0F210DD64F9B4F338562CD6B02888618'.
    There are 776685 rows in 3571 pages for object "Event.EventRule_0F210DD64F9B4F338562CD6B02888618".
    DBCC results for 'Monitor'.
    There are 2443 rows in 149 pages for object "Monitor".
    DBCC results for 'State.StateHourly_80D46E81EA8A4946BAE565718E23567C'.
    There are 5002399 rows in 31673 pages for object "State.StateHourly_80D46E81EA8A4946BAE565718E23567C".
    DBCC results for 'Event.EventParameter_0F210DD64F9B4F338562CD6B02888618'.
    There are 3042619 rows in 41649 pages for object "Event.EventParameter_0F210DD64F9B4F338562CD6B02888618".
    DBCC results for 'Diagnostic'.
    There are 193 rows in 9 pages for object "Diagnostic".
    DBCC results for 'Event.EventDetail_0F210DD64F9B4F338562CD6B02888618'.
    There are 776685 rows in 107721 pages for object "Event.EventDetail_0F210DD64F9B4F338562CD6B02888618".
    DBCC results for 'MonitorManagementPackVersion'.
    There are 2820 rows in 992 pages for object "MonitorManagementPackVersion".
    DBCC results for 'ManagedEntityMonitor'.
    There are 77535 rows in 297 pages for object "ManagedEntityMonitor".
    DBCC results for 'DiagnosticManagementPackVersion'.
    There are 197 rows in 50 pages for object "DiagnosticManagementPackVersion".
    DBCC results for 'Alert.Alert_1D1033C52B2E4986B16FFC2AC9541209'.
    There are 24058 rows in 1385 pages for object "Alert.Alert_1D1033C52B2E4986B16FFC2AC9541209".
    DBCC results for 'Perf.PerformanceStage'.
    There are 7916552 rows in 71991 pages for object "Perf.PerformanceStage".
    DBCC results for 'Override'.
    There are 1633 rows in 163 pages for object "Override".
    DBCC results for 'Discovery'.
    There are 675 rows in 41 pages for object "Discovery".
    DBCC results for 'StateAggregationProcessing'.
    There are 1 rows in 1 pages for object "StateAggregationProcessing".
    DBCC results for 'Alert.AlertResolutionState_1D1033C52B2E4986B16FFC2AC9541209'.
    There are 47635 rows in 419 pages for object "Alert.AlertResolutionState_1D1033C52B2E4986B16FFC2AC9541209".
    DBCC results for 'OverrideManagementPackVersion'.
    There are 3235 rows in 40 pages for object "OverrideManagementPackVersion".
    DBCC results for 'DiscoveryManagementPackVersion'.
    There are 852 rows in 365 pages for object "DiscoveryManagementPackVersion".
    DBCC results for 'Recovery'.
    There are 151 rows in 6 pages for object "Recovery".
    DBCC results for 'Alert.AlertDetail_1D1033C52B2E4986B16FFC2AC9541209'.
    There are 24058 rows in 261 pages for object "Alert.AlertDetail_1D1033C52B2E4986B16FFC2AC9541209".
    DBCC results for 'DisplayString'.
    There are 18186 rows in 541 pages for object "DisplayString".
    DBCC results for 'RecoveryManagementPackVersion'.
    There are 168 rows in 39 pages for object "RecoveryManagementPackVersion".
    DBCC results for 'State.StateStage'.
    There are 0 rows in 0 pages for object "State.StateStage".
    DBCC results for 'Alert.AlertParameter_1D1033C52B2E4986B16FFC2AC9541209'.
    There are 24071 rows in 340 pages for object "Alert.AlertParameter_1D1033C52B2E4986B16FFC2AC9541209".
    DBCC results for 'State.StateHourly_06EE9C72EECF4646ADB70C9D64314A7E'.
    There are 5006462 rows in 31695 pages for object "State.StateHourly_06EE9C72EECF4646ADB70C9D64314A7E".
    DBCC results for 'DomainSynchronization'.
    There are 2 rows in 1 pages for object "DomainSynchronization".
    DBCC results for 'Relationship'.
    There are 21254 rows in 145 pages for object "Relationship".
    DBCC results for 'HealthServiceOutage'.
    There are 14248 rows in 81 pages for object "HealthServiceOutage".
    DBCC results for 'Alert.AlertStage'.
    There are 0 rows in 53 pages for object "Alert.AlertStage".
    DBCC results for 'RelationshipManagementGroup'.
    There are 42289 rows in 257 pages for object "RelationshipManagementGroup".
    DBCC results for 'HealthServiceOutageStage'.
    There are 0 rows in 1 pages for object "HealthServiceOutageStage".
    DBCC results for 'HealthState'.
    There are 6 rows in 1 pages for object "HealthState".
    DBCC results for 'sys.filestream_tombstone_1020976249'.
    There are 0 rows in 0 pages for object "sys.filestream_tombstone_1020976249".
    DBCC results for 'sys.syscommittab'.
    There are 0 rows in 0 pages for object "sys.syscommittab".
    DBCC results for 'RelationshipProperty'.
    There are 42289 rows in 443 pages for object "RelationshipProperty".
    DBCC results for 'Image'.
    There are 296 rows in 87 pages for object "Image".
    DBCC results for 'ImageReference'.
    There are 386 rows in 3 pages for object "ImageReference".
    DBCC results for 'RelationshipStage'.
    There are 0 rows in 1 pages for object "RelationshipStage".
    DBCC results for 'MaintenanceMode'.
    There are 24680500 rows in 180389 pages for object "MaintenanceMode".
    DBCC results for 'RelationshipType'.
    There are 396 rows in 26 pages for object "RelationshipType".
    DBCC results for 'MaintenanceModeHistory'.
    There are 24682067 rows in 448718 pages for object "MaintenanceModeHistory".
    DBCC results for 'EventCategory'.
    There are 34 rows in 1 pages for object "EventCategory".
    DBCC results for 'RelationshipTypeManagementPackVersion'.
    There are 454 rows in 3 pages for object "RelationshipTypeManagementPackVersion".
    DBCC results for 'MaintenanceModeStage'.
    There are 0 rows in 1 pages for object "MaintenanceModeStage".
    DBCC results for 'EventChannel'.
    There are 3 rows in 1 pages for object "EventChannel".
    DBCC results for 'State.StateHourly_17E775D1E37D439285DA1452108BC8C8'.
    There are 4584810 rows in 29019 pages for object "State.StateHourly_17E775D1E37D439285DA1452108BC8C8".
    DBCC results for 'RelationshipTypeProperty'.
    There are 12 rows in 1 pages for object "RelationshipTypeProperty".
    DBCC results for 'State.StateHourly_839E9164A3F04101B0C0C301AA9B2B0A'.
    There are 5016774 rows in 31753 pages for object "State.StateHourly_839E9164A3F04101B0C0C301AA9B2B0A".
    DBCC results for 'MaintenanceSetting'.
    There are 1 rows in 1 pages for object "MaintenanceSetting".
    DBCC results for 'RelationshipTypePropertyManagementPackVersion'.
    There are 14 rows in 1 pages for object "RelationshipTypePropertyManagementPackVersion".
    DBCC results for 'EventLevel'.
    There are 6 rows in 1 pages for object "EventLevel".
    DBCC results for 'EventLoggingComputer'.
    There are 147 rows in 2 pages for object "EventLoggingComputer".
    DBCC results for 'Report'.
    There are 41 rows in 2 pages for object "Report".
    DBCC results for 'State.StateHourly_53BCA23A47004CBBA66DE0D5000E34CB'.
    There are 5008776 rows in 31707 pages for object "State.StateHourly_53BCA23A47004CBBA66DE0D5000E34CB".
    DBCC results for 'sysdiagrams'.
    There are 0 rows in 0 pages for object "sysdiagrams".
    DBCC results for 'ServiceLevelAgreement'.
    There are 1 rows in 1 pages for object "ServiceLevelAgreement".
    DBCC results for 'ReportDisplayString'.
    There are 1278 rows in 26 pages for object "ReportDisplayString".
    DBCC results for 'EventPublisher'.
    There are 27 rows in 1 pages for object "EventPublisher".
    DBCC results for 'Event.EventStage'.
    There are 0 rows in 0 pages for object "Event.EventStage".
    DBCC results for 'ServiceLevelAgreementManagementPackVersion'.
    There are 1 rows in 1 pages for object "ServiceLevelAgreementManagementPackVersion".
    DBCC results for 'ReportManagementPackVersion'.
    There are 42 rows in 1 pages for object "ReportManagementPackVersion".
    DBCC results for 'ServiceLevelObjective'.
    There are 1 rows in 1 pages for object "ServiceLevelObjective".
    DBCC results for 'Perf.PerformanceStage_backup3'.
    There are 1719008 rows in 15629 pages for object "Perf.PerformanceStage_backup3".
    DBCC results for 'ResolutionState'.
    There are 4 rows in 1 pages for object "ResolutionState".
    DBCC results for 'State.StateHourly_9A176646A6C445569A4DE7FE7DACBC4B'.
    There are 4831802 rows in 30585 pages for object "State.StateHourly_9A176646A6C445569A4DE7FE7DACBC4B".
    DBCC results for 'EventUserName'.
    There are 17 rows in 1 pages for object "EventUserName".
    DBCC results for 'ServiceLevelObjectiveManagementPackVersion'.
    There are 1 rows in 1 pages for object "ServiceLevelObjectiveManagementPackVersion".
    DBCC results for 'CM.CMAemRaw_48B4DB7FAF7048D4B9895952DEDC9D94'.
    There are 0 rows in 0 pages for object "CM.CMAemRaw_48B4DB7FAF7048D4B9895952DEDC9D94".
    DBCC results for 'Rule'.
    There are 4682 rows in 284 pages for object "Rule".
    DBCC results for 'ManagedEntity'.
    There are 8969 rows in 481 pages for object "ManagedEntity".
    DBCC results for 'CM.CMAemDaily_807B8B10B25E4E929BBF2188DAC4A0A6'.
    There are 120 rows in 1 pages for object "CM.CMAemDaily_807B8B10B25E4E929BBF2188DAC4A0A6".
    DBCC results for 'RuleManagementPackVersion'.
    There are 5606 rows in 1997 pages for object "RuleManagementPackVersion".
    DBCC results for 'MonitorServiceLevelObjectiveManagementPackVersion'.
    There are 1 rows in 1 pages for object "MonitorServiceLevelObjectiveManagementPackVersion".
    DBCC results for 'CM.CMAemErrorGroupDaily_807B8B10B25E4E929BBF2188DAC4A0A6'.
    There are 0 rows in 0 pages for object "CM.CMAemErrorGroupDaily_807B8B10B25E4E929BBF2188DAC4A0A6".
    DBCC results for 'ManagedEntityManagementGroup'.
    There are 16795 rows in 106 pages for object "ManagedEntityManagementGroup".
    DBCC results for 'SchemaType'.
    There are 52 rows in 3 pages for object "SchemaType".
    DBCC results for 'CM.CMAemApplicationDaily_807B8B10B25E4E929BBF2188DAC4A0A6'.
    There are 0 rows in 0 pages for object "CM.CMAemApplicationDaily_807B8B10B25E4E929BBF2188DAC4A0A6".
    DBCC results for 'Perf.PerformanceStage_backup'.
    There are 171 rows in 3 pages for object "Perf.PerformanceStage_backup".
    DBCC results for 'SchemaTypeManagementPackVersion'.
    There are 52 rows in 16 pages for object "SchemaTypeManagementPackVersion".
    DBCC results for 'ManagedEntityProperty'.
    There are 9040918 rows in 4478401 pages for object "ManagedEntityProperty".
    DBCC results for 'Perf.PerformanceStage_backup2'.
    There are 26548190 rows in 241349 pages for object "Perf.PerformanceStage_backup2".
    DBCC results for 'AemApplication'.
    There are 0 rows in 0 pages for object "AemApplication".
    DBCC results for 'Script'.
    There are 45 rows in 3 pages for object "Script".
    DBCC results for 'PerformanceServiceLevelObjectiveManagementPackVersion'.
    There are 0 rows in 0 pages for object "PerformanceServiceLevelObjectiveManagementPackVersion".
    DBCC results for 'AemComputer'.
    There are 0 rows in 0 pages for object "AemComputer".
    DBCC results for 'ScriptManagementPackVersion'.
    There are 47 rows in 16 pages for object "ScriptManagementPackVersion".
    DBCC results for 'ManagedEntityStage'.
    There are 0 rows in 1 pages for object "ManagedEntityStage".
    DBCC results for 'AemErrorGroup'.
    There are 0 rows in 0 pages for object "AemErrorGroup".
    DBCC results for 'StringResource'.
    There are 4531 rows in 125 pages for object "StringResource".
    DBCC results for 'ManagedEntityType'.
    There are 1165 rows in 49 pages for object "ManagedEntityType".
    DBCC results for 'State.StateHourly_2959516142E34F0BA456040BAFE4605F'.
    There are 3442928 rows in 21793 pages for object "State.StateHourly_2959516142E34F0BA456040BAFE4605F".
    DBCC results for 'AemEventStage'.
    There are 0 rows in 0 pages for object "AemEventStage".
    DBCC results for 'ManagedEntityTypeImage'.
    There are 2330 rows in 681 pages for object "ManagedEntityTypeImage".
    DBCC results for 'SynchronizationProcessState'.
    There are 7 rows in 1 pages for object "SynchronizationProcessState".
    DBCC results for 'State.StateHourly_06CBB94F4BEF49E8B19E98D519624118'.
    There are 3313204 rows in 20971 pages for object "State.StateHourly_06CBB94F4BEF49E8B19E98D519624118".
    DBCC results for 'AemManagedEntityStage'.
    There are 0 rows in 0 pages for object "AemManagedEntityStage".
    DBCC results for 'ManagedEntityTypeManagementPackVersion'.
    There are 1387 rows in 8 pages for object "ManagedEntityTypeManagementPackVersion".
    DBCC results for 'AemSystemErrorGroup'.
    There are 0 rows in 0 pages for object "AemSystemErrorGroup".
    DBCC results for 'Time'.
    There are 1440 rows in 4 pages for object "Time".
    DBCC results for 'sys.queue_messages_1977058079'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1977058079".
    DBCC results for 'DebugMessage'.
    There are 0 rows in 0 pages for object "DebugMessage".
    DBCC results for 'ManagedEntityTypeProperty'.
    There are 1564 rows in 34 pages for object "ManagedEntityTypeProperty".
    DBCC results for 'PerformanceRule'.
    There are 431 rows in 7 pages for object "PerformanceRule".
    DBCC results for 'TimeZone'.
    There are 75 rows in 1 pages for object "TimeZone".
    DBCC results for 'sys.queue_messages_2009058193'.
    There are 0 rows in 0 pages for object "sys.queue_messages_2009058193".
    DBCC results for 'TypedManagedEntity'.
    There are 44538 rows in 303 pages for object "TypedManagedEntity".
    DBCC results for 'ManagedEntityTypePropertyManagementPackVersion'.
    There are 1615 rows in 11 pages for object "ManagedEntityTypePropertyManagementPackVersion".
    DBCC results for 'sys.queue_messages_2041058307'.
    There are 0 rows in 0 pages for object "sys.queue_messages_2041058307".
    DBCC results for 'State.StateHourly_A778183ECA0C42729D895920A735ABBC'.
    There are 3974985 rows in 25160 pages for object "State.StateHourly_A778183ECA0C42729D895920A735ABBC".
    DBCC results for 'AemUser'.
    There are 0 rows in 0 pages for object "AemUser".
    DBCC results for 'PerformanceRuleInstance'.
    There are 8208 rows in 80 pages for object "PerformanceRuleInstance".
    DBCC results for 'DomainTable'.
    There are 95 rows in 2 pages for object "DomainTable".
    DBCC results for 'StandardDataset'.
    There are 4 rows in 1 pages for object "StandardDataset".
    DBCC results for 'ManagementGroup'.
    There are 1 rows in 1 pages for object "ManagementGroup".
    DBCC results for 'State.StateRaw_239044207A314A05B28F918CF8BA189D'.
    There are 2152133 rows in 11459 pages for object "State.StateRaw_239044207A314A05B28F918CF8BA189D".
    DBCC results for 'TypedManagedEntityStage'.
    There are 0 rows in 1 pages for object "TypedManagedEntityStage".
    DBCC results for 'DomainTableIndex'.
    There are 210 rows in 4 pages for object "DomainTableIndex".
    CHECKDB found 0 allocation errors and 0 consistency errors in database 'OperationsManagerDW'.
    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

  • SCOM 2007 Runbook "Missing Extensions"

    Yes, I have the OM console installed on the Runbook server.
    We are using SCO 2012 R2 with SCOM 2007 R2 CU7. 
    I have a simple runbook which starts with the Monitor Date/Time activity > finds warnings > the age > and either closes the warning or creates a critical alert depending on some variables.  The runbook runs great in the tester. But when we
    actually run it, it will start and then abruptly stop. The log will say that it is missing extensions. 
    Even when i create a 1 activity runbook (Get Alert) it will succeed in the tester and fail with missing extensions when run live. 
    Very similar to: http://social.technet.microsoft.com/Forums/en-US/2f30bc5a-4387-4ff2-a518-2d80cfaa0686/runbook-error-some-of-the-extensions-are-missing.
     Except we have the console installed.
    Question 1: What else may cause the SCOM IP to be missing some extensions/binaries? 
    Question 2: When using SCO 2012 R2 with SCOM 2007 R2, should we have the SCOM 2007 R2 console, or does the IP actually need the SCOM 2012 console?
    Question 3: Why arent these extensions/binaries built into the SCOM IP, or at even installed when SCO is installed? I'm no software developer, but it seems incomplete. (This question was mostly rhetorical)
    - Get on the floor, do that dinosaur

    Hi,
    the problem in the thread you referred to was that the Integration Pack was not Installed on the executing Runbook Server: "Runbook 'Name' stopped some of the Extensions are missing"
    See
    http://www.sc-orchestrator.eu/index.php/scoblog/99-functionality-differences-executing-a-runbook-with-runbook-tester
    The knowledge with the SCOM2012 IP and Operator Console  is a combination from my experience from field and here:
    http://social.technet.microsoft.com/Forums/en-US/8247b6b8-d84b-46f5-a964-2d04568eb5cb/orchestrator-2012-with-ip-for-operations-manager-2007-r2?forum=scoscip
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • SCOM 2007 R2 Root Management server showing Not Monitored State in Ops Mgr Console

    Hello Experts,
    In my Prod SCOM 2007 R2 environment RMS server state is "Not Monitored", But we are receiving alerts with limitation. By mistakenly I put Maintenance Mode while rebooting RMS server due to slow performance of the server.
    Can anybody help me to revert back to the RMS Health state ?

    We can identify the Performance Signature Data Collection Rules in this example by executing the following SQL Query. This query should be executed in SQL Management Studio against the Operations Manager database.
    -- Return all Performance Signature Collection Rules
    Use OperationsManager
    select 
    managementpack.mpname, 
    rules.rulename
    from performancesignature with (nolock)
    inner join rules with (nolock)
    on rules.ruleid = performancesignature.learningruleid
    inner join managementpack with(nolock)
    on rules.managementpackid = managementpack.managementpackid
    group by managementpack.mpname, rules.rulename
    order by managementpack.mpname, rules.rulename
    This query will return all Performance Signature Collection Rules and their respective Management Pack name. A column is returned for Management Pack name and Rule name.
    The following Performance Monitor Counters on a Management Server will provide information concerning Database and Data Warehouse write action insertion batch size and time. If the batch size is growing larger, for example the default batch size is 5000 items,
    this indicates either the Management Server is slow inserting the data to the Database or Data Warehouse, or is receiving a burst of Data Items from the Agents or Gateway Servers. 
    · OpsMgr DB Write Action Modules(*)\Avg. Batch Size 
    · OpsMgr DB Write Action Modules(*)\Avg. Processing Time 
    · OpsMgr DW Writer Module(*)\Avg. Batch Processing Time, ms 
    · OpsMgr DW Writer Module(*)\Avg. Batch Size 
    From the Database and Data Warehouse write action account Average Processing Time counter, we can understand how long it takes on average to write a batch of data to the Database and Data Warehouse. Depending upon the amount of time it takes to write a batch
    of data to the Database, this may present an opportunity for tuning. 
    Event ID 2115 A Bind Data Source in Management Group
    http://blogs.technet.com/b/kevinholman/archive/2008/04/21/event-id-2115-a-bind-data-source-in-management-group.aspx
    Niki Han
    TechNet Community Support

  • Can overrides from SCOM 2007 R2 be used in a new SCOM 2012 R2 installation?

    Hi All,
    I'm wondering if we can "easily" use our overrides/configuration from our current SCOM 2007 R2 implementation and use them in a new SCOM
    2012 R2 environment that we plan on standing up.  We are using SCOM to monitor approx. 400 servers (physical and virtual).
    We have been using 2007 R2 for a few years and we'd like to start using 2012 R2.  Instead of using the update path (2007 R2 to 2012
    to 2012 SP1 to 2012 R2), we are planning on setting up a new 2012 R2 environment and configuring our servers to start reporting to 2012 R2 (after it has been configured in such a way as to "mimic" our 2007 R2 environment).
    Ideally, we'd like to avoid going through the upgrade path.  (We'll leave our 2007 R2 environment running so that we can still access "historical
    data" until the new 2012 R2 environment has had a chance to build up its own "historical data".)
    So ... I was thinking we could export our overrides from 2007 R2 and import them into 2012 R2, but I'd like to verify that this approach makes
    sense.  We haven't done extensive customizations to 2007 R2 in terms of Distributed Applications or Management Pack Objects (although we have made some changes - which I guess we could manually configure in 2012 R2 to offer the same "experience").
    The following are some of the Management Packs that we are using in 2007 R2:
    Microsoft Windows Active Directory
    Active Directory Certificate Services
    EMC Storage Monitoring
    IBM Hardware
    Microsoft Exchange Server 2010
    McAfee
    Microsoft Forefront Server Protection 2010
    Microsoft Office SharePoint Server 2007
    Microsoft SQL Server
    Microsoft Windows DNS Server
    Microsoft Windows WINS
    Microsoft Windows Hyper-V
    Microsoft Windows Internet Information Services
     Microsoft Windows Server
    Microsoft Windows DHCP
    NetBackup Operations Manager
    Office Communications Server
    OpsLogix (BlackBerry)
    Service Level Dashboard for OpsMgr 2007 R2
    SolarWinds Orion
    Schedule Maintenance Mode
    Team Foundation Server 2010
    Virtual Machine Manager
    Microsoft Windows Cluster
    Operations Manager 2007 R2
    I appreciate all feedback and the sharing of you expertise.
    Thanks, Joe.

    As long as the base pack works and you wish to retain the customisation then you should be ok, there’s a good article
    here which explains how to perform the migration and some of implication/things to check.
    There will be complications if you’ve stored anything in the default mp but this is explained in the above article.

  • MS System Center Operations Manager 2010 Download required for Upgrade from SCOM 2007 R2 (Select)

    We need the download of SCOM 2012 without Service Pack1.
    Upgrade from SCOM 2007 R2 (select license) fails while upgrade check with error: Logs shows "At least one of the following applications is installed on this computer. Due
    to incompatibility with System Center 2012 - Operations Manager, these applications must be uninstalled."
    Upgrade was started from dos elevated prompt with modified parameters like this:
    setup.exe /silent /upgrade
    /AcceptEndUserLicenseAgreement:1
    /UseLocalSystemDASAccount
    /DataReaderUser:<domain\user>
    /DataReaderPassword:<password>
    Research in internet and we found another person with same issue, which reports that direct upgrade from SCOM 2007 R2 to SCOM 2012 SP1 is not possible but if upgrade is done over
    SCOM 2012 to SCOM 2012 SP1 it succeeds.
    Unfortunately, we don't find any downloads for the first release of System Center 2012  e.g. Operations Manager.
    Everything shows Service Pack 1 or the newer R2.
    Who can help?

    Our “Recommended” rolling upgrade path looks like the following:
    SCOM 2007R2 CU4+ > SCOM 2012 RTM UR2+ >
    SCOM 2012 SP1 UR4+ > SCOM 2012 R2
    Also you can refer below link
    http://blogs.technet.com/b/kevinholman/archive/2014/01/20/do-i-need-a-specific-cumulative-update-release-ur-in-order-to-upgrade-to-scom-2012-or-2012-sp1-or-2012-r2.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • SQL Server Agent Job Failing on Job Step

    Hi,
    Firstly, apologies if this post has been made in the wrong group.  Running SQL Server 2012.  I'm attempting to add a SQL Server Agent Job which calls a stored procedure that sends a Database Mail message.  The SQL Server and SQL Server Agent
    both run under the NT AUTHORITY\NETWORK SERVICE account.  The Database Mail service has been enabled, and a public profile created.  When running the stored procedure manually, I receive no errors - everything runs as expected and I do receive an
    email containing the expected information.
    I've created the job, job step, job schedule, attached the schedule to the job, and assigned the job to server, all using T-SQL without error.  I've also enabled the mail profile on the SQL Server Agent, and I know that part is working because when
    the job fails, I get an email notification of the failure.
    I've checked the command text in the job step and parsed it within the SQL Job Step Edit window to confirm, it shows as parsing correctly.  However, when I manually run the job itself, I get the following:
    Execution of job failed.  See the history log for details.
    I check the history log and it shows:
    [474] Unable to refresh Database Mail profile Database Mail Profile. (reason: ) (Not a typo, the history log shows no reason)
    [260] Unable to start mail session.
    [396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
    The command text on the failing job step is as follows:
    DECLARE @date [varchar](10)
    SET @date = CAST(GETDATE() AS [varchar](10))
    EXEC [dbo].[GetExceptions]
    @company = 'MyCompany',
    @checkDate = @date
    With regard to the date value being passed as varchar: This stored procedure is used to check for exceptions against multiple databases on this server (hence the company parameter) via dynamic SQL.  I'd much prefer to use proper data typing but this
    is the only way I could get it to work.
    Does anyone have any suggestions on anything else I could check, or insights into why this is failing?  Any help is greatly appreciated!
    Best Regards
    Brad

    I am not sure if this really helps but I would do follow the below steps:
    1. make sure sql server agent has database mail enabled(rigt click on server agent--properties--alert system--enable database mail and choose right profile.) and RESTART THE SQL SERVER AGENT.(i know you said it i working, but sometimes,  restart the
    sql server agent might fix)
    2. check agent error log and check if any error messages.
    3. run the command text you mentioned in sql server and see if it is working.(i know you said it is working but just to make sure).
    4. make sure sql server agent service user has permissions to run database mail in msdb. check this https://msdn.microsoft.com/en-us/library/ms186358.aspx
    5. Check the output from select * from msdb.dbo.sysmail_log and if it says anything
    6.it does not look like the job log is getting truncated but to make sure, get the job step output to a text file.to do this, edit the job step and on the job step properties click on advanced,  enter path to the output file. this will give the complete
    output for the step.
    Hope it Helps!!

  • SSIS importing comma delimited with double quote text qualifier - Works in VS - SQL Job ignores text qualifier and fails (truncation)

    I've created an SSIS package to import a comma delimited file (csv) with double quotes for a text qualifier ("). Some of the fields contain the delimiter inside the qualified text. An example row is:
    15,"Doe, John",IS2,Alabama
    In SSIS I've specified the text qualifier as ". The sample output in the connection manager looks great. The package runs perfectly from VS and when manually executed on the SSIS server itself. The problem comes when I schedule the package to run via SQL
    job. At this point the package ignores the text qualifier, and in doing so pushes half of a field into the next available column. But instead of having too many columns, it concatenates the last 2 columns ignoring the delimiter. For example (pipes are fields):
    15|"Doe| John"|IS2,Alabama
    So the failure happens when the last half of a field is too large to fit into the next available field. In the case above _John" is 6 characters where the IS2 field is char(3). This would cause a truncation failure, which is the error I receive from the
    job history.
    To further test this I created a failure flow in my data flow to capture the records failing to be pulled from the source csv. Out of ~5000 records, ~1200 are failing, and every one of the failures has a comma delimiter inside the quoted text with a 'split'
    length greater than the next ordinal field. The ones without the comma were inserted as normal and records where the split fit into the next ordinal column where also imported, with the last field being concatenated w/delimiter. Example records when selected
    from table:
    25|"Allan Percone Trucking"|GI6|California --Imported as intended
    36|"Renolds| J."|UI6,Colorado --Field position offset by 1 to right - Last field overloaded
    To further ensure this is the problem, I changed the csv file and flat file connection manager to pipe delimited, and sure enough every record makes it in perfectly from the SQL job execution.
    I've tried comma delimited on the following set ups. Each set up failed.
    SSIS Server 2008 R2 RTM
    DB Server 2008 RTM
    DB Compat 80
    SSIS Server 2008 R2 RTM
    DB Server 2008 R2 RTM
    DB Compat 80
    SSIS Server 2008 R2 RTM
    DB Server 2008 RTM
    DB Compat 100
    SSIS Server 2008 R2 RTM
    DB Server 2008 R2 RTM
    DB Compat 100
    Since a lot of our data comes in via comma delimited flat files, I really need a fix for this. If not I'll have to rebuild all my files when I import them to use pipe delimiters instaed of commas. I'd like to avoid the extra processing overhead if possible.
    Also, is this a known bug? If so can someone point me to the posting of said bug?
    Edit: I can't ask the vendor to change the format to pipe delimited because it comes from a federal government site.

    Just wanted to share my experience of this for anyone else since I wasted a morning on it today.
    I encountered the same problem where I could run the package fine on my machine but when I deployed to a server and ran the package via dtexec, the " delimeter was being replaced with _x0022_ and columns all slurped up together and overflowing columns/truncating
    data etc.
    Since I didn't want to manually hack the DTS XML and can't install updates, the solution I used was to set an expression on the textdelimiter field of the flat file connection with the value "\"" (a double quote). That way, even if the one stored in XML
    gets bodged somewhere along the way, it is overridden with the correct value at run time. The package works fine everywhere now.

Maybe you are looking for