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

AX2009 Production Order reported as Finished, Job card Journal is still open

$
0
0

When I try to end the Production order, getting message, job card journal needs to be posted first,

or Route card journal needs to be posted first

I am confused,  since this order is reported as finished and  we have check all the journal , and found the job card , try to post it, it will not post it , getting another error message,

Feedback for job type Process cannot be made because activation via routing group was not specified.

how can I fix this message,

since these production orders reported as finished, how come there are still Job card or Route card are still open ?

can some one please help me understand this,

I  am really trying to understand Production module,

I am finding a lot of issue ,

thanks for all the help,


Payment Journal Lines

$
0
0

In Customer Payment Journal Lines, I decided to personalize so I can view how many Customer Payment lines was created. However, I noticed that the system randomly populate lines.

Had I omitted some date or configuration to ensure total lines are displayed?

Email Distributor batch Job not deleting file

$
0
0

Hi,

  I'm hitting an issue in AX 2012 CU3 in the email distribution batch job. When sending multiple emails with the same named attachment only the first email will send and the rest will fail.  After some debugging I've found this the issue is in SysEmailDistributor.processemails() where the WinAPIserver::deletefile() fails to actually delete the attachment out of the temp directory.  It doesn't actually throw an error at this point but when it loops around the second time to the bindata.savefile() and tries to rewrite the same names file to this directory it jumps out to the exception catching and fails the email.  Strangely, when the batch job has finished processing the file then disappears (sometime after exiting the BatchRun::servergetNextTask() method).

Before both the save and delete command are the same permission assertions:

              fileIOPermission = new FileIOPermission(filePathName,'w');
         fileIOPermission.assert();

The permissions on the temp folder give full permission to the account under which the AX service is running.

I wouldn't expect it to be a coding error since its all unaltered foundation layer code.


Can anyone offer any insights as to what may be going on?  Why would the save work fine but the delete not work?  Are API delete calls somehow subject to ttsbegin / commit calls?

Any thoughts are apprecitated.

Cheers

David

 

 

 

Can we create QR code barcode in Dynamics Ax 2012?

$
0
0

Hi all,

If we develop SSRS reports with QRcode, do we need 3rd party tools?

Or is it possible to generate it X++ and SQL server ?

Regards, 

 

Retail Statement Posting > Function InventTrans.inventMovement has been used incorrectly.

$
0
0

Open Retail Statement > Posting open statement gives error "Function InventTrans.inventMovement has been used incorrectly"

We are experiencing this error at one of our client's production environment (Dynamics AX 2012 R2 CU7). I have debugged the issue thoroughly and found that while constructing the InventMovement class for one of the movements (InventTrans), the originator (Table InventTransOrigin method call to method: originator(), queries 

respective table for related data, in our case RetailtransactionSalesTrans table since 150 (Statement) in ReferenceID field in InventTransOrigin table) is not found. 

Later while returning this movement object, its originator (buffer()) is validated and since not initialized, the IF condition is not met, so no variable is returned, the underlying condition is evaluated, which is met as true and gives the error. 

Process Knowledge

As far as I have investigated and inquired my colleagues, the process is that, 

First all sales transactions / movements are compiled / calculated

System then generates an SO (on runtime) 

When posting the SO, InventTrans aare generated to post the inventory physically

Posting is completed

 

Now during this process and somewhere in the InventUpdate classes, the invetMovement method is called which then looks that the request is from Statement (150) with Retail congif key ON, tries to find a record in RetailTransactionSalesTrans which is not there.

Hence the issue is identified, but the question is, if a Retail Statement is open, should such statements and their transactions have records in InventTrans and InventTransOrigin ? 

How is it possible that ITO has reference category to 150 (retail statement) and reference ID = valid retail statement (open state) has no reference record in RetailTransactionSalesTrans.

Is it a bug ? Is their any hotfix available ? If it is not, how to resolve it ? Any one else experienced it ? 

Kindly help me regarding this

Business Analyzer for AX

$
0
0

I've recently upgraded to R2 CU7 and now I'm trying to get Business Analyzer to work.  I've followed the white paper here and inside the installation instructions it wants me to download the server software to connect with AX from here 

http://go.microsoft.com/fwlink/?LinkId=400551

No matter what I do it says I don't have access.  it offers to let me associate my user, but clicking on there only gives me the same access denied and if offers a link for help with the same access denied message.

My login is a legit company login, I've checked out Customer Source and can log in fine there.  But no matter what I try I cannot download the AX Connector for Mobile Apps.

Ax 2012 R2 to 2012 R3 Upgrade Error while opening Client

$
0
0

(C)\Classes\TaxModelDocLineVendPackingReturnImpl_IN\countryInfo

(C)\Classes\SysCountryRegionCode\getCountryRegionContextByName - line 61

Error executing code: TaxModelDocLineVendPackingReturnImpl_IN object does not have method 'countryInfo'.

Stack trace

(S)\Classes\TaxModelDocLineProjOnAccTransImpl_IN\isSetupMode

(S)\Classes\Application\isRunningMode - line 15

(C)\Classes\Global\isRunningMode - line 14

(C)\Classes\Docu\reSearch - line 41

(C)\Classes\Info\formNotify - line 8

Error executing code: TaxModelDocLineProjOnAccTransImpl_IN object does not have method 'isSetupMode'.

Stack trace

(S)\Classes\TaxModelDocLineProjOnAccTransImpl_IN\isSetupMode

(S)\Classes\Application\isRunningMode - line 15

(C)\Classes\Global\isRunningMode - line 14

(C)\Classes\Docu\reSearch - line 41

(C)\Classes\Info\formNotify - line 8

Error executing code: TaxValidateForFreeTextInvoices_CN Object does not have method 'newFormcache'

