Skip to main content

Web ADI Errors & Solutions

Error1:
Exception Name: oracle.apps.bne.exception.BneFatalException
Cause: Microsoft VBScript runtime error: 429. ActiveX component can't create object 
Solution for Error1: 
Do the setup changes in IE
1. On the Tools menu -> Internet Options -> Security tab and press the Custom Level button.
2. Set "Initialize and script ActiveX controls not marked as safe" to "Prompt".
3. Press 'OK' button after that press 'APPLY' button.
Error2:
Exception Name: oracle.apps.bne.exception.BneFatalException
Cause: Line 85 - Programmatic access to Visual Basic Project is not trusted
Solution for Error2:
Open excel -> Click on File -> Click on Options -> On the bottom left click on "Trust Center" -> On the bottom right click on "Trust Center Settings" button -> On the left click on "Macro Settings" -> on the right "Check" "Trust access to the VBA project object model" -> Click on OK -> Again click on OK button 
Error3:
Exception Name: oracle.apps.bne.exception.BneFatalException
Cause: Line 5397 - Cannot run the macro 'BneMain.SetSessionID'. The macro may be not be available in this workbook or all macros may be disabled.
Solution for Error3:
Check whether you are using 64 bit Microsoft Excel version. You need to uninstall 64bit MS Office and install 32 bit MS Office. (File -> Help, to check the Microsoft Excel version)

Error4:
Viewer "Excel 2010" is not showing in the list.
Solution for Error4:
Customers who are on R12.0.6 version of apps, please apply patch 10190536:R12.BNE.A
Customers who are on R12.1.1 version of apps, please apply patch 10107918:R12.BNE.B
Customers who are on R12.1.2 version of apps, please apply patch 10130099:R12.BNE.B
Customers who are on R12.1.3 version of apps, please apply patch 10108052:R12.BNE.B

Error5:
When clicking on Create Document Excel file opens with following message
Protected View This file was opened from a potentially unsafe location. Click for more details
When click on 'Enable Editing'
Security Warning Macros have been disabled
Solution for Error5:
File > Options > Trust Center > Trust Center Settings > Protected View > Disable following 3 options.
Error6:
When you click on Create Document, Accounting Flex Field Segment Columns width is squeezed.
Solution for Error6:
Apply Patch 12947598
Refer following Note for additional details.
Web ADI Account Segment Columns Width not increasing individual KFF Segments width [ID 1377692.1]

Error 7:
Viewer : null
Viewer application profile is not set.
Solution for Error7:
Set the profile option GL : Default Desktop Viewer
Navigation: System Administrator > Profile > System

Error 8:
BNE_UIX_PHYSICAL_DIRECTORY is not configured
Solution for Error8:
Remove value for the profile BNE UIX Physical Directory

Error 9:
While uploading through webADI, it gives the success message that all the rows have got uploaded, but when checked from the application, it skips the rows randomly. 
Green smiley face appears [No Error] on this line even if it skips loading
Solution for Error9:
Apply patch 9090447 [For 12.1.3 version]

Error 10:
Unable To Create New Document In Web ADI and screen hangs saying "Verifying WebADI.xls from ..."
Solution for Error10:
Internet Explorer > Tools > Internet Options > Security > Clik on Custom level > Under Scripting > Enable "Allow status bar updates via script"
Error 11: (Excel 2010, IE11, Windows7)
1. Select "Open/Save" when prompted to "Do you want to open or save WebADI.xls from <server>?"
2. Get a warning "Protected View Offices has detected a problem with this file. Editing it may harm your computer. Click for more details"
3. Click on the "Click for more details"
4. Get another warning about why MS opened in protected view. Click on Edit Anyway.

5. Get the "Run-time error '91'; Object variable or With block variable not set" error message.
Solution for Error 11:
In Microsoft Excel, verify the following:

Click ' File' -> 'Options'
Click 'Trust Center' link in the 'Excel Options' window.
Click 'Trust Center Settings...' button.
In the 'Trust Center' window click 'Macro Settings' link from the menu on the left.
Under 'Macro Settings' check 'Disable all macros with notification'.
Under 'Developer Macro Settings' check 'Trust Access to the VBA project object model'.
Click 'OK' button to close the 'Trust Center' window.
Click 'OK' button to return to the spreadsheet.
Then retest 

Comments

Popular posts from this blog

Create Accounting for a Payment generates errors 95333 and 95359

Create Accounting for a Payment generates errors 95333 and 95359 Error: 95333: A conversion rate does not exist to convert USD to AUD for the conversion type Corporate and conversion date 20-MAR-09 for line -25. Please use the Daily Rates form in General Ledger to enter a conversion rate for these currencies, conversion date and conversion type. 95359: There is no accounted amount for the subledger journal entry line. Please inform your system administrator or support representative that: The source assigned to the accounting attribute Accounted Amount has no value for extract line number 88547. Please make sure the source assigned to the accounting attribute Accounted Amount has a valid value, or assign a different source to this accounting attribute. Solution: 1. Specify a conversion rate for the currencies and conversion date mentioned in the error message 95333 Navigation under the General Ledger responsibility: Setup > Currencies > Currency Rates Manager > Daily Rates ...

Public API’s for FA Transactions

Public API’s for FA Transactions So far Oracle FA is have all the good things except the lack on reporting.Oracle FA is now offer lot of public API's that can be used to interfacing with third party or Oracle application other modules. Here are some of transaction's API's:   Additions API if you have requirement to add assets directly via PL/SQL then use  FA_ADDITION_PUB.DO_ADDITION. If you have selected the Allow CIP Assets check box on the Book Controls window of a tax book when adding CIP assets using the Additions API, the this API automatically adds those CIP assets to that tax book at the same time that they are added to the corporate book. Adjustments API you can make cost adjustments to your assetsdirectly via PL/SQL using  FA_ADJUSTMENT_PUB.DO_ADJUSTMENT  for any  process adjustment. Detail can be found in appendix H) You can use this API if you have a custom interface that makes it difficult to use with the existing Oracle Assets interfaces for adjusti...

AP Table Relation Oracle Apps

AP Table Relation Oracle Apps ORACLE PAYABLE TABLE RELATION Source Table Dependent Table Condition AP_INVOICE_LINES_ALL AIL ZX_LINES_SUMMARY ZLS AIL.invoice_id = ZLS.trx_id and  ZLS.application_id  = 200 and  ZLS.entity_code  = 'AP_INVOICES' and  ZLS.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.summary_tax_line_id = ZLS.summary_tax_line_id AP_INVOICE_LINES_ALL AIL ZX_LINES ZL AIL.invoice_id = ZL.trx_id and  ZL.application_id  = 200 and  ZL.entity_code  = 'AP_INVOICES' and  ZL.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.line_number = ZL.trx_line_number AP_INVOICE_DISTRIBUTIONS_ALL AID ZX_REC_NREC_DIST ZD AID.invoice_id = ZD.trx_id and  ZD.application_id  = 200 and  ZD.entity_code  = 'AP_INVOICES' and  ZD.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and...