AzureDiagnostics fails after role udpate with no changes to configuration, error "Failed to parse the WAD config file"

Windows event log shows AzureDiagnostics errors "Failed to parse the WAD config file" and warning "
No certficate with given thumbprint found in the certificate store. Thumbprint:" and
System.ArgumentNullException: Value cannot be null.
Parameter name: s
   at System.IO.StringReader..ctor(String s)
   at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
   at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
   at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
Also tried a different deployment on a different subscription, same issue, and this one gets stuck in 'create' state with no roles showing up in 'instances' section for quite some time. Are Cloud Services even maintained by Microsoft
anymore? Seems that they are second class citizens to VMs, no updates, no new portal, no new features, often can't update single role without updating all roles, etc.

i am facing same error : here is the log:
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticPlugin.exe DiagnosticPlugin-ShutdownEvent DiagnosticPlugin-TotalShutdownEvent -wadVer1v3
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticsPlugin
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RcfFileName: C:\Config\881bb2e524c04870b4e993fd8fefb7d8.881bb2e524c04870b4e993fd8fefb7d8.WorkerRole1_IN_0.13.xml
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RoleInstanceId: WorkerRole1_IN_0; DeploymentId: 881bb2e524c04870b4e993fd8fefb7d8; RoleName: WorkerRole1
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Store Size: 4096
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Reading XML configuration file
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Will use thumbprint 
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Decrypting private configuration
DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:00:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Retrying after 30 seconds. Retry attempt 1
DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:09 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:09 PM] Retrying after 30 seconds. Retry attempt 2
DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:39 PM] Retrying after 30 seconds. Retry attempt 3
DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.Security.Cryptography.CryptographicException: The enveloped-data message does not contain the specified recipient.
   at System.Security.Cryptography.Pkcs.EnvelopedCms.DecryptContent(RecipientInfoCollection recipientInfos, X509Certificate2Collection extraStore)
   at Microsoft.Azure.Plugins.Diagnostics.dll.PluginConfigurationSettingsProvider.DecryptPrivateConfig(String encryptedConfig)
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] WadCfg is provided in initial configuration. Using that to initialize Diagnostics.
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] <PublicConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
  <WadCfg>
    <DiagnosticMonitorConfiguration overallQuotaInMB="4096">
      <DiagnosticInfrastructureLogs />
      <Directories scheduledTransferPeriod="PT1M">
        <IISLogs containerName="wad-iis-logfiles" />
        <FailedRequestLogs containerName="wad-failedrequestlogs" />
      </Directories>
      <PerformanceCounters scheduledTransferPeriod="PT1M">
        <PerformanceCounterConfiguration counterSpecifier="\Memory\Available MBytes" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\ISAPI Extension Requests/sec" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\Bytes Total/Sec" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Requests/Sec" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Errors Total/Sec" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Queued" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Rejected" sampleRate="PT3M" />
        <PerformanceCounterConfiguration counterSpecifier="\Processor(_Total)\% Processor Time" sampleRate="PT3M" />
      </PerformanceCounters>
      <WindowsEventLog scheduledTransferPeriod="PT1M">
        <DataSource name="Application!*" />
        <DataSource name="System!*" />
      </WindowsEventLog>
      <CrashDumps dumpType="Full">
        <CrashDumpConfiguration processName="WaAppAgent.exe" />
        <CrashDumpConfiguration processName="WaIISHost.exe" />
        <CrashDumpConfiguration processName="WindowsAzureGuestAgent.exe" />
        <CrashDumpConfiguration processName="WaWorkerHost.exe" />
        <CrashDumpConfiguration processName="DiagnosticsAgent.exe" />
        <CrashDumpConfiguration processName="w3wp.exe" />
      </CrashDumps>
      <Logs scheduledTransferPeriod="PT1M" scheduledTransferLogLevelFilter="Verbose" />
    </DiagnosticMonitorConfiguration>
  </WadCfg>
  <StorageAccount>vinaystorageaccounttest</StorageAccount>