Error executing code: TaxModelDocLineVendPackingReturnImpl_IN object does not have method 'countryInfo'.

Stack trace

(C)\Classes\TaxModelDocLineVendPackingReturnImpl_IN\countryInfo

(C)\Classes\SysCountryRegionCode\getCountryRegionContextByName - line 61

Error executing code: TaxValidateForSalesOrder_CN object does not have method 'isInstallMode'.

Stack trace

(S)\Classes\TaxValidateForSalesOrder_CN\isInstallMode

(S)\Classes\SysCheckList_SetupPartition\isSetupMode - line 12

(S)\Classes\Application\isRunningMode - line 15

(C)\Classes\Global\isRunningMode - line 14

(C)\Classes\Docu\reSearch - line 41

(C)\Classes\Info\formNotify - line 8

TaxModelDocLineVendPackingReturnImpl_IN object does not have method 'countryInfo'.

AX 2012 retail POS - login issue, permissions (?) missing

$
0
0

Hello,

Trying to run POS on VM with R3 Contoso demo, with retail; I was able to start AX, I can login into it; I am able to start POS as well.


Problem is that when trying to login to POS I see message: "The operator has insufficient rights for this operation". So far I've tried:

- ensure that I am using right credentials; checked store manager by POS (Boston), checked users assigned in AX to Boston, changed password for 2 of them

- checked groups both are assigned to; changed profile from cashier to manager - no change; I've tried also to use several different layouts, including the one defined by default for the store - no success

- at the moment I am using right credentials (POS 'confirms' that user IDs are correct, when I am providing wrong pass, it screams it is wrong, when I am providing right one '..insufficient rights..'

Anyone could advice what may be the problem? What (rights) else should I check/change?

regards

Tomasz


Workflow configuration for purchase order

$
0
0

Hi all,

I have created a workflow for purchase reacquisition in AX2009.For every save it create new version number.So if i activate a new version,is it affect older version flow which was pending...

Purchase expenditure for product

$
0
0

Hi All ,

In Ax 2012 , when purchase order invoice posted for the stocked item , system would posts the following accounts .

Debit Purchase expenditure for product XX

Credit Vendor balance (Accounts payable) XX

Debit Purchase, product receipt XX

Credit Purchase expenditure for product XX

The net of Purchase expenditure for product account becomes Zero .

If i want to know from P&L point of view what is the total purchases for the specific period , How user will come to know ?

User is looking at the main account point of view ?

Thanks in advance.

Missing labels in report after applying CU 6 AX 2012

$
0
0

Dear All,

I've found this issue from many resources but none of them solve my issue. All of my report labels shows like Labels!@SYS151985.

I've cleared all *.ALD, *.ALI, and *.AUC files, reapply password in service account of reporting service configuration manager, but I still face the issue.

Is there any others thing that I haven't done it ?

 

Thanks

Afin

FormGroupControl object does not have method column space

$
0
0

please anyone give the solution for this error made while opening a purchase reacquisition details in Accounts payable in AX2009

SSRS report parameter dialog showing different parameters in AX

$
0
0

Hi,

In ssrs report visual studio showing correct parameters but in Ax showing old dialog parameters.

I previously used contract class now I changed to query but it showing previous parameters only. I deleted one report and project created new one with other name and deployed still I am facing same problem.

Please suggest

Sales Order - Release To Warehouse

$
0
0

Hi,

How do I release a sales order to warehouse in AX 2012 R3? Can someone please explain to me? I want to create a Sales Order then click, "relase to warehouse" button in the Warehouse management tab.

Error When Generating a Report - Not an SSRS Report

$
0
0

I get the following error when generating a report, either to screen or to printer;

A section in the report is higher than the actual page size allows

The report still generates but not display all data i'm expecting.

Any ideas how i can get this to work correctly?

Thanks.


Language in AX 2012 R3

$
0
0

I installed Microsoft Dynamics AX 2012 R3 and did the chicklist.
for the license I used it was for AX 2012 R2.
the License suppose to have the Arabic Language as well as English.

but when I go to Option to change the display language i see only English.

can anyone help with this please?

Adding batch in Ax2012

$
0
0

I create  a class extended from RunBaseBatch to be used as  batch tack. I go to  System Administration > Inquiries > Batch Jobs to create new  batch then click view tasks to add tasks when I entered  the name of the created class to class name field in the grid I get the following error  “The batch task you entered is not valid. Enter a different batch task”.

 

 

I try  creating the batch by go to class directly select open then use batch tab to create batch and set recurrence. The batch is created, added to batch queue and performed successfully. When I check tasks related to this batch, I find the name of the class in the field class name.

 

 

Why I face such case ?

error after creation of workflows

$
0
0

hi all ,

I have created sales order workflow , generated incremental CIL with no errors . When I am doing settings for my sales order workflow i have to mention " insert place holders " where i want to select "salesid " .l but the issue is that I am not able to select any thing inside "  insert place holders"

does n1 knows reason for it ???

Unable to create new record in datasource using datasource.create method

$
0
0

Hi All,

I have developed a new Wizard form with two tables in AX 2009. In one of the table, I want to insert multiple records through grid control. I have provided a button above the grid to create a new record whenever it is clicked. But even after calling datasource.create method on click event, nothing happens in the grid and no records get created. The join type is InnerJoin for the datasource and I have InsertAtEnd to No and InsertIfEmpty to No on form datasource. Can anyone please let me know why it is not creating a new record. Its really urgent, so prompt response would be highly appreciated.

Thanks,

SB.

restriction/blocking of specific item on a specific retail shop

$
0
0

is there any functionality available in AX for restriction/blocking of  specific item on a specific retail shop Currently we don't have such function, when we attached the hierarchy of the item and activate, it will activate to all the shops

Viewing all 72043 articles
Browse latest View live


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