Sunday, February 20, 2022

MSFT moderators - Please see the <title> in this forums master page.

MSFT moderators - Please see the <title> in this forums master page.

<title>
ฟอรัม Internet Explorer 8, 9, 10
</title>

PS... there are no site feedback links to report this... a similar issue was floating around the MSDN forums...

Regards.


Rob^_^

  • Changed type 网游 - wang'you Tuesday, January 29, 2013 12:03 AM no reply required

Reply:
thx.....

Rob^_^


------------------------------------

Audiodg.exe runs high cpu. maybe a fix?

so im going through my computer and i find this cpu problem with Audiodg.exe. I went through my comp to find when i disable my built in mic, cpu drops from 75% to 0%....

Is this the Audiodg.exe fix?

p.s. - pissed my off when ended up being such an easy fix....hope this helps others....



  • Edited by Magnum420 Friday, January 25, 2013 7:19 PM

Reply:
See the information @ http://technicallyeasy.net/2009/03/fix-audiodgexe-high-cpu-usage/ about Audiodg.exe.

Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. "


------------------------------------
Reply:

i absolutely hate audiodg.exe in windows 7.    Depending on what mp3 i'm playing it could be using 20-30% or 3%.    It might have to do with the fact not all mp3s are encoded the same and have diff formats and qualities.  But its very hard to tell.     Its the first thing i noticed when i first got windows 7.  Drove me nuts until i gave up.    It also seems to use less cpu as time goes on,  maybe the more you play the same mp3 the less it uses.  Almost like windows is learning what mp3's you have on your system, or maybe i'm just imagining things.

Just makes you wonder why xp required almost no cpu for something simple like playing an mp3.  I've always had onboard realteks on all my machines.

This only happens with mp3s,  doesn't matter if i use windows media player or another player.    when playing movies or gaming though....audiodg.exe  stays between 3-10%.

also another interesting note.....if audiodg.exe is using 20-30% for playing a certain mp3....and  i use another cpu intensive program....audiodg.exe  will free up cpu use if needed...but keep playing the mp3 fine.   I find that interesting.


  • Edited by RichAC Saturday, January 26, 2013 5:08 PM

------------------------------------
Reply:

Hi,


Also check whether this KB could help:


A memory leak issue occurs in the Audiodg.exe process when you play audio on a computer that is running Windows 7, Windows Server 2008 R2, Windows Vista or Windows Server 2008


http://support.microsoft.com/kb/981013


Regards,


Vincent Wang
TechNet Community Support


------------------------------------

Technical details of temporary failure:

Dear Tech,

I just finished installing SBS Server 2008 with exchange 2007, However, i managed to send e-mail to world e.g gmail accounts, yahoo.com etc but the server can't receive e-mails. the following was the error that i got from gmail account:

<br> Technical details of temporary failure:
The recipient server did not accept our requests to connect.
[(0) mail.xxx.xxxco.zm . [xx.xx.x.133]:25: 421 4.3.2 Service not available, closing transmission channel] <br/>


Reply:

Hi,

The proper forum to address your issue should be SBS support forum. I would like suggest you redirect the issue to that forum for further help.

http://social.technet.microsoft.com/Forums/en/smallbusinessserver/threads

Thanks for your understanding.

Regards.


Spencer
TechNet Community Support


------------------------------------

Win7 Registry Editor Keys are not delete-able

Hello MicroSoft

I am an OS engineer (normally I work in Linux device drivers and Windows - Linux interaction in driver level), working on Win7 Registry Editor, and msi Installer shield

As far as I know, when we plug a USB device, Windows Registry starts reading from the "config descriptor, string descriptor, system descriptor, etc" and starts adding values to this path in Win7 registry

HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Enum\\USB\\VID_XYZ&PID_XYZ and starts enumerating (depending on the Linux driver number provided by the USB device

Is there any method to delete the full registry path contents manually through registry editor (admin) or automatically through msi shield?

I mean USB\\VID_XYZ&PID_XYZ

Even as admin, with proper rights, I could delete some keys and strings, but not everything (e.g. the string Default of type REG_SZ)

consequently my customer, who checks each unit that I give, is getting the repository of all my serial numbers in Win Registry, which means millions of entries - and I believe that may cause a problem in his Win Registry sooner or later.

Please let me know if there is a tweak.

thanks

  • Changed type tracycai Tuesday, February 5, 2013 7:38 AM

Reply:

If I understood what you asking this link may help you:

http://www.wikihow.com/Clear-the-Record-of-USB-Plug-in-Equipment


Be kind and Mark as Answer if I helped.


------------------------------------
Reply:

Thanks Chris

But did you try them (e.g.) plug a USB stick, you will find new entries - backup your registry then

try to remove the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB

See what happens, neither it nor its sibling nodes are deleted (and this is my point)

For other directories, I succeeded a long time ago with them


------------------------------------
Reply:

Hi,

Have you checked if it can be removed from a batch file?

Please see the following links:

How to add, modify, or delete registry subkeys and values by using a registration entries (.reg) file

Reg delete


Tracy Cai

TechNet Community Support


------------------------------------
Reply:
If you look at the security for that key SYSTEM has full control, so
if you're determined to remove the key I'd suggest this:
 
Backup HKLM\System\CurrentControlSet\Enum\USB
 
Open Task Scheduler
Create Task...
On the General Tab:
1. Name it something
2. Click Change User or Group
3. Type in SYSTEM and click OK
4. Account should now read NT AUTHORITY\SYSTEM
On the Actions Tab:
1. Click New
2. Type REG in the program box
3. Type "DELETE HKLM\System\CurrentControlSet\Enum\USB /F" without the
quotes in the add arguments box
4. Click OK
Now click OK to save the task.
Then you can Right-click and choose Run when you are ready. Just
refersh regedit and you will see that key disappear.
 
Reboot, but just remember that this key will get re-built at restart
so make sure that you only have the bare minimum of USB devices
connected then.
 
HTH
 
 
sarmadgeorge wrote:
 
>
>
>Thanks Chris
>
>But did you try them (e.g.) plug a USB stick, you will find new entries - backup your registry then
>
>try to remove the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
>
>See what happens, neither it nor its sibling nodes are deleted (and this is my point)
>
>For other directories, I succeeded a long time ago with them
 

Ha®®y

------------------------------------
Reply:

Thank you everyone....

My aim is that it sometimes doesnt delete everything, you all provided many flavors for the same solution "command line, reg edit tool".

This solution partially works fine, even with the task scheduler, highest priority tasks, it didnt delete everything - but it took as much as possible.

It seems that Win7 doesnt want to delete some hardware USB devices that were attached to it once ago.


------------------------------------
Reply:

On my test Windows 7 machine it obliterated everything. (And rebuilt all connected devices at reboot).

What you should do afterwards is refresh that Registry key and walk the permissions to see if there's a specific DENY anywhare, or other strangeness in the permissions.


Ha®®y


------------------------------------
Reply:

Harry

The only way I could delete this on (3 different Win7 64/32) systems was:

I have to walk the tree manually for those hardware registry keys(e.g. usb/enum/pid&vid... for each registry key there are 20 - 50) sub nodes, and the checkbox for this control doesnt apply the changes to sub-tree unfortunately i.e. I have to walk the tree node by node :)

That allows me to set the permission to delete and delete 1 level at a time.

On the contrary, other registry entries as HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags

once I clicked that checkbox for the subtree, I just deleted it by 1 click automatically.

I think that I smell a Windows bug here


------------------------------------

FIM 2012 R2 enforcing domain password policies without SSL

We are required to configure SSPR enforcing all domain password policies, including 'Password History' and 'Minimum Password Age'; without configuring LDAP over SSL connection (without certificates) between the FIM Synchronization Service and PDC Emulator role owner.

There is a hotfix which enables FIM SSPR to support enforcement of all domain password policies but that requires configuration of LDAP over SSL connection between the FIM Synchronization Service and PDC Emulator role owner, which is conflicting with design and operational requirements.

Environment details are below;

FIM 2012 R2 (build version 4.1.2273.0)

Active Directory on Windows 2008 R2

How to disable "To display the webpage again, the web browser needs to resend the information you've previously submitted." IE9 alert when page refresh via code Location.Refresh(true);