</PublicConfig>
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] Private setting is loaded
DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.ArgumentNullException: Value cannot be null.
Parameter name: s
   at System.IO.StringReader..ctor(String s)
   at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
   at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
   at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] Failed to parse the WAD config file
DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] DiagnosticPlugin.exe exit with code -106

Similar Messages

  • IPad2... after synch with my Mac, I now have numerous duplicates of the same PDF files in Books.  Can't select them to delete them.  Can't move them.  Any suggestions?

    iPad2... after synch with my Mac, I now have numerous duplicates of the same PDF files in Books.  Can't select them to delete them.  Can't move them.  Any suggestions?
    <Email Edited by Host>

    Hi sdfulbright,
    Open iTunes, and under View, select "Show Sidebar". The old sidebar you are used to will show up, and everything will work the way it did under the old iTunes.
    Hope this helps!
    Cheers,
    GB

  • Please ensure that the applicationhost.config file is correct and recommit the last configuration changes made

    I am receiving event ID 5189 on Server 2008 R2, IIS 7.5.  I experience this error across a number of servers, each of which is running only the default web site, but have 600+ applications running on the default web site.  Each application
    has its own application pool.  My point is, the applicationhost.config is rather large.
    I have seen a number of posts on this error message, but my issue itself seems to differ somewhat.  I am aware of a similar post: http://social.technet.microsoft.com/Forums/en-US/3128ee93-1319-4cc2-9257-003512caf476/event-id-5189-microsoftwindowswas?forum=exchangesvrgeneral
    which points to KB http://technet.microsoft.com/en-us/library/cc734988%28v=ws.10%29.aspx
    However, in my case, it doesn't seem that the extreme measures for this resolution are required.  The error usually indicates a corrupted applicationhost.config that must be manually fixed, or otherwise the WAS service needs to be restarted, or the
    server itself, etc.
    In my case, the issue can usually be fixed by an application pool recycle, or at worst a stop/start.  I have an application which is sensitive to recycles, and so we do not have periodic recycle events configured for this application, which is the bulk
    of the applications on the servers.  It seems to me that this issue is usually caused by the application being in use when there is an applicationhost.config change.
    For instance, we have one application that we deploy using msdeploy.  We found that when we ran an installation for this application via msdeploy, we were receiving this event, and we would subsequently get 500 errors in the application (sometimes the
    application pool corresponds to that which is identified in the event log, sometimes it doesn't).    It seems like applications that were being hit at the time the applicationhost.config was modified by msdeploy were affected.  In an attempt
    to correct this, we moved from msdeploy to a batch file containing appcmd commands.  This also did not resolve the issue.
    I have another application which is installed using PowerShell commandlets.  We started to notice that this script also caused the issue to occur on occasion.  As I continued to identify different processes that resulted in the same issue, I came
    to the conclusion that this is likely due to any change in the applicationhost.config.  I assume the issue is that the applicationhost.config is modified during a read operation to the file by the application pool, or WAS service, and that the recycle
    event, which corrects the issue, forces a re-read of the applicationhost.config, resolving the bad-read issue.
    Has anyone else experienced this, or do you have any recommendations?  My current work-around is to not install any applications during peak hours, and performing an IISRESET after installs are completed, to ensure application stability.
    Message              : The Windows Process Activation Service failed to generate an application pool config file for application pool 'myAppPool'. The error type is '7'. To resolve this issue,
    please ensure that the applicationhost.config file is correct and recommit the last configuration changes made. The data field contains the error number.
    Id                   : 5189
    Version              : 0
    Qualifiers           : 49152
    Level                : 2
    Task                 : 0
    Opcode               : 0
    Keywords             : 36028797018963968
    RecordId             : 324108
    ProviderName         : Microsoft-Windows-WAS
    ProviderId           : 524b5d04-133c-4a62-8362-64e8edb9ce40
    LogName              : System
    ProcessId            : 0
    ThreadId             : 0
    MachineName          : MyComputer
    TimeCreated          : 3/3/2014 9:03:24 PM
    ContainerLog         : system
    MatchedQueryIds      : {}
    Bookmark             : System.Diagnostics.Eventing.Reader.EventBookmark
    LevelDisplayName     : Error
    KeywordsDisplayNames : {Classic}
    Properties           : {System.Diagnostics.Eventing.Reader.EventProperty, System.Diagnostics.Eventing.Reader.EventProperty, System.Diagnostics.Eventing.Reader.EventProperty}

    As an update to this issue, after doing some research, it appears the behavior is related to a new feature in IIS7 called Application Pool Isolation (http://technet.microsoft.com/en-us/library/dd163536.aspx).
    This new feature prevents cross-application spillage by isolating the configuration for each application pool in IIS.  So in reality, an application pool never actually reads the applicationhost.config - that is just a master file, and each time it
    is update, it triggers a change to the individual application pool configuration files, located in C:\inetpub\temp\apppools.
    We did try setting Advanced Settings > Disable Recycling for Configuration Change to true, but after an IIS reset we were still able to reproduce the issue - worse actually, because in our test program, which continually hits the web
    service, and also continually makes apphost.config changes, when the two events collide, the 500.19 issue precipitates; but after an additional change to the apphost.config, it seems that the additional changes will actually correct the issue (seemingly forcing
    another recycle, which is also how we resolve the issue manually); after making this setting adjustment, once the 500.19 issue precipitates, additional changes to the apphost.config does not correct the problem, only a manual recycle corrects it.  This
    is the recycling.disallowRotationOnConfigChange property of the app pool.  We also set the setting for recycling.disallowOverlappingRotation to True as well, with the same result.
    We ARE able to prevent this issue by setting the C:\inetpub\temp\apppools\myapppool\myapppool.config to read-only, but for obvious reasons, this is not a desired work-around.
    It seems like what is happening is that any change to the ApplicationHost.config is resulting in each of the C:\inetpub\temp\apppools temp application pool config files being updated as well, in addition to triggering an application pool recycle.  It
    seems to me the desired behavior would be that these files are only updated if the applicationhost.config changes are specific to that application pool - but that doesn't seem to be the behavior.
    After turning on failed request tracing, I was able to narrow the error down more:
    ModuleName
    AnonymousAuthenticationModule
    Notification
    2
    HttpStatus
    500
    HttpReason
    Internal Server Error
    HttpSubStatus
    19
    ErrorCode
    2147942413
    ConfigExceptionInfo
    \\?\C:\inetpub\application\application\web.config ( 9) :Failed to decrypt attribute 'password'
    Notification
    AUTHENTICATE_REQUEST
    ErrorCode
    The data is invalid. (0x8007000d)
    This seems to be pretty static.  Trying to look into possible causes of this issue.

  • EPM Configurator Error "Failed to navigate from RegistryWizardState: Error while initializing registry.

    Hi,
    I am getting Below error in RHEL 6.5
    EPM Configurator Error "Failed to navigate from RegistryWizardState: Error while initializing registry. See logs for more details"  while configuring Essbase Server on 64 bit OS using Oracle Database
    Any help...?

    Hi ,
    This community is to discuss Oracle Application Server specific issues, you can post this query in the below Hyperion Forms for better response:
    Hyperion EPM
    [OR]
    Oracle Hyperion EPM (MOSC)
    [OR]
    Hyperion Certification for EPM (MOSC)
    Regards,
    Prakash.

  • Error(12,61): Parse of component type files failed,

    I got this error when i wanted to deploy CreditCardValidation
    Error(12,61): Parse of component type files failed, check the adf-config.xml file : "java.lang.reflect.InvocationTargetException"
    how i can resolve this.

    Make sure CreditCardValidation was created using TP3 update 1. You can't deploy an earlier version.
    Heidi.

  • Error(12,61): Parse of component type files failed, check the adf-config

    I got this error when i wanted to deploy CreditCardValidation
    Error(12,61): Parse of component type files failed, check the adf-config.xml file : "java.lang.reflect.InvocationTargetException"

    I got this error when i wanted to deploy CreditCardValidation
    Error(12,61): Parse of component type files failed, check the adf-config.xml file : "java.lang.reflect.InvocationTargetException"

  • Disk repair failed after using osx with hibernated windows/bootcamp with macdrive

    hi,
    i just realized i did something really,really stupid.
    I forgot I just closed the lid of my MBP the last time I used windows/bootcamp (instead of shutting it down) and that triggered hibernation.
    The next time I powered my MBP on, OSX startet automatically and I opened some of the same files that "were already open" in the hibernated windows (on osx main/boot partition, using macdrive in windows).
    That (or resuming the hibernated windows later) probably led to some data corruption that prevents the osx volume from booting and neither the automatical repairing during booting nor disk utility (external hdd or recovery partition) is able to repair it. (not sure if there is any difference).
    Booting in verbose mode shows the file names that were double-opened during repair attempts.
    After booting osx from an external HDD, Disk utility fails mounting the main osx volume straight away, but succeeds with mounting it after a failed repair attempt.
    I only have read acces then, though.
    bootcamp partition is still working fine, btw
    1. I wonder if it is possible to gain write access somehow and if deleting just those "double-opened" files/the containing folder (which is saved on dropbox btw, so I really wouldnt mind deleting them/it) would solve the whole problem or if i really have to reformat everything and spend 10+ hours to revert everything to the state before the data corruption. ?
    2. if I have to reformat + reinstall, using migration assistant and the corrupted volume as source isn't a great idea, i guess? are there any options to exclude some specific folders of the user folders?
    3. will the bootcamp partition work after reinstalling osx or do i have to winclone-it somewhere? checkdisk says the volume is OK btw.
    many thanks!

    Hi 3tc, thnx for a tip.
    One more question - did procedure solve also "file already in use" problem on win bootcamp?
    thnx

  • Brasero: Can't burn. Fails after checking image with GDBus.Error

    Hey Guys.
    When i tried to burn a CD i noticed that i couldn't. Since i rarely do this i don't know since when this problem exists.
    // ... deleted (see Edit)
    Did something change? Because of the mentioned .service file i tought it may be because of because of systemd but booting in fallback will result in the same behavior.
    Reinstalling did brasero did not solve the problem either.
    Thanks
    EDIT:
    Turns out that tracker is a indexing program in gnome-extra and has little to do with this...
    Last edited by Archdove (2012-06-01 12:35:49)

    Little Update:
    /dev/sr0 seems to bee a readOnly filesystem.
    This fails:
    sudo dd if=Downloads/ubuntu-12.04-desktop-i386.iso of=/dev/sr0
    dd: opening ‘/dev/sr0’: Read-only file system
    Time runs out and i need to go. Can i change this?
    EDIT:
    Doing it with growiso doesen't work either. So it's a general Problem... It just sucks to don't have any usefull error message.
    growisofs -Z /dev/sr0 de_windows_7_ultimate_with_sp1_x64_dvd_u_677306.iso
    Executing 'mkisofs de_windows_7_ultimate_with_sp1_x64_dvd_u_677306.iso | builtin_dd of=/dev/sr0 obs=32k seek=0'
    I: -input-charset not specified, using utf-8 (detected in locale settings)
    0.31% done, estimate finish Sat Jun 2 07:54:15 2012
    0.63% done, estimate finish Sat Jun 2 07:54:15 2012
    0.94% done, estimate finish Sat Jun 2 07:54:15 2012
    /dev/sr0: "Current Write Speed" is 8.2x1352KBps.
    :-[ WRITE@LBA=0h failed with SK=3h/WRITE ERROR]: Input/output error
    :-( write failed: Input/output error
    Has anyone an Idea?
    Last edited by Archdove (2012-06-02 05:58:03)

  • NWDI for the 04s preview fails with 'SLD name-server configuration error'

    After the installation, everything seems to work fine except that when I go to CMS, the links on the top seems to be hardcoded to point to http://pwdf3102:50100/dtr, even in the Domain Data. When I tried to change it to my local server, it keeps complaining about "Unexpected error; inform your system administrator: <Localization failed: ResourceBundle='com.sap.cms.util.exception.CMSExceptionMessages', ID='SLD name-server configuration error', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key SLD name-server configuration error"
    Any suggestions on how to work around this? Thanks.

    Brian,
    Try to import the model file first by going to SLD->Administration->Import CIM Model. If the problem sticks, then try to remove the systems. The preview version has lots of pre-exist system name in the technical system, which you can find giving errors since they're not reachable. So you can remove them from SLD (Home->Technical Systems) if they are preventing you from procceeding.
    You need to go to http://server:port/dtr/system-tools/administration/NameServerConfiguration to update the name server as well.
    Hope this helps...
    Message was edited by: Yujian Yan

  • My selector panel collapses with every change or adjustment - even when I have the element choosen in the code - how do I keep this from happening?

    I first choose the relevant source in the code and then open it in the Selector panel area of the CSS Designer.  But once I attempt to make changes the Selector panel collapses and goes blank after the first change.  Then I have to reselect the appropriate source in the Sources panel, reselect in the Selectors panel and make another change. And so on...  What am I doing wrong?

    Mine doesn't show anything in the CSS Designer panel when I make a selection in Code Vew. It will only pop up the css set for a given element if I select that element in Design View first. If I drill down using the Sources and Selectors sub windows in the CSS Designer panel itself, it works the same in both. I pretty much never use it, but it doesn't do what you're explaining in my version of DWCC, so I'd guess you may have some slight corruption in the program.
    Unless, does it make a difference if you have Live View turned on or not?
    You could try clearing the program cache/personal config folder: Deleting a corrupted cache file
    Or restoring preferences if the cache doesn't do the trick: Restore preferences | Dreamweaver CS4, CS5, CS5.5, CS6http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html

  • After Effects CS6 with ATI HD 6870 OpenGL errors

    After Effects won't start and comes back with OpenGL and gpu sniffer errors.
    Happened on my Windows 7 x64 and now on a fresh install of Windows 8 x64, all drivers are up to date as of 12/22/2012.

    Try an older version of catalyst. Resident AMD/ ATI expert Noel Carboni over at the PS forum still recommends 10.8... At least on Win 7 this shoulod work.
    Mylenium

  • Sun IDM Repositor Configuration Error: Failed to load JDBC Driver

    Hi Gurus,
    I am new to Java IDM and predictably failed in my first attempt to install Java IDM in a Windows machine with SQL Server 2000 SP3.
    I followed the Installation document step by step and I think I din' t miss any!!.. But still I got caught by an error, here it is:
    I successfully installed IDM but failed while configuring Repository. I have downloaded the JDBC driver from Microsoft for SQL Server 2000, SP3. Then after that I copied the Jar from JDBC driver folder to
    %WSHOME%/bin/lib folder. After this I launched the Repository configuration setup.
    I got the following error while trying to connect the waveset database with Repository type as SQL Server (JDBC Driver)
    com.waveset.util.ConfigurationError: Failed to load JDBC Driver 'com.microsoft.sqlserver.jdbc.SQLServerDriver':
    ==> java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
    The Parameters that I have given for connection are:
    URL: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=waveset
    JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Connect as User: waveset
    Connect Password: waveset
    I have created the database and granted all access to user waveset.
    Please help me come out of this. I tried dropping and recreating the database with a different name. Still it did not work, looks like it is a JDBC driver specific issue. Please guide me if I did anything wrong.
    Appreciate any help
    Thanks

    Open your driver jar using winzip or something and check if the class: com.microsoft.sqlserver.jdbc.SQLServerDriver is present in the jar. I think you need to use a different class name. or your jar file is wrong. I think there are separate jars for SQL server 2000 and for SQL Server 2005.

  • I used to have AVG free antivirus software on my computer. I uninstalled it, but every time I open Firefox and do a search, it comes up with AVG Secure Search results. I have tried the about:config stuff from the forums, but it is to no avail.

    Had AVG free version. After Firefox updated to the newest version, AVG Secure Search results are the default. I have researched the issue for the past 3 days and have tried every option available on forums, etc. Nothing seems to work. This is very annoying and I'm about ready to switch to google chrome.

    I ended up finding a solution.....went to Firefox tab on top left of browser screen. Went to help, restart with add-ons disabled. This takes you to the Firefox Safe Mode text box. Select "Reset all user preferences to Firefox defaults. This seems to have worked, as there is no longer an AVG Secure Search directed screen. Also, I installed Avast. Have had it on my tower PC and another laptop for 2 years with no issue. Screw AVG!!!

  • Changing to 64 bit soon anyone know the important conf files to bakup?

    hello (:
    been running arch for nearly half a year now
    just got my ram upgrades..
    Was thinking of changing to arch 64 bit
    Any one know what conf file to backup? ..can help me on this please ?(:
    xorg.conf
    pacman.conf
    any more to back up ..?
    um..oh ya .. is it possible to migrate a system architecture ? like changing 32 bit to 64 bit?

    maybe /usr/share/{icons,themes} too
    also, if you're running a desktop machine, you may consider installing a 64bit kernel on your 32bit arch [ http://bbs.archlinux.org/viewtopic.php?id=66660 ] so you can use skype, google gears, google earth, wine, firefox with enabled tracemonkey without tricks. no point for 64bit on the desktop ATM IMHO.

  • Change Data Capture error ORA-31428 at the subscription step?

    I am following this cookbook; http://www.oracle.com/technology/products/bi/db/10g/pdf/twp_cdc_cookbook_0206.pdf it was very helpful for me but at the subscription step when I give the list of all columns that I provided at create_change_table step with column_type_list I recieve this error;
    ORA-31428 : No publication contains all of the specified columns. One or more of the specified columns cannot be found in a single publication. Consult the ALL_PUBLISHED_COLUMNS view to see the current publications and change the subscription request to select only the columns that are in the same publication.
    When I check the view mentioned ALL_PUBLISHED_COLUMNS my columns are listed, strange behaviour. I searched for any comments on forums.oracle.com and metalink.oracle.com and even google but nothing just the explaination above :(
    If you have any comments it would be great, thank you again.
    Best regards.
    Hotlog Source : 9iR2 Solaris
    Hotlog Target : 10gR2 Solaris
    begin
    dbms_cdc_publish.create_change_table(
    owner => ‘cdc_stg_pub’,
    change_table_name => ‘udb_tcon_ct’,
    change_set_name => ‘udb_tcon_set’,
    source_schema => ‘udb’,
    source_table => ‘tcon’,
    column_type_list => ‘ncon number(12), ncst number(12), dwhencon date, twhomcon varchar2(50), cchancon number(3), cacticon number(5), tdatacon varchar2(1000)’,
    capture_values => ‘both’,
    rs_id => ‘y’,
    row_id => ‘n’,
    user_id => ‘n’,
    timestamp => ‘y’,
    object_id => ‘n’,
    source_colmap => ‘n’,
    target_colmap => ‘y’,
    options_string => null) ;
    end ;
    select x.change_set_name, x.column_name from ALL_PUBLISHED_COLUMNS x ;
    begin
    dbms_cdc_subscribe.create_subscription(
    change_set_name => ‘udb_tcon_set’,
    description => ‘UDB TCON change subscription’,
    subscription_name => ‘udb_tcon_sub1′);
    end;
    begin
    dbms_cdc_subscribe.subscribe(
    subscription_name => ‘udb_tcon_sub1′,
    source_schema => ‘udb’,
    source_table => ‘tcon’,
    column_list => ‘ncon,ncst,dwhencon,twhomcon,cchancon,cacticon,tdatacon’,
    subscriber_view => ‘udb_tcon_chg_view’) ;
    end ;
    CHANGE_SET_NAME COLUMN_NAME
    UDB_TCON_SET NCON
    UDB_TCON_SET NCST
    UDB_TCON_SET DWHENCON
    UDB_TCON_SET TDATACON
    UDB_TCON_SET CCHANCON
    UDB_TCON_SET CACTICON
    UDB_TCON_SET TWHOMCON
    7 rows selected
    PL/SQL procedure successfully completed
    begin
    dbms_cdc_subscribe.subscribe(
    subscription_name => ‘udb_tcon_sub1′,
    source_schema => ‘udb’,
    source_table => ‘tcon’,
    column_list => ‘ncon,ncst,dwhencon,twhomcon,cchancon,cacticon,tdatacon’,
    subscriber_view => ‘udb_tcon_chg_view’) ;
    end ;
    ORA-31428: no publication contains all the specified columns
    ORA-06512: at “SYS.DBMS_CDC_SUBSCRIBE”, line 19
    ORA-06512: at line 2
    I added the OS and Oracle versions of source and target.
    Message was edited by:
    TongucY

    nice catch, the error changed but still strange;
    SQL> select upper('ncon,ncst,dwhencon,twhomcon,cchancon,cacticon,tdatacon') from dual ;
    UPPER('NCON,NCST,DWHENCON,TWHO
    NCON,NCST,DWHENCON,TWHOMCON,CCHANCON,CACTICON,TDATACON
    SQL> begin
    2 dbms_cdc_subscribe.subscribe(
    3 subscription_name => 'udb_tcon_sub1',
    4 source_schema => 'udb',
    5 source_table => 'tcon',
    6 column_list => 'NCON,NCST,DWHENCON,TWHOMCON,CCHANCON,CACTICON,TDATACON',
    7 subscriber_view => 'udb_tcon_chg_view') ;
    8 end ;
    9 /
    begin
    dbms_cdc_subscribe.subscribe(
    subscription_name => 'udb_tcon_sub1',
    source_schema => 'udb',
    source_table => 'tcon',
    column_list => 'NCON,NCST,DWHENCON,TWHOMCON,CCHANCON,CACTICON,TDATACON',
    subscriber_view => 'udb_tcon_chg_view') ;
    end ;
    ORA-31466: no publications found
    ORA-06512: at "SYS.DBMS_CDC_SUBSCRIBE", line 19
    ORA-06512: at line 2

Maybe you are looking for

  • Adding data in internal table using extracted data

    Hi Experts, Good day! I have a requirements in our historical data of material price which adding data that are not existing based on data extracted from standard tables such as A004 and KONP. Now, i need to use the VALIDFROM (DATAB) value as basis f

  • Why doesn't my imac like my fonts?

    I am a graphic designer and as of late, using Adobe Indesign is a massive headache. It is almost totally unresponsive. Other programs freeze and have the spinning beachball too. It is impossible to work effectively. My programs freeze every couple of

  • Multiple Quizzes using Captivate 3

    I am currently using Captivate 3 and I had a very large project with multiple quizzes.  Captivate was able to go through the first quiz, but every time I hit another quiz, the system would freeze. I am looking to do multiple quizzes - does anyone kno

  • Database seems to fragmented

    I have one scenario on our live production DB.This problem seems to be like performance perspective.I want your advice and your optimal solution to overcome from this issue. 1Likewise we have our live production system in which we have did some year

  • WHy can I no longer open multiple tabs; whenever I try each tab is opened but no page is downloaded but no error messages are displayed

    Each tab displays the usual rotational 'downloading' icon but even if I wait several minutes nothing happens..... Even if I halt all or close all tabs bar one I am no longer able to download any pages unless I close Firefox completely and restart. Up