Workspace Images Export through Command Line

I am planning to make a small script that exports application make it in Zip form transfer to Production server (located at remote location having slow connection in-between) where it is imported through SQL Plus.
The only problem I am facing till now is APEXExport (command line utility) does not export Images.
Can someone help me in doing so?
Habib

Have you find a solution to your problem ?

Similar Messages

  • Workspace export via command line

    The utility that was written to export applications via the command line is great so we can set up nightly application backups. I did a search and couldn't find anything that would do something similar for workspaces. Is there anything like this that exists or is in the works?
    Thanks
    - Brian

    Hi Gerald,
    Yes it is very much possible. For large configurations, it is recommended to take export from command line-
    1. run setenv file
    2. java -Xms512M -Xmx512M oracle.tip.repos.export.Export -inputfile <inputfile> [-ignoretypes <
    file>] <export file name>
    Arguments:
    -inputfile <inputfile> to export specific objects .
    -ignoretypes <file> , This is only for business process. This is to ignore
    the object types while exporting deployable BP.
    <export file name> name of the export file
    For e.g. -
    C:\B2B10g\Midtier\ip\install>java -Xms512M -Xmx512M oracle.tip.repos.export.Export C:\commandExport.xml
    Starting Execution Context
    Export file name is C:\commandExport.xml
    3.26
    exporting all design objects
    export done
    For benefit of other users of this community, I have documented the same on below link -
    http://anuj-dwivedi.blogspot.com/2009/12/exporting-configuration-through-command.html
    Regards,
    Anuj
    Edited by: Anuj Dwivedi, Infosys on Dec 22, 2009 10:28 PM

  • Automate export via command line (Tiger)

    I want to automate the backup (not just the directories) of both iCal and Address Book on Tiger. I've had a look at the AppleScript dictionaries for both apps, but the export function is not there.
    Any ideas on how I can do the export on the command line??

    Hi Gerald,
    Yes it is very much possible. For large configurations, it is recommended to take export from command line-
    1. run setenv file
    2. java -Xms512M -Xmx512M oracle.tip.repos.export.Export -inputfile <inputfile> [-ignoretypes <
    file>] <export file name>
    Arguments:
    -inputfile <inputfile> to export specific objects .
    -ignoretypes <file> , This is only for business process. This is to ignore
    the object types while exporting deployable BP.
    <export file name> name of the export file
    For e.g. -
    C:\B2B10g\Midtier\ip\install>java -Xms512M -Xmx512M oracle.tip.repos.export.Export C:\commandExport.xml
    Starting Execution Context
    Export file name is C:\commandExport.xml
    3.26
    exporting all design objects
    export done
    For benefit of other users of this community, I have documented the same on below link -
    http://anuj-dwivedi.blogspot.com/2009/12/exporting-configuration-through-command.html
    Regards,
    Anuj
    Edited by: Anuj Dwivedi, Infosys on Dec 22, 2009 10:28 PM

  • How to install adobe flash player through command line with some script

    Hi Guys,
    Do you know how to install adobe flash player through command line with some script?
    Thanks,
    Galina

    Windows. I tried silent install  with "install_flash_player.exe /install" but it works only with one file that I downloaded from adobe.com - "install_flashplayer10_mssd_aih.exe". But it is possible to download this last file only one time, every next time it redirects me to download install_flash_player.exe file.

  • Compare two pdf files using adobe acrobat through command line

    Does anyone know how to compare two pdf files using adobe acrobat through command line. I want to do this via command line because we want to compare hundreds of file every day through some automated windows tasks.
    If command line option is not available in acrobat, then is it feasible to make use of acrobat javascript API to do this task?
    Any kind of help will be greatly.

    Command-line: Not possible.
    JavaScript: Possible, but very limited. Basically the only thing you can do is simulate clicking the Compare Documents button. The rest has to be done manually.
    However, it *might* be possible to automate this process a bit more using a plugin. Ask over at the Acrobat SDK forum for more information...

  • Creation of Jobserver through command line

    Hi
    Is there any way in Data Integrator 11.7.3 for creating the job server through command line in linux instead of invoking ./svrcfg and giving options.
    Thanks
    Maran

    No, there is no command line option to create a job server.
    You have to use the Server config tool to create each job server.
    Thanks & Regards
    Tiji

  • Run App Engine through command line but have it show up in Process Monitor

    We are trying to run Application Engine through command line and have it show up in the Process Monitor.
    We have successfully ran the Application Engine through command line. We also can successfully run the Application Engine through PIA.
    Only when you run the AppEng through PIA it goes through the Process Scheduler and shows up in the Process Monitor.
    We would like to be able to do this through command line as well. Has anyone done this before?

    I'm not sure if it is (easily) doable.
    => Fire a process through the front end appl is nothing but insert few rows in process scheduler tables settings (PSPRCSRQST, PSPRCSQUE), then the process scheduler is taking information from there every x seconds and eventually run the command (on the process scheduler server) keeping an eye on the process result in the tables to post the result.
    => Fire psae through command line (or pssqr) bypass the process scheduler, you can run it from any client... so even without any clue about Process Scheduler server or even without Process Scheduler at all (cf. the very first AE running during an installation is VERSION without anything else than the client).
    So finally, your AE program has no clue where it should run outside the client you are fired the command from (i.e. on the batch server as it is running when you are fired the same AE through the front end application), nothing more about the process scheduler configuration file, and where the output files should be posted.
    Maybe not by running the AE from the command line, but by simulating the actions as it would be from the front end application, for instance by inserting in the tables whatever you want to run... but it sounds odd. Probably some developer might have done this before... but this should be reconsidered by Peopletools version/patch level (or through CI ?)
    Nicolas.
    added the last paragraph
    Edited by: N Gasparotto on May 21, 2010 2:46 PM

  • Undeploy an sda file through command-line

    Hi All,
          I want to undeploy an .sda file through command-line,what is the procedure to undeploy an sda file through command-line and send me the procedure for this
    Thanks & Regards,
    guru

    Hi
    Please find below the steps to undeploy thro command line :
    Shut down the sdm server
    1)SDM shutdown "sdmhome=D:\usr\sap\J2E\JCO1\SDM\program" "sdmguiport=50018" "sdmhostname=<hostname>" password="<password>" "shutdownmode=abort"
    2)sdm jstartup "mode=standalone" "sdmhome=c:\usr\sap\J2E\DVEBMGS00\SDM\program"
    3) sdm undeploy "sdmhome=D:\usr\sap\J2E\DVEBMGS00\SDM\program" "compname=c:\test.sda"
    4)sdm jstartup "mode=integrated" "sdmhome=c:\usr\sap\J2E\DVEBMGS00\SDM\program"
    5)start the sdm server again
    SDM server "sdmhome=D:\usr\sap\J2E\JCO1\SDM\program"
    Hope this helps. do not forget to reward points
    regards
    rajeshkr

  • Scheduling Report  through  Command Line

    Post Author: gunjesh
    CA Forum: Administration
    Hi All,
              I would like to know how to schedule a  Webi (infoview) report of Bussiness Objects XI Release2    through Command line , Not through CMS.
    Command line options
    1. To schedule a report from CMS but using a command line. What all parameters are needed in order to do this ?
    2. To stop/reschedule a report being refreshed/running at this moment. What all parameters are needed in order to do this ?

    Post Author: sgolby
    CA Forum: Administration
    Did you have any luck finding out how to do this ?   We would like to trigger reports from the command line on demand. (or via an API is fine too)
    Thanks,
    Scott

  • Help packaging an android apk through command line

    Hello everyone.  I've recently developed an app that is near the release deadline and I've ran into the problem of low resolutions icons.  All of the troubleshooting I've done has claimed I'll need to manually package the app through the command line to do this.  I have never done this before so I'm having some trouble. 
    I've downloaded all of the required files I believe and have reached the correct bin folder, I'm completely clueless as to what syntax I need to type in from this point though.  I've gotten as far as "adt -package" which then outputs that I'm missing additional information, but as I said, I haven't used command promt much and I have no idea how to format the rest of the information I need to put in or how to attach my current app.xml file to it.
    Any help would be appreciated.
    Edit: Nevermind everyone.  After a lot  more time spent researching I've managed to piece together how to do it and actually understand it as well.

    Hi,
    Here is the command to package android apk through command line;
    <adt-path> -package -target <target-option e.g. apk, apk-debug etc> -storetype pkcs12 -keystore <your certificate> -storepass <password> name.apk app.xml name.swf assets
    Please run adt -help on terminal or cmd if you need any help regarding targets or packaging command. adt is available at you sdk/bin/adt folder.
    Also, you can see the page http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca935b-8000.html for more details.
    Hope this will help.
    Regards,
    Nimit

  • Email id through command line

    is there any way to create email id through command line??
    please help me

    If you want to use a command line email client, there is the (built-in to OS X) mail aka. mailx client. There is also the option of downloading and installing the mutt client.
    See http://en.wikipedia.org/wiki/Mailx
    See http://www.mutt.org

  • How to undeploy an .sda file through command line

    Hi,
    How to undeploy an .sda file through command line.send me the related command to do it.and related information and links.

    Hi
    Please find below the steps to undeploy thro command line :
    Shut down the sdm server
    1)SDM shutdown "sdmhome=D:\usr\sap\J2E\JCO1\SDM\program" "sdmguiport=50018" "sdmhostname=<hostname>" password="<password>" "shutdownmode=abort"
    2)sdm jstartup "mode=standalone" "sdmhome=c:\usr\sap\J2E\DVEBMGS00\SDM\program"
    3) sdm undeploy "sdmhome=D:\usr\sap\J2E\DVEBMGS00\SDM\program" "compname=c:\test.sda"
    4)sdm jstartup "mode=integrated" "sdmhome=c:\usr\sap\J2E\DVEBMGS00\SDM\program"
    5)start the sdm server again
    SDM server "sdmhome=D:\usr\sap\J2E\JCO1\SDM\program"
    Hope this helps. do not forget to reward points
    regards
    rajeshkr

  • Scheduling BOXI 3 Deski reports through Command Line

    Can we schedule BO XI 3 Deski reports through Command Line.?
    How can we do this?
    Need help Plzzzzzzz!!!!!

    Hi
    you can use the BOE SDK to write a java or .NET program that does this. You can find some examples here:
    http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/a09374f5-a982-2b10-0297-85c67690b4f2 [original link is broken]
    Regards,
    Stratos

  • Any way to configure Oracle Vault .through command line

    I wanted to configure Oracle Vault in our enviornment
    I'm looking for some options to configuer through command line
    Is it possible if yes the steps / any reference.
    PS : New to this forum pl. excuse if its a repated one (tried to see relevant one but didn't find any) if any one can direct it would be greate.
    Edited by: 932549 on May 11, 2012 8:55 AM

    Hey man I would help with your question. But I also have some Q's. How can I email apple for my concerns? And how can I post my RSS OR in the forum is complicate. As you know for the iPhone apple hasn't changed the way the os looks like it's pretty simple. Last night I was in the T-Mobile store and I saw the new G2 I'm not a android fan just because of their lags. Apperantly the G2 was pretty responsive and I'm sick and tired of apples os for the iPhone its stuck in the past. Apple has to get more creative than android and get it going. Make the iOS 5.0 prettier than androids os. Please

  • How to index an attribute through command line

    Hi,
    I want to index an attribute through command line. I am using OID. I am creating every attribute and object class through command line. Any suggestion will be of great help.
    Thanks.

    Hi ,
    When Oracle Internet Directory is installed,by default,certain attributes are already indexed. If you want to use additional attributes in search filters, you must index them.
    Below are the points one should remember when indexing an attribure....
    - We can index an attribute while creating it from Oracle Directory Manager admin tool.
    - You can not index an existing attribute from Oracle Directory Manager tool.
    - To index an already existing attribute and that does not have any data, use ldapmodify command.
    - To index an already existing attribute and the has the data, use catalog.sh command.
    If you are sure that the attribute does not have any data in any of the object profile (user,group,container,etc...) then prepare any ldif file and index it using ldapmodify otherwise use catalog.sh command.
    Regards
    GK Goalla

Maybe you are looking for

  • ITunes puts my computer in windows 7 basic color mode. It also does not recognize my iPad as viable video source

    When I start iTunes on my desktop computer, instantly it switches to Windows 7 Basic Color mode: "The color scheme has been changed The following program has performed an action that requires Windows to temporarily change the color scheme to Windows

  • Fail of test of VC comp. app.

    Hi, I am to test a new VC app. using the Runtime menu in GP. After having entered some testdata and click submit to create the record,  I get this message: Cannot complete action: Activity could not be read As I am new to this subject, I would apprec

  • Need help with my DVD-ROM and Burner

    I've got a 875P Neo FIS2R, Sony DRU-510K Burner and a LITE-ON 16X DVD ROM. My LITE-ON drive is set to secondary master and my SONY burner is set to secondary slave but for some reason is the POST report it does not show my DVD drives. In windows XP i

  • Where can we suggest new features for Yahoo Messenger and other RIM IM clients?

    I just downloaded the new version of Yahoo Messenger and I like the user interface. But every time a new version comes out, this application creates a less-complete history of contact behavior. Several versions ago, the contact's status showed up in

  • ATP AT WAREHOUSE MANAGEMENT

    Hi! I have three different plant and a single warehouse where all the storage of each plant are mapped. Now can ATP from warehouse can be done. How warehouse label MRP can be used which helps me to schedule and capacity of the warehouse. If anybody g