Adding New measures to an Existing Cube
Hi All,
Currently we have an existing sales cube developed by a different team.We are unaware of the measures,dimensions and calculated measures in the existing cube.When we are trying to add new measures to the existing sales cube we are getting the following error :
"Errors in the OLAP storage engine: The metadata for the statically linked measure group, with the name of 'SalesActual', cannot be verified against the source object."
The sales actual cube is added as a linked object in the existing sales cube.In order to update (add) new measure into the sales actual cube we have deleted the existing linked object in the sales cube and tried to save the cube.But unfortunately it is still throwing the error.We have tried this on another cube that we have at our end and we are able to successfully make changes to it.However we are not able to make changes to this particular cube.
We do not have idea reg the existing cube dimensions,measures and calculate measure details so we are not able to create it from scratch also.Only thing left for us is to make changes to the existing cube.
So can you please let us kow what needs to be done reg this.
Regards,vamsi.
need help with CFG to display recipient e-mail addresses (instead of contact names) in Outlook
At least one other person seems to be looking for the same thing...
unfortunately when I try to reply to see if he ever figured it out, the page gives an error.
I found (& this site suggested) some similar threads, but none of them really answer my question & are more for Exchange server which I'm not using (just connecting to a bunch of mailboxes with IMAP).
I have been able to do this for the "To" address, I installed the Neostorm CFG in Outlook 2010 & it works fine - it now gives the option of "From E-mail Address" in the Field Chooser. (I put the CFG below with my edits if anyone is interested.)
(Incidently, *WHY* does Microsoft not just include addresses in the fields list by default? Is it so hard to imagine that people might want to view actual e-mail addresses? This kind of thinking is something Apple might do! DOH!)
In any case I am now looking to display the *recipient* e-mail address(es). I would think that although this isn't as simple, being there can be multiple recipients as opposed to one sender, there should still be some way to get Outlook to display a comma-delimited list of recipients emails, ie
address1@domain1.com, address2@domain2.com, etc.
(the order of the addresses is not important). I just want to see the physical addresses each message has been sent to.
If anyone has had any luck creating a CFG to get Outlook to display the recipient address, do tell.
The other option I'm looking at would be to write a VBA script to loop through each individual message and for each, build a custom string field by looping through the Outlook.MailItem's Recipients and appending each Address (yuck). But the CFG worked so well though for the "to" address, I would much prefer that!
Much appreciated
PS here is my anal-retentively commented CFG... maybe it will help someone
; Script to display sender's e-mail address in Microsoft Outlook ; (tested in Outlook 2010, should work for other versions?) ; ; Save this text as "Email.cfg" ; and follow the installation instructions below. ; ; ----------------------------------------------------------------------------- ; ; History ; 1. Script originally created by SlipStick Systems ; 2. Posted (modified?) with instructions by Beaner at http://superuser.com/questions/112674/outlook-shows-the-name-associated-with-the-email-address-in-the-from-and-to-fiel ; 3. Modified (mostly comments) by Softintheheadware ; ; ----------------------------------------------------------------------------- ; CHANGE LOG ; WHEN WHO WHAT ; -------------------- -------------------- -------------------- ; ??/??/???? ??? ??:?? SlipStick Systems created original CFG ; 02/25/2010 Thu 21:54 Beaner posted CFG (modified?) along with installation instructions ; 06/28/2012 Thu 19:00 Softintheheadware edited instructions & added as comments to script, modified path to .ICO files ; ; ----------------------------------------------------------------------------- ; ; To install the cfg file: ; 1. Go to Tools > Options > Other > Advanced Options > Custom Forms ; > Manage Forms ; 2. Click the Install button. ; Choose the.CFG file and install it into your Personal Forms Library ; 3. Click OK and return to the main Outlook screen ; 4. Right-click on the Column row in your Inbox (or other any other folder) ; and choose "Field Chooser" ; 5. Scroll down and choose "Forms" ; 6. Select Personal Forms, choose the Sender Email Address you added, ; then click Add ; 7. Add the field to your column headings to see the values. ; ; ----------------------------------------------------------------------------- ; NOTES: ; Does anyone know what values to put (MessageClass, CLSID, Properties, ; Type, NmidInteger, NmidPropset, Value, etc.) to get it to display the ; recipient's e-mail addresses instead of the sender? I would guess that ; this isn't as simple because there can be multiple recipients whereas ; there is only one sender. For my purposes just displaying a comma-delimited ; list of recipients emails, ie "address1@domain1.com, address2@domain2.com, etc." ; would be fine, I just want to see who it was sent to. ; ; ----------------------------------------------------------------------------- ; BEGIN OUTLOOK CFG [Description] MessageClass=IPM.Note.FromEmailAddress ; ; Not sure what this CLSID is or where it comes from? CLSID={00020D31-0000-0000-C000-000000000046} ; DisplayName=Sender Email Address Category=Standard Subcategory=Form Comment=This forms allows the Senders E-mail address to be viewed as a column ; ; Got an error from the ICO files not being found, ; searched on my computer and edited the lines ; to include the full path which worked: ;LargeIcon=IPML.ico ;SmallIcon=IPMS.ico LargeIcon=C:\Program Files (x86)\Microsoft Office\Office14\FORMS\1033\IPML.ICO SmallIcon=C:\Program Files (x86)\Microsoft Office\Office14\FORMS\1033\IPMS.ICO ; ; Updated the version # (1.0 = original by SlipStik, 2.0 = Beaner, 3.0 = current) Version=3.0 ;(Version 3.0 = Softintheheadware) ;(Version 2.0 = Beaner) ;(Version 1.0 = SlipStik) ; Locale=enu Hidden=1 ; ;NOT SURE IF INSTALLING A CFG THAT NAMES SOMEONE AS OWNER INTO MY OUTLOOK ;WOULD ENABLE THEM TO SOMEHOW ACCESS MY COMPUTER (JUST ME BEING PARANOID) ;SO I PUT MY OWN INFO HERE JUST IN CASE (NOT THAT A HACKER CAN'T ;GET INTO YOUR PC IF THEY REALLY WANT TO LOL): Owner=myusername Contact=myemail@mydomain.com ; ;ORIGINAL OWNER/CONTACT: ;Owner=Neostorm Systems ;Contact=Neo ; [Platforms] Platform1=Win16 Platform2=NTx86 Platform9=Win95 [Platform.Win16] CPU=ix86 OSVersion=Win3.1 [Platform.NTx86] CPU=ix86 OSVersion=WinNT3.5 [Platform.Win95] CPU=ix86 OSVersion=Win95 [Properties] Property01=FromEmailAddress [Property.FromEmailAddress] ; ; WHAT ARE THESE? CAN SOMEONE DOCUMENT ENUMERATION VALUES OR PROVIDE A LINK? Type=30 NmidInteger=0xc1f ; DisplayName=From E-mail Address ; [Verbs] Verb1=1 [Verb.1] DisplayName=&Open Code=0 Flags=0 Attribs=2 [Extensions] Extensions1=1 [Extension.1] ; ; WHAT ARE THESE? CAN SOMEONE DOCUMENT ENUMERATION VALUES OR PROVIDE A LINK? Type=30 ; ; Not sure where this code (GUID?) comes from, if you want to make a CFG ; to display the recipient's e-mail instead, do you need a different one? NmidPropset={00020D0C-0000-0000-C000-000000000046} NmidInteger=1 Value=1000000000000000 ; ; END OUTLOOK CFG - Edited by softintheheadware Thursday, June 28, 2012 11:29 PM more anal retentive cleanup, seems the Web editor mangled my code listing + fixed some other mistakes
- Changed type Rex Zhang Tuesday, July 3, 2012 1:32 AM OP share knowledge.
Reply:
------------------------------------
Reply:
hi,
thanks for a very useful post. I came across the "the form cannot be installed ipms.ico" problem
i am using Microsoft Office 2007, i had to place QTNE.cfg in this folder instead:
C:\Program Files (x86)\Microsoft Office\Office12\FORMS\1033
------------------------------------
[Forum FAQ]Microsoft account sync settings in Windows 10 Technical Preview
Summary
Since Windows 8, Microsoft has introduced Microsoft Accounts. When you sign in to your PC or device with a Microsoft account, you can check email anytime, get Apps from the Windows Store, and keep all your favorite stuff—devices, photos, friends, games, settings, music, and so on—up to date and in sync.
From the release of Windows 10 Technical Preview, many users have upgraded to this new OS. You may would like to keep the personalization settings, such as Desktop, Themes, Start screen, Tiles and so on. It is smart to achieve this with the help of Microsoft accounts.
Solution
This article describes how to implement synchronization settings with the help of Microsoft accounts by an example. Note: The previous OS has connected to a Microsoft account and has been configured related sync settings.
Example: In Windows 8.1, the layout of Start screen is shown as below, two extra icons have been pinned to the Start screen: Facebook which is needed to be installed manually and Control Panel which is a built-in item by design.

Note: Start menu is been used by default in Windows 10 Technical Preview, if you want to switch to Start screen, please right click Taskbar\Properties\Start Menu, which is as shown below, uncheck the option Use the Start menu instead of the Start screen, then sign out and sign back.

Steps
- Press Windows Logo +C, click Settings\Change PC Settings\OneDrive\Sync settings, and then turn on Sync your settings on this PC.
- Configure corresponding settings according to your demand. The settings of this example are shown as below:

- Connect the same Microsoft account in Windows 10 Technical Preview, configure the same sync settings, wait for several minutes, or restart Task Manager, sign out and sign back, restart. The setting configured in the previous system would be synchronized to the new OS, which is shown as below:

From the picture above, we can find that the layout of Start screen is almost the same with the one of previous OS, Facebook and Control Panel are also synchronized to the Start screen in Windows 10 Technical Preview. However, since Facebook is not a built-in app, you need to click the icon to install it before using it. Here we can see that the synchronized apps have not been installed.
In this example, Background and Lock screen have also been synchronized, and the Taskbar has also been placed to the left edge just like the configurations in the previous system which is shown as below: 
Additional Resource
If you want to get the latest IT News about Windows 10 Technical Preview, please join Windows Insider Program .
Frequently asked questions about Windows 10 Technical Preview, please refer to:
Any questions or feedback, please visit the TechNet Forum at
https://social.technet.microsoft.com/Forums/en-us/home?category=WinPreview2014
Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.
Reply:
shinsenai
------------------------------------
me ajuda
Quem janelas dez 8,1 pro ..
nao VAI POR Ter o O Windows 10
Reply:
------------------------------------
Can't take ownership of or delete some files created by application installer
I have some files that were created by the Steam Client installer. The installer failed and left behind a directory called Steam in the "Program Files (x86)" directory. There are two files called Steam.exe and SteamTmp.exe that I cannot delete. It looks like the files don't have the owner attribute set or something because when I login as Administrator and go into explorer to look at their properties, in the Owner field I see the words "Unable to display current owner."
When I try to take ownership there it won't allow it.
I also tried the following from the cmd window:
C:\Program Files (x86)>takeown /F steam /R /A
SUCCESS: The file (or folder): "C:\Program Files (x86)\steam" now owned by the administrators group.
INFO: Access is denied. ( "C:\Program Files (x86)\steam\Steam.exe" )
INFO: Access is denied. ( "C:\Program Files (x86)\steam\SteamTmp.exe" )
How can I remove these files?
TIA,
Nick.
- Changed type Mark L. Ferguson Friday, February 13, 2009 11:45 PM OP dropped the thread. The latest Springboard chat showed how to use Resource monitor to find what process owns a file.
Reply:
------------------------------------
Reply:
It may be that these files are use. Open the Task Manager. Click on the Processes Tab. Click on Show Processes From All Users. Look for those filenames. If they are there you may be able to use End Process to stop them but this is not the recommended way. You should try to figure out where the processes are started from and stop them from starting. Msconfig may help. You could also try Autoruns. Once the processes are not running and you have the needed permissions you should be able to delete the files.
http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
Kerry Brown MS-MVP - Windows Desktop Experience
------------------------------------
Reply:
EDIT:
I did not see Kerry Brown's reply. I regress.
-------
After you issue the takeown command, you then have to grant yourself the permissions to then delete the file. I have run into similar instances in the past. Just taking ownership is not enough if you already don't have permissions.
- Edited by DarienHawk67 Thursday, February 5, 2009 2:58 AM Ooops
------------------------------------
Reply:
Once you take ownership you have to then give yourself permission to delete the files. Right click on the folder (or file) and pick Properties. Click on the Security Tab. Click on Administators. Give the group Full Control.
Notice that you can't do this in one go.
You must first take ownership and then exit all the way out.
You can then go into properties again and apply full rights.
------------------------------------
Reply:
------------------------------------
Reply:
I think you are all missing the point here. This is the same problem me and a few other people discussed in another topic. The access denied on the .exe files is actually when trying to take ownership. You can't take ownership, nor change permissions for them. Things I have tried but have not worked to access such .exe files are: different levels, including disable of UAC, activating the built-in administrator account (not even with this account could I take ownership) and disabling indexing and volume shadow copy services. After waiting a while it seems it does become possible to delete these files, but what changes is a mystery to me.
That indicates that some process has the file open and locked. You have to figure out what process this is, stop the process, then you can do whatever you want to the file.
Kerry Brown MS-MVP - Windows Desktop Experience
------------------------------------
Reply:
EDIT: As a test I just tried to delete a file which I had open. When I try to do this windows actually says the file is open so it can't delete it. This is not what happens with the files affected by the problem this topic describes. It will just deny access to everyone for everything. Since it has only happened with exe files, I was thinking it was some protection mechanism that kicks in, but I can't find out what it would be.
------------------------------------
Reply:
Xerion404
Try this if you have not already.
Enable your administrator account by typing net user administrator /active:yes. Ensure you know the password if you have one set. Reboot the machine hitting <F8> as the machine is booting back up. Enter Safe Mode Command Prompt. Log in as the new enabled local administrator. Navigate to the affected directory as see if you can delete the files in c:\program files (x86)\steam.
If you have to reset the ownership and permissions while in Safe Mode Command prompt, type explorer to start the shell. In some cases, you have to take ownership and reset permissions one file at a time. Then delete the files individually prior to deleting the host folder. Make sure the files are not inheriting permissions from the parent folder. Use the advanced permissions dialog box if necessary.
After you are sure that is done, kill explorer.exe via Task Manager and use the DEL command to erase each file. If you are able to successfully remove them, then go up one directory and issue a RMDIR to rid the system of the offending directory.
Reboot.
I hope that helps
------------------------------------
Reply:
------------------------------------
Reply:
I just started to peruse this site trying to answer the same questions that the topic starter, Xerion and possibly others are having with the inability to delete files (or more specifically, the inability to take ownership of the files). I can see that people are attempting to help, but quite frankly (but understandably so), the direction their attempts to solve the problem are incorrect.
The files that we are attempting to delete are not in use nor are they running (in the case of executables). In fact, Windows is unable to display who the current owner of the file is, let alone give you the ability to take ownership of it. I apologize for piggy-backing onto this topic but I believe my error is 100% relevant.
Here is my situation: I have a C# (Windows Form) project. It is set to do debug with the visual studio hosting process (vshost.exe). After a few debugging attempts, and an attempt to rebuild the project, it begins to fail with an error stating that it is unable to copy the "vshost.exe" file. I have compile a list of screenshots, with descriptions at the bottom, exhibiting this behavior, and placed them in a Word document. I couldn't find a way to attach the word doc here, so I uploaded it to Google Docs and published it [1].
Here's a summary of what is going on (so that this post may be searchable):
- The vshost.exe cannot be deleted. It is not running nor is it in use by any process
- After the attempt to delete it, it begins to show a property of "State: Private" when selecting the file and looking at the Details pane.
- When viewing the properties of the file, under the Security tab, Windows reports "Unable to display current owner". Subsequently, taking ownership of the file results in an "Access denied" error, which I can only assume is due to Windows "not knowing" who the file belongs to and therefore cannot properly execute the attempt to take ownership or deletion.
- I also tried taking ownership of the file using the "takeown" command line, with the same results of an "Access denied" error.
- The only way to delete the file is to restart the computer. To everyone that is starting in safe mode... that is not necessary, just restart it and you will have the ability to delete it afterwards.
- One final thing: If I change my .NET project to not use the visual studio hosting process, I am able to work on my project and debug it just fine. HOWEVER, the problem is still there, over time. For example, if I debug the application and keep it running/debugging for a longer period of time (i.e 30 minutes), then I close it and debug it again, the "ownership" problem is then there, again... but this time, (obviously) not with the vshost.exe but the executable itself.
[1] http://docs.google.com/Doc?id=dhdmpbwp_8cs22zhgq
Please vote for my MIX 10K Challenge entry called VisualSort.
Direct Link: http://2009.visitmix.com/MIXtify/TenKDisplay.aspx?SubmissionID=0002
------------------------------------
Reply:
------------------------------------
Reply:
I have CA ETrust installed but I currently have the services disabled. The only thing that may interfere is Windows Defender.
Oh, one more bit of info, I have also tried running Visual Studio in both elevated and normal permissions.. and still the same effect.
Does Microsoft monitor these forums pretty, well? I wonder if we can get some kind of response from them and I would love to help in any way.
Please vote for my MIX 10K Challenge entry called VisualSort.
Direct Link: http://2009.visitmix.com/MIXtify/TenKDisplay.aspx?SubmissionID=0002
------------------------------------
Reply:
Thanks for the links. I'm "glad", in a wierd way, that I'm not the only one experiencing this issue and probably a bit more optimistic that we'll all figure out what's causing this eventually, one way or another.
Based on some of the questions that floated around in the other topics, I also want to be clear that this is a clean install of windows 7.
Also, your last link "this thread" returns a 404.
Thanks and if I find out anymore, I'll also post here.
To Xerion404,
Did turning off Shadow Copy and/or Indexing have any effect? I'm guessing not at this point, but can't hurt to ask since I didn't hear a yay or nay regarding that action, yet, from the other forums.
Please vote for my MIX 10K Challenge entry called VisualSort.
Direct Link: http://2009.visitmix.com/MIXtify/TenKDisplay.aspx?SubmissionID=0002
------------------------------------
Reply:
404? Clueless? Hahaha! It works fine here on 2 computers running IE7 . :))
Yeah... I was laughing pretty hard myself....
Please vote for my MIX 10K Challenge entry called VisualSort.
Direct Link: http://2009.visitmix.com/MIXtify/TenKDisplay.aspx?SubmissionID=0002
------------------------------------
Reply:
I'll start:
- Turned Off: Superfetch (Result: Problem persisted)
EDIT 2009-03-30:
- Turned Off: Windows Defender
- Turned Off: Windows Search
- Turned Off: Disk Defragmenter
(Results: Problem still persisted)
EDIT 2009-04-22:
- No progress, and error is just as annoying as ever. It even happens on .cmd files.
- Turned Off: Application Information (service). Result: Completely hosed my system. I 100% do not recommend turning this off. If you did manage to turn it off, I've posted some steps on how to fix it here [1]. Ultimately, and obviously, the service remains on Automatic :)
[1] http://thevistaforums.com/index.php?showtopic=52591
- Edited by JaysonGo Wednesday, April 22, 2009 2:42 PM New update(s)
------------------------------------
Reply:
The weird thing is that I've been running Win7 with VS2008 for a few months now, and I never had the problem up to a week or so ago.
I disabled superfetch, uninstalled my virusscanner, disabled defender, but no luck.
Any resolution for the problem would be great. A workaround maybe? I know that when I reboot and be quick I can delete the files manually, but debugging is hedious this way.
------------------------------------
Reply:
Now it gets even weirder!
I was surfing a bit searching for other solutions for this problem and returned to my explorer showing the semi-locked file. I clicked on it to see exacly what message shows up in the statusbar (State:private Shared with:Nobody).
I surf a bit on and return to my explorer window, and what do you guess: The file suddenly disappeared! Its gone! And I have not a single clue whatsoever why its gone. I pressed delete on it several minutes ago (maybe half an hour) but then it reappeared after hitting F5.
My intuition tells me there must be something in the filesystem kernel of Win7 that does this. When such a file gets deleted the kernel accepts the operation, but for some reason the process of actually deleting the file takes ages. It would explain the ownerless state the file lingers in, since the file has been marked for deletion, but still sits in some cache somewhere. Denied access on a file marked for deletion sounds plausible too. Some kind of an 'undead' file...
Does this make any sense? Or is it just wishful thinking?
------------------------------------
Reply:
I would agree 99.9% of your assessment, that the "operation is accepted" but the actual completion of the operation doesn't happen until much later. I myself have never experienced "deleting then waiting" (because frankly I have not waited that long, i always restarted, which "fixed" the issue). However, all the accounts that I've read about this error indicates that the file does go away after some time... I'm guessing that if I waited as well, that the file would be deleted.
Here's another site that's also "lively enough" about this issue that I've been tracking myself:
http://www.techgremlin.com/2009/03/06/windows-7-cant-delete-exe-files-on-desktop/
------------------------------------
Reply:
Here's another site that's also "lively enough" about this issue that I've been tracking myself:According to that thread the bug has been solved in newer builds of Win7 (yay!). Can you (or someone else) confirm that this is true for 'our' specific problem?
http://www.techgremlin.com/2009/03/06/windows-7-cant-delete-exe-files-on-desktop/
I dont really feel like reinstalling a new build when it doesn't solve my problem and someone else already tried it.
------------------------------------
Reply:
I wish they would just put a simple fix out on WindowsUpdate for this though... but again, lack of communication.
------------------------------------
Reply:
I have the exact same issue with the deleted exe files reappering after a refresh F5, or not being able to be deleted at all. Same issue as well with Visual Studio when I launch my debug exe, and close it...I cannot overwrite it anymore...
Was a solution found to this problem?
------------------------------------
Reply:
I don't know of any solution or feasible work-around to this on build 7000. However, the RC is now out and some people who had build 7000+ claimed that it was fixed in their builds... so I am hopeful that this has been addressed in the RC.
------------------------------------
Reply:
I am running on 7000 as well.
Hopefully RC1 would have fixed this and that transitionning from Beta1->RC1 isn't a big hassle. ( I know MS recommends clean install of RC1 but I don't feel like re-installing the whole OS right now for a simple bug fix)
------------------------------------
Reply:
So tonight it got worst...The only thing I did was update CCleaner version.
Now I cannot delete *any* exe I execute once.
But I discovered that by forcing a dismount on the volume (like for a scandisk) and remounting it...I can delete the exe...it is like some handle is opened somewhere or something...
Update:
In fact this gets weirder and weirder...It is worst than I thought...not only you cannot delete the exe that you lanched onced, but you cannot delete any other executable with the same name or signature anywhere on the system!
So if I had a file a.exe on c:\ and on f:\ and I just restarted...and I run c:\a.exe, anc close it..I will be not able to delete neither c:\a.exe Nor f:\a.exe!
Something is fubar...
- Edited by Dave Doubi Monday, May 4, 2009 10:53 AM update
------------------------------------
Reply:
------------------------------------
Reply:
Just turn ON the "Application Experience" Service, then the files could be deleted instantly.
look here for details: http://www.retrocopy.com/blog/28/cant-delete-exe-files-in-vista--windows-7-solved.aspx
------------------------------------
Reply:
Sorry to necropost, but ajfenix was right on the money. I've been battling with this issue for ages, mostly with Steam. This resolved the issue immediately, Steam was able to flawlessly update without booting to safe-mode (huge PITA).
Thanks again! +Rep
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
IIS Application is logging people out
I'm not sure what happened here. This web application was running fine or years and now suddenly it is logging people off at random times. Either it happens as soon as you log in, or it takes a couple minutes. It doesn't matter if you are actively using the site or idle, you don't get anywhere near the expected 20 minutes of idle before you get logged off.
I've done some looking and it appears that the application uses "InProc" cookies to keep track of user sessions, but no matter what I do, I cannot keep the sessions from expiring randomly. The app supports IE 7-9 I believe, but the issue occurs in firefox as well. I have removed and reinstalled the application with no luck. I have copied web.config from working envionments and stil the issue persists.
Has anyone, more familiar with cookies and sessions than me, seen this behavior before or have any suggestions to help locate the issue?
Thanks!
Clust-arrrrgghhhhsssss!!!
- Changed type Vivian_Wang Thursday, July 2, 2015 6:12 AM
Reply:
I'd ask in Microsoft IIS forums here
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.
------------------------------------
Windows 10 striping out drivers
I have installed windows 10 build 10130. I installed virtual box so we can conduct testing on windows 10 and we could also test product compatibility with the Virtual Box. This is being done due to a project that is being tested for our main product that we sell to the energy industry.
When we install Windows 10 - everything is fine - then we load the virtual box - everything looks fine up to a point then the controller drivers become missing in the VM - The VM OS gets changed to a from a 64bit OS to a 32bit OS.
This is a fresh install.
PC is a Dell Optiplex 3020
16GB memory
1TB storage
I5 4590 3.30GB
Controller Driver that becomes missing is the PCI master bus controller.
What is causing this issue and why is Microsoft allowing Windows 10 to strip out drivers and not allowing programs to work??
Reply:
They have changed the way network adapters work in Windows 10 and VirtualBox is not compatible with the new setup. I have had it running on several Windows 10 builds by using the options to not install host only or bridged networking when you install VirtualBox. The NAT setting works fine.
I find it hard to believe any of that could change an OS from 64 to 32 bit. That just isn't possible without a reinstall.
Bill
------------------------------------
Need to set permission on a set of members. Setting Hierarchy member permission does not appear to work
Our business requires us to set permission by divisions. For example, division A can only update/change division A managed products and division B can only update/change division B managed products, etc. (Users of both divisions can read each other's products).
How could I accomplish this? I tried to set permissions on a derived hierarchy called Product By Division. But i did not get the desired result:
- On the excel add-in, even though division A products are greyed out for division B users, division B users can still change any of the division A products and publish successfully.
- On the web UI, division B users can't change division A products (good) but they can change their division attribute to A and save it. Also, add new member is diabled for all users.
I appreciate any insights on how to solve this.
- Edited by May Chen Thursday, April 11, 2013 12:03 PM added more info
- Changed type Ed Price - MSFTMicrosoft employee Monday, January 19, 2015 7:49 AM
Reply:
Did you ever discover the solve to this issue? I am seeing the same thing in my production environment, but I cannot replicate it in our QA environment.
Any information on how you solved this would be helpful!
------------------------------------
Reply:
The permission setup can be
1. Let assume Division A security group is GroupA and Division B security group is Group B
2. Create derived hierarchy called Product By Division.
3. In mode permission page, give Update permission to both GroupA and GroupB
4. In the hierarchy permission page, give ReadOnly permission on Division A to GroupB
5. Give ReadOnly permission on Division B to GroupA
------------------------------------
The Lock screen is Finally Optional
- Edited by Whisper2 Wednesday, July 1, 2015 8:18 PM
Script help
I have been asked to figure out how to make a script that will copy the users SID information from an account in one domain, to the ms-rtc-originatorsid location of a new account in another domain. The two domains have a two-way trust. I know very little about powershell at the time so this is not working out very well for me at the moment. Any suggestions that could get me going in the correct direction? Is this something that is fairly straight forward, or is it very complicated?
Thanks in advanced.
Ivan Windon
- Changed type Eric_YangK Friday, July 3, 2015 2:17 AM General discussion
Reply:
Have you looked at SidMap.wsf from the resource kit? https://technet.microsoft.com/en-us/library/gg670903.aspx?f=255&MSPPError=-2147217396
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer". SWC Unified Communications
This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
------------------------------------
Reply:
Hello Ivan,
I would suggest you to visit below link, which may probably resolve your query.
http://en.community.dell.com/techcenter/powergui/f/4834/t/19570666
thanks
------------------------------------
Outlook 2002 will not send emails but will receive
Reply:
Outlook 2002 isn't supported anymore. You will probably need to get an updated version if you wish to use it moving forward.
That being said, have you deleted the email profiles from Outlook (Control Panel, Mail, Show Profiles), and if so, have you removed them fully from the registry as well (HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles, specifically)? If that doesn't work, then try removing Outlook from the system, removing the profiles from the Control Panel and the registry, then reinstalling Outlook (on the C: drive, so it truly is identical to the other system) and trying again.
Will Martin ...
-join ('77696c6c406d617274696e2d66616d696c6965732e6f7267' -split '(?<=\G.{2})' | ? { $_ } | % { [char][int]"0x$_" })
------------------------------------
Hello Everybody!
I download apps Windows Insider and then select fast and gets updates when my phone restarted it were not able to start up ..Do you help me ?thankyou.
Surface Pro 2 move to Windows 10 broken wifi
Reply:
------------------------------------
Reply:
------------------------------------
ADFS v3.0 basic authentication woes
I have some clients that need doesn't support form-based login, and I've been asked to allow them to authenticate against ADFS using basic authentication.
However its easy to find the URL basic auth for ADFS 2.0, but I've spend the last 2 hours trying for find a simlar basic auth URL for ADFS 3.0 - without any luck.
Obviously I've already tried the ADFS 2.0 basic auth URL, http://sts.example.com/adfs/ls/auth/basic, but it just gives me a generic message, "There are no registered protocol handlers on path /adfs/ls/ to process the incoming request.".
So to sum up
1. Which URL do I use for basic authentication in ADFS 3.0,
2. Will basic auth also work for external clients connecting through the ADFS Proxy?
3. Will basic auth also activate MFA? (I'm currently using Certificate Authentication MFA method)
Thank you in advance.
- Changed type Vivian_Wang Monday, July 6, 2015 6:24 AM
Reply:
Hi,
Regarding ADFS specific issue, I suggest you refer to experts from the following forum to get professional support:
Claims based access platform (CBA), code-named Geneva Forum
http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
Thanks for your understanding and support.
Regards.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com
------------------------------------
Reply:
------------------------------------
Increase in the Australia Azure pricing from 1st August 2015.
I was lucky enough to receive an email this morning regarding an increase in the Australia Azure pricing from 1st August 2015.
Very disappointed that there will be a 26% increase....26% is a big number.
Hosting Azure stuff in the Australia data centers is now uneconomical when compared to Singapore or the US, etc. You also need to factor in GST.
Not sure if this has something to do with the recent government crack down on tax evasion with big companies channeling profits overseas.
Not good news for Australia as regards to Azure is concerned and I'm sure a lot of other people will be shocked with a 26% increase.
Ron
Micatio Software Free IIS Azure Web Log App
- Changed type Ron - Micatio Tuesday, June 30, 2015 10:27 PM better option
- Merged by SadiqhAhmed-MSFTMicrosoft employee Wednesday, July 1, 2015 9:50 AM Similar Discussion
- Split by Shakti Prasad Mishra Friday, July 10, 2015 5:10 AM Splitting in order to correct the order in which threads were posted. Reference: https://social.microsoft.com/Forums/en-US/04063080-d9f9-4e7e-9b30-66abcadd6eea/some-moderator-merged-my-topic-into-someone-else?forum=Profile
Reply:
I agree, 26% is an incredible jump in such a short time-frame, combined with the costs of achieving Express Route services in Australia to Azure, suddenly Azure is not looking too hot vs what we can get from other providers.
"Effective August 1, 2015, local prices for Azure and Azure Marketplace in Australian dollars will increase by 26% percent to more closely align with prices in most markets."
What markets? The Australian market is already one if not the most expensive market? Sounds like a made up reason to me. As Ron points out, GST on top of that additional 26%. The numbers are not great.
Regards
------------------------------------
Reply:
Geez....cant believe Microsoft would push an increase like this...must be mad.
Agree, Australia is currently the most expensive. I would rather move the virtuals to Singapore or US.
I'm sure other IT managers will be crunching the numbers this morning given its a new financial year.
EA customers and older 6-12 months prepaid have a little more time before this increase catches up.
Micatio Software Free IIS Azure Web Log App
------------------------------------
Reply:
------------------------------------
Reply:
Yeah 3-5% increase would be easier to swallow.
AUD/USD has taken a hammering since 2014 where it was around 0.90 now its 0.77.
However its the same story for the EUR/USD, do we expect the same increase in the Europe data centers?
There is an argument that all data centers should be pegged against the USD otherwise companies in US would move some virtuals to Australia as they gained more compute power for the same cost.
On-premise/locally hosted providers in Australia would gain in this business model.
However there is more to this increase than currency rates, 0.90 - 0.77 is only a 13% drop.
Micatio Software Free IIS Azure Web Log App
------------------------------------
Reply:
Hi,
In Europe it's a 13% increase "only".
Unfortunally, all "US" services increase their prices since two or three months in Europe.
Regards,
Yan Grenier
------------------------------------
Reply:
I too was pretty surprised when I saw it. Thankfully I don't have anything in the Australian SE region as latency isn't so important for my app.
Gee, Amazon must be jumping for joy!
------------------------------------
Reply:
Micatio Software Free IIS Azure Web Log App
------------------------------------
Reply:
------------------------------------
Problem with reciving insider previews
- Moved by Moderador M Thursday, July 23, 2015 5:27 PM
Outlook Shows the LDAP path insted of Username in the sent item only
I have Exchange server 2010 database and Exchange server 2010 Hub and client Access
some of users have Outlook 2007 and 2010
they report when they send an email to some one in the same domain, and open the Email from sent Item there user name converted to LDAP path like the following:
/O=FIRST ORGANIZATION/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=MOHANAD HUMAID6BC <Mohanad.humaid@Progressoft.com>; on behalf of; Mohanad Humaid <Mohanad.humaid@Progressoft.com>
i try many solution on the internet without any results
I post the problem on Exchange server Forum
http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/2a22f98f-75f9-4250-9788-d3acb9eb795b?prof=required
what should i do ????? or where i must search to solve it ????
- Edited by Mohanad.Humaid Wednesday, December 26, 2012 12:44 PM
Reply:
I have Exchange server 2010 database and Exchange server 2010 Hub and client Access
some of users have Outlook 2007 and 2010
they report when they send an email to some one in the same domain, and open the Email from sent Item there user name converted to LDAP path like the following:
/O=FIRST ORGANIZATION/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=MOHANAD HUMAID6BC <Mohanad.humaid@Progressoft.com>; on behalf of; Mohanad Humaid <Mohanad.humaid@Progressoft.com>
i try many solution on the internet without any results
what should i do ????? or where i must search to solve it ????
- Merged by ManU PhiliP Wednesday, December 26, 2012 1:02 PM same question
------------------------------------
Reply:
------------------------------------
Reply:
No the OWA is Working fine and the problem just in the sent Item but i discover when i unchecked the cached mood in Outlook the LDAP path disappear and returned to origin Username
and when i check the cached mood in Outlook the LDAP path appear again
------------------------------------
Reply:
Hello,
Since OWA is fine, it means the email items are good on the Exchange Mailbox. The issue occurs because Outlook client read the email properties by mistake. So we need to troubleshoot the issue from the client side.
I think it will be more effcient by re-posting the issue on our Outlook Itpro forum, including the progress we have made.
Merry Christmas,
Simon Wu
TechNet Community Support
------------------------------------
Reply:
Hi,
This is the X.500 address associated with the user. Have you tried to remove the Nick Name cache on the outlook client. Check the issue after that
Regards from ExchangeOnline
------------------------------------
Reply:
I try to remove the Nick Name cache on the outlook client manually . and i install the hot fix from
http://support.microsoft.com/kb/287623/en-us
without ant results as we see
------------------------------------
Reply:
------------------------------------
Reply:
Thanx for your help Man
when i recreate a new outlook profile on Outlook 2010 or 2007 the problem disappear
but the problem appear on random user on random time and date " its like a pandemic " one by one
i don't want to appear on CEO laptop ;D
------------------------------------
Reply:
I have the same issue now.
I have deleted and re created the Outlook 2013 profile, I have deleted and created a profile with a different name, this issue disappears when the profile is newly created but quickly comes back. I have this issue on 2 Office 2013 machines, this issue has not appeared on over 850 Windows 7 Office 2010 machine's, connecting to Exchange 2010. I never encountered this issue until I upgraded to Office 2013
------------------------------------
Reply:
Outlook 2013 connecting to Exchange 2010, printing, setting calendar appointments all show user name as LDAP address.
I turned off cached mode and end users name displayed correctly in all. Not ideal but will do for now.
------------------------------------
Reply:
I have same issue too,
server Exchange 2010 SP3 Roll-up 8-v2
client outlook 2013 sp1
printing mails display users x.500 address instead of Name
outlook online mode not ideal on notebooks, any solution?
------------------------------------
Is an Application support all Windows 8.0 editions (basic,pro,enterprise, Windows 8.0 RT)
Dear Team,
I have a plan to develop an application using VC++ in visual studio 2013 windows 8.0 basic edition(platform).
1) will I be able to run this application in all other editions( windows 8.0 pro, windows 8.0 enterprise , windows 8.0 RT) without changing anything?
2) will I be able to run this application in all other editions( windows 8.1 pro, windows 8.1 enterprise , windows 8.1 RT) without changing anything?
Outlook 2013 on Win10 10158
I just installed office 2013 pro on build 10158. Everything works except Outlook starts with incorrect exchange setting. However it won;t give me the opportunity to edit the exchange settings. On previous windows versions I would delete the profile in the control panel but I don;t see that option anymore. Any suggestions on what to do next?
The dialogue box says
Microsoft Exchange
General
Microsoft Exchange Server
(erroneous data)
Mail Box:
(erroneous data) Check Name
you must provide the name of your Microsoft Exchange...
- Changed type Michael_LSModerator Monday, July 27, 2015 7:00 AM office related
Reply:
It's weird that you don't see it in Control Panel (small icon view, or search for "mail" with the default view), since I'm looking at it right now in this build. I have heard long ago of it going missing under some circumstance, but I don't recall the details now.
Can't you just delete the account within Outlook (Account Settings) and recreate it?
Quick question, since you said everything else was working. Are your Outlook desktop alerts for new mail working?
------------------------------------
Reply:
The option still exist in the old Control Panel for build 10158
------------------------------------
Reply:
Jim,
Which profile you deleted under Control Panel?
There are issues connecting Exchange Mail Account using the Mail app, but I don't know about the Outlook.
If available, could you please provide the the error screenshot for a further troubleshooting?
I will help to check that out.
Regards
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
------------------------------------
Best Binary MLM Softwares In India
We provide Leads to them specifically to their business.
We give Complete IT Service to Companies Like MLM Software Development, Website for Companies, promotion, Loss Calculation for Plans
We design Personal & Business Website for MLM Leaders.
For any assistance Feel free to call us at +91-8768404720, +91-9091851491.
Visit our Wesite at www.mlmconsultancy.co.in

No comments:
Post a Comment