Quantcast
Channel: Microsoft Dynamics GP Forum - Recent Threads
Viewing all 32807 articles
Browse latest View live

ReportWriter Sort Issue on custom fields

$
0
0

I created two User Defined fields on the SOP PICK LIST report.  The two user defined fields are part of the Kit Component Line near the Item Description, Location Code, Qty, etc..  I want to sort the list based on the values of these two User Defined fields.

Has anyone experienced this issue before?


Fixed Assets with a Partially Open Status

$
0
0

What would cause some assets to have a Partially Open status?  The only thing I noticed on these assets is that they have a Date Deleted.

Debug-Test Mode not working

$
0
0
Hi, I am using GP version 10.0 (SP5). I got a customized dictionary file from an ex-resource. While I setup and open the resources from Dexterity it works and I am able to create new resources (tables, forms etc). However, when I enter into Test Mode, it opens GP 9 (9.00.0259) login screen and when I put user id and password and click login it shows error "You are using an earlier version of Dynamics.dic than the one that's currently installed on the network". I also checked that in my Dex.ini, entry for Dictionary Version is showing as Dictionary Version=9.00.0259 Even if I change the dictionary version to 10, it automatically updates this entry again back to 9.00.0259 Can anyone help me out to resolve this issue as I have to develop and test new screens. Regards, Waliullah

Debug-> Test Mode Not Showing Erro

$
0
0

Hi,

I am using GP version 10.0 (SP5). I got a customized dictionary file from an ex-resource. While I setup and open the resources from Dexterity it works and I am able to create new resources (tables, forms etc).

However, when I enter into Test Mode, it opens GP 9 (9.00.0259) login screen and when I put user id and password and click login it shows error "You are using an earlier version of Dynamics.dic than the one that's currently installed on the network". I also checked that in my Dex.ini, entry for Dictionary Version is showing as

Dictionary Version=9.00.0259

Even if I change the dictionary version to 10, it automatically updates this entry again back to 9.00.0259

Can anyone help me out to resolve this issue as I have to develop and test new screens.

Regards,

Waliullah

How to show all navigation in dynamic GP web client?

$
0
0

Hello,

I am new on dynamic GP and facing a big problem while trying to show all menus (buttons) on the navigation in GP web client. Its showing only 6 menus.

How can I show all navigation in GP web client? Please help!!

Fixed Asset Depreciation Errors

$
0
0

A user is depreciating assets and the following error log printed:

FA_Get_Period_Info 

  Return code 2 on script Calculate_GL_Period. Date 11/1/1995

FA_Determine_Prorated_Amt_and_Depr_Begin_Date.

  Return code 2 on script FA_Get_Period_Info. Date: 11/1/1995

FA_Depreciator

  Return code 2 on script FA_Determine_Prorated_Amt_and_Depr_Begin_Date.

FA_Locate_Books_Not_Fully_Depreciated

  Return code 2 on script FA_Depreciator. Asset Index: 169   Book Index: 1

FA_Depreciate_All_Assets

  Return code 2 on script FA_Locate_Books_Not_Fully_Depreciated

 

Does it matter that we do not have a fiscal period of 1995? We only started in 2000. I am not sure why FA is trying to use this date. 

Is there a good source of technical resources?

$
0
0

I made a post about 2 weeks ago asking about database partitions and filetables. There has been a deafening silence leading me to the conclusion that this is more of a user-administration than technical-administration forum.

Can anyone recommend a good source of technical resources about installation, configuration, and maintenance of the GP databases?

Management Reporter legacy to GP2010 and GP2013

$
0
0

Hi,

I am having a client who is running 2 environment at the same time. One environment is in GP2010 and the other in GP2013. I wanted to find out if it was possible to create 2 legacy ERP integrations to point to GP 2010 (67 companies)  and then GP 2013 ( companies).

Then run the reports in MR which could consolidated both integration. Is that possible? Any suggestions are welcome except data mart since I must use user defined fields to drive my rows layout and it doesn't work well with DDM, so legacy is a must for me.


Unbelievable: Subtotal does not match the line item totals

$
0
0

This the final piece of a 3-month integration project and I'm pulling my hair out.  GP is returning this subtotal error (2006  Stored Procedure taPopRcptHdrInsert) at completely random times.

I've actually seen cases where GP will reject my XML with this error... then 10 minutes later, it will go in just fine - WITH THE SAME EXACT XML!

I've read a lot on this... Don't specify the SUBTOTAL (which fails for me).  Don't specify the EXTCOST (which also fails for me).  Having seen the same failing XML actually pass sometimes makes me feel like it's something I need to change in the vendor in GP.  Any troubleshooting ideas would be much appreciated!

I suppose I should show a simple sample.  Due to the project, I'm forced to define my own distributions - here it is:

