Friday, October 30, 2009

SQL Session ID - For Releasing a Stuck User

6 Comments

Often we get requests to release a lock happened in GP when a user tried posting a transaction or batch. And it gets stuck and the user is not able to reopen the Transaction Entry (Ledger/Subledger) form.

This is contributed to the DEX_SESSION and DEX_LOCK tables in addition to ACTIVITY, SY00800 and SY00801. This is clearly explained in the KB article #866440.

Some of the consultants often kill the Dynamics.exe process to get out of a stuck session in other to allow the concerned user to log on back and do his routines, without knowing the impact of it. Once the user logs back in after this KILL, he/she would not be able to reopen the Transaction Entry form where they got stuck initially. This in addition to deleting the ACTIVITY record for that user.

My piece of advice: Always note down the SQL Session ID which is there in ACTIVITY table before deleting the ACTIVITY record. There are two reasons why we want to do this. DEX_SESSION and DEX_LOCK tables would have this SQL Session ID as the reference to that particular user's session. And if we don't know this, we won't be able to delete the respective records from these tables (as explained in the KB article).

I recently had to face the similar situation where I was left with DEX_SESSION & DEX_LOCK records without having a reference to the SQL Session ID, as the ACTIVITY record was deleted before hands. I had to spend some quality time on that to restore the system for that User ID back working.

This is really important and I am sure experienced consultants would agree with me in this regard. Always pay attention to these tables and respective records before do something hasty and repent it later.

VAIDY

Saturday, October 24, 2009

Is it a right choice of being an Independent Consultant?

0 Comments
I bet, it is. I came here to Middle East for an assignment which involves the direct interaction with the realtime business and the people who work on it.

So far, I had never been able to understand the Accounting & it's principles because I used to think from GP's perspective. If someone ask me where & how to enter Sales Order in GP, I would certainly tell them. If someone seek assistance from me on modifying a form, I would do it merrily.

But only now I have started thinking from this dimension: Understanding the Business and thereby arriving at a solution. I had never got a chance to understand the core Accounting Principles but here I am doing it. I have been provided with a golden oppurtunity to learn and improve myself as a Consultant.

I am more than happy to oblige that.

I would recommend all Consultants to be associated with at least one Client directly in their career and work with them for their Business Implementation. I am sure, that will enlighten to unexpected levels.

VAIDY

Tuesday, October 6, 2009

CRM to GP Adapter Released

0 Comments
The much anticipated CRM 4.0 to GP 10.0 Adapter has shed it's BETA tag and is now officially available for general use on US Installs. PLEASE BE NOTED that this is generally available for only US Installs.

Check out the Inside Microsoft Dynamics GP blog article: RELEASED!! - Microsoft Dynamics CRM 4.0 Adapter for ...

VAIDY

Sunday, October 4, 2009

Pretty Interesting DEX.INI Settings

1 Comments
My friend, Arunprasath VM, has shared an info on two DEX.INI settings which looks pretty new and interesting to me. I thought I would share with you all.

Below are the two switches:

duUseResourceDlls=FALSE
duExtractSqlResources=TRUE

From his explanation: These two settings will extract all SQL objects (tables, views, stored procedures, etc.) when an installation / upgradation of GP is done. These details can be found in the "SQL" subfolder inside GP Application Folder.

I am yet to try these settings, but if anyone has got any extra information about these settings, kindly do share with us.

Thanks Arun for sharing this info.

VAIDY

UPDATE: The DEX.INI switches are updated with correct spelling and values.

OLE Attachments & Record Notes - David

0 Comments
Quite an informative article from David on OLE Attachments and the Record Notes.

If anyone want to learn about these concepts, do read this article.

VAIDY

Dynamics GP Installation with Service Packs - Geoffrey Wayong

0 Comments
Thanks to Mohammad Daoud to point out this article to us.

Geoffrey Wayong of Dynamics Solution Edge, has got a very informative post that explains the simplicity of Dynamics GP Installation with Service Packs.

A really good one to know about.

VAIDY

Thursday, October 1, 2009

MSDynamicsWire.Com - Up & Running

0 Comments
This portal, MSDynamicsWire, was having it's worst phase from earlier last week till a couple of days back, I believe.

Looks like all the issues are solved now and this portal is up & running with good amount of feeds centralized for our reading. Just have a look at it and I am sure someone may definitely find something useful.

VAIDY

Which tool would be apt for our requirements?

0 Comments
I read this article from MichaelJ on his blog: PO Purchases Account Required...

I must admit that I learned how to think diversely when we try to define a solution for a specific requirement. This is something which sounds very simple (rather silly) in advocating, but then sometimes it does become critical unknowingly.

Read thru' the comments also on the above said article and you would get to know what I am talking about.

VAIDY