30EA4 - Command Line Exporting Fails (ututil -exp)

I'm using SQL Developer Version 3.0.03 Build MAIN-03.97 and i'm attempting to export unit tests from SQL Developer to my local file system (windows XP Professional 2002 service pack 3).
I've written a .bat file to accomplish this (scary i know, much prefer linux :) and for some reason, a couple of test suites are failing with the following error message:
SEVERE oracle.jdeveloper.db.ConnectionException: Could not connect to database ERS_CON@DEV02. The error encountered was: Invalid connection information specified.
Verify the URL format for the specified driver.
        oracle.jdeveloper.db.DatabaseConnections.getUniqueConnection(DatabaseConnections.java:514)
SEVERE oracle.jdeveloper.db.ConnectionException: Could not connect to database ERS_CON@DEV02. The error encountered was: Invalid connection information specified.
Verify the URL format for the specified driver.
        oracle.jdeveloper.db.DatabaseConnections.getUniqueConnection(DatabaseConnections.java:514)
SEVERE oracle.jdeveloper.db.ConnectionException: Could not connect to database ERS_CON@DEV02. The error encountered was: Invalid connection information specified.
Verify the URL format for the specified driver.
        oracle.jdeveloper.db.DatabaseConnections.getUniqueConnection(DatabaseConnections.java:514)Now, i know the connection name is fine since i've scripted this and there are many other suites that are not failing.
