Thursday, March 3, 2022

O.S. Deployment TS error 0X80074284

O.S. Deployment TS error 0X80074284

Hello just wanted to post this here because we found a solution after some work on it and didn't find any documentation online: I hope this helps someone else to save time :)

we were having the error 0X80074284 when launching a Task Sequence from SCCM O.S. Deployment bootable media, this error was unreferenced in our KB so we serached any documentation online without any result.

After a long search we noticed that one colleague changed a package that was referenced in the TS without the usual "Update package" procedure from SCCM console, but directly putting a patch file into the "Updates" folder of our Office 2010 Installation package. After removing the patch and correctly injecting it into the package from the updates source folder and releasing a new version to distribution points the error 0X80074284 was solved so the cause may be an unexpected mismatch in the package files.

  • Changed type Sabrina Shen Wednesday, December 14, 2011 10:25 AM

Reply:
thanks for posting this !

My Step by Step ConfigMgr Guides
I'm on Twitter > ncbrady

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

Job cancelled on Server. (Project 2010 with Project Server 2010)

Dear all,

I'm trying to publish a Project Plan from Project Pro 2010 to Project Server 2010 using Enterprise Resources.

After publishing I saw the error "Job cancelled on Server."

Do you know which is the reason for this?

Regards,

Konstantinos Christodoulakis

Project Manager


Manager | IT

Reply:

Hello Konstantinos,

 

Since job is getting automatically cancelled, more likely issue is related to custom event handler? Do you have any?

Apart from publish (project) do you see any other jobs are getting cancelled?

 

Thanks

Hrishi Deshpande

Sr Consultant @ DeltaBahn LLC

 


------------------------------------
Reply:
Hi there,

The most probable reason which Hrishi mentioned, there may be other reason like-
One example would be a failure early on in a save from Project Professional.  A job would have been added to the queue for the save - but reconnection may lead to cancellation of this job and the addition of another save job - it really depends how far the save got before the problem. 

For more info under Canceled section :- Good for PS2010
http://blogs.msdn.com/b/brismith/archive/2007/02/28/my-queue-is-stuck-how-to-manage-your-queue-service-in-project-server-2007.aspx
Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82

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

Yes, you were right. It was a Project Event Handler issue.

Best regards,

Konstantinos


Manager | IT

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

Hello  Konstantinos,

 

Since now you have confirmed that the issue is due to event handler you may need to disable the event handler and review the code before updating the assembly file.

 

Thanks,

Hrishi Deshpande

 


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

Requesting help to delete a user's reply


Reply:

Mr X,

This has already been taken care of. Thanks for reporting it.

-Tony


IT Pro Audience Manager for Web Forums

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

Mr X,

This has already been taken care of. Thanks for reporting it.

-Tony


IT Pro Audience Manager for Web Forums

Thanks Anthony. All replied had been deleted.

 

Thank You again


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

Skype Kills TMG

After almost a week of detective work, we've discovered that if anyone on our network (wired or wireless) logs into skype, TMG crashes. We run TMG 2010 on a Server 2008 VM, and it is the default gateway for our staff and all our wireless traffic. It's been a nightmare this week tracking it down.

Has anyone come across this? If so what did you do about it?


Reply:

