abstract
| - To export the Schema, use the following command: stcregutil -rh -rs -un Administrator -up -ef To import the .exp file, use the following command: stcregutil -rh -rs -un Administrator -up -i .exp
* Problem: Trying to start a component, you get the message below in the control broker log file and nothing in the component log file: Unable to find a file matching the Target Location configuration settings. ewSDEBOHSchedulerEvents (Error (0x20000020 [536870944] item not found)): HostFindFailed ewSDEBOHSchedulerEvents (Fatal): Unable to load module host configuration
* Cause: According to SeeBeyond this is caused by Schema corruption and/or forcefully stopping a component.
* Solution: The Process Host LN entry for this component is missing in the export (.exp) file. To correct this issue you must export the component, open it's .exp file, insert the hostname (i.e. parthost01) into the 3rd stansa, and then import it back into the original Schema. Before: ewSDEBOHSchedulerEvents,MODTYPE_EWAY,,cbSDE,20,SYSCONTROL_BAD,-:,bin,stcewscheduler.exe, FILETYPE_EXE,0,,-rh %_HOST% -rs %_SCHEMA% -ln %_LOGICALNAME% -un %_USERNAME% -up %_PASSWORD% -rp %_REGPORT%,configs\stcewscheduler,ewSDEBOHSchedulerEvents.cfg,FILETYPE_ASCIITEXT,0, TRUE,TRUE,10,TIMEUNIT_MINUTES,10,ewSDEBOHSchedulerEvents,,,Administrator,TIMEUNIT_NONE,0,0,0,0,0 After: ewSDEBOHSchedulerEvents,MODTYPE_EWAY,hctunx53,cbSDE,20,SYSCONTROL_BAD,-:,bin,stcewscheduler.exe, FILETYPE_EXE,0,,-rh %_HOST% -rs %_SCHEMA% -ln %_LOGICALNAME% -un %_USERNAME% -up %_PASSWORD% -rp %_REGPORT%,configs\stcewscheduler,ewSDEBOHSchedulerEvents.cfg,FILETYPE_ASCIITEXT,0, TRUE,TRUE,10,TIMEUNIT_MINUTES,10,ewSDEBOHSchedulerEvents,,,Administrator,TIMEUNIT_NONE,0,0,0,0,0
|