Create the Excel using Indesign javascript file

Hi all

We can create csv file using indesign javascript. Is there a way to create excel file using indesign javascript?

Thanks in advance

Hi all

It is a way to generate an Excel from an InDesign table by using a combination of jsx, vbs and applescript.

Quite a long discussion on that Open with below is a better application of the suggestions here.

// Exports SIMPLE tables to proper excel file single and double quotes in the table would have to be escaped on the Mac version
// Does not take Unicode file names
// with a bit of brain racking can be developed to deal with merged cells and nested tables
// Pieced together by Trevor (wwww.creative-scripts.com coming soonish) based on the referenced sources
// Sold AS IS https://forums.adobe.com/thread/1718021

var doc = app.properties.activeDocument && app.activeDocument,
       myTable = myTable || getTable (doc);
if (!myTable) {alert ("Take a break, needs a document with a table in it!"); exit();};
var filePath = new File (Folder.temp + "/" + +new Date + ".xlsx"),
    osFilePath = filePath.fsName;
if ($.os[0] === "M")  osFilePath =  osFilePath.replace(/(.)(\/)/g,"$1:").replace(/\//, "");

exportTable (myTable, osFilePath);
if (confirm ("Open new excel file")) filePath.execute(false);
 exit()
function exportTable (myTable, filePath)
    {
        var  numberOfRows = myTable.rows.length,
               rowNumber, columnNumber,
               isMac = $.os[0] === "M",
               rowContents = [],
               setRange, openMark, closeMark;

        if (isMac)
            {
                setRange = 'set value of range "A';
                openMark = '" to {';
                closeMark = '}';
            }
        else
            {
                setRange = 'app.Range("A';
                openMark = '") = Array(';
                closeMark = ')';
            }

for (var z = 0, rowNumber = 0; rowNumber < numberOfRows; rowNumber++) {
    var  numberOfColumns = myTable.rows[rowNumber].columns.length,
            toRange = GetExcelColumnName (numberOfColumns - 1),
            columnContents = [];
     for (columnNumber = 0; columnNumber < numberOfColumns; columnNumber++) {
         var cellContents = myTable.rows[rowNumber].cells.everyItem().contents;
         columnContents  = '"' + cellContents.join('", "') + '"';
     }
    rowContents[rowNumber] = setRange + ++z  + ":"  + toRange+ z + openMark  + columnContents + closeMark;
}

var tableData = rowContents.join("\n") + "\n";

               if (isMac)
                    {
                        // Thanks Hans https://forums.adobe.com/message/5607799#5607799
                       var myAppleScript =
                        '''set excelRunning to isRunning("Microsoft Excel")
                           tell application "Microsoft Excel"
                           set theWorkbook to make new workbook
                           tell sheet (1) of theWorkbook'''
                           + tableData + '''
                           end tell
                           save workbook as theWorkbook filename "''' + filePath + '''"
                           close active workbook
                           if not excelRunning then tell application "Microsoft Excel" to quit
                           end tell
                           on isRunning(appName)
                                tell application "System Events" to (name of processes) contains appName
                           end isRunning
                        ''';
                      app.doScript (myAppleScript, ScriptLanguage.APPLESCRIPT_LANGUAGE);
                    }

                else
                    {
                        // Thanks Calos https://forums.adobe.com/message/5607799#5607799
                        // changed by me :-)
                         var vbscript =
                         '''Dim app
                            Set app = CreateObject("Excel.Application")
                            'take away the ' from the line below if you want to see excel do it's stuff
                            'app.visible = true
                            Dim newDoc, sheet
                            Set newDoc = app.Workbooks.Add()
                            Set sheet = newDoc.Worksheets(1)
                            '''
                            + tableData
                            + 'newDoc.SaveAs "' + filePath + '''"
                            app.Quit
                            Set newDoc = nothing
                            Set app = nothing
                          ''';
                        app.doScript (vbscript, ScriptLanguage.VISUAL_BASIC);
                    }

            }

function GetExcelColumnName (columnNumber) {// 0 is A 25 is Z 26 is AA etc.
    // parsed from http://stackoverflow.com/questions/181596/how-to-convert-a-column-number-eg-127-into-an-excel-column-eg-aa
     var dividend = columnNumber + 1,
            columnName = "",
            modulo;

    while (dividend > 0)  {
        modulo = (dividend - 1) % 26;
        columnName = String.fromCharCode (65 + modulo) + columnName;
        dividend = Math.floor((dividend - modulo) / 26);
    }
    return columnName;
}

function getTable (doc) { // thanks Marc http://forums.adobe.com/message/6087322#6087322
    if (!doc) return false;
    app.findTextPreferences = null;
    app.findTextPreferences.findWhat = "\x16";
    var tables = doc.findText();
    if (tables.length) return tables[0].parentStory.tables[0];
    return false;
};

Tags: InDesign

Similar Questions

  • I have to install just Adobe presenter of this entire application. I created the package using AAMEE3.1

    I created the package using JOHN 3.1, using the source of Adobe eLearning Suite 6.1.

    During the creation of a Package I selected only Adobe Presenter 8. The package is serialized and also Adobe ID is here to connect. The package is created successfully. But when I run MSI it restorations during the Installation.

    Here is the PDApp.log file:

    15/07/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:07:21 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:07:21 [INFO] DeploymentManager - runs the deferred custom action.

    15/07/2013 09:07:21 [INFO] DeploymentManager - obtained the following as CustomActionData

    15/07/2013 09:07:21 [INFO] DeploymentManager - mode = install; sourceDir = c:\Nouveau (2) folder \Adobe presenter 8\Build\. installDir =; origDB = folder (2) c:\Nouveau \Adobe 8\Build\Adobe presenter presenter 8. MSI

    15/07/2013 09:07:21 [INFO] DeploymentManager - mode = install; sourceDir = c:\Nouveau (2) folder \Adobe presenter 8\Build\. installDir =; origDB = folder (2) c:\Nouveau \Adobe 8\Build\Adobe presenter presenter 8. MSI

    15/07/2013 09:07:21 [INFO] DeploymentManager - original database path: C:\New folder (2) \Adobe 8\Build\Adobe host presenter 8. MSI

    {15/07/2013 09:07:21 [INFO] DeploymentManager - OptionXML saved to the location: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{9CB14C72-1E7 1-49 C 0 - A7D8 - 559F1DC35661}

    15/07/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:07:21 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:07:21 [INFO] DeploymentManager - initialization of the Custom Action parameters data

    15/07/2013 09:07:21 [INFO] utility - file does not exist

    15/07/2013 09:07:21 [INFO] DeploymentManager - commissioning tool path is (D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8 D6-4870-AA90-9626C4D6D4E2}).

    15/07/2013 09:07:21 [INFO] DeploymentManager - begins to run the custom action to install mode

    15/07/2013 09:07:21 [INFO] DeploymentManager - STEP 1: start to parse the XML Option.

    {15/07/2013 09:07:21 [INFO] DeploymentManager - deployment XML created to the path: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{709B4BF9-4A0 5-4D3E-BC48-850DE16D5A85}

    15/07/2013 09:07:21 [INFO] DeploymentManager - Deployment Manager runs in Install Mode.

    15/07/2013 09:07:21 [INFO] DeploymentManager - relative path to Self-Update the bootstrapper does not exist.

    {15/07/2013 09:07:21 [INFO] DeploymentManager - substitute XML created to the path: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{61E5FBB2-8F4 C-4909-9A3F-823EC1DE99F5}

    15/07/2013 09:07:21 [INFO] DeploymentManager - no updates found (0).

    15/07/2013 09:07:21 [INFO] DeploymentManager - STEP 2: from launch media program boot.

    15/07/2013 09:07:21 [INFO] DeploymentManager - bootstrapper launch location is: C:\New folder (2) \Adobe presenter 8\Build\Setup\Set-up.dat

    15/07/2013 09:07:22 [INFO] installation - build Version - 6.2.136.0

    15/07/2013 09:07:22 [INFO] installation - verbosity Logging Level Set of 4

    15/07/2013 09:07:22 [INFO] installation - start the installation of Adobe

    15/07/2013 09:07:22 [INFO] installation - TimeLog: start-up of the bootstrapper

    15/07/2013 09:07:22 [INFO] installation - TimeLog: begin the initial checks

    15/07/2013 09:07:22 [INFO] installation - specified Action - "install".

    15/07/2013 09:07:22 [ERROR] installation - error analysis of the arguments of the command line to the - 'DISABLE_CCM_DESKTOPSHORTCUT '.

    The expected arguments are-

    -mode = silent

    -overrideFile = '< FilePath > ".

    15/07/2013 09:07:22 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\resources\setup.xml

    15/07/2013 09:07:22 [INFO] PIM - XML is valid

    15/07/2013 09:07:22 [WARN] PIM - could not find node

    15/07/2013 09:07:22 [INFO] installation - found 7 packages in install manifest

    15/07/2013 09:07:23 [INFO] utility - semaphore is not locked

    15/07/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:07:23 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:07:23 [INFO] utility - the file does not exist

    15/07/2013 09:07:23 [INFO] utility - the file does not exist

    15/07/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:07:23 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:07:23 [INFO] PIM - PIM INSTANTIATE...

    15/07/2013 09:07:23 [INFO] utility - the file does not exist

    15/07/2013 09:07:23 [INFO] PIM - trying to createOrUpdatePIMDbSchema.

    15/07/2013 09:07:23 [INFO] PIM - schema version current db on computer 1.

    15/07/2013 09:07:23 [INFO] PIM - schema version current db installation 1.

    15/07/2013 09:07:23 [INFO] PIM - PIM DB schema is updated. Current schema version is 1.

    15/07/2013 09:07:23 [INFO] PIM - PIM Database is Up To Date.

    15/07/2013 09:07:23 [INFO] PIM - Updater inventory location: c:\Nouveau file (2) \Adobe presenter 8\Build\Setup\resources\updaterinventory.dll

    15/07/2013 09:07:23 [INFO] PIM - system locking ACF acquired level...

    15/07/2013 09:07:23 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:23 [INFO] PIM - XML is valid

    15/07/2013 09:07:23 [WARN] PIM - cannot find the node

    15/07/2013 09:07:23 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:07:24 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:24 [INFO] PIM - XML is valid

    15/07/2013 09:07:24 [WARN] PIM - could not find node

    15/07/2013 09:07:24 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:07:24 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:24 [INFO] PIM - XML is valid

    15/07/2013 09:07:24 [WARN] PIM - could not find node

    15/07/2013 09:07:24 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:07:24 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:24 [INFO] PIM - XML is valid

    15/07/2013 09:07:24 [WARN] PIM - could not find node

    15/07/2013 09:07:24 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:07:25 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:25 [INFO] PIM - XML is valid

    15/07/2013 09:07:25 [WARN] PIM - could not find node

    15/07/2013 09:07:25 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:07:27 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:07:27 [INFO] PIM - XML is valid

    15/07/2013 09:07:27 [WARN] PIM - could not find node

    15/07/2013 09:07:27 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:07:28 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:07:29 [INFO] PIM - XML is valid

    15/07/2013 09:07:29 [WARN] PIM - cannot find the node

    15/07/2013 09:07:29 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:07:29 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:07:29 [INFO] PIM - XML is valid

    15/07/2013 09:07:29 [WARN] PIM - cannot find the node

    15/07/2013 09:07:29 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:07:29 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize... 29928536

    15/07/2013 09:07:29 [INFO] installation - TimeLog: complete the initial audits

    15/07/2013 09:07:29 [INFO] installation - TimeLog: start the installation

    15/07/2013 09:07:29 [INFO] C:\New - Start by installing the package kernel - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:29 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:29 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:29 [INFO] PIM - XML is valid

    15/07/2013 09:07:29 [WARN] PIM - cannot find the node

    15/07/2013 09:07:29 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx.

    15/07/2013 09:07:29 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pima.

    15/07/2013 09:07:29 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:07:29 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:31 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:31 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:32 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:32 [WARN] PIM - could not find node

    15/07/2013 09:07:32 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:32 [INFO] PIM - created backup file

    15/07/2013 09:07:34 [INFO] utility - the file does not exist

    15/07/2013 09:07:37 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx.

    15/07/2013 09:07:38 [INFO] C:\New Setup - finished installing the kernel package - file (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx, status code returned: 0

    15/07/2013 09:07:38 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:38 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:38 [INFO] PIM - XML is valid

    15/07/2013 09:07:38 [WARN] PIM - cannot find the node

    15/07/2013 09:07:38 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx.

    15/07/2013 09:07:38 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pima.

    15/07/2013 09:07:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:07:39 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - created backup file

    15/07/2013 09:07:39 [INFO] utility - the file does not exist

    15/07/2013 09:07:42 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx.

    15/07/2013 09:07:42 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:42 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:42 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:42 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:42 [INFO] PIM - XML is valid

    15/07/2013 09:07:42 [WARN] PIM - cannot find the node

    15/07/2013 09:07:42 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx.

    15/07/2013 09:07:42 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pima.

    15/07/2013 09:07:42 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:07:42 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:43 [WARN] PIM - could not find node

    15/07/2013 09:07:43 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - created backup file

    15/07/2013 09:07:45 [INFO] utility - the file does not exist

    15/07/2013 09:07:47 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx.

    15/07/2013 09:07:48 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:48 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:48 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:48 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:48 [INFO] PIM - XML is valid

    15/07/2013 09:07:48 [WARN] PIM - cannot find the node

    15/07/2013 09:07:48 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx.

    15/07/2013 09:07:48 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pima.

    15/07/2013 09:07:48 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:07:48 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - created backup file

    15/07/2013 09:07:49 [INFO] utility - the file does not exist

    15/07/2013 09:07:53 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx.

    15/07/2013 09:07:53 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:53 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:53 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:53 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:53 [INFO] PIM - XML is valid

    15/07/2013 09:07:53 [WARN] PIM - cannot find the node

    15/07/2013 09:07:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx.

    15/07/2013 09:07:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pima.

    15/07/2013 09:07:53 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:07:53 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - created backup file

    15/07/2013 09:07:59 [INFO] utility - the file does not exist

    15/07/2013 09:08:04 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx.

    15/07/2013 09:08:04 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:08:04 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:04 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:04 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:04 [INFO] PIM - XML is valid

    15/07/2013 09:08:04 [WARN] PIM - could not find node

    15/07/2013 09:08:04 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx.

    15/07/2013 09:08:04 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pima.

    15/07/2013 09:08:04 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:08:04 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - created backup file

    15/07/2013 09:08:09 [INFO] utility - the file does not exist

    15/07/2013 09:08:18 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx.

    15/07/2013 09:08:18 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:18 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:18 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:18 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:18 [INFO] PIM - XML is valid

    15/07/2013 09:08:18 [WARN] PIM - could not find node

    15/07/2013 09:08:18 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx.

    15/07/2013 09:08:19 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pima.

    15/07/2013 09:08:19 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:08:19 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - created backup file

    15/07/2013 09:08:21 [INFO] utility - the file does not exist

    15/07/2013 09:08:27 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx.

    15/07/2013 09:08:27 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:27 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:27 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:27 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:27 [INFO] PIM - XML is valid

    15/07/2013 09:08:27 [WARN] PIM - could not find node

    15/07/2013 09:08:27 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx.

    15/07/2013 09:08:27 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pima.

    15/07/2013 09:08:28 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:08:28 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:28 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:28 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:29 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:29 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:29 [INFO] PIM - created backup file

    15/07/2013 09:08:29 [INFO] utility - the file does not exist

    15/07/2013 09:08:33 [INFO] utility - path to the process: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe directory of process: \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments C:\Program Files (x 86) being passed: "C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" - registry = true - createShortcut = true

    15/07/2013 09:08:33 [INFO] utility - success of CreateProcess

    15/07/2013 09:08:35 [INFO] utility - Sucessfully launched and executed the process...

    15/07/2013 09:08:35 [INFO] PIM - executed correctly install modifier to the path: "C:\Program Files (x 86) \Common.

    15/07/2013 09:08:35 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx.

    15/07/2013 09:08:35 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:35 [INFO] PIM - treatment... _pimCreateOrUpdateAAMInventory

    15/07/2013 09:08:36 [INFO] PIM - inventory already present on the machine...

    15/07/2013 09:08:36 [INFO] installation - TimeLog: installation of the end Lance PDApp.

    15/07/2013 09:08:37 [INFO] installation - path of deployment file not specified in command-line arguments. Skip the deployment of payload part

    15/07/2013 09:08:37 [INFO] installation - = end of Adobe installer. Exit code: 0 =.

    15/07/2013 09:08:37 [INFO] PIM - PIMSqlite closeDB status 0

    15/07/2013 09:08:37 [INFO] FREE PIM - PIM Instance...

    15/07/2013 09:08:37 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:08:37 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] DeploymentManager - the code returned by the boot process is (0).

    15/07/2013 09:08:37 [INFO] DeploymentManager - STEP 3: from throw ASU AAM.

    15/07/2013 09:08:37 [INFO] DeploymentManager - bootstrapper launch location is: C:\New folder (2) \Adobe presenter 8\Build\ASU\Set-up.dat

    15/07/2013 09:08:37 [INFO] installation - build Version - 6.2.136.0

    15/07/2013 09:08:37 [INFO] installation - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] installation - start the installation of Adobe

    15/07/2013 09:08:37 [INFO] installation - TimeLog: start-up of the bootstrapper

    15/07/2013 09:08:37 [INFO] installation - TimeLog: begin the initial checks

    15/07/2013 09:08:37 [INFO] installation - specified Action - "install".

    15/07/2013 09:08:37 [ERROR] installation - error analysis of the arguments of the command line to the - 'DISABLE_CCM_DESKTOPSHORTCUT '.

    The expected arguments are-

    -mode = silent

    -overrideFile = '< FilePath > ".

    15/07/2013 09:08:37 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\resources\setup.xml

    15/07/2013 09:08:37 [INFO] PIM - XML is valid

    15/07/2013 09:08:37 [WARN] PIM - cannot find the node

    15/07/2013 09:08:37 [INFO] installation - found 7 packages in install manifest

    15/07/2013 09:08:37 [INFO] utility - semaphore is not locked

    15/07/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:08:37 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] utility - the file does not exist

    15/07/2013 09:08:37 [INFO] utility - the file does not exist

    15/07/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:08:37 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] PIM - PIM INSTANTIATE...

    15/07/2013 09:08:37 [INFO] utility - the file does not exist

    15/07/2013 09:08:38 [INFO] PIM - trying to createOrUpdatePIMDbSchema.

    15/07/2013 09:08:38 [INFO] PIM - schema version current db on computer 1.

    15/07/2013 09:08:38 [INFO] PIM - schema version current db installation 1.

    15/07/2013 09:08:38 [INFO] PIM - PIM DB schema is updated. Current schema version is 1.

    15/07/2013 09:08:38 [INFO] PIM - PIM Database is Up To Date.

    15/07/2013 09:08:38 [INFO] PIM - Updater inventory location: c:\Nouveau file (2) \Adobe presenter 8\Build\ASU\resources\updaterinventory.dll

    15/07/2013 09:08:38 [INFO] PIM - system locking ACF acquired level...

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:08:39 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize... 29928536

    15/07/2013 09:08:39 [INFO] installation - TimeLog: complete the initial audits

    15/07/2013 09:08:39 [INFO] installation - TimeLog: start the installation

    15/07/2013 09:08:39 [INFO] C:\New - Start by installing the package kernel - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:39 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx.

    15/07/2013 09:08:39 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pima.

    15/07/2013 09:08:39 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:08:39 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:39 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:39 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:39 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:40 [INFO] PIM - created backup file

    15/07/2013 09:08:41 [INFO] utility - the file does not exist

    15/07/2013 09:08:45 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx.

    15/07/2013 09:08:45 [INFO] C:\New Setup - finished installing the kernel package - file (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx, status code returned: 0

    15/07/2013 09:08:45 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:45 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:45 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:45 [INFO] PIM - XML is valid

    15/07/2013 09:08:45 [WARN] PIM - could not find node

    15/07/2013 09:08:45 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx.

    15/07/2013 09:08:45 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pima.

    15/07/2013 09:08:45 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:08:45 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - created backup file

    15/07/2013 09:08:46 [INFO] utility - the file does not exist

    15/07/2013 09:08:49 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx.

    15/07/2013 09:08:49 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:49 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:49 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:49 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:49 [INFO] PIM - XML is valid

    15/07/2013 09:08:49 [WARN] PIM - cannot find the node

    15/07/2013 09:08:49 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx.

    15/07/2013 09:08:49 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pima.

    15/07/2013 09:08:49 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:08:49 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:49 [WARN] PIM - cannot find the node

    15/07/2013 09:08:49 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - created backup file

    15/07/2013 09:08:51 [INFO] utility - the file does not exist

    15/07/2013 09:08:53 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx.

    15/07/2013 09:08:53 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:53 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:53 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:53 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:53 [INFO] PIM - XML is valid

    15/07/2013 09:08:53 [WARN] PIM - cannot find the node

    15/07/2013 09:08:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx.

    15/07/2013 09:08:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pima.

    15/07/2013 09:08:55 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:08:55 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - created backup file

    15/07/2013 09:08:55 [INFO] utility - the file does not exist

    15/07/2013 09:08:58 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx.

    15/07/2013 09:08:58 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:58 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:58 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:58 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:58 [INFO] PIM - XML is valid

    15/07/2013 09:08:58 [REPORT] PIM - cannot find the node

    15/07/2013 09:08:58 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx.

    15/07/2013 09:08:58 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pima.

    15/07/2013 09:08:59 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:08:59 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - created backup file

    15/07/2013 09:09:03 [INFO] utility - the file does not exist

    15/07/2013 09:09:11 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx.

    15/07/2013 09:09:11 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:09:11 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:11 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:11 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:11 [INFO] PIM - XML is valid

    15/07/2013 09:09:11 [WARN] PIM - cannot find the node

    15/07/2013 09:09:11 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx.

    15/07/2013 09:09:11 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pima.

    15/07/2013 09:09:11 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:09:11 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:09:11 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:09:11 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:09:12 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:09:12 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:09:12 [INFO] PIM - created backup file

    15/07/2013 09:09:15 [INFO] utility - the file does not exist

    15/07/2013 09:09:23 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx.

    15/07/2013 09:09:23 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:23 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:23 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:23 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:23 [INFO] PIM - XML is valid

    15/07/2013 09:09:23 [WARN] PIM - cannot find the node

    15/07/2013 09:09:23 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx.

    15/07/2013 09:09:23 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pima.

    15/07/2013 09:09:24 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:09:24 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - created backup file

    15/07/2013 09:09:25 [INFO] utility - the file does not exist

    15/07/2013 09:09:31 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx.

    15/07/2013 09:09:32 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:32 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:32 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:32 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:32 [INFO] PIM - XML is valid

    15/07/2013 09:09:32 [WARN] PIM - could not find node

    15/07/2013 09:09:32 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx.

    15/07/2013 09:09:32 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pima.

    15/07/2013 09:09:32 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:09:32 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - created backup file

    15/07/2013 09:09:33 [INFO] utility - the file does not exist

    15/07/2013 09:09:35 [INFO] utility - path to the process: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe directory of process: \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments C:\Program Files (x 86) being passed: "C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" - registry = true - createShortcut = true

    15/07/2013 09:09:36 [INFO] utility - success of CreateProcess

    15/07/2013 09:09:37 [INFO] utility - Sucessfully launched and executed the process...

    15/07/2013 09:09:37 [INFO] PIM - executed correctly install modifier to the path: "C:\Program Files (x 86) \Common.

    15/07/2013 09:09:37 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx.

    15/07/2013 09:09:37 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:37 [INFO] PIM - treatment... _pimCreateOrUpdateAAMInventory

    15/07/2013 09:09:37 [INFO] PIM - inventory already present on the machine...

    15/07/2013 09:09:37 [INFO] installation - TimeLog: installation of the end Lance PDApp.

    15/07/2013 09:09:37 [INFO] installation - path of deployment file not specified in command-line arguments. Skip the deployment of payload part

    15/07/2013 09:09:37 [INFO] installation - = end of Adobe installer. Exit code: 0 =.

    15/07/2013 09:09:37 [INFO] PIM - PIMSqlite closeDB status 0

    15/07/2013 09:09:37 [INFO] FREE PIM - PIM Instance...

    15/07/2013 09:09:37 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:09:37 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:09:37 [INFO] DeploymentManager - the code returned by the boot process is (0).

    15/07/2013 09:09:37 [INFO] DeploymentManager - correction of dependencies in local db.

    15/07/2013 09:09:37 [INFO] DeploymentManager - no db media present on the machine.

    15/07/2013 09:09:37 [INFO] DeploymentManager - STEP 4: start the Adobe installer.

    15/07/2013 09:09:37 [INFO] DeploymentManager - path of the common Adobe got.

    15/07/2013 09:09:37 [INFO] DeploymentManager - Installer Adobe launch location is: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe

    15/07/2013 09:16:50 [INFO] AAMEEUtilities - creation process is complete.

    15/07/2013-09:16:50 [FATAL] DeploymentManager - the code returned by the Adobe installation process is (6). Stop the installation process.

    15/07/2013 09:16:50 [INFO] DeploymentManager - begins to clean partially recessed payloads.

    {15/07/2013 09:16:50 [INFO] DeploymentManager - undeployment XML created to the path: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{EE4FEE4B-4C1 3 - 44E5 - 8 c 22-230423DB10EF}

    15/07/2013 09:16:50 [INFO] DeploymentManager - begins to launch the Adobe installer to uninstall mode.

    15/07/2013 09:16:50 [INFO] DeploymentManager - path of the common Adobe got.

    15/07/2013 09:16:50 [INFO] DeploymentManager - C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe

    15/07/2013 09:20:21 [INFO] PIM-uninstall - Version Build - 6.2.136.0

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - verbosity Logging Level Set of 4

    15/07/2013 09:20:21 [INFO] PIM-uninstall - Start: uninstall Adobe Application Manager...

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - County of SIDES occurs

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - SIDES produced install status

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - get the NO SIDE product count

    15/07/2013 09:20:21 [INFO] utility - file does not exist

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - AAMRefs folder does not exist. Products non-cotes does not exist on the system

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - SIDES NOT produced install status

    15/07/2013 09:20:21 [INFO] utility - the file does not exist

    15/07/2013 09:20:22 [INFO] utility - the file does not exist

    15/07/2013 09:20:22 [INFO] PIM-uninstall - launch RemoveAAM to: C:\Program Files (x 86) \Common Files\Adobe\RemoveAAM.bin

    15/07/2013 09:20:22 [INFO] UninstallAAM - argc: 2

    15/07/2013 09:20:22 [INFO] UninstallAAM - PIM.dll starting from loading: C:\Program Files (x 86) \Common Files\Adobe\AdobePIM.dll

    15/07/2013 09:20:22 [INFO] AAMEEUtilities - creation process is complete.

    15/07/2013 09:20:22 [INFO] DeploymentManager - the code returned by the Adobe installation process is (0).

    {15/07/2013 09:20:22 [INFO] DeploymentManager - sizing tool launch location is: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8D 6-4870-AA90-9626C4D6D4E2}

    15/07/2013 09:20:22 [INFO] PIM-uninstall - Version Build - 6.2.136.0

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - verbosity Logging Level Set of 4

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - killing all deployment workflows

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on the installation of Adobe (Bootstrapper) runs...

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on installation of Adobe (SIDES) if running...

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait if ACF is locked...

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and close notifiers Adobe Application Manager...

    15/07/2013 09:20:22 [INFO] utility - semaphore is not locked

    15/07/2013 09:20:22 [INFO] PIM - modifying installation execution

    15/07/2013 09:20:22 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:20:22 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:20:22 [INFO] PIM - PIM INSTANTIATE...

    15/07/2013 09:20:22 [INFO] utility - the file does not exist

    15/07/2013 09:20:22 [INFO] PIM - trying to createOrUpdatePIMDbSchema.

    15/07/2013 09:20:22 [INFO] PIM - schema version current db on computer 1.

    15/07/2013 09:20:22 [INFO] PIM - schema version current db installation 1.

    15/07/2013 09:20:22 [INFO] PIM - PIM DB schema is updated. Current schema version is 1.

    15/07/2013 09:20:22 [INFO] PIM - PIM Database is Up To Date.

    15/07/2013 09:20:23 [INFO] utility - path to the process: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe directory of process: \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments C:\Program Files (x 86) being passed: "C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" - unregister = true - deleteShortcut = true

    15/07/2013 09:20:23 [INFO] utility - success of CreateProcess

    15/07/2013 09:20:23 [INFO] AAMEEUtilities - creation process is complete.

    15/07/2013 09:20:23 [INFO] DeploymentManager - the return Code of the tool in service (0).

    15/07/2013 09:20:23 [INFO] DeploymentManager - commissioning tool succeeded UnSerialize the product.

    15/07/2013 09:20:23 [INFO] DeploymentManager - install workflow ends.

    15/07/2013 09:20:25 [INFO] utility - Sucessfully launched and executed the process...

    15/07/2013 09:20:25 [INFO] PIM - executed properly uninstall modifier to the path: "C:\Program Files (x 86) \Common.

    15/07/2013 09:20:25 [INFO] PIM - PIMSqlite closeDB status 0

    15/07/2013 09:20:25 [INFO] FREE PIM - PIM Instance...

    15/07/2013 09:20:33 [INFO] UninstallAAM - Self delete to delete RemoveAAM.bin and AdobePIM.dll...

    1. Office 2010 64 bit as a dependency.

    2. the register used to deceive the 64-bit version of PowerPoint application is already installed.

    Even though source works with 32-bit powerPoint. but need to MSI 64-bit powerpoint.

  • Oracle cloud virtual image, I was able to create the database using DBCA (virtual image) oracle cloud. I understand with the virtual image, we won't have a lot of tools like on DAAS cloud... But could please at least use us dbconsole?

    On oracle cloud virtual, image I was able to create the database using DBCA (virtual image) oracle cloud. I understand with the virtual image, we won't have a lot of tools like on DAAS cloud. But could please at least use us dbconsole?


    I tried to start dbconsole, and it did not work:

    [oracle@ltutest ~] $ emctl start dbconsole

    OC4J Configuration problem. /U01/app/Oracle/product/11.2.0/dbhome_1/OC4J/J2EE/OC4J_DBConsole_ltutest.compute-aulatrobeu83140.oraclecloud.internal_ORCL not found.


    According to the oracle help doc center - "creating a database on an instance of virtual image service" (http://docs.oracle.com/cloud/latest/dbcs_dbaas/CSDBI/GUID-29290A81-8798-4988-848E-77A1BE0CF08A.htm#GUID-4851560B-D4B6-42...)

    database was created with the option as:

    emConfiguration - NONE - storageType FS


    I guess we have to manually configure the em console, but when I tried to create it, he told me that "' Dbcontrol repository already exists." "

    When I try to start it, it exports the error

    [Oracle@ltutest ~] $ emctl start dbconsole

    OC4J Configuration problem. /U01/app/Oracle/product/11.2.0/dbhome_1/OC4J/J2EE/OC4J_DBConsole_ltutest.compute-aulatrobeu83140.oraclecloud.internal_ORCL not found.

    Could someone could give me help with this problem?


    Thanks Brian. I tried your command, and it works. Now I've encountered another problem, how can I browse the URL?

    I created the access rule for access remote on port 1521 and 1158. but when I try to browse the EM console URL, it does not work. all the configurations that I need to do?

  • How to create the report using the procedure.

    Hi all

    I want to create the report in the apex. But I don't have a sql code. I have a single procedure. Is it possible to create the report using this procedure in the apex.

    CREATE OR REPLACE PROCEDURE headcsv_prc2

    AS

    CURSOR cr_header

    IS

    SELECT ood.organization_code, fm.formula_no AS "FORMULA_NAME."

    FM.formula_vers AS "FORMULA_VERSION."

    FM.formula_desc1 AS "FORMULA_DESC."

    DECODE (fm.formula_status,

    100, 'new ',.

    400, "approved for use in the laboratory."

    700, "allow the general."

    800, "We Hold."

    900, "frozen."

    1000, "obsolete/archived.

    ) AS "FORMULA_STATUS."

    DECODE (fd.line_type, '1', msib.segment1).

    DECODE (fd.line_type, '-1', msib.segment1 ') ingrediant.

    DECODE (fd.line_type, '2', msib.segment1) AS "BY_PRODUCT."

    DECODE (by_product_type,

    "W', 'waste."

    "R',"rework. "

    "Y', 'Yield."

    The of ', 'Sample. "

    NULL VALUE

    ) AS "BY_PRODUCT_TYPE".

    Of org_organization_definitions ood,.

    fm_form_mst fm,

    fm_matl_dtl fd,

    mtl_system_items_b msib

    WHERE ood.organization_id = fm.owner_organization_id

    AND fm.owner_organization_id = msib.organization_id

    AND msib.organization_id = fd.organization_id

    AND fd.organization_id = ood.organization_id

    AND fm.formula_id = fd.formula_id

    AND msib.inventory_item_id = fd.inventory_item_id

    - and fm. FORMULA_NO like '% THE % '.

    AND fd.line_type IN ('1 ', ' 2', '-1' ")

    Ood.organization_code GROUP,

    FM.formula_no,

    FM.formula_vers,

    FM.formula_desc1,

    FM.formula_status,

    FD.line_type,

    MSIB. Segment1,

    by_product_type

    ORDER BY fm.formula_no, fm.formula_vers;

    BEGIN

    Dbms_output.put_line (INITCAP ('the ORGANIZATION CODE')

    || ','

    || INITCAP ('NAME FORMULA')

    || ','

    || INITCAP ('FORMULA VERSION')

    || ','

    || INITCAP ('FORMULA DESC')

    || ','

    || INITCAP ('FORMULA STATUS')

    || ','

    || INITCAP ('PRODUCT')

    || ','

    || INITCAP ('INGREDIANT")

    || ','

    || INITCAP ("PER PRODUCT")

    || ','

    || INITCAP ('PER TYPE OF PRODUCT")

    );

    FOR ch IN cr_header

    LOOP

    Dbms_output.put_line (ch.organization_code

    || ','

    || ch.formula_name

    || ','

    || ch.formula_version

    || ','

    || '"'

    || ch.formula_desc

    || '"'

    || ','

    || ch.formula_status

    || ','

    || ch. Product

    || ','

    || ch.ingrediant

    || ','

    || ch.by_product

    || ','

    || ch.by_product_type

    );

    END LOOP;

    EXCEPTION

    WHILE OTHERS

    THEN

    Dbms_output.put_line (' No error: ' |) SQLCODE. "Error Msg: ' '.

    || SQLERRM

    );

    END;

    EXEC HeadCSV_Prc2



    Thank you

    Rambeau

    Hi Christian,

    In addition to the fact that the Oracle database has an internal Java engine and it would be possible for Apex call a Java stored procedure, the Apex really has nothing to do with Java. To create a report, you discovered, you specify a SQL query. In certain circumstances, you can embed a query in a PL/SQL function, but the incorporation of an arbitrary Java application and waiting for it to be called from Apex for a kind of security is there with the fairies.

    I recommend you research the Apex and then enter your so-called "higher authorities" how things work.

    Concerning

    André

  • How to create the script to compile procedure files in oracle - urgent deadline...

    How to create the script to compile procedure files in oracle.    about to go live and have much .prc pkg in a directory usr/tmp/ar... Po... human resources etc. need to create a script to compile all the files in the folder, then do not open all necessary .prc suggestions on how to do it.   Thank you Tom.

    (1) an urgent need, ASAP,... are words that do not in a forum of volunteer. We are here to help if you need it now, for free, open a SR.

    (2) oracle procedures are not files.

    (3) I think you are trying to run operating system packages, no Oracle procedure. right?

  • Trying to create the table using Clause any Union with Select multiple stmts

    The motion seeks to get the substring of the value to for example.
    If the value is * ASA 2 * then so do ASA
    where as if the value is * 1.5 TST * it sholud come as TST as wise for others too.
    I am trying to execute stmt SQL written but in error as below:

    * ' ORA-00998 must appoint this expression with the alias column 00998.00000 - must appoint this expression with the column alias. "

    CREATE TABLE TEST_CARE AS
    (
    SELECT row_id, old_care_lvl, SUBSTR(old_care_lvl,3), len test_care_lvl FROM
    WHERE LENGTH (old_care_lvl) = 5
    UNION ALL
    SELECT row_id, old_care_lvl, SUBSTR(old_care_lvl,3), len test_care_lvl FROM
    WHERE LENGTH (old_care_lvl) = 7
    UNION ALL
    SELECT row_id, old_care_lvl, SUBSTR(old_care_lvl,3), len test_care_lvl FROM
    WHERE LENGTH (old_care_lvl) = 14
    UNION ALL
    Row_id SELECT, old_care_lvl, SUBSTR (old_care_lvl, 3), LEN test_care_lvl
    WHERE LENGTH = 7 AND old_care_lvl (old_care_lvl) = "Regular."
    );

    I want to create the table using the above given the multiple selection by using the Union ALL clause, but trying to create run query error like "ORA-00998 must appoint this expression with the alias column 00998.00000 - must appoint this expression with the column alias.

    Please guide me how to approach to solve this problem.
    Thanks in advance.

    Try this->

    CREATE TABLE TEST_CARE
    AS
      select *
      from (
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3), len FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =5
              UNION ALL
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3), len FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =7
              UNION ALL
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3), len FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =14
              UNION ALL
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3),LEN FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =7 AND old_care_lvl ='Regular'
          );
    

    N.B.: Not tested...

    Kind regards.

    LOULOU.

  • 10.1.3.3 and jxl ADF to create the Excel file

    Hello

    It is more a question of Java of ADF, but I hope to have some answers here too. I am creating an Excel via JExcelApi file but I have an error message:

    ERROR com.sun.faces.lifecycle.InvokeApplicationPhase - oracle.classloader.util.AnnotatedClassFormatError: Bad version in .class file number

    Class invalid: jxl. Workbook
    + Charger: current-workspace - app.web.MyApplication:0.0.0 +.
    Source code: /C:/Oracle/JDeveloper/jdev/lib/jxl.jar
    Configuration: < classpath > in ...\WebApp\ViewController\public_html

    Load class: web.view.backing.reports.CreateKapExcel
    Charger: current-workspace - app.web.MyApplication:0.0.0
    Source code: .../WebApp/ViewController/classes/
    Configuration: < classpath > in ...\WebApp\ViewController\public_html

    javax.faces.el.EvaluationException: oracle.classloader.util.AnnotatedClassFormatError: bad version in .class file number

    Class invalid: jxl. Workbook
    Charger: current-workspace - app.web.MyApplication:0.0.0
    Source code: /C:/Oracle/JDeveloper/jdev/lib/jxl.jar
    Configuration: < classpath > in ...\WebApp\ViewController\public_html

    Load class: web.view.backing.reports.CreateKapExcel
    Charger: current-workspace - app.web.MyApplication:0.0.0
    Source code: .../WebApp/ViewController/classes/
    Configuration: < classpath > in ...\WebApp\ViewController\public_html

    at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)
    at oracle.adf.view.faces.component.UIXComponentBase.__broadcast(UIXComponentBase.java:1087)
    at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:204)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
    at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
    at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    The code looks like this:
        try
        {
             ExternalContext extContext = fc.getExternalContext();
    
             HttpServletResponse response = 
               (HttpServletResponse) extContext.getResponse();
    
           response.setContentType("application/vnd.ms-excel");
           response.setHeader
             ("Content-Disposition", "attachment; filename=sampleName.xls");
           WritableWorkbook w = 
             Workbook.createWorkbook(response.getOutputStream());
           WritableSheet s = w.createSheet("Demo", 0);
           s.addCell(new Label(0, 0, "Hello World"));
           w.write();
           w.close();
        }
        catch (Exception loE)
        { //...
    Anyone have any ideas? Thank you in advance,

    Kind regards!

    BB

    Hello

    for me, the problem seems to be with the version of Java that the Workbook class is compiled with. This is the latest version of the library you are using?

    Frank

  • Hide the Excel using LabVIEW Report Generation Toolkit or active chart legend

    Hello Eveyone:

    I'm working on tool report generation in labview and creat excle report. I create the chart in the report, but I can't hide the chart legend or change the font size using the report generation tools.

    I appriciate you guys time.

    Thank you

    Howdy!

    What version of LabVIEW Report Generation Toolkit you use? Did you take a peek at the .vi LabVIEW example column chart (Excel)

    and he looked at using the Excel insert graphical VI and Excel graphic Set do?

  • How to get the path (using &lt; input type = "file" / &gt;)

    Hello world

    I create a HTML form that has an entry of type = "file".  This will give you a dialog box browse for your user to search for a file on the operating system.

    And my code:

    function handleFileSelectForMyShop (evt)
    {
    var blnFileReaderSupported = false;

    Try
    {

    Debug.log ("handleFileSelect", "start handleFileSelect");
    reader of var = new FileReader();
    blnFileReaderSupported = true;
    var files = evt.target.files;
    var size = files.length;

    Debug.log ("handleFileSelect", "handleFileSelect # selected files:" + size, debug.info);

    for (var i = 0; i)< size;="">
    {
    Debug.log ("handleFileSelect", "in the handleFileSelect analysis the index file" + i, debug.info ");
    var f = files [i];
    Reader.OnLoad = (function (theFile)
    {
    Debug.log ("handleFileSelect", "start reader.onload", debug.info);
    return Function
    {
    Debug.log ("handleFileSelect", "start Function", debug.info);

    Debug.log ("handleFileSelect", "reading file" + theFile.name + "(" + theFile.size + "") "" + theFile.type, debug.info);

    If (theFile.type.match ('image.*')) {}
    var path = e.target.result;
    alert (path);
    create the path

    } else {}
    jAlert ("Please select photo!', 'Error'");
    }
    };
    })(f);

    If ((f.type.match ('image.*')) |) (f.type.match ('audio.*')) | (f.type.match ('video.*')))
    {
    Debug.log ("handleFileSelect", "in handleFileSelect call reader.readAsDataURL for type" + f.type, debug.info);
    Read in the media file in the form of a data URL.
    reader.readAsDataURL (f);
    }
    }

    Debug.log ("handleFileSelect", "Complete", debug.info);
    }
    {} catch (e)
    Debug.log ("handleFileSelect", e, debug.exception);
    If (! blnFileReaderSupported)
    {
    Alert('Error.) The FileReader API is not supported. ") ;
    }
    }
    }

    function doPageLoad()
    {
    Try
    {
    ELE var = document.getElementById ('txtFile_staffInfo');
    If (ele)
    {
    ele.addEventListener ('change', handleFileSelectForMyShop, false);
    }
    imgSelectPictureClick = 0;
    }
    {} catch (e)
    Debug.log ("doPageLoad", e, debug.exception);
    }
    }

    window.addEventListener ("load", doPageLoad, false);

    Note: And alert (path) leads to a Base64 string! It is not a path of the image that I browse a Spain file on the operating system.

    I want to have a full path of the file. For example: file:///accounts/1000/appdata/WebWorksAppTemplate.testa3NBcHBUZW1wbGF0ZSAgICA/shared/camera/image01.jpg

    I hope to see your reply soon!

    Thank you and best regards,

    A Pham

    A Pham

    I think that you can not get the absolute path of a file due to browser security, when you use the

    It's something that you need probably a PlayBook extension for.

  • create the document using the CMIS REST API

    Hello! I would like to integrate my java application with Oracle Webcenter via the REST API of CMIS. I can read, delete documents, but have some problem with creating one.

    I get success only when I create document (type = "/ ucmserver / IDC:GlobalProfile") with the name "idcPrimaryFile". In other cases I have the exception:

    oracle.webcenter.content.integration.RepositoryException: November 12, 2015 08:52:06 oracle.webcenter.content.integration.spi.ucm.DocumentManager mapBinaryPropertiesToTransferFile

    GRAVE: Impossible to perform the action on document with binary because the binary name and the name of the node must be the same, but they are not.  The binary name is XXX and the name of the file is idcPrimaryFile

    My properties:

    Properties =]

    (PropertyIds.OBJECT_TYPE_ID): type.

    (PropertyIds.NAME): name,.

    "/ ucmserver / IDC:GlobalProfile.ora:p:dDocType ':"Application. "

    ' / ucmserver / IDC:GlobalProfile.ora:p:dDocTitle ': 'Test ',.

    ' / ucmserver / IDC:GlobalProfile.ora:p:dSecurityGroup ': 'Public ',.

    ]

    I would appreciate help

    Hello! I solved my problem, but with a workaround.

    I will try to explain the problem and how it is possible to create documents via Oracle Webcenter Content Management API REST CMIS:

    For the next POST request:

    POST/rest/api/cmis/children/ucmserver? UID = IDC:Folder / FLD_USERS & versioningState = none HTTP/1.1

    Host: 192.168.32.192:8888

    User-Agent: Mozilla/5.0 (X 11; Linux x86_64; RV:38.0) Gecko/20100101 Firefox/38.0

    Accept-Encoding: gzip, deflate

    Connection: keep-alive

    Accept-Language: en-US, en; q = 0.5

    Content-Type: application/atom + xml; type = entry

    Cache-Control: no cache

    "http://www.w3.org/2005/Atom' xmlns:cmis ="http://docs.oasis-open.org/ns/cmis/core/200908/"xmlns:cmisra ="http://docs.oasis-open.org/ns/cmis/restatom/200908/"xmlns:chemistry ="http://chemistry.apache.org/">."

    urn: uuid:00000000 - 0000-0000-0000-00000000000

    test

    2015 11-13 T 08: 06:27.014Z

    a text

    Public

    test

    Application

    MyTitle

    / ucmserver / IDC:GlobalProfile

    I get the response from the server

    Error 500 - Internal server error

    oracle.webcenter.content.integration.RepositoryException: 18 November 2015 05:24:04 oracle.webcenter.content.integration.spi.ucm.DocumentManager mapBinaryPropertiesToTransferFile

    GRAVE: Impossible to perform the action on document with binary because the binary name and the name of the node must be the same, but they are not.  The binary name is test , and the name of the file is idcPrimaryFile.

    When the test is the document name.

    This request, I checked with an another compatible services of CMIS (IBM FileNet and OpenCMIS InMemory repository). I created the document with name test it.

    Workaround solution:

    POST request:

    POST/rest/api/cmis/children/ucmserver? UID = IDC:Folder / FLD_USERS & versioningState = none HTTP/1.1

    Host: 192.168.32.192:8888

    User-Agent: Mozilla/5.0 (X 11; Linux x86_64; RV:38.0) Gecko/20100101 Firefox/38.0

    Accept-Encoding: gzip, deflate

    Connection: keep-alive

    Accept-Language: en-US, en; q = 0.5

    Host: 192.168.32.192:8888

    Content-Type: application/atomsvc + xml

    Slug: test

    Cache-Control: no cache

    "http://www.w3.org/2005/Atom' xmlns:cmis ="http://docs.oasis-open.org/ns/cmis/core/200908/"xmlns:cmisra ="http://docs.oasis-open.org/ns/cmis/restatom/200908/"xmlns:chemistry ="http://chemistry.apache.org/">."

    urn: uuid:00000000 - 0000-0000-0000-00000000000

    test

    2015 11-13 T 08: 06:27.014Z

    a text

    Public

    test

    Application

    MyTitle

    / ucmserver / IDC:GlobalProfile

    I created the document with the name test in Oracle Webcenter.

    The differences between applications are:

    Content-Type: application/atomsvc + xml

    Slug: test

    So I'm not sure that the Oracle Webcenter Content Management Service STILL provides "correct" implementation of the OASIS CMIS specification, because I found nothing in therehttp://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html on the Slug query parameter and it is not clear to me how the Oracle Webcenter Content Management REST Service works with Content-type application/atom + xml; type = entry (I mean according to CMIS specification().



    It will be very useful for me to get another point of view. Maybe someone could correct me if I'm wrong.

    Thanks in advance.

  • Create the UDM using os script

    Hi guys,.

    I received the following task to be done as soon as possible, but have small problems, as I read the oracle documentation, we have os scripts to apply certain measures that are defined by the user, I followed tasks but cannot get the scripts

    -----

    Create a user defined Metrics (UDM) alerting when file listener is in mode Dbug

    Create an alert UDM check Rman uses catalog Rman

    Create a UDM alerting when logical WEB is in debug mode

    Create a UDM alert when logical when WEB log rotation is not defined

    -----

    I'm using OEM 11 g

    If anyone has suggestions or scripts to do this, please let us know.

    Thank you and best regards,
    Small foot

    Hi 844375,

    I created the same script you provided (seems like you and me have a similar up to think the comment section), but the script provided seems to be incomplete, it is empty, first step of the script is empty, IE "/ tmp/udm_lsnrctl_script.sh ' is not provided without which the next part is incomplete.

    Here are the scripts I've created:

    1. UDM_LSNRCTL_DEBUG_CHECK

    TASK: To check if a listener is put in debug mode.

    Script used:

    > STEP 1: udm_lsnrctl_script.sh

    #The script to check if the listener is in debug mode

    Small-foot #script, version 1.0

    #Step 1 - file name is udm_lsnrctl_script.sh

    #Step 2 - uses udm_lsnrctl_testrun.sh to retrieve the name of the listener in debug mode

    #The script below will search for ASM instance

    for k ' ps - ef | grep pmon | grep asm *. AWK '{print $8} ' | f '_' awk ' {print $3} "

    do

    echo $k ' for loop inside get the path from the House of the DSO.

    . oraenv<>

    $k

    EXPRESSIONS OF FOLKLORE

    #If more than a listener then we do loop for

    # 'lsnrctl see the trc_level' is the command to check the debug state

    for m ' ps - ef | grep inh | grep - v grep | grep "grid" | "awk"{print $9} '"

    do

    echo $m "inside for loop check the listeners of the DSO.

    lsnrctl<>

    the value current $m

    See the trc_level

    output

    EXPRESSIONS OF FOLKLORE

    fact

    echo "outside for loop check ASM listeners."

    fact

    echo «outside for loop get the path from the House of the ASM»

    #This script will not TEST for + ASM1

    for i ' ps - ef | grep inh | grep - v grep | AWK '{print $8} ' | AWK-f ' / ' '{print $6} ' | grep - v tnslsnr'

    do

    $i echo "inside for loop get ASM no way home.

    #' ps - ef | grep MP n | grep - v grep | AWK '{print $8} ' | f '_' awk ' {print $3} "#check this line once more

    #check over the line once more

    #check over the line once more

    . oraenv<>

    $i

    EXPRESSIONS OF FOLKLORE

    CD $ORACLE_HOME

    j in ' ps - ef | grep inh | grep - v grep | grep - v "grid" | AWK '{print $9} ' | grep $i ' # #CHECK THIS LINE TOO CHECK if THE FIRST LINE IS ALWAYS - LISTENER - ONLY of OTHER IT WILL RESULT WORNG OUTPUT

    # LINE #THIS CAN BE USED as AN ALTERNATIVE tTO AVOBE LINE CHCEK AND CONTINUE

    #for j in ' ps - ef | grep inh | grep - v grep | grep - v 'LISTENER ' | AWK ' {print $9} "

    #To be more specific

    #for j in ' ps - ef | grep inh | grep - v grep | grep - v "grid" | AWK ' {print $9} "

    do

    $j echo "inside for loop check listeners not ASM.

    lsnrctl<>

    the value current $j

    See the trc_level

    output

    EXPRESSIONS OF FOLKLORE

    fact

    echo "outside for loop check listeners not ASM.

    fact

    ECHO "outside for loop get ASM no way home.

    Exit 0

    > STEP 2: udm_lsnrctl_testrun.sh

    #! / bin/ksh

    #The script to check if the listener is in debug mode

    #script by Harish, version 1

    #Step 1 - file name is udm_lsnrctl_script.sh

    #Step 2 - uses udm_lsnrctl_testrun.sh to retrieve the name of the listener in debug mode

    #This file to run the script above and store the result in another file to check/compare the information required

    #file name udm_lsnrctl_testrun.sh

    #Put udm_lsnrctl_script.sh in udm_lsnrctl_debug_log.txt output to check the names of the listener in debug mode

    Date > /oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    /Oracle/app/agent11g/scripts/udm_lsnrctl_script.sh > /oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    FILE=/Oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    out_result = "-i"value"grep $FILE |" grep - v out | AWK '{print $1}'

    #Check if the output is echo null then debug disabled

    Message1 =' have the active debug '

    If [-z "$out_result"]

    then

    out_result = "Disabled".

    #out_result = 1

    out = "no listener '.

    on the other

    out = $out_result

    #out_result = 2

    out_result = 'active '.

    FI

    em_result = $out_result

    echo "em_result = $em_result".

    echo "" em_message = $oute $message1 ".

    Exit 0

    2. UDM alert check of Rman uses catalog Rman: was addressed in other post of mine.
    3. UDM_WLS_DEBUG_CHECK

    Task: To check if debug mode is enabled in the wls targets

    Script used:

    > udm_wls_debug_check.sh: NOTE: the House of the area path must be set separately for each server

    Cat /oracle/app/product/fmw/user_projects/domains/custcons_domain/bin/setDomainEnv.sh|grep debugFlag = > udm_wls_debug_log.txt

    QUEUE = udm_wls_debug_log.txt

    out_result = "grep-i"true"$FILE"

    echo $out_result

    domain_name ='grep-i udm_wls_debug_check.sh "/ app/oracle/product ' | AWK '{print $2} ' | AWK-f ' / ' ' {print $8} "

    echo $domain_name

    Message1 = 'have the active debug '.

    If [-z "$out_result"]

    then

    out_result = "Disabled".

    #out_result = 1

    out = "no domain".

    on the other

    out = $out_result

    #out_result = 2

    out_result = 'active '.

    out = $nom_domaine

    FI

    #em_result = $out_result

    echo "em_result = $out_result".

    echo "" em_message = $oute $message1 ".

    Exit 0

    4. UDM_WLS_LOGROTATION_CHECK

    TASK: Check if rotation is enabled and not put over 7 days

    Script used:

    > udm_wls_logrotaion_check.sh:

    #! / bin/bash

    #The script to check if the rotaion of log is enabled

    #Step 1 - file name udm_wls_debug_check.sh contains the path of the field

    #Step 2 - use udm_wls_debug_check.sh to get the path of the field and then download the config.xml file to check if logrotation enabled id

    File #This to run the script above to check th logrotaion is true or false

    #file name udm_wls_logrotaion_check.sh

    file_name ='cat /oracle/app/agent11g/scripts/udm_wls_debug_check.sh | grep setDomain | AWK '{print $2} ' | "awk-f" / "' {print" / "$2"/"$3"/"$4"/"$5"/"$6"/"$7"/"$8"/config/config.xml"}.

    rotation_type ='cat $file_name | grep rotation-type | AWK-f ' > ' '{print $2} ' | AWK f"<" '{print="" $1}' ="" |="" awk=""><>

    numero_fichier ='cat $file_name | grep-number of files | AWK-f ' > ' '{print $2} ' | AWK f"<" '{print="" $1}' ="" |="" awk=""><>

    domain_name ='grep-i udm_wls_debug_check.sh "/ app/oracle/product ' | AWK '{print $2} ' | AWK-f ' / ' ' {print $8} "

    #echo $file_name

    #echo $rotation_type

    #echo $file_count

    If ['$rotation_type' = 'None']

    then

    #echo "Disabled".

    out_result = "Disabled".

    echo "em_message = $nom_domaine have no rotaion enabled log.

    Elif [["$file_count" - gt "7"]]

    then

    #echo "superior to 7 files.

    out_result = "Disabled".

    echo "em_message = $nom_domaine a logrotaion active with file count more than 7.

    on the other

    #echo 'active '.

    out_result = 'Active '.

    echo "" em_message = $nom_domaine have enabled rotaion journal "»

    FI

    echo "em_result = $out_result".

    Exit 0

  • Create the view using SQL DEVELOPER

    I'm new to this forum :)

    11 GR 2, WIN2008 R2

    SQL Developer Version 3.2.09

    I am creating the data below view (view existing)

    Table: Dovmarker
    MARKERBOREHOLE                             UWI             MARKERSURFACE              Z
    WELLXXX               65372643AAAA     Cw     -982,985619574516
    WELLXXX               65372643AAAA     Cn     -1891,47401803955
    WELLXXX               65372643AAAA     J     -674,989528816517
    WELLXXX               65372643AAAA     K3     20,00165000429
    WELLXXX               65372643AAAA     Tr     125,000317308153
    WELLXXX               65372643AAAA     K1     -658,989731894024
    WELLXXX               65372643AAAA     Q     149,999999999549
    
    WELLYYY                          56618334AAAA     Jkm     -715,071442105268
    WELLYYY                          56618334AAAA     K3     36,9013966413975
    WELLYYY                          56618334AAAA     J2     -976,056079257549
    WELLYYY                          56618334AAAA     Tr     106,900507694299
    I try to describe the table and my goal :),

    each line describes wells, uwi(uniqe identifier), z (deppth), high (surface marker)

    I try to merge all lines with the same MARKERBOREHOLE/UWI and MARKERSURFACE contact coresponding Z (ascending) as MARKERSURFACE = Z.
    If it is posibble to reduce the number of decimals to 2.

    My idea to solve the problem:
    example: ' | ' is the delimiter
    WELLXXX    Q=149,999999999549 | Tr=125,000317308153 | K3=20,00165000429 |  K1=-658,989731894024 | J =-674,989528816517 | Cw=-982,985619574516 | Cn=-1891,47401803955
    WELLYYY   Tr=106,900507694299 | K3=36,9013966413975 |  Jkm=-715,071442105268 | J2=-976,056079257549
    or better (not enough knowledge ;))
    WELLXXX    Q=149,999999999549 
                     Tr=125,000317308153
                     K3=20,00165000429 
                     K1=-658,989731894024 
                     J =-674,989528816517 
                     Cw=-982,985619574516 
                     Cn=-1891,47401803955
    
    WELLYYY   Tr=106,900507694299 
                     K3=36,9013966413975 
                     Jkm=-715,071442105268 
                     J2=-976,056079257549
    Number of markersurface is different for each well


    I try to do it by the listagg function, but I have failled
    select markerborehole, listagg(z, ' | ') within group (order by z) as new1 
      from dovmarker
      group by markerborehole;
     
    result:
    WELLZZZ  -2575,95869465411 | -1891,47401803955 | -982,985619574516 | -674,989528816517 | -658,989731894024 | 
    WELLRRR -2376,96975480605 | -2376,96975480605 | -2308,97180590009 | -2308,97180590009 | -2206,47428534641 | -2206,47428534641 | -2163,97522524171
    When I tried to create new view in sql developer I occurred error;
    Error(s) parsing SQL:
    unexpected token near *!* in the following:
    select markerborehole, listagg(z, ' | ') within *!*group (order by z) as new1
    unexpected token near *!* in the following:
    select markerborehole, listagg(z, ' | ') within group *!*(order by z) as new1
    missing expression near *!* in the following:
    select markerborehole, listagg(z, ' | ') within group (*!*order by z) as new1
    Can you help me with this?

    Concerning
    Jaroslaw

    961148 wrote:
    I missed x

    Well Yes, my apologies, I has not changed all that.

    It's a simple way to format the Z value to 2 decimal places?

    Yes. It depends on if you want to use rounded, floor, ceiling, truncate or if you like a string always have 2 decimal places etc.
    Make your choice and customize according to your needs...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select 'WELLXXX' as MARKERBOREHOLE, '65372643AAAA' as UWI, 'Cw' as MARKERSURFACE, -982.985619574516 as Z from dual union all
      2             select 'WELLXXX', '65372643AAAA', 'Cn', -1891.47401803955 from dual union all
      3             select 'WELLXXX', '65372643AAAA', 'J', -674.989528816517 from dual union all
      4             select 'WELLXXX', '65372643AAAA', 'K3', 20.00165000429 from dual union all
      5             select 'WELLXXX', '65372643AAAA', 'Tr', 125.000317308153 from dual union all
      6             select 'WELLXXX', '65372643AAAA', 'K1', -658.989731894024 from dual union all
      7             select 'WELLXXX', '65372643AAAA', 'Q', 149.999999999549 from dual union all
      8             select 'WELLYYY', '56618334AAAA', 'Jkm', -715.071442105268 from dual union all
      9             select 'WELLYYY', '56618334AAAA', 'K3', 36.9013966413975 from dual union all
     10             select 'WELLYYY', '56618334AAAA', 'J2', -976.056079257549 from dual union all
     11             select 'WELLYYY', '56618334AAAA', 'Tr', 106.900507694299 from dual)
     12  --
     13  -- END OF TEST DATA - IGNORE ABOVE WITH CLAUSE
     14  --
     15  select z
     16        ,round(z,2) as round_z_2
     17        ,floor(z*100)/100 as floor_z_2
     18        ,ceil(z*100)/100 as ceil_z_2
     19        ,trunc(z,2) as trunc_z_2
     20        ,to_char(round(z,2),'fm9990.00') as string_z_2
     21* from t
    SQL> /
    
                      Z  ROUND_Z_2  FLOOR_Z_2   CEIL_Z_2  TRUNC_Z_2 STRING_Z
    ------------------- ---------- ---------- ---------- ---------- --------
     -982.9856195745160    -982.99    -982.99    -982.98    -982.98 -982.99
    -1891.4740180395500   -1891.47   -1891.48   -1891.47   -1891.47 -1891.47
     -674.9895288165170    -674.99    -674.99    -674.98    -674.98 -674.99
       20.0016500042900         20         20      20.01         20 20.00
      125.0003173081530        125        125     125.01        125 125.00
     -658.9897318940240    -658.99    -658.99    -658.98    -658.98 -658.99
      149.9999999995490        150     149.99        150     149.99 150.00
     -715.0714421052680    -715.07    -715.08    -715.07    -715.07 -715.07
       36.9013966413975       36.9       36.9      36.91       36.9 36.90
     -976.0560792575490    -976.06    -976.06    -976.05    -976.05 -976.06
      106.9005076942990      106.9      106.9     106.91      106.9 106.90
    
    11 rows selected.
    

    with above code I try to create a new view in SQL Developer, but I have error:

    Error(s) parsing SQL:
    Unexpected token near *!* in the following:
    select markerborehole, listagg(z,chr(10)) within *!*group(order by rn) as z
    Unexpected token near *!* in the following:
    select markerborehole, listagg(z,chr(10)) within group*!*(order by rn) as z
    Missing expression near  *!* in the following:
    select markerborehole, listagg(z,chr(10)) within group(*!*order by rn) as z
    

    What are all the {noformat}! * * {noformat} in the code? Delete them.

    Edit: or maybe your version of SQL Developer is not up-to-date and does not know the new LISTAGG function in 11g?

    Published by: BluShadow on 26-Sep-2012 09:41

  • Make changes to the source using ANT (ojdeploy) files

    Hello

    Assume that you have an application that uses a Web Service data control. The URL of the WSDL file will be hard coded in the connections.xml (indicated by DataControls.dcx). But of course, during the deployment in a different environment (from dev, in tst, in ACC, in production), this hard-coded URL will be replaced by the corresponding environmental WSDL document. My idea was to solve this problem using Ant.

    I have already created a build.xml Ant file that uses ojdeploy to build the project as an EAR file. This is the code in build.xml generated to make the deployment:
    <target name="deploy" description="Deploy JDeveloper profiles" depends="init">
       <taskdef name="ojdeploy"
                     classname="oracle.jdeveloper.deploy.ant.OJDeployAntTask"
                     uri="oraclelib:OJDeployAntTask"
                     classpath="${oracle.jdeveloper.ant.library}"/>
       <ora:ojdeploy xmlns:ora="oraclelib:OJDeployAntTask"
                      executable="${oracle.jdeveloper.ojdeploy.path}"
                      ora:buildscript="${oracle.jdeveloper.deploy.dir}/ojdeploy-build.xml"
                      ora:statuslog="${oracle.jdeveloper.deploy.dir}/ojdeploy-statuslog.xml">
          <ora:deploy>
             <ora:parameter name="workspace"
                                      value="${oracle.jdeveloper.workspace.path}"/>
             <ora:parameter name="project"
                                     value="${oracle.jdeveloper.project.name}"/>
             <ora:parameter name="profile"
                                      value="${oracle.jdeveloper.deploy.profile.name}"/>
             <ora:parameter name="nocompile" value="false"/>
             <ora:parameter name="outputfile"
                                      value="${oracle.jdeveloper.deploy.outputfile}"/>
          </ora:deploy>
       </ora:ojdeploy>
    </target>
    How can I edit the build.xml file to adjust the URL to the WSDL for the Web Service (for example in DataControls.dcx) before you deploy the code on an EAR file?

    For example, if the DataControls.dcx has the following entry after having created the control data:
    <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice"
                      name="MyWebServiceDC" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="http://dev_server:7001/soa-infra/services/default/MyWebService/Dummy_ep?WSDL">
       <service name="Dummy_ep"
                     namespace="http://xmlns.oracle.com/MyWebServiceOutput/MyWebService/Dummy"
                     connection="MyWebServiceDC">
          <port name="execute_pt">
             <operation name="execute"/>
          </port>
       </service>
    </definition>
    Then I would be able to edit this file for:
    <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice"
                      name="MyWebServiceDC" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="http://dev_server:7001/soa-infra/services/default/MyWebService/Dummy_ep?WSDL">
       <service name="Dummy_ep"
                     namespace="http://xmlns.oracle.com/MyWebServiceOutput/MyWebService/Dummy"
                     connection="@connection@">
          <port name="execute_pt">
             <operation name="execute"/>
          </port>
       </service>
    </definition>
    where @connection @ is an Ant token, which can be replaced by the Ant in the relevant environment. For example, MyWebServiceDC_dev, MyWebServiceDC_tst, MyWebServiceDC_prd etc.

    The same issue if you use a Web Service Proxy: the URL of the Web Service is hard coded into the generated Java files, so I would like to change the location of this URL using ANT instead of having to do it by hand.

    Is this possible?

    Thanks in advance!

    Chris,

    Yes, there is no real way to do this automatically. Usually, what I do is to keep a copy of the shadow of these files in a separate Directory. Any time one of the files changes, I have a copy in the shadow directory and either do one of two things:

    (1) replace all values specific to the environment with chips
    (2) create specific versions to the environment of the files with the appropriate values.

    Then, in the ANT script, you can do this:

    (a) copy the original files somewhere safe (temp directory).
    (b) copy the tokenised files or specific to the environment to the correct location
    (c) use on the tokenised file if it was your approach
    (d).
    (e) deliver the original files.

    This is a hack, but that's life.

    John

  • Created the doc in InDesign, it's a form in Acrobat, now need to modify original

    So I made this document in InDesign and exported in PDF format.  From the PDF file, I used acrobat pro to make the document a form with fields.  I spent a lot of time put into place perfectly and then realized that there is an error on the play that was made when I designed it originally in InDesign.

    Question is, how to make this change to fix the error (a typing error) without havig to redo the entire form in acrobat?

    I tried to open the PDF in InDesign form, even if I knew, it wouldn't work - and it didn't.

    I tried to open the form in Illustrator, which allowed me to make the correction without messing up the form, but also messed up the graphic effects - if it wasn't a go.  Any other suggestions?

    It's even easier than that.

    Make your corrections in InDesign, export to a new PDF. Open the old PDF and use Document > replace pages and choose the new PDF.

    This will replace the old with the new information but leaves intact form fields.

  • Create the HTML using UTL_FILE

    I'll send emails using UTL_MAIL, sending the HTML, I generate dynamically to a cursor and the text with UTL_MAIL sending. SEND_ATTACH_VARCHAR2.

    When I get these emails, some periods are missing some very important numbers.

    I decided to record this HTML code in my server and then send it using UTL_MAIL. SEND_ATTACH_RAW.

    How can I create this HTML using UTL_FILE file and save it to a folder on my server. After you send the message, I would like to delete this file.

    I already have my HTML code and just want to save it as a HTML file.

    First create a virtual directory of the Oracle who can access the path specified in your server. Make sure that your procedure have write access to this directory.

    then in your code, you create something like this
    IE - myFileName 'ABCD.html' +.
    myDIR - IE 'YourOracleVirtualDir ' +.

    CREATE OR REPLACE PROCEDURE CREATE_HTML
    (myFileName IN VARCHAR2, myDir IN VARCHAR2) AS

    v_cFile UTL_FILE. TYPE_DE_FICHIER;
    v_cDir VARCHAR2 (30): = myDir.
    v_cExcept EXCEPTION;

    BEGIN

    v_cFile: = UTL_FILE. FOPEN (v_cDir, myFileName, 'W');
    UTL_FILE. PUT(v_cFile,e)'|| Chr (13) | Chr (10));
    UTL_FILE. PUT (v_cFile, "It's your HTML Code" |) Chr (13) | Chr (10));
    UTL_FILE. PUT(v_cFile,e)'|| Chr (13) | Chr (10));
    UTL_FILE. FCLOSE (v_cFile);

    EXCEPTION

    WHILE OTHERS THEN
    UTL_FILE. FCLOSE (v_cFile);
    RAISE_APPLICATION_ERROR (-20010, SQLERRM);

    END;

    to remove the file, you can use

    UTL_FILE. FREMOVE (myDir, myFileName);

    Published by: lie Ching Te on January 20, 2010 07:53

Maybe you are looking for