Now that you know how to cause the crash (that's good!) you need to figure out what on the server is actually going wrong.  This is not something you can find an answer to on a forum, it's going to require detective work.  Got any third-party web/app filters installed in TMG? Anything you can disable and retry?  What happens in the app event log during the crash?


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

Hi,

 

Thank you for the post.

 

I agree with f3rrix, we need more information to troubleshooting this issue. Do you have install other roles on TMG server? If run TMG BPA, do you receive any error message?

 

Regards,


Nick Gu - MSFT

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

Right, excellent, thanks for both your responses.

The TMG server in question doesn't have any other non-connected roles installed. It does have routing and remote access for VPN, and ADLDS (which I believe is installed as part of TMG?).

We don't use any third party filters or anything like that. It's all pretty standard.

There's nothing to report of in the application event log during the crash. The only thing that gets reported is the in-propper shutdown when we've had to hard reset the machine.

In the TMG firewall / proxy log leading up to the crash there are lots of denied unknown TCP IP requests from the machine / device that was running skype, then a load of normal closed connections, then nothing as TMG crashes / loses connectivity. The thing is the whole server doesn't crash, if you're logged in you stay logged in, but what does happen is all the TMG services crash and the server loses network connectivity through both ethernet cards.

I'll try and recreate the crash later when all is quiet and post some of the TMG log results prior to the crash.

 

Thanks guys

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

Dave,

I wonder if "Flood Mitigation" is kicking in. You may want to increase your base limits in Flood Mitigation. It is located in the TMG MMC under the Intrusion Prevention System branch, then click on Behavioral Intrusion Detection.

Even if some of your users are going beyond this threshold it still should not crash the TMG Server.

Have you thought about submitting a Service Request with us? If this turns out to be a code defect the incident would be free.

Keith


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

Hi,

i have the same problem on tmg server of our school.

Can i ask you if have solved problem?

i think that problem stay on intrusion detection and p2p software (bittorrent, skype, ...)

Thanks


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

How can i generate CSV files using a Execute SQL Task output

Hi All,

I have a small problem. I have a for each loop container. Inside that i have a SQL task and a data flow component.

Inside the SQL task i have a select command which gets data using some parameters that i have set in the variable level. Now i need to get these data to a CSV file. I am using a ADO.Net connection.

 

Currently i am unable to think of, how i can get the table output from the Execute SQL task to a CSV file.

 

Can someone please help me on this?

 

Thanks

Lucki

 

 

 


Reply:

Hi Lucki,

you can use BCP command for exporting the data. please check this link and try.

Let us know your observation.

 

 


Let us TRY this | Mail me

My Blog :: http://quest4gen.blogspot.com/

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

Hi,

 

My data needs to have multiple csv files created based on the table data.

 

How can this be done?

 

Lucki


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

Hi,

My data needs to have multiple csv files created based on the table data.

How can this be done?

Lucki

you can use some variable for the file naming.

 


Let us TRY this | Mail me

My Blog :: http://quest4gen.blogspot.com/

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

Hi ETL,

 

I used the Data flow component Ado.Net Source SQL Command to set expressions so that i can use parameters. In this way i hope to get the data using a Ado.Net Source and send it to a Flat file destination.

Now the expression is evaluating properly. How can i now configure my Ado.Net Source to get the data?

 

Please help me on this.

 

Thanks

Lucki


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

[array]::reverse problem in v3

Hi guys I was playing with this method and for my surprise it didn't work, it is a bug or something i dont get?

In v2 works fine

  WorkLog> C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -v 2 -noprofile  Windows PowerShell  Copyright (C) 2009 Microsoft Corporation. All rights reserved.    PS C:\Users\Kael\WorkLog> $a=[char[]]"hola"  PS C:\Users\Kael\WorkLog> [array]::Reverse($a)  PS C:\Users\Kael\WorkLog> $a  a  l  o  h  PS C:\Users\Kael\WorkLog>  

In v3 nothing happen

  WorkLog> $a=[char[]]"hola"  WorkLog> $a  h  o  l  a  WorkLog> [array]::Reverse($a)  WorkLog> $a  h  o  l  a  



Reply:

Also works in V1.0. Does the overload work?

[array]::Reverse($a, 1, 3)

in your example, should result in: h a l o

 


Richard Mueller - MVP Directory Services

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

In version 3 CTP2, is works properly too:

$arr = (1,2,3)
[array]::reverse($arr)
$arr

#output:

3
2
1


([string](0..9|%{[char][int](32+("39826578846355658268").substring(($_*2),2))})).replace(' ','')

------------------------------------
Reply:
thanks teddy I was using CTP1, after the update the problem no longer exist ;D.

------------------------------------
Reply:
At least it's good to know they're fixing things from one release to the next.  I'm really looking forward to the 'Official' release of Powershell 3.
([string](0..9|%{[char][int](32+("39826578846355658268").substring(($_*2),2))})).replace(' ','')

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

Teddy did you know how to install the help files in ctp2? I try to use the ctp1 Helpcontent folder because I don't find it in the new package and when i throw the command I get this:

WMF3-CTP1-x64# update-help -SourcePath .\HelpContent -Force  Update-Help : Failed to update Help for the module(s)  'Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility,  Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host,  Microsoft.PowerShell.Security, Microsoft.WSMan.Management' with UI culture(s) {en-US}  : Unable to retrieve the HelpInfo XML file for UI culture en-US. Make sure the  HelpInfoUri property in the module manifest is valid or check your network connection  and then try the command again.  At line:1 char:1  + update-help -SourcePath .\HelpContent -Force  + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   + CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception   + FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Comman   ds.UpdateHelpCommand


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

Teddy did you know how to install the help files in ctp2? I try to use the ctp1 Helpcontent folder because I don't find it in the new package and when i throw the command I get this:

 

WMF3-CTP1-x64# update-help -SourcePath .\HelpContent -Force  Update-Help : Failed to update Help for the module(s)  'Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility,  Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host,  Microsoft.PowerShell.Security, Microsoft.WSMan.Management' with UI culture(s) {en-US}  : Unable to retrieve the HelpInfo XML file for UI culture en-US. Make sure the  HelpInfoUri property in the module manifest is valid or check your network connection  and then try the command again.  At line:1 char:1  + update-help -SourcePath .\HelpContent -Force  + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   + CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception   + FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Comman   ds.UpdateHelpCommand

 


xd, I found it, with ctp2 the online system to retrieve the help content works, so I only need to write: uptade-help

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

For me, I had to use this command:

update-help -UICulture en-us

...because help is not available in my culture (en-ZA)


([string](0..9|%{[char][int](32+("39826578846355658268").substring(($_*2),2))})).replace(' ','')

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

FIM CM Subscriber email notification

Hi,

I'm trying to configure email notification to subscribers -

Forefront Identity Manager CM Update Service is running

OnlineSchema was enhanced

Web.config configuration initializationData changed to AD BaseDN

Clm.service.exe.config includes the templates allowed to OnlineUpdate

Online Profile configured to email Subscriber.

 

When update service starts, I see in the FIM eventlog Info about "Getting online update requests on profile X"

then "Requests for user:...", then "Obtain request specific data", then "Need online update for certificate template list change on proflie X"

and then an Error from OnlineUpdateService  code 2147016656 (no such object)

Can someone help what I'm doing wrong?

 

 


Reply:
Can anyone help?

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

Has the Update Service service account been assigned permissions for initiating update requests within the profile?

Cheers


Tom Houston

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

Hi Tom,

Yes the permission is assigned in the SCP and within the profile for the service account.

Can you please tell me what the syntax should be in the Web.config for the AD BaseDN?

 

Thanks


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

Blue Screen Error STOP: 0x00007E

Hi all,

The dreaded BSOD has appeared after installing Windows 7 on my Toshiba U300 11-V Laptop. As soon as it was installed, my wifii wasn't connected to the internet because I didn't get a chance to put the wifi key in, so the updates couldnt be installed. I plugged in a USB hard drive and after a few minutes the Blue screen came up.

The error message is as follows.

STOP: 0x00007E (0xC000000, 0x82A0AD31, 0x80E1BAFC, 0x80E1B6E0)

After running the Startup Repair tool, the following list of problems came up:

Problem Event Name: StartupRepairOffline

Problem Signature 01: 6.1.7600.16385

Problem Signature 02: 6.1.7600.16385

Problem Signature 03: uknown

Problem Signature 04: 21200309

Problem Signature 05: AutoFailover

Problem Signature 06: 3

Problem Signature 07: BadDriver

OS version: 6.1.7600.2.0.0.256.1

Locale ID: 1033

I do not know what any of this means. Any help would be much appreciated as I am completely baffled on what to do next.

Many thanks in advance :-)

