Failed to load following objects error

--Thread moved from Forms
Hi all,
I am working on Form builder 10g and our Applications version is 12.1.3.I happen to develop a form by taking template.fmb from AU_TOP and worked on my requirement,everything works fine.Only thing missing is,when i open the form which i developed in applications i don't see Oracle logo,instead i get some other logo and some other functionalities are missing.
My observation:
when i open the .err file while compiling with frcmp_batch command i see the below errors.
FRM-18108: Failed to load the following objects.
Source Module:APPSTAND
  Source Object: STANDARD_PC_AND_VA
Source Module:APPSTAND
  Source Object: STANDARD_TOOLBAR
Source Module:APPSTAND
  Source Object: STANDARD_CALENDAR
Compiling package specification APP_CUSTOM...
   No compilation errors.For the above things,i added Template.fmb & APPSTAND.fmb to the forms_path but still i am getting the same errors and i won't see my form with oracle logo.
So,somehow i did a hunch and find the solution myself..
instead of using Template.fmb i used APPSTAND.fmb which is working fine for me.However,my doubt is in every single tutorial i saw they mentioned to use Template.fmb while developing the form from scratch.
Can anyone explain me why APPSTAND.fmb is working for me instead of Template.fmb
Any help is appreciated,
Thanks in advance!!

Thanks all for your replies..I followed your suggestions,i saw the forms_path under registry editor.The path which is over there points to all the required pll's and .fmb files.There are like 1000 objects.So,now coming back to developing the form
1.Using TEMPLATE.fmb(err file)
FRM-18108: Failed to load the following objects.
Source Module:APPSTAND
  Source Object: STANDARD_PC_AND_VA
Source Module:APPSTAND
  Source Object: STANDARD_TOOLBAR
Source Module:APPSTAND
  Source Object: STANDARD_CALENDAR
Compiling package specification APP_CUSTOM...
   No compilation errors.
Compiling package specification APP_CUSTOM...
   No compilation errors.
Compiling package body APP_CUSTOM...
   No compilation errors.
Compiling WHEN-WINDOW-RESIZED trigger on form...
   No compilation errors.
Compiling FOLDER_ACTION trigger on form...
   No compilation errors.
Compiling FOLDER_RETURN_ACTION trigger on form...
   No compilation errors.
Created form file RHCCUSTALLOWANCEDET.fmxWhat's missing here when i open the form in applications is Oracle Logo and some standard functionalities.
2.Using APPSTAND.fmb (err file)
Compiling package specification APP_CUSTOM...
   No compilation errors.
Compiling package specification APP_CUSTOM...
   No compilation errors.
Compiling package body APP_CUSTOM...
   No compilation errors.
Compiling EXPORT trigger on form...
   No compilation errors.
Compiling CLOSE_THIS_WINDOW trigger on form...
   No compilation errors.
Compiling WHEN-FORM-NAVIGATE trigger on form...
   No compilation errors.
Created form file RHCCUSTALLOWANCEDET.fmxIn this case,everything works normal.
As per your suggestions,TEMPLATE.fmb should work for me not APPSTAND.So,where am i doing wrong?
@Srini:Yes,everything is as per the doc which you suggested
@Hussein:Pls see the above explanation
Kindly note that the above error report is while compilation using frmcmp_batch command and not in the Form Builder.
My Observation:
In the Object groups section,when using TEMPLATE.fmb STANDARD_PC_AND_VA,STANDARD_TOOLBAR,STANDARD_CALENDAR are missing.But when i use APPSTAND.fmb these object groups are present.
Can i copy paste these object groups or doing like that damages my Applications?
Edited by: sandy on Dec 21, 2011 11:29 AM

