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

RE: Is't possible to make SSRS report without controller class ?

$
0
0

Unfortunately your question is again too vague - there are different answers depending on what you actually intended to ask.

AX uses report controllers to run reports, therefore if you want to use the standard framework, there always will be a controller class. But it doesn't mean you have to create a custom one; you can use the default one even without knowing it. Theoretically you can run reports by a different, custom way, but it wouldn't be a good idea. And it's possible to create SSRS without any dependency on anything in AX, because it's a general-purpose reporting solution.


Is't possible to make SSRS report without controller class ?

$
0
0

Dear All,

Is't possible to make SSRS report without controller class ?

Please give more shed on this.

Thanks!

Arpan Sen

RE: Scheduling a batch job

$
0
0

There is no code require for it. You can do it by setup. If you want to run it only once that too at the desired date & time, then when creating the batch job, set the start date/time to the date & time which you want.

RE: Add jumpRef() for datasource fields as extension

$
0
0

Excuse me for names of objects (they are for studying). My code looks like this:

[FormDataSourceEventHandler(formDataSourceStr(Form1, Table2), FormDataSourceEventType::Initialized)]

  public static void Table2_OnInitialized(FormDataSource sender, FormDataSourceEventArgs e)

  {

      var overrides = Form1ExtensionOverrides::construct();

      sender.object(fieldNum(Table2, FieldString2)).registerOverrideMethod(methodStr(FormDataObject, jumpRef),

          methodStr(Form1ExtensionOverrides, _OnJumpRef), overrides);

  }

RE: Scheduling a batch job

$
0
0

Hello Krupa,

I know that we can setup this manually in Batch tab of Runbase batch dialog. I am looking for the code which does this.

RE: Shipment Created datetime

RE: Scheduling a batch job

RE: Scheduling a batch job

$
0
0

That's what I am looking for..

Thank you very much.


RE: Add jumpRef() for datasource fields as extension

$
0
0

Hi Hidden developer,

This code should work. Did you try to build package with dependencies ?

AOS process abnormally large and oh where is SQL server process?

$
0
0

I am currently having the worst time trying to do anything.  I noticed on the main server (AOS and AX databases) has a giant AOS and a small SQL process.  Any way to fix this without rebooting AOS?

RE: Shipment Created datetime

$
0
0

Is there a good reason for it to be turned off? Performance impact?

RE: SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'RECID', table 'TEST'; column does not allow nulls. INSERT fails.

SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'RECID', table 'TEST'; column does not allow nulls. INSERT fails.

$
0
0

Hi All,

I am creating ODBC connection and want to insert record in table from one DB to another.

I am using following job for this.

 Statement                       statement;
    str                             query, criteria;
    LoginProperty                   loginProperty;
    OdbcConnection                  odbcConnection;
    
    loginProperty = new LoginProperty();
    loginProperty.setDSN('AX_ETL');
    
    odbcConnection = new OdbcConnection(loginProperty);
    
    statement = odbcConnection.createStatement();
    
    query = "INSERT into Target.dbo.Test (EXECUTIONID) select  ExecutionId from Source.Budget where TransactionCurrencyAmount = 300";//
    
    new SqlStatementExecutePermission(query).assert();  
    
    statement.executeUpdate(query);
    
    CodeAccessPermission::revertAssert();

Above query will return more than one record.

where Target database is AX database and Source database is another DB in same SQL Server.

When I run this job I am getting error

RE: SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'RECID', table 'TEST'; column does not allow nulls. INSERT fails.

$
0
0

each AX table need a recid to save as mandatory. your ODBC SQL query is trying to insert record without a recid. Destination(SQ Server) is complaining about this.

although there are ways to consume recid(s) by getting next recid and sending that as part of your insert BUT what is the reason to bypass AX framework? what business needs has forced you avoid X++ and use direct SQL

Async Client services consuming 99 percent CPU

$
0
0

Hi All,

We have one server "PAsync01" for all the async client services and Async server. (28 Async Client services)

Recently, we have upgraded our environment from CU8 to CU11.

Now "PAsync01" server is consuming 99% CPU and it remains in this condition. 

We have batch jobs running in environment from which P-Job is running after every 20 mints. 

All other jobs are running after 24 hours like 1040, 1010, 1130 etc.  (In night, off hours)

Can anybody point me what is the issue here? why CPU is continuously on 99%?

Regards,

Hassan


RE: Dynamics AX7 On Premise Installation

Dynamics AX7 On Premise Installation

$
0
0

We are migrating from MS Dynamics AX 2012 R3 version to latest AX 7.

I wanted to know the details about availability of the On-premise version for AX7.

RE: Ax7 on premise installation?

Ax7 on premise installation?

$
0
0

Hi, 

I am newcomer to AX 7 so please forgive the basic questions.

I recently defered the installation of AX 2012 in favor of the newer and more exciting looking functionality of Ax7.

My reseller advised me to wait for the "on-premise" version as opposed to the cloud hosted version due to:

1. Reliability of cloud service (I'm outside the USA, currently in the middle east)

2.  The cloud version was to be used only out of the box - and is not as customizable as the on-premise version.

So I've waited patiently but without any updates from my reseller for almost 9 months.

Today, I decided to contact Microsoft directly and ask them for an update and the Sales support informed me that MS were NOT planning to release any on premise version of AX7!

Can anyone confirm if this is the case, as I feel I've been sold down the river, with no answers.

regards,

RE: Tree Explosion on BOM Designer not working

$
0
0

Can you confirm that this form has no amendments/customizations?

Did you migrate your data from an earlier version?

Do you get this for all items? Even if you create a new one manually?

Viewing all 175888 articles
Browse latest View live


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