How to disable "To display the webpage again, the web browser needs to resend the information you've previously submitted." IE9 alert when page refresh via code Location.Refresh(true);

I have checked this link http://stackoverflow.com/questions/11414330/how-to-solve-the-issue-with-to-display-the-website-again-the-web-browser-needs

I'm looking for a resolution that parent window should reload (after post back) without browser alert.


Suresh Kumar Udatha.


  • Edited by uskumar Monday, January 28, 2013 4:54 AM Added more contents
  • Changed type Vincent Wang-MCSC Tuesday, January 29, 2013 8:44 AM

Reply:

Hi,

wrong forum....

for questions about html, css and scripting for web site developers using MSIE browsers post to the

MSDN IE Web Development forum, preferably with a link to your website for the engineers there to debug.

tip... disable the submit buttons and reset buttons on the return trip after the form has been validated and you have committed the form data to a database.

if(isPostback)


Rob^_^


------------------------------------

IE 10 accessibility problem on surface RT

The symptom is the address bar becomes not useable when the background is black and the text is dark gray. Moreover if starting the desktop IE not only the address bar but also all menus under internet options are not visible. Basically it is rendering all controls as white text on white background and black text on black background. I am not exactly sure of the cause but it seems related to the accessibility options in system login. My kid plays with it while locked and randomly press some options. Then after I restored all the system accessibility options IE get into the bad state. Setting to high contrast would make it useable but I don't like it at all. I've tried to reboot but no help. Sometimes the problem seems to fix itself though I have no idea what's the solution. Any help would be greatly appreciated!


  • Edited by Taoist4ever Monday, January 28, 2013 3:15 AM
  • Changed type tracycai Tuesday, February 5, 2013 8:01 AM

Reply:

Hi,

Is this an upgrade Win8 or OEM build?

Uninstall any third party desktop themes or Desktop theme managers (alienguise or Windows Blinds)

Regards.

for consumer help with IE select the Help>Online support menu from IE and follow the links for your windows and IE versions.

Regards.


Rob^_^


------------------------------------

[FIM-TROUBLESHOOTING-SSPR] Error 3000 - Value cannot be null.

[FIM-TROUBLESHOOTING-SSPR] Error 3000 - Value cannot be null.

http://social.technet.microsoft.com/wiki/contents/articles/15600.fim-troubleshooting-sspr-error-3000-value-cannot-be-null.aspx


Tim Macaulay Security Identity Support Team Support Escalation Engineer

OMPM Scan Recovery - How to?

I have a failed OMPM scan because it hated something in a sub-folder somethere, so I want to start the rescan EXCLUDING that folder however it insists on starting in the failed folder - is there a way around this?

I have:

- Tried changing  the [Recovery] LastFileOrFolder= path to a folder higher up in the tree e.g. if the failed folder was c:\folder\subfolder1\subfolder2\subfolder3, it was changed to c:\folder\subfolder1\subfolder2

And then added [FoldersToExclude] Folder=c:\folder\subfolder1\subfolder2\subfolder3

But the recovery execution still ignores the FoldersToExclude setting and reverts to the original LastFileOrFolder scanned path...

All help much appreciated...

 

Fact Table Design(master and detail)

Hello Guys,

There are 3 tables in OLTP system mainly. One for master data. The other two are different types of detail data. The reason they seperate is because their attibutes are hard to merge together and we dont wanna see the sparse table in source system design.

Now, we need to bring this master fact and two detail table into data warehouse.

BTW, As there are also some measures in master level and no way to evenly allocate to the detail tables.

we brainstormed three options,

#1. factMaster, FactDetail(merged the 2 detail tables and keep the columns sparse--null value filled if not applicable)

#2. Only one fact table(duplicate the master-level measures maybe)

#3. factMaster, factDetail1, factDetail2

can someone give some suggestion which one goes best and why?


Derek


  • Edited by Derek Dai Monday, January 28, 2013 3:31 PM
  • Changed type Elvis Long Friday, February 1, 2013 8:37 AM better for discussion

Reply:

