AEM Forms Manager | Community
Skip to main content
August 25, 2021
Solved

AEM Forms Manager

  • August 25, 2021
  • 3 replies
  • 4713 views

Hi Team, 

I am trying to set up Adobe Experience Manager Forms in my local using aemforms_server_6_5_0_jboss_all_win.

Note: I have followed below document for set-up.

https://experienceleague.adobe.com/docs/experience-manager-65/forms/html5-forms/preview-xdp-forms-html.html?lang=en

https://helpx.adobe.com/pdf/aem-forms/6-2/install-single-server-jboss.pdf

 

FYI,

I have installed below necessary softwares as part of dependent softwares.

AEM Version: 6.5.9 (Installed service pack)

AEM Form Manager: aemforms_server_6_5_0_jboss_all_win

AEM Workbench

AEM Designer

AEM Form Addon: adobe-Form-Addson-aemfd-win-pkg-6.0.434

 

After Successfull Installation I am able to access AEM Forms Manager, CRX, OSGI

http://localhost:8080/lc/aem/start.html

 

 

But problem is preview as HTML is not working, form DOR is not working,

 

Getting below error.

 

please find below Observations.

* Not able to open Designer Application giving below error.

 

* Not able to create a form in Workbench giving Designer error.

 

* Not able to view any present default Forms giving following error.

 

Please help me to resolve this Designer Error.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pulkit_Jain_

@shyamasundar-ks 

Thanks for sharing the details! Seems that there are two different issues at hand:

 

1. Unable to render the HTML Forms:

If you are installing AEM Forms 6.5, please make sure you have installed the following 32 bit Microsoft Visual C++ redistributables to ensure HTML form render as expected on a windows set-up.

  • Microsoft Visual C++ 2008 redistributable
  • Microsoft Visual C++ 2010 redistributable
  • Microsoft Visual C++ 2012 redistributable
  • Microsoft Visual C++ 2013 redistributable (as of 6.5)

 

2. Forms Designer is not opening up:

This seems to be an issue with Designer installation so you can reinstall or repair the installation as below:

 

1: Install 2010,2012 and 2013 VC runtimes (32 bit)
• Microsoft Visual C++ 2013 redistributable package x86
• Microsoft Visual C++ 2012 redistributable package x86
• Microsoft Visual C++ 2010 redistributable package x86

2: Open CMD in Administrator mode and run the following commands:
• C:\Windows\SysWOW64>regsvr32.exe "c:\Program Files (x86)\Adobe\Adobe Experience Manager Forms Designer\FileSystemBrowser.dll"
• C:\Windows\SysWOW64>regsvr32.exe "c:\Program File (x86)\Adobe\Adobe Experience Manager Forms Designer\ImageFileBrowserIDL.dll"
• C:\Windows\SysWOW64>"c:\Program Files (x86)\Adobe\Adobe Experience Manager Forms Designer\FormDesigner.exe" /regserver

3: Uninstall Designer

 


Steps to Repair Designer:

1: Install 2010,2012 and 2013 VC runtimes (32 bit)
• Microsoft Visual C++ 2013 redistributable package x86
• Microsoft Visual C++ 2012 redistributable package x86
• Microsoft Visual C++ 2010 redistributable package x86


2: Click on Repair Designer while installing again.

 

Hope this helps!

3 replies

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeAccepted solution
Adobe Employee
August 26, 2021

@shyamasundar-ks 

Thanks for sharing the details! Seems that there are two different issues at hand:

 

1. Unable to render the HTML Forms:

If you are installing AEM Forms 6.5, please make sure you have installed the following 32 bit Microsoft Visual C++ redistributables to ensure HTML form render as expected on a windows set-up.

  • Microsoft Visual C++ 2008 redistributable
  • Microsoft Visual C++ 2010 redistributable
  • Microsoft Visual C++ 2012 redistributable
  • Microsoft Visual C++ 2013 redistributable (as of 6.5)

 

2. Forms Designer is not opening up:

This seems to be an issue with Designer installation so you can reinstall or repair the installation as below:

 

1: Install 2010,2012 and 2013 VC runtimes (32 bit)
• Microsoft Visual C++ 2013 redistributable package x86
• Microsoft Visual C++ 2012 redistributable package x86
• Microsoft Visual C++ 2010 redistributable package x86

2: Open CMD in Administrator mode and run the following commands:
• C:\Windows\SysWOW64>regsvr32.exe "c:\Program Files (x86)\Adobe\Adobe Experience Manager Forms Designer\FileSystemBrowser.dll"
• C:\Windows\SysWOW64>regsvr32.exe "c:\Program File (x86)\Adobe\Adobe Experience Manager Forms Designer\ImageFileBrowserIDL.dll"
• C:\Windows\SysWOW64>"c:\Program Files (x86)\Adobe\Adobe Experience Manager Forms Designer\FormDesigner.exe" /regserver

3: Uninstall Designer

 


Steps to Repair Designer:

1: Install 2010,2012 and 2013 VC runtimes (32 bit)
• Microsoft Visual C++ 2013 redistributable package x86
• Microsoft Visual C++ 2012 redistributable package x86
• Microsoft Visual C++ 2010 redistributable package x86


2: Click on Repair Designer while installing again.

 

Hope this helps!

August 26, 2021

Error While installing Designer. is there anything I am missing or the Designer file got corrupted?

As mentioned I have installed the VC-runtimes, please can you cross check.

 

* Not able to execute the commands as mentioned, I am getting below error.

 

Kosta_Prokopiu1
Adobe Employee
Adobe Employee
August 26, 2021

Error code 0x80070005 is a Windows Access Denied error and points to inadequate permissions. What user are you running installations and regsrv commands with?

Kosta_Prokopiu1
Adobe Employee
Adobe Employee
August 26, 2021

Observation:

You have installed 6.5.0 JEE and updated the OSGi stack to 6.5.9. Did you also install the JEE update to 6.5.9 (which would be AEMForms-6.5.0-0028) and the latest Workbench: 6.5.0.20210524.1.938669 ?

See AEM Forms releases | Adobe Experience Manager

Kosta

Mayank_Gandhi
Adobe Employee
Adobe Employee
August 26, 2021

@shyamasundar-ks Follow the steps highlighted by Pulkit and that should solve the issues.