Quantcast
Channel: Iulian Cordobin's Groups Activities
Viewing all 1084 articles
Browse latest View live

Installation of Enterprise Portal crashes with an error message regarding the ntdll.dll file

$
0
0

SharePoint Foundation 2013 SP1 was successfully installed on "web server" GMC-C1-APP-03.
(since the first installation crashed we required a second virtual server GMC-C1-APP-06, but the same error scenario appeared)
But when trying to install Enterprise Portal the installation crash with an error message regarding the ntdll.dll file:
See the attached dump file
(10b0.12a8): Break instruction exception - code 80000003 (first chance)
ntdll!DbgBreakPoint:
00007ffc`69a621e0 cc int 3
0:033> g
ModLoad: 00007ffc`49620000 00007ffc`496b8000 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll
(10b0.4bc): CLR exception - code e0434352 (first chance)

We expected to install Enterprise Portal successfully as we did in the Test Environment.
(The difference on these two systems: In Test the Enterprise Portal is installed on the AOS server. In the PROD environment Enterprise Portal is installed on a separat "web" server.)

Thanks in advance 


Deleting Notifications in AX2012

$
0
0

Hi,

Can anybody tell me how to delete the old notifications in my user account. one or two years back I have created some batch jobs from my user name and I have enabled the option of notification when it gets ended and getting any errors. The batch jobs were for pulling the data from my shops and I put the frequency every 30 minutes and I got so many shops. So what has happened is since then all these notifications are piled up and now it is taking too much time for me to login to my account. The message queue is showing millions of records. How can I delete these old notifications? Is it possible to delete it from Table level?

I tried the option in system administration but nothing is happening. It is just getting frozen and nothing is deleting.

Your help is very much appreciated.

Thanks,

Dhanoop R.Warrier

Getting errors on Enterprise Portal 2012 installation

$
0
0
This is just a way to remember that I've tried several hours to install a new Enterprise Portal on a Sharepoint 2013 w SP1 running on Windows 2012 R2, and been failing gracefully with different errors among which "Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.".

I know I've seen this in the past and I have not dug very deep into the root cause of the error (EP on SP will soon be something of the past, sadly), don't recall how I've solved it then, but seems right now that something in the updates that have been pushed for SP are causing this issue.

So, over the last years I've been installing EP on SP 2013 w SP1, version 15.0.4571.1502 (KB2880552), and have not had any issues. However, these days I accepted all the proposed updates and SP got to the version 15.0.4797.1000 (with different KBs applied to several components).

Well, trying to install (the same easy way I do every time) a fresh new EP site on this latest version causes the above error. Reverting back the installs resolves the issue.

The problem is that these are security patches and I would love to apply them. On a side note, deploying an EP site using the old version and then applying the updates seems to keep the site working, so not sure if this is a fix.

AIF Import failing to due Message {xx} does not exist.

$
0
0

 Message {7B5B6B8F-78AB-4B9A-B564-EF6725D3EF92} does not exist.

I have a system set up to import files via AIF. This is working very well and is very heavily used. We have just started to import a these files on a different company account but the files fail to import with the error above. I can not find any reference to this error message online. The message Id that the system says does not exist is the one supplied in the xml file which should be creating a new entity so I don't really understand the error message. The system that produces the xml file works perfectly in company A but not on Company B. Any pointers on where to look will be gratefully received.

Understanding the Data Dictionary Synchronize (II): SQLDictionary

$
0
0
Continuing the topic of how the DD Sync process works, today we are talking about the objects' IDs and SQLDictionary table from SQL Server. Each object in AX (mainly classes,  tables and the columns, with the emphasis placed on tables and columns right now, since that is what gets committed in SQL Server) gets an ID in order to identify them. In AX 2012 the ID is allocated at the moment of the object's creation in the ax system (either through a xpo import, new object in AOT, or model import).

Now, how does AX works with the tables in the SQL Server? The system will take the definition in the AOT and will commit that (the columns, their name, lenght, type) in SQL. So far, everything is going ok, but how is AX keeping track of what it has in the SQL Server? Matching the names of the objects would be enough? Let's see.


 A table in SQL could be matched by it's name in the AX AOT. So, imagine that there is a change in a table's name, or easier, for the moment, a table column's name, going from colA to colB. The table, once changed, holds no reference that the column itself was renamed.

 So, when the DD Sync process happens on the table, what would happen in SQL Server? The old colA column will be kept and the new colB will be created? The values from the inital column lost?

This is not  a desired outcome. So, here comes into play a 'system' table, that will actually keep the information about what AX has written to SQL Server. The table is called SQLDictionary, and keeps the names of the AX objects, their names in SQL Server, and their AX IDs.

 An object's ID in AX can't be changed manually by a developer in the IDE, so this value can be used to identify the object, and if it's name was changed. So now, we have an answer to the riddle above: if a column's name changes, AX will look in the SQLDictionary for an ID matching that column in AX, and depending on if it finds one, will either update an existing column (the old name to the new one) or create a new one (with the new name).

Enterprise portal install hang AX2012 R2

$
0
0

Hi,

Trying to install EP for AX 2012 R2 CU6 - I've followed various guides online and have sharepoint installed correctly as far as I can see.

When I go to add Enterprise portal in the AX setup - all pre req's are met, the BC account connects, and it recognises my SharePoint port 80 application and the install begins.

It hangs however at the point, "Performing Post installation configuration actions for Enterprise Portal (EP).

I cannot get past this point - can anyone point me in the right direction?

Adding caption to UI builder generated dialog box

$
0
0

Hi,

I want to add a caption to the dialog box (parameter window) generated using a UI builder.

I am looking for code similar to what I would do in case of legacy reports to add a caption to the dialog box

Dialog dlg = new Dialog("@labelID");

I tried to add a caption in by overriding the new method of UI builder class, passing a dialog box with the caption to the super method, but that did not workout.

Any help is appreciated.

Exeption TCP error code 10061 while VS trying to wrong WCF port

$
0
0

while trying to open a SSRS report within Visual Studio I got the following exeption:

I recognize that the WCF port should be 8203 (not 8202) that VS tries to connect.

VS run with /AxConfig and the corresponding .axc file this include port 8203.


AX is not allowing to register EP site manually.

$
0
0

Hi,

I restored Production database on my development db. Hence I was changing all the configurations in AX which should point to development related servers.

For EP, in System administration -> Enterprise Portal -> Websites screen, I deleted the existing production EP site entry and trying to add a newer one for Development EP portal. but now It is throwing error.

Server was unable to process request. ---> Object reference not set to an instance of an object.

Last time I faced this, but as it was urgent I reinstalled Enterprise Portal for development which registered site itself. but this seems to be ongoing problem now.

How to get rid of this? Has anyone faced this before?

I am using AX 2012 R2 CU7

Kindly help. Thanks.

how to get workflow approvals (user names) for a journal number in ledgerjournal report?

$
0
0

how to get workflow approvals (user names) for a journal number in ledgerjournal report?

i have a posted journal. and want to get workflow approval user name?

Path: select a journal number in GL and then click on Action button > view history > tracking details tab > workflow element activities.


i want to know that user name who approved this journal?

need help with some code (job)

i also explore these tables but no clue how to get result

WorkflowTrackingStatusTable

WorkflowTrackingTable

WorkflowTrackingCommentTable

regards

zeeshan

Possible problem with model store.

$
0
0

I am having a problem with deleting elements in my usr layer.

As an example i have a class names PCImportAttributeDefaultValueHandler, it exists in syp and usr, though if i do a compare there are no differences.

Not if i try to delete the class, i get this error.

Error Message (14:35:01) Cannot execute a stored procedure.
The SQL database has issued an error.
Info Message (14:35:01) SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ModelElementData_HasModelId_LayerId". The conflict occurred in database "Axapta60_0R3_model", table "dbo.Model".
Info Message (14:35:01) SQL statement: { CALL [Axapta60_0R3_model].[dbo].[XU_Insert](?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) }

Any idea what is wrong?

Cannot modify value in a field populated with an edit method

$
0
0

Hello All

I have used a edit method to display data from a field to another field in a grid. Please see screenshot

Please find a screenshot of the edit method I wrote below

I can modify the field memo, but when leaving the field Memo, it refreshing the Memo field with the Product Name field value.

I need to be able to modify the field Memo value.

Can anyone help on this issue.

Thanks

Regards

Tabrez

How to call a new form using a commandbutton present on actionpanetab

$
0
0

please help me How to call a new form using a commandbutton present on actionPanetab?

Thanks

Haleem

To read data from AX

$
0
0

Hi All,

I'm new to AIF. can somebody help me with this scenario.

My scenario: I will pass customer account from CRM and I need to find all the records from CustTrans table and return the records from CustTrans table.

How can I achieve using Custom service? Also please share, if you have any example related to this scenario.

Regards,

Pradeep

vendor Invoice approval workflow

$
0
0

hi,

I need to implement the following scenario:

AP clerk enters invoice (pending invoices > New Invoice)
AP clerk selects name of approver in invoice header
AP clerk enters invoice lines
AP clerk submits to workflow
Workflow should assign the invoice to Approver in invoice header
Approver approves the invoice
Workflow should check if Approver’s invoice approval limit (Organization > Setup >Signing limits) is below Invoice amount. If below, then it should assign the workflow to Approver’s manager. If signing limit above the invoice amount, then invoice should be approved and workflow should end.
 
Please advice
 
Thanks
Pallavi

EP issue : Unable to retrieve data from the data source. Contact your system administrator for assistance

$
0
0

Hi All,

When I am opening EP page for some profiles then facing these issue

1 - Unable to retrieve data from the data source. Contact your system administrator for assistance

2 - Unable to set parameter values before rendering the report. Contact your system administrator for assistance.

3 - Query (12, 2) The dimension '[Transaction date - fiscal calendar]' was not found in the cube when the string, [Transaction date - fiscal calendar].[Year].[All], was parsed.

Please share your view .. how can we resolve this issue.

My user have system admin rights in Ax and I am admin at server as well.

Thanks

Getting RecordSet based operations working with ValidTimeState

$
0
0
Reviewing some code I've come across I noticed a strange behavior: working with the same table, in two different modes yielded two different results. The task requested was to translate a while select statement into an insert_recordset operation.

All seemed very easy to accomplish, until several minutes later the results appeared to be different if you ran the code one way compared to the other: different meaning the number of rows retrieved was different. After some investigation, I recall that somebody mentioned to me the exact same thing earlier on. That was: the table I was selecting from was a ValidTimeState table.

So, the issue is simple: the where clauses that are being applied automatically by the AX kernel on a select statement or an AOT query, are not being applied to recordset operations.

In the end, what this means is that you have to add them manually. Basically it will be

insert_recordset tableTmp(column)
select column from validTimeTable 
    where validTimeTable.ValidFrom < systemDateGet() &&
               validTimeTable.ValidTo > systemDateGet()

Help consuming AX web service in SoapUI

$
0
0

I have a java background and a fair amount of experience with web services.  However, I'm brand new to AX.


I have created a web service in AX that I ultimately need to consume through a java app so I'm initially testing through SoapUI.


I can look at the wsdl in IE without a problem:

When I try to create a SoapUI project with this WSDL, I get prompted for my password:

I enter my username, password and domain.  SoapUI chugs along for quite a while:


But then I ultimately get this message:

Does this look to be a security issue?  I'm unclear how to tell where security is set up in AX for the web service since it seems to be blank for my service:


Any suggestions or help would be greatly appreciated.

It's possible to rename and accounting Dimension value in AX 2012

$
0
0

Hello,

I have tried and seem it works, I post here just looking for confirmation or for any other point I might not have considered

I renamed a Dimension Value and the transactions have now the new value. It's safe?

 

Thanks

AX 2012 R3 - Installation error

$
0
0

Hi Experts,

I am new to AX administration. I am in a process to install AX 2012 R3 with application on server A & Database on server B. I have all the necessary pre - requisites mentioned in the installation guide. I have also validated both the servers using the installer, there are no warnings or error. But when I start installation I get the error in the attached log & database fails, though if I see the database server, there are three databases created namely

MicrosoftDynamicsAX

MicrosoftDynamicsAXBaseline

MicrosoftDynamicsAX_model 

but there are no tables created. Please guide.

MicrosoftDynamicsAX ENDICOTT to True
2016-03-02 18: 59: 31Z Ögonblicksbildisoleringens condition was changed.
2016-03-02 18: 59: 31Z Changes the SQL tracking database MicrosoftDynamicsAX server ENDICOTT to True
2016-03-02 18: 59: 31Z SQL tracker state was changed.
2016-03-02 18: 59: 31Z === === installation MicrosoftDynamicsAXBaseline
2016-03-02 18: 59: 32Z MicrosoftDynamicsAXBaseline installation has been completed.
2016-03-02 18: 59: 35Z MicrosoftDynamicsAX_model installation has been completed.
2016-03-02 18: 59: 36Z Run AxUtil Schedule for database 'ENDICOTT \ MicrosoftDynamicsAX_model'.
2016-03-02 18: 59: 39Z ******************************************************************************************************

2016-03-02 18: 59: 39Z Could not find the schedule for the model storage location in the database MicrosoftDynamicsAX_model.

2016-03-02 18: 59: 39Z ******************************************************************************************************
2016-03-02 18: 59: 39Z Object reference not set to an instance of an object.
2016-03-02 18: 59: 39Z There was not allowed to complete the installation.
2016-03-02 18: 59: 39Z ******************************************************************************************************

2016-03-02 18: 59: 39Z The task of the component installation has been stopped because of an error.

2016-03-02 18: 59: 39Z ******************************************************************************************************
2016-03-02 18: 59: 40Z S260FinishedInfo

Viewing all 1084 articles
Browse latest View live


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