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

error when post a Disposal Fixed asset

$
0
0

Hi All

we have Ax 2012 R3

we have a fixed asset (car) with zero net book value (fully depreciated) 

we sold this car for 1K USD, So I create a GL journal 

Cr Bank 

Dr fixed assets and select a Disposal - sale

When pressing validated no error appear 

when post the journal I'm getting the error below 

Account for transaction type Acquisition value, value model General, does not exist for fixed asset

any idea how to fix it ? 

Regards 


Workcenter type tool

$
0
0

Hi,

Any suggestions on how to manage tools that have a lifetime both financially and inventory (i.e. tools that can produce say 50.000 pieces)?

I am thinking of creating workcenter type tool instead of placing it in the BOM.

Thanks in advance.

Best regards,

Rolly

Design Header report show line PO

Create New p-job show me unknown error

$
0
0

i create new p-job to save customize data from POS to ax2012 HQ  (i want to do sync from Retail Store to AX database)

so after created this when i try to run my customize p-job i got this error

\

so i clicked on edit

i also do compile into table and i got error

Create printout to file in postscript

$
0
0

Hi to all,

we are migrating some custom AX2009 X++ code to AX2012 R3 CU13.

In AX2009 we had the requirement to use generate a post script file from an xpp report. The file needs to be processed afterwards in some integration, I will not go into detail of it here.

In order to do this in AX2009 we did the following:

- set up a generic printer on the domain controller using a post script driver

- Using PrintJobSettings class and pass a given file destination using the methods .setTarget(PrintMedium::Printer), .outputToPrnFile(true), .filename(outputFilePath)

This generated a postscript file in the outputFilePath.

Here the sample code of AX2009:

    printJobSettings = new PrintJobSettings();

    printJobSettings.deviceName(“\\myprintserver01\DAX_KyoUni_PS”); 

    printJobSettings.setTarget(PrintMedium::Printer); //print to printer

    printJobSettings.preferredTarget(PrintMedium::Printer);

    printJobSettings.outputToPrnFile(true); //redirect output to file

    printJobSettings.fileName(outFilePath); //temporary file name

    printJobSettings.suppressScalingMessage(true);

    printJobSettings.warnIfFileExists(false);

I could not find a way in order to migrate this solution to SSRS reports. Is there a another way to achieve this these functions for SSRS reports in AX2012 ?

Many thanks for any input.

Custom AX7 soap wsdl url

$
0
0

Hi

I have written a very basic stock enquiry service which I want to call using SOAP. I can see that the service has been deployed as I can navigate to the JSON endpoint with this url:

https://blah.sandbox.ax.dynamics.com/api/services/MyServices/StockInterfaceService/checkStock

However, when I navigate to this wsdl address:

https://blah.sandbox.ax.dynamics.com/soap/Services/MyServices?wsdl

I get the error message "There is a problem with the server, Sorry, the server has encountered an error. It is either not available or it can't respond at this time. Please contact your system administrator."

I can see the wsdl information for other SOAP interfaces such as the UserSessionService without an issue.

Any help would be much appreciated.

Thanks,
Joe

Error- 'Journal has already been posted and, consequently, is not open, Function Validate journal has been cancelled.'

$
0
0

Error- 'Journal has already been posted and, consequently, is not open, Function Validate journal has been cancelled.' while posting the statement.

Thank you in advance.

Regards

Fixed Asset Acquisition through PO - Error

$
0
0

Hi All,

When trying to acquire Fixed Asset through Purchase Order, I am getting error at the time of receiving which says - the asset number already exists say Veh-0001 which already exists. While in number sequence the 'next no.' is 10, system is not considering this, hence the error. However, system is correctly picking the number for other FA groups.

Please help.

Thanks in anticipation


Convert an employee to contractor and vice versa

$
0
0

In AX 2012, When an employee is being converted to contractor with the worker type both, can the compensation in the left pane be removed.

When a contractor is converted to an employee can the compensation tab be enabled in the left pane?

Please do the needful

FA disposal through Free Text Invoice - Error

$
0
0

Hi All,

I am trying to sale an asset through Free Text Invoice, when selecting the asset in Line Details tab - main account should automatically updated in lines. This is not happening in my case. I have to manually put the main account and post it.

