Create shortcut via batch loader or other API

Does anyone know whether it is possible (and if so, how) to create shortcuts via batch loader?
If this is not possible, is there an API which could do this?
I will need to create a lot of shortcuts, so am looking for a way to do this in bulk, i.e. programmatically.
Thanks,
-paul

(Please excuse if there is any mistakes. this is my first post)
If you are using the FDM's Task manager for the Batch loading, Just have a lookinto that Script whcih you have scheduled for the Batch process. you will find below row in the script.
Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter))
BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
Assume you are loading Sigle file from "OpenBatch" folderwhen ever scheduler executes the script. If so replace the above as below.
Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter), File1)
BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
Where File1 = Path for the file name to be loaded. So that file will not be moved from the "OpenBatch" folder. then you can append below VB script to the existing script to rename the file name.
Set FSO1 = CreateObject("Scripting.FileSystemObject")
Set File1= FSO1.GetFile("<File Path>")
File1.move ("New path")
Where "File Path" = FDM Directory\FDM Application\Inbox\Batches\Openbatch\1_LocationA_WLACTUALS_Nov-2009_RR.txt
"New Path" = FDM Directory\FDM Application\Inbox\Batches\Openbatch\1_LocationB_WLACTUALS_Nov-2009_RR.txt
and use the Batch processing script Again.
Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter), File2)
BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
Here File2 is the path for new file (LocationB.)
So that, You can get the Single file from the Source system and you can load to two locations at a time with in the Single execution of the script. and Also make sure to write a script to copy the new file from "OpenBatch" folder to backup location like Inbox or as required as this script will not move the file from the "OpenBatch" directory. (Move script as same as mentioned above)
Reply me if you have any doubts....

