Scheduler export along with scenario

Hi,
I am exporting the scenario but the scheduler is not getting exported along with. Is this feature available or in every environment should we manually insert scheduling?
Thnak,
Vikram

Hi Sutirtha,
If I do an import of the scenario from UI checking that option then it works. But I am using the command line
$ODI_HOME/bin/startcmd.sh OdiImportObject "-file_name=$HOME/archive/<Scen_Name>" -import_mode=SYNONYM_Insert 2>>$HOME/archive/Error.log
Here what do I need to add in the copmmand line which is equivalent to checking that box(Import Schedules) while UI import?
Thanks,
Vikram

Similar Messages

  • Schedule Export Processes with Custom Query

    Hi,
    Can I use Schedule Export Processes, with a custom query over HZ_PARTIES and HZ_LOCATIONS, in order to export suppliers data in a specific field order with join conditions?
    I used Schedule Export Processes with "PARTY", selecting proper fields, but exported csv is in a different field order than the required by an external system.
    Thanks,
    Erick.

    Can you elaborate on the issue here. Are you looking for a way to run "ad-hoc" SQL queries for the filters ? I do not think that is possible, depending on your environment you may be able to create a custom view object to match your requirements.
    As for the orders I think you should be able to control the order using the sequence as the FAQs state:
    What happens if I change the sequence number or header text?
    Changing the sequence number changes the order of the attributes in the exported data file. Changing the header text enables you to give a more intuitive meaning to the attribute and the associated data.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Does the caption descriptions export along with exporting slideshows?

    Does the caption descriptions export along with exporting slideshows ( iPhoto 09)?

    George,
      It sounds like the approach you are using is the correct one. This seems to be the cleanest solution to me especially since the customer is able to modify the generated SQL statements for their new system.
      In order to preserve the AutoInc values I would recommend altering the table and changing the field datatype from AutoInc to Integer. Then export the table as code which will export the actual values. After the tables have been created on the new system they can change the field datatype back to an AutoInc type if necessary.
    Regards,
    Chris Franz

  • When I export a PNG file on illustrator, I get random empty space along with my exported object. Is there any way I can make just my object export and nothing more?

    This is an example of my problem. This icon is the sole object in this document, and is the only thing being exported here. Yet when I do export it, a random bar of white space is exported along with it. I am currently using Illustrator to design the art for a video game, meaning that this empty space plays havoc with my end product, and I have to meticulously crop anything I export. Since I do have to make hundreds of individual sprites for this, I would love to learn how to fix this problem and save myself a lot of time. So, what exactly am I doing wrong here, and how can I fix it?

    quicklite,
    I believe the resulting/final size may extend just a tiny bit above a whole point/pixel (value) on the pixel grid.
    You may see by Edit>Preferences>General>Use Preview Bounds (if needed), then select one of the top Reference Points in the Transform palette and look at the Y value measured in points/pixels.
    If that is the case, the solution would be to get rid of that tiny bit.

  • Fnd_load to download/upload concurrent program along with its schedule also

    Is there any fnd_load command which can download all the scheduled programs along with there parameters, program name and its schedule.

    user10699723 wrote:
    Is there any fnd_load command which can download all the scheduled programs along with there parameters, program name and its schedule.https://forums.oracle.com/forums/search.jspa?threadID=&q=FNDLOAD+AND+afcpprog.lct&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FNDLOAD+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Adding and /exporting/ image with Metadata problem

    i have been able to add metadata to an image i need to publish but for some reason i am having a problem figuring out how to export this metada with the image.
    i see i have an option to export as original or as version. does this affect whether metada has been exported?
    also, can i export as PNG as get the metadata in the image or do i have to use something like jpg for some reason?
    finally, is there a way to verify that the metadata has been exported along with the image to my desktop before i upload to the web?! it seems really sort of odd to have to re-import the image into Aperture to test the exported image to see if the metadata is there. i mean, i am glad i just did this with the image and metadata that i exported b/c the metadata is not there but it seems like this could be simpler.
    TIA

    What export preset are you using? Did you check the box to include metadata. This is all in the manual. PNG has poor support for metadata so you're best sticking to Jpeg. You can check for the metadata in Preview, or an of a 100 other photo apps.
    Regards
    TD

  • How export one table along with data from one location to other location

    Hi All,
    I'm new in export/import practice.
    Can anyone plz tell the steps along with commands to do the following:
    1. I want to export a table with data from one location(computer) to other(computer) that are in same network.
    2.Also from one user to another user.
    I'm using oracle 10g.
    regards
    Sonia
    Edited by: 983040 on Feb 19, 2013 11:35 PM

    First of all read documentation
    Oracle Export/Import : http://docs.oracle.com/cd/B19306_01/server.102/b14215/exp_imp.htm
    Datapump Export/Import : http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm
    If you are using Datapump or Traditional Export/import you need to follow following steps
    *1) Take User dump via EXPDP on Computer A .*
    For EXP
    exp username/password owner=Test file=D:\test.dmp log=D:\test.log
    For EXPDP
    expdp username/password schemas=TEST directory=TEST_DIR dumpfile=TEST.dmp logfile=TEST.log*2) Copy that to Computer B*
    *3) Import dumpfile.*
    For IMPDP  Use remap_schema optionhttp://www.acehints.com/2012/05/data-pump-impdp-remapschema-parameter.html
    For IMP use fromuser and touser option
    one user to another user imp

  • How export one table along with daya from one location to other location

    Hi All,
    I'm new in export/import practice.
    Can anyone plz tell the steps along with commands to do the following:
    1. I want to export a table with data from one location(computer) to other(computer) that are in same network.
    2.Also from one user to another user.
    I'm using oracle 10g.
    regards
    Sonia

    Wrong forum. This is a database query not an Oracle Secure Backup issue.
    Thanks
    Rich

  • Exporting macro along with data - BEx web

    Hi,
    I have to send BEx web data along with a macro. The purpose is every report user down loads in his desktop gets an unique macro along with the data. The user can later use that macro for further analysis of the downloaded data.
    I was reading through the How to Use Web Printing with Microsoft Excel document which details about various objects such as Packages and ABAP classes. The ABAP class ZCL_RSR_XLS_ITEM_TEMPLATE contains methods such as SET_ITEM,RENDER_DATA,LOAD_TEMPLATE_FROM_DB,GET_TEMPLATE...etc. My question is whether these class and mehtods can it be enhanced to include a macro ???
    Any suggestions is eagerly awaited,
    Regs
    D Bret

    Hi Arun,
    How do you access / write excel macros using jave scripts ? can please send me an example ? In the mean time let me explain you my requirement again...
    My end users are not happy with Web printing so they have decided to go with exporting web report an excel sheet. But once the data been collected in excel sheet many of the users wld like to have some mechanism to strip that exported excel data into multiple sheets. so that is the reason its been decided to send the generic macro to end users who exports the BEx report to an excel sheet and process it....
    thanking you in advance,
    D Bret

  • ECN Export to cFolder along with Affected item

    Hi Experts,
    We have a requirement to export ECN along with all the affected item and history of ECN  in PDX format.
    I am using cFolder to export the BOM in PDX format. There is no option to export the ECN from SAP to cFolder using CFE02
    transaction.
    I can export the ECN to cFolder using FM CFX_S_API_WRITE. But, I also want to link the Affected items to ECN while exporting.
    My question is
    Is there any way  (any FM or Method) so that I can read existing SAP BOM in terms of cFolder attributes (like CFE02)
    and pass it to FM CFX_S_API_WRITE?
    There could be many BOM in an ECN and it is required to write all the fields of BOM so it is hard to write BOM using CFX_S_API_WRITE.
    Regards,
    Atul

    check out this class
    CL_CFX_BI_BOM -> GET_BS_DATA this is used to read the ERP BOM details.
    then check out EXPORT and EXPORT_VERSION ( ). To understand how to convert the ERP data into the cFolders structure.

  • Export data to excel along with Formulas

    Hi,
    I want to design a WD ABAP table ALV or normal) with a forumula for each cell like we do in excel. And upon clicking export to excel it should export the data in the table along with the formulas in it. Is it possible?
    Aditya.

    NB if you do use the standard ALV you'll have to disable the standard export and build your own. I wonder how long (or perhaps it has already happened - Ivan could probably tell us) it will take for generic export from Web Dynpro ALV code to be available.
    I've played with the exports that Ivan has been working on. They are very cool and I highly recommend them!
    Cheers,
    Chris

  • Is it possible to export full PCD object list along with their PCD ID?

    Hi
    Is it possible to export full PCD object list along with their PCD ID to an excel sheet or txt file?
    Any help will be appreciated.
    Regards
    Vineet

    Hi,
    I have provided a simple method below to Get all the PCD objects PCD  ID.
    1. Create a transport package.
    2. Add all the PCD objects for which ever you need the PCD ID.
    3. Now release the Transport package as the "File system" mode.
    4. Once it is done successfully, it will display all the transported object and its corresponding PCD ID in a table format.
    You can simply copy and paste it in a excel to get the PCD ID for the PCD objects.
    Hope this is helpful.
    Thanks,
    Mahendran B.

  • Exporting USER along with data

    Hi there,
    Is it possible to export User along with data. I have 5 tables which belong to user DEVELOPER. I want to EXP this user with 5 tables.
    When I run the IMP, it errors out saying USER does not exist.
    I use like USERID=SYSTEM/MANAGER FULL=Y or I tried also with FROMUSER=DEVELOPER , TOUSER=DEVELOPER
    I can get away from this error by pre-creating DEVELOPER user but what if I have 20 users with their data.
    Is it possible that IMP will create user first and then import the data?
    I am using Oracle 9i on Windows.
    Thanks,
    Data Sheet

    Hey,
    Try the URL below -
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1006280
    Example to export an user using command line:
    $exp system/pasword FILE=scott.dmp OWNER=scott GRANTS=y ROWS=y COMPRESS=y
    or
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch02.htm#1005864
    Example to import an user using command line:
    $imp SYSTEM/password FILE=scott.dmp FROMUSER=scott TABLES=(dept,emp)
    I hope this can help you,
    Best Regards,
    Marcello

  • Ssrs report export to excel along with parameter filters

    HI,
    In ssrs reports export to excel along with parameter filters,is it possible or not?
    Could you please help me..
    indu

    Hi Sriindu,
    According to your description, you want to export the report into an excel file with the report parameter and filters. And you want to filter data in excel. Right?
    In Reporting Services, the components for exporting report into a file called Reporting Services Rendering Extension. There are three types of Reporting Services rendering extensions: Data Render Extension,
    Soft page-break renderer extensions, Hard page-break rendering extensions. All these three extension are only for rendering data. It can't keep the filters and parameter in the report. Also excel can't support Reporting Services filter in
    an excel file. So your requirement can't be achieved.
    Reference:
    Exporting Reports (Report Builder and SSRS)
    Interactive Functionality for Different Report Rendering Extensions (Report Builder and SSRS)
    If you have any feedback on our support, please click
    here.
    Best Regards,
    Simon Hou

  • Possible to export Tuple data along with main table data in Excel sheet?

    Hi Expert,
    Wondering is it possible to export tuple table data from data manager along with main table data?
    Regards,
    Rajeev

    Rajeev,
    I am afraid that functionality of exporting tuples data using data manager is not available at the moment till MDM 7.1 SP08. Lets see if coming versions provides this functionality...
    - Shiv

Maybe you are looking for

  • How do I move text in apple pages for icloud

    I'm trying to highlight text and then click and drag it to another location in my document.  Doesn't  work.   Does the icloud version work differently than the download program?  Thanks.

  • Report Downloading in HTML Format - Problem...

    Dear All, While I am downloading any report in HTML Format. At that time I want to cahnge the font format in SAP. please tell how to do this. Regards, Dharmesh

  • Possible to transfer photos from a camera to the iPhone without computer?

    Is it possible to transfer photos directly from a camera to the iPhone? Does anyone know of a device that will enable transfer or have a suggestion?

  • Help on Floor Plan Manager

    Can anyone send me an example on FPM with an example. I have tried the one in the help library but seems there is no implemented code given in that. Thanks!!

  • What exactly is a charge cycle?

    Hi, everyone! So I recently just bought a MacBook Pro with Retina display (about 4 days ago) and I'm really trying to take of it, and it's battery especially. I've tried looking up some information on the best ways to take care of it, and I always co