AXForum  
Вернуться   AXForum > Блоги > Logger
CRM
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск Все разделы прочитаны

Оценить эту запись

Разное интересное чтобы не забыть

Запись от Logger размещена 08.09.2015 в 16:38
Обновил(-а) Logger 10.09.2015 в 15:19

Размещено в Без категории
Просмотров 296901 Комментарии 74
Всего комментариев 74

Комментарии

  1. Старый комментарий
    https://blogs.msdn.microsoft.com/sol...-while-saving/

    64bit machine – VS EP add-in not deploying user control to SharePoint while saving

    In 32 bit machine, when you edit an user control in VS using EP add-it, it automatically uploads the saved file to both AOT and to SharePoint (“%SYSTEM Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\ep" folder on the web server)


    If you are using 64 bit machine for EP, make sure getSharepointTemplatePath method of SysEPDeployment class in AOT has the below code . This is needed so that whenever you save user controls in VS, that will automatically be deployed to the EP server same as in 32 bit env.


    public static str getSharepointTemplatePath()
    {
    str templatePath ='';
    ;
    templatePath =SysEPDeployment::getSharepointTemplatePathDotNet();
    return templatePath? templatePath:SysEPDeployment::getSharepointTemplatePathWin32();






    Thanks to John Hermsen from Giant Bicycles for providing a similar workaround.


    (2) If you are making change to user controls in Visual studio, then there are no additional steps to have these changes propagated to the EP Server. Whenever you make changes on already existing user control in VS, it will automatically copy it to the SharePoint folder location. If you are creating new user control, when you add it to AOT by the right click menu and save the control in VS, it will automatically copy it to the SharePoint location.


    (3) If you are making changes to Tables/EDTs/Enums/Data Sets/Classes, then you need to click the “Refresh AOD” link available to the administrators in the EP home site quick launch. This will clear the metadata cache. You can also do an “iisreset” if needed


    If you are making change to proxy file/static files/resources, then you need to deploy them. User AxUpdatePortal utility http://msdn.microsoft.com/en-us/library/dd261467.aspx (Manage Deployment Option does not work in 64 bit machines,so you have to use AXUpdatePortal)

    Tags Deployment
    Comments (6)
    Tutoo
    January 15, 2010 at 1:41 am
    Hi Mey,

    We are working on EP & SSRS. We are not able to find the right way of passing parametrs from EP to SSRS reports ie: generate a report based upon the current record selected in an AXGrid control.

    Please provide some solution.

    player
    March 5, 2010 at 11:36 pm
    could be the ability to specify report parameters through the URL.

    This can be done by using the parameter selector in the report webpart and appending the URL with “<parameterSelector>.ParamName=value”

    IT Outsourcing
    March 28, 2010 at 10:58 pm
    Hey that’s very good point but I am a bit confused on the 2nd point that is making change to user controls in Visual studio, then there are no additional steps to have these changes propagated to the EP Server. Is it really?

    Tutoo
    June 21, 2010 at 3:01 am
    @ player

    Thanks for the comment.

    Can you please elaborate a bit more ? How we are going to do it programatically.

    Like with X++/ classic client we can use menufunction and pass parameters directly to SSRS reports, how we can achieve the same with EP?

    Tutoo
    June 21, 2010 at 3:01 am
    @ player

    Thanks for the comment.

    Can you please elaborate a bit more ? How we are going to do it programatically.

    Like with X++/ classic client we can use menufunction and pass parameters directly to SSRS reports, how we can achieve the same with EP?

    Another point how we will achive this in a multi param scenario…

    summer
    October 24, 2010 at 5:36 am
    This is an excellent article, thank you very much for it, I have found here much useful information in http://spidesk.ru
    Запись от Logger размещена 29.11.2019 в 19:22 Logger is offline
  2. Старый комментарий
    Запись от Logger размещена 29.11.2019 в 19:26 Logger is offline
  3. Старый комментарий
    Запись от Logger размещена 29.11.2019 в 19:31 Logger is offline
  4. Старый комментарий
    https://blog.it-kb.ru/2014/04/15/ins...language-pack/

    Установка и базовая настройка SharePoint Server 2013 SP1 на Windows Server 2012 R2 (в топологии Two-tier farm). Часть 2 – Установка SharePoint (Создание фермы)
    Запись от Logger размещена 29.11.2019 в 19:49 Logger is offline
  5. Старый комментарий
    msdynamicsax: Enterprise Portal development in DAX 2009

    msdynamicsax: Enterprise Portal development in DAX 2009
    Запись от Logger размещена 29.11.2019 в 20:22 Logger is offline
  6. Старый комментарий
    https://m.habr.com/ru/post/466941/?f...XzadJp_8Je_TlE

    Почему для открытия меню Windows читает один файл сто тысяч раз?
    Запись от Logger размещена 04.02.2020 в 22:28 Logger is offline
  7. Старый комментарий
    Запись от Logger размещена 07.02.2020 в 09:49 Logger is offline
  8. Старый комментарий
    Запись от Logger размещена 14.08.2020 в 13:25 Logger is offline
  9. Старый комментарий
    floditt: Limitations of the Dynamics Ax service references
    Вебсервисы - генерация оберток.
    Запись от Logger размещена 27.08.2020 в 18:04 Logger is offline
  10. Старый комментарий
    Solution 742836Focus issues with AX client running RemoteApp
    Product and version: AX 2012 R2
    PROBLEM
    Environment has 2 clustered Windows 2008 R2 Terminal server where the AX client is exposed as Remote App.The Users are accessing the AX client using different OS. (Windows XP SP3, or Windows 7 SP1).The problem they get is that sometimes when form/lookup is opened it goes to background and the user needs to with ALT+TAB search the right form to bring it to the front.
    MITIGATION
    Within the link below the AX performance team blogged about it for AX 2012 users. The provided solution however (which applied to AX 2009 too) is identical to the one from the blog you found and changing the “ForegroundLockTimeout” registry key. Dynamics AX 2012: Forms on opening hide behind in the backhttp://blogs.msdn.com/b/axperf/archive/2012/02/09/dynamics-ax-2012-forms-on-opening-hide-behind-in-the-back.aspx As per the TechNet blogs below the “ForegroundLockTimeout” specifies the time, following user input, during which the system keeps applications from moving into the foreground automatically (without selection by the user). The “ForegroundFlashCount” specifies the number of times the taskbar button flashes to notify the user that the system has activated a background window. If the time elapsed since the last user input exceeds the value of the ForegroundLockTimeout entry, the window will automatically be brought to the foreground. * ForegroundLockTimeouthttp://technet.microsoft.com/en-us/library/cc785645(v=ws.10).aspx * ForegroundFlashCounthttp://technet.microsoft.com/en-us/library/cc758292(WS.10).aspx Through combining these two keys a clear indication to the user can be realized. The ForegroundFlashCount setting indeed does little more than set the time the picture on the taskbar is flashing once the program/form is started in the background. For windows 2008 and 2008 R2 Remote desktop service (RDS) a number of hotfixes are released (see articles below) specify for “Remote App” there are a number of fixes where windows do not show properly and/or show in the background. * 2312539 Available Updates for Terminal Services (Remote Desktop Services) in Windows Server 2008http://support.microsoft.com/default.aspx?scid=kb;EN-US;2312539 * 2699817: http://support.microsoft.com/kb/2699817 * 2696020: http://support.microsoft.com/kb/2696020Important steps to check: * Verify the location of the ForegroundLockTimeout and ForegroundFlashCount registry values to be at “HKEY_CURRENT_USER\Control Panel\Desktop” and not in “HKLM:” * Verify the type of values both to be REG_DWORD * Verify the machine has been rebooted to get the values to get effective. * If you have the language bar activated, please switch it off for a Test. * Another thing to check is that, and it happens very often, the Regkey is not set properly. For example what often happen is that they copy and paste it and unfortunately they copy a blank space with it. In this case the complete Regkey didn’t work proper. So maybe exporting the Regkey and check it.
    Запись от Logger размещена 20.09.2020 в 16:07 Logger is offline
  11. Старый комментарий
    In Dynamics AX 2012, when you open the forms, you might see some of them open behind the other forms. User may get the impression that the form was never opened. This happens if the form opened slowly; a cold start, uniqueness of the data including large number of records or complexity of the form may cause the form to load up slowly. The form hide behind the other form because of Windows’s ‘ForegroundLockTimeout’.

    Doing the following changes to your system could fix this issue. Since it involves changing a registry key in your system, take necessary precautions.

    Create a Restore point before performing the steps below as a precaution.

    http://windows.microsoft.com/en-US/w...-restore-point

    Steps:

    1. Open registry>> Start>>Type regedit>>press enter.

    2. Locate the key:

    HKEY_CURRENT_USER\Control Panel\Desktop

    3. On the right pane right click on the following key and select modify:

    4. ForegroundLockTimeout

    5. Select Base as decimal and then type 0 (zero) in the value data box and click on Ok.

    6. Exit from registry and restart the computer.

    REGISTRY EDIT DISCLAIMER:

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

    322756 How to back up and restore the registry in Windows
    Запись от Logger размещена 22.09.2020 в 14:44 Logger is offline
  12. Старый комментарий
    https://fix.lcs.dynamics.com/Issue/D...d2322b3f73ce01

    Solution 709488Installation Enterprise Portal
    Product and version: AX 2012 R2
    PROBLEM
    Partner is unable to install EP as they are receiving an error message "Error: The Website 'http://xxxxxxx/websites/DynamicsAx' wasn't created properly. The Remote server reported an error: (500) Internal Server error"
    MITIGATION
    The following steps have been taken to resolve the issue:1) Verify if you have SQL rights to the SharePoint config database, if NO assign these rights and then try installing again.2) Empty out the AX business connector proxy account from AX client | System administration | System | System service accounts.3) Delete AXSiteDef folder from C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\14\Template\1033 AND C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\14\Template\SiteTemplates• C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\ep Folder • Delete C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\14\Template\Features\Dynamics* folders • Delete the files starting with Dynamics* from C:\Program Files\Common Files\Microsoft shared\Web server extensions\144) While installing the EP, install it without creating the site. Then check to make sure the above deleted files got re-created including the EP folder that was not there. Then run the EP install again to create the site again.
    Запись от Logger размещена 22.09.2020 в 14:45 Logger is offline
  13. Старый комментарий
    https://fix.lcs.dynamics.com/Issue/D...f7ee4807fb7fba

    Issue 3977147 - Resolved
    Role for Invoice Journals in EP
    Product and version: AX 2012 R3
    KB number: 4343204
    Fix type: Application update
    Released Date: 7/10/2018
    PROBLEM
    In sales Module in EP, while accessing EP with Test User who is having System user, Employee user, Account Receivable Role, Then User is not able to access the Invoice Journal option for Sales Orders in Enterprise Portal.

    Actual Result:

    DESCRIPTION OF CHANGE
    The changes in the hotfix make sure that User with Role Accounts Receivable Clerk Role will be able to access Invoice journal on EP.
    Запись от Logger размещена 22.09.2020 в 14:46 Logger is offline
  14. Старый комментарий
    Запись от Logger размещена 09.11.2020 в 11:48 Logger is offline
    Обновил(-а) Logger 09.11.2020 в 11:51
  15. Старый комментарий
    Запись от Logger размещена 01.12.2020 в 16:39 Logger is offline
    Обновил(-а) Logger 30.12.2020 в 11:32
  16. Старый комментарий
    Запись от Logger размещена 30.12.2020 в 11:25 Logger is offline
  17. Старый комментарий
    SSRS
    https://docs.microsoft.com/en-us/arc...o-reports-ssrs
    https://docs.microsoft.com/en-us/arc...unning-reports

    emeadaxsupport: Dynamics AX Reporting Services Reports does not refresh after refreshing Role Center page
    emeadaxsupport: Dynamics AX Reporting Services Reports does not refresh after refreshing Role Center page

    On a Role: Adding AX 2012 Reports to Role Center Pages
    https://ibisinc.com/blog/on-a-role-a...-center-pages/

    Deploy Microsoft Dynamics AX Web parts to a SharePoint site
    https://docs.microsoft.com/en-us/dyn...harepoint-site
    Запись от Logger размещена 30.12.2020 в 11:34 Logger is offline
    Обновил(-а) Logger 30.12.2020 в 11:50
  18. Старый комментарий
    Power view

    Добавление в ролевые центры
    https://subscription.packtpub.com/bo...-a-role-center

    https://dynamicsaxtipoftheday.com/20...-role-centers/

    установка для Sharepoint
    https://ardalyst.com/installing-powe...-in-a-test-vm/

    Tutorial: Create Amazing Power View Reports
    https://support.microsoft.com/en-us/...2-e4d5f3e7d170

    https://stackoverflow.com/questions/...-to-sharepoint

    Power View для интерактивного анализа данных
    Иван Косяков !
    https://microsoftbi.ru/2012/03/01/power-view/

    Как включить в Excel
    https://support.microsoft.com/ru-ru/...rs=ru-ru&ad=ru
    https://microsoftbi.ru/2012/03/01/power-view/
    Запись от Logger размещена 30.12.2020 в 11:39 Logger is offline
  19. Старый комментарий
    Troubleshoot installation issues with Enterprise Portal and Role Centers

    https://docs.microsoft.com/en-us/dyn...d-role-centers
    Запись от Logger размещена 30.12.2020 в 11:48 Logger is offline
  20. Старый комментарий
    EP

    How to: Debug X++ Code on EP Pages
    https://docs.microsoft.com/en-us/dyn...ectedfrom=MSDN
    Запись от Logger размещена 30.12.2020 в 11:54 Logger is offline
 


Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 01:59.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.