Axapta Crashed on table

Ryu
Member Posts: 26
Hi all,
I've problem with MSM_SvcCallConfirmJour. ](*,)
On AOT , by just highLight on this Table Axapta Crashed and when i want access it by form (or another) i've error " insuffisant right to access MSM_SvcCallConfirmJour".
In UtilElements the USR Layer of this table is Strange (No CreatedBy, No version....)
i've made this job:
static void DeleteUSRLayerOfMSM_SvcCallConfirmJour(Args _args)
{
utilElements Table;
TableId num;
;
num = TableNum(MSM_SvcCallConfirmJour);
Delete_From Table
where Table.TableId == num &&
Table.utilLevel == UtilEntryLevel::usr;
}
but USR layer's table already exist AOT.
So with SQL I've delete It --> Same result
can somebody help me?
thanks.
I've problem with MSM_SvcCallConfirmJour. ](*,)
On AOT , by just highLight on this Table Axapta Crashed and when i want access it by form (or another) i've error " insuffisant right to access MSM_SvcCallConfirmJour".
In UtilElements the USR Layer of this table is Strange (No CreatedBy, No version....)
i've made this job:
static void DeleteUSRLayerOfMSM_SvcCallConfirmJour(Args _args)
{
utilElements Table;
TableId num;
;
num = TableNum(MSM_SvcCallConfirmJour);
Delete_From Table
where Table.TableId == num &&
Table.utilLevel == UtilEntryLevel::usr;
}
but USR layer's table already exist AOT.
So with SQL I've delete It --> Same result
can somebody help me?
thanks.
0
Comments
-
Hi,
The table has corrupted. I have come across such problems in Axapta 3.0 SP2. It was supposed to be corrected in SP3. What version are you in? Is this a standard table?
Regards,
Harish MohanbabuHarish Mohanbabu
Long way to go before I sleep..0 -
Hi Harish,
We're on SP4 and It's standard Table.
There are 3 layers : BUS, CUS and USR but we only work on CUS. Why this table is on USR?
Regards,
Oswald Riousset.0 -
hi,
i've delete the axapd.aoi and restart and compile the application but it's not work. is anybody have an another trick to correct it ?
thanks0 -
Hi Ryu,
I'm not sure if I understand your post right, sorry if I don't.
To delete a table from a layer you must be logged to this layer.
If the table exists in BUS, CUS and USR and you want to delete the modifications from USR and CUS you must first logon to Axapta to USR layer delete the table in AOT, then logon to CUS and delete again in AOT.
After doing so, only the BUS modifications will be present.
Hope this will help.Regards,
Sebastian0 -
hi,
i finaly found the solution to my problem.
i make project with all the usr's element (EUR_SauvUSR).
Export this project except MSM_SvcCallConfirmJour and only USR'S layer.
Close Dynamics AX and remove AxUSR.aod.
Open Dynamics Ax, synchronize MSM_SvcCallConfirmJour and re-import EUR_SauvUSR.
i hope that could help some one....0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions