Windows 8 Availability
Dear Forum,
can anyone tell me why it is after the big press launch of Windows 8 11 days ago, I'm still not able to get a copy of Windows 8 ?
I placed my order on the 26th and I'm still waiting for it... Knowing when it would be launched for some time, why has microsoft decided to not make it available to download ?
Especially to technet members ?
- Changed type Niki Han Thursday, November 15, 2012 6:24 AM
Reply:
"A programmer is just a tool which converts caffeine into code"
------------------------------------
IP change process in FPE 2010
Hi,
I am going to install FPE 2010 on exhange 2010 as a edge server. In future if i change the IP address of the Edge server does it create any issue in FPE.
Do i need to follow any instruction or process to change the edge server IP after FPE installation.
Reply:
Hi,
changing the IP-address of the server doesn't affect FPE. After changing the IP address you should check the send and receive connectors of all your servers if there is the old IP address listed.
Greetings
Christian
Christian Groebner MVP Forefront
------------------------------------
Reply:
I really appreciated your quick response on this.
Please let me know one thing i have download the evaluation setup file from Microsoft site and i have the license keys as well with me. So i need to download license software or i can upgrade the License during evaluation setup.
Regards
Govind
------------------------------------
Reply:
Hi,
you can download the latest evaluation build (RU4 for FPE 2010) from the public website. After downloading and installing it you can enter a product key and make it a full version.
How to enter the license information:
http://technet.microsoft.com/en-us/library/ee358857.aspx
Greetings
Christian
Christian Groebner MVP Forefront
------------------------------------
Reply:
Hi Christian,
I have successfully installed the FPE and activated as well. Please let me know is this the updated version or do i need to install some other service pack or hotfix.
The current verison is 11.0.6.677.0
------------------------------------
Reply:
Hi,
your version is outdated and looks like RTM to me.
You can download the latest rollup here:
http://support.microsoft.com/kb/2619883
The following website shows you the latest build numbers:
http://technet.microsoft.com/en-us/forefront/ff899332.aspx
Greetings
Christian
Christian Groebner MVP Forefront
------------------------------------
Reply:
Hi,
I have downlaoded the hotfix and when i run the hotfix it first extract and gives me a option for Microsoft self extractor. Here it gives "This Self-extracting zip file is a part of multidisk zip file. Please insert the last disk of set.
How i can pass this option. Please suggest.
------------------------------------
Reply:
Hi,
the downloaded file is a compressed executable. Just execute it and extract the files into a directory. After that run the setup inside this direcorty.
Don't use any tools like Winzip or 7Zip to extract the file, just run the exe.
Greetings
Christian
Christian Groebner MVP Forefront
------------------------------------
vssadmin conflict with StorNext volumes, TrueCrypt volumes, others?
Behavior is consistent truecrypt mounts previously reported.
Ran:
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
Net start vss
Net start swprv
with no change in behavior.
error
- Changed type Nicholas Li Thursday, November 15, 2012 9:00 AM
- Moved by David Wolters Tuesday, May 21, 2013 8:03 PM Moving to a more appropriate forum
Reply:
Where do you get this error?
Please provide more details:
Suggestions for asking a question on help forums
http://support.microsoft.com/kb/555375
"A programmer is just a tool which converts caffeine into code"
------------------------------------
Issue with the Staging Batch processing in MDS2012
Issue with the MDS staging process sequencing.
Issue:
Lets assume that i have inserted a record in the LEAF table of an entity with a particular batchtag "Entity_06112012", next day when i insert new records with batchtag "Entity_07112012" (without the previous batch "Entity_06112012" being executed). Then in this case, after inserting the batch "Entity_07112012":
1. if we try to process batch "Entity_06112012" - SUCCESS (the batch gets processed and the batchid is generated in the table mdm.tblstgBatch)
2. If i try to process the batch "Entity_07112012", Neither the BatchID doesnt get updated in the LEAF table nor the Batch is getting added to the table mdm.tblstgBatch. This causes issues with any batched getting added in future to this particular entity.
Findings:
Before Inserting records into the LEAF table for a new batch, we need to make sure that the previous batches are processed.
1. Validation is not mandatory to happen.
2. Previous batch can have issues with few members. (All members with Error_Code = 0 is not required ).
- Edited by SwapnilKothari Tuesday, November 6, 2012 2:10 PM more details.
- Changed type Ed Price - MSFTMicrosoft employee Monday, January 19, 2015 7:39 AM
CD/DVD player will not play after upgrading from Windows Vista to Windows 7
I just did a clean install with Windows 7 from Windows Vista and now my CD/DVD is not recognied.
I have an HP Compaq Presario F756NR laptop and HP does not have any updates and when I wen to the website, it said I have the latest driver.
Any help would be much appreciated!
Thank you.
- Changed type Kim Zhou Monday, November 12, 2012 4:04 AM
Reply:
Hi rck214!
If you open the device manager, do you have any devices that are not installed?
(Start -> Right click computer -> Manage) In the area to the left, you will find the device manager.
Did you install Windows from a DVD, USB or PXE?
It could be that there are some drivers missing...
Best regards
Andreas Molin
------------------------------------
Reply:
Hello Andreas:
On the device manager all things look right... it shows the disk drives as "working properly"
I did the clean install off a CD.
I checked with HP again and they have nothing for my computer.
Thank you!
------------------------------------
Reply:
Hi!
If you try to remove the device from the device manager, right click on it and choose delete, and then try to scan for hardware changes (Right click on the computername in the device manager).
Does the computer find the device again? This will also verify if you have the correct drivers on your system.
Best regards
Andreas Molin
------------------------------------
Reply:
Hello:
It does find the CD/DVD player again but there are still problems....I guess I have to cave and take it in.
Thank you for all your help!
Cathy
------------------------------------
Reply:
What exactly happens when you try to play a DVD or CD? Do you get an error message, or is it that the dvd/cd can't be played?
//Andreas
------------------------------------
Sql Query
Hi
select name from emp
o/p :
abc111
ok but i want only abc
output i dnt want numeric
how to get ?
Thanks
Ram Gopal
Reply:
U can try some thing as belwo
Select Substring('abc11',1,Patindex('%[0-9^]%','abc11')-1)
Please have look on the comment
------------------------------------
Reply:
For 1value is ok if i am passing more values
means can i pass column name instead of passing values
if more values is there in that column
abc11
abc111
abc1111
now how to get only
abc
abc
abc
Thanks
Ram Gopal
------------------------------------
Reply:
------------------------------------
Reply:
Please have look on the comment
------------------------------------
Reply:
i am trying this format not getting output
column name is name
Table Name is dbo.vas
Select Substring('name',1,Patindex('%[0-9^]%','name')-1) from dbo.vas
------------------------------------
Reply:
It would be a bit helpful if you at least mention what's not working. My crystall ball is in the shop for repairs, so I need you to tell me what's going on.
Sample input, the output you get now and the output that you would like to have.
MCSA SQL Server 2012 - Please mark posts as answered where appropriate.
- Edited by Koen VerbeeckMVP Monday, November 5, 2012 1:04 PM
------------------------------------
Reply:
if i am single value
Select Substring('name11',1,Patindex('%[0-9^]%','name11')-1)
it is working and i am getting output as name
ok
if i want to pass more in 1query how to write that query?
means i will create 1table under 1 column & i will store all values in 1column
so instead of passing 1value can i pass column
values:
abc11
abc111
111abc
output should be
abc
abc
abc
Thanks
Ram
- Edited by Ram Gopal K Monday, November 5, 2012 1:10 PM
------------------------------------
Reply:
Ram Gopal,
The suggestions Santhosh and Koen are correct. It seems you are putting single-quote around your column name so getting 'Invalid length parameter passed to the substring function.' error.
Remove the single-quotes and it should work fine -
declare @t table (name varchar(10)) insert into @t(name) values ('abc11'), ('abc111'), ('111abc') select * from @t select Substring(name,1,Patindex('%[0-9^]%', name)-1) as nameChars from @t Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers.
Thanks!
Aalam | Blog (http://aalamrangi.wordpress.com)
------------------------------------
Reply:
Hi Aalam rangi
select Substring(name,1,Patindex('%[0-9^]%', name)-1) as nameChars from @t
Above statement is working only abc11 and abc111 values
that statement is not working for this value 111abc
Thanks
Ram
------------------------------------
Reply:
CREATE FUNCTION dbo.CleanNumeric (@string NVARCHAR(100))
RETURNS NVARCHAR(100)
BEGIN
RETURN
(SELECT CAST(
(SELECT CASE
WHEN SUBSTRING(@string, n, 1) LIKE '[A-Z]'
THEN SUBSTRING(@string, n, 1)
ELSE ''
END
FROM (SELECT number
FROM master..spt_values
WHERE type = 'P'
AND number BETWEEN 1 AND 100) AS Nums(n)
WHERE n <= LEN(@string)
FOR XML PATH('')) AS NVARCHAR(100)));
END
GO
SELECT dbo.CleanNumeric (col) FROM tbl
Best Regards,Uri Dimant SQL Server MVP, http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Blog: Large scale of database and data cleansing
MS SQL Consultants: Improves MS SQL Database Performance
------------------------------------
SCOM
Hi All,
We have an existing sql server 2008 enterprise and we want to degrade it to standard.
What all things has to be considered for this activity.
Regards, Mike ||Persistent Work Triumphs||
- Changed type Nicholas Li Monday, November 19, 2012 10:44 AM
Reply:
If I understand this correctly you would like to degrade the SQL server(s) where your SCOM dbases reside on?
Follow this procedure to safely move the dbase:
Note: Even when it's the same server this could best be considered a move.
If the Datawarehouse db also has to move check this:
http://scug.be/dieter/2011/04/13/scom-moving-the-opsdb-datawarehouse-to-another-drive/
Last but not least: Backup!
Make sure that your server meets the collation type requirements mentioned here:
2007: http://technet.microsoft.com/en-us/library/bb309428.aspx
If you need more assistance please do not hesitate to reply.
It's doing common things uncommonly well that brings succes.
------------------------------------
Reply:
Hi Mike
I'd probably suggest posting on the SQL forums first with the question about "how to downgrade SQL from Enterprise to Standard"?
Moving SCOM databases is thoroughly documented:
http://technet.microsoft.com/en-us/library/cc540384.aspx
http://technet.microsoft.com/en-us/library/cc540368.aspx
http://technet.microsoft.com/en-us/library/cc540369.aspx
And Kevin Holman has more details:
Cheers
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
Regards, Mike ||Persistent Work Triumphs||
- Edited by Mike-Persistent Work Triumphs Monday, November 5, 2012 8:39 AM
------------------------------------
Reply:
The SCOM perspective is covered in the links:
Moving SCOM databases is thoroughly documented:
http://technet.microsoft.com/en-us/library/cc540384.aspx
http://technet.microsoft.com/en-us/library/cc540368.aspx
http://technet.microsoft.com/en-us/library/cc540369.aspx
And Kevin Holman has more details:
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
Hi All,
Also would scom server needs to be reinstalled after sql downgrade.
Regards, Mike ||Persistent Work Triumphs||
------------------------------------
Reply:
Hi
First off, I would not recommend an in-place downgrade of SQL (not even sure that SQL supports this which is why I suggest asking on the SQL forums). If something went wrong then you'd lose the SQL server and be in a situation of having to recover a corrupt system from backups. Something I try and avoid.
If you follow the official documentation then you'll install SQL Std on a new set of servers and look to migrate the databases. At the very least the new SQL box should have the same version, service pack and cumulative SQL update as the existing. If you then follow the documentation to copy (rather than move) the databases to the new SQL box then if anything doesn't work then you can always switch back to the existing SQL Servers.
The settings you need to change on the SCOM management servers and reporting are listed in the documentation. I prefer Kevin Holmans documentation but Dieter has provided others which are equally as valid.
Cheers
Graham
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
So i believe there is no need to reinstall my scom server?
I am going to do the fresh installation of sql server 2008 standard.
Regards, Mike ||Persistent Work Triumphs||
------------------------------------
Reply:
Also graham if you could help me with kevin holman docs the docs provided by deiter few of them its not opening.
thanks.
Regards, Mike ||Persistent Work Triumphs||
------------------------------------
Reply:
It depends what you mean by SCOM Server - it means different things to different people.
But I can confirm there is no need to reinstall any SCOM Management Servers or Gateway Servers or consoles. You can edit existing registry settings to point the Management Servers to the new SQL Servers and to point SQL Reporting Services to the new SQL reporting services instance.
All the documentation links are for SCOM 2007 R2. If you are using SCOM 2012 then the documentation is here:
http://technet.microsoft.com/en-us/library/hh456421.aspx
Cheers
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
It looks like the Belgium user group site is down for the moment. If you try again later then it should be back online. Kevin Holman walks through the process in detail so there isn't much to add.
I'd suggest documentating the current environment and settings in detail including all the reporting settings, SQL Server settings (including logins to the master database and their associated database permissions) and any customised reports (which, depending on how they have been created might need to be moved as well). Then copy and paste one of the walkthroughs (either Kevin Holman or one from SCUG.be) into a design document which you then tailor it specifically your settings.
Cheers
Graham
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
I solved the issue with the Belgium user group site thanks for pointing this out.
I agree with Graham that your best bet is to create a new sql server and move your dbases there.
It's doing common things uncommonly well that brings succes.
------------------------------------
Reply:
Sorry if you mentioned this already, but out of curiosity - why do you want to downgrade from Enterprise to Standard? There are some advantages to Enterprise, especially for larger environments. If you have a relatively small environment (under 500-1000 agents) and you do not need to take advantage of more than 4 cores on the server or better optimization of Enterprise, then Standard should be fine for you.
Otherwise, the advice already given here should get you going.
Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)
------------------------------------
Reply:
The biggest factor is cost.
Std = Free (if dedicated to System Center).
Enterprise is going to be $x0,000.
Agree that size of deployment will be a consideration - the original poster should be able to confirm.
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)
------------------------------------
Reply:
Hi All,
I have uninstalled sql server enterprise edition and now trying to install sql standard 2008.
so i need to uninstall reporting feature or do i straight away go ahead and install sql standard 2008.
Regards, Mike ||Persistent Work Triumphs||
------------------------------------
Reply:
Hi
Not sure why you have uninstalled SQL Enterprise - my suggestion (above) was - "If you follow the official documentation then you'll install SQL Std on a new set of servers and look to migrate the databases. At the very least the new SQL box should have the same version, service pack and cumulative SQL update as the existing. If you then follow the documentation to copy (rather than move) the databases to the new SQL box then if anything doesn't work then you can always switch back to the existing SQL Servers."
Does this mean you no longer have a SCOM SQL Server??
You'll need all SQL components to be on Standard but I'd not uninstall anything. Build a new set of SQL Servers and use the documentation to get a working copy of the databases across to the new SQL servers. Then switch the Management Servers to use this new SQL Server. If there are any issues then you can simply switch the management servers back to the original SQL Server and reconsider.
Regards
Graham
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
------------------------------------
Reply:
Hi graham,
Thanks for your reply.
The reason being shortage of servers.Also there is one query.
We have an existing scom server with sql server 2008 enterprise and we also need to uninstall it and configure sql standard.
It is currently only acting us as our reporting server,but we also need to uninstall it completely and get to sql standard.
so should we perform typical installation of sql and would this affect my scom reporting.
1.Would i have to uninstall scom reporting for doing this and goahead with sql installation.
2.Would direct installation of sql on current scom infrastructure create reporting feature mess.
Regards, Mike ||Persistent Work Triumphs||
------------------------------------
FIM-TROUBLESHOOTING: Attempted to perform an unauthorized operation:
FIM-TROUBLESHOOTING: Attempted to perform an unauthorized operation:
http://social.technet.microsoft.com/wiki/contents/articles/14307.fim-troubleshooting-attempted-to-perform-an-unauthorized-operation.aspx
Tim Macaulay Security Identity Support Team Support Escalation Engineer
For pxe errors , I checked GUID and MAC ID i cheked in smspxe.log other than this Which id's we check
Help Me
For pxe Boot errors , I checked GUID and MAC ID i cheked in smspxe.log , these aree not available other than this Which id's we check
Reply:
Hi,
What error are you getting?
regards,
Jörgen
-- My System Center blog ccmexec.com -- Twitter @ccmexec
------------------------------------
how to create fact and Dimension table in SSIS when loading data
Hi All,
In Source i have some Excel files there
i am loading Excel to DB
but i need to Fact and Dimension Tables.
please can explain full with example
i am waiting u r replay
thanks
Reply:
This question is way too broad to be answered in a forum.
Basically you are asking how to do the ETL process from A to Z.
I suggest you read up first, with books like the following:
- Kimball Data Warehouse Toolkit
- Knight's 24-Hour Trainer: Microsoft SQL Server 2008 Integration Services
- Microsoft SQL Server 2008 Integration Services: Problem, Design, Solution
Once you've read those and understand the basic outlines of ETL, I'll be glad to answer more specific questions.
MCSA SQL Server 2012 - Please mark posts as answered where appropriate.
- Edited by Koen VerbeeckMVP Tuesday, November 6, 2012 11:40 AM
------------------------------------
Error "Item was not added" when creating Site collection from SiteDefinition
Hello,
im trying o create a new site collection from custon siteDefintion, but this error is occured
Item was not added
in log file i got this
The element of type 'Module' for feature 'IPFSSiteFeatures' (id: c88c4ff1-dbf5-4649-ad9f-c6c426ebcbf5) threw an exception during activation: Item was not added.
thanks for your help
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
Onet.xml and WebTemp.xml.
------------------------------------
SQL Server Security Auditing Purpose
Reply:
Best Regards,Uri Dimant SQL Server MVP, http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Blog: Large scale of database and data cleansing
MS SQL Consultants: Improves MS SQL Database Performance
------------------------------------
Reply:
------------------------------------
Windows 8 Pro
- Changed type Niki Han Thursday, November 15, 2012 6:20 AM
Reply:
------------------------------------
will this solve my problem
- Changed type Kim Zhou Thursday, November 15, 2012 2:49 AM
Reply:
------------------------------------
Help
Dear Sir,
I have puchased a Acer Veriton M200 Desktop with Windows 7 Home Basic. It was running fine. Suddenly programs in "all programe" are not available. I have taken backup all files & folder in D: drive. Today I have formatted C: with windows 7 Ultimate. After formatting C: drive, Sub-folders of D: drive are not opening, when I try to access these sub-folders then a error message is showing "You don't currently have permission to this folder". My all important files are there. Please how do access my sub-folders of D: drive. Sir, cordially requesting you, solve my problem. All important documents are in that Drive. Folders also opening, but sub-folders are not opening.
Thanks
Saktidip
- Changed type Kim Zhou Tuesday, November 6, 2012 8:13 AM
Reply:
Hi,
I noticed that you have another thread mentioned the same problem. Please do not create the duplicate cases.
Kim Zhou
TechNet Community Support
------------------------------------
Project Professional 2010 cannot be activated
Hi,
I have downloaded a copy of Microsoft Project Professional 2010 from technet. I then went to buy a product key, but the setup says" This is not a valid Office 2010 Product Key". When I kept trying, the message repeats. After 2 days, when I tried again, the message repeats? Any help?
Puzzlemaple
Reply:
Hi,
so you purchased ProjectPro, did you download the retail version or are you trying to convert your Technet trial into a licensed installation?
Which method are you using to enter/install your purchased ProjectPro product key?
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)
------------------------------------
365
- Changed type Jeremy_Wu Friday, November 9, 2012 5:18 AM
Reply:
We can do much here (at least my colleagues) but no miracles. That is why we need some more information.
Try safe mode and disable add-ons.
Look into Event logs for more troubleshooting information.
IMHO your question is closer to Microsoft Office forum.
Rgds
Milos
------------------------------------
Reply:
Hi,
Add to Milos, the URL of Microsoft Office 365 forum is
http://community.office365.com/en-us/forums/default.aspx
Thanks.
Jeremy Wu
TechNet Community Support
------------------------------------
Set up wrong primary email address widows 8
When i installed windows eight I accidentally entered an invalid email address. I cannot get the email that microsft is trying to send me. I see where it says I can update the email address but when I click on update address it takes ne to a screen where i can change password but not change email address.
What can i do
- Changed type Nicholas Li Thursday, November 15, 2012 9:33 AM
Reply:
Hi,
Please contact Microsoft Support for help:
Microsoft Support
Thanks.Nicholas Li
TechNet Community Support
------------------------------------
Cannot make 32 bit iso
I have purchased 3 copies of Windows 8 Pro upgrade. The 64 bit "upgrade tool" lets me create an ISO to burn to a DVD. Two times I have paid for the 32 bit install, and after taking my money, it takes a couple hours to download, but never gives me the option to create an ISO. This only happened with the 32 bit version. I need to burn the ISO, because I am installing on a different computer that does not have access to broadband.
Thank-you.
- Changed type Nicholas Li Thursday, November 15, 2012 9:34 AM
- Changed type Nicholas Li Thursday, November 15, 2012 9:34 AM
Reply:
------------------------------------
Reply:
Hi,
I would like to suggest you contact Microsoft Support for help:
Microsoft Support
Thanks.Nicholas Li
TechNet Community Support
------------------------------------
No comments:
Post a Comment