Run a script for different variants of a program

Hallo,
Target is => in JOBCHAIN_A :
STEP 1 : script 1 running simultaneaously ABAP_program_1 with variant_1, variant_2, variant_3, variant_4, variant_5...variant_n
As per information mentioned in given thread- [RW Cronacle : Run a script as many times as there are variants|RW Cronacle : Run a script as many times as there are variants], I have created a custom table in Cronacle and have written a PL/SQL within script which loops all the variants in the custom table.
I want to execute / run the job in a loop for the number of variants present in the table.
How can I make this possible?
How to schedule the program for n number of variants?
Thanks & regards,
Jenisha

Hi Gerben,
Thanks for your reply.
I did not import any Job definition from SAP.
I just created a new script with the given code and appropriate table and field names.
I can schedule the job in CPS but it does not schedule any job in SAP system.
I have created a parameter with default program name ABAP_PROGRAM_NAME.
I get the following error when I submit this job.
ORA-20800: JCS-02008: unknown parameter ABAP_VARIANT_NAME
ORA-06512: at "SYSJCS.VAL", line 4964
ORA-06512: at "SYSJCS.VAL", line 6062
ORA-06512: at "SYSJCS.JCS", line 2890
ORA-06512: at "TRIBASIS.Z_BAS_JEN_TEST_VARIANT", line 26
ORA-06512: at "TRIBASIS.Z_BAS_JEN_TEST_VARIANT", line 54
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_SYS_SQL", line 1204
ORA-06512: at "SYS.DBMS_SQL", line 323
ORA-06512: at "SYSJCS.DDL", line 1089
ORA-06512: at "SYSJCS.DDL", line 1122
ORA-06512: at "SYSJCS.DDL", line 1181
ORA-065
JCS-00215: in statement RSOJ_EXECUTE_JOB
Is there something that I am missing?

Similar Messages

  • Running Permission Scripts for App-V packages in VDI environment

    Hi
    We use App-V 5.0 SP1 in VDI environment.
    We have a major problem with packages' permissions
    Our users don't have administrative privileges on their machines.
    As the option for "Security Descriptors" is discontinued, the only way to give permissions to a folder in a package is to use the VFSCACLS.vbs as a startup script of a package.
    This way the first time users launch an application they're prompt to reopen it, and the second time they can use the application with the needed permissions.
    The problem:
    The script saves those permission changes under LOCALAPPDATA\AppV...
    Therefore, everytime the users logoff the folder is deleted (VDI...) and again, they must run the script for the first  again to get the permissions back after logon!
    We cannot roam the LOCALAPPDATA\AppV folder as its size can be dozens of GBs...
    Folder permissions with group policy is also not a solution, as the folder name changes everytime we upgrade a package and it's impossible to follow with hundreds of packages.
    So it's either we're missing something critical in the architecture with VDI environment or there's a normal solution for these situations.
    Would love to get some help
    Thanks
    Tamir Levy

    Hi Nicke
    that's what I did! the problem is that I find my self over and over again want to sequence packages in App-V 5.0 and forced to sequence it in App-V 4.6.
    I really hope that it wasn't App-V team's goal. announcing App-V 5.0 and tell us it doesn't support many things so we will still need App-V 4.6 forever.
    I have to maintain 2 different App-V environments with 4 different servers , 4 different sequencers and 2 clients on each computer. it doesn't make any sense for me to forced to stay with both of the versions forever.
    correct me if I'm wrong but App-V 4.6 is a legacy application. the new versions cover only support on newer operating systems and nothing more. I won't be surprised if in the next version of MDOP won't come with App-V 4.6 anymore and Microsoft will announced
    it's unsupported very soon.
    Every time I open a ticket with MS Support the best thing I get is "It's a known issue, we can't tell when it will be fixed"
    can you help me more ? move it forward to other people from the inside? at least agree with me that something is not as expected in App-V 5.0... :(
    I love the technology, I believe in it, I'm kinda depend on it and I only want it to be better
    Tamir Levy

  • How to create a running total formula for different calendar years

    Hello everyone,
    I am looking for some help in creating a running total formula for different calendar years in Oracle. This is what I currently have organized in the crosstab report: vertically I have the cities from our database organized, then horizontially have the following information for each city:
    2006 /2007 /2008
    Amount /Amount Spent /Unspent Amount Amount Recieved/Amount Spent /Unspent Amount Amount Recieved/Amount Spent/Unspent Amount
    Recieved
    I am trying to create a formula that will specify each calendar year. For example, I'd like to have a formula in 2007 which would total the: 2007= {2006 unspent amount + the unspent amount in 2007} and same for 2008= {2007 unspent amount + the unspent amount in 2008}. I hope this is clear, I have simplified the report into a basic interpretation of what i've been trying to accomplish.
    Would anybody know if this is possible and how to approach this?
    Really appreciate it! Thanks.
    Alex

    Hi,
    you can try and define a running total as a calculation in the crosstab as:
    sum(Unspent Amount) over (partition by city order by year)
    i find the crosstab format comfusing sometime since the aggregation is auto applied.
    I would start with a flat table and then "duplicate is as a cross tab"
    for your running total you can sort the data by the city,year and get it to 3 lines for each city, for example:
    city year Unspent Amount all other amount...
    X 2007 10
    X 2008 20
    X 2009 30
    Y 2007 5
    Y 2008 15
    Y 2009 25
    then you can use a funtion to calculate the amount :
    sum(Unspent Amount) over (partition by city order by year)
    this is the sql i used just to check it:
    SELECT city,year,"Unspent Amount"
    ,SUM("Unspent Amount") over (PARTITION BY city ORDER BY YEAR)
    FROM (
    SELECT 'X' city, 2007 YEAR, 10 "Unspent Amount" FROM dual UNION ALL
    SELECT 'X', 2008 ,20 FROM dual UNION ALL
    SELECT 'X', 2009 , 30 FROM dual UNION ALL
    SELECT 'Y', 2007 , 5 FROM dual UNION ALL
    SELECT 'Y', 2008 , 15 FROM dual UNION ALL
    SELECT 'Y', 2009 , 25 FROM dual
    Tamir

  • Report execution for different variant and Broadcast

    Hi experts,
    i had a situation where i need to broadcast the same report for 100 vendors, but the information in the report will be different and specific to the vendor.
    can i create different variant for each vendor and execute the report at the time in background and broadcast that to the vendors.
    Is it possible for broadcasting the reports at a time
    any idea will be appreciated
    regards

    Hi akshay
    Is it like i can execute the report same time for different variants and broadcast that reports based on  that variant to different vendor
    for eg User  A has to view report with Variant X.
             User B has to view same report with variant Y
    and so on is this possible for us to do at a time
    or need to create different reprots for 100 vendors and broadcast them
    Hope if u have any document for broadcasting that shows the steps to do this can you please share

  • Run preupgrade script for AppleMobileDeviceSupport. Contact the software manufacturer for assistance.

    everytime i try to update itunes this is what it says
    run preupgrade script for AppleMobileDeviceSupport. Contact the software manufacturer for assistance.

    C,
    I ran into the same issue. Make sure your apple device in disconnected from the computer. It interrupts the itunes download. Disconnect and make sure itunes is closed, then try installing again. Remember that even though you close of itunes, it is often still running in the background. To make sure it's closed, click and hold the mouse on the itunes icon and select quit from the drop down menu. Then try installing the updated itunes.
    Hope that helps.
    SoEreal

  • Error: run postflight script for adobe common files

    error: run postflight script for adobe common files

    I am sorry can you please restate your inquiry.  If you can provide some more details regarding which Adobe Software you are inquiring about?  Which operating system are you using?  Finally what are you trying to accomplish when you receive this error?

  • I have an older Macbook with OS/X. Tried to download iTunes 10 a few times now, but when installing I always get the same error message: Run Preinstall Script for Apple Mobile Device Support. What can I do to finalise the installation?

    I have an older Macbook with OS/X. Tried to download iTunes 10 a few times now, but when installing I always get the same error message: Run Preinstall Script for Apple Mobile Device Support. What can I do to finalise the installation?

    Thanks. Short of the sort of "generic" suggestions of restaring your system, if you haven't, and repairing disk permissions and verifying the disk, I don't have any advice right now. I'll do some research and see if I can come across anything. Meanwhile, someone else may have an idea.
    Regards.

  • An attempt to install Adobe reader X on my Mac OS 10.5.8 failed, with this message: "Run preinstall script for application." What is that, and how do I do it?

    An attempt to install Adobe reader X on my Mac OS 10.5.8 failed, with this message: "Run preinstall script for application." What is that, and how do I do it?

    Hi renmusn79002737,
    Could you please try installing Reader again from the below mentioned link:
    http://get.adobe.com/reader
    Ensure that you are logged in as administrator and anti-virus is disabled as that might interrupt downloading.
    Try again and then let me know.
    Regards,
    Anubha

  • Install step failed: run preinstall script for DeveloperTools

    During install of option install, I received the install failed for DeveloperTools. I am juts starting to use a mac for development and was trying to install all the development tools. How can I get this install successfully?
    Full Log entry follows:
    Oct 31 23:34:33 Macintosh Installer[1534]: DeveloperTools Installation Log
    Oct 31 23:34:33 Macintosh Installer[1534]: Opened from: /Volumes/Mac OS X Install DVD/Optional Installs/Xcode Tools/Packages/DeveloperTools.pkg
    Oct 31 23:34:36 Macintosh Installer[1534]: fileURLForURL = x-disc://Mac%20OS%20X%20Install%20DVD/Optional%20Installs/Xcode%20Tools/Package s/DeveloperTools.pkg
    Oct 31 23:34:36 Macintosh Installer[1534]: fileURLForURL = file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Optional%20Installs/Xcode% 20Tools/Packages/DeveloperTools.pkg
    Oct 31 23:34:49 Macintosh Installer[1534]: Install: "DeveloperTools"
    Oct 31 23:34:49 Macintosh Installer[1534]: DeveloperTools.pkg : com.apple.pkg.DeveloperToolsLeo : 4.0.0.9000000000.1.1192168948
    Oct 31 23:34:49 Macintosh Installer[1534]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Optional%20Installs/Xcode% 20Tools/Packages/DeveloperTools.pkg
    Oct 31 23:34:50 Macintosh Installer[1534]: Create temporary directory "/private/tmp/DeveloperTools.pkg.1534N7IixP"
    Oct 31 23:34:50 Macintosh Installer[1534]: Processing DeveloperTools:
    Oct 31 23:34:50 Macintosh Installer[1534]: It took 0.60 seconds to create the install plan for DeveloperTools.
    Oct 31 23:34:50 Macintosh Installer[1534]: run preinstall script for DeveloperTools
    Oct 31 23:34:51 Macintosh Installer[1534]: Install failed: The following install step failed: run preinstall script for DeveloperTools. Contact the software manufacturer for assistance.
    Oct 31 23:34:51 Macintosh Installer[1534]: 'Install Failed' UI displayed message:'The following install step failed: run preinstall script for DeveloperTools. Contact the software manufacturer for assistance.'.

    "Create the folder "Developer" on your hard-disk."
    I already had the Developer folder at the top level of the disk. What did work for me was to not let the install location default, but to actively select the Developer folder. (You may have to modify some permissions for this.) The install was a success and I've confirmed the tools are working.
    Good luck!
    Mark

  • Run postflight script for Plugin - step failed for mac

    So when I try and install adobe flash player on my mac OS X version 10.5, I get a message saying "The following install step failed: run postflight script for plugin. Contact the software manufacturer for assistance.

    Hello,
    Flash Player no longer supports OS X 10.5. The last version to support OS X 10.5 is 10.3.183.90.  You can download an archive.dmg file containing this version from http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html.  After downloading and extracting the files, you'll want to install the file 'flashplayer_10_3r183_90_mac_intel.dmg'.
    Maria

  • I keep getting this message when wanting to download latest itunes software update :The following install step failed: run preupgrade script for AppleMobileDeviceSupport. Contact the software manufacturer for assistance. what can i do to download?

    The following install step failed: run preupgrade script for AppleMobileDeviceSupport. Contact the software manufacturer for assistance. what can i do to download software when the above message keeps popping up...not allowing me to download

    I had the same problem this weekend.  The iphone 4s needed Itunes10.5 to sync to her Asus Windows 7 Laptop.  When I tried to download from the Apple website I got the error that the windows installer was missings files or something like that.  I uninstalled itunes and tried again but that didn't work.  Then I redownloaded itunes 10.3 just to have a working version in case I gave up.  Then I found site that suggested I update Windows by going through the start menu and while doing that I found an update Apple itunes file. 
    Goto Start and type Widows Update in the seach window.  Click on check for updates (I already was current with all updates but I suggest you download the updates if there are some available.
    Goto start and this time just type update in the search window.  Look for the Apple itunes update link and click on it.  It found there were updates for itunes 10.5, Quick time, Safari, and Icloud.  I checked all the updates except for Safari, since we don't use it (yet).
    The install started then seemed to stall at one spot for ~3min but then completed successfully.  I open itunes and had her synced with Outlook Contact, Email, Calender, and Notes in 5 minutes.  I did already configure Outlook by going to tools and Trust Center.
    I hope this works.

  • When I try to install an iTunes upgrade I get this message: The following install step failed: run preupgrade script for AppleMobileDevice Support.

    When I try to install upgrades for itunes on my Mac, I get the following message: The following install step failed: run preupgrade script for AppleMobileDevice Support.  When this happened before I trashed itunes and started over, but I don't want to have to do that everytime i install an upgrade.

    C,
    I ran into the same issue. Make sure your apple device in disconnected from the computer. It interrupts the itunes download. Disconnect and make sure itunes is closed, then try installing again. Remember that even though you close of itunes, it is often still running in the background. To make sure it's closed, click and hold the mouse on the itunes icon and select quit from the drop down menu. Then try installing the updated itunes.
    Hope that helps.
    SoEreal

  • Error installing iLife 09 - "run preflight script for Registration"

    Hi,
    I am trying to install iLife 09 and am getting the error above (run preflight script for registration) and cant figure out how to fix it. I have run a permissions repair, rebooted and it just doesnt want to let me install. My Install.app is present in /System/Library/CoreServices/Installer.app and have installed all the latest updates for 10.5
    Any ideas?
    Thanks
    Ian
    Edit: I see this could be in the wrong forum - my apologies - please move to the correct forum.
    Message was edited by: BarnRacoon

    I'm having the same problem. I cannot instal Ilife on my new Imac.
    I first tried to install all programs together via the installation guide. but it kept crashing without any reason.
    after that I tried to install each program seperately via the customized installation guide but again the installation guide crashed.
    for each program the following messages appeared:
    run preflight script for iphoto, Imovie etc.
    So what can I do about this. The warning message said I had to contact the manufacturer.
    Thanks

  • The following install step failed: run preupgrade script for AppleMobileDeviceSupport. Contact the software manufacturer for assistance.

    Just upgraded software. When system prompts to update itunes and in the middle of the system's attempt to complete the upgrade, the message, "The following install step failed: run preupgrade script for AppleMobileDeviceSupport. Contact the software manufacturer for assistance" appears.
    I don't understand what "preupgrade" needs to be done.
    Anyone else experience this?
    Suggestions?

    -= Pre Upgrade Script Error with iTunes =-
    Do a general web search and you will discover there are many answers, none definitive.
    iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X 10.6.8 or Earlier - http://support.apple.com/kb/ht1747
    scarier:
    https://discussions.apple.com/message/10464515#10464515

  • The following install step failed: run preupgrade script for AirPortUtility. I have been getting this error whenever I try to do a software update on anything.

    Each time I try to run a software update... I am getting these error messages so I am never able to upate.
    The following install step failed: run preupgrade script for AirPortUtility

    =Pre Upgrade Script Error with iTunes=
    Do a general web search and you will discover there are many answers, none definitive.
    iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X 10.6.8 or Earlier - http://support.apple.com/kb/ht1747
    scarier:
    https://discussions.apple.com/message/10464515#10464515

Maybe you are looking for

  • How to determine is a java app is running in development mode

    i am stumped with this problem. i am developeing a app in eclipse, and there is a update feature that i do not want to run when i am running the app from eclipse. now when i was developing in visual studio there was a property which i could use to de

  • Cisco 2811 Router with 3 ADSL card and load balancing

    Dear All, I have few queries: 1. Does Cisco 2811 Router support 3 ADSL card? 2. We are the ISP. I want to do load balancing with 3 dsl line on Cisco 2811 Router. Please send me the linke for this configuration. Thanks/Regards Atul

  • Settings for a component of BOM

    Dear guru , For a component of bom with material type quantity and value updating I want to make these settings : -     relevant for costing -     not relevant for mrp dependent requirements -     only for information purpose for production order -  

  • Tif image

    i want to display a tif image in the browser ... could somebody suggest how to go about it.... any hints etc.. are invited

  • HDD g5 to mac pro

    hi there I as wondering is it possible to hot swap the HDD drive in my G5 into a 2.66ghz mac pro version 1.1 or will this cause issues given that one is a power pc and the other is an intel based machine?