<taPopRcptLineInsert_Items>

     <taPopRcptLineInsert>

       <POPTYPE>3</POPTYPE>

       <POPRCTNM>3009PU</POPRCTNM>

       <ITEMNMBR>3636-C</ITEMNMBR>

       <ITEMDESC>36x36 Core</ITEMDESC>

       <VENDORID>DELL01</VENDORID>

       <RCPTLNNM>1</RCPTLNNM>

       <VNDITNUM>3636-C</VNDITNUM>

       <INVINDX>1</INVINDX>

       <UOFM>ea</UOFM>

       <UNITCOST>100</UNITCOST>

       <EXTDCOST>200</EXTDCOST>

       <NONINVEN>1</NONINVEN>

       <QTYSHPPD>2</QTYSHPPD>

       <QTYINVCD>2</QTYINVCD>

       <LOCNCODE>WAREHOUSE</LOCNCODE>

     </taPopRcptLineInsert>

   </taPopRcptLineInsert_Items>

   <taPopDistribution_Items>

     <taPopDistribution>

       <POPTYPE>3</POPTYPE>

       <POPRCTNM>3009PU</POPRCTNM>

       <ACTNUMST>000-4510-01</ACTNUMST>

       <DEBITAMT>200</DEBITAMT>

       <DISTTYPE>1</DISTTYPE>

       <VENDORID>DELL01</VENDORID>

     </taPopDistribution>

     <taPopDistribution>

       <POPTYPE>3</POPTYPE>

       <POPRCTNM>3009PU</POPRCTNM>

       <ACTNUMST>000-2100-00</ACTNUMST>

       <CRDTAMNT>200</CRDTAMNT>

       <DISTTYPE>7</DISTTYPE>

       <VENDORID>DELL01</VENDORID>

     </taPopDistribution>

   </taPopDistribution_Items>

   <taPopRcptHdrInsert>

     <POPRCTNM>3009</POPRCTNM>

     <POPTYPE>3</POPTYPE>

     <VNDDOCNM>3009</VNDDOCNM>

     <receiptdate>03/07/2014</receiptdate>

     <BACHNUMB>030714</BACHNUMB>

     <VENDORID>DELL01</VENDORID>

     <VENDNAME>Dell, Inc.</VENDNAME>

     <SUBTOTAL>200</SUBTOTAL>

     <PYMTRMID>(none)</PYMTRMID>

     <CREATEDIST>0</CREATEDIST>

   </taPopRcptHdrInsert>

Analytical Accounting in Management Reporter

$
0
0

Dear All

I am trying to figure out if Management Reporter can cater to having Analytical Accounting & GL (General Ledger) Accounts in the same Report. 

in FRx we couldn't , we could either choose GL or AA.

plus i am having a hard time locating Documentation or install on the Management Reporter tool

Thanks

Abdo Khoury

Line Number_Increment

$
0
0

Hello,

I would like to display a number for each line in a Report Writer report that should increment with each line.

I used the Line Number_Increment function in a calculated field but it keeps increasing each tine I print a report and using Line Number_Re-set as instructed in this article   http://support.microsoft.com/kb/857285/pt-br it displays number 1 in all the lines.

My question is how do I display an incremented number for each line that should reset to number when I print a new report.

 

Thank you,

Saad

Analytical Accounting in Management reporter

$
0
0
Hello, How I configure management reporter to show analytical accounting dimensions. Thank you

New error message

$
0
0

transaction level posting was interupted before a posting journal was printed?

Item Lot Master

$
0
0

I am attempting to create a rather complex report that will key off of the Item Lot Master table. IV00300

The problem that I have is that once the lot number for a specific item has been fully consumed (Sold) the record is removed from the IV00300 table. 

Is there a History table that it get written to? Is so, I sure cannot find it. 

Thanks,

Andy

Shipped packages in to GP?

$
0
0

Is there a module or something to get our shipping data from UPS and FedEx into GP?


GP 2013 Web Service binding issue

$
0
0

Hi there,

We just upgrade GP from GP 10 to GP 2013. We also updated GP web service to 2013. However, after upgrade, web service only works on local host when we verify the installation. We didn't change any host configuration and it should bind to the server name or ip address. Does anyone know what is the reason?

Note Index Issue

Dynamics GP has stopped working error

$
0
0

Three days ago windows updates were applied to Dynamics server. know I get a window that says "Dynamics GP has stopped working error" and the dynamics.exe has nothing associated with it.

Problem signature:

 Problem Event Name: BEX

 Application Name: Dynamics.exe

 Application Version: 10.0.331.0

 Application Timestamp: 4c2911c4

 Fault Module Name: StackHash_4c0d

 Fault Module Version: 0.0.0.0

 Fault Module Timestamp: 00000000

 Exception Offset: 775848cb

 Exception Code: c0000005

 Exception Data: 00000008

 OS Version: 6.1.7601.2.1.0.16.7

 Locale ID: 1033

 Additional Information 1: 4c0d

 Additional Information 2: 4c0d4d78887f76d971d5d00f1f20a433

 Additional Information 3: 4c0d

 Additional Information 4: 4c0d4d78887f76d971d5d00f1f20a433

This below is the error log

Faulting application name: Dynamics.exe, version: 10.0.331.0, time stamp: 0x4c2911c4

Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000

Exception code: 0xc0000005

Fault offset: 0x775848cb

Faulting process id: 0x2964

Faulting application start time: 0x01cf3e1e09115d81

Faulting application path: C:\Program Files (x86)\Microsoft Dynamics\GP\Dynamics.exe

Faulting module path: unknown

Trend Micro Installation Issue

$
0
0
We have new computers with Windows 8.1 Pro and the latest Trend Micro Antivirus product. I have not been able to install Microsoft Dynamics Great Plains 2010 in a workable environment for 2 computers, but have been successful on one Dell computer to make it work. Has anyone ran into an issue with Trend Micro preventing GP to work correctly? GP will load with Trend installed but takes at least 20 minutes and makes it unusable. When Trend is removed and another antivirus installed, GP works fine. We have tried excluding GP from Trend, but that doesn't seem to make a difference. If anyone has had this same issue with a solution, it would be greatly appreciated.

Workflow for GP 2013

$
0
0
Could workflow be turned on for our test company? We want to play with it first before making it live.
Viewing all 32807 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>