PS I have a taken a pic of the blue screen, don't know if there is a way of uploading it here.

 


Reply:
Hi,
 
Can you upload any dumps in c:\windows\minidump to skydrive for further
analysis,
 
 
Alternatively, if you want to take an initial look yourself,
 
 

-- Mike Burr
Technology

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

 

Hi,

 

Bug Check 0x7E: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED. Based on my researching, a memory access violation caused this problem.

 

Please try following steps to troubleshot this problem.

1.Make sure you have enough disk space.

2.If a driver is identified in the bug check message, disable the driver or check with the manufacturer for driver updates.

3.Try changing video adapters.

4.Check with your hardware vendor for any BIOS updates.

5.Disable BIOS memory options such as caching or shadowing.

 

If the issue persists, , please compress the files in the path of C:\Windows\Minidump\, upload the files via SkyDrive and post a link here.

http://explore.live.com/windows-live-skydrive?wa=wsignin1.0

 

In case you have further question, please feel free and let me know.


William Tan

TechNet Community Support


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

cannot access or view the sherdfolder on windows 2008 R2 & Std

Dears,

i had main issue when i installed new windows 2008 R2 & STD , after that  completed all windows updates,

 

Issue: i cannot access or view any shared folder and when i try to connect remote desktop the connection  down every 1 or 2 minutes . after search in MS and all support web site i found