I have checked and found all set ups are correct such as FA Posting profile correctly linked in FA Parameter accounting rule, in FA posting profile main account is correctly mapped in disposal sale and disposal scrap tab including the sale/scrap button on top and its correctly mapped in value model, main account is part of active account structure, I am clueless about the error.

Please help.

Thanks in advance

Project Category Must Be Filled In Error

$
0
0

Hi

I am getting this error when starting a works order. Any ideas?

Thank you

Simon

product name change

$
0
0

Hi All,

I need to change one of my released product's names, I can make changes but I am looking for some ways to make this change applicable for all previous transaction of this product (like SO, TO ,etc), is it possible?

Microsoft.dynamics.ax.fim for excel batch job

$
0
0

Hi ,

I am trying to create an excel batch job but I need a format like below.I am unable to set the column range, add a text from middle of the sheet .Can someone please suggest.

  

KB installation error: There was an error applying the hotfix package. Error details: Value cannot be null. Parameter name: key

$
0
0

Hello,

We have downloaded the KB package (7mb).

First when I did the 'Prepare' everything went ok.

Now when I check-in the changes and want to apply it, it gives the error message "There was an error applying the hotfix package. Error details: Value cannot be null. Parameter name: key".

Can't understand the reason.

Have you had this kind of issue?

Thanks.

anomaly when receiving an item

$
0
0

Hello everyone,

I have a problem with Dynamics AX 2012 R2 that I don't understand
I received an item with Item arrival journal in which I introduced a warehouse of reception
But, when I viewed the item's transactions I found that AX did the reception in another warehouse.
in another situation, I found that AX divided the quantity received on two warehouses.
do you have any explanations?
thanks for your help

Loop form datasource

$
0
0

Good morning ,

As i have a requirement when i open a form and click at any point i mean any record

and i will click one button then there is one customized field on form which should generate number based on input given at the time of clicking that button.

Ex - i opened form

i selected 5 th record and i clicked button then dialog opens which ask me start from i will write 1

then numbers should generate from 5.

i tried looping through this

for(fdpaymentjournal = paymentJournalfds.getNext() ; fdpaymentjournal ; fdpaymentjournal = paymentJournalfds.getNext() )
{

}

i tried even get first() and get selection but no luck

Please help me if i select any record that form datasource should loop in my class

please show some light on this.

Regards.

Have a great day.

close posting journals for the useres

$
0
0

hi ,

we are using AX 2012 .

how can i prevent the user from posting his created journal and also other journals

and give access only for certain user(accounting managar)

Single user DB created for MR

$
0
0

Hi Friends,

I went through MR install/configuration process, when creating new management reporter DM database, it's 'single user', there is only one connection/user can connect to this DM. My model DB is multi-user.

Where is the problem? is it license issue?

Many thanks.

River

COM object of class '{DF269633-D9AA-36F1-B33A-E2FC63B68A86}' could not be created. Ensure that the object has been properly registered on computer 'MSS2008R2-AXAOS'.

$
0
0

Hi all,

I wants to integrate COM object at Axapta 3.0 and Ax 2009.

  • I created .net class project in framework 4.5. And strongly sign assembly.
  • I keep the dll in the Navision/Axapta Client/Bin folder.
  • Registered the assembly with regasm dgws.dll /tlb:dgws.tlb
  • Add com object through COM Class wrapper utility in Axpata/Ax.
  • Then i got Com classes e.g. dgwsclass.
    void new(COM _com = new COM('{DF269633-D9AA-36F1-B33A-E2FC63B68A86}'))
    {
        Object o = _com;
        this = o;
        self = _com;
    }
    My Question is that I wants same COM object to access in Axapta 3.0 and Ax 2009.
  • But Com object access perfectly by Axapta 3.0 but it gives error in Dynamics Ax 2009.

Then I tested COM object along with same procedure at client machine. And it work perfectly at Axapta 3.0 and Ax 2009.

Any suggestion would be highly appriciated.

Kashif.

VSTS Build - different branches on one agent

$
0
0

Hello everyone!

Is it possible to run build successfully for two different branches of one project on one build agent?

Thank you!

Viewing all 46681 articles
Browse latest View live


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