I recommend option 1, if merging the two tables will result in less than or equal to 20 columns. If it does, I recommend using snowflake schema. The options will offer better reports performance than the others. It will also enable you to slide all dimensions' attributes against cube measures. This of course is the objective of data warehouses.<o:p></o:p>



BI Developer


------------------------------------
Reply:

Hello Abioye,

If you choose option 1, why not further joining factMaster and factDetail into one fact table? Just wanna know what stops you to do so? It seems factOrder joining with factOrderLine is a common design, doesn't it?

Thanks for your suggestion anyway.


Derek


------------------------------------
Reply:

Just like the name, factMaster and factDetail might not have the same grain and joining them might not be effective for reporting. Master detail may be a transactional fact recording line level transaction. Factmaster may be an accumulated fact. If this is not the case, let me know the fact grains and report requirements.<o:p></o:p>



BI Developer


------------------------------------
Reply:

FactOrder joining with factOrderLine is a terrible design. CactOrder is an accumulated snapshot fact table and factOrderLine is a transactional fact table.<o:p></o:p>



BI Developer


------------------------------------
Reply:

FactMaster and FactDetail have the relationship 1 to M, that is to say they have different granularities.

However, both of them are designed, when loading data, in transactional fact tables--looking back 90 days, delete 90 days transactions and re-load these 90 days data from source.


Derek


------------------------------------

Outlook 2007 .ost file doesn't stop increasing in size with cached mode enabled

I have 1 user's who's Outlook 2007 keeps increasing in size while running Exchange cached mode on the local client.  The .ost file never stops increasing in size.  I have stopped it at 5.0Gb.  The mailbox on the server is only 1.1Gb.  The calendar folder within the user's mailbox is the folder that is increasing in size.  There are no attachments and small calendar invites (it should be no larger than 50Mb).  He is running Outlook 2007 on Exchange 2003.  After I uncheck the "use cached exchange mode" the problem disappears. 

How can I check the "use cached exchange mode" without increasing the .ost file beyond the mailbox size?

Terms and Condition Page in Sharepoint 2010 and also log the downloaded doc

 

Hi All,

I have a new requirement :

I have created an application download center , where user can download the applications .

Requirement is : When user clicks on Download button , a pop up must appear (Terms and Condition) Page . when user accepts it he must be able to download the application and also a log must be recorded (User name , Time Stamp and application name)

Thanks,

Pallavi


Reply:

You can create a web part which does the following, once the submit button is clicked

http://www.c-sharpcorner.com/UploadFile/54db21/retrieve-listdata-using-caml-in-sharepoint-2010-programmatic/

Thanks,


Pallavi Sharma http://letsgetalittletechnical.blogspot.com/


------------------------------------

Going from XP desktops w/ redirected folders to Windows 7 laptops, not sure of best practice

Hello everyone.  We're currently a Server 2003 and XP shop.  We replacing a bunch of XP desktops with new Windows 7 laptops.  Currently on the desktops they're using roaming profiles and redirected application data, favorites, etc.  We're working on killing the roaming profiles as they are no longer needed, but I'm concerned if we need to kill the redirected folder settings as well, since these users will be using the laptops outside the office without access to the domain and servers that host those redirected folders.

Can anyone offer any advice on how to best handle this?  Do I need to kill the folder redirection stuff? 

If I remember correctly, there is a group policy that will let the laptops cache logon credentials, so they can log on with their domain account when the machine is not on our LAN, so that would solve logon issues with a domain account.  But the folder redirection stuff has me puzzled.

  • Changed type Leo Huang Monday, February 4, 2013 9:17 AM

Reply:

Hi,

Does these users need the folder redirection anymore?  If yes, keep the redirected folder.

As the GPO for allow domain user to logon even if no networking, you can try this GPO:

Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\ Interactive logon: Require Domain Controller authentication to unlock

Computer Configuration\Windows Setting\Local Policy\Security Options: "Interactive Logon: Number of previous logons to cache (in case domain controller is not available)"

You can refer:

http://technet.microsoft.com/en-us/library/cc779612(v=ws.10).aspx

Furthermore, you can also try to verify the registry setting on client machines:

hklm\software\microsoft\windowsnt\current version\winlogon  (10 allows cached credentials, 0 disallows)

 http://www.howtogeek.com/howto/windows-vista/disable-logon-windows-no-domain/

It should apply for Windows 7 also.

Hope that helps.

Regards,

Leo   Huang

TechNet Subscriber Support

If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.


Leo Huang
TechNet Community Support


------------------------------------
Reply:

Hi Leo.  We use Redirected Folders so we can back up the users settings and they can get an almost identical experience regardless of what machine they log on to.  I'm assuming we'll want to keep folder redirection.

If we do keep the folder redirection, are there some policy settings I need to turn on so those files would be available to the laptop user offline (when they aren't on the WAN and can't get to the server)?

Thanks for the group policy to cache the domain user logons.


------------------------------------
Reply:

Hi,

The policy related with folder redirection should all remain.

http://technet.microsoft.com/en-us/library/cc786749(v=ws.10).aspx

Furthermore, I suggest to contact GP forum for further help:

http://social.technet.microsoft.com/Forums/en-US/winserverGP/threads

The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. 

Thank you for your understanding.

Regards,

Leo   Huang

TechNet Subscriber Support

If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.


Leo Huang
TechNet Community Support


------------------------------------
Reply:

Hi,

How's everything going? Please feel free to give me any update.

Thank you for your cooperation.

Regards,

Leo   Huang

TechNet Subscriber Support

If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.


Leo Huang
TechNet Community Support


------------------------------------
Reply:

Thanks Leo.  Just getting back to this now, and will post in the other forum regarding the following question as you suggested

"If we do keep the folder redirection, are there some policy settings I need to turn on so those files would be available to the laptop user offline (when they aren't on the WAN and can't get to the server)?"


------------------------------------

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

There was an issue with our previous registration system.  Please accept my apologies.  Please register using the link below.

Register to Attend:  mailto://events@passmasterdata.onmicrosoft.com?subject=SQL%20PASS%20MDS-DQS%20VC%202013%2001%2031  Just click send.  
You will receive an email from events@passmasterdata.onmicrosoft.com containing instructions on how to join the conference.  Please add this address to your whitelist so it isn't considered spam.

Our conferences leverage Lync.  If you don't have the Lync Client installed on the computer where you will be attending the conference, please download Lync Attendee from http://www.microsoft.com/en-us/download/details.aspx?id=15755

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

There was an issue with our previous registration system.  Please accept my apologies.  Please register using the link below.

Register to Attend:  mailto://events@passmasterdata.onmicrosoft.com?subject=SQL%20PASS%20MDS-DQS%20VC%202013%2001%2031  Just click send.  
You will receive an email from events@passmasterdata.onmicrosoft.com containing instructions on how to join the conference.  Please add this address to your whitelist so it isn't considered spam.

Our conferences leverage Lync.  If you don't have the Lync Client installed on the computer where you will be attending the conference, please download Lync Attendee from http://www.microsoft.com/en-us/download/details.aspx?id=15755

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

Reply:

UPDATED:  There was an issue with the registration link.  Please use Internet Exploer to register at this link:  

https://clicktoattend.microsoft.com/en-us/Pages/EventDetails.aspx?EventID=167463

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

Register to Attend:  https://clicktoattend.microsoft.com/en-us/Pages/EventDetails.aspx?EventID=167463

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

  • Edited by Marc Jellinek Friday, January 25, 2013 7:30 PM
  • Changed type Elvis Long Thursday, January 31, 2013 6:00 AM
  • Merged by Elvis Long Thursday, January 31, 2013 9:47 AM

------------------------------------
Reply:
PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

There was an issue with our previous registration system.  Please accept my apologies.  Please register using the link below.

Register to Attend:  mailto://events@passmasterdata.onmicrosoft.com?subject=SQL%20PASS%20MDS-DQS%20VC%202013%2001%2031  Just click send.  
You will receive an email from events@passmasterdata.onmicrosoft.com containing instructions on how to join the conference.  Please add this address to your whitelist so it isn't considered spam.

Our conferences leverage Lync.  If you don't have the Lync Client installed on the computer where you will be attending the conference, please download Lync Attendee from http://www.microsoft.com/en-us/download/details.aspx?id=15755

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

