Skip to main content

How to use ADFdi Client Health Check Tool to check if the desktop configuration and environment are good for ADFdi and resolve problems.

After installation of ADFdi client, the add-in "Oracle ADF Desktop Integration Add-in for Excel" in MS Excel cannot be enable.

Besides, "Load Behavior" is "Unloaded".



Steps :

---------

1. Uninstall the Oracle ADFDi program from Control Panel>Add Remove program.

2. Login to FA

3. Navigator > Tools > Download Desktop Integration ..

4. Download setup.exe and execute it to install ADFdi

5. Login to FA

6. Navigator > Workforce Management > Data Exchange

7. In Tasks pane, click "Initiate Spreadsheet Load"

8. Click "Create Spreadsheet" icon of Create Worker

9. Open "HcmGenericSpreadsheet.xlsx" by Microsoft Office Excel

 --> MS Excel open, but the spreadsheed does not work, that is, it does not try to connect.



[Excel]



10. Click 'Excel Options' button

11. Click 'Add-Ins' from the menu

12. Select 'COM Add-ins' value from Manage LOV at the bottom of the page, and click 'GO' button



 --> 'Oracle ADF Desktop Integration Add-in for Excel' is listed, but unchecked.



    Load Behavior: Unloaded



13. Check 'Oracle ADF Desktop Integration Add-in for Excel' and click 'OK' button

14. Again, do steps from 10 to 12



 --> 'Oracle ADF Desktop Integration Add-in for Excel' is listed, but unchecked still.





Solutions



Steps :

---------

1. Please ensure that .NET programmability support is enabled.



  1) Uninstall the current client

  2) Enable .NET programmability support

    2.1) Click the Windows Start button, and choose Settings > Control Panel.

    2.2) In the Control Panel, select and open Add or Remove Programs.

    2.3) Select the entry in the Add or Remove Programs dialog for Microsoft Office and click Change.

    2.4) In the Microsoft Office dialog, choose Add or Remove Features, and click Continue.

    2.5) In the Installation Options page, expand Microsoft Office Excel.

    2.6) Select .NET Programmability Support, and choose Run from My Computer from the dropdown list.

    2.7) Click Continue to install the .NET Programmability Support feature, and

    2.8) Close the dialog when installation is complete.

  3) Install the matching client.



2. Enable the addon



  1) Click Microsoft Office button - Excel options - Add-Ins

  2) In the Manage box, click Disabled Items, and then click Go.

  3) If the AdfDI addon is listed, select it and click Enable

  4) Again, navigate till Addons - In the Manage box, click COM Add-ins, and then click Go.

  5) In the COM Add-Ins dialog box, select the check box next to the AdfDI add-in - OK

 In the event that the add-in is installed but does not load properly , please refer people to Doc ID 2010222.1

Check Reference URL for Trouble Shoot

Using the Client Health Check Tool

Use the health check tool to find out what integration issues you might have and how to resolve them. Ask your help desk if you are unable to find or use the tool.
  1. Download the latest version of the health check tool from How to use ADF Desktop Integration Client Health Check Tool (2010222.1) on My Oracle Support at https://support.oracle.com.
  2. Run ClientHealthCheck.exe as you would other programs on your computer, and review the result for each checked item.
  3. Select any item that has a problem, and read the help text.
  4. Fix some of the problems by clicking the Fix Problems button. Otherwise, follow the instructions in the help text.
  5. If you need more assistance, click the Save Report As button to prepare information for your help desk.
  6. Review the report and remove any sensitive information.
  7. Contact your help desk and provide your report.





Comments

Popular posts from this blog

Oracle Subledger Accounting (SLA) Tables, Views

Oracle Subledger Accounting (SLA) Tables, Views Oracle Subledger Accounting Tables: TABLE NAME DESCRIPTION XLA_AAD_GROUPS The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis.  All application accounting definitions with the same GROUP_NUM must be merged together. XLA_AAD_HDR_ACCT_ATTRS The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. XLA_AAD_HEADER_AC_ASSGNS Store the analytical criteria for the application accounting definitions. XLA_AAD_LINE_DEFN_ASSGNS This table stores the journal lines definitions for the application accounting definitions. XLA_AAD_LOADER_DEFNS_T The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. XLA_AAD_LOADER_LOGS The XLA_AAD_LOADER_LOGS table stores the errors and logs generated by the application accounting definitions loader. XLA_AAD_SOURCES XLA_AAD_SOURCES table stores a...

Oracle Fusion Cloud: Supplier Import Process using File Based Data Import (FBDI)

 Supplier Data Migration or Upload to Oracle Fusion environment File-Based Data Import for Oracle Procurement Cloud Supplier import in oracle fusion   In this post , We will discuss about Supplier import in oracle fusion. Oracle has provided the FBDI tool to import suppliers from External  Source  to the Oracle fusion. Supplier Import in Oracle fusion we first need to  Download  the Supplier Import FDBI  templates  given by the Oracle fusion to import suppliers. Oracle has given 5 Different FBDI templates to Import supplier in Fusion. Here in this post , I will share the Complete steps for Supplier import in oracle fusion. You can refer this post for Supplier Import.   Steps for Supplier import in oracle fusion     Step1- First we need to download Supplier Data  Template  from Oracle Repository. Go to this path for Oracle Repository. ( select Based on your Cloud version) https://docs.oracle.com/en/...

Number to Word conversion in RTF

<?xdofx: expression ?> for extended SQL functions <?xdoxslt: expression ?> for extended XSL functions. You cannot mix xdofx statements with XSL expressions in the same context This function enables the conversion of numbers to words for RTF template output. This is a common requirement for check printing. The new function is “to_check_number”. The syntax of this function is <?xdofx:to_check_number(amount, precisionOrCurrency, caseType, decimalStyle)?> The following table describes the function attributes:   Attribute Description Valid Value amount The number to be transformed. Any number precisionOrCurrency For this attribute you can specify either the precision, which is the number of digits after the decimal point; or the currency code, which will govern the number of digits after the decimal point. The currency code does not generate a currency symbol in the output. An integer, such as 2; or a currency code, such as ‘USD’. caseType The case type of th...