Search Autosuggestion is getting cut in masterpage Search in Sharepoint 2010.
Hi All,
I am trying to implement a autosuggestion functionality in the default Search of SharePoint 2010. I used a jquery plugin and made the code as a web part and registered the web part in the master page(v4.master).I am gettimg the search box and the button,also the autosuggestion i am getting but the division for the autosuggestion is getting cut.It is not coming completely.It should overlap the existing place below the search box in a page but it is not and the suggestions are coming in one single line while it should come one after another in new lines.
Below the search box sharepoint has got a help menu...so I eliminated that help menu completely...still it is not coming properly.What can be the solution?Is there a way to get the autosuggestion completely?
I am providing one screen shot of the search result
Please suggest...
Thanks
Suu30
Sucharita Dansana
- Edited by Suu30 Monday, November 19, 2012 1:54 PM
Reply:
------------------------------------
Adding attachments to list item upon creation or after using client object model
Reply:
<script type="text/javascript">
var currentcontext = null;
var currentweb = null;
ExecuteOrDelayUntilScriptLoaded(AddFolder, "sp.js");
function AddFolder()
{
currentcontext = new SP.ClientContext.get_current();
currentweb = currentcontext.get_web();
this.list = currentweb.get_lists().getByTitle("your ListName");
var listItemCreationInfo = new SP.ListItemCreationInformation();
listItemCreationInfo.set_underlyingObjectType(SP.FileSystemObjectType.folder);
listItemCreationInfo.set_leafName('NewFolder');
var newItem = list.addItem(listItemCreationInfo);
newItem.update();
currentcontext.load(currentweb);
currentcontext.load(list);
currentcontext.executeQueryAsync(Function.createDelegate(this, this.ExecuteOnSuccess),
Function.createDelegate(this, this.ExecuteOnFailure));
}
function ExecuteOnSuccess(sender, args) {
SP.UI.Notify.addNotification('New Folder created successfully', false);
}
function ExecuteOnFailure(sender, args) {
alert("Error in Script");
}
</script>
avinash devkate
------------------------------------
Reply:
Thanks Avinash but I need something for COM application.
Probably I'll stick with using web references since nobody has a COM solution.
------------------------------------
Reply:
Kind Regards Bjoern
http://spviking.com
Follow me on Twitter: @bjoern_rapp
------------------------------------
Reply:
------------------------------------
Virus Software for School with 1000 Students to Replace Symantec Endpoint Protection
Does anyone have any recommendation to replace Symantec Endpoint Protection? It has been driving us crazy lately. It crashes are business critical apps and the support is horrible. Symantec is a huge footprint and slows down the OS. We currently have about 400 Laptops and desktops. Please let me know your thoughts and or experiences?
Thank you!
Reply:
Microsoft Essentials/Forefront Endpoint Protection has a small footprint and no fancy features. It just keeps the machines clean.
I really like it.
Regards,
Lutz
------------------------------------
Reply:
Hi,
I am Chetan Savade from Symantec Technical Support team.
I do apologies for whatever inconvenience caused so far. Could you please share the exact problem and support you received with reference to this issue.
Do you have any open case with Symantec for said issue? If yes could you please PM me at chetan_savade@symantec.com
I would really appreciate if you can provide more details about SEP version and Operating System. Also it's important to know which process is taking high CPU/RAM utilization?
Could you please provide application details which are crashing due to Symantec Endpoint Protection.
In case, you want to White-list an Application, then check this Article:
Software developer would like to add his/her software to the Symantec White-List.
http://www.symantec.com/docs/TECH132220
Helpful articles:
Handling and preventing SONAR false positive detections
http://www.symantec.com/docs/HOWTO55273
Monitoring SONAR detection results to check for false positives
http://www.symantec.com/docs/HOWTO55026
What part of the SEP are you using? OR using all three features?
Go through the following article as well.
Symantec Endpoint Protection Client configuration changes for performance optimization
http://www.symantec.com/docs/TECH102711
Best Practices for Installing Symantec Endpoint Protection (SEP) on Windows Servers
http://www.symantec.com/docs/TECH92440
- Edited by Chetan Savade Monday, November 19, 2012 10:42 AM
------------------------------------
Question concerning the approbation in a workflow
I have a question concerning the approbation in a workflow.
When someone have to validate a request I would like him to re authenticate (a second time).
I understand this is managed by a kerberos ticket and Sharepoint but do you have any idea how I could implement this ?
Thank you in advance for your help.
- Changed type Markus VilcinskasMicrosoft employee Friday, May 24, 2013 11:57 PM
Signature test
Vincenzo Di Russo - Microsoft MVP Windows Internet Explorer, Windows Desktop Experience & Security - Since 2003. My Blog: http://blogs.dotnethell.it/vincent/
Reply:
Vincenzo Di Russo - Microsoft MVP Windows Internet Explorer, Windows Desktop Experience & Security - Since 2003. ~ My Blog: http://blogs.dotnethell.it/vincent/
------------------------------------
Reply:
Serkan Bark, MSFT  
Microsoft offers this service for free, with the purpose of helping users and enlarging the knowledge database related to Microsoft products and technologies. This content is provided "as is" and it does not imply any responsibility from Microsoft's part
------------------------------------
Reply:
The following is my signature:
Powershell Programmer & Advanced Lua Programmer
Location: Switzerland
Beside that, whenever you see a reply, you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the main question of the thread, click "
Mark As Answer" (if you opened the thread).
I published the URL's for the icons in my signature.
Please contact me, before reporting me, thank you.
[string](0..21|%{[char][int]([int]("{0:d}" -f 0x28)+('577076797174-87661607769657424-8687168065964').substring(($_*2),2))})-replace' '------------------------------------
HELP IN RESTORE
Reply:
Charleneif you have a win 7 dvd you can boot from that and chose the option called refresh/repair my computer (sorry not on a computer atm, so I am a little vague).
MS-MVP 2010, 2011, 2012 Sysnative.com Team ZigZag
------------------------------------
Reply:
------------------------------------
Windows 7 graphics issues, explorer is freezing up as well as games
Reply:
Hi,
Thanks for you post.
As you mentioned that the issue especially happened when you viewing any graphic/ video stuff in chrome. What about the IE? If the issue does not always happened in IE, you can try to uninstall Chrome or post the issue to Chrome support forum for help.
But for IE, I would like suggest you try the following suggestion:
Please check the issue under the Safe mode with network connection, if the issue does not persist, Clean Boot would help you determine whether background programs are interfering with your game or program.
What's the version of the IE? IE 8, or IE9. When IE hangs , the reason is always caused by a third part add-on. You can try to Run Microsoft fix it tools for check. To optimize IE, you can try this tool.
Finally, referring the issue would cause a BSOD, I need your dumpfile for further troubleshot.
Please post a copy of your dumpfile as a shared file to your Sky Drive with a link here.
For advice on how to configure your system to create dump files please read:
http://support.microsoft.com/kb/254649
Spencer
TechNet Community Support
------------------------------------
Good article for provision managed metadata columns.
Hi All,
Provision managed metadata columns in SP2010 is a very painful. We tried a lot of ways to provision however things didn't work. Last week during the google we got below article for this problem. We followed the same article and It works well for us.
http://www.theroks.com/how-to-provision-managed-metadata-columns/
Regards Amit
- Changed type Restless Spirit Monday, November 19, 2012 6:21 AM
Reply:
Hi Amit,
I think second time you have taken initiative to share your knowledge with sharepoint team. If we get same scenario, we can use the link which you mentioned above.
Please keep sharing your knowledge.
This is highly appreciable.
Sekar - Our life is short, so help others to grow
Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
------------------------------------
signature test
test
thusrtbyetyr
tfutnuytyt
- Changed type Christian HL Monday, November 19, 2012 6:43 AM
- Edited by Christian HL Monday, November 19, 2012 6:43 AM
Reply:
eyrbvertyr
ujktfn yut
uigkmuyiuy
------------------------------------
Reply:
------------------------------------
Powershell Script needed to get total members and inactive members belong to Security Groups within specific OU
Hello All,
I am new to PowerShell and trying to build a Powershell Script to get total members and -NotLoggedOnFor X days for members that belong to Security Groups within specific OU
e.g. I have parent OU called Schools contains child OU schools every Child OU contains security group called "SchoolName Teachers"
the below Script didn't work for me
( Get-QADGroup -Name "* Teachers" -SearchRoot "OU=Schools,DC=secedu,DC=qa" -SizeLimit 0 | Foreach{
$u=Get-QADGroup -Name "* Teachers" -SearchRoot "OU=Schools,DC=secedu,DC=qa" -SizeLimit 0 | Get-QADGroupMember
$f=Get-QADGroup -Name "* Teachers" -SearchRoot "OU=Schools,DC=secedu,DC=qa" -SizeLimit 0 | Get-QADGroupMember |get-qaduser -NotLoggedOnFor 47 -SizeLimit 0 -PageSize 2000
$FilePath = $FilePath = "c:\1\Teachers200.csv"
$total=($u | measure-object).count
$disabled=($u | where {$_.AccountIsDisabled} | Measure-Object).count
$NotLoggedOnFor=($f | measure-object).count
$Enabled=$total-$disabled
$ActiveUsers=$Enabled-$NotLoggedOnFor
New-Object psobject -Property @{
Name=$_.Name;
Group=$_.DN;
Description=$_.Description;
TotalUsers=$Total;
Enabled=$Enabled;
Disabled=$Disabled
ActiveUsers=$ActiveUsers}
})| Export-Csv $FilePath
- Edited by Taheito Monday, November 19, 2012 7:57 AM
Reply:
Grant Ward, a.k.a. Bigteddy
------------------------------------
Reply:
Thanks allot Bigteddy for your prompt reply,
we have a Parent OU that contains all teachers users and OU called Schools that contains OU for each School, and each School OU contains a security group called "SchoolName Teachers" that contains every School teachers when running the script to get these groups data it gives me the below results for every school
Name : AlHudaPrimG Teachers
ActiveUsers : 11748
Disabled : 62
Enabled : 14742
Description :
TotalUsers : 14804
Group : CN=AlHudaPrimG Teachers,OU=AlHudaPrimG,OU=Schools,DC=secedu,DC=qa
this is the total number of Teacher for all Schools not for this School only. so the problem is it gives me the total number and the total -NotLoggedOnFor for all teachers not across each school
this is the right Script i am using now
( Get-QADGroup -Name "* Teachers" -SearchRoot "OU=Schools,DC=secedu,DC=qa" -SizeLimit 0 | Foreach{
$u=Get-QADGroup -Name "* Teachers" -SearchRoot "OU=Schools,DC=secedu,DC=qa" -SizeLimit 0 | Get-QADGroupMember
$f=Get-QADGroup -Name "* Teachers" -SearchRoot "OU=Schools,DC=secedu,DC=qa" -SizeLimit 0 | Get-QADGroupMember |get-qaduser -NotLoggedOnFor 47 -SizeLimit 0 -PageSize 2000
$FilePath = $FilePath = "c:\1\Teachers200.csv"
$total=($u | measure-object).count
$disabled=($u | where {$_.AccountIsDisabled} | Measure-Object).count
$NotLoggedOnFor=($f | measure-object).count
$Enabled=$total-$disabled
$ActiveUsers=$Enabled-$NotLoggedOnFor
New-Object psobject -Property @{
Name=$_.Name;
Group=$_.DN;
Description=$_.Description;
TotalUsers=$Total;
Enabled=$Enabled;
Disabled=$Disabled
ActiveUsers=$ActiveUsers}
})
- Edited by Taheito Monday, November 19, 2012 8:26 AM
------------------------------------
Windows 8 USB making problems!
- I have download windows 8 9200.16384.WIN8_RTM.120725-1247_X64FRE_ENTERPRISE_EVAL_EN-US-HRM_CENA_X64FREE_EN-US_DV5.iso which is64 bit iso file and i have PNY Usb.
- I want to install windows 8 but i have a problem
- When i make my usb bootable using ms win 7 usb maker then i restart my pc which stops when it attempts boot from usb and i see four blue boxex of windows 8
- I waited half an hour but nothing done then i restarted my pc
- This was problem when i download win 7 home premium and win 8 32-bit
- That time i installed these windows on my other local disk and then in win 7 or 8 i formated my c:\ local disk
- But this time i have problem because my already installed system is 32-bit and downloaded is 64-bit so i cannot open setup.exe because it is 64-bit
- Some more information is that while installing win 7 or win 8 32-bit i found no error making them bootable on usb but now i find an error which is ...
- File copied successfully however we are unable to run bootsect to make usb drive boot able
Do the Impossible
Reply:
Hi NaxAlpha,
Welcome to the MSDN forum.
The topic of this forum is LINQ Project General. Your problem is related to Windows 8 installation, so please try this forum: http://answers.microsoft.com/en-us/windows/forum/windows_8
Sorry for any inconvenience.
Best Regards,
Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
------------------------------------
Exchange 2010 free online video How do I
Hi
on Microsoft TechNet website you can find free online video about Exchange 2010. Those videos explained some issues with Exchange 2010 administration.
More info you can find here:
Exchange Server 2010 "How do I" video center
all videos are available on TechNet website:
Exchange 2010 "How Do I?" Videos
Remigiusz
ExchangeBlog
Reply:
------------------------------------
Downloading messages automatically in outlook for MAPI users.
Dear Exchange Admins
Last two days we are getting call from users that , messages are not downloading automatically in outlook (2010). it is MAPI profile and messages not downloading until they click update Folder in outlook by manual.
Kindly suggest a solution for this.
Thanks in Advance.
Ashraf
Reply:
Hi Ashraf
Have you tried creating the profile again for the user?
Is outlook giving any errors or just not downloading mail? Did anything change in the last 2 days?
------------------------------------
Reply:
Outlook not giving any errors.
automatic update of messages is not working.
we did not changed anything.
Many users complaining this problem
Ashraf
------------------------------------
When adding trusted site via registry IE7 (not IE8) puts a *. before the url2:34 PM 11/15/2012
for some reason when i add a trusted site to "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" IE7 adds the following two charichters to the trusted site URL "*." (star and a dot). This doesn't happen in IE8.
When IE7 does that it causes problems wince my url doesn't begin with "www." is this a bug? is there a way around it?
Yeah Buddy!
- Changed type Leo Huang Monday, December 3, 2012 8:48 AM
Reply:
Hi ,
According to the IE7 issue, it is better to post in Internet Explorer All Prior Versions forum. In addition, I notice you have posted this issue before. In order to avoid confusion and keep track of issue, I recommend to keep working with the previous thread as link below:
Regards,
Vincent Wang
TechNet Community Support
------------------------------------
Missing attachment [Fixed]
Fixed using the following:
Exchange Server 2010
1. Stop the Exchange Transport service.
2. Locate the EdgeTransport.exe.config file. This file is located in the following path:
<drive> :\Program Files\Microsoft\Exchange Server\Bin\
3. In the EdgeTransport.exe.config file, add the following entry between the <appSettings> element and the </appSettings> element:
<add key="TreatInlineDispositionAsAttachment" value="true" />
4. Restart the Transport service.
We have a problem when receiving emails from a particular sender. The problem is that the attachments don't show up in Outlook 2010 or OWA, but if you view original message in OWA you can see the attachment.
I managed to intercept the mail using our Barracuda Firewall and Antispam and save the message as an EML file. I have noticed the problem lies with:
Content-Disposition; inline; filename=Oak.jpg
If I change this to
Content-Disposition; attachment; filename=Oak.jpg
and resend the message I can see the attachment. I SP2 and Update Rollup 4-v2 for Ex 2010 SP2 installed.
ProductVersion FileVersion FileName
-------------- ----------- --------
14.02.0318.004 14.02.0318.004 C:\Program Files\Microsoft\Exchange Server\V14\bin\ExSetup.exe
www.software-kinetics.co.uk Dependable Software
- Edited by Normski Friday, November 16, 2012 11:10 AM
- Changed type Simon_WuMicrosoft contingent staff Monday, November 19, 2012 2:06 AM
Reply:
Hello Normski,
Thanks for sharing. I changed the thread type from "Question" to "Comments".
Thanks,
Simon
------------------------------------
workflows in a CA Service desk Request
Bad OSes and the fanboys who love them
Will Microsoft be fixing the issue with start button, where if one is using a mouse and moves to the bottom left side of screen to make the Start button appear
Hillarious.
Nothing against the OP, but that post is further proof what a trainwreck Win8 is.
Reading the amazon.com comments on Windows 8 is equally good fun:
Apple is missing a golden opportunity if they do not bring back the PC guy and
Mac guy commercials. I have used every version of Windows since Windows 2 and
this is the worst. Most user unfriendly system I have ever used. I needed a new
computer and bought computer with windows 8 because I had not choice. When you
have to go out on the internet to find out how to shutdown your computer, that
is a problem. I have to use Safari browser to download software. Common programs
such as Adobe acrobat reader would not download and install using internet
explorer. When I tried to download IE 9 my computer states it is installed, but
I have not a clue as to how to search for it, since I cannot find a search box
as in other versions of Windows. This may force me to buy a MAC. If you are
using Windows 7 or Windows Vista or XP. DO NOT UPGRADE!!!
After going through some of these helpless pleas of Windows 8 victims I invented a game - "Designofail". It involves reconstructing Sinofksy's genius design decisions to find out which of them drove the user to tears.
In this case, the user tried to wrestle the beast known as Metro IE, but the beast withstood taming, almost like the beasts in the Bible. Metro IE has problems running the installers of software like Adobe Reader, which like only 99% of the computer using populace is using. Since Sinosky's motto was "no compromise", any double digit percentage number, no matter how high, was not enough to change course.
The user probably used the search function to find software in previous versions, and now that this function is gone, his/her navigation is utterly broken. Oh, I know what you want to say: "But VeryBoringNickname! Windows 8 HAS a search function, I used it myself searching for the power off button!"
Ya, sure, and there's a chance that below your feet right now is a huge oil field.. if you only knew that! The Metro start screen offers absolutely no indication that it is searchable. It's full of little news items and ad-like graphics. It resembles something like cnn.com, only that CNN HAS a search box! Would you "just start typing" at cnn.com, if the site had no visible search box?
Let's move to Paul Thurrot where it is announced that Win8 sales are below internal projections (surprise). A commenter weighs in:
----
I heard from first couple of people who bought cheap (as majority of people do) Widows 8 laptops and boy the hate them! They can't find Start menu which for them means there are no apps in desktop mode. They go to App Store where they still can't find their favourite programs, or if they find and install they don't work way they expect (i.e. Skype). They go to Internet (using Metro IE version) and it doesn't play videos on their favourite websites (flash). They open a file from desktop and it opens in full screen Metro app with no obvious way to close it...
----
Let's go designofail on this one.. Oh, I can already hear you! "They can't find Start Menu"? But VeryBoringNickname, there IS a Start Screen! I use it to pin my favourite porn sites onto it!" Yea, but Grandmaster S. has forgotten to add an MRU list to it! DOH!
How do users find newly installed programs usually? The Start Menu highlights newly installed programs until you start them. The fullscreen successor does not and drowns them instead in a seizure inducing mass of jiggling squares.
Designofail on Skype: Notro Skype is a debacle: "Insanely unintuitive, The idea that one's parents were sitting in front of this piece of software is funny and sad at the same time, made the editorial shaking their heads in disbelief".
They open a file from desktop and it opens in full screen Metro app with no obvious way to close it... - They wanted to simplify Windows 8. That's why instead of clicking on an easy to spot bright red X, (that's faaar to power use for the common idiot to understand) you need to "grab" the application by its invisible head and drag it down the drain so that it can disappear. At least the approach is very apt for Windows 8 so far.
Welcome to the wonderful world of Windows 8! Were tasks get simplified by invisible controls, and computer newbies get help by removing any visual cues. I hope you tune in next week when Steven Sinofsky shows you on his new show on cable how fishing is far more easier using screwdrivers and toothbrushes instead of fishing rods. Stay tuned!
- Edited by VeryBoringNickname Sunday, November 18, 2012 6:25 PM
Reply:
On Sun, 18 Nov 2012 15:27:56 +0000, VeryBoringNickname wrote:
The user in this thread <http://social.technet.microsoft.com/Forums/en-US/w8itprogeneral/thread/31c1fcb0-4d65-45d7-8b2d-394a78d37df9>?thought that the all new start orb behavior is a bug:
Will Microsoft be fixing the issue with start button, where if one is using a mouse and moves to the bottom left side of screen to make the Start button appear
Hillarious.
Nothing against the OP, but that post is further proof what a trainwreck?Win8?is.
You've missed the point of the OP. He's not saying that the lack of a Start
button is a bug, he's complaining that when the Start charm is invoked, it
doesn't take much mouse movement for it to go away again.
Paul Adare
MVP - Forefront Identity Manager
http://www.identit.ca
Bipolar: Refers to someone who has homes in Gnome, Alaska and Buffalo, New
York.
------------------------------------
Reply:
In any case, it is a very fine satire. Thank you firstly VBN, and Paul for contributing.
Thanks!
You know, Windows 8 is becoming something like my inspiration (guess that's true for ADRz as well). I noticed that I can write huge posts about without any effort at all, it's as if they write like themselves. Win 8 is such a easy target, you could write them blind.
I wish I could get a similar effective inspiration for something more important, one could write a bestseller in days.
- Edited by VeryBoringNickname Sunday, November 18, 2012 8:23 PM
------------------------------------
Reply:
In any case, it is a very fine satire. Thank you firstly VBN, and Paul for contributing.
Thanks!
You know, Windows 8 is becoming something like my inspiration (guess that's true for ADRz as well). I noticed that I can write huge posts about without any effort at all, it's as if they write like themselves. Win 8 is such a easy target, you could write them blind.
I wish I could get a similar effective inspiration for something more important, one could write a bestseller in days.
I could not but respond to this!!! Yes, I believe Win8 will remain for years to come a prime example of a product designed in such a way as to induce corporate suicide. It is as if FORD took its best selling truck and re-designed it as to be both a heavy-duty truck and a nibble town commuter!! This combination is impossible and leads to too many compromises. The same is true for Win8: one cannot marry a portable OS and a heavy-duty desktop OS in a product that makes sense. Apparently, following the release of Win8, Apple is doing just great. Check the following link. Although it is a very limited survey, it says a story that is co-fluent with other reports. Win8 has not only failed to revive PC sales, it has actually weakened them because of user indecision and uncertainty as to what Win8 actually is.
http://www.tapscape.com/windows-8-fail-42-of-prospective-buyers-going-apple/
So, now that Sinofski is out, what is going to happen? Despite what all of you may hope, I do not think that there would be a any great revelation event at Microsoft. Ballmer's job is just too tied to seeing this debacle through and emerging with something resembling a victory. So, my prediction is that following Sinofski's departure and the poor sales of Win8 (real and projected), the desktop mode of Win8 will be removed faster than one expects. Win8 in a year will be transformed into a homogeneous portable OS competing against iOS and Android. Now, it remains questionable if Microsoft would ever bother to release a desktop variant. My guess is that it is unlikely to do this in the near term, because it would destroy the portable OS in its infancy. Microsoft will go "all tablet" all the way.
What will happen to the desktop? This would be interesting. Microsoft may continue selling Win7, but my guess is that new solutions will emerge. Intel and the current assembly of OEMs have a substantial interest in finding a solution.
------------------------------------
Minimum polling interval Dynamics AX Adapter
Hi Pros,
the minimum value for the polling interval of the AX-Adapter in BizTalk Administration is 1 minute. In other adapters like the file adapter you can set the polling interval in milliseconds.
Anyone knows a trick to set the polling interval for the AX-Adapter less than 1 minute?
I already tried to manipulate the bindings.xml without success.. so if there is no trick, anyone at least knows the reason for this behaviour?
Thanks in advance for your ideas!
Reply:
Typically when adapters are built, the designer takes into account the overheads of polling, I wrote an POP3 adapter in 2004 and if you tried to poll at an interval less than about 1 minutes in most systems the adapter would lock up, this adapter was based on the base adapter framework.
I don't know but would guess that the overhead doing a polling operation in the AX-Adapter is such that a value lower than 1 minute might not be achievable anyway, because of the overhead opening connections and querying.
How low are you trying to set it?
Bill Chesnut | BizTalk Server MVP | Mexia Consulting | Melbourne Australia
http://www.biztalkbill.com
Please indicate "Mark as Answer" if this post has answered the question.
------------------------------------
Reply:
Hi Bill,
half of the time , 30sec would be fine but if thats not posible an other way to solve my problem would be to double the count of messages that are pulled by each polling.
At the moment the message queue in AX loses 100 messages per polling. So the BizTalk processes these messages and then is in a free state for nearly half of the time. I tried to set the "Internal Message Queue" from 100 to 200 without success...
I will monitor the Throttling behaviour to find out more.
- Edited by Trombone Saturday, November 17, 2012 1:51 PM
------------------------------------
Reply:
The magic parameters are located unter PlatformSettings->Adapters->Microsoft Dynamics AX 2009-> Host Properties-> Batching. You can not speed up the pollinginterval but the number of messages that are polled.
- Edited by Trombone Wednesday, November 28, 2012 9:12 AM
------------------------------------
ASAP Utilities
Not sure of how many people use this application. Also heads up this is an Excel Add-in so if you have not virtualized Office this may be one you want to miss. I do not have Office 2010 sequenced either but for this particular app, there's a shortcut when installed locally anyways so I decided to do it.
One known limitation is that the app may fail to launch if another instance of Excel is already open. You could script to kill Excel or just accept the risk.
Step 1 - Prepare the sequencing machine by adding the following Exclusions to the Exclusions list:
Launch the App-V Sequencer. Browse to Tools-->Options
%CSIDL_COMMON_PROGRAMS%
%CSIDL_COMMON_APPDATA%
\REGISTRY\MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings
\REGISTRY\MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings
\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
Ensure Windows Search and Windows Defender services have been stopped on the machine.
Step 2 - Sequence the Application
Ensure that you have launched Excel at least once on your sequencing machine before you proceed with sequencing then choose all defaults in the App-V Sequencing Wizard until you get to the window prompting you to provide a Package name. Name the package accordingly e.g. ASAP Utilities 4.6. Take note of the Primary Directory e.g. Q:\ASAP Utilities 4.6 as you'll want to install the application here. Click Next.
Choose Perform a custom installation. Click Next.
Launch the installer. I accepted all defaults. Once complete you need to apply the license information. You can do this via the registry [HKEY_CURRENT_USER\Software\VB and VBA Program Settings\ASAP Utilities\setup] or you could launch the application and do it through the GUI. After installation and registration, I launched the application, It prompts for a save directory. I chose to point this into my CSIDL_APPDATA\ASAP Utilities Folder, I also Chose to allow the macros. Went into the the Excel options menu and chose to allow the Macros. This will allow the Macro to work in the virtual environment.
Check the box to indicate the install has been completed once you have successfully installed the application.
I do not launch to optimize and just hover over the menus to ensure they come down and are presented to the user quick.
I removed all shortcuts e.g. Read Me, PDF, Excel sheet with Install info, Uninstall etc. And just left the main application shorcut e.g. ASAP Utilities. I also deleted a registry key with my name in it: Inno Setup User
When complete you may select File-->SaveAs
Save the application to the relevant path (what you set in the Deployment tab)
Step 3 - Application Complete
That's the application sequenced. Again you may want to apply a pre-script to check to see if an instance of Excel is running and prompt the user to close and re-launch or possibly kill the process (not advised)PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog: rorymon.com Twitter: @Rorymon
- Edited by RorymonMVP Sunday, November 18, 2012 7:47 PM
Windows 8 and Skype Conflict
- Changed type Arthur Xie Wednesday, October 31, 2012 7:56 AM
Reply:
------------------------------------
Reply:
Yes
------------------------------------
Reply:
------------------------------------
Reply:
I do not see the option to turn the modern ui app off. It happened right when I was trying to make a call with desktop. With both apps responding simultaneously the call kept dropping.
Maybe if you just use the modern app ok?
Anyway I uninstalled modern ui for now because I am very comfortable with desktop version which gives me more off and on control.
Maybe modern app is better for those who want it on all the time and do not want to think about it?
------------------------------------
No comments:
Post a Comment