Similar Messages

  • FRM - 18108 Failed to load following object

    when i am opening the forms in 10G suit , getting below error
    FRM - 18108 Failed to load following object
    source module : template.fmb
    source object: STANDARD
    please help me

    Sounds like you are working with the Enterprise Business Suite (EBS). The error you are getting is because Forms can't find a referenced object. This is because the directory where your TEMPLATE.fmb (and the objects the template.fmb form references) is not found in your FORMS_PATH. If you are using Windows, edit the registry and add the directory where you have your reference objects to the FORMS_PATH entry. Make sure you add it to the end of the existing value; not replace the existing value!
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • The package failed to load due to error 0xC0011008

    I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects
    to a SQL Server DB.
    Here is the full error taken from consol in BI Studio:
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
    Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
    "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
     ---> System.Runtime.InteropServices.COMException (0xC0011008): The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was
    passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
       at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
       --- End of inner exception stack trace ---
       at ST_0f39f89613ca43e9a6660953aa72fa2c.csproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,       MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: ST_Gen_Pkg_Src_SqlServ
    Warning: 0x80019002 at CreateDynSSIS_DB_RunDynSSiSDB: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the
    number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" finished: Failure.
    The error is thrown at this line:
    DynamicPackage = app.LoadPackage(DynamicPackagePath, null);
    Any help would be great! I've done a bit of Googling on the topic already.. and nothing has worked so far.

    Hi,
    Reason for the error: Old
    version of the DTEXEC is picked up by SQL Server instead of the new one. 
    Refer this link for more info
    THE PACKAGE FAILED TO LOAD DUE TO ERROR 0XC0011008
    Hope this info Helps

  • Picture services failed to load - An unexpected error occurred

    Just uninstalled Desktop 5.0 and installed Desktop 6.0.
    Everything else seems to be working fine.  It's just that when I try to access "Media Sync-->Pictures". I get the following message:
    "Picture services failed to load  - An unexpected error occurred"
    I especially need to access my pics b/c my media card is out of room.(perhaps itself a clue?)
    I have a Curve 8350i  from Nextel/Sprint
    I would happily post the "log" entry, but I don't know how to find it and/or turn logging on.
    Please help.
    Gerard Marra

    This is a portion of the Desktop Log.   It is strange because the Blackberry Desktop Software 6.0 works fine on my laptop but not on my desktop computer....
    14:48:30.075|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Failed, TRANSITION: none, OPERATION: none, DURATION: 5304
    14:48:30.079|ERROR|9|Rim.Desktop.Media|18005|EXCEP​TION: Rim.Desktop.Services.Tasks.Exceptions.TaskFailedEx​ception -- MESSAGE: Load_Picture_Library -- STACK:    at Rim.Desktop.Services.Tasks.Task.get_Result(){CRLF}​   at Rim.Media.Source.Pictures.PictureDataSource.GetLib​raryResultFromTask(Task task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadLi​braryUsingTask(){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadOr​iginalDataSource(){CRLF}   at Rim.Media.Source.DataSource.LoadDataSource(IDataSo​urceSnapshot snapshot){CRLF}   at Rim.Media.Sync.BBMusicSyncAPI.<>c__DisplayClass12.​<GetLoadDataSourceTask>b__e(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.079|ERROR|9|Rim.Desktop.Media|18005|INNER EXCEPTION: System.IO.IOException -- MESSAGE: The device is not ready.{CRLF} -- STACK:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath){CRLF}   at System.IO.__Error.WinIODriveError(String driveName, Int32 errorCode){CRLF}   at System.IO.DriveInfo.get_VolumeLabel(){CRLF}   at Rim.Media.Source.Pictures.PictureList.GetFriendlyN​ame(IFolderPath path){CRLF}   at Rim.Media.Source.Pictures.PictureList..ctor(IPictu​reLibrary owner, ILibraryFolder folderPath){CRLF}   at Rim.Media.Source.Pictures.PictureLibrary.GetLibrar​y(IFolderLibrarySession folderLibrarySessionData, ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSourceLoader.​LoadLibrary(ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.<>c__D​isplayClass1.<LoadLibraryUsingTask>b__0(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.079|ERROR|9|Rim.Desktop.Media|18005|EXCEP​TION: Rim.Desktop.Services.Tasks.Exceptions.TaskFailedEx​ception -- MESSAGE: Load_Picture_Library -- STACK:    at Rim.Desktop.Services.Tasks.Task.get_Result(){CRLF}​   at Rim.Media.Source.Pictures.PictureDataSource.GetLib​raryResultFromTask(Task task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadLi​braryUsingTask(){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadOr​iginalDataSource(){CRLF}   at Rim.Media.Source.DataSource.LoadDataSource(IDataSo​urceSnapshot snapshot){CRLF}   at Rim.Media.Sync.BBMusicSyncAPI.<>c__DisplayClass12.​<GetLoadDataSourceTask>b__e(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.080|ERROR|9|Rim.Desktop.Media|18005|INNER EXCEPTION: System.IO.IOException -- MESSAGE: The device is not ready.{CRLF} -- STACK:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath){CRLF}   at System.IO.__Error.WinIODriveError(String driveName, Int32 errorCode){CRLF}   at System.IO.DriveInfo.get_VolumeLabel(){CRLF}   at Rim.Media.Source.Pictures.PictureList.GetFriendlyN​ame(IFolderPath path){CRLF}   at Rim.Media.Source.Pictures.PictureList..ctor(IPictu​reLibrary owner, ILibraryFolder folderPath){CRLF}   at Rim.Media.Source.Pictures.PictureLibrary.GetLibrar​y(IFolderLibrarySession folderLibrarySessionData, ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSourceLoader.​LoadLibrary(ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.<>c__D​isplayClass1.<LoadLibraryUsingTask>b__0(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.080|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e(), ERROR: Rim.Desktop.Services.Tasks.Exceptions.TaskFailedEx​ception: Load_Picture_Library ---> System.IO.IOException: The device is not ready.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.__Error.WinIODriveError(String driveName, Int32 errorCode)
       at System.IO.DriveInfo.get_VolumeLabel()
       at Rim.Media.Source.Pictures.PictureList.GetFriendlyN​ame(IFolderPath path)
       at Rim.Media.Source.Pictures.PictureList..ctor(IPictu​reLibrary owner, ILibraryFolder folderPath)
       at Rim.Media.Source.Pictures.PictureLibrary.GetLibrar​y(IFolderLibrarySession folderLibrarySessionData, ICancelable task)
       at Rim.Media.Source.Pictures.PictureDataSourceLoader.​LoadLibrary(ICancelable task)
       at Rim.Media.Source.Pictures.PictureDataSource.<>c__D​isplayClass1.<LoadLibraryUsingTask>b__0()
       at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
       --- End of inner exception stack trace ---
       at Rim.Media.Sync.BBMusicSyncAPI.DataSourceFailedToLo​ad(Exception exception)
       at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
       at Rim.Desktop.Services.Tasks.Task.Run()
       at Rim.Media.Sync.BBMusicSyncAPI.LoadDataSource(Media​Source mediaSource, ICancelable parentTask)
       at Rim.Media.Sync.SyncService.<>c__DisplayClasse.<Sta​rtUp>b__a()
       at Rim.Desktop.Services.Tasks.Task.RunOneOperation()

  • Music services failed to load an unexpected error occurred

    Hi!
    Till the last Day, the WiFi and/ore the USB-Sync with iTunes runs perfectly.
    But at this moment, it doens't work anymore and i got this message on my DM6 "Music services failed to load an unexpected error occurred"
    I don't know why, cause i didn't change anything on my DM6, iTunes ore Torch.
    This ist my Desktop.log
    13:05:54.907|INFO |12|Rim.Desktop.Media|39001|Got Request POST http://192.168.2.105:4481/mediasync/music/17afe97cfe9d52d6
    13:05:54.910|INFO |12|Rim.Desktop.Media|39001|gzip requested
    13:05:54.992|FATAL|12|Rim.Desktop.Shell|0|Fatal Application Error
    System.FormatException: The input yields a number greater than 4 bytes.
       bei Rim.Common.Utilities.JavaBinaryReader.ReadCompressedInt()
       bei Rim.Media.Sync.SyncProviders.Device.Destination.DeviceChanges.ReadChanges(Stream changeStream)
       bei Rim.Media.Sync.Listener.HttpMediaServer.OnUpdatesProvided(Object sender, UpdatesProvidedEventArgs e)
       bei Rim.Common.Utilities.Events.Eventer.Raise[THandlerArgs,TArgs](Object sender, EventHandler`1 handler, TArgs e)
       bei Rim.Media.Sync.Listener.MediaHttpListener.Request(IAsyncResult result)
       bei System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       bei System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       bei System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    13:05:54.994|FATAL|12|Exception|0|Fatal Error
    System.FormatException: The input yields a number greater than 4 bytes.
       bei Rim.Common.Utilities.JavaBinaryReader.ReadCompressedInt()
       bei Rim.Media.Sync.SyncProviders.Device.Destination.DeviceChanges.ReadChanges(Stream changeStream)
       bei Rim.Media.Sync.Listener.HttpMediaServer.OnUpdatesProvided(Object sender, UpdatesProvidedEventArgs e)
       bei Rim.Common.Utilities.Events.Eventer.Raise[THandlerArgs,TArgs](Object sender, EventHandler`1 handler, TArgs e)
       bei Rim.Media.Sync.Listener.MediaHttpListener.Request(IAsyncResult result)
       bei System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       bei System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       bei System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    13:05:58.439|INFO |12|Rim.Desktop.Media|39001|HttpMediaServer status update: ServerOn
    What can i do, to fix the problem?
    Tank you!
    Sorry for my bad english
    Greetings from Germany
    Kalorie99

    I found the answer, here in the forum from a user:
    Here is the solution that worked for me, based on antoniovtorres post (I resisted the urge to get PO'd and tried to figure out what he must have done):
    With desktop manager closed, using Blackberry user tools, navigate to 'Blackberry\system\' (make sure that hidden files are shown or you won't see the 'system' folder).
    Move or delete the folders 'Media Sync' and 'media' from the system directory.
    Re-open desktop manager.
    Click yes to any dialog that appears.
    You should now be able to sync music again.
    Note that your device may want to double up on your synced pictures and videos, so you may want to delete your pictures and videos off of the device before your next picture or video sync. Hope it works for y'all.
    Scott
    It works again!
    Yeah!
    BlackBerry rocks!

  • Crystal report "Failed to load database information" error after publish

    I have seen similar questions, but none of the answers seem to apply to my situation.
    I am upgrading an older web application to Visual Studio 2013, using the SAP Visual Studio Crystal Reports tools. Everything works great until I publish.
    I have two sorts of reports: Some that export to Excel, and some that export to PDF. All work fine within Visual Studio. However, when I publish, the reports that should go to PDF give me the following error.
    Failed to load database information.Error in File [Report Name] {GUID}.rpt
    I have seen several posts that indicate that this could be a 32/64 bit issue. I am using a newer 64 bit SQL database, and this is an old application. I have it set to Any CPU. However, since the reports work fine in Visual Studio, I don't see how this could be the issue.
    Any other ideas?
    Thanks,
    Geoff Callaghan

    Hi Geoff
    This is definitely not due to the export type. Rather it will be due to a db issue of some sort. My suspicion is that reports that work use a different type of connection that reports that fail. E.g.; the reports that work use OLE DB, those that fail use ODBC and the ODBC datasource is 32 bit, not 64 bit(?). E.g.; check the database connections between reports that work and those that do not. And remember to also check the connections in subreports (if any).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Failed to load deployable object part 'AmendAgrmntApp', type 'Application'

    hi,
    I have deployed a DC on server. I can run the application indepemdently. But when I try to create the URL of this application using WDURLGenerator.getApplicationURL (as I want to call this application from another application), i get the following exception
    com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException: Failed to load deployable object part 'AmendAgrmntApp', type 'Application' of deployable object 'aramco.com/itcaesaleswebamndagrmnt'.
    Failed to generate URL to deployable object 'aramco.com/itcaesaleswebamndagrmnt', application 'AmendAgrmntApp'
    Please suggest a solution
    Thanks !
    seventyros

    According to the API at http://help.sap.com/javadocs/NW04S/SPS09/wd/com/sap/tc/webdynpro/services/sal/url/api/WDURLGenerator.html
    There must be a deployable object part of type WDDeployableObjectPartType.APPLICATION with the given applicationPartName within the deployable object with name deployableObjectName

  • SSIS packages deployment error- The package failed to load due to error 0xC0011008 Error loading from XML

    I am trying to deploy SSIS packages to file system using manifest file. These packages are upgraded from SSDT 2005 to SSDT 2010. Also I have changed the protection level from 'EncryptSensitiveWithPassword' to 'DontSaveSensitive' to upgrade it.
    I coun't complete the deployment and the error details shown below.
    TITLE: Package Installation Wizard
    Package "Packagename.dtsx" could not be loaded. The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed
    error information can be stored.". This occurs when CPackage::LoadFromXML fails.
    Package ""Packagename.dtsx" could not be loaded. The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where
    detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
    ADDITIONAL INFORMATION:
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when
    CPackage::LoadFromXML fails.
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when
    CPackage::LoadFromXML fails.
    BUTTONS:
    OK
    Please give a solution.
    Sreekanth Mohan

    Check this
    blog post as it gives complete information about error.
    It looks like its still using SQL 2005 DTEXEC.exe instead of latest version.
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • The package failed to load due to error 0xC0011008 "Error loading from XML....." This occurs when CPackage::LoadFromXML fails

    Source environment: Win 7 Enterprise SP1 64bit - SQL Server 2008 R2 SP1 Developer Edition (10.50.2550.0 )
    Target environment: Win 2008 R2 Standard SP1 64bit - SQL Server 2008 R2 SP1 Standard Edition (10.50.2500.0
    I want to deploy a package with the deployment manifest, but I'm getting an error (during deployment):
    Package "D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Packages\Migration\Students.dtsx" could not be loaded.
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can
    be stored.". This occurs when CPackage::LoadFromXML fails.
    I already remove a fuzzy lookup since this isn't part of the Standard edition, but still getting the error above.
    Package Example:
    If I just copy the package and try to run it I get this (0xC0010014):
    Any suggestions?

    Hi SSISJoost,
    After installing some update such as MS09-62 (KB970896), the "DTS.dll" and "MsDtsSrvrUtil.dll" may be unregistered. In this issue, the error may occur if the two DLL files are not registered. Here, please register both the 32 bit and 64 bit versions of the
    DTS.dll and MsDtsSrvrUtil.dll files, and check the issue again.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Reg FRM-18108: Failed to load the following objects Error

    Hi All,
    I am getting the following error when i open a form.
    FRM-18108: Failed to load the following objects.
    Source Module:Referenc.olb
    Source Object: POST-RECORD
    Source Module:Referenc.olb
    Source Object: KEY-CLRFRM
    Source Module:Referenc.olb
    Source Object: KEY-DOWN
    Source Module:Referenc.olb
    Source Object: KEY-DUP-ITEM
    Source Module:Referenc.olb
    Source Object: KEY-DUPREC
    Source Module:Referenc.olb
    Source Object: KEY-ENTQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXEQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXIT
    Source Module:Referenc.olb
    Source Object: KEY-HELP
    Source Module:Referenc.olb
    Source Object: KEY-MENU
    Source Module:Referenc.olb
    Source Object: KEY-UP
    Source Module:Referenc.olb
    Source Object: PRE-BLOCK
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-FORM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-ITEM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-WINDOW-CLOSED
    Source Module:Referenc.olb
    Source Object: AL_ERROR
    Source Module:Referenc.olb
    Source Object: AL_INFORMATION
    Source Module:Referenc.olb
    Source Object: AL_WARNING
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: PM_STANDARD
    Source Module:Referenc.olb
    Source Object: PC_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: PC_FRAME
    Source Module:Referenc.olb
    Source Object: PC_ICON_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_LIST_OF_VALUES
    Source Module:Referenc.olb
    Source Object: PC_OK_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_RECORD
    Source Module:Referenc.olb
    Source Object: VA_SCROLLBAR
    Source Module:Referenc.olb
    Source Object: VA_ALERT
    Source Module:Referenc.olb
    Source Object: VA_BUTTON_TEXT
    Source Module:Referenc.olb
    Source Object: VA_CANVAS
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_BUTTON
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: VA_FRAME
    Source Module:Referenc.olb
    Source Object: VA_LOV
    Source Module:Referenc.olb
    Source Object: VA_PROMPT_TEXT
    Source Module:Referenc.olb
    Source Object: VA_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_TOOLTIP
    Source Module:Referenc.olb
    Source Object: VA_WINDOW
    Source Module:Referenc.olb
    Source Object: ABOUT
    But i have given the the path of the folder that has all the files in the Forms_Path registry and also in the default.env file. Still i am getting the above error. Any solution for this?.

    You are getting this error because the "Referenc.olb" object library (OL) is not in your FORMS_PATH. You can either add the directory where the OL resides to the PATH environment variable or (preferably) you add the directory to the FORMS_PATH in the Windows Registry (assuming you installed Forms on a Windows computer). Modifying the FORMS_PATH is dependent on the version of Forms you installed. For Forms 10g, modify: HKEY_LOCAL_MACHINE => SOFTWARE => Oracle => KEY_DevSuiteHome10g => FORMS_PATH String Value. For previous versions of Oracle Forms, modify: HKEY_LOCAL_MACHINE => SOFTWARE=> Oracle => HOME? => FORMS??_PATH (where ? = 0 - 9 depending on the number of Oracle products installed, and where ?? = 60, 90 if you have Forms 6 or Forms 9i installed (FORMS60_PATH or FORMS90_PATH).
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • Crystal Reports exception: "failed to load database information" error in file guid.rpt file

    Please also see attachment (same info as below).
    Background
    This code works in windows XP (32 bit), using/complied VS2005 with no problems.
    Please contact:
    Hamid Deljoo at work 416-867-8977 (8am to 4pm EST)
    Problem is:
    We are migrating this code from XP to windows 7 (using win7 64bit for development to be deployed on win7 PCs 64bit).
    When trying to display a crystal report (.rpt) an exception is raised.
    Exception info is:
    CrystalDecisions.CrystalReports.Engine.DataSourceException was unhandled by user code
      Message=Failed to load database information.
    Error in File wbstats {CC56070D-0873-4815-BAD5-0DA0FBAEDCB6}.rpt:
    Failed to load database information.
    Source=CrystalDecisions.ReportAppServer.DataSetConversion
      StackTrace:
          at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
          at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
          at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
          at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
          at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)
          at net.bmogc.cas.ui.ReportViewer.LoadStatsReport(String warmBodyCode) in c:\Projects\Juniper\CAS_.NET2.0_Win7_64bit\CASApplication\CASNet\ReportViewer.cs:line 739
          at net.bmogc.cas.ui.WarmBodyManage.Stats() in c:\Projects\Juniper\CAS_.NET2.0_Win7_64bit\CASApplication\CASNet\WarmBodyManage.cs:line 873
          at net.bmogc.cas.ui.WarmBodyManage.CASAuthgation_ToolStripItem_Click(Object sender, EventArgs e) in c:\Projects\Juniper\CAS_.NET2.0_Win7_64bit\CASApplication\CASNet\WarmBodyManage.cs:line 593
          at net.bmogc.cas.ui.CASAuthgation.<>c__DisplayClass15.<CreateToolStripItem>b__14(Object sender, EventArgs e) in c:\Projects\Juniper\CAS_.NET2.0_Win7_64bit\CASApplication\CASNet\Common\CASAuthgation.cs:line 1242
          at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
          at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
          at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
          at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
          at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
          at System.Windows.Forms.Control.WndProc(Message& m)
          at System.Windows.Forms.ToolStrip.WndProc(Message& m)
          at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
          at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
      InnerException: System.Runtime.InteropServices.COMException
          Message=Failed to load database information.
    Error in File wbstats {CC56070D-0873-4815-BAD5-0DA0FBAEDCB6}.rpt:
    Failed to load database information.
          Source=""
          ErrorCode=-2147482931
          StackTrace:
                at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
                at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
          InnerException:
    Background info is:
    Vs2013 (update 3, latest version) is used.
    Installed:  Crystal Reports, Support Pack 10 (v. 13.0.10.1385), using 64 bit
    VS2013 build settings.

    What database are you using?
    What database client?
    How are you connecting to the database (ODBC, OLE DB, etc.)?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • FRM-18108 Failed to load the  objects

    I have upgraded the forms from 4.5 to 6i and when I tried to open the form PCOECU20 it gives me error
    FRM-18108 Failed to load the following objects:
    Source Module: PCOEar10
    Source Object: STRUCTURE_NAME_QF_LOV
    Source Object: pc_object_Group1
    ... and several others...
    The form and libraries (pll, plx) are in the same directory.
    Can anyone help?

    Make sure you upgrade any object libraries or reference forms before the forms thta depend on them.
    Also set your Forms60_path explicitly so you know that you are using the correct versions

  • Failed To load database? error

    Hi there,
    I am trying to implement "Replay transaction" feature which is in 11.1.1 version to one of my database.I followed all the steps that are specified here http://oraclebizint.wordpress.com/2009/02/18/hyperion-essbase-11110-database-archive-and-replay-in-bso-cubes/
    After Archiving and restoring the databse. i am trying to connect to databse from excel addin but it is giving me "failed to load database" error
    I tried to use replay transaction from console but its giving me the same error....
    Any suggestions???
    Thanks in advance...

    Hi john,
    I did that but didn't see any ghost processor running....YEah i ma running it in eas...After archiving the database i am stopping/unloading tha databse to restore. after that when i tried to start it then it says "failed to load the database."
    It's acting really wierd ...sometime even application is not starting.
    I tried to delete the database and create a new one and then i restored it.
    It worked for the first time... but when i tried to apply it second time inorder make use of replay transaction then again there is aproblem.
    Now i'm not even able to create a database when its running ..when i stop the application then it is showing the databse which i already deleted.

  • "Failed to load database information" error

    I know there are many threads on this error, but none appear to apply to my situation.  We distribute CR2008 reports with our C#.NET application, connecting to a SQL Server 2005 db .  We have had very few problems with our reports, with the exception of one customer.
    The customer has five installations of our software, all on WinXP 32-bit machines, all connecting to the same SQL Server 2005 database, and all pulling their report files from the same shared network location.  Four of the five machines can run reports just fine.  The fifth machine pops this error on every report:
    Exception Source: rptcontrollers.dll
    Exception Type: System.Runtime.InteropServices.COMException
    Exception Message: Failed to load database information.
    Error in File Job Info {FC802C7B-B9AD-4121-8D9E-81E3A405A6DC}.rpt:
    Failed to load database information.
    Here is the code that launches the report:
    CrystalDecisions.CrystalReports.Engine.ReportDocument report = new ReportDocument();
          report.Load("C:\\Repository\\Job Info.Rpt");
          // Setup the Crystal ConnectionInfo
          IConnectionInfo iConnectionInfo = report.DataSourceConnections[0];
          SqlConnectionStringBuilder csBuilder = new SqlConnectionStringBuilder(AppSettings.ConnectionString);
          iConnectionInfo.SetConnection(csBuilder.DataSource, csBuilder.InitialCatalog, csBuilder.UserID, csBuilder.Password);
          foreach (CrystalDecisions.CrystalReports.Engine.Table table in report.Database.Tables)
             TableLogOnInfo tableLogonInfo = table.LogOnInfo;
             // Need to set the password here as well
             table.LogOnInfo.ConnectionInfo.Password = csBuilder.Password;
             // If this is SQL 2008, fix the provider
             if (AppSettings.SQLServerVersion == 10)
                table.LogOnInfo.ConnectionInfo.LogonProperties.Set("Provider", "SQLNCLI10");
             table.ApplyLogOnInfo(tableLogonInfo);
             table.LogOnInfo.ConnectionInfo.Password = csBuilder.Password;
          new ReportViewerDialog(reportDocument).ShowDialog(this);
    We have done the following:
    1. We have uninstalled and re-installed the CR2008 MSI on that machine, with no change. 
    2. We have confirmed that the machine has full access to the directory where the reports are located.
    3. We have confirmed that the machine is set to the same default printer as the working machines, and can print to it.
    4. We have confirmed that the app itself has full functionality apart from the reports.
    5. We have confirmed that SQL Native Client is installed.
    6. The customer is not aware of any other unusual behavior on that machine (though our support tech did note unusually long reboot times).
    I'm out of ideas at this point.  If anyone has any suggestions, I'd be very appreciative.
    Ron Moses
    ConEst Software Systems

    > Use Modules.
    We do use merge modules in our install, but we know of no other way to uninstall/re-install Crystal than using the MSI.
    > Then compare the lists between working and none working Reports and PC's.
    No reports work on the one PC, all reports work on the other four.
    > Also, the SQLNCLI10.dll is for MS SQL Server 2008 and I doubt it should be used with SQL 2005. Set log on info and use the SQL Native client SQLNCLI.dll driver. Could also be related to that client engine causing the delays.
    The code only uses the 2008 DLL if it detects that the db is 2008, otherwise it uses the 2005 dll.  We officially support 2005, and include 2005 Express in our install, but we do have a small number of users who are already running their own 2008 instances, so we include this code to support them.
    Ron Moses

  • Failed to load database information.Error in File BillReport {Some numbers}.rpt

    Hi Team I am having problm with Crystal Report for Visual Studio 2013.
    I have developed windows application with Crystal Report and Visual Studio 2010.
    Now when i try to run same code in VS 2013 with Crystal report for VS 2013. i am getting following error.
    Failed to load database information.
    Error in File BillReport {A677B982-B8FC-4349-8BE6-9D1DA6B33521}.rpt:
    Failed to load database information.
    Source : "CrystalDecisions.ReportAppServer.DataSetConversion"
    I have used oledb connection to fill XML dataset.
    That dataset is binded to Crystal report at run time..
    Here is my code.
    string sqlstr = "";
                    sqlstr = "select * from billMaster where billid =  " + billId + " and merchantName = '"+merchantName+"' ";
    cmd = new OleDbCommand(sqlstr, m1.ccon);
                    if (m1.ccon.State == ConnectionState.Closed)
                        m1.ccon.Open();
                    OleDbDataAdapter da = new OleDbDataAdapter(sqlstr, m1.ccon);
                    BillPrint bp = new BillPrint();

    <startup useLegacyV2RuntimeActivationPolicy="true">
    </startup>
    is the solution man.
    Thanks a lot...
    I tried this one also..
    Try saving the DS ( bp ) to xml format and have a look at the data, it may be a data field type has changed with the new OLEDB driver in VS 2013. This may be what Dell is referring to...
    Try this:
    bp.WriteXml("c:\\sc.xml", XmlWriteMode.WriteSchema);
    Then set the report to the xml data source:
    System.Data.DataSet ds = new System.Data.DataSet();
    ds.ReadXml(@"C:\App_Data\sc.xml", XmlReadMode.ReadSchema);
    rpt.SetDataSource(ds);
    but it didn't help..
    anyway
    <startup useLegacyV2RuntimeActivationPolicy="true">
    </startup>
    this one is solution..

Maybe you are looking for

  • Error while updating SAP Integration Kit XI 3.1 to SP3

    Dear All, I have updated BusinessObjects Enterprise XI 3.1 and Integration Kits for SAP XI 3.1 to SP3. The update of BusinessObjects Enterprise XI 3.1 was fine. While updating IK for SAP, the installation shown the following error sapweb_rri.dll fail

  • If it ain't broke, don't fix it!! I want classic site back

    I speak on behalf of most or for a large majority of paypal users with this complaint: The new paypal site is complete garbage and utterly disappointing. For starters, this is an insult to everyone using it because it is too "elementary" and it doesn

  • How to use container's data source as mapviewer data source?

    Hi, I want to take advantage of connection pooling and hence was trying to create a mapviewer datasource from J2EE container. When I use the J2EE ds as the Mapviewer datasource in the Mapviewer admin page, it wouldn't work. Rest of the applications d

  • Customer sales seperated to tax

    Hi experts, I have a question: RFDUML00 generates all customer sales in whole. But I want just to seperate the customer sales for special tax code. E.g. Customer 1000 has sales in tax code A1 xxx u20AC. In SAP marketplace a hint exists, which says th

  • Reg: Status 30 in We02

    Hi All, I have written an ABAP program in se38 for the updation of data in my Ztable. In my program immediately after INSERT statement I have written code for the population of the Idoc and COMMIT WORK statement after the MASTER_IDOC_DISTRIBUTE funct