SQL server and row level security
Why SQL Server has no build in row level security? LOL.
Oracle does have nice and simple way to define RLS since version 8i.
Reply:
Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
------------------------------------
save infopath data in Word Doc.
Hi All,
I am working on a condition, where A word document (which is a blank template) is attached to a infopath form and saved in Form Library. After submit the form I want a do either of the two options.
1) A mail will be sent with a form where user will fill the details and that got saved in words document. because now word doc is blank as it is a template.
2) Word document automitcally picks up the details from infopath fields and save that in word document.
Regards,
Kamal Pundir
Reply:
Hi,
It is a complicated method.
You can do this by using managed code to populate the word document. You can do this with the library "WordML" that allow to populate data in a word document.
But you need to use word as a xml version. It is a development that not exist natively.
Hope this helps.
Visit my blog : http://rmatayron.blogspot.com/
------------------------------------
Reply:
Thanks for your reply,
can we do that without coding , I have restiction on environment where I can use workflow and OOB stuff. can you please provide more information.
Regards,
Kamal Pundir
------------------------------------
Windows Update Codes 0XC80003FA 0x8024001B Not updating
Ran into a server that was not updating WSUS (Dell 2950, W2K8 enterprise). Did a lot of diagnosis and could not resolve problem, so we rebuilt from scratch twice including all the latest Dell drivers and were unable to update from windows update or internal WSUS. So how does a clean build of W2K8 not be able to get Windows updates???? That's what we were wondering. Windowsupdate.log indicated some corruption and that the database would be rebuilt, however it never got rebuilt - It appears to me there is a bug in the code that is supposed to do that. Windowsupdate.log clearly says the log would be rebuilt but never did it. The following error was logged in the system log:
Log Name: Application
Source: ESENT
Date: 6/18/2009 3:22:06 AM
Event ID: 474
Task Category: Database Page Cache
Level: Error
Keywords: Classic
User: N/A
Computer: SERVERXXXXX
Description:
wuaueng.dll (340) SUS20ClientDataStore: The database page read from the file "C:\Windows\SoftwareDistribution\DataStore\DataStore.edb" at offset 4595712 (0x0000000000462000) (database page 1121 (0x461)) for 4096 (0x00001000) bytes failed verification due to a page checksum mismatch. The expected checksum was 2818733426791738953 (0x271e271e0c70ee49) and the actual checksum was 1089324781602401865 (0x0f1e0f1e0c70ee49). The read operation will fail with error -1018 (0xfffffc06). If this condition persists then please restore the database from a previous backup. This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ESENT" />
<EventID Qualifiers="0">474</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-06-17T15:22:06.000Z" />
<EventRecordID>850</EventRecordID>
<Channel>Application</Channel>
<Computer>SERVERXXXXX</Computer>
<Security />
</System>
<EventData>
<Data>wuaueng.dll</Data>
<Data>340</Data>
<Data>SUS20ClientDataStore: </Data>
<Data>C:\Windows\SoftwareDistribution\DataStore\DataStore.edb</Data>
<Data>4595712 (0x0000000000462000)</Data>
<Data>4096 (0x00001000)</Data>
<Data>-1018 (0xfffffc06)</Data>
<Data>2818733426791738953 (0x271e271e0c70ee49)</Data>
<Data>1089324781602401865 (0x0f1e0f1e0c70ee49)</Data>
<Data>1121 (0x461)</Data>
</EventData>
</Event> First, got on a DC because the tool I needed was installed there -esentutl.exe. That seems to get installed when you do add the DC role to W2K8. Mapped c: drive on server having the problem as z: On server having the problem box shut down cryptographic service, BITS, Windows Updates. (had to set windows updates to disabled – kept restarting and opening the file) you need to do this to get access to the DB to do anything with it. Executed following command C:\Users\Mighty_Mouse>esentutl /p z:\windows\softwaredistribution\datastore\datastore.edb Extensible Storage Engine Utilities for Microsoft(R) Windows(R) Version 6.0 Copyright (C) Microsoft Corporation. All Rights Reserved. Initiating REPAIR mode... Database: z:\windows\softwaredistribution\datastore\datastore.edb Temp. Database: TEMPREPAIR1264.EDB Checking database integrity. Scanning Status (% complete) 0 10 20 30 40 50 60 70 80 90 100 |----|----|----|----|----|----|----|----|----|----| ................................................... Integrity check successful. Note: It is recommended that you immediately perform a full backup of this database. If you restore a backup made before the repair, the database will be rolled back to the state it was in at the time of that backup. Operation completed successfully in 61.75 seconds. ------ end snip of command window--------
I bolded the odd statement - the problem was likely due to hardware failure - yeah right, my brand new Dell has a hardware problem..... sure...... So we ran diags on it anyway and the Dell DSET utility and no problems found - server reports it is healthy. Latest drivers were installed via the Dell ITA.
On further thought I realized that the DB the error code refers to is a Jet DB and I start thinking about what might get Jet fixed if it had a problem somewhere else..... Hmmmm...... maybe Active Directory for instance.
So I did a bit more poking around the web and found some very helpful info. Found this entry suggesting I needed to use esentutl.exe which on a DC is front ended by ntdsutil http://x220.minasi.com/forum/topic.asp?TOPIC_ID=2820 Found this KB and got the idea to try repairing the JET DB. http://support.microsoft.com/kb/816120
------ begin snip of command window--------
The database was repaired, I ran Windows update again and presto - 38 updates waiting.
So that's what got it fixed. I've found from other people that this problem has actually occurred somewhat regulary and I couldn't find anyone that had a solution so if this helps anyone - you're welcome.
Reply:
------ begin snip of command window--------C:\Users\Mighty_Mouse>esentutl /p z:\windows\softwaredistribution\datastore\datastore.edb
Extensible Storage Engine Utilities for Microsoft(R) Windows(R)
Version 6.0
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating REPAIR mode...
Database: z:\windows\softwaredistribution\datastore\datastore.edb
Temp. Database: TEMPREPAIR1264.EDB
Checking database integrity.
Scanning Status (% complete)
0 10 20 30 40 50 60 70 80 90 100
|----|----|----|----|----|----|----|----|----|----|
...................................................
Integrity check successful.
Note:
It is recommended that you immediately perform a full backup
of this database. If you restore a backup made before the
repair, the database will be rolled back to the state
it was in at the time of that backup.
Operation completed successfully in 61.75 seconds.
------ end snip of command window--------
The database was repaired, I ran Windows update again and presto - 38 updates waiting.
So that's what got it fixed. I've found from other people that this problem has actually occurred somewhat regulary and I couldn't find anyone that had a solution so if this helps anyone - you're welcome.
I'd be inclined to think that the DATASTORE.EDB was corrupted from the original installation image.
Was this a DELL installed instance of the OS; an installed instance from a local image; or was this instance of the OS installed directly from media?
It is an interesting concept, however, to use ESENTUTL on the datastore. I'd never even considered that option, and it may well be a preferable option to the current practice of trashing the entire ~\SoftwareDistribution folder when the datastore becomes corrupted. Of course, that doesn't mean that all instances will be repairable, but it may well be something we need to try before making the decision to trash it outright.
Also, I'd be interested in seeing, in context, the actual log entries containing the subject error codes (0xC80003FA; 0x8024001B). The latter code is usually a VALID indication of a LEGIT activity:
| 0x8024001B | WU_E_SELFUPDATE_IN_PROGRESS | The operation could not be performed because the Windows Update Agent is self-updating. |
However, referring back to the image source -- if somehow a master image got 'captured' while the source of that image was actually in the process of performing a selfupdate, it could easily wreak all sorts of havoc on the subsequent implementations of that 'in progress' image.
Of curiosity, I'd also be interested in knowing what version of the WUA is logged on that machine at the top of the WindowsUpdate.log, and what version is currently installed.
Lawrence Garvin, M.S., MCITP:EA, MCDBA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)
------------------------------------
Reply:
------------------------------------
Reply:
New pc, new hardware, i installed XP fresh, same issue. So not an image problem and no domain to pull tools from. Now what?
First thing you should do is make a NEW POST, rather than add onto a THREE YEAR OLD thread related to an OLD version of WSUS!
And give us full details of your scenario. Don't piggy back on somebody else's details that are (obviously) totally unreleated to your issue -- simply by virtue of the age of the thread and the subsequent releases of the product.
Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
Microsoft MVP - Software Distribution (2005-2012)
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
------------------------------------
Free Event: TechTrax Training Webcast - Windows Server 2012 Top Ten
Windows Server 2012 provides a dynamic, highly available and cost-effective server platform for the modern datacenter and the private cloud, which scales from a few individual servers all the way up to multitenant-aware, multisite environments. With the release of the next milestone of Windows Server 2012 - it has become apparent that this is one of the biggest releases of Windows Server since Windows 2000. That being said - there are so many new things that it can be overwhelming. Join Senior Technology Evangelist, Rick Claus as he walks you through his personal "Top Ten" features / changes to the operating system that will have the biggest impact on your environment. This demo heavy session is guaranteed to get you excited and ready to try them yourself.
Course: Windows Server 2012 Top Ten
Date/Time: May 22 2012, 8:00am – 9am and 6pm - 7pm PDT
Where: LiveMeeting
Cost: FREE!
Target audience: IT Professionals
Registration: http://www.microsofttraining.com/techtrax/session8/
About Sr. Technology Evangelist, Rick Claus
Rick Claus engages with the worldwide Technical Community on behalf of Microsoft. Rick's role is to support platform awareness and skills development through special events targeting the broad community. Technical areas of expertise from his 20+ years of experience in the IT Industry include: core infrastructure services, Virtualization technologies of all kinds, and systems management. Unofficially, Rick is focused on spreading his enthusiasm, passion and excitement on all things technical to anyone who has the time for a coffee (or pint) and a chat (in English or français - naturellement).
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript
- Edited by Mr. Wharty Tuesday, May 15, 2012 1:53 AM
How to get points for Blogs and Galleries(MCC and MVP)
Hi All
My question is if I gave answer to the question it is on Microsoft forum so I get the points straight away. But if I do blog somewhere else how do Microsoft know that I am doing blogging and my blogs/Galleries is quite popular in the community.
Another question in order to get MCC or MVP award do I need to do blogging and answer to the forum question for full one year in order to consider for that
I mean Microsoft award MCC and MVP in the start of every year or it could be any time in the year as well
I think someone might be able to reply this question in more detailed manner
Many thanks
Rone
Reply:
I'd ask them here.
http://social.msdn.microsoft.com/Forums/en-US/Profile/threads
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
------------------------------------
How to get point for Blogs
Hello Everyone
I have a quick question. You know when we answer a question inside forum we get some
point. But there are other type like BLOGS, Galleries and other
How can I get the point for those.
Do I need to have a blog with MSDN to get these points or If I am doing blogs anywhere
else how would it consider here for my points
I will appreciate your answer
Regards
Rone
- Edited by RoneBI Wednesday, May 9, 2012 12:35 AM
Reply:
This one may help.
http://technet.microsoft.com/en-US/ff395928.aspx#_Recognition_System
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
------------------------------------
Reply:
Thanks for your reply. But my question is still there. If I gave answer to the question it is on Microsoft forum so I get the points straight away. But if I do blog somewhere else how do Microsoft know that I am doing blogging and my blogs is quite popular in the community.
I think someone might be able to reply this question in more detailed manner
Many thanks
Rone
------------------------------------
Reply:
Take a look at the table under "How do I earn points?"
Also ask them more here.
http://social.msdn.microsoft.com/Forums/en-US/Profile/threads
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
------------------------------------
WTF is Templates Home???
Word 2010 on 7 Ultimate x64 (non-networked) stand alone system
In every previous version of Word going back to Windows 95 we could create a document template, click File --> Save As -- Document Template and then any time we wanted to create a new document from that template, go to File --> New and there was the template.
But in Word 2010 if you try that syntax you end up looking at a stupid screen that tells you pretty much nothing. It says "Available Templates" and "Home"
Well where is Home? How do I path my File Locations to save a new template such that it will show up there?
How does Microsoft benefit from doing this? Do the engineers in the suicide capital of the world (Redmond) get arousal from instilling pain in users? Or are they trying to wreck the company? Maybe they're moles from a competitor? WTF???
Reply:
The path for templates can be set in File > Options > Advanced > File Locations... (at the bottom) > User templates.
The default location is C:\Users\<username>\AppData\Roaming\Microsoft\Templates.
In File > New, click My Templates to see the templates in the User templates folder.
Regards, Hans Vogelaar
------------------------------------
Reply:
Hans:
Thanks for trying, but that does not work. When I do as you say, there's nothing there but "blank document".
The question is "How do I path my file locations to save a new template such that it will show up under the stupid Home area of the (new) stupid layout?"
Thanks.
------------------------------------
Reply:
Regards, Hans Vogelaar
------------------------------------
Reply:
The path for templates can be set in File > Options > Advanced > File Locations... (at the bottom) > User templates.
The default location is C:\Users\<username>\AppData\Roaming\Microsoft\Templates.
In File > New, click My Templates to see the templates in the User templates folder.
Regards, Hans Vogelaar
Still nothing Hans. I can see the file path. It's the default and it's the same as what you have indicated above.
When I go to File > New > My Templates I see nothing but Blank Document.
- Edited by Daisy Cao Monday, May 14, 2012 2:08 AM inproper words
------------------------------------
Reply:
In the home section, click the icon called Blank document--that icon represents normal.dotm, which when clicked gives you a new document based on normal.dotm.
Pam
------------------------------------
Reply:
Hello,
As Hans suggested, please save your personal templates in C:\Users\<username>\AppData\Roaming\Microsoft\Templates (which is default template file location if you do not change it before in File > Options > Advanced > File Locations... (at the bottom) > User )templates.
Then, when you click File > New > My templates, you also see your personal templates:
I've tested this for you and the new saved template did show in my template window, if you still have problems, maybe you can show us your screen that Hans, Pam and I can be further help:)
Daisy Cao
TechNet Community Support
- Edited by Daisy Cao Monday, May 14, 2012 2:13 AM
------------------------------------
Reply:
------------------------------------
Reply:
Hello,
As Hans suggested, please save your personal templates in C:\Users\<username>\AppData\Roaming\Microsoft\Templates (which is default template file location if you do not change it before in File > Options > Advanced > File Locations... (at the bottom) > User )templates.
Then, when you click File > New > My templates, you also see your personal templates:
I've tested this for you and the new saved template did show in my template window, if you still have problems, maybe you can show us your screen that Hans, Pam and I can be further help:)
Daisy Cao
TechNet Community Support
I checked my File Locations and it's still at the default installation. Problem is, when I save something as a template, it defaults to the stupid Libraries Documents folder so a user is compelled to path through to the "burried deep inside Windows" tempates folder.
I created a new teamplate and saved it in C:\Users\<username>\AppData\Roaming\Microsoft\Templates then closed Word, opened Word, clicked File > New > My Templates and sure enough, there it is.
This begs the questions:
1) How the heck is a user supposed to know to path that deep into this trash?
2) How does Microsoft or anyone benefit from this change from what worked well for decades?
3) What changes should we expect in future versions of Word? I've spent decades of my life becomming proficient with computers. But this is a waste of my life. I will not tolerate it. Let me guess, they're going to start putting all the fonts randomly upside down and backwards to save the seals and butterflies?
- Edited by David Wolters Tuesday, May 15, 2012 2:44 PM If you can't be civil, we'll have you banned.
------------------------------------
Stop Windows Media Player shortcut from being created in the ProgramData folder
Hi,
I am setting up a Kiosk Windows 7 computer, very locked down.
The problem I am having is that when an Administrator account logs in and a new profile is created for that administrator account I am getting a shortcut to the Windows Media Player in the folder "C:\ProgramData\Microsoft\Windows\Start Menu". This is than giving all users including the locked down users access to the Media Player.
How do I stop the creation of new profile from creating this shortcut?
Thanks
Rodney
- Changed type Niki Han Tuesday, May 22, 2012 9:25 AM SCCM related
Reply:
How did you configured Windpows 7 image? Have you used sysprep?
Regards
Milos
------------------------------------
Reply:
How did you configured Windpows 7 image? Have you used sysprep?
Regards
Milos
We deploy with SCCM.
Rodney
------------------------------------
Reply:
IMHO you will reach solution faster in SCCM forum here
http://social.technet.microsoft.com/Forums/en-US/category/configurationmanager
Regards
------------------------------------
Reply:
would this help?
Alsx Verboon www.verboon.info
------------------------------------
HOW TO: Allow Group Administrators to Add/Remove Members to a Group they do not own:
Timothy P Macaulay, MCSD, MCSD.NET, MCAD, MCP
TROUBLESHOOTING: mv-constraint-violation (msExchSafeSenderHash) during GalSync
TROUBLESHOOTING: mv-constraint-violation (msExchSafeSenderHash) during GalSync: http://social.technet.microsoft.com/wiki/contents/articles/10733.troubleshooting-mv-constraint-violation-msexchsafesenderhash-during-galsync.aspx
Timothy P Macaulay, MCSD, MCSD.NET, MCAD, MCP
FIM Installation Companion Documents
In working several installation issues, and some other issues I have found having these installation companion documents to be useful. I hope they are for you as well.
- FIM Installation Companion - Accounts: http://social.technet.microsoft.com/wiki/contents/articles/7222.fim-2010-installation-companion-accounts.aspx
- FIM Installation Companion - ServicePrincipleNames (SPNs): http://social.technet.microsoft.com/wiki/contents/articles/10818.reference-fim-installation-companion-serviceprinciplenames-spns-adding-and-troubleshooting.aspx
- FIM Installation Companion - Hotfix Companion: http://social.technet.microsoft.com/wiki/contents/articles/4625.aspx
Timothy P Macaulay, MCSD, MCSD.NET, MCAD, MCP
why does my browser continue to display that any site i try to go to isnt safe?
then it directs me to this site first but it never opens Qx7aKcg6LICCChMeFGynToxwU%2BwzxONEBVPwZLnXAFw9aCXwtAt%2FN6RuQgyvl2Ffx6Pof6NTzhq1Et5aPyxHfDZuxI6oa2sZhcCoTAV5uxqmGVtERJ4JIh9dhp
jf07I%3D&t=1 how do i fix this?
- Moved by Mike Kinsman Monday, May 14, 2012 8:33 PM off topic (From:TechNet Website Feedback)
Reply:
Ask this question in the Internet Explorer Answers Forum at the following address
http://answers.microsoft.com/en-us/ie
Luigi Bruno - Microsoft Community Contributor 2011 Award
------------------------------------
Reply:
Unfortunately your post is off topic here, in the TechNet Site Feedback forum, because it is not Feedback about the TechNet Website or Subscription.
You may want to try asking your question at http://answers.microsoft.com.
For more information about where to post your question please see this thread: http://social.technet.microsoft.com/Forums/en-US/tnfeedback/thread/24ee65e4-0f35-403c-9bf7-41333cd13cb5
Moving to off topic.
Thanks, Mike
MSDN and TechNet Subscriptions Support
Read the Subscriptions Blog!
------------------------------------
OS deployment through SCCM 2007 R2
Hi,
I'm new to OSD feature, need help in configuring and deploying OS.
Steps I followed.
Installed WDS and configured PXE point in the primary server.
Distributed default boot image that is present in SCCM to the PXE point.
SOE image are distributed to DP's.
created the task sequence
and advert. for the task sequence.
The task is configured is like downolad the content when the task sequence run's
but I'm getting error like "Unable to read task sequence configuration disk"
How to install OS same as software deployment?
Whether PXE server IP should be added as "help address" for this kind of deployment?
Also, whether the PXE server IP should be configured in DHCP scope?
Gopikrishnan.J
Reply:
what are the exact errors you are seeing in SMSTS.log ? here's a post to help you find them:-
Troubleshooting PXE and OSD Deployment problems
Troubleshooting with the help of SMSTS.LOG and F8
and have you checked if you can browse C:\ yet ? if not (new disk) you could try diskparting the disk before starting the task sequence.
Step by Step ConfigMgr 2007 Guides | Step by Step ConfigMgr 2012 Guides | I'm on Twitter > ncbrady
------------------------------------
Reply:
Usually this error message is associated with no network connectivity in WinPE.
Bring up a command prompt in WinPE (press F8)and run IPConfig to confirm if there is network connectivity.
To press F8 you must activate "Enable command support" on your boot image and refresh DP.
My blogs: Henk's blog and Virtuall | Follow Me on: Twitter | View My Profile on: LinkedIn
------------------------------------
Reply:
here is the error log
==============================[ TSBootShell.exe ]============================== TSBootShell 4/17/2012 11:12:39 AM 836 (0x0344)
Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL' TSBootShell 4/17/2012 11:12:39 AM 836 (0x0344)
Debug shell is enabled TSBootShell 4/17/2012 11:12:39 AM 836 (0x0344)
Waiting for PNP initialization... TSBootShell 4/17/2012 11:12:39 AM 896 (0x0380)
Booted from fixed disk TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
!sVolumeID.empty(), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,467) TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
!sTSMDataPath.empty(), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,1395) TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
TS::Utility::GetTSMDataPath(rsPath), HRESULT=80070002 (e:\nts_sms_fre\sms\client\tasksequence\bootshell\configpath.cpp,231) TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
Failed to find the current TS configuration path TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
ConfigPath::FindConfigPath(sConfigPath), HRESULT=80070002 (e:\nts_sms_fre\sms\client\tasksequence\bootshell\bootshell.cpp,550) TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
Failed to find the configuration path.
The system cannot find the file specified. (Error: 80070002; Source: Windows) TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
Execution failed with error 80070002. TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
Finalizing logging from process 832 TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
Finalizing logs to root of first available drive TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
LOGGING: Setting log directory to "F:\SMSTSLog". TSBootShell 4/17/2012 11:12:46 AM 896 (0x0380)
Gopikrishnan.J
------------------------------------
Reply:
------------------------------------
Reply:
Hi Niall I'm yet to check it.
before that I cound found the PXE boot is not getting ip from DHCP. when the command prot was opened I check whether the system got ip or not and no ip is assigned to it
- Edited by krishnan j Friday, April 20, 2012 3:30 AM imcomplete
------------------------------------
Reply:
if the computer doesn't get an IP while PXE booting (and you stated that you opened a command prompt which means winpe downloaded and launched) then you are missing network drivers in your boot wim images for your hardware that you are booting on, have you injected any network drivers into your boot images ?
what hardware are you PXE booting on ?
Step by Step ConfigMgr 2007 Guides | Step by Step ConfigMgr 2012 Guides | I'm on Twitter > ncbrady
------------------------------------
Reply:
I have not injected any drivers and I'm using the default boot image of SCCM. I'm testing it on Laptop
How do we inject the drives.
and more doubt is.. do we need to make any changes in DHCP scope option for this...
- Edited by krishnan j Saturday, April 21, 2012 2:33 PM typo
------------------------------------
Reply:
After doing below changes with the DHCP scope option now the PXE boot is getting the IP address...
66=SCCMservername
67=\\sccmservername\RemoteInstall\SMSBoot\x86\wdsnbp.com
How ever now it's showing new error "PXE-E32: TFTP open timeout".
- Edited by krishnan j Monday, April 23, 2012 5:49 PM
------------------------------------
Reply:
The issue has been resolved now. The issue is due to a 3rd party firewall device wich were causing the communication failure.
But, now the issuue different.
I tried to deploy a imgae to a machine (RAW one) by using computer accosiation/ creating task / advert. But When I try to cleare existing PXE advert the clear PXE advert window was clean.
Gopikrishnan.J
------------------------------------
MS sign in issue for some users.
Hi
I have more than 7000 users on BPOS. Suddenly some users are not able to Sign in Microsoft Sign in application. After Doing some troubleshooting found the certificate coming from BPOS should old expiration date.
Some user fixed with this command - cacls "%appdata%\Microsoft\Crypto\RSA" /t /e /c /g %userdomain%\%username%:F
Client Side Certificate showing expire date- Microsoft Online Services BPOS EMEA CA5 Certificate CA5
Can you please given me details about how this certificate issues by BPOS and why suddenly some users are showing expire certificate date and not able to Sign in.
What is root cause and how to over come this quicky ?
Mangesh
Reply:
Mangesh,
The certificate you are referring to is downloaded by the Sign-in client. If your users can't sign in, it will be expired as they only last for a few days (it is renewed every time the user logs in). You can view the SIC logs for explanation of why the user is failing to log in. The logs are located at:
%USERPROFILE%\AppData\Local\Microsoft\Sign In\logs in Windows 7/Vista.
If this is an ongoing issue (and critical), I would highly recommend contacting BPOS support for a quicker resolution.
Have a great day,
Dan
www.insecurityinc.info
------------------------------------
MSRS 2008 Report Execution Service - Setting Multi-Value Dropdown to '(select all)' from code
Is there a good way to programmatically select all values in a Dropdown Parameter, when you do not know the values available beforehand? In other words, can I programmatically 'select all' in one go, as opposed to having to select each individual option in the dropdown explicitly?
e.g.
ReportExecution.ParameterValue[] msrsParamArray = new ReportExecution.ParameterValue[num]; msrsParamArray[0] = new ReportExecution.ParameterValue { Name = "Blah", Value = "10" }; msrsParamArray[1] = new ReportExecution.ParameterValue{ Name = "Item", Value = "%" }; // attempt to select all as Item is a multivalue dropdown in the code above, the Item value is a dropdown with 1 or more values in it. Let's say I do not know which values Item has... is there a way to simply select all using an approach like this(represented by the '%' in the code above), or must I set all Item values explicitly?
- Edited by dr_venkman Monday, May 14, 2012 6:50 PM more info
#550 5.1.1 RESOLVER.ADR.RecipNotFound - New Exchange 2010 Server Install
Hello all. I have just setup a new Exchange Server, patched it to SP2.
At first it needed to have the ISP open port 25 (they said that there is no reverse lookup as a result so hopefully this is not the issue.) Now I can send emails internally and externally but cannot receive any messages externally. The error is "#550 5.1.1 RESOLVER.ADR.RecipNotFound" so I am scratching my head as to why it is not working.
Right now I am just using the OWA so no Outlook issues yet. Let me know what I need to send to this post to help resolve this issue.
Thanks SAS
Reply:
--- Rich Matheisen MCSE+I, Exchange MVP
------------------------------------
Reply:
Sorry for the long dealy in this.
You were kinda right. It appears the issue was with the MX record. The priority was with the MICROSOFTONLINE and should have been with the internal Exchange server.
Changing the priority of the MX records resolved the issue.
Thanks for your help and sorry for the delay in this.
Cheers SAS
------------------------------------
Unit Testing SharePoint with Moles
Hi I have an issue unit testing SharePoint with moles , my code sample to test below like that:
SPSite site = SPContext.Current.Web.Site; SPSite siteElevated = new SPSite(site.Url); SPWeb webElevated = siteElevated.AllWebs["TestWeb"]; SPUser currentUser = webElevated.CurrentUser; SPGroupCollection groupCollection = currentUser.Groups; String userGroupType = ""; foreach (SPGroup group in groupCollection) ... ...
how can I Mole this structure ?
thanks
Reply:
Hi
You would be able to find a sample or video on step by step process but in essence you install moles and pex and add a test project to you solution - add project reference to main project in test project and in the references - right click and generate moles - something like that
Then in you test cases you wold create the moled objects rather than real ones and any function you want to fake you add a delegate for it.
Regards
Yogesh
------------------------------------
Reply:
Hi Yogesh , I have already done these steps you talked about ,but I got stucked in moling these SharePoint code sample , I tried to run the test code below but I couldn't succeed.
Uri uri = new Uri("http://TestWeb"); List<SPGroup> groups = new List<SPGroup>(); List<SPWeb> webs = new List<SPWeb>(); groups.Add(new MSPGroup() { NameGet = () => "TestGroup" }); MSPGroupCollection grps = new MSPGroupCollection() { CountGet = () => groups.Count }.Bind(groups); webs.Add(new MSPWeb() { NameGet = () => "TestWeb", CurrentUserGet = () => new MSPUser() { GroupsGet = () => grps } }); MSPWebCollection webCollection = new MSPWebCollection(){CountGet = () => webs.Count}.Bind(webs); MSPContext.CurrentGet = () => new MSPContext() { WebGet = () => new MSPWeb() { SiteGet = () => new MSPSite() { //AllWebsGet = () => webCollection UrlGet = () => uri.ToString() } //CurrentUserGet = () => new MSPUser() //{ // //NameGet = () => "Unit test user", // GroupsGet = () => grps //} } }; MSPSite fakeSite = new MSPSite() { UrlGet = () => uri.ToString(), AllWebsGet = () => webCollection }; it gives site url not found exception .
regards
serhan
------------------------------------
Reply:
Hello!
Look at this document.
My contributions: SharePoint 2010 Solution Installer
SharePoint How-To: Create WebPart Page programmatically
------------------------------------
Reply:
hi , I have already read your reference before ,too but I couldn't find out the solution .
thanks
------------------------------------
PowerPoint 2003: click in table selects some columns and rows
Hi,
we have a strange problem: if I click in a table either the whole table or just some rows and columns are selected. So I have to move the cursor or click onto another cell to remove the selection. Usually on my computer the selection is three by two cells, i.e. if I click in cell 5, 7 then the cells 3, 6 to 5, 7 are selected.
I have checked this problem on three computers, it is always the same behaviour.
This problem appears also on a fresh installation of PowerPoint 2003 SP3 and all patches, the Windows client is Windows 7 Enterprise 32bit.
On a fourth computer with Windows XP SP3 I do not have this problem. Also this problem does not appear if I use UltraVNC and control the Windows 7 client (either if the mouse click into the table is done form the remote controlled user or me).
Any ideas?
Best regards, Nils.
Edit: modyfing a cell does not destroy the whole selected cell, but the first, which is usually not the cell in which I've clicked.
Edit2: I've found a tipp in the internet: properties of the powerpnt.exe => Compatibility => Disable desktop composition
=> this solves the problem, even if it disables the aero effects...
- Changed type Sally Tang Friday, July 16, 2010 9:26 AM
Reply:
Hi,
It seems that you have found the solution to this issue. Thank you for your time and effort.
Best Regards,
Sally Tang
------------------------------------
Reply:
Hi Sally,
this is currently a workaround. A fix from Microsoft, which allows to have the aero desktop active, would be better. :-)
Best regards,
Nils.
------------------------------------
Reply:
------------------------------------
Reply:
Wow, this dates back to Feb last year, and it is still a problem. Thank you for posting the work-around. I do a lot of PPT manipulation, and this was driving me nuts!
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Share point workspace & Designer platform offline access for plans P1, E1, E2 and K
- Moved by Amanda B [MSFT] Tuesday, May 15, 2012 12:26 AM (From:Microsoft Online Services Customer Portal)
Windows 7 Pro - net view randomly gives error
Please advice anyone - I am lost...
I use a Cisco E4200 as router/GW for my LAN/WiFi clients, and have PCs and NAS (WD Live Books) devices connected to LAN - and Laptops, Blackberrys and Playbook(Samba) connected to WiFi. There are NO firewall on the E4200.
After a fresh start of all devices - things work as they should.
a "net view" on my Windows computer shows all devices that I should see.
In Windows Explorer, under Network, it correctly lists all the "computer" devices on the top, then Media Devices, Router and storage devices.
Then - after anything from a few minutes - to hours - sometimes a day - devices starts dissapearing from the top of that list - They dissapear from "Computers" but are still listed under Storage or Media,..
AND - I can always ping all devices, I can connect to them with UNC path etc.. so connectivity is there...
When devices starts dissapearing from the "Computers" section,
I am unable to do a "Net View" from my Windows computer, only getting the error:
"System error 6118 has occurred. The list of servers for this workgroup is not currently available..."
but - still "net view \\hostname" will list all shares on that computer...
A reboot of the Windows computer does not help, same problem..
The Only way to normalize the situation again, is to cycle power on the E4200 router.
and things are "normal" again - until it happens again - after 3-4 minutes - or hours...
I have spoken to Cisco about it, and they say that since I can still connect to all devices on the LAN, and NO firewall on the router is On, No Port blocking - No firewall at all - that it cannot be the Router - but must be a Windows problem...
I have met the wall here... I would have thought that - since a reboot of Windows computer does not help, a reboot of router does not help - but a full Power cycle of the router Works.. that it should be a router issue...
But - I have sometimes managed to "fix" by doing a full reset of TCP stack on the Windows, rebooting and setting IP again...
It almost seems as if Windows is filling up some internal cache/routing tables inside the Router, filling it up with problems...
Things are working without the Network Browser able to populate the Computers on the Network table, but - it is irritating not being able to see all the network connected computers when I need it.
I have tried most things - including disabling Windows own firewall - but - same result..
I have change workgroup name on all devices - same result
I don't have any Homegroup defined..
TCP/IP v6 is disabled
Only one network adapter enabled
Static IP configured
MTU on router set to 1365
and WHAT can cause the "net view" to suddenly stop?
and WHY is it "fixed" only after I power cycle the router?
Please jump in anyone, any suggestions are welcome... I want to have this fixed...
- Edited by Lindstrom Monday, May 14, 2012 3:57 PM
No comments:
Post a Comment