------------------------------------

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

There was an issue with our previous registration system.  Please accept my apologies.  Please register using the link below.

Register to Attend:  mailto://events@passmasterdata.onmicrosoft.com?subject=SQL%20PASS%20MDS-DQS%20VC%202013%2001%2031  Just click send.  
You will receive an email from events@passmasterdata.onmicrosoft.com containing instructions on how to join the conference.  Please add this address to your whitelist so it isn't considered spam.

Our conferences leverage Lync.  If you don't have the Lync Client installed on the computer where you will be attending the conference, please download Lync Attendee from http://www.microsoft.com/en-us/download/details.aspx?id=15755

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

UPDATED:  Registration link updated.  Please use Internet Explorer to register.

Register to Attend:  https://clicktoattend.microsoft.com/en-us/Pages/EventDetails.aspx?EventID=167463

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.


Reply:
PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

There was an issue with our previous registration system.  Please accept my apologies.  Please register using the link below.

Register to Attend:  mailto://events@passmasterdata.onmicrosoft.com?subject=SQL%20PASS%20MDS-DQS%20VC%202013%2001%2031  Just click send.  
You will receive an email from events@passmasterdata.onmicrosoft.com containing instructions on how to join the conference.  Please add this address to your whitelist so it isn't considered spam.

Our conferences leverage Lync.  If you don't have the Lync Client installed on the computer where you will be attending the conference, please download Lync Attendee from http://www.microsoft.com/en-us/download/details.aspx?id=15755

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

------------------------------------

SQL PASS MDS/DQS: 31 January - Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

Register to Attend:  

https://clicktoattend.microsoft.com/en-us/Pages/EventDetails.aspx?EventID=167463

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.

Reply:
Interesting, but maybe you should change your topic type to discussion instead of question.

MCSA SQL Server 2012 - Please mark posts as answered where appropriate.


------------------------------------
Reply:
Koen, good point.  Taken care of... thanks!

------------------------------------
Reply:

I have been unable to register using my LiveID. I am being redirected to a "Continue" page that is blank. I am using the latest FireFox. If now I try the reg. link IE I get

Internet Explorer cannot display the webpage.


Arthur My Blog


------------------------------------
Reply:
I'm looking into the issue, sorry about that.

------------------------------------
Reply:
Issue has been resolved.  Please register at the link 

https://clicktoattend.microsoft.com/en-us/Pages/EventDetails.aspx?EventID=167463


------------------------------------
Reply:
The landing page is different now, but it prompts to login with my passport, and then that blank page strikes again, sorry to add to your hassles.

Arthur My Blog


------------------------------------
Reply:
No worries.  Have you tried using Internet Explorer?  I had trouble using Chrome

------------------------------------
Reply:

I did 1st.

Same resul.

It gave me a blank page: http://i.imgur.com/jUbFa6I.png which I think is the issue, the  reg app times out.

Then it shows up with a green button on the left but clicking it does the very(after I attempt to sigh-in w/ my passport)

Internet Explorer cannot display the webpage

What you can try:

<button id="diagnose">Diagnose Connection Problems</button>

More information More information<noscript>&lt;ID id="moreInformation"&gt;More information&lt;/ID&gt;</noscript>

This problem can be caused by a variety of issues, including:

  • Internet connectivity has been lost.
  • The website is temporarily unavailable.
  • The Domain Name Server (DNS) is not reachable.
  • The Domain Name Server (DNS) does not have a listing for the website's domain.
  • There might be a typing error in the address.
  • If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.

For offline users

You can still view subscribed feeds and some recently viewed webpages.
To view subscribed feeds:

  1. Click the Favorites button , click Feeds, and then click the feed you want to view.

To view recently visited webpages (might not work on all pages):

  1. Press Alt, click File, and then click Work Offline.
  2. Click the Favorites button , click History, and then click the page you want to view.


Arthur My Blog


  • Edited by ArthurZ Friday, January 25, 2013 7:31 PM

------------------------------------
Reply:
Arthur, thanks for sticking with me on this.  I'm trying to get this resolved on our end.