In case this helps troubleshoot / reproduce the error any, here's the bat file i came up with. Please withhold the snickers ... on the few occasions i need to script, it's usually in a *NIX setting :) The basic idea is to start with a SubVersion folder and then use that as the driving source for test suites to export (i want the latest version from SQL Developer assuming the SubVersion code is not the latest version).
rem need to set values for the repository owner we are going to export the unit test suites from
set repo_owner=ERS_CON@DEV02
rem need to set the LOCAL directory where the unit tests are located
set ut_dir=C:\WORK\SubVersion\concito_DEML\Unit_Test\Test_Suites\
rem need to set the working directory (or have this in your local PATH) .. the install location will obviously change based on the LOCAL computer
cd C:\SQL_Developer\sqldeveloper-3.0.03.97\sqldeveloper-3.0.03.97\sqldeveloper\sqldeveloper\bin
rem assuming everything gets set properly above we begin the mass exporting of unit tests
for /f %%a IN ('dir %ut_dir% /b *.xml') do ututil -exp -suite -name %%~na -repo %repo_owner% -file %ut_dir%%%aAll of the file names currently have the naming convention of SUITE_NAME.xml (they were originally exported from SQL Developer and the default naming standard wasn't augmented).
Another oddity is that when i check the exported files (using a subversion DIFF) it looks as though the export actually happened (changes were exported and overwrote the existing file as i was hoping for). So based on that, this isn't extremely critical, just annoying if you have this scripted and expect a clean run.

I'm getting the same problem - perhaps it's the 64-bit issue? I'll try with SQL Developer 32-bit.

Similar Messages

  • Command Line Export/Import Utility

    Hi,
    Is there a way to perform a command line export/import as if you were doing this via the Oracle ApEx GUI?
    If so, what is involved?
    Thanks.
    Tony.

    To import using SQL*Plus you are limited to installing an application as the original application ID and into the original workspace (both being the IDs contained in the file itself in various places). You can connect as any schema assigned to the workspace so long as that schema is not also assigned to other workspaces. If it is, you can connect as SYS, SYSTEM, or the FLOWS_xxxxxx schema, options that should be reserved as a last resort because of the undesirability of connecting as these privileged accounts.
    Scott

  • After upgrading XCode6.1 xcode command line build failed

    After upgrading Mac OS to Yosemite and Xcode to 6.1, command line xcodebuild failed with following error:
    dyld: program was built for Mac OS X and cannot be run in simulator
    ./RunTests.sh: line 20:   567 Trace/BPT trap: 5       mkdir -p "$CFFIXED_USER_HOME"
    2014-11-18 11:07:33.333 GHUnitTests[569:3301313] ***createStorageTaskManagerForPath:withIdentifier failed: Error Domain=NSCocoaErrorDomain Code=4099 "The operation couldn’t be completed. (Cocoa error 4099.)" (The connection to service named com.apple.nsurlstorage-cache was invalidated.) UserInfo=0x7fdaa9b575d0 {NSDebugDescription=The connection to service named com.apple.nsurlstorage-cache was invalidated.}; {
        NSDebugDescription = "The connection to service named com.apple.nsurlstorage-cache was invalidated.";
    If anybody is able to resolve this issue, please let me know.
    Thanks,
    Pravesh

    Finally I am able to resolve this issue.
    Below API is the main cause of the problem, this API throws "***createStorageTaskManagerForPath:withIdentifier failed:" error on first time execution but hangs on second time execution.This issue is only found via command line execution, if unit tests are executed from direct Xcode then no issues:
    [[NSURLCache sharedURLCache] currentDiskUsage]
    After commenting above API, everything works fine for me.
    Regards,
    Pravesh

  • Command Line Scheduling Failing

    When I attempt to use command line scheduling for FR I am receiving the following error:
    [2012-06-04T15:18:03.651-04:00] [EPMFR] [ERROR] [] [oracle.EPMFR.core] [tid: 10] [ecid: 0000JUsvg2YB9Dc_phT4iY1FnGbf000000,0] [SRC_CLASS: com.hyperion.reporting.registry.FRSystem] [SRC_METHOD: getObjectFromURL] [[
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:249)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
         at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
         at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
         at com.hyperion.reporting.registry.FRSystem.getObjectFromURL(Unknown Source)
         at com.hyperion.reporting.registry.FRSystem.lookupHsServer(Unknown Source)
         at com.hyperion.reporting.scheduler.ExecuteBatch.<init>(Unknown Source)
         at com.hyperion.reporting.scheduler.ExecuteBatch.main(Unknown Source)
    [2012-06-04T15:18:03.698-04:00] [EPMFR] [ERROR] [] [oracle.EPMFR.core] [tid: 10] [ecid: 0000JUsvg2YB9Dc_phT4iY1FnGbf000000,0] [SRC_CLASS: com.hyperion.reporting.registry.FRSystem] [SRC_METHOD: lookupHsServer] [[
    com.hyperion.reporting.util.HyperionReportException: Could not connect to the server.
    Please make sure that the server is running as specified in the logon dialog (including port number if not default).
         at com.hyperion.reporting.registry.FRSystem.lookupHsServer(Unknown Source)
         at com.hyperion.reporting.scheduler.ExecuteBatch.<init>(Unknown Source)
         at com.hyperion.reporting.scheduler.ExecuteBatch.main(Unknown Source)
    [2012-06-04T15:18:03.713-04:00] [EPMFR] [ERROR] [00032] [oracle.EPMFR.core] [tid: 10] [ecid: 0000JUsvg2YB9Dc_phT4iY1FnGbf000000,0] [SRC_CLASS: com.hyperion.reporting.scheduler.ExecuteBatch] [SRC_METHOD: <init>] [arg: D:\Oracle\MIDDLE~1\EPMSYS~1\products\FINANC~1\bin\testact2.xml] Error executing batch: D:\Oracle\MIDDLE~1\EPMSYS~1\products\FINANC~1\bin\testact2.xml
    [2012-06-04T15:18:03.713-04:00] [EPMFR] [ERROR] [] [oracle.EPMFR.core] [tid: 10] [ecid: 0000JUsvg2YB9Dc_phT4iY1FnGbf000000,0] [SRC_CLASS: com.hyperion.reporting.scheduler.ExecuteBatch] [SRC_METHOD: <init>] [[
    com.hyperion.reporting.util.HyperionReportException: ; nested exception is:
         java.lang.Exception: Unable to connect to HSServer
         at com.hyperion.reporting.scheduler.ExecuteBatch.<init>(Unknown Source)
         at com.hyperion.reporting.scheduler.ExecuteBatch.main(Unknown Source)
    Caused by: java.lang.Exception: Unable to connect to HSServer
    Steps that I have taken to reproduce this error*
    1. Navigate to Workspace and export a successful job from the Batch Scheduler.
    2. Encode a password using the encodepassword.cmd
    3. Place this password in the .xml that was produced earlier along with the correct username and a reportserver.
    4. Launch command line via command prompt with the following syntax: schedulebatch mybatch.xml http://myserver:19000
    Not sure what else I am doing wrong...Thanks for the help!

    This batch did run successful from workspace. Thanks for your help.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <BATCH_JOB_OBJECT AUTHOR="hypadmin" BATCH_JOB_ID="" BATCH_JOB_NAME="testact" BATCH_LOCALE="en_US" BATCH_NAME="/Activities/Activities" BOOKS_USE_BATCH_POV="Yes" DELETE_BATCHJOB_AFTER_SUCCESSFUL="No" DESCRIPTION="" REPORT_SERVER_NAME="myserver" UNSAVED_BATCH="No">
    <RUN_OPTIONS FREQUENCY="2" RUN_IMMEDIATELY="Yes" START_DATE="Thursday, May 31, 2012 3:31:25 PM EDT"/>
    <NOTIFICATION>
    <EMAIL FAILURE_MESSAGE_BODY="" FAILURE_RECIPIENTS="" FAILURE_SUBJECT="" MESSAGE_BODY="" RECIPIENTS="" SENDER="[email protected]" SUBJECT=""/>
    <PDF_ATTACHMENT BATCH_EMAIL_MSGBODY="See Attached Reports" BATCH_EMAIL_MSG_SUBJECT="See Attached Reports" BATCH_RECIPIENT_LIST="[email protected]" EMAIL_INDIVIDUAL_PDF="No" SEND_ATTACHMENT_EMAIL="Yes"/>
    </NOTIFICATION>
    <JOB_STATUS CURRENT_STATUS="0"/>
    <BURSTING_OPTIONS BURSTING_DEFAULT_OBJECT_NAME="" BURSTING_DEFAULT_SUBFOLDER_NAME="" BURSTING_ENABLED="false" BURSTING_FILE_PATH=""/>
    <JOB_OBJECT OBJECT_ID="0">
    <DATA_SOURCE_USER_CREDENTIALS DS_PASSWD="AAAAvEfb7J4pV5KC09tlhwG39w==" DS_USER_NAME="adminuser"/>
    <HR_USER_CREDENTIALS HR_PASSWD="AAAAvEfb7J4pV5KC09tlhwG39w==" HR_USER_NAME="adminuser"/>
    <OUTPUT_OPTIONS>
    <HTML VALUE="No"/>
    <MHTM VALUE="No"/>
    <PDF EXPORT_PDF_FOLDER_LABEL="" VALUE="Yes"/>
    <SAVE_AS_SNAPSHOT VALUE="No"/>
    <PRINT VALUE="No"/>
    </OUTPUT_OPTIONS>
    <USER_POV>
    <ELEMENT>
    <KEY NAME="26106979_126a8704b24_-6883" REF_COUNT="2"/>
    <POV ALIASTABLE="Default" DATASOURCE_DETAILS=" dsname=Activity server=BCESSAPP01 app=Activity db=Activity type=Essbase" DATASOURCE_ID="26106979_126a8704b24_-6883" DIMCOUNT="9" ORGBYPERIOD_ENABLED="0" ORGBYPERIOD_PERIOD="" ORGBYPERIOD_SCENARIO="" ORGBYPERIOD_YEAR="" REFRESH_DESC="0" RELATEDCONTENT_CHANGE="0" SHOW_ALIAS="0" SHOW_DIMNAME="1" SHOW_MEMBERDESC="0" SHOW_MEMBERNAME="1" VERSION="7.3">
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="Accounts">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;Accounts&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;BAYCARE&lt;/STRING&gt;&lt;STRING&gt;Accounts&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="AC Periods">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;AC Periods&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;Dec YTD&lt;/STRING&gt;&lt;STRING&gt;AC Periods&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="Amount Type">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;Amount Type&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;Amount Type&lt;/STRING&gt;&lt;STRING&gt;Amount Type&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    <DIMENSION DISABLED="0" HIDDEN="1" NAME="Category"/>
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="Activity">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;Activity&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;CAP MEASE&lt;/STRING&gt;&lt;STRING&gt;Activity&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="Organization">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;Organization&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;Organization&lt;/STRING&gt;&lt;STRING&gt;Organization&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="AC Years">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;AC Years&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;Life-To-Date&lt;/STRING&gt;&lt;STRING&gt;AC Years&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    <DIMENSION DISABLED="0" HIDDEN="1" NAME="AC Scenario"/>
    <DIMENSION DISABLED="0" HIDDEN="0" NAME="Activity Status">
    <METADATAEXPRESSION VALUE="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;COMPOSITEOPERATION TYPE=&quot;MemberQuery&quot;&gt;&lt;OPERATION TYPE=&quot;Select&quot;&gt;&lt;MULTIVALUE&gt;&lt;STRING&gt;Name&lt;/STRING&gt;&lt;/MULTIVALUE&gt;&lt;STRING&gt;Activity Status&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;COMPOSITEOPERATION TYPE=&quot;Filter&quot;&gt;&lt;OPERATION TYPE=&quot;Member&quot;&gt;&lt;STRING&gt;40&lt;/STRING&gt;&lt;STRING&gt;Activity Status&lt;/STRING&gt;&lt;/OPERATION&gt;&lt;/COMPOSITEOPERATION&gt;&lt;/COMPOSITEOPERATION&gt;"/>
    </DIMENSION>
    </POV>
    </ELEMENT>
    </USER_POV>
    </JOB_OBJECT>
    </BATCH_JOB_OBJECT>

  • Command Line Export/Import for ApEx

    Hi There,
    I was wondering if there is an ApEx Utility that allows the Export and Import of applications/pages/images/style sheets etc from the command line on a Linux box.
    I am using Oracle Application Express v3.0.1
    Thanks.
    Tony.

    Tony,
    Another post in the past has discussed about this already.
    Exporting/Importing a *Bunch* of Applications
    John Scott wrote a blog post about this as well at [http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/|http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/]
    In short, you can use APEX utility - APEXExport to export and standard SQL to import.
    Ittichai
    Edited by: ittichai on Mar 16, 2009 9:38 PM

  • SQL Server 2008 Express Installation with command line options , FAILED.

    HI,
    I Have SQL Server 2005 Express instances on my PC. Now i am trying to install 2008 Express edition with Advance Services(Reporting.)
    I am trying to install the SQL Server 2008 Express with command line Options.
    /qs /Action=Install /Hideconsole /SecurityMode=SQL /Features=SQL,Tools,RS /InstanceName=XXXXXX /SAPWD="StrongPassword" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT
    AUTHORITY\SYSTEM" /BROWSERSVCSTARTUPTYPE=Automatic /TCPENABLED=1 /NPENABLED=1
    But installation exits. It says the previous version 2005 tool are already exists, Remove them to Continue the 2008 Server Installation.
    please suggest me how to avoid that check and continue installation by replacing the older tool with 2008 automatically.
    regards 
    Pratap M:)

    Have you found any error in event logs?
    In my case even after uninstalling all 2005 related components it didn't worked. I had to resort to a brute force way and
    remove following registry keys
    32 Bit OS: HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90
    64 Bit OS: HKLM\Software\Wow6432Node\Microsoft\Microsoft SQL Server\90
    Check below threads
    http://stackoverflow.com/questions/175881/sql-server-express-2008-install-side-by-side-w-sql-2005-express-fails
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/5fc58507-9f40-4213-acbd-32a57c8822d7/cant-uninstall-sql-server-2005-express-tools?forum=sqlsetupandupgrade
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Export fails with EXP-00056: ORACLE error 2149 encountered

    Hi,
    Export backup fails everyday with the below error.
    when I export manuall during the day time. there are no errors.
    I assume that the partition which it is trying to export exists at the time of the export job start HOwever, it could not find the paritition when it tries to exprot that specific table.
    EXP-00056: ORACLE error 2149 encountered
    ORA-02149: Specified partition does not e
    This database is very new to me. any help to investigate the problem is much appritiated.

    Please see (Note: 847687.1 - Patch 7303030 Fails on Egosildu.sql : ORA-02149 Specified Partition Does Not Exist).
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    Click here to [Duplicate RAC Database using RMAN|http://www.oracleracexpert.com/2009/12/duplicate-rac-database-using-rman.html]
    Click here to [Set DISPLAY variable & Enable access control|http://www.oracleracexpert.com/2009/12/set-display-variable-enable-access.html]

  • Command line export, using citrix

    Running the following script to export a workbook to csv file.
    dis51usr.exe /connect xxx/xxx@SID /apps_user /apps_responsibility "XXX GL Inquiry" /opendb "GL_Headers" /sheet 1 /export csv "C:\Discoverer_ScheduledWorkbooks\gl_headers.csv" /batch /logfile NUL
    The command works fine when directly logged on to the citrix box as user xxx. When run as a scheduled task, in the background, the settings for max number of rows is being ignored and only 10,000 rows are being retrieved/exported. The scheduled task is set to run as user xxx and is running, just the export is stopping at 10,000 rows. The user xxx is set in the Query Governor to not have a row limit (the box is not checked)
    I suspect this has to do with the user not being directly logged on and the incorrect registry settings/preferences being used.
    Any ideas? suggestions?

    Hi
    In order to get Discoverer Desktop to work on Citrix someone, presumably your administrator, has to do the initial install. That initial installed would have been done on a Microsoft Server of some sort. This is where the default registry settings are.
    From this point on, whenever a user clicks on the Discoverer icon they don't run their own version of Discoverer but a copy of the Discoverer from the Citrix server. As a launch point the registry settings from the server are used as the launch point but overwritten with the user's personalized settings if and only if you are using named accounts, not anonymous accounts, and the user is a local administrator. However, it is very unlikely that many end users, if any, will have been given permission to be a local administrator and so they have to reply on the administrator having set the correct registry settings on the server.
    Your administrator needs to physically go to the server and log on. Then, as I mentioned in a previous posting, they need to place the server into change mode. This is done at the DOS level. With the server in change mode whatever registry settings that need to be applied should be applied. This can be done using a REG file as mentioned in a previous posting. Next, the administrator needs to make the server execute those changes so that they become permanent and for everyone not just for the server. It is vitally important that the server is in change mode for the briefest amount of time and that only changes which are needed for everyone should be applied.
    With all of this done you should see the settings working for a user. Your Citrix administrator should know all about the above steps because he / she will have had to make similar changes and set ups for other applications. Beyond helping with the Discoverer settings, because this is an Oracle forum I can't post answers that are purely Citrix in nature. If you need help with the inner workings of Citrix you'll have to take that up in a Citrix forum.
    As an FYI, getting Discoverer to work in a Citrix Metaframe environment can be tricky and needs planning and thought and some expertise at the admin level. In addition, as you may well be aware, running Discoverer in a Citrix environment is unsupported by Oracle and as such there is limited help available. You also need to purchase as many Desktop licenses as the number of users who will be using Discoverer. Many companies fall foul of this and end up under licensed but those that do it right and get the administration set ups correct are able to run Discoverer effortlessly.
    Best wishes
    Michael

  • Export Failing with EXP-00008: ORACLE error 1031 encountered and ORA-01031:

    HI Folks,
    I am trying export the 11.2.0.2.0 database using export 'exp' utility.I am getting below errors while exporting with my 'sa' user. I am below role privileges for the 'sa' user. The export from the same kind of priivileged user in other Database is working.
    1* select * from dba_role_privs where grantee='SA' order by 2
    SQL> /
    GRANTEE GRANTED_ROLE ADM DEF
    SA ACCOUNT_CREATOR NO YES
    SA APPLICATION_CREATOR YES YES
    SA APPLICATION_DBA NO YES
    SA APPLICATION_DEVELOPER YES YES
    SA APPLICATION_USER NO YES
    SA AQ_ADMINISTRATOR_ROLE NO YES
    SA CLARIFY_ADMINISTRATOR YES YES
    SA CLARIFY_REPORTER YES YES
    SA CLARIFY_USER YES YES
    SA CONNECT YES YES
    SA EXECUTE_CATALOG_ROLE NO YES
    SA GATHER_SYSTEM_STATISTICS NO YES
    SA MOB_CONNECT YES YES
    SA SCHEDULER_ADMIN NO YES
    SA SELECT_CATALOG_ROLE YES YES
    (hidh403)/opt/app/adba/crmdb()> exp sa/fre9shen@t1crm9d2 file=sample.dmp log=sample.log
    Export: Release 11.2.0.2.0 - Production on Tue Jan 31 12:55:22 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Tes
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SA
    . exporting PUBLIC type synonyms
    EXP-00008: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    EXP-00000: Export terminated unsuccessfully

    Yes, I do agree.But when i compared with the other database where i am able to export it doesn't have the 'EXPORT_FULL_DATABASE' privs.
    SQL> select * from role_role_privs;
    ROLE GRANTED_ROLE ADM
    HS_ADMIN_ROLE HS_ADMIN_SELECT_ROLE NO
    ACCOUNT_CREATOR APPLICATION_USER YES
    APPLICATION_DBA APPLICATION_OEM_TUNE NO
    APPLICATION_DBA ACCOUNT_CREATOR NO
    EXECUTE_CATALOG_ROLE HS_ADMIN_ROLE NO
    HS_ADMIN_ROLE HS_ADMIN_EXECUTE_ROLE NO
    APPLICATION_DBA APPLICATION_DEVELOPER YES
    SELECT_CATALOG_ROLE HS_ADMIN_ROLE NO
    APPLICATION_DBA APPLICATION_USER YES
    SELECT_CATALOG_ROLE HS_ADMIN_SELECT_ROLE NO
    EXECUTE_CATALOG_ROLE HS_ADMIN_EXECUTE_ROLE NO
    ROLE GRANTED_ROLE ADM
    APPLICATION_DBA APPLICATION_CREATOR YES

  • Disco command line import fails with parser error 7

    Hi, we have discoverer version 10.1.2.48.18 installed to multiple environments.
    Developers have created eex-file and we try to import it to all the test environments, it goes through fine with some but with some it fails with parser error 7 :
    Here is the full error log:
    11/13/2008 7:30:22 AM
    D:\disco1012\BIToolsHome_1\bin\DIS51ADM.EXE /connect /import oudata_disco.eex /identifier /refresh /preserve_workbook_owner /show_progress /log import.log
    oudata_disco.eex:Could not locate the Folder with identifier 'INSTRUCTOR_ASSIGNMENTS1' in the target End User Layer
    oudata_disco.eex:An imported Folder had display name 'Dc transactional sales q2' renamed to 'Dc transactional sales q2 1'
    oudata_disco.eex:An imported Item Class had display name 'Eval_Delivery_Region' renamed to 'Eval_Delivery_Region 1'
    oudata_disco.eex:An imported Item Class had display name 'Quarter' renamed to 'Quarter 1'
    oudata_disco.eex:An imported Item Class had display name 'Track List with ALL' renamed to 'Track List with ALL 1'
    The Item Hierarchy with identifier 'INSTRUCTOR_ASSIGNMENTS_LAST_REFRESH_DATE_DEFAULT_DATE_HIERARCHY' has not been imported because: There are no items in this hierarchy node
    Import completed, but with warnings. Please check the result.
    File(s) imported partially :
    oudata_disco.eex
    11/13/2008 7:36:38 AM
    11/13/2008 7:37:29 AM
    D:\disco1012\BIToolsHome_1\bin\DIS51ADM.EXE /connect /import oudata_disco_workbooks_84.eex /identifier /refresh /preserve_workbook_owner /show_progress /log import.log
    oudata_disco_workbooks_84.eex:A parsing failure has occurred in file 'oudata_disco_workbooks_84.eex'.
    Parser error: '7'
    The import has failed (your End User Layer has not been modified) - oudata_disco_workbooks_84.eex:A parsing failure has occurred in file 'oudata_disco_workbooks_84.eex'.
    Parser error: '7'
    If anyone knows what can be teh cause of this please let me know.
    thanks,
    Nina

    Hi,
    The most likely cause is that the export file has become corrupted. Are there very big export files?
    Another possibility is that Discoverer Administrator has run out of memory while parsing the file.
    Rod West

  • APEX Export using command line utility....

    Hi All,
    Just a question about the command line export utility for HTMLDB. It works great for exporting the application itself, is there any way to get it to export the application's CSS as well as any files such as javascript files etc...?
    Cheers, Henry

    There is no easy way to do this in Apex 2.0.
    The upcoming 2.2 release (due out in the next couple of months) has a full fledged deployment system (including table create DDL, files, images and seed data), all in a single SQL file. See http://apex.oracle.com/i22/doc/deployment_how.htm#CHDEAGDI

  • XP to windows7: Executing command line: "bcdedit.exe". CreateProcess failed. Code(0x80070002)

    I m working to migrate from XP SP3 to Windows 7 using SCCM 2012 R2 CU4 but I have a boot error similar as above. Normally with CU4, XP will be supported by WInPE 5.1 (ADK 8.1). it's a refresh scenario, the task sequence was launched from XP. USMT will
    use a local store.
    The smsts log has a content as follow:
    [Successfully completed the action (Restart Computer in WinPE) with the exit win32 code 0]LOG]!><time="10:18:00.843+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740"
    file="instruction.cxx:830">
    <![LOG[Set authenticator in transport]LOG]!><time="10:18:00.859+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="libsmsmessaging.cpp:7734">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="10:18:01.156+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="10:18:01.156+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="10:18:01.156+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:807">
    <![LOG[Updated security on object C:\_SMSTaskSequence.]LOG]!><time="10:18:01.218+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="utils.cpp:1704">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=2]LOG]!><time="10:18:01.218+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=2]LOG]!><time="10:18:01.218+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:386">
    <![LOG[Set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="10:18:01.218+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="10:18:01.218+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:414">
    <![LOG[Save the current environment block]LOG]!><time="10:18:01.218+240" date="02-26-2015" component="TSManager" context="" type="0" thread="1740" file="executionenv.cxx:833">
    <![LOG[Executing command line: "bcdedit.exe"]LOG]!><time="10:18:01.234+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="commandline.cpp:827">
    <![LOG[CreateProcess failed. Code(0x80070002)]LOG]!><time="10:18:01.234+240" date="02-26-2015" component="TSManager" context="" type="3"
    thread="1740" file="commandline.cpp:1018">
    <![LOG[Command line execution failed (80070002)]LOG]!><time="10:18:01.234+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="commandline.cpp:1245">
    <![LOG[Staging boot image P0100002]LOG]!><time="10:18:01.250+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="bootimage.cpp:717">
    <![LOG[ResolveSource flags: 0x00000000]LOG]!><time="10:18:01.500+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="resolvesource.cpp:3201">
    <![LOG[SMSTSPersistContent: . The content for package PO100002 will be persisted]LOG]!><time="10:18:01.500+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740"
    file="resolvesource.cpp:3212">
    <![LOG[Locations: Multicast = 0, HTTP = 1, SMB = 0.]LOG]!><time="10:18:01.500+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="resolvesource.cpp:2749">
    <![LOG[Multicast is not enabled for the package.]LOG]!><time="10:18:01.500+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="resolvesource.cpp:2789">
    <![LOG[Trying
    http://sccmsrv.contoso.com:80/SMS_DP_SMSPKG$/P0100002/sccm?/boot.PO100002.wim to C:\_SMSTaskSequence\Packages\PO100002\boot.PO100002.wim ]LOG]!><time="10:18:18.265+240" date="02-26-2015" component="TSManager" context=""
    type="1" thread="1740" file="downloadcontent.cpp:1592">
    <![LOG[VerifyContentHash: Hash algorithm is 32780]LOG]!><time="10:18:18.265+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="downloadcontent.cpp:1870">
    <![LOG[Found boot image C:\_SMSTaskSequence\Packages\PO100002\boot.PO100002.wim]LOG]!><time="10:18:22.156+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740"
    file="bootimage.cpp:1115">
    <![LOG[Copying boot image locally...]LOG]!><time="10:18:22.156+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="bootimage.cpp:745">
    <![LOG[ADK installation root registry value not found.]LOG]!><time="10:18:30.125+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="wimfile.cpp:207">
    <![LOG[Loaded C:\Program Files\Windows Imaging\wimgapi.dll]LOG]!><time="10:18:30.171+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="wimfile.cpp:344">
    <![LOG[Opening image file C:\_SMSTaskSequence\WinPE\sources\boot.wim]LOG]!><time="10:18:30.171+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="wimfile.cpp:422">
    <![LOG[Applying image 1 to volume C:\_SMSTaskSequence\WinPE]LOG]!><time="10:18:30.296+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="wimfile.cpp:613">
    <![LOG[Closing image file C:\_SMSTaskSequence\WinPE\sources\boot.wim]LOG]!><time="10:18:32.906+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="wimfile.cpp:458">
    <![LOG[Capturing WinPE bootstrap settings]LOG]!><time="10:18:32.921+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="winpesettings.cpp:80">
    <![LOG[Environment scope successfully created: Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}]LOG]!><time="10:18:32.921+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740"
    file="environmentscope.cpp:623">
    <![LOG[Executing command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}]LOG]!><time="10:18:32.921+240" date="02-26-2015" component="TSManager" context=""
    type="1" thread="1740" file="commandline.cpp:827">
    <![LOG[==============================[ OSDNetSettings.exe ]===========================]LOG]!><time="10:18:33.343+240" date="02-26-2015" component="OSDNetSettings" context="" type="1" thread="3644"
    file="main.cpp:134">
    <![LOG[Command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}]LOG]!><time="10:18:33.343+240" date="02-26-2015" component="OSDNetSettings" context=""
    type="1" thread="3644" file="main.cpp:135">
    <![LOG[No adapters found with non-empty DNSDomainSuffixSearchOrder]LOG]!><time="10:18:33.484+240" date="02-26-2015" component="OSDNetSettings" context="" type="0" thread="3644" file="netwmiadapterconfig.cpp:408">
    <![LOG[Captured settings for adapter 1]LOG]!><time="10:18:34.875+240" date="02-26-2015" component="OSDNetSettings" context="" type="1" thread="3644" file="netsettings.cpp:99">
    <![LOG[OSDNetSettings finished: 0x00000000]LOG]!><time="10:18:34.875+240" date="02-26-2015" component="OSDNetSettings" context="" type="1" thread="3644" file="main.cpp:192">
    <![LOG[Process completed with exit code 0]LOG]!><time="10:18:34.875+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="commandline.cpp:1123">
    <![LOG[Installing boot image to hard drive]LOG]!><time="10:18:34.906+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="bootimage.cpp:622">
    <![LOG[Backing up existing boot system before trying to set up new boot system]LOG]!><time="10:18:34.906+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740"
    file="bootimage.cpp:645">
    <![LOG[BootLoader::backup: C:\, C:\_SMSTaskSequence\backup]LOG]!><time="10:18:35.109+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="bootloader.cpp:85">
    <![LOG[BootLoader::restore: C:\_SMSTaskSequence\WinPE, C:\]LOG]!><time="10:18:41.187+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="bootloader.cpp:382">
    <![LOG[Saving bcd store to C:\_SMSTaskSequence\WinPE\boot\BCD]LOG]!><time="10:18:41.734+240" date="02-26-2015" component="TSManager" context="" type="1" thread="1740" file="bootconfigimplbcd.cpp:703">
    <![LOG[Executing command line: "C:\_SMSTaskSequence\WinPE\windows\system32\bootsect.exe" /NT60 SYS /MBR]LOG]!><time="10:18:42.500+240" date="02-26-2015" component="TSManager" context="" type="1"
    thread="1740" file="commandline.cpp:827">
    <![LOG[CreateProcess failed. Code(0x800700C1)]LOG]!><time="10:18:42.500+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="commandline.cpp:1018">
    <![LOG[Command line execution failed (800700C1)]LOG]!><time="10:18:42.500+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="commandline.cpp:1245">
    <![LOG[Failed to install boot image.
    Unknown error (Error: 800700C1; Source: Unknown)]LOG]!><time="10:18:42.515+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="bootimage.cpp:682">
    <![LOG[Failed to install boot image PO100002.
    Unknown error (Error: 800700C1; Source: Unknown)]LOG]!><time="10:18:42.515+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="engine.cxx:840">
    <![LOG[Failed to reboot the system. Error 0x(800700c1)]LOG]!><time="10:18:42.515+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="engine.cxx:953">
    <![LOG[Failed to initialize a system reboot.
    Unknown error (Error: 800700C1; Source: Unknown)]LOG]!><time="10:18:42.515+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="engine.cxx:577">
    <![LOG[Fatal error is returned in check for reboot request of the action (Restart Computer in WinPE).
    Unknown error (Error: 800700C1; Source: Unknown)]LOG]!><time="10:18:42.515+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="engine.cxx:273">
    <![LOG[An error (0x800700c1) is encountered in execution of the task sequence]LOG]!><time="10:18:42.515+240" date="02-26-2015" component="TSManager" context="" type="3" thread="1740" file="engine.cxx:348">
    Thank
    Lourh

    I'm not entirely sure if this was fixed in the newer CUs, but have you seen this thread?
    https://social.technet.microsoft.com/Forums/en-US/041975df-a8a8-48cb-8d9f-0446c35210fe/sccm-2012-r2-boot-image-wont-load-in-windows-xp?forum=configmanagerosd
    It offers a couple of alternatives too (i.e., http://davejaskie.com/2014/04/03/installing-a-legacy-boot-image-in-sccm-to-support-xp-migrations/)
    Fausto

  • Ps command , DB credentials visible on command line.

    Guys,
    In one of my shell scripts, I connect to the database as below:
    sqlplus -s /nolog <<EOF >> ${LOG_FILE}
    CONN ${DB_CONNECT}
    I would assume that my database connect credentials will not be visible in the command line , when someone executes command below, during the execution of my shell script.
    ps -ef | grep "sqlplus"
    However, the ps listing makes the credentials visible..Thoughts please..
    Thanks!!!
    -Bhagat

    Bugs wrote:
    sqlplus -s /nolog <<EOF >> ${LOG_FILE}
    CONN ${DB_CONNECT}
    I would assume that my database connect credentials will not be visible in the command line , when someone executes command below, during the execution of my shell script.
    ps -ef | grep "sqlplus"
    However, the ps listing makes the credentials visible..Thoughts please..Not really relevant to either the SQL or PL/SQL server languages. Please post Unix/Linux questions in a more appropriate forum.
    Operating system and version?
    The ps command shows the command line. With the above example, your authentication string is not on the command line. Instead you redirect STDIN and the connect command with the username and password are read from standard input. As it is not on the command line, I fail to see why ps would show this.
    I think you are misdiagnosing the problem - seeing another sqlplus process that actually specify the username and password on the command line and mistaking it for your sqlplus process.

  • Export failed, archive corrupt error

    Hi -
    I am getting an Export failed, archive may be corrupt error when I try to export my EAR from Workshop 9.2 MP1. (Oddly enough, if I build my EAR with the exported Ant scripts, that works. I can deploy and run this EAR). An the EAR is truly corrupt - when I deploy and try to run it WLS complains about the web services' PortType files ClassNotFound.
    The error I believe is a result of the web services' PortType file being inserted into the EAR as a .java file vs. a .class file. For example, if I have a web service called MyWebService, in the exported EAR I see MyWebServicePortType.java rather than the expected MyWebServicePortType.class file.
    The Workshop .metadata/.log file contains the stack trace below for the export archive error. Looks like it complains about not being able to move resources around (what ever this means).
    Can anyone give me some ideas on what might be wrong?
    Thanks!
    Hugh
    !ENTRY com.bea.wlw.export.archive 4 4 2007-06-21 06:21:51.915
    !MESSAGE Failed running assembly on project CommonControlServices.
    !STACK 0
    org.eclipse.core.commands.ExecutionException: Failed running assembly on project CommonControlServices.
         at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:42)
         at com.bea.wlw.export.archive.PreExportOperation.execute(PreExportOperation.java:93)
         at com.bea.wlw.export.archive.ExportOperation.execute(ExportOperation.java:56)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:163)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runExtendedOps(ExtendableOperationImpl.java:243)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runPreOps(ExtendableOperationImpl.java:205)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:161)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl$1.run(ExtendableOperationImpl.java:131)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.execute(ExtendableOperationImpl.java:139)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$3.run(DataModelWizard.java:196)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.runOperations(DataModelWizard.java:204)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard.java:173)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:180)
         at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: org.eclipse.core.runtime.CoreException: Controls assembly failure running assembly on WAR 'CommonControlServices' in EAR 'CommonControl_EAR'.
         at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner$1.run(WlwControlsAssemblyRunner.java:53)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
         at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner.run(WlwControlsAssemblyRunner.java:58)
         at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:34)
         ... 50 more
    !ENTRY com.bea.wlw.export.archive 4 4 2007-06-21 06:23:09.920
    !MESSAGE Export failed, archive may be corrupt.
    !STACK 0
    org.eclipse.core.commands.ExecutionException: Export failed, archive may be corrupt.
         at com.bea.wlw.export.archive.PreExportOperation.execute(PreExportOperation.java:107)
         at com.bea.wlw.export.archive.ExportOperation.execute(ExportOperation.java:56)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:163)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runExtendedOps(ExtendableOperationImpl.java:243)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.runPreOps(ExtendableOperationImpl.java:205)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:161)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl$1.run(ExtendableOperationImpl.java:131)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.execute(ExtendableOperationImpl.java:139)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$3.run(DataModelWizard.java:196)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.runOperations(DataModelWizard.java:204)
         at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard.java:173)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:180)
         at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: org.eclipse.core.commands.ExecutionException: Failed running assembly on project CommonControlServices.
         at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:42)
         at com.bea.wlw.export.archive.PreExportOperation.execute(PreExportOperation.java:93)
         ... 49 more
    Caused by: org.eclipse.core.runtime.CoreException: Controls assembly failure running assembly on WAR 'CommonControlServices' in EAR 'CommonControl_EAR'.
         at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner$1.run(WlwControlsAssemblyRunner.java:53)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
         at com.bea.wlw.controls.core.publish.WlwControlsAssemblyRunner.run(WlwControlsAssemblyRunner.java:58)
         at com.bea.wlw.controls.core.publish.PreExportAssembler.buildProject(PreExportAssembler.java:34)
         ... 50 more
    Edited by [email protected] at 06/21/2007 7:11 AM

    Hi
    We have seen the same error when there are specific annotations. One instance was that a service control was using a handler annotation and that caused the export error.
    @ServiceControl.Handler(file="soap-handler.xml",operation={"ServiceControlSoapHandler"})
    In the project "CommonControlServices", do you use any Soap Handlers in service control or jws?
    If so, can you remove the annotation and try doing the build and export and see if it works.
    Let me know if this is the case in your app.
    Vimala-

  • Generating either Multiscreen or Responsive HTML5 from command line (RHCL)

    Has anyone had any luck getting either of the HTML5 default layouts to generate using RHCL.exe with RoboHTML 11?  We try to keep the source files checked in, then generate the output at build time. 
    To test, I generated a project based off the "Knowledge Base" template, then updated the the associated screen layouts with the screen profiles.  For Responsive HTML5, that was "Theme1_Standard", and for Multiscreen HTML5, that was "Desktop_Knowledge".  Both of these layouts generate fine through the RoboHTML UI, but when generated from the command line, they fail.  With Responsive HTML5, RHCL does not acknowledge that the layout exists.  For Multiscreen HTML5, RHCL crashes (null reference exception) when processing the project's index.  (Keep in mind that I haven't modified the index from the template at this point).
    I'd be happy with either of these two layouts working with RHCL, as we're still fairly early in the process of creating the online help.  Our only requirement is that it is web-based and cannot use frames (like WebHelp layout does).
    thanks,
    -mike
    Details:
    [For "Responsive HTML5" layout]
    C:\Program Files (x86)\Adobe\Adobe RoboHelp 11\RoboHTML>RHCL.exe c:\src\svn\ba-asp\branches\RB_2.36\src\TestProject\TestProject.xpj -l "Responsive HTML5"
    Adobe (R) RoboHelp Project Command Line Compiler version 11.0.0.179
    Copyright (C) 2006-2007, Adobe Systems Incorporated and its licensors. All rights reserved.
    Error: Layout "Responsive HTML5" does not exist.
    The project contains the following layout(s).
    Adobe AIR
    FlashHelp
    FlashHelp Pro
    Microsoft HTML Help
    Multiscreen HTML5 (Primary Layout)
    Printed Documentation
    Responsive HTML5
    WebHelp
    WebHelp Pro
    XML Output
    eBook
    [For "Multiscreen HTML5" layout"]
    C:\Program Files (x86)\Adobe\Adobe RoboHelp 11\RoboHTML>RHCL.exe c:\src\svn\ba-asp\branches\RB_2.36\src\TestProject\TestProject.xpj -l "Multiscreen HTML"
    Adobe (R) RoboHelp Project Command Line Compiler version 11.0.0.179
    Copyright (C) 2006-2007, Adobe Systems Incorporated and its licensors. All rights reserved.
    Project: c:\src\svn\ba-asp\branches\RB_2.36\src\TestProject\TestProject.xpj
    Layout: Multiscreen HTML5.
    Output: !SSL!\Multiscreen_HTML5\index.htm.
    Scanning project for compilation....
    Scanning finished.
    Warning: No baggage file description.
    Starting compilation...
    Multiscreen HTML5 preprocessor 11.0.1.235
    Clearing output folder...
    Compiling c:\src\svn\ba-asp\branches\RB_2.36\src\TestProject\!SSL!\Multiscreen_HTML5\desktop\index. htm ...
    Preparing to create Multiscreen HTML5 output...
    Preparing files for Multiscreen HTML5 output...
    Copying files...
    Updating files...
    Finished preparing in 1 sec(s)
    Initializing compiler...
    Generating MULTISCREEN  (11.0.1.235)...
    Processing TOC data...
    Updating topics...
    Updating Reference/PhoneNumbers.htm...
    Updating Hardware/WidgetMax_2000.htm...
    Updating Software/WidgetMax_Installation_Issues.htm...
    Updating ProblemsAndSolutions/WidgetMax_Issues.htm...
    Updating First_Topic.htm...
    Updating Project_Background.htm...
    Updating Splash.htm...
    Updating Whats_New.htm...
    Finished updating topics in 0 sec(s) : total 8 topic(s).
    Processing index data...
    Crash occurs at this point.  For what it's worth, this is the faulting DLL's info:
      Fault Module Name:
    HtmSingleSourceMultiScreenHelp.dll
      Fault Module Version:
    11.0.1.235
      Fault Module Timestamp:
    53631bf0

    I just tried and I got the same error as you :-( It seems Adobe didn't implement Responsive HTML5 in the command line. I would qualify this as a bug. Please report it to make Adobe aware of this: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38 Adobe has been fixing many bugs in the past two patches. So perhaps they can fix this in an upcoming patch. And the more people report a problem, the more likely it is to get fixed.
    One way around this issue would be to use a script. Call RoboHelp from the command line to open a script and let the script generate the output. Not the best way to go, but at least you can make it work...
    Kind regards,
    Willam

Maybe you are looking for

  • Printing as Black and White

    We recently upgraded to X, and have noticed that the Black and White setting for Grayscale is gone. I looked around in the forums and found the suggestion to "Convert to black and white in the Fixups" but my Fixup menu does not have that option- I ha

  • How to give away a macbook

    So I'm thinking of passing on my MacBook White to a friend with no Apple experience. This MacBook came with Leopard and can only be upgraded to Lion, which it is at present. Question; can I nuke & pave and install my copy of Lion and pass it on that

  • How to compare two files in SAP

    Hi All, I have downloaded the contents of a custom table in two files and saved in the uncoverted format, now I want to comapre the contents of these files and see if there is any difference in these files or not. So is there any utility in SAP which

  • ThinkPad W541 shuts down randomly

    Hi all, I have looked at the forum and seen that my problem is "quite common" on older versions of ThinkPad.Here we are with a ThinkPad W541, with core i7 vPro (quad core), 16G DDR3... one of the best of the moment. Running under Windows 7 Pro (waiti

  • Move computer Internet disconnects and won't reconnect.

    My internet works fine if I keep my computer in one place, but the second I move it even an inch to the left or right the internet disconnects and airport shows i'm not connected to any wireless networks and won't let me turn airport back on. The onl