Similar Messages

  • Create button to stop loading all other tabs.

    Hello. Can you create a button to stop loading all other tabs. I know you have buttons for: reload all tabs, and close all other tabs, but stopping all other tabs would be great too.
    For example:
    opening new tabs on eBay, they constantly load and make mozilla slower to work with. If I can stop all other tabs from loading, I can browse the main page faster and open even more tabs faster.
    This button would be very useful. Consider it. =)

    The OP wants to open a lot of links quickly after each other in the background, but would want to delay the actual loading until going to a specific tab.<br />
    When you restore a previous session only at most three tabs load at the same time if restoring on demand isn't selected (active), but I don't know if you can achieve this with opening a lot of links.
    Maybe one of these help:
    *Absolute Load Control: https://addons.mozilla.org/firefox/addon/absolute-load-control/
    *Load Tabs Progressively: https://addons.mozilla.org/firefox/addon/load-tabs-progressively/
    *BarTab Lite: https://addons.mozilla.org/firefox/addon/bartab-lite/

  • Creating/updating Workcenter via batch file

    Hello,
    I need to update/create workcenters via batch file, including the cost, capacity and scheduling views.
    Concerning the capacity views (table CRCA), could somebody tells me how to initialize the key field CRCA-CANUM (capacity allocation number) ?
    Thank you in advance

    hi
    good
    Definition:Operations are carried out at a work center. In the R/3 System work centers are business objects that can represent the following real work centers, for example:
    Machines, machine groups
    Production lines
    Assembly work centers
    Employees, groups of employees
    Use
    Together with bills of material and routings, work centers belong to the most important master data in the R/3 production planning and control system. Work centers are used in task list operations and work orders. Task lists are for example routings, maintenance task lists, inspection plans and standard networks. Work orders are created for production, quality assurance, plant maintenance and for the Project System as networks.
    Data in work centers is used for
    Scheduling
    Operating times and formulas are entered in the work center, so that the duration of an operation can be calculated.
    Costing
    Formulas are entered in the work center, so that the costs of an operation can be calculated. A work center is also assigned to a cost center.
    Capacity planning
    The available capacity and formulas for calculating capacity requirements are entered in the work center.
    Simplifying operation maintenance
    Various default values for operations can be entered in the work center.
    Look at CR01 ,CR02,CR03 Transaction
    table : CRHD Table
    thanks
    mrutyun^

  • LSMW for Listings via Batch Input recording - Help ?

    Hi
    Has anyone had any luck with trying to upload Listings via LSMW at all ?
    I have created on, via batch input recording
    I have lots of records with entries from 1 to 16
    I have recorded enough entries to cope with 16
    However when i try to execute the batch session, if there is only 1 material that requires an entry, then i cannot get past this screen, the LSMW is wanting entries for the next line and so on
    I presume I must have to put some sort of a ruling in per Material number it is expecting, so if it is not poupulated then to move on, but to save the entries that have already been made
    I do not have much experience in writing rules into LSMW so
    Any ideas / help would be much appreciated
    Thanks
    Tony

    Hello Tony,
    In the past I have suggested this to few people and were successful with this link, please try, but only thing you need to take care is use VB02 instead of XK01 with reference to this link what I am trying to say.
    http://youtu.be/fz94PcvtdZw
    Regards,
    Sridhar.

  • Execute calc script before batch load

    Hi
    I use FDM ERPI to load data from Oracle EBS R12 into Hyperion Planning 11.1.2
    I use batch loader to load several locations.
    How could I execute a Essbase calc script before the import process, so before the first load?
    Thanks in advance for your help
    Fanny

    Sorry, but I have searched in this forum.
    I have found topics about how to execute calc script after the load, but nothing (at least I have not found) about calc script befort many load via batch loader.
    So if someone can give me some clues...
    thanks!
    Fanny

  • API to created GL Recurring batches

    Hi,
    Currently in our implementation, we would need to migrate some recurring journal batches along with some formulas to our system.
    Is there a way, we can migrate it using the Oracle API's?? I found some below packages which inserts into the necessary tables.Are these the correct package?
    GL_RECURRING_BATCHES_PKG
    GL_RECURRING_HEADERS_PKG
    GL_RECURRING_LINES_PKG
    GL_RECURRING_RULES_PKG
    Is there a Oracle Interface program which can be used to achieve this just like the Journal Import?Or any alternate suggestions is appreciated?
    Thanks,
    Ashwini.

    Thank you.
    Next is error message.
    Material document cannot be processed
    Message no. M7130
    Diagnosis
    This material document was generated through the posting of a physical inventory document, a delivery via Shipping, or some other automatic movement (such as an order confirmation in PP or a usage decision in QM) and cannot be processed with this function.
    System Response
    In this transaction, the system can only cancel a material document if the latter was created using an Inventory Management transaction.
    Procedure
    Cancel the material document in the component that created the document.
    You can only reverse the goods movement created through the posting of a physical inventory document by carrying out a new physical inventory for the relevant material. You can reverse a delivery effected via Shipping using transaction VL09.

  • API to create shortcut to a file

    Hello,
    I am new to java. I am looking for a native API in java
    to create in a directory a shortcut to an existing file.
    Thanks in advance.

    Hi OlivierYolene,
    Standard java does not contain the ability to create shortcut's because the file is specific it Microsucks Windoze. You would have to create a ShortcutFile class and put a method in it like "createShortcut(File directory)" This would intern call a native method "public native void create(String directoryName)". Now you have to create the DLL file that this class will link to. The C code will implement the "create" method and call a Windoze API method for creating the shortcut.
    Refer to the documentation that comes with the Java Documentation for more information about creating a native library.
    Hope this helps,
    Bud

  • IStore Images Batch Load Issue

    Hello All,
    We have been working on setting up a Batch load for product images for our iStore and have run into an issue. First off, this is more of a batch association since we are using already existing items.
    The issue we are having is that we are using APPS.IBE_LOGICALCONTENT_GRP.SAVE_DELETE_LGL_CTNT API to tie the images to the items. The process runs without error, but on inspection of the iStore page, the link to the image is bad causing no image to be displayed. Going through the iStore Admin and checking the Catalog / Content everything looks fine.
    If I remove the association to the content for the item, apply the change, then re-associate the content and apply, everything works fine. So, it would appear that the content is not the issue. We will be loading 1000+ image associations, so having to manually fix each one is not a very good option.
    After creating the Item - Content association, is there another API or something else that needs to be run so that the image correctly shows up on the iStore?
    Thanks
    Kyle

    1. Did you try using save_logical_content API.
    2. Did you verify the table IBE_DSP_OBJ_LGL_CTNT, IBE_DSP_LGL_PHYS_MAP. If data exists, Please send me an email to [email protected]
    Thanks
    RK
    925 998 1494
    [email protected]
    Independent Consultant

  • FPB7 Create Payment Lot after loading Manual Bank Statement

    Hello Everyone,
    My question is can we create payment lot after loading Manual Bank Statement(FF67).
    Thanks,

    Hi Imitiyaz,
    Transaction code-FF67 (Manual bank statement) is used to enter the bank statement data manually via dynpro. Moreover, since it contains no front end controls so it can be called via batch. You need to develop a custom program to cater the requirement.
    You can create a program which creates batch input sessions for transaction FF67. Use transaction SHDB to record the transaction in order to see program, dynpro and field names.
    Hope it helps...
    Thanks,
    Amlan

  • FDM/ERPi Batch Loader Error

    Hello,
    I have set up FDM with the ERPi adapter and I can successfully import data via the FDM web. I have several locations set up to import from multiple ledgers so I would like to set up a batch process to do this. To test this, per the documentation I created a blank file with the appropriate name convention and but it in the OpenBatch folder. When I kicked off the batch process it failed with the message:
    "one or more processes failed to start, please see batch reports or error log"
    When I checked the server, the file was moved from the OpenBatch folder to a folder with a unique name (as expected).
    Here is the output from the error log:
    ** Begin FDM Runtime Error Log Entry [2012-05-09 19:08:30] **
    ERROR:
    Code............................................. -2147286781
    Description...................................... Can't save. - Parallel Process ID=1
    Procedure........................................ clsBatchLoader.ExecuteProcessShell
    Component........................................ upsWBatchLoaderDM
    Version.......................................... 1112
    Thread........................................... 2356
    IDENTIFICATION:
    User............................................. [username]
    Computer Name.................................... PHX1-EPMTS01
    App Name......................................... Finreporting
    Client App....................................... WorkBench
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... epmdev
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SAMPLE
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... ACTUAL
    Category ID...................................... 13
    Period........................................... Feb - 2012
    Period ID........................................ 2/29/2012
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2012-05-09 19:08:32] **
    ERROR:
    Code............................................. 1000
    Description...................................... Parallel process shell [1] failed to start
    Procedure........................................ clsBatchLoader.mFileCollectionProcessParallel
    Component........................................ upsWBatchLoaderDM
    Version.......................................... 1112
    Thread........................................... 2356
    IDENTIFICATION:
    User............................................. [username]
    Computer Name.................................... PHX1-EPMTS01
    App Name......................................... Finreporting
    Client App....................................... WorkBench
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... epmdev
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SAMPLE
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... ACTUAL
    Category ID...................................... 13
    Period........................................... Feb - 2012
    Period ID........................................ 2/29/2012
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    Any guidance for where to direct my troubleshooting (or fix) would be appreciated.
    Thanks

    I used serial batch load. Some progress I have made is that the admin account can successfully run the batch load on server itself. So it seems as if I there is a folder I need write permissions to that I don't have. Currently I have write access to (via a share) the folder for the FDM application I am loading and all its subfolers. Still trying to figure out what additional write privileges I need to get.
    Any help would be appreciated.

  • Update Metadada via Batch

    Hello
    Guys,
    Is there any way to update a metadata via Batch?
    The Batch Loader will not work for me, because I don´t want to publish new documents.

    Hi
    There is a massmetadataupdate component that is a custom gig done by consultants to do the sort of the requirement which you are looking for . You should be able to get hold of it from any consultants at Oracle. Apart from that BatchLoader is best option for metadata update and I am not sure " what are you referring to as not to be published" .
    Metadata update does not create a new revision of the content .It's only a checkout and checkin operation that creates a new revision for the existing content and sends it to the indexer for getting published / released.
    Hope this helps
    Thanks
    Srinath

  • Batch Loader Email

    I am using a process method of serial and I have an email notification code in the batch loader script that is sent out to the admin. The email notifcation has a message based on the Process State. If I am testing with one file, the email sent with no issues. If am testing multiple files, the email is sent out when the last file is loaded. I would like an email sent out to the admin after every file is loaded.
    Any suggestions are appreciated.

    Yes, I follow you and that's a problem with writing the e-mail notification from within the Batch Loader script that you created.
    If you wan to do this in the Batch Loader script that you've made, then you would need to call the BATCHENG for the current BatchID and then call the recordset to list the files collected during the BATCHENG process. Then once you have the list of files, you can do a loop to trigger nofication for each file. I won't be able give you source code for this, but if you go through the Supplemental API in the workbench, it has everything you need.
    For example, calling "farsFileListforBatchID" will return a list of all files for the specified BatchID. This works for SERIAL running batches, but there are some issues when running in Parallel.

  • FDM batch loader script

    x
    Edited by: user2657915 on Apr 16, 2012 10:15 AM

    Yes, you can use the batch loader to execute a SQL integration Script that is assigned to a location for import. You would create a blank text document with the proper file naming convention for batch files as noted in the FDM administrator guide and then place the files in OpenBatch and execute the batch via script or the GUI in the workbench. It will go to this POV and execute the Integration Script assigned to the location.

  • Batch loading with sdordf.jar.

    Hi Guys
    I have just tried a batch load with sdordf.jar.
    In my first attempt there was a mistake in the n3 file.
    After correcting the file and re running I now get the error.
    Connecting to jdbc:oracle:thin:...........
    Append mode
    Copy existing data out
    Just load triples into one column
    Temporary table already exists!
    java.sql.SQLException: ORA-00955: name is already used by an existing object
    ORA-06512: at "MDSYS.SDO_RDF_INTERNAL", line 3326
    ORA-06512: at "MDSYS.SDO_RDF_INTERNAL", line 3362
    ORA-06512: at "MDSYS.RDF_APIS", line 786
    ORA-06512: at line 1
    Can anyone tell me what the name of this temporary table is, so that I can get rid of it.
    Cheers
    Phil

    Hi Mellie
    After having a little break I have installed the jena patch during which I had to drop the network and model created before.
    I tried running a batch load as before but I still get the error message saying the temporary table already exists.
    I tried the clean up routine as suggested but get the error.
    SQL> exec sdo_rdf.cleanup_batch_load('researchdata')
    BEGIN sdo_rdf.cleanup_batch_load('researchdata'); END;
    ERROR at line 1:
    ORA-13199: Batch load cleanup failed. ORA-00942: table or view does not exist
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 17
    ORA-06512: at "MDSYS.SDO_RDF", line 1016
    ORA-06512: at "MDSYS.SDO_RDF", line 1022
    ORA-06512: at line 1
    I run it as mdsys as you said.
    Any other suggestions?
    Cheers
    Phil

  • Bridge CS6: How do you write a script to assign a shortcut to "Batch" and "Image Processor"?

    Many times a day I need to access "Batch" and "Image Processor" in Bridge.
    There is no shortcut, so I have to go the Tools-Photoshop-Batch and Tools-Photoshop-Image Processor menu - the items I need are locked into a second level menu.
    Which is impractical.
    I remember, when I started out with Photoshop many years ago, I downloaded "Deke Keyes" from Deke McClelland, which included keystrokes for "Batch" and "Image Processor".
    From the Bridge forum I learned that you cannot assign shortcuts in Bridge CS6.
    So the general opinon was that a script was used to assign the shortcuts.
    Could you please tell me how to do that?
    Thanks!
    PS: I tried to assign shortcuts via the Mac OS X Mountain Lion keyboard preferences (applications), but it did not work.

    Hi,
    in the exit:Event of the 1st date field add this FormCalc script:
    DateField2 = Num2Date(Date2Num($.formattedValue, "DD.MM.YYYY") + 21, "DD.MM.YYYY")
    You may have to change th date pattern  "DD.MM.YYYY" in the way you need it.

Maybe you are looking for

  • How do i add multiple people in one pod cast

    me and my friends are trying to make some pod cast for my youtube channel. the problem is not all of us can get together to make it. i wanted to know how we can all be in the pod cast at the sametime?

  • How do I turn off Itunes  match without lossing all my music

    Hi, I had all my music on my hard drive. Then I turned om Itunes match. All the music was accesible with all the IOS devices. 1. But playing on IOS devices during travel took almost all my download availbility amount of GB of my provider. 2. Itunes m

  • Is there any way I can browse photos on Front Row and choose the music?

    Hi! Without creating a slideshow or anything in advance, is there any way using Front Row that I can browse my photos and either keep my iTunes music playing in the background or the music I choose in Front Row? Thanks

  • Jpeg attachments are squished in mail

    I see that there have been a few threads on this, but I still haven't found a solution that works. When I attach jpegs to Mail messages, the recipient sees them as tiny, squished, distorted images that they can't click on.  I've done what everyone su

  • Safari not opening certain webpages?

    Hi Guys, I have been unable to access certain web pages on this computer recently, the very same web pages open on my other computers but on my G5 (OS 10.3.9) they will not load any data. These include amazon and other well known websites. Is there a