------------------------------------
Reply:

The registration link has been updated.  Use these instructions:

PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST

There was an issue with our previous registration system.  Please accept my apologies.  Please register using the link below.

Register to Attend:  mailto://events@passmasterdata.onmicrosoft.com?subject=SQL%20PASS%20MDS-DQS%20VC%202013%2001%2031  Just click send.  

You will receive an email from events@passmasterdata.onmicrosoft.com containing instructions on how to join the conference.  Please add this address to your whitelist so it isn't considered spam.

Our conferences leverage Lync.  If you don't have the Lync Client installed on the computer where you will be attending the conference, please download Lync Attendee from http://www.microsoft.com/en-us/download/details.aspx?id=15755

Understanding Data Quality Services: Knowledge Base, Knowledge Discovery, Domain Management, and Third Party Reference Data Sets

With the release of Data Quality Services (DQS), Microsoft innovates its solutions on Data Quality and Data Cleansing by approaching it from a Knowledge Driven Standpoint. In this presentation Joseph Vertido from Melissa Data will discuss the key concepts behind Knowledge Drive Data Quality, implementing a Data Quality Project, and will demonstrate how to build and improve your Knowledge Base through Domain Management and Knowledge Discovery. What sets DQS apart is its ability to provide access to Third Party Reference Data Sets through the Azure Marketplace. This access to shared knowledge empowers the business user to efficiently cleanse complicated and domain specific information such as addresses. During this session examples will be presented on how to access RDS Providers and integrate them from the DQS Client.

A Data Quality Analyst at Melissa Data, Joseph Vertido is an expert in the field of data quality. He has worked with numerous clients in understanding their business needs for data quality, analyzing their architecture and environment, and recommending strategic solutions for how to successfully integrate data quality within their infrastructure. He has written several articles and gives frequent webinars implementing different techniques for data quality implementation. His efforts include research in the field of Data Quality for product development. Joseph also manages the Melissa Data MVP Program which is a network that caters to community leaders, speakers, consultants, and other experts.


------------------------------------

When x86 client pulls x64 boot image from PXE - solution

Just though I might share this with you guys. Today I had same situation when 32-bit machine tries to boot from x64 boot image. It doesn´t pull x86 boot image via PXE. This behaviour was seen in SCCM 2007 as well.

I had to devide my OSD collections to x86 and x64, and include unknown computer x86 and unknown computer x64 accounts to these different collections. Also deployments needs to be targeted so. After this action, 32-bit client could pull x86 boot image fine via PXE.


Reply:
Usually there's no need for booting x64 boot images (except for build and capture), so this should not be an issue at all.

Torsten Meringer | http://www.mssccmfaq.de


------------------------------------
Reply:

HI,

I concur with Torsten, I always use x86 boot image to deploy both x86 and x64 OS, it works great and saves you a lot of issues as the one you just described.

Regards,
Jörgen 


-- My System Center blog ccmexec.com -- Twitter @ccmexec


------------------------------------
Reply:
Thanks! :)

------------------------------------
Reply:
Usually there's no need for booting x64 boot images (except for build and capture), so this should not be an issue at all.

Torsten Meringer | http://www.mssccmfaq.de

Heh, build and capture TS requires 64-bit boot image, if you are capturing 64-bit OS. The desired configuration of PXE would be, that at the first stage, PXE would pull x86 boot image, display available task sequences, and then if needed loads x64 boot image, and continue working.

I tried to accomplish this by enabling PXE feature only to x86 boot image, but then PXE boot stays at "Please Wait. SMS is looking for policy. Contacting server........".

There is at least one task sequence with x86 boot image available, so I don´t understand what´s the problem. I have 3 boot images, OSD´s originals x86 & x64 and MDT x64.

Is my approarch to enabling PXE only to x86 wrong?


------------------------------------

MDS and Encryption

We have a column that we are encrypting using a certificate / symmetric key in our database. We would like to add this data to MDS.   has anyone done anything similar?. 

No comments:

Post a Comment

Setup is Split Across Multiple CDs

Setup is Split Across Multiple CDs Lately I've seen a bunch of people hitting installation errors that have to do with the fact th...