Xkbcomp Errors/Warnings: openoffice-base & go-openoffice

Occurs after launching any openoffice-base /go-openoffice app. Is there a known resolution(s)/workaround(s)?
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Multiple doodads named ""
> Using first definition
> Warning: Multiple doodads named ""
> Using first definition
> Warning: Multiple doodads named ""
> Using first definition
> Warning: Multiple doodads named ""
> Using first definition
> Warning: Multiple doodads named ""
> Using first definition
> Warning: Multiple doodads named ""
> Using first definition
Errors from xkbcomp are not fatal to the X server

Errors from xkbcomp are not fatal to the X server
Does these errors have any negative on openoffice? They will probably dissipate next time you upgrade xorg.
Check this thread: http://bbs.archlinux.org/viewtopic.php?id=54015

Similar Messages

  • Custom Errors/Warnings in eclipse....

    Before I start, I know this is not an eclipse forum...... I've been looking for about an hour for a good eclipse forum but came up with nothing.
    Sorry.
    Anyway, What I was wondering is if anyone knows of a way to create my own own warning/error filter that I can apply to eclipse/my eclipse.
    I work for a pretty big PRD department and have noticed that some standards are not always being followed (unused code, unused imports, company spicific problems), so what I was hoping to do it create a base warning/error filter that when used will display a warning/error when ever the standards are not being followed??
    Does anyone know if this can be done or even point me in the right direction?
    cheers,
    (p.s. if you want more info just shout)

    Sorry.That's okay.
    I work for a pretty big PRD department and have
    noticed that some standards are not always being
    followed (unused code, unused imports, company
    spicific problems), so what I was hoping to do it
    create a base warning/error filter that when used
    will display a warning/error when ever the standards
    are not being followed??Awareness of things like unused variables, methods, imports etc is standard in Eclipse. See Preferences -> Java -> Compiler -> Errors/Warnings. It may have most of them set to "Ignore" by default but you can set them to warning or error. You can agree on one set of rules and have everyone import these settings from one central file.
    As for fully custom warnings/errors, I don't know if Eclipse supports that; other IDEs do have extensively customizable code inspections (IDEA).

  • Error while running base line update

    I am getting below error while running baseline update in endeca environment. please help me out to resolve this issue.
    ./baseline_update.sh
    WARNING: /opt/endeca/PlatformServices/6.1.0/j2sdk/bin/java does not exist
    WARNING: Using java in /usr/java/jdk1.6.0_25/bin/java
    [11.29.12 13:15:00] INFO: Checking definition from AppConfig.xml against existing EAC provisioning.
    [11.29.12 13:15:02] INFO: Definition has not changed.
    [11.29.12 13:15:02] INFO: Starting baseline update script.
    [11.29.12 13:15:02] INFO: Acquired lock 'update_lock'.
    [11.29.12 13:15:02] INFO: Downloading config files from Web Studio.
    [11.29.12 13:15:02] INFO: [ITLHost] Starting shell utility 'emgr_update_get_ws_settings'.
    [11.29.12 13:15:03] SEVERE: Utility 'emgr_update_get_ws_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    Occurred while executing line 13 of valid BeanShell script:
    10| if (Forge.isDataReady()) {
    11| if (ConfigManager.isWebStudioEnabled()) {
    12| // get Web Studio config, merge with Dev Studio config
    13| ConfigManager.downloadWsConfig();
    14| ConfigManager.fetchMergedConfig();
    15| } else {
    16| ConfigManager.fetchDsConfig();
    [11.29.12 13:15:03] SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_get_ws_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.

    Welcome to forum, Please raise only one thread for same problem..
    error while running base line update
    -RMishra

  • Slow processing and getting opening errors/warnings

    I've modified the PDF Binder sample to get a plugin that would open PDF's and Tif files, and save them as PDF/A-1b (code below).
    It's working. The problem: it's processing too slow (compared with the Actions batch processing)... and I've been getting warnings/and errors about "The imput file is corrupt or of an unknown/unsupported type" type. This is stopping my batch process until I click OK, and the it continues.
    I am trying to process a few thousand of tif files now. I tried first to use the Batch processing capability built in the Acrobat X... an it works, but only with the first 255 documents in the folder... then gives an "insufficient disk space" message for the rest of the files in the directory.
    So, 2 questions: Does anyone knows why it is so slow processing the tiff files and... how I can make my code "silent" so it does not wait for the OK after the message??
    Thanks in advance.
    The code:
    ADOBE SYSTEMS INCORPORATED
    Copyright (C) 1998-2006 Adobe Systems Incorporated
    All rights reserved.
    NOTICE: Adobe permits you to use, modify, and distribute this file
    in accordance with the terms of the Adobe license agreement
    accompanying it. If you have received this file from a source other
    than Adobe, then your use, modification, or distribution of it
    requires the prior written permission of Adobe.
      \file PDFBinder.cpp
    - Implements a method to convert multiple files into PDFs and bind the PDFs
    into one PDF file. The code shows how to use AVConversionToPDFHandler to
    convert files to PDF and how to use PDDocInsertPages() to combind PDF files.
    // Headers.
    #include <stdio.h>
    #include <ctype.h>
    #ifndef MAC_PLATFORM
    #include <direct.h>
    #include "PIHeaders.h"
    #endif
    // Defines ----------
    // Define this flag to show AVConversionToPDFEnumHandler info. in log file.
    #define SHOW_TOPDF_HANDLER_TYPES   
    // define this flag to use file type filter 
    #define USE_FILE_FILTER   
        Constants/Declarations
    // Message display control.  Ture: display
    ASBool bEcho = true;
    // File location. User can change the following filenames.
    #if WIN_PLATFORM
        const char* STRING_PDFBinderFolder = "C:\\Fairfax\\Adobe\\in";
        const char* STRING_PDFOutputFolder = "C:\\Fairfax\\Adobe\\PDFA";
        const char* FOLDERSYMBOL="\\";
    #endif
    #if MAC_PLATFORM
        const char* STRING_PDFBinderFolder = "/PDFBinder";
        const char* FOLDERSYMBOL="/";
    #endif
    char* OutputPdfFileName = "PDFBinderOutput.pdf";
    char* LogFileName = "PDFProcessLog.txt";
    static ASInt32 gNumToPDFExt;
    static ASInt32 gNumFromPDFExt;
    static AVConversionFromPDFHandler RightHandler;
    const int MAX_FILENAME_LENGTH = 256;
    char sLogFileName[MAX_FILENAME_LENGTH];
    // Filter -----------
    // Filter is a list of file types which can be converted to PDF in this program.
    // Use a filter may fit user's specific needs and ensure a smooth automation process.
    // Of course, the user can turn off the filter in two ways:
    //   (1) gPDFBinderFileFilter = "";
    //   (2) comment out //USE_FILE_FILTER 
    // The filter should be consistent with the Acrobat viewer's menu capability:
    //   Create PDF from multiple files ...
    // Here we put the types which have been tested, but user can expand it.
    const char* gPDFBinderFileFilter = "pdf,tif,tiff,PDF,TIF,TIFF";
    const int MAX_STRING_LENGTH = 2048;
    AVConversionToPDFHandler gHandler;
    // functions in this file.
    int    ConvertAndInsertFileToPDF(ASPathName aspItem, char* aFileName, PDDoc  PDFfile);
    void BindingFileToPDF(ASPathName aPathName, char* aFilename, ASFileSysItemPropsRec nFileAttrb, PDDoc targetPDdDoc, ASPathName outputPathName, int *ipTotal, int *ipConverted);
    ASBool PassPDFBinderFileFilter(char* filename);
    int    ConvertAndSavePDFInTargetFolder(ASPathName aPathName, char* aFileName, PDDoc PDFfile, ASPathName outputPathName);
    char* NewFileName(char *& aFileName);
    // callbacks
    ACCB1 ASBool ACCB2 MyAVConversionToPDFEnumProc(AVConversionToPDFHandler handler, AVConversionEnumProcData data);
    ACCB1 ASBool ACCB2 AVConversionToPDFEnumFindHandler(AVConversionToPDFHandler handler, AVConversionEnumProcData data);
    static ACCB1 ASBool ACCB2 myAVConversionFromPDFEnumProc(AVConversionFromPDFHandler handler, AVConversionEnumProcData data);
        Implementation
    /**    This sample implements a method to convert multiple files into PDF
      and bind the PDFs into one PDF file .
        This sample shows developers how to grammatically implement To-PDF file
      converson functionality.  Basically, the code uses AVConversionToPDFHandler
      to convert files to PDF and PDDocInsertPages()to combine PDF files.
      This plug-in is designed to run from a menu item, and by setting bEcho = false
      it may be run without any graphics user interface on the screen. Therefore, it 
      can be executed from other programs such as C IAC, VB IAC, and JavaScript
      to meet enterprise workflow needs.
        How to run it :
        - This sample adds a menu item "PDF Binder" under the Acrobat SDK submenu. Two ways to
        execute it: 1) click the menu item to run the program using a fixed file location
        hard coded; 2) press the shift key and click the menu item to choose a folder where
        files to be converted are located.
        - Without folder selection, this original code is to convert and bind files in a
        directory    C\test\PDFBinder for Win, or a folder   MacHD:test:PDFBinder for Mac.
        You can copy the test files in the project's testfiles folder to the appropriate location 
        for testing. You may locate files to be converted in another directory/folder, and
        specify the location in the string variable PDFBinderFolder in the code.
        - When you have the files to be converted ready in the specified location,
        run Acrobat 6 menu Advanced->AcrobatSDK->PDF Binder to start the operation.  There are
        echo messages informing you of the operation start and end, but you can change and
        rebuild the code to turn off the display on screen.
        - An output file PDFBinderOutput.pdf in the same location is created
        when the program succeeds. A text log file  PDFBinderLog.txt in the same
        location records the process and results.
        -  You can set bEch = false in the code to turn off any display on the screen.
        This is necessary when you  call the menu function from within other programs
        of C IAC, VB IAC, JavaScript. 
        -  An optional file filter is used to pre-process the files. The filter only allows
        the files with predefined types to be processed. You can change the file type list
        as you wish. Using a filter may ensure a smooth automation process, since you can put
        only well-tested file types in the filter. To turn off the filter, you can set
        gPDFBinderFileFilter = "" or not to define USE_FILE_FILTER 
        - Note this is a sample only, developers need to make further improvement for
        their actual use. For example, you can set up a list of files to use the method for
        the conversion and binding. And you can add code to handle special file types.
          @see AVConversionConvertToPDFWithHandler
        @see AVConversionEnumToPDFConverters
        @see ASFileSysDestroyFolderIterator
        @see PDDocOpen
        @see PDDocClose
        @see PDDocInsertPages
        @see PDDocCreatePage
        @see PDDocDeletePages
        @see PDPageRelease
        @see ASFileSysCreatePathName
        @see ASFileSysFirstFolderItem
        @see ASFileSysNextFolderItem
        @see ASFileSysGetNameFromPath
        @see ASFileSysReleasePath
    ACCB1 void ACCB2 PDFBinderCommand(void*)
        // if the menu item clicked with Shift key pressed down, go to interactive mode.
        // let the user to choose a folder and process all the file in the folder.
        ASText dispText = ASTextNew();
        char PDFBinderFolder[MAX_STRING_LENGTH];
        ASBool shiftKeyIsDown = ((AVSysGetModifiers() & AV_SHIFT) != 0);
        if(shiftKeyIsDown) {
            AVOpenSaveDialogParamsRec dialogParams;
            // Configure the dialog box parameters.
            memset (&dialogParams, 0, sizeof (AVOpenSaveDialogParamsRec));
            dialogParams.size = sizeof(AVOpenSaveDialogParamsRec);
            dialogParams.windowTitle = ASTextFromScriptText("Choose folder with files to bind",kASRomanScript);
            dialogParams.flags |= kAVOpenSaveAllowForeignFileSystems;
            dialogParams.initialFileSys = ASGetDefaultUnicodeFileSys();
            ASPathName thePath;
            ASFileSys fileSys;
            AVAppBeginModal(NULL);
            if(ASBoolToBool(AVAppChooseFolderDialog(&dialogParams, &fileSys, &thePath)) != true){
                AVAppEndModal();
                //AVAlertNote("Failed to select the folder");
                return;
            AVAppEndModal();
    #ifdef WIN_PLATFORM       
            ASFileSysDisplayASTextFromPath(ASGetDefaultUnicodeFileSys(), thePath, dispText);
            ASHostEncoding bestEnc = ASTextGetBestEncoding(dispText, (ASHostEncoding)PDGetHostEncoding());
            strncpy(PDFBinderFolder, ASTextGetEncoded(dispText, bestEnc), MAX_STRING_LENGTH - 1);
    #else       
            ASPlatformPath aspPath;
            ASFileSysAcquirePlatformPath(fileSys, thePath, ASAtomFromString("POSIXPath"), &aspPath);
            strncpy(PDFBinderFolder, (char *)ASPlatformPathGetPOSIXPathPtr(aspPath), MAX_STRING_LENGTH - 1);
            ASFileSysReleasePlatformPath(fileSys, aspPath);
            // remove extra path separator
            char e = PDFBinderFolder[strlen(PDFBinderFolder)-1];
            if(e == ':' || e == '/')
                PDFBinderFolder[strlen(PDFBinderFolder)-1]='\0';
            dispText = ASTextFromScriptText(PDFBinderFolder, kASEUnicodeScript);
    #endif
            ASFileSysReleasePath(fileSys, thePath);
        // Otherwise, the hard coded file path will be used.
        else {
            strcpy(PDFBinderFolder, STRING_PDFBinderFolder);
            dispText = ASTextFromScriptText(PDFBinderFolder, kASRomanScript);
        // instruction message
        char strMsg[MAX_STRING_LENGTH] = "";
        sprintf(strMsg, "This function will convert and process Tiff and PDF files in the selected directory. ");
        strcat(strMsg, " You need to copy your files in C:\\Fairfax\\Adobe\\in directory." );
        strcat(strMsg, " Files will be processed into C:\\Fairfax\\Adobe\\PDFA directory." );
        strcat(strMsg, " If you are ready, click OK to continue, or click Cancel to quit. " );
        strcat(strMsg, " \nNote you can press down Shift key and click the menu item to have a folder selection. " );
        strcat(strMsg, " \nNote you can turn off the echo message by setting bEcho = false and rebuild the code. " );
        if(ASBoolToBool(bEcho)==true){
            ASInt32 choice = AVAlert(ALERT_CAUTION, strMsg, "OK", "Cancel", NULL, true);
            if(choice==2) {
                return;
        // create a new target pdf file with one empty page
        PDDoc TargetPDF = PDDocCreate();
        ASFixedRect mediaBox = { fixedZero, ASInt32ToFixed(792), ASInt32ToFixed(612), fixedZero };
        PDPage emptyPage = PDDocCreatePage (TargetPDF, PDBeforeFirstPage, mediaBox);
        PDPageRelease (emptyPage);
        //     get available headlers and set our file filter
        char ValidExt[MAX_STRING_LENGTH];
        memset(ValidExt, 0, MAX_STRING_LENGTH);
    #ifdef SHOW_TOPDF_HANDLER_TYPES   
        // enumerate AVConversioToPDF handlers to get all available file
        // types which can be converted to PDF.
        AVConversionEnumToPDFConverters(MyAVConversionToPDFEnumProc, (AVConversionEnumProcData) ValidExt);
        //AVAlertNote("Converters Defined");
        //AVAlertNote(ValidExt);
        //AVAlertNote(gPDFBinderFileFilter);
    #endif
    #ifdef USE_FILE_FILTER    
        // set File filter
        strcpy(ValidExt, gPDFBinderFileFilter);
        //AVAlertNote(ValidExt);
    #endif
        // process all files in the directory
        int iNumFiles = 0;
        int iNumFilesConverted = 0;
        char* Done = "Converted";
        char* NotDone = " - ";
        char fileName[MAX_FILENAME_LENGTH+1];
        ASFileSysItemPropsRec props;
        ASFolderIterator iter;
        ASPathName aspItem = NULL;
        memset(&props, 0, sizeof(props));
        props.size = sizeof(props);
        //AVAlertNote("Props Defined");
        ASPathName theFolder = NULL;
        ASFileSys fileSys = NULL;
        DURING
    #ifdef WIN_PLATFORM   
        fileSys = ASGetDefaultFileSysForPath(ASAtomFromString("ASTextPath"), dispText);
        theFolder = ASFileSysCreatePathName (fileSys, ASAtomFromString("ASTextPath"), dispText, 0);
        //AVAlertNote("FileSys and Folder Defined");
    #else
        fileSys = ASGetDefaultFileSysForPath(ASAtomFromString("POSIXPath"), PDFBinderFolder);
        theFolder = ASFileSysCreatePathName (fileSys,
                                ASAtomFromString("POSIXPath"), PDFBinderFolder, 0);
    #endif
        if (theFolder==NULL) {
            //AVAlertNote("Fail to create ASPathName for the selected folder.");
            E_RTRN_VOID
        // Find first file in current directory
        if((iter = ASFileSysFirstFolderItem(fileSys, theFolder, &props, &aspItem))==FALSE) {
            //AVAlertNote("This is either an invalid folder or the folder contains no files.");
            E_RTRN_VOID
        ASFileSysReleasePath(fileSys, theFolder);
        //AVAlertNote("Folder Released");
        // get filename only
        if(ASFileSysGetNameFromPath(fileSys, aspItem, fileName, sizeof(fileName))) {
            E_RTRN_VOID
        HANDLER   
            // exception handling
            char errorMsg[256];
            ASGetErrorString (ASGetExceptionErrorCode(), errorMsg, 256);
            if(aspItem!=NULL) ASFileSysReleasePath(fileSys, aspItem);
            if(theFolder!=NULL) ASFileSysReleasePath(fileSys, theFolder);
            // display an error message.
            if(ASBoolToBool(bEcho)==true) {
                AVAlertNote (errorMsg);
            return;
        END_HANDLER
        //AVAlertNote(fileName);
        // go to binding if it's a valid type of file
        if(props.type == kASFileSysFile && PassPDFBinderFileFilter(fileName)) {
            char outFileName[] = "";
            //strcat(outFileName, STRING_PDFOutputFolder);
            //strcat(outFileName, FOLDERSYMBOL);
            //strcat(outFileName, fileName);
            strcat(outFileName, STRING_PDFOutputFolder);
            strcat(outFileName, FOLDERSYMBOL);
            strcat(outFileName, fileName);
            //AVAlertNote(outFileName);
            ASPathName outputFileName = ASFileSysCreatePathName (ASGetDefaultFileSys(), ASAtomFromString("Cstring"), outFileName, 0);
            BindingFileToPDF(aspItem, fileName, props, TargetPDF, outputFileName ,&iNumFiles, &iNumFilesConverted);
            //AVAlertNote("File Processed");
        ASFileSysReleasePath(fileSys, aspItem);
        // process all other files 
        while(ASFileSysNextFolderItem(fileSys, iter, &props, &aspItem)) {
            // get filename only
            if(ASFileSysGetNameFromPath(fileSys, aspItem, fileName, sizeof(fileName))) {
                return;
            // go to binding if it's a valid type of file
            if(props.type == kASFileSysFile && PassPDFBinderFileFilter(fileName))  {
                char outFileName[] = "";
                //strcat(outFileName, STRING_PDFOutputFolder);
                //strcat(outFileName, FOLDERSYMBOL);
                //strcat(outFileName, fileName);
                strcat(outFileName, STRING_PDFOutputFolder);
                strcat(outFileName, FOLDERSYMBOL);
                strcat(outFileName, fileName);
                //AVAlertNote(outFileName);
                ASPathName outputFileName = ASFileSysCreatePathName (ASGetDefaultFileSys(), ASAtomFromString("Cstring"), outFileName, 0);
                BindingFileToPDF(aspItem, fileName, props, TargetPDF, outputFileName, &iNumFiles, &iNumFilesConverted);
                //AVAlertNote("File Processed");
            ASFileSysReleasePath(fileSys, aspItem);
        ASPathName pdfPathName = NULL;
        DURING
        // close the findfile
        ASFileSysDestroyFolderIterator(fileSys, iter);
        // save and close the output pdf file
        // create path
        ASText pathText = ASTextNew();
        ASTextCatMany(
            pathText,
            dispText,
            ASTextFromScriptText(FOLDERSYMBOL, kASRomanScript),
            ASTextFromScriptText(OutputPdfFileName, kASRomanScript),
            NULL);
    #ifdef WIN_PLATFORM
        ASFileSys fileSys = ASGetDefaultFileSysForPath(ASAtomFromString("ASTextPath"), pathText);
        pdfPathName = ASFileSysCreatePathName (fileSys,
                                ASAtomFromString("ASTextPath"), pathText, 0);
    #else
        char path[MAX_STRING_LENGTH];
        strncpy(path, ASTextGetEncoded(pathText,
            ASTextGetBestEncoding(pathText, (ASHostEncoding)PDGetHostEncoding())), MAX_STRING_LENGTH - 1);
        ASFileSys fileSys = ASGetDefaultFileSysForPath(ASAtomFromString("POSIXPath"), path);
        pdfPathName = ASFileSysCreatePathName (fileSys,
                                ASAtomFromString("POSIXPath"), path, 0);   
    #endif
        if(pdfPathName==NULL) {
            E_RTRN_VOID
        // delete the empty page
        if(PDDocGetNumPages(TargetPDF)>1) {
            PDDocDeletePages (TargetPDF, 0,0,NULL, NULL);
        // save
        //PDDocSave (TargetPDF, PDSaveFull | PDSaveCollectGarbage | PDSaveLinearized,
        //            pdfPathName, ASGetDefaultUnicodeFileSys(),    NULL, NULL);
        PDDocClose (TargetPDF);
        //ASFileSysReleasePath(fileSys, pdfPathName);
        HANDLER   
            // exception handling
            char errorMsg[256];
            ASGetErrorString (ASGetExceptionErrorCode(), errorMsg, 256);
            if(pdfPathName!=NULL) ASFileSysReleasePath(fileSys, pdfPathName);
            // display an error message.
            if(ASBoolToBool(bEcho)==true) {
                AVAlertNote (errorMsg);
            return;
        END_HANDLER
        // use this line to show the massage on screen if you need
        //if(ASBoolToBool(bEcho)==true) {
        AVAlertNote ("Folder Completed. PDF/A Output files generated.");
        return;
    /* ConvertAndInsertFileToPDF
    /** Internal function \n
    ** Convert a file to PDF, then insert it to target PDF file.
    ** @param aFileName IN  char string, filename.
    ** @param PDFfile IN/OUT PDDoc of the target PDF file.
    ** @return 0 if OK, 1 if failed.
    int    ConvertAndInsertFileToPDF(ASPathName aPathName, char* aFileName, PDDoc PDFfile)
        PDDoc tempPDF;
        char* Ext;
        DURING
            // get file extention
            Ext = strrchr(aFileName,'.');
            if(Ext) {
                Ext++;
            else {
                E_RETURN (1);
            // if the file is PDF, open PDDoc
            if(strcmp(Ext,"PDF")==0 || strcmp(Ext,"pdf")==0) {
                tempPDF = PDDocOpen (aPathName, ASGetDefaultFileSys(), NULL, true);
                if(tempPDF==NULL) {
                    PDDocClose(tempPDF);
                    E_RETURN (1);
            // else convert it to PDF
            else
                // let it automatically find right handler for the file and do the job.
                AVConversionStatus stat = AVConversionConvertToPDF
                    (kAVConversionAsyncOkay, //kAVConversionNoFlags
                      aPathName, ASGetDefaultFileSys(), &tempPDF, NULL);
                // check if successful
                if(stat != kAVConversionSuccess) {
                    //AVAlertNote("Cannot convert the file.");
                    E_RETURN (1);
        HANDLER   
            // exception handling
            char errorMsg[256];
            ASGetErrorString (ASGetExceptionErrorCode(), errorMsg, 256);
            // display an error message.
            if(ASBoolToBool(bEcho) == true) {
                AVAlertNote (errorMsg);
            return 1;
        END_HANDLER
        // insert new PDF into target PDF
        DURING
            // insert all pages of new pdfc to TargetPDFfile.
            PDDocInsertPages(PDFfile, PDLastPage, tempPDF, 0,
                            PDAllPages, PDInsertAll, NULL, NULL, NULL, NULL);
            PDDocClose(tempPDF);
        HANDLER
             char errorMsg[256];
            ASGetErrorString (ASGetExceptionErrorCode(), errorMsg, 256);
            if(ASBoolToBool(bEcho)==true) {
                AVAlertNote(errorMsg);
        END_HANDLER
            if(strcmp(Ext,"doc")==0) {
                char fname[40];
                sprintf(fname,"%s.pdf",aFileName);
                remove(fname);
            return 0;
    /* MyAVConversionToPDFEnumProc
    /** Internal callback function \n
    ** called for every AVConversionToPDFHandler.
    ** get the valid type (file extention) for the conversion. 
    ** @return true.
    ACCB1 ASBool ACCB2 MyAVConversionToPDFEnumProc(AVConversionToPDFHandler handler,
                                                 AVConversionEnumProcData data)
        ASUns16 numFileExt = handler->convFilter.numFileDescs;
        for (int i = 0; i < numFileExt; i++) {
            char* ext = handler->convFilter.fileDescs[i].extension;
            if(strlen(ext)>0) {
                strcat((char*) data, ext);
                strcat((char*) data, ",");
        return true;
    /* this is alternative code to get right conversion handler for a specific file
       to be converted. It works with function AVConversionConvertToPDFWithHandler.
       It's not used now, but kept for user's reference.
    ACCB1 ASBool ACCB2 AVConversionToPDFEnumFindHandler(AVConversionToPDFHandler handler,
                                                 AVConversionEnumProcData data)
        ASUns16 numFileExt = handler->convFilter.numFileDescs;
        for ( int i = 0; i < numFileExt; i++)
            char* ext = handler->convFilter.fileDescs[i].extension;
            if(strlen(ext)) {
                if(!strcmp((char*) data, ext)) {
                    gHandler = handler;
                    return false;
        return true;
    /* BindingFileToPDF
    /** Internal callback function for binding process \n
    ** IN: char* aFilename, ASFileSysItemPropsRec nFileAttrb \n
    **     PDDoc targetPDdDoc, int *ipTotal, \n
    **     int *ipConverted, FILE *logfile \n
    ** OUT: int *ipTotal, int *ipConverted. \n
    void BindingFileToPDF(ASPathName aPathName, char* aFilename, ASFileSysItemPropsRec nFileAttrb, PDDoc targetPDdDoc, ASPathName outputPathName, int *ipTotal, int *ipConverted)
        // ignore system, hidden files, and our target PDF and log file.
        if( nFileAttrb.isHidden 
            || (strcmp(aFilename,".")==0) || (strcmp(aFilename,".." )==0)
            || (strcmp(aFilename,OutputPdfFileName)==0) || (strcmp(aFilename,LogFileName)==0)) {
                return;
        (*ipTotal)++;
        char msg[MAX_STRING_LENGTH] = "";
        char* Done = "Converted";
        char* NotDone = " - ";
        // try to convert and insert it to target PDF file.
        // rc would be 0 for success, otherwise 1.
        int rc = ConvertAndSavePDFInTargetFolder(aPathName, aFilename, targetPDdDoc, outputPathName);
        // if converted
        if(rc==0) {
            (*ipConverted)++;
    /* PassPDFBinderFileFilter
    /** Internal callback function for binding process
    ** @return true if the IN aFilename is a valid file for PDF conversion,
    ** otherwise false.
    ASBool PassPDFBinderFileFilter(char* aFilename)
    #ifdef USE_FILE_FILTER
        // if the filter is empty, any file will pass.
        if(strlen(gPDFBinderFileFilter)==0)
            return true;
        char* Ext = strrchr(aFilename,'.');
        if(Ext!=NULL) {
            Ext++;
            if(strstr(gPDFBinderFileFilter, Ext)) {
                return true;
        return false;
    #else
            // not use filter, any file will pass.
            return true;
    #endif
    /* ConvertAndInsertFileToPDF
    /** Internal function \n
    ** Convert a file to PDF, then insert it to target PDF file.
    ** @param aFileName IN  char string, filename.
    ** @param PDFfile IN/OUT PDDoc of the target PDF file.
    ** @return 0 if OK, 1 if failed.
    int    ConvertAndSavePDFInTargetFolder(ASPathName aPathName, char* aFileName, PDDoc PDFfile, ASPathName outputPathName)
        PDDoc tempPDF;
        char* Ext;
        DURING
            // get file extention
            Ext = strrchr(aFileName,'.');
            if(Ext) {
                Ext++;
            else {
                E_RETURN (1);
            // if the file is PDF, open PDDoc
            if(strcmp(Ext,"PDF")==0 || strcmp(Ext,"pdf")==0) {
                tempPDF = PDDocOpen (aPathName, ASGetDefaultFileSys(), NULL, true);
                if(tempPDF==NULL) {
                    PDDocClose(tempPDF);
                    E_RETURN (1);
            // else convert it to PDF
            else
                // let it automatically find right handler for the file and do the job.
                AVConversionStatus stat = AVConversionConvertToPDF
                    (kAVConversionAsyncOkay, //kAVConversionNoFlags
                      aPathName, ASGetDefaultFileSys(), &tempPDF, NULL);
                // check if successful
                if(stat != kAVConversionSuccess) {
                    //AVAlertNote("Cannot convert the file.");
                    E_RETURN (1);
                else {
                    //change Extension
                    ASText asTmp = ASTextNew();
                    ASFileSysDisplayASTextFromPath(ASGetDefaultUnicodeFileSys(), outputPathName, asTmp);
                    //AVAlertNote(ASTextGetScriptText(asTmp, kASRomanScript));
                    if(strcmp(Ext,"TIF")==0 || strcmp(Ext,"tif")==0){
                        ASTextReplace(asTmp, ASTextFromScriptText(".tif", kASRomanScript), ASTextFromScriptText(".pdf", kASRomanScript));
                    } else {
                        ASTextReplace(asTmp, ASTextFromScriptText(".tiff", kASRomanScript), ASTextFromScriptText(".pdf", kASRomanScript));
                    //AVAlertNote(ASTextGetScriptText(asTmp, kASRomanScript));
                    outputPathName = ASFileSysCreatePathName (ASGetDefaultUnicodeFileSys(), ASAtomFromString("ASTextPath"), asTmp, 0);
        HANDLER   
            // exception handling
            char errorMsg[256];
            ASGetErrorString (ASGetExceptionErrorCode(), errorMsg, 256);
            // display an error message.
            if(ASBoolToBool(bEcho) == true) {
                AVAlertNote (errorMsg);
            return 1;
        END_HANDLER
        // Run OCR and Save new PDF into target PDF
        DURING
            //    OCR
            ASAtom cmdName;
            AVCommand cmd;
            cmdName=ASAtomFromString("PaperCapture");
            cmd=AVCommandNew(cmdName);
            ASCab config = ASCabNew();
            ASCabPutInt (config, "UIPolicy", kAVCommandUISilent);       //hide the interface
            if (kAVCommandReady ==     AVCommandSetConfig (cmd, config)) {
                //AVAlertNote("Config Ready");
            ASCab inputs = ASCabNew();
            ASCabPutPointer (inputs, kAVCommandKeyPDDoc, PDDoc, tempPDF, NULL);
            if (kAVCommandReady == AVCommandSetInputs (cmd, inputs)) {
                //AVAlertNote("Input Ready");
            ASCabDestroy (inputs);
            AVCommandStatus status = AVCommandExecute(cmd);
                        //switch (status) {
                        //    case kAVCommandReady :
                        //        AVAlertNote("Not working, but ready to work.");
                        //        break;
                        //    case kAVCommandWorking :
                        //        AVAlertNote("Still working");
                        //        break;   
                        //    case kAVCommandDone :
                        //        AVAlertNote("Done working");
                        //        break;   
                        //    case kAVCommandInError :
                        //        AVAlertNote("In Error");
                        //        break;       
                        //    case kAVCommandNotExecuted :
                        //        AVAlertNote("Command not executed due to lack of objects on which the command to be executed");
                        //        break;
            AVCommandDestroy(cmd);
            //Save
            //PDDocSave (tempPDF, PDSaveFull | PDSaveCollectGarbage | PDSaveLinearized, outputPathName, ASGetDefaultUnicodeFileSys(),    NULL, NULL);
            //ClosePDF
            //PDDocClose(tempPDF);
            //Convert to PDF/A Compliance
            //Select the right handler
            AVConversionEnumFromPDFConverters(myAVConversionFromPDFEnumProc, NULL);
            // do conversion
            AVConversionStatus stat = AVConversionConvertFromPDFWithHandler(RightHandler, NULL, kAVConversionAsyncOkay, tempPDF, outputPathName,  ASGetDefaultFileSys(), NULL);
            // check the returned status and show message
            //if (stat == kAVConversionSuccess)
            //                AVAlertNote( "The PDF/A file was saved in output folder." );
            //else if (stat == kAVConversionFailed)
            //                AVAlertNote( "The PDF/A conversion failed." );
            //else if (stat == kAVConversionSuccessAsync)
            //                AVAlertNote( "The conversion will continue asynchronously." );
            //else if (stat == kAVConversionCancelled)
            //                AVAlertNote( "The conversion was cancelled." );
            //Save
            //PDDocSave (tempPDF, PDSaveFull | PDSaveCollectGarbage | PDSaveLinearized, outputPathName, ASGetDefaultUnicodeFileSys(), NULL, NULL);
            //ClosePDF
            PDDocClose(tempPDF);
            ASFileSysReleasePath(ASGetDefaultFileSys(), outputPathName);
        HANDLER
             char errorMsg[256];
            ASGetErrorString (ASGetExceptionErrorCode(), errorMsg, 256);
            if(ASBoolToBool(bEcho)==true) {
                AVAlertNote(errorMsg);
        END_HANDLER
            if(strcmp(Ext,"doc")==0) {
                char fname[40];
                sprintf(fname,"%s.pdf",aFileName);
                remove(fname);
            return 0;
    //Select the appropiate handler for the PDF/A conversion
    static ACCB1 ASBool ACCB2 myAVConversionFromPDFEnumProc(AVConversionFromPDFHandler handler, AVConversionEnumProcData data)
        AVFileFilterRec filter = handler->convFilter;
        ASUns16 numFileExt = filter.numFileDescs;
        char *kUniqueID = handler->uniqueID;
        // go through the conversion handlers to find a handler for PDF extension files and the unique key matches the PDF/A one.
        for  (ASInt32  i = 0; i < numFileExt; i++)
            if  (strlen(handler->convFilter.fileDescs[i].extension)>0)
                // found it, fill in the handler and return false to stop going on.
                if (!strcmp(handler->convFilter.fileDescs[i].extension, "pdf") && !strcmp(kUniqueID,"com.callas.preflight.pdfa")) {
                    RightHandler = handler;
                    return  false ;
        return true;

    There are some options for various APIs to run "kinda silent" - but again, Acrobat is designed for INTERACTIVE use…so "completely silent" isn't really an option.
    As for speed – you'd need to be MUCH MORE specific about where your slow downs are.  Have you profiled?
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 12 Dec 2011 07:39:08 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Slow processing and getting opening errors/warnings
    Re: Slow processing and getting opening errors/warnings
    created by FFX-ER<http://forums.adobe.com/people/FFX-ER> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4079175#4079175

  • Error reading from base station?

    I installed the airport extreme disk on my Dell pc(hoping to connect with cable modem) & the airport utility claims to have found a base station faa0c9, and IP address 169.254.72.207 (i didn't enter any of this information) but it will not 'continue' claiming error code 6753 an error occured while trying to access the base station make sure your network connection is valid and try again.
    i'm pretty sure my network connection is failed since i'm able to access the internet...
    help!

    I have a similar problem, I have reset everything, haven't tried changing the i.p. on the computer. If I have to do this everytime I listen to music, I think this is going to get returned, because it needs to be set to a particular I.P. to use DSL. Anyway, all I get is amber. I can see the base station in the admin program, but I can't do anything else (error reading from base station). If I turn on Wireless Zero Configuration like it suggests, then I can't see anything at all. If plug in via ethernet cables, I can't see anything at all. I've used a cross-over, a regular cable and used a switch to make sure there isn't cross-over issue but all I get it is flashing amber. Is it possible that the unit is just defective? Should I just return it and burn CD's? Sounds like there are a lot of issues with this, not to mention how I can use this and DSL with the same I.P. Anybody else had problems with ethernet?
    Thanks

  • Errors/warnings occurred when generating the local proxy dll and VI wrappers for web service

    Hello,
    I'm new to web services - trying to import a WSDL that was created by an outside vendor and placed on a company server.  I imported a previous version successfully.  The error I'm getting doesn't make a lot of sense to me, here it is:
    The following errors/warnings occurred when generating the local proxy dll and VI wrappers for this web service.
    Can't generate files.
    Possible reasons are:
    1. The output file(s) might be read-only.
    Remove the read-only attribute and import the Web service again.
    2. A proxy DLL that LabVIEW created under the same file path exists in memory.
    Restart LabVIEW and import the Web service again.
    I don't see any read-only attributes on the output files and I've tried restarting LabVIEW - no luck.  Any help is greatly appreciated.
    Thanks,
    Al Rauch
    Merck & Co., Inc.

    Aaron,
    I was able to successfully import and run the web services from the WSDL file in question in LV2009 on a different computer than the one on which I had the original problem.  Unfortunately I am still having the original problem on the project computer and will need to get it working there . . . still looking for a solution to that.  Apparently LV2009 is perfectly capable of importing and running this WSDL file, but there is something still in the way on the project PC.
    Thanks,
    Al

  • Library Update rqstd on Aperture 3.2; now won't open get msg "error opening data base for the library "~/Pictures/Aperture Library.aplibrary"   TIme machine won't load backup "error code -8003"

    Aperture working on OS 10.6.8 then Library Update rqstd on Aperture 3.2; said yes;
    now Aperture won't open,  get msg "error opening data base for the library "~/Pictures/Aperture Library.aplibrary"  
    TIme machine won't load backup "error code -8003"
    Tried reloading Aperture 3.2 but get same result.

    You’re running an outdated copy of Safari on your Desktop. That won’t work.
    In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A to open the Applications folder. Check that the Safari application is in that folder. If it is, use it, and delete the copy on your Desktop. Never move or copy built-in applications.
    If you've deleted Safari from the Applications folder, back up all data, then reinstall OS X. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.

  • Na Fatal error is PCI1200 in MAX zichtbaar , error on selected base adress

    De debug exe is na fatal error niet te verwijderen, als er opnieuw
    wordt aangelogd wel.
    De PCI1200 wordt door MAX wel herkend, maar als het testpaneel
    opgestart wordt, komt er een error : error on selected base adress.
    Eerst moet de kaart worden verwijderd, de PC opnieuw zonder kaart
    worden opgestart, afgesloten dan de kaart weer geinstalleerd en
    opgestart voor de kaart weer goed functioneerd.
    LW versie 6.0
    NIDAQ versie 6.9.1f28

    Bij een fatal error wordt de applicatie abrupt beëindigt en hierdoor worden er geen clean-up routines aan geroepen. als resultaat wordt is het Windows nog in veronderstelling dat de file in gebruik is en voorkomt het verwijderen hiervan.
    Het zelfde gebeurt met de kaart deze lijkt voor Windows nog steeds in gebruikt zijn. Om dit op te lossen zou in het ergste geval de PC uitgeschakeld moeten worden en opnieuw ingeschakeld (geen restart).
    Karsten
    Applications Engineer
    National Instruments

  • Regarding Tomcat Server Error/Warnings

    Hi there,
    I am getting some errors/warnings on the Tomcat server screen...
    Actually, I am using a Controller Servlet and every request is being passed thru this servlet. There are some images on the Home page (Home.jsp) but when the Home link is clicked, these images disappear....
    What do these error/warnings mean?
    2002-04-03 12:42:52 - Ctx( /9001 ): IllegalStateException in: R( /9001 + /Home.jsp + null) Cannot forward as OutputStream or Writer has already been obtained
    2002-04-03 12:42:52 - Ctx( /9001 ): 404 R( /9001 + /servlet/getacro.gif + null)null
    2002-04-03 12:42:52 - Ctx( /9001 ): 404 R( /9001 + /servlet/getie.gif + null) null
    2002-04-03 12:43:04 - Ctx( /9001 ): IllegalStateException in: R( /9001 + /Contact.jsp + null) Cannot forward as OutputStream or Writer has already been obtained
    Any help would be much appreciated
    Thanks!!!

    I believe this means that the JSP has already committed to sending data to the output stream, so it can no longer do a redirect or forward. If you have redirect or forward logic in your page, you should execute it before you write any data to the output stream. This means it needs to be the first thing in the page before any html is written.

  • Error on openoffice-base installation

    Hello All,
    i have a problem with the System updates
    when i use pacman -Syu
    it give the error that file is or are  corrupted
    but now i update system  one by one installation.
    now the main problem is that the openoffice is not function well so  remove it from pc.
    but when i am triyng to install it download after some(MB) or full  and give these kind of errors.
    pacman -S openoffice-base
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): openoffice-base-3.1.1-2
    Total Download Size: 137.80 MB
    Total Installed Size: 287.92 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'openoffice-base-3.1.1-2-i686.pkg.tar.gz' from ftp.belnet.be-----------------------------] 0%
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (failed to retrieve some files)
    Errors occurred, no packages were upgraded.
    i change mirros.
    update pacman,
    but now i dont understand what to do ?
    i need openoffice for some work 
    anybody knows what to do now...
    Thanks

    Looks like something is wrong at belnet.be... Try change your mirror, and do a pacman -Syy then try again.
    Try uncomment only one mirror at any time. There should be one mirror that has it.

  • ERROR in Patch BASIS  SAPKB62043 on 4.7 server

    Hi All
    I have installed a fresh SAP server 4.7 on windows 2003 server  /oracle 9.2.0.7 and done all post installation steps.
    I need to install BASIS patch and ABAP Patch
    I started with BASIS patch 42 it was done successfully after that I tried to install BASIS 43 patch but it stuck.
    The error is as follows:
    ########################################################################33
    The import was stopped, since an error occurred during the phase        
    XPRA_EXECUTION, which the Support Package Manager is unable to resolve  
    without your input.                                                                               
    After you have corrected the cause of the error, continue with the      
    import by choosing Support Package -> Import queue from the initial     
    screen of the Support Package Manager.                                                                               
    The following details help you to analyze the problem:                                                                               
    -   Error in phase: XPRA_EXECUTION                                                                               
    -   Reason for error: TP_STEP_FAILURE                                                                               
    -   Return code: 0012                                                                               
    -   Error message: OCS Package SAPKB62043, tp step R, return code   
             0012                                                                               
    I can't remove it from the queue as I don't have any user with developer access key.
    So what should be done for this as it is a very urgent.
    Thanks in advance,
    Regards,
    Rohit

    Hi All
    This is what SAPAB62043 log file says
    1 ETP199X######################################
    1 ETP155 ACTIVATION OF DD-OBJECTS
    1 ETP101 transport order     : "SAPKB62043"
    1 ETP102 system              : "ECC"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.15.06" "640"
    1 ETP198
    1 ED0317XProgram start============================================================
    1 ED0314
    1 ED0314 Mass activation
    1 ED0314
    1 ED0302 =========================================================================
    1 ED0327 Process..................: "gms44_5"
    1 ED0303 User.....................: "DDIC"
    1 ED0305 Date, time...............: "13.10.2007", "19:59:38"
    1 ED0307 Platform.................: "CUSTOMER"-"ECC"("620")/"ORACLE/WindowsNT/gms44"
    1 ED0311 Tool.....................: "BATCH"/"RADMASG0"
    1 ED0315 Log......................: "F", "D:\usr\sap\trans\tmp\SAPAB62043.ECC"
    1 ED0314
    1 ED0316 Program parameters:
    1 ED0313 Input medium...............: Transp. request SAPKB62043
    1 ED0314 Activation method..........: Inactv.
    1 ED0314 Chk. mode..................: T
    1 ED0314 Version to be activated....: M
    1 ED0313 Versions to Be Deleted.....: Delete only active versions
    1 ED0314 Lock against paral. exec...: Shared
    1 ED0314 Independent statistics log.: being written
    1 ED0314 Parallel mode..............: Switched on
    1 ED0313 ..Resources................: 50% of Dialog Processes, Maximum 4 Processes
    1 ED0313 .Costs for Each Task.......: Minimum: 3.000, Maximum: 150.000
    1 ED0302 =========================================================================
    4 EDO561XNumber of objects to be analyzed: "875"
    4 EDO558 Number of relevant dependencies: "1.805"
    4 EDO551 Level "1":"124" objects assigned, "1.112" less dependencies
    4 EDO551 Level "2":"301" objects assigned, "323" less dependencies
    4 EDO551 Level "3":"235" objects assigned, "115" less dependencies
    4 EDO551 Level "4":"62" objects assigned, "82" less dependencies
    4 EDO551 Level "5":"59" objects assigned, "50" less dependencies
    4 EDO551 Level "6":"47" objects assigned, "40" less dependencies
    4 EDO551 Level "7":"12" objects assigned, "29" less dependencies
    4 EDO551 Level "8":"3" objects assigned, "12" less dependencies
    4 EDO551 Level "9":"4" objects assigned, "4" less dependencies
    4 EDO551 Level "10":"4" objects assigned, "4" less dependencies
    4 EDO551 Level "11":"4" objects assigned, "12" less dependencies
    4 EDO551 Level "12":"4" objects assigned, "8" less dependencies
    4 EDO551 Level "13":"4" objects assigned, "4" less dependencies
    4 EDO551 Level "14":"4" objects assigned, "4" less dependencies
    4 EDO551 Level "15":"4" objects assigned, "4" less dependencies
    4 EDO551 Level "16":"2" objects assigned, "0" less dependencies
    4 EDO552 > Cycle at level "17""2"
    4 EDO563 Level "17": Preliminary allocation of "1" objects from cycles
    4 EDO564 Level "17": "1" dependencies removed for cycle resolution
    4 EDO551 Level "18":"1" objects assigned, "1" less dependencies
    4 EDO551 Level "19":"1" objects assigned, "0" less dependencies
    4 EDO653 Graph_Analysis: "875" objects on "19" topological levels
    2 ED0320XStart phase "001" **********************************************************
    2 ED0306       "Activation of objects"
    2 ED0301 *************************************************************************
    2 EDO533X*** Activate objects at level "1"
    4 EDO635 Not enough work processes (total of "0", "0" can be used)
    4 EDO634 * Synchronous execution, no parallel processing *
    4 EDO102XActivate domain "AKB_FREEZE_STATE"
    4 EDO102XActivate domain "AKB_PROJECT_NAME"
    4 EDO102XActivate domain "BAPIELEMENTTYPE"
    4 EDO102XActivate domain "BAPINODEID"
    4 EDO102XActivate domain "CPO_CPROLE"
    4 EDO102XActivate domain "CPO_SYS_CONFIG_TYPE"
    4 EDO192 There is no check on the mask for data type "INT2"
    4 EDO102XActivate domain "CPSRULE"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO102XActivate domain "MCSAPINT1"
    4 EDO113 Actions to be performed for dependent objects: "Generate Runtime Object," "DYNP timestamp" " " " "
    4 EDO102XActivate domain "SDOK_PFNAM"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO102XActivate domain "TMW_OBJD"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO102XActivate domain "TMW_STATD"
    4 EDO102XActivate domain "UMGFIBY"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO102XActivate domain "UMGOCHKM"
    4 EDO102XActivate domain "UMGOCLUSTD"
    4WEDO269 Output length ("8192") larger than maximum output length ("255") in screens
    4 EDO102XActivate domain "UMGOHISTNAME"
    4 EDO102XActivate domain "UMGOOWNER"
    4 EDO102XActivate domain "UMGOPMERR"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO301XActivate data element "AD_FAXNRCL"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO301XActivate data element "AD_TELNRCL"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO301XActivate data element "BAPIADDASCHILD"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPIELEMENTLDATE"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPIELEMENTLTIME"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPIELEMENTLUSER"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPIHASCHILDREN"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPIHIERLEVEL"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPINODEATTRNAME"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "BAPINODEATTRVALUE"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "CPA_ERRFI"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "CPA_ERRSC"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "ISOLA"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO301XActivate data element "QUANTITY_I"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "SIN_CR_ADR"
    4 EDO301XActivate data element "SRETERRORCODE"
    4WEDO340 Data type attributes changed. Check dependent views.
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "SWL_ATTICO"
    4 EDO301XActivate data element "SWL_CNTATT"
    4 EDO301XActivate data element "SWL_CNTINQ"
    4 EDO301XActivate data element "SWL_CONFRM"
    4 EDO301XActivate data element "SWL_DHSTAT"
    4 EDO301XActivate data element "SWL_DSD_N"
    4 EDO301XActivate data element "SWL_EXEICO"
    4 EDO301XActivate data element "SWL_FORW_N"
    4 EDO301XActivate data element "SWL_PRIPRO"
    4 EDO301XActivate data element "SWL_PRITXT"
    4 EDO301XActivate data element "SWL_STAICO"
    4 EDO301XActivate data element "SWL_TOLICO"
    4 EDO301XActivate data element "SWL_WITEXT"
    4 EDO301XActivate data element "SWW_AED"
    4 EDO301XActivate data element "SWW_AET"
    4 EDO301XActivate data element "SWW_ASD"
    4 EDO301XActivate data element "SWW_AST"
    4 EDO301XActivate data element "SWW_CD"
    4 EDO301XActivate data element "SWW_CT"
    4 EDO301XActivate data element "SWW_DED"
    4 EDO301XActivate data element "SWW_DET"
    4 EDO301XActivate data element "SWW_DSD"
    4 EDO301XActivate data element "SWW_DST"
    4 EDO301XActivate data element "SWW_FORWBY"
    4 EDO301XActivate data element "SWW_LED"
    4 EDO301XActivate data element "SWW_LET"
    4 EDO301XActivate data element "SWW_LSD"
    4 EDO301XActivate data element "SWW_LST"
    4 EDO301XActivate data element "SWW_PRIO"
    4 EDO301XActivate data element "SWW_STATXT"
    4 EDO301XActivate data element "SWW_WIDHST"
    4 EDO301XActivate data element "SWW_WIID"
    4 EDO301XActivate data element "SWW_WISTAT"
    4 EDO301XActivate data element "SWW_WITEXT"
    4 EDO301XActivate data element "TRANSPFLAG"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO301XActivate data element "UMGADESCRIPT"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAGUESS"
    4 EDO113 Actions to be performed for dependent objects: "DYNP timestamp" " " " " " "
    4 EDO301XActivate data element "UMGAMONCNT"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONCOMP"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONERR"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONIGN"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONINIT"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONNAME"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONPROC"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO301XActivate data element "UMGAMONSTATUS"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDT526XActivate index "TNODE02T-I02 (DDIC/13.10.07/20:00)"
    4 EDT502 Index "TNODE02T"-"I02" must be created in the database
    4 EDT520 Index "TNODE02T"-"I02" was successfully activated
    4 EDO521 Request "CRE" for index "TNODE02T"-"I02" was marked for mass processing
    4 EDT526XActivate index "TNODE02_AT-I01 (DDIC/13.10.07/20:00)"
    4 EDT502 Index "TNODE02_AT"-"I01" must be created in the database
    4 EDT520 Index "TNODE02_AT"-"I01" was successfully activated
    4 EDO521 Request "CRE" for index "TNODE02_AT"-"I01" was marked for mass processing
    4 EDT526XActivate index "TTREEF-ID (DDIC/13.10.07/20:00)"
    4 EDT502 Index "TTREEF"-"ID" must be created in the database
    4 EDT520 Index "TTREEF"-"ID" was successfully activated
    4 EDO521 Request "CRE" for index "TTREEF"-"ID" was marked for mass processing
    4 EDT526XActivate index "TTREET-TXT (DDIC/13.10.07/20:00)"
    4 EDT502 Index "TTREET"-"TXT" must be created in the database
    4 EDT520 Index "TTREET"-"TXT" was successfully activated
    4 EDO521 Request "CRE" for index "TTREET"-"TXT" was marked for mass processing
    4 EDT012XActivate table "AKB_CLIENT_OBJECT"
    4 EDT037 Table "AKB_CLIENT_OBJECT" was activated successfully
    4 EDT012XActivate table "AKB_PRODUCT"
    4 EDT037 Table "AKB_PRODUCT" was activated successfully
    4 EDT012XActivate table "AKB_PRODUCTS"
    4 EDT037 Table "AKB_PRODUCTS" was activated successfully
    4 EDT012XActivate table "AKB_TRANS_CHECK20"
    4 EDT037 Table "AKB_TRANS_CHECK20" was activated successfully
    4 EDT012XActivate table "ALAVLJ2EE"
    4 EDT037 Table "ALAVLJ2EE" was activated successfully
    4 EDT012XActivate table "CCSTATUS"
    4 EDT037 Table "CCSTATUS" was activated successfully
    4 EDT012XActivate table "SCMGATTRPROFA"
    4 EDT037 Table "SCMGATTRPROFA" was activated successfully
    4 EDT012XActivate table "SCMGPDIR_CLNT"
    4 EDT037 Table "SCMGPDIR_CLNT" was activated successfully
    4 EDT012XActivate table "SCMGPOIDCR_CLNT"
    4 EDT037 Table "SCMGPOIDCR_CLNT" was activated successfully
    4 EDT012XActivate table "SCMGPREL_CLNT"
    4 EDT037 Table "SCMGPREL_CLNT" was activated successfully
    4 EDT012XActivate table "SRMACREP_CLNT"
    4 EDT037 Table "SRMACREP_CLNT" was activated successfully
    4 EDT012XActivate table "SRMAPDIR_T_CLNT"
    4 EDT037 Table "SRMAPDIR_T_CLNT" was activated successfully
    4 EDT012XActivate table "SRMAPREL_T_CLNT"
    4 EDT037 Table "SRMAPREL_T_CLNT" was activated successfully
    4 EDT012XActivate table "SRMPOIDCR_CLNT"
    4 EDT037 Table "SRMPOIDCR_CLNT" was activated successfully
    4 EDT012XActivate table "SRMRMSPDIR_CLNT"
    4 EDT037 Table "SRMRMSPDIR_CLNT" was activated successfully
    4 EDT012XActivate table "SRMRMSPREL_CLNT"
    4 EDT037 Table "SRMRMSPREL_CLNT" was activated successfully
    4 EDT012XActivate table "SRMTSAD"
    4WEDT192 Table is not yet classified
    4 EDT037 Table "SRMTSAD" was activated successfully
    4 EDT012XActivate table "SRM_RECORD_ELEM_LAST_MODIF"
    4 EDT037 Table "SRM_RECORD_ELEM_LAST_MODIF" was activated successfully
    4 EDT012XActivate table "SWFMOD_COMP_INFO"
    4 EDT037 Table "SWFMOD_COMP_INFO" was activated successfully
    4 EDT012XActivate table "TABLEVIEWCOLUMN"
    4WEDT192 Table is not yet classified
    4 EDT037 Table "TABLEVIEWCOLUMN" was activated successfully
    4 EDT012XActivate table "TABLEVIEWCONTROL"
    4WEDT192 Table is not yet classified
    4 EDT037 Table "TABLEVIEWCONTROL" was activated successfully
    4 EDT012XActivate table "TABLEVIEWFILTER"
    4 EDT037 Table "TABLEVIEWFILTER" was activated successfully
    4 EDT012XActivate table "TNODE02A"
    4WEDT192 Table is not yet classified
    4 EDT502 Index "TNODE02A"-"I01" must be created in the database
    4 EDO521 Request "CRE" for index "TNODE02A"-"I01" was marked for mass processing
    4 EDT037 Table "TNODE02A" was activated successfully
    4 EDT012XActivate table "TREXS_QUEUE_PARAMETERS"
    4 EDT037 Table "TREXS_QUEUE_PARAMETERS" was activated successfully
    4 EDT012XActivate table "TVIEWNODE2"
    4WEDT192 Table is not yet classified
    4 EDT037 Table "TVIEWNODE2" was activated successfully
    4 EDT012XActivate table "TWB_STRUC"
    4WEDT192 Table is not yet classified
    4 EDT037 Table "TWB_STRUC" was activated successfully
    4 EDT012XActivate table "UMGINITCLUST"
    4 EDT037 Table "UMGINITCLUST" was activated successfully
    4 EDT012XActivate table "UMGINITPOOL"
    4 EDT037 Table "UMGINITPOOL" was activated successfully
    4 EDT012XActivate table "UMGSMAINLOG"
    4 EDT037 Table "UMGSMAINLOG" was activated successfully
    4 EDT012XActivate table "UMG_TEST_14"
    4 EDT037 Table "UMG_TEST_14" was activated successfully
    4 EDT619XActivate technical settings for "SRETIDATTR"
    4 EDT619XActivate technical settings for "SRETIDCTAT"
    4 EDT619XActivate technical settings for "SRETIDLACI"
    4 EDO802XActivation of table type "AKB_CHKCONF_TYPE"
    4 EDO113 Actions to be performed for dependent objects: "ABAP timestamp" " " " " " "
    4 EDO802XActivation of table type "UMGTCOMCHAR"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTCOMSEP"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTSEPCP"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTSPUMGLOG"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTTCP0D"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTTCP0I"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTTCPDB"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO802XActivation of table type "UMGTTSKQ"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO680XSynchronous processing: "33" sec., "124" objects, "51.180" costs
    1 EDO533X*** Activate objects at level "2"
    3 EDO635 Not enough work processes (total of "0", "0" can be used)
    3 EDO634 * Synchronous execution, no parallel processing *
    3 EDO301XActivate data element "AKB_FREEZE_STATE"
    3 EDO301XActivate data element "AKB_PROJECT_NAME"
    3 EDO301XActivate data element "BAPIELEMENTID"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "BAPIELEMENTTYPE"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "BAPIMODELID"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "BAPIPARENTELEMID"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "BAPIPARENTNODEID"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "BAPIREFNODEID"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "CPA_CPROLE"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "CPA_SYS_CONFIG_TYPE"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO532X"DTEL" "CPSRULE": Time stamp was updated
    4 EDO542XRuntime object for "IDPT_A099LEN" updated
    4 EDO542XRuntime object for "IDPT_A099POS" updated
    4 EDO542XRuntime object for "MCSAPINT1" updated
    4 EDO532X"DTEL" "SDOK_PFNAM": Time stamp was updated
    3 EDO301XActivate data element "TMW_OBJ"
    4 EDO532X"DTEL" "TMW_OBJ": Time stamp was updated
    3 EDO301XActivate data element "TMW_STAT"
    3 EDO301XActivate data element "UMGACLUSTD"
    4WEDO269 Output length ("8192") larger than maximum output length ("255") in screens
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "UMGAHISTNAME"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO301XActivate data element "UMGAOWNER"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    4 EDO532X"DTEL" "UMGAPMERR": Time stamp was updated
    4 EDO532X"DTEL" "UMGFIBY": Time stamp was updated
    3 EDI806XActivate lock object "EAKB_CLIENT_OBJ"
    3 EDO553 Request "CNV" for lock object "EAKB_CLIENT_OBJ" marked for mass processing
    3 EDT526XActivate index "TNODE02A-I01 (DDIC/13.10.07/20:00)"
    3 EDT502 Index "TNODE02A"-"I01" must be created in the database
    4 EDT520 Index "TNODE02A"-"I01" was successfully activated
    3 EDO521 Request "CRE" for index "TNODE02A"-"I01" was marked for mass processing
    4 EDO532X"TABL" "/SAPSLL/API4001_ADFAX_R3_S": Time stamp was updated
    4 EDO532X"TABL" "/SAPSLL/API4001_ADTEL_R3_S": Time stamp was updated
    4 EDO532X"TABL" "ADFAX": Time stamp was updated
    4 EDO532X"TABL" "ADR2": Time stamp was updated
    4 EDO532X"TABL" "ADR2S": Time stamp was updated
    4 EDO532X"TABL" "ADR2S2": Time stamp was updated
    4 EDO532X"TABL" "ADR3": Time stamp was updated
    4 EDO532X"TABL" "ADR3S": Time stamp was updated
    4 EDO532X"TABL" "ADR3S2": Time stamp was updated
    4 EDO532X"TABL" "ADTEL": Time stamp was updated
    4 EDO532X"TABL" "BAPIADFAX": Time stamp was updated
    4 EDO532X"TABL" "BAPIADTEL": Time stamp was updated
    4 EDO532X"TABL" "BAPIBUS1006_COMM": Time stamp was updated
    4 EDO532X"TABL" "BAPICUSFAX": Time stamp was updated
    4 EDO532X"TABL" "BAPICUSTEL": Time stamp was updated
    4 EDO532X"TABL" "BAPINOADFAX": Time stamp was updated
    4 EDO532X"TABL" "BAPINOADTEL": Time stamp was updated
    4 EDO532X"TABL" "BPDKOMM": Time stamp was updated
    4 EDO532X"TABL" "BUPA_DATA_ALL": Time stamp was updated
    4 EDO532X"TABL" "BUSDEFAULT": Time stamp was updated
    4 EDO532X"TABL" "BUSSRCH_000BUPAS": Time stamp was updated
    4 EDO532X"TABL" "BUSSRCH_001BUPAS": Time stamp was updated
    4 EDO532X"TABL" "CEPWAO_CEP_FOLD_REC": Time stamp was updated
    4 EDO532X"TABL" "CEPWAO_CEP_RECIPIENT": Time stamp was updated
    4 EDO532X"TABL" "CIFADFAX": Time stamp was updated
    4 EDO532X"TABL" "CIFADTEL": Time stamp was updated
    3 EDT012XActivate table "CPS_CPERR"
    3 EDT037 Table "CPS_CPERR" was activated successfully
    3 EDT012XActivate table "FAGL_S_RFAUDI06_LIST_BCE"
    3 EDT037 Table "FAGL_S_RFAUDI06_LIST_BCE" was activated successfully
    4 EDO532X"TABL" "FRE_BIF_LOCFAX_ATTR_STY": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCTEL_ATTR_STY": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BAPIADFAX": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BAPIADTEL": Time stamp was updated
    3 EDT014XActivate dependent table "SRETSERRORCODE"
    3 EDT038 Activation of dependent table "SRETSERRORCODE" successful
    3 EDT014XActivate dependent table "SRETSRCERRMATCH"
    3 EDT038 Activation of dependent table "SRETSRCERRMATCH" successful
    3 EDT012XActivate table "SRETSRCERRMITVL"
    3 EDT037 Table "SRETSRCERRMITVL" was activated successfully
    3 EDT014XActivate dependent table "SRMADE"
    4WEDT192 Table is not yet classified
    4 EDT193 Include or subtype is still unclassified
    3 EDT038 Activation of dependent table "SRMADE" successful
    3 EDT014XActivate dependent table "SRTSERMTCH"
    3 EDT038 Activation of dependent table "SRTSERMTCH" successful
    3 EDT014XActivate dependent table "SRTSERRCD"
    3 EDT038 Activation of dependent table "SRTSERRCD" successful
    4 EDO532X"TABL" "TKENR": Time stamp was updated
    3 EDT014XActivate dependent table "TREXS_QUEUE_PARAMETER_LIST"
    3 EDT038 Activation of dependent table "TREXS_QUEUE_PARAMETER_LIST" successful
    4 EDO532X"TABL" "UMGCCTL": Time stamp was updated
    4 EDO532X"TABL" "UMGSCCTL": Time stamp was updated
    3 EDT012XActivate table "UMGSMONITOR"
    3 EDT037 Table "UMGSMONITOR" was activated successfully
    3 EDO802XActivation of table type "AKB_TRANS_CHECK_TYPE20"
    4 EDO113 Actions to be performed for dependent objects: "ABAP timestamp" " " " " " "
    3 EDO811XActivate dependent table type "SCMG_TT_ATTRPROF"
    3 EDO811XActivate dependent table type "TABLEVIEWCOLUMNS"
    3 EDO811XActivate dependent table type "TABLEVIEWCONTROLTAB"
    3 EDO811XActivate dependent table type "TABLEVIEWFILTERTAB"
    3 EDO811XActivate dependent table type "TREXT_QUEUE_PARAMETERS"
    3 EDO811XActivate dependent table type "TVIEW2"
    3 EDO811XActivate dependent table type "UMGTMAINLOG"
    3 EDO525XActivate dependent view "SCMGV_ATTRPROFA"
    3 EDO525XActivate dependent view "STWB_SHELP"
    1 EDH202 Check dependent search help "TWB_TESTORGA"
    1WEDH188 Width "414" of parameter list is too large for personal help"255"
    1 EDH104 Search help "TWB_TESTORGA" was checked with warnings
    1 EDH202 Check dependent search help "TWB_TESTORGA_SOLMAN"
    1WEDH188 Width "425" of parameter list is too large for personal help"255"
    1 EDH104 Search help "TWB_TESTORGA_SOLMAN" was checked with warnings
    1 EDH202 Check dependent search help "TWB_TESTORGA_TK"
    1WEDH188 Width "362" of parameter list is too large for personal help"255"
    1 EDH104 Search help "TWB_TESTORGA_TK" was checked with warnings
    4 EMC763 Key field "TADIR"-"OBJECT" missing
    4 EMC763 Key field "TADIR"-"PGMID" missing
    4WEMC732 All fields are evaluated as key field
    4WEMC764 Type conflict in join "TTREE"-"ID" = "TADIR"-"OBJ_NAME"
    3 EMC728 View must be deleted from the database and created again
    3 EDO526 View was activated with warnings"STWB_SHELP"
    3 EDO525XActivate dependent view "STWB_STAT"
    3 EMC728 View must be deleted from the database and created again
    3 EDO525XActivate dependent view "STWB_STA_1"
    3 EMC728 View must be deleted from the database and created again
    3 EDO525XActivate dependent view "STWB_STA_2"
    4WEMC509 Search help "S_TTREE" not inherited: Basis field "TTREE"-"TYPE" missing in view
    3 EMC728 View must be deleted from the database and created again
    3 EDO526 View was activated with warnings"STWB_STA_2"
    3 EDO525XActivate dependent view "TWB_ECATT_TARGET"
    1 EDH202 Check dependent search help "TWB_SYDATA_TARGET"
    1WEDH163 Search help parameter "SY_DATA_CONT" does not occur in the selection method
    1 EDH104 Search help "TWB_SYDATA_TARGET" was checked with warnings
    4 EMC763 Key field "TNODE02A"-"ID" missing
    4WEMC732 All fields are evaluated as key field
    3 EMC728 View must be deleted from the database and created again
    3 EDO526 View was activated with warnings"TWB_ECATT_TARGET"
    3 EDO525XActivate dependent view "TWB_SOLMAN_PROJ"
    1 EDH202 Check dependent search help "TWB_SOLMAN_PROJECT"
    1 EDH103 Search help "TWB_SOLMAN_PROJECT" is consistent
    4 EMC763 Key field "TNODE02A"-"ID" missing
    4WEMC732 All fields are evaluated as key field
    3 EMC728 View must be deleted from the database and created again
    3 EDO526 View was activated with warnings"TWB_SOLMAN_PROJ"
    3 EDO525XActivate dependent view "TWB_SOLMAN_SY_RO"
    1 EDH202 Check dependent search help "TWB_SOLMAN_SYSTEM_ROLE"
    1 EDH103 Search help "TWB_SOLMAN_SYSTEM_ROLE" is consistent
    4 EMC763 Key field "TNODE02A"-"ID" missing
    4WEMC732 All fields are evaluated as key field
    3 EMC728 View must be deleted from the database and created again
    3 EDO526 View was activated with warnings"TWB_SOLMAN_SY_RO"
    3 EDO525XActivate dependent view "V_TWB_STRUCTURE"
    1 EDH202 Check dependent search help "SH_TEST_PLAN"
    1WEDH188 Width "462" of parameter list is too large for personal help"255"
    1 EDH104 Search help "SH_TEST_PLAN" was checked with warnings
    4WEDT225 Table "V_TWB_STRUCTURE": key length > "255" (Buffering not possible)
    3 EMC728 View must be deleted from the database and created again
    3 EDO680XSynchronous processing: "9" sec., "307" objects, "66.900" costs
    1 EDO533X*** Activate objects at level "3"
    3 EDO635 Not enough work processes (total of "0", "0" can be used)
    3 EDO634 * Synchronous execution, no parallel processing *
    3 EDO614XActivate dependent lock object "E_SRMLOGAREA"
    3 EDO553 Request "CNV" for lock object "E_SRMLOGAREA" marked for mass processing
    3 EDO548XActivate dependent search help "SH_TEST_PLAN"
    4WEDH188 Width "462" of parameter list is too large for personal help"255"
    3 EDH108 Search help "SH_TEST_PLAN" was activated with warnings
    3 EDO548XActivate dependent search help "TWB_SOLMAN_PROJECT"
    3 EDO548XActivate dependent search help "TWB_SOLMAN_SYSTEM_ROLE"
    3 EDO548XActivate dependent search help "TWB_SYDATA_TARGET"
    4WEDH163 Search help parameter "SY_DATA_CONT" does not occur in the selection method
    3 EDH108 Search help "TWB_SYDATA_TARGET" was activated with warnings
    3 EDO548XActivate dependent search help "TWB_TESTORGA"
    4WEDH188 Width "414" of parameter list is too large for personal help"255"
    3 EDH108 Search help "TWB_TESTORGA" was activated with warnings
    3 EDO548XActivate dependent search help "TWB_TESTORGA_SOLMAN"
    4WEDH188 Width "425" of parameter list is too large for personal help"255"
    3 EDH108 Search help "TWB_TESTORGA_SOLMAN" was activated with warnings
    3 EDO548XActivate dependent search help "TWB_TESTORGA_TK"
    4WEDH188 Width "362" of parameter list is too large for personal help"255"
    3 EDH108 Search help "TWB_TESTORGA_TK" was activated with warnings
    4 EDO532X"TABL" "ADFAX_STR": Time stamp was updated
    4 EDO532X"TABL" "ADTEL_STR": Time stamp was updated
    3 EDT012XActivate table "AKB_EXPT_TO_SEND"
    4WEDT214 Table "AKB_EXPT_TO_SEND": Key length > "120" (Restricted functionality)
    3 EDT058 Table "AKB_EXPT_TO_SEND" was activated with warnings
    3 EDT012XActivate table "AKB_PROJECTST"
    3 EDT037 Table "AKB_PROJECTST" was activated successfully
    4 EDO532X"TABL" "ALLGSBADR": Time stamp was updated
    3 EDT012XActivate table "BAPIPROPELEMENT"
    3 EDT037 Table "BAPIPROPELEMENT" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_ANCHORINS"
    3 EDT037 Table "BAPISRMREC_ANCHORINS" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_ANCHORINS_MULTIP"
    3 EDT037 Table "BAPISRMREC_ANCHORINS_MULTIP" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_ELEMENT"
    3 EDT037 Table "BAPISRMREC_ELEMENT" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_ELEMENT_IDENT"
    3 EDT037 Table "BAPISRMREC_ELEMENT_IDENT" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_MODELIDINS"
    3 EDT037 Table "BAPISRMREC_MODELIDINS" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_MODELIDINS_MULTIP"
    3 EDT037 Table "BAPISRMREC_MODELIDINS_MULTIP" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_REFINS"
    3 EDT037 Table "BAPISRMREC_REFINS" was activated successfully
    3 EDT012XActivate table "BAPISRMREC_REFINS_MULTIP"
    3 EDT037 Table "BAPISRMREC_REFINS_MULTIP" was activated successfully
    4 EDO532X"TABL" "BCSS_COMM": Time stamp was updated
    4 EDO532X"TABL" "BPI030": Time stamp was updated
    4 EDO532X"TABL" "BPI030X": Time stamp was updated
    4 EDO532X"TABL" "BUS0ADFAX": Time stamp was updated
    4 EDO532X"TABL" "BUS0ADTEL": Time stamp was updated
    4 EDO532X"TABL" "BUSSEARCH": Time stamp was updated
    4 EDO532X"TABL" "BUS_DNC_CUST": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_STRUC_FAX_DATA": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_STRUC_TEL_DATA": Time stamp was updated
    4 EDO532X"TABL" "CPS_RPT": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCFAX_STY": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCTEL_STY": Time stamp was updated
    4 EDO532X"TABL" "HRALEOX_BP_BP_CONTAINER": Time stamp was updated
    4 EDO532X"TABL" "HRALEOX_CP_BP_CONTAINER": Time stamp was updated
    4 EDO532X"TABL" "HRALEOX_O_BP_CONTAINER": Time stamp was updated
    4 EDO532X"TABL" "HVADR": Time stamp was updated
    4 EDO542XRuntime object for "IDPT_A099" updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_STRUC_FAX_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_STRUC_TEL_DATA": Time stamp was updated
    4 EDO532X"TABL" "NKSBADR": Time stamp was updated
    4 EDO532X"TABL" "RPARTCPOI": Time stamp was updated
    4 EDO542XRuntime object for "RSMBL" updated
    4 EDO542XRuntime object for "RSMIT" updated
    4 EDO542XRuntime object for "RSMOT" updated
    4 EDO532X"TABL" "SDOKPROF": Time stamp was updated
    4 EDO532X"TABL" "TCPSRULE": Time stamp was updated
    3 EDT012XActivate table "TMW_TRACKLIST"
    3 EDT037 Table "TMW_TRACKLIST" was activated successfully
    4 EDO532X"TABL" "TMW_TRACKLIST": Time stamp was updated
    4 EDO532X"TABL" "UMGEXCEP": Time stamp was updated
    3 EDT012XActivate table "UMGHISTORY"
    3 EDT037 Table "UMGHISTORY" was activated successfully
    4 EDO532X"TABL" "UMGMODTR": Time stamp was updated
    4 EDO532X"TABL" "UMGPMDII": Time stamp was updated
    3 EDT012XActivate table "UMGPMDIT"
    3 EDT037 Table "UMGPMDIT" was activated successfully
    4 EDO532X"TABL" "UMGPMDIV": Time stamp was updated
    4 EDO532X"TABL" "UMGPMIG": Time stamp was updated
    4 EDO532X"TABL" "UMGSOERRT": Time stamp was updated
    4 EDO532X"TABL" "UMGSOFIBY": Time stamp was updated
    4 EDO532X"TABL" "UMGSSETTOLD": Time stamp was updated
    4 EDO532X"TABL" "VADR2": Time stamp was updated
    4 EDO532X"TABL" "VADR3": Time stamp was updated
    4 EDO532X"TABL" "VVINTVWADR": Time stamp was updated
    4 EDO532X"TABL" "VVMEETADR": Time stamp was updated
    4 EDO542XRuntime object for "V_IDPT_A099" updated
    4 EDO532X"TTYP" "BP_ADFAX_TTY": Time stamp was updated
    4 EDO532X"TTYP" "BP_ADTEL_TTY": Time stamp was updated
    4 EDO532X"TTYP" "BUSSRCH_000BUPAT": Time stamp was updated
    4 EDO532X"TTYP" "BUSSRCH_001BUPAT": Time stamp was updated
    4 EDO532X"TTYP" "BU_DATA_ALL_T": Time stamp was updated
    4 EDO532X"TTYP" "COM_BUPA_BAPIADFAX": Time stamp was updated
    4 EDO532X"TTYP" "COM_BUPA_BAPIADTEL": Time stamp was updated
    3 EDO811XActivate dependent table type "CPT_CPERR"
    4 EDO532X"TTYP" "SMUM_BAPIADFAX": Time stamp was updated
    4 EDO532X"TTYP" "SMUM_BAPIADTEL": Time stamp was updated
    3 EDO811XActivate dependent table type "SRMTTADE"
    4 EDO532X"TTYP" "UMGTCCTL": Time stamp was updated
    3 EDO680XSynchronous processing: "5" sec., "211" objects, "69.820" costs
    1 EDO533X*** Activate objects at level "4"
    3 EDO635 Not enough work processes (total of "0", "0" can be used)
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BP030": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_BUPA_FAX_CON": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_BUPA_TELEPHONE_CON": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCFAX_ISO_STY": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCTEL_ISO_STY": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_BUPA_FAX_CON": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_BUPA_TELEPHONE_CO": Time stamp was updated
    4 EDO532X"TABL" "RECPOIPARTEMP": Time stamp was updated
    4 EDO532X"TABL" "RECPOIPART_01": Time stamp was updated
    4 EDO532X"TABL" "RECPOIPART_02": Time stamp was updated
    4 EDO532X"TABL" "RECPOIPART_03": Time stamp was updated
    4 EDO532X"TABL" "RMPS_XML_BPARTNER": Time stamp was updated
    4 EDO532X"TABL" "RPARTCPOIMAIN": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_BP000": Time stamp was updated
    4 EDO532X"TTYP" "ADR2_TAB": Time stamp was updated
    4 EDO532X"TTYP" "ADR3_TAB": Time stamp was updated
    3 EDO802XActivation of table type "AKB_EXCEPTIONS_TYPE"
    4 EDO113 Actions to be performed for dependent objects: "ABAP timestamp" " " " " " "
    3 EDO802XActivation of table type "AKB_PROJECTST_TYPE"
    4 EDO113 Actions to be performed for dependent objects: "ABAP timestamp" " " " " " "
    4 EDO532X"TTYP" "BUS_DNC_CUST_T": Time stamp was updated
    4 EDO532X"TTYP" "CPT_RPT": Time stamp was updated
    4 EDO532X"TTYP" "CPT_TCPSRULE": Time stamp was updated
    4 EDO532X"TTYP" "HRTB_ALEOX_BP_BP": Time stamp was updated
    4 EDO532X"TTYP" "HRTB_ALEOX_CP_BP_CONTAINER": Time stamp was updated
    4 EDO532X"TTYP" "HRTB_ALEOX_ORG_BP_CONTAINER": Time stamp was updated
    4 EDO532X"TTYP" "UMGTEXCEP": Time stamp was updated
    4 EDO532X"TTYP" "UMGTOERRT": Time stamp was updated
    4 EDO532X"TTYP" "UMGTOFIBY": Time stamp was updated
    3 EDO811XActivate dependent table type "UMGTPMDIT"
    4 EDO532X"TTYP" "UMGTPMIG": Time stamp was updated
    3 EDO680XSynchronous processing: "1" sec., "61" objects, "20.990" costs
    1 EDO533X*** Activate objects at level "5"
    3 EDO635 Not enough work processes (total of "0", "0" can be used)
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BPDADREF": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_BUPA_FAX": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_BUPA_TELEPHONE": Time stamp was updated
    3 EDT014XActivate dependent table "CPS_CPERRA"
    3 EDT038 Activation of dependent table "CPS_CPERRA" successful
    4 EDO532X"TABL" "DBP030": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCFAX_E_STY": Time stamp was updated
    4 EDO532X"TABL" "FRE_BIF_LOCTEL_E_STY": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_BUPA_FAX": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_BUPA_TELEPHONE": Time stamp was updated
    4 EDO532X"TABL" "JBIUEBP": Time stamp was updated
    4 EDO532X"TABL" "RECPOICNPRT": Time stamp was updated
    4 EDO532X"TABL" "RECPOIMVPRT": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPGEF": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPGRF": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPMEF": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPWEF": Time stamp was updated
    4 EDO532X"TTYP" "FRE_BIF_LOCFAX_ISO_TTY": Time stamp was updated
    4 EDO532X"TTYP" "FRE_BIF_LOCTEL_ISO_TTY": Time stamp was updated
    4 EDO532X"TTYP" "UMGTPMDIV": Time stamp was updated
    3 EDO802XActivation of table type "UMGTSETTING"
    4 EDO113 Actions to be performed for dependent objects: "activate," "ABAP timestamp," "DYNP timestamp" " "
    3 EDO680XSynchronous processing: "1" sec., "27" objects, "18.280" costs
    1 EDO533X*** Activate objects at level "6"
    3 EDO635 Not enough work processes (total of "0", "0" can be used)
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BPDADREFZS": Time stamp was updated
    4 EDO532X"TABL" "JBIPEBP": Time stamp was updated
    4 EDO532X"TABL" "JBIUPART": Time stamp was updated
    4 EDO532X"TABL" "RSPAB1MIET": Time stamp was updated
    4 EDO532X"TABL" "RSPAB1RCP": Time stamp was updated
    4 EDO532X"TABL" "SPAB1_ROL": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPM1F": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPM2F": Time stamp was updated
    4 EDO532X"TABL" "VIGW_R_VZGPM3F": Time stamp was updated
    4 EDO532X"TTYP" "BUS_EI_BUPA_FAX_T": Time stamp was updated
    4 EDO532X"TTYP" "BUS_EI_BUPA_TELEPHONE_T": Time stamp was updated
    3 EDO811XActivate dependent table type "CPT_CPERRA"
    4 EDO115 Adjustment as dependent object: "activate," "DYNP timestamp" " " " "
    4 EDO532X"TTYP" "JBIBP_BUS_EI_BUPA_FAX_T": Time stamp was updated
    4 EDO532X"TTYP" "JBIBP_BUS_EI_BUPA_TELEPHONE_T": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "47" objects, "11.300" costs
    1 EDO533X*** Activate objects at level "7"
    3 EDO635 Not enough work processes (total of "0", "0" can be used)
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BUS_EI_FAX_DATA": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_TEL_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_FAX_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_TEL_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIUPPART": Time stamp was updated
    4 EDO532X"TABL" "JBIXPART": Time stamp was updated
    4 EDO532X"TABL" "SPKO1_ROL": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "7" objects, "7.350" costs
    1 EDO533X*** Activate objects at level "8"
    3 EDO639 Too low cost ("2.100") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BUS_EI_COMMUNICATION": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_COMMUNICATION": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "3" objects, "2.100" costs
    1 EDO533X*** Activate objects at level "9"
    3 EDO639 Too low cost ("4.200") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BURS_EI_ADDRESS_DATA": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_BUPA_ADDRESS_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BURS_EI_ADDRESS_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_BUPA_ADDR_DATA": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "4.200" costs
    1 EDO533X*** Activate objects at level "10"
    3 EDO639 Too low cost ("4.200") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BURS_EI_REL_ADDRESS": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_BUPA_ADDRESS": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BURS_EI_REL_ADDRESS": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_BUPA_ADDRESS": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "4.200" costs
    1 EDO533X*** Activate objects at level "11"
    3 EDO639 Too low cost ("1.480") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TTYP" "BURS_EI_REL_ADDRESS_T": Time stamp was updated
    4 EDO532X"TTYP" "BUS_EI_BUPA_ADDRESS_T": Time stamp was updated
    4 EDO532X"TTYP" "JBIBP_BURS_EI_REL_ADDRESS_T": Time stamp was updated
    4 EDO532X"TTYP" "JBIBP_BUS_EI_BUPA_ADDRESS_T": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "1.480" costs
    1 EDO533X*** Activate objects at level "12"
    3 EDO639 Too low cost ("4.200") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BURS_EI_ADDRESS": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_ADDRESS": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BURS_EI_ADDRESS": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_ADDRESS": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "4.200" costs
    1 EDO533X*** Activate objects at level "13"
    3 EDO639 Too low cost ("4.200") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BURS_EI_RELATION_DATA": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_CENTRAL_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BURS_EI_RELATION_DATA": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_CENTRAL_DATA": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "4.200" costs
    1 EDO533X*** Activate objects at level "14"
    3 EDO639 Too low cost ("4.200") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BURS_EI_EXTERN": Time stamp was updated
    4 EDO532X"TABL" "BUS_EI_EXTERN": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BURS_EI_EXTERN": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_EXTERN": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "4.200" costs
    1 EDO533X*** Activate objects at level "15"
    3 EDO639 Too low cost ("1.480") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TTYP" "BURS_EI_EXTERN_T": Time stamp was updated
    4 EDO532X"TTYP" "BUS_EI_EXTERN_T": Time stamp was updated
    4 EDO532X"TTYP" "JBIBP_BURS_EI_EXTERN_T": Time stamp was updated
    4 EDO532X"TTYP" "JBIBP_BUS_EI_EXTERN_T": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "4" objects, "1.480" costs
    1 EDO533X*** Activate objects at level "16"
    3 EDO639 Too low cost ("2.100") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    4 EDO532X"TABL" "BUS_EI_MAIN": Time stamp was updated
    4 EDO532X"TABL" "JBIBP_BUS_EI_MAIN": Time stamp was updated
    3 EDO680XSynchronous processing: "0" sec., "2" objects, "2.100" costs
    1 EDO533X*** Activate objects at level "17"
    3 EDO639 Too low cost ("1.050") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    3 EDT012XActivate table "UMGVOCABASSIGN"
    4WEDT352 Search field "UMGVOCABASSIGN"-"CLASSNAME" of search help attachment: search help "UMGSRVOC" not active
    3 EDT058 Table "UMGVOCABASSIGN" was activated with warnings
    3 EDO680XSynchronous processing: "0" sec., "1" objects, "1.050" costs
    1 EDO533X*** Activate objects at level "18"
    3 EDO639 Too low cost ("540") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    3 EDH102XActivate search help "UMGSRVOC"
    3 EDO680XSynchronous processing: "0" sec., "1" objects, "540" costs
    1 EDO533X*** Activate objects at level "19"
    3 EDO639 Too low cost ("1.050") for parallel processing. Minimum: "6.000"
    3 EDO634 * Synchronous execution, no parallel processing *
    3 EDT012XActivate table "UMGVOCABASSIGN"
    3 EDT037 Table "UMGVOCABASSIGN" was activated successfully
    3 EDO680XSynchronous processing: "0" sec., "1" objects, "1.050" costs
    1 ED0301X*************************************************************************
    1 ED0306       "Activation of objects"
    1 ED0322 End phase  "001" ***********************************************************
    1 ED0320XStart phase "002" **********************************************************
    1 ED0306       "Final log"
    1 ED0301 *************************************************************************
    1 EDO578XFollowing objects not activated/deleted or activated/deleted w. warning:
    2WEDO520X"Domain" "UMGOCLUSTD" was activated with warnings
    1 ED0313 (W- Output length (8192) larger than maximum output length (255) in screens )
    2WEDO549 "Domain" "UMGOOWNER" was activated (warning for the dependent tables)
    2WEDO520 "Data element" "SRETERRORCODE" was activated with warnings
    1 ED0314 (W- Data type attributes changed. Check dependent views. )
    2WEDO520 "Data element" "UMGACLUSTD" was activated with warnings
    1 ED0313 (W- Output length (8192) larger than maximum output length (255) in screens )
    2WEDO549 "Data element" "UMGADESCRIPT" was activated (warning for the dependent tables)
    2WEDO549 "Data element" "UMGAOWNER" was activated (warning for the dependent tables)
    2WEDO518 "Index" "TNODE02A" "I01" was activated with warnings
    2WEDO520 "Table" "AKB_EXPT_TO_SEND" was activated with warnings
    1 ED0313 (W- Table AKB_EXPT_TO_SEND: Key length > 120 (Restricted functionality) )
    2WEDO549 "Table" "TNODE02A" was activated (warning for the dependent tables)
    2WEDO520 "Srch help" "SH_TEST_PLAN" was activated with warnings
    1 ED0313 (W- Width of parameter list is too large for personal help )
    2WEDO520 "Srch help" "TWB_SYDATA_TARGET" was activated with warnings
    1 ED0313 (W- Search help parameter SY_DATA_CONT does not occur in the selection method )
    2WEDO520 "Srch help" "TWB_TESTORGA" was activated with warnings
    1 ED0313 (W- Width of parameter list is too large for personal help )
    2WEDO520 "Srch help" "TWB_TESTORGA_SOLMAN" was activated with warnings
    1 ED0313 (W- Width of parameter list is too large for personal help )
    2WEDO520 "Srch help" "TWB_TESTORGA_TK" was activated with warnings
    1 ED0313 (W- Width of parameter list is too large for personal help )
    2WEDO520 "View" "STWB_SHELP" was activated with warnings
    1 ED0313 (W- Type conflict in join TTREE-ID = TADIR-OBJ_NAME )
    2WEDO520 "View" "STWB_STA_2" was activated with warnings
    1 ED0314 (W- Search help S_TTREE not inherited: Basis field TTREE-TYPE missing in view )
    2WEDO520 "View" "TWB_ECATT_TARGET" was activated with warnings
    1 ED0314 (W- All fields are evaluated as key field )
    2WEDO520 "View" "TWB_SOLMAN_PROJ" was activated with warnings
    1 ED0314 (W- All fields are evaluated as key field )
    2WEDO520 "View" "TWB_SOLMAN_SY_RO" was activated with warnings
    1 ED0314 (W- All fields are evaluated as key field )
    1 ED0301X*************************************************************************
    1 ED0306       "Final log"
    1 ED0322 End phase  "002" ***********************************************************
    1 ED0320XStart phase "003" **********************************************************
    1 ED0306       "Statistics on activated and deleted objects"
    1 ED0301 *************************************************************************
    1 EDO601XNumber of objects to be activated............:  "395"
    1 EDO605 Objects not activated........................:  "0"
    1 EDO606 Activated objects with errors in dependencies:  "0"
    1 EDO604 Objects activated with warning...............:  "20"
    1 EDO603 Successfully activated objects...............:  "375"
    1 EDO602 Number of objects to be deleted..............:  "0"
    1 EDO608 Objects not successfully deleted.............:  "0"
    1 EDO607 Successfully deleted objects.................:  "0"
    1 EDO609 Tables/views with DROP/CREATE................:  "0"
    1 EDO610 No. of them marked for DROP/CREATE: "0"
    1 EDO611 Not marked for DROP/CREATE: "0"
    1 EDO620 Number of nametabs to be deleted.............:  "0"
    1 EDO622 Successfully deleted nametabs................:  "0"
    1 EDO621 Nametabs that were not successfully deleted..:  "0"
    1 ED0301X*************************************************************************
    1 ED0306       "Statistics on activated and deleted objects"
    1 ED0322 End phase  "003" ***********************************************************
    1 ED0302X=========================================================================
    1 ED0314 Mass activation
    1 ED0302 =========================================================================
    1 ED0327 Process..................: "gms44_5"
    1 ED0319 Return code..............: "4"
    1 ED0314 Phase 001..................: 00:00:51 (Activation of objects)
    1 ED0314 Phase 002..................: < 1 sec. (Final log)
    1 ED0314 Phase 003..................: < 1 sec. (Statistics on activated and ...)
    1 ED0309 Program runtime..........: "00:00:58"
    1 ED0305 Date, time...............: "13.10.2007", "20:00:36"
    1 ED0318 Program end==============================================================
    1 ETP155 ACTIVATION OF DD-OBJECTS
    1 ETP110 end date and time   : "20071013200036"
    1 ETP111 exit code           : "4"
    1 ETP199 ######################################

  • Is it possible to make the log pop up of errors/warnings appear for longer?

    Dear all
    The answer to this question may have already been posted but I could not locate it when searching.
    I am running SQL Developer 1.5.1 and I have set up the display so that the log is minimised. When I debug or compile any packages the log of error messages/warnings pops up. However this does not stay on screen long enough for me to be able to read it and only 1 in 4 times do I get to the log window quick enough, in order to click on it to keep it open. Is there away of making the log pop up until I minimise it or at least stay on screen for longer, so that I can reach it in time? I estimate it is currently staying on screen for less than 1 second.
    I don't want the log to be displayed all the time because it takes up valuable space, which I find useful when writing my code. It gets in the way even more when I am using the SQL statement window/script output window.
    Kind regards
    Tim

    Thank you K. for your reply.
    After all these months of using SQL developer. it never registered with me that hovering over the tab brings it up. I must have brought it up before now but I don't remember doing so if I did.
    Problem resolved.
    Kind regards
    Tim

  • Error while changing base unit of measurere

    Dear
            i hav prob. while changing base unit of measure system gives error massage is material used in BOM, ECM is activated in our system and that material is showing only when valid from date is not  entered othervise that material is not shown in BOM.how to remove that material from so i can change base unit of measure.

    HI
    You can only change the BUM if there is no stock  production order planned orders reservations, PO s etc are not in the system  there should be no transaction of the material ,after ensuring all this, u can change unit of measure
    For more info
    check these threads
    Base unit of measure cannot be changed
    Re: BOM unit of measure
    change base unit of measure
    Regards
    Anupam Sharma

  • LOV selection fails when there are validation errors on the base page

    Hi
    I have lovs and some other required fields on a page . If there are any validation error on one of those text fields and if I open the LOV (not related to the text fields) and tries to select
    an item from the LOV search results, it doesn't do it until unless I go back to the base page and correct all the validation errors on the text fields eventhough those text fields have nothing to do with the LOV.
    Any suggestion is appreciated.
    Thanks
    Anwar

    I am on Anwar's team, and I've been dealing with the same problem, although on a different page.
    The JSPX for a contrived example is below. I can provide backing bean code, if needed.
    The form contains two LOVs. Both fields are required. If you leave both fields blank and click Continue, you get a red box around both fields and error messages are displayed. If you then click the magnifying glass to select from the first LOV, the LOV pop-up is rendered. However, you cannot make a selection, either by double-clicking a line item or by clicking OK (the OK button has no effect). All you can do is cancel.
    Interestingly, the act of clicking the magnifying glass on the first LOV gets rid of the red box around that field. So, once you cancel out, the second LOV actually does work. If there were more than two fields on the page, that wouldn't happen. The problem seems to be that the LOV doesn't work unless there are no validation errors on the page other than for the LOV which is being invoked.
    As you can see, immediate="true" is set on both LOVs. The behavior is the same whether this is true or not.
    I'm left thinking there must be something obvious that we're missing... but none of us can see it.
    Thanks,
    KEN
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <af:document title="Add Item">
          <af:form>
            <af:panelGroupLayout>
                <af:panelHeader text="Header">
                    <af:panelFormLayout>
                        <af:inputListOfValues label="Id" searchDesc="Search" popupTitle="Supplier Id"
                                              simple="true" required="true" id="supplierId"
                                              model="#{viewScope.AddItemBackingBean.supplierIdListOfValuesModel}"
                                              value="#{viewScope.AddItemValuesBean.supplier.id}"
                                              autoSubmit="true" immediate="true"/>
                        <af:inputListOfValues label="Description" searchDesc="Search" popupTitle="Supplier Id"
                                              simple="true" required="true" id="supplierDescription"
                                              model="#{viewScope.AddItemBackingBean.supplierDescriptionListOfValuesModel}"
                                              value="#{viewScope.AddItemValuesBean.supplier.description}"
                                              autoSubmit="true" immediate="true"/>
                        <f:facet name="footer">
                            <af:panelGroupLayout layout="horizontal" halign="right" >
                              <af:commandButton text="Continue"
                                                actionListener="#{viewScope.AddItemBackingBean.continueAction}"
                                                id="continueButton" />
                            </af:panelGroupLayout>
                        </f:facet>
                    </af:panelFormLayout>
                </af:panelHeader>
            </af:panelGroupLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>

  • [SOLVED] Mirrorlist's error installing the base system

    Hi!
    I'm trying to install ArchLinux on my Acer Aspire 5750G (I'm following the "Beginners' Guide").
    I managed to establish a Wi-Fi connection (Although "wifi-menu" didn't work: I used the wpa_supplicant function. But this isn't the purpose of the thread) and to mount the various partitions. But now I have some problems installing the base system.
    Infact, when I go for:
    pacstrap -i /mnt base
    I get an error like:
    error: failed retrieving file 'core.db' from archlinux.openlabto.org : Resolving timed out after 10463 milliseconds
    And it continues like this for each mirror of the mirrorlist, so I think that they're not the problem.
    And its not even a problem of my internet connection, because if I try the "ping" command it works.
    I have to say that my iso is the "July" one, because when they released the last one I had already burnt mine to a DVD. Maybe that's way I get this error, but I'm note sure.
    I've searched for some solutions on the forum, and someone said that after some time it should function.
    Anyway, how can I resolve this issue?
    Thanks in advance.
    Last edited by Wantoast (2013-08-07 17:07:28)

    drcouzelis wrote:The month old installation media shouldn't be a problem.
    Definitely. I have just tried with the newest version and the problem occurred again.
    drcouzelis wrote:
    Does the Internet connection really work? Can you load a website in a web browser?
    # Use links (or links2 or lynx, whatever's installed)
    links archlinux.org
    link will not execute and completion _links exsists.
    EDIT: I used elinks and Internet works. I'm quite sure it's not a connection problem ("Quite" because if wifi-menu didn't work there should be a reason).
    Last edited by Wantoast (2013-08-07 14:57:09)

Maybe you are looking for