About Ashish Khandelwal

Ashish Khandelwal
I am glad to start my own blog. I would like to thanks www.arkutil.com to provided me space and an access.
About myself
I am Ashish Khandelwal from Pune (INDIA) and currently working with SUNGARD. I am having 9 years of experience in software development field. My expertise is in .Net, C#, SQL Server, ASP.Net, WCF, Crystal Report, VB.Net, XML Web Services, XML, System Analysis and Design. I have also worked on area like .Net Remoting, Oracle, HTML, Commerce Server, BizTalk Server, IBM MQ 6.0, FxCop.
I am PMI Certified PMP (Project Management Professional).
Reason to start http://AshishKhandelwal.ARKUTIL.com
From long time I was thinking to open a channel where I can communicate with entire world, share my knowledge, discuss about various challenges which we as a software engineer (IT professional) always face. The best channel I found is blog.
This will be my try to always share the knowledge I have, share the experiences which I will gain.
The best thing I like most about my profession is – “The Challenges”, I think most of we like this. We always have something new to do, something new to learn, something new to achieve, and when we achieve it the great level of relax and satisfaction we feel. I think that’s a beauty of software development professional.
If you have any suggestion feel free to mail me or comment here.
Thanks for your time,
Ashish Khandelwal
Ashish Khandelwal on MSDN form


Dear Ashish,
I have read your entry in the MQSeries.Net forum, where you described a problem with WebSphere MQ 7.0:
We are migrating from .Net Framework 1.1, MQ V6.0, Windows 2003 to .Net Framework 3.5, MQ V7.0.1.0, Windows 2008. We have observed that with new setup there is delay of 1.5 mins when .net application tries to establish first connection with the Queue. For all next connection there were no delay observed.
I have exactly the same problem. Unfortunately there is no real solution described in this forum.
Have you had the problem fixed? What was the reason for the delay?
I have found, that the program will only have the delay when it is run under certain user-ids. With other user-ids there is no delay. However I cannot see any difference in the user profiles.
I would be grateful, if you could help me with this problem
Kind regards,
Karl-Heinz Pichler
Wels – Austria
Hi Pichler,
For first connection, .Net application tries to verify the certification in which MQ version 7.0. the certification is required to verification through the internet. this is the basic reason it takes time, here also, if internet not found, .Net does 1-3 times retry. you need to disable this verifiction process because normally we do need verification.
Add the xml tag “generatepublisherevidence enabled=”false”" under “runtime” element
into the app.config as below:
Please check this link for the further explanation.
http://www-01.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSEP7X&q1=connection+delay&uid=swg21394928&loc=en_US&cs=utf-8&lang=en
Hope this will help you.
Thanks,
Ashish Khandelwal