1- you  must Disable the IPV4 large send offload from advanced setting for all network drivers

2- disable the IPv6

3- if you have more than network card you must change the network cable to another network card and restart  the computer.

 

this steps solve the problem in 3 servers,

I hope the info more be helpful.

 

Thanks

Osama Eid

 


Reply:

Hi Osama,

Thank you for sharing the solution. This will help others with similar issues.

Meanwhile here is a website which provided more steps about SMB, you can also have a try:

http://www.windowsitpro.com/article/networking/give-microsofts-scalable-networking-pack-140350


TechNet Subscriber Support in forum |If you have any feedback on our support, please contact tnmff@microsoft.com.

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

HIS 2010 - Cumulative Update Pack 2 is OUT !!!!!

This cumulative update package for Microsoft Host Integration Server 2010 contains hotfixes for issues that were fixed after the release of Host Integration Server 2010.

We recommend that you test the hotfixes before you deploy them in a production environment. Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included in the previous Host Integration Server 2010 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix.

Important This cumulative update package includes all the component packages. However, the cumulative update package updates only those features that are currently installed on the system.

Download Link : http://support.microsoft.com/kb/2616519

Many Thanks to the Product and Support TEAM ! You’ve done a great job


Steve Melan - BCEE My Blog : http://stevemelan.wordpress.com

Seemingly Random BSODS for as long as I can remember...

Hey guys. I bought my computer from ARBICO in the UK and since day one its been getting blue screens. I first told ARBICO about it and they were no help at all.

I get different error messages often, its rarely the same error over and over, although they do re-occur.   I also attached the CPUZ images to show what my system is made up of.  I would LOVE for any help on this as its been going on for about 2 years! since i first bought my machine! sigh....  

Also, I have ran checkdisk and the memory diagnostic tool for about 6 passes on all my RAM sticks. No errors were shown. I was thinking about maybe flashing my BIOS but I'm scared as I need this computer to do work (even though it does crash, its better than having a PC that doesnt work at all!)  thanks !

I cant figure out how to attach my zipped up minidump files...?


Reply:

Locate the DMP file in the \Windows\Minidump folder, upload it to your Windows live SkyDrive (follow the instructions that you find at http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/4fc10639-02db-4665-993a-08d865088d65) and make it publicly accessible; then post the link here, so we can analyze the crash dump and try to understand what's going wrong.

Bye.


Luigi Bruno - Microsoft Community Contributor 2011 Award

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

Hi,

 

Here are some generally troubleshooting steps for blue screen in the following article.

http://windows.microsoft.com/en-US/windows7/Resolving-stop-blue-screen-errors-in-Windows-7

 

Meanwhile, please upload the dump file to SkyDrive and paste the link here as Luigi mentioned.

 

Best Regards,

Niki


Niki Han

TechNet Community Support


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

DCOM Error 1009

Hi all i have just upgraded from exchange server 2007 to exchange server 2010.

in exchange server 2010 server event viewer show DCOM error

 

"DCOM was unable to communicate with the computer ABC using any of the configured protocols"

ABC was old exchange 2003 front end server ..it was demote past 5 month..why it is DCOM to old exchange server ..

any idea please

After enbaling VPN/NAT on 2008 R2 direct access to server is blocked

Hello Technet

As mentioned, I cannot access this machine after nat/vpn or just vpn is enabled. Do you need to configure something afterwards? It works fine when only nat is enabled..

 

best regards

Jesper Vindum, Denmark



Reply:

Hi Jesper,


Thanks for posting here.

 

Do you mean we were unable to access this server form its internal facing network when after enable VPN/NAT ?

could you show us the “ipconfig /all” and “route print” results here ?

 

Enable RRAS as a VPN Server and a NAT Router

http://technet.microsoft.com/en-us/library/dd458971(WS.10).aspx

 

VPN server deployment: IP Addressing, Routing/NAT, Single vs two NIC

http://blogs.technet.com/b/rrasblog/archive/2006/09/20/vpn-server-deployment-ip-addressing-routing-nat-single-vs-two-nic.aspx

 

Regards,

 

Tiger Li

 

TechNet Subscriber Support in forum

If you have any feedback on our support, please contact  tnmff@microsoft.com.


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

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

Hi Jesper,

If there is any update on this issue, please feel free to let us know.

Regards,

Tiger Li

TechNet Subscriber Support in forum
If you have any feedback on our support, please contact  tnmff@microsoft.com.

 


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

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

Jesper,

If you had port translated the necessary ports for DirectAccess, and after enabling VPN, then I think it may be caused by the multiple IP addresses registered into DNS.

A VPN on RRAS as part of it's background configuration, will generate an "internal" IP that is used to allow VPN client conenctions, but it also gets registered into DNS. Then it grabs a block of 10 IP addresses to reserve for client connections (assuming you set it for DHCP), and each one gets registered for the VPN server.

 


Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php

This posting is provided AS-IS with no warranties or guarantees and confers no rights.

FaceBook Twitter LinkedIn

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

Hello

Sorry for the delayed response, but I've been busy. How ever, I've made some progress.  The problem I had, getting disconnected was solved by remove/adding the from IPv4/NAT (?). After that the server was accessible from the network, and clients behind that NAT could reach the external networks. Also the VPN worked. But, only locally. I cannot managed to connect through the router. I've tried forwarding ports, put it into dmz, and so on.. but no success.

Do You have any answer to that issue?

 

best regards

Jesper Vindum, Denmark

 

 


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

Jesper,

If you have a router/firewall that is performing NAT, (not the Windows server), then you'll have to create port translation rules on the router/firewall to allow VPN traffic to come through to the external interface IP of your Windows server.

For PPTP:
TCP 1723
Protocol ID 47 (note: this is not a port#, rather is is a "Protocol ID")

For L2TP:
TCP 1701
UDP 500
Protocol ID 50 (note: this is not a port#, rather is is a "Protocol ID")
Protocol ID 51 (note: this is not a port#, rather is is a "Protocol ID")

For the Protocol IDs, you'll need to consult your router/firewall documentation on how to configure this.

 

Ace

 


Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php

This posting is provided AS-IS with no warranties or guarantees and confers no rights.

FaceBook Twitter LinkedIn

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

Jesper,

If you have a router/firewall that is performing NAT, (not the Windows server), then you'll have to create port translation rules on the router/firewall to allow VPN traffic to come through to the external interface IP of your Windows server.

For PPTP:
TCP 1723
Protocol ID 47 (note: this is not a port#, rather is is a "Protocol ID")

For L2TP:
TCP 1701
UDP 500
Protocol ID 50 (note: this is not a port#, rather is is a "Protocol ID")
Protocol ID 51 (note: this is not a port#, rather is is a "Protocol ID")

For the Protocol IDs, you'll need to consult your router/firewall documentation on how to configure this.

 

Ace

 


Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php

This posting is provided AS-IS with no warranties or guarantees and confers no rights.

FaceBook Twitter LinkedIn


Hello Fekay,

I am aware of these two ports/protocols. But when searching WWW, it turns out, that I'm not only the only having problems with VPN, using this particular router. I've tried to upgrade it with custom firmware, but still no success. I might get a new router, or built a virtual machine with good security, put it in DMZ, and place the router behind.

Best Regards

Jesper Vindum, Denmark


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

Technet,

I need an advice for this thread. The problem I had, was solved (mentioned above >Thursday, December 08, 2011 3:22 PM<), and the router problem I have some completely different. The thing I did, I wouldnt see as an answer, but I will not let this thread be unaswered. Should it be deleted then?

 

Best Regards

Jesper Vindum, Denmark


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

Technet,

I need an advice for this thread. The problem I had, was solved (mentioned above >Thursday, December 08, 2011 3:22 PM<), and the router problem I have some completely different. The thing I did, I wouldnt see as an answer, but I will not let this thread be unaswered. Should it be deleted then?

 

Best Regards

Jesper Vindum, Denmark

==================================================

Hello Fekay,

I am aware of these two ports/protocols. But when searching WWW, it turns out, that I'm not only the only having problems with VPN, using this particular router. I've tried to upgrade it with custom firmware, but still no success. I might get a new router, or built a virtual machine with good security, put it in DMZ, and place the router behind.

Best Regards

Jesper Vindum, Denmark


I wouldn't delete the thread. If it's a device problem, as you've apparently found, then I would suggest to contact the device vendor for their assistance.

From my experience, I've found not all firewall/routers properly handle VPN pass through. I've found problems with Netgears and one or two others. Matter of fact, after contacting NetGear ProSecure support and talking to 3 engineers and finally getting it escalated, the top guy told me that their device does NOT support VPN passthrough for more than one concurrent connection and suggested to use their built in SSLVPN. My customer did not like that. I suggested and had my customer purchase a Cisco ASA 5505, and the problem totally disappeared. All of my customers are now using Cisco ASA 5505's, and they have no problems whatsoever.

So my best suggestion is to contact the vendor support team for specific help with their device.

Regards,
Ace


Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php

This posting is provided AS-IS with no warranties or guarantees and confers no rights.

FaceBook Twitter LinkedIn

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

In addition, I would suggest to change the thread type to a Question instead of a discussion, since after all, you did ask a question. This way if any of the responses you feel were helpful answering your question(s), others can see that while searching the forums for similar problems they may have.

Regards,
Ace


Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php

This posting is provided AS-IS with no warranties or guarantees and confers no rights.

FaceBook Twitter LinkedIn

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

[Resolved] word 2010 crashes when double-clicking

If you have Bluetooth on your computer, it can add itself to office. You just have to uninstall the "Send to Bluetooth Add-In". Open your Word, dosen't matter how, go to File/Options/Add-In and fin the bluetooth Add-In and you can se which folder it's in. Close all your Office applications and unregister the Add-In and find the "btsendto_office.dll" and remove it and the other file above og under it with "office" in the name (sorry, don't remember the name). But copy the files to any other folder at first, so if it doesen't work, move them back into the Bluetooth folder.

That helped me, and it works great. You can always inform the creater of your bluetooth of the fail (optional).

 

Christian Overgaard, Skive, Denmark


  • Edited by Tony Chen CHN Monday, December 12, 2011 8:51 AM [Resolved]

Reply:

Hi, Christian,

Firstly. Thank you for sharing your solutions and solutions here. It will be very beneficial for other community members who have similar questions.However, this has been reported previously. If you search for just "Bluetooth," you'll get a lot of hits. But thanks for posting.

Tony Chen

TechNet Community Support


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

Want to customise the Security Group name with "AIM Application" which is a custom navigation bar resource name in FIM portal

Hi,

There is a requirement to create a duplicate seurity group navigation bar resource in FIM portal.

For the above requirement I had created a navigation bar resource named AIM Application same as security group.Now I need to customise the name Security group which is displayed when we click AIM Application resource in the page title with AIM Application.(Please refer the screen shot for refernce)

Please suggest some approach to achive this.

Thanks

 


Reply:
I think that automatically shows the object type so you may be stuck with that, unless you actually create another object type for these AIM objects.
http://www.wapshere.com/missmiis

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

Hi Carol,

Thanks for the reply.

Is there any other way other than creating an object type and modifying the security group name to AIM Application.

 

Thanks.


Thanks, Dinesh

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

Just wanted to say thank you for windows 7 fixit software!!!

i use to have problems updating my computer , but when i installed windows 7 fixit software it works perfectly now with updates!

Thank you microsoft!


Reply:

Hi,

 

Thanks for your sharing :D


William Tan

TechNet Community Support


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

how to install Exchange 2 HyperV machines with separating the roles

i've two physical server with win2k8Enterprise installed on them.

I need to install exchange2010 on them, but i need HighAvailabilty and i want to separate roles.

i plan to install to machines in HyperV on each server (so in total 4 machines), and in two of them to install HUB/CAS role, on the remaining TWO mailbox and configure them with DAG.

Is sth i've to mention before deploy? is sth i've to pay attention?

regards


Reply:

Thats seems OK to me.

Obviously split the roles appropiately on each physical machine.  I.e DAG nodes on each physical server.

Also, make sure you have the approiate resources so that each node can hanlde the roles should they failover to the other node.


Sukh

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

when i click on a link in ie9 it opens a new tab but it stays blank and never loads

when i click on a link in ie9 it opens a new tab but it stays blank and never loads

windows 7 64 bit

 

Powerpivot Field List greyed out / Excel non-responsive

  1. OS: Windows XP SP3 32-Bits
  2. EXCEL 2010 Professional Plus 32 Bits
  3. Powerpivot CTP3 Denali 32-Bits
  4. SQL 2008 R2
  5. 400,000 Records in total (Via SQL query)

Hei (Hi in Norwegian:))

For the last couple of months I've been struggling to find a solution to my problem. As you can read from title "Powerpivot Field List greyed out / Excel non responsive"  (see  image). I've tried absolutely everything but without luck. Sometimes it worked if you "leave it" for a couple of hours.

So today finally I found a solution. Basically you need to lock your machine, like when you go for those coffe breaks :) (by that I mean Crtl+alt+supr & click in lock PC (In norwegian lås datamaskinen). Then you need to reenter your session and voilá! powerpivot and excel now are responsive).

Hope this help another users... I've been looking for months for a solution in many websites but this one worked for me. 

Regards,

Patricio

 


patricio
  • Edited by patoduck Thursday, October 27, 2011 1:16 PM

Reply:

Hi Patoduck,

It seem this issue has been asked several times, but I cannot reproduct this phenomenon, in order to do some research to this issue, could you please share your issued PowerPivot workbook, you can upload it to your skydrive space https://skydrive.live.com/ or you can also send it to sqltnsp@microsoft.com Lastly,many thanks for your workaround, it must be helpful to other commnumites.

Thanks,
Challen Fu


Please remember to mark the replies as answers if they help and unmark them if they provide no help.


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

I have the exact same issue with one workbook (I have another one, bigger, that is working perfectly). At start, I was able to fix the issue be closing and reopening excel but now, even rebooting the computer doesn't fix it.

This is a 20 mb file, with 4 tables (biggest one with 150K lines). When I right-click the field list view, I can see the normal menu offering me the normal options. I can even slide fields into slices/values sections with no problem, except I cannot see them.

Locking the computer did not fit it,

Thanks for your help,

Guillaume

 


------------------------------------
Reply:
Me too have the same problem. The problem can be fixed when the workbook is closed and reopened like Guillaume mentioned before. Strange enough I don't see the fields in the PowerPivot field list but I still can click on the fields. It looks like something is running in the background (PowerPivot) and the (list)box with the field does not get redrawn.
Eddy N.

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

Sharepoint 2010 SP1 Automatically hide items from announcement list after they have expired [Solved]

Quick Guide Sharepoint 2010/2010 SP1:

highlight Announcement web part

From the Ribbon under List Tools: click on List

Click on Modify View ( to modify current view)

under Section Filter: select " Show items only when the following is true"

under drop down "show the items when column" choose "Expires"

select "is greater than or equal to" and type [Today]      including the [] Brackets

click ok

done.

No comments:

Post a Comment

Setup is Split Across Multiple CDs

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