Problems with the call of an ODI scenario from an OS Command.

I'm having a trouble to understanding regarding the call an ODI scenario from an OS Command.
On the machine "XPTO" is installed the Agent.
For my local computer, by Designer ODI I can usually run the scenarios, using the Agent that is installed in the machine "XPTO".
When attempting to run ODI scenario directly from the machine "XPTO", where we have the agent installed within the /Ora_Home/oracledi/bin the file STARTSCEN.BAT not exist.
On the machine where you installed the agent I should also have the client installed, so as to be able to run the StartScen.bat?

As suggested, I ran the following command line:
*./startcmd.sh OdiStartScen -SCEN_NAME=STG_CRTC -SCEN_VERSION=001 -CONTEXT=GLOBAL -AGENT_CODE=ODI_2001*
But gave the error below:
com.sunopsis.core.f:*
at com.sunopsis.tools.connection.DwgRepositoryConnectionsCreator.a(DwgRepositoryConnectionsCreator.java)*
at com.sunopsis.tools.connection.DwgRepositoryConnectionsCreator.a(DwgRepositoryConnectionsCreator.java)*
at com.sunopsis.tools.connection.DwgRepositoryConnectionsCreator.a(DwgRepositoryConnectionsCreator.java)*
at com.sunopsis.tools.connection.DwgRepositoryConnectionsCreator.a(DwgRepositoryConnectionsCreator.java)*
at com.sunopsis.security.c.b(c.java)*
at com.sunopsis.security.c.b(c.java)*
at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.u(SnpsFunctionBaseRepositoryConnected.java)*
at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java)*
at com.sunopsis.dwg.tools.StartScen.main(StartScen.java)*
at com.sunopsis.dwg.tools.OdiStartScen.main(OdiStartScen.java)*
Can anyone help me?

Similar Messages

  • Probleme with the caller input in CUC 8.5

    Hi, guys,
    I have an issue on CUC 8.5, knowing that I'm working on CUCM 8.5 as well.
    I'm trying to configure the caller input for a user in a way that when someone call this user and reach voicemail, he will press 1 to reach the extension XXXX, in case of no answer from XXXX extension, the call will be forwarded to YYYY.
    I really appreciate your help, guys,
    thanks in advance.

    Configure a CH with transfer settings to XXXX, set that as caller input 1, attempt transfer to.
    On phone XXXX set the call forward options to YYYY.

  • Problem with a call to a concurrent program from a trigger body...

    I have a table and a before update trigger on it.
    The trigger calls a packaged procedure. that submits a concurrent request.
    This concurrent request calls a packaged procedure.
    This packaged procedure inserts data into another table and then commits the insert.
    When I update the table with the trigger on it, (the above narrated scenario)....
    I come up with the error...
    ORA-04092: cannot SET SAVEPOINT in a trigger
    I didnt use any savepoint in my code.
    Any help is appreciated. Its a high priority issue.
    Thnx,
    Kiran

    You problem is that the standard PL/SQL code to submit a concurrent request (which is presumably what you are running) performs the savepoint, unless you have told it you are running from a database trigger. The processing performed by the concurrent request when it runs is not relevant to the processing of the trigger.
    We have code that submits a concurrent request successfully from a trigger, but before the call to FND_Request.Submit_Request, we call FND_Request.Set_Mode(TRUE) which tells the processing in FND_Request.Submit_Request that we are running from a database trigger and not to perform it's savepoint processing.

  • Is anyone having problems with the new Xerox printer driver update from Apple? My 8700S is no longer working with QuarkXPress.

    I allowed a System Update that included a Xerox Printer update. I am running a MacPro 10.6.8 with Quark 8.5.1 and a Xerox ColorQube 8700S.  EVERY was working perfectly before the "update" but afterwards anything sent to the printer from Quark would stall the printer.  I went to the Xerox website and downloaded their Printer Driver and tried again.  Now I could print from  Quark but I can NOT get to the printer window to change the type of paper, etc.  So, the problem still persists.
    Should I try going into Time Machine and trying to find the Xerox Print Driver in the Library folder?
    Should I upgrade the whole system software?  (I wouldn't mind doing that AFTER I get this magazine off to the commerical printer)
    Should I upgrade to Quark 9?
    Any help here would be apprciated.
    Thanks  - Rob

    As a general rule of thumb, I never install updates until I read its info and I am having problems with my current software.  I hide the updates until I need them.  Usually this happens when I update or upgrade my os.  I don't fix what ain't broken is my golden rule.
    It is possible that you need to update or upgrade Quark in order for your newer printer driver to work.  First I would try the following....
    Disconnect all peripherals from your computer.
    Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://support.apple.com/kb/HT2963 and restart your computer.
    If your printer does not work afterwards, update or upgrade Quark.  If that does not work, contact the printer manufacturer.

  • Function module based generic extractor - Problem with the selection

    Hi all
    The following is my code in the function module. I am able to get the entire data if i dont give any selections and the number of records is also correct. But when i select a MATNR value, it returns 0 records where as it needs to return 3 records. If i give selection based on bukrs, werks, lgort its working fine. But if i give selection based on MATNR, then it is not working.... I think there is a problem in the bold part of my code. If i debug, LS_MATNR is having the correct value which indicates that there is no problem with the value being passed to LS_MATNR from my selection screen of my datasource in RSA3. Even GT_WERKS is also having data. Please help.
    OPEN CURSOR WITH HOLD S_CURSOR FOR
    SELECT  MARA~MANDT
            MARA~MATNR
            MARC~WERKS
            MARD~LGORT
            MARA~MEINS
            MARD~LABST
            MARD~EINME
            MARD~SPEME
            MARD~RETME
            MARD~INSME
            MARD~UMLME
            MARD~VMLAB
            MARD~VMEIN
            MARD~VMSPE
            MARD~VMRET
            MARD~VMINS
            MARD~VMUML
            MARC~XCHPF
            MARD~KLABS
            MARD~KEINM
            MARD~KSPEM
            MARD~KINSM
    from MARA inner join MARC on
    MARAMANDT = MARCMANDT AND
    MARAMATNR = MARCMATNR
    inner join MARD on
    MARAMANDT = MARDMANDT AND
    MARAMATNR = MARDMATNR
    AND MARCWERKS = MARDWERKS
    for all entries in gt_werks
    where MARC~werks EQ gt_werks-werks
    AND MARA~MATNR in LS_MATNR.
        ENDIF.                             "First data package ?
    Fetch records into interface table.
      named E_T_'Name of extract structure'.
        FETCH NEXT CURSOR S_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA
                   PACKAGE SIZE S_S_IF-MAXSIZE.

    try this
    select marc~matnr MARC~WERKS into t_marc for all entries in gt_werks
    where werks EQ gt_werks-werks and lvorm = space.
    if t_marc is not initial.
    select MARD~LGORT MARD~WERKS MARA~MEINS MARD~LABST MARD~EINME
    MARD~SPEME MARD~RETME MARD~INSME MARD~UMLME
    MARD~VMLAB MARD~VMEIN MARD~VMSPE MARD~VMRET
    MARD~VMINS MARD~VMUML MARC~XCHPF MARD~KLABS
    MARD~KEINM MARD~KSPEM MARD~KINSM  MARA~MEINS  from
    mard inner join MARA on mard~matnr = mara~matnr
    for all entries in t_marc where  mard~matnr = t_marc-matnr and mard-werks = t_marc-matnr
    and mard~lvorm = space.

  • I am have problems with the ipad mini, it is a little crazy. It controls by itself, opens and closes application zooms in and out, end my facetime calls, Also Un certain part of the screen is no longer responsive to the touch.

    I am have problems with the ipad mini, it is a little crazy. It controls by itself, opens and closes application zooms in and out, end my facetime calls, Also Un certain part of the screen is no longer responsive to the touch, it Should be having so much problems. Thanks for your help.
    iPad, iOS 7.0.4

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you iPad 2 Wi-Fi   3G, iOS 6.1.3 iPad 2 Wi-Fi   3G, iOS 6.1.

    I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you
    iPad 2 Wi-Fi + 3G, iOS 6.1.3
    iPad 2 Wi-Fi + 3G, iOS 6.1.3
    <E-mail Edited by Host>
    iPad 2 Wi-Fi + 3G, iOS 6.1.3

    Most of the people on these forums, including myself, are fellow users - you're not talking to iTunes Support here.
    If you need to contact iTunes Support then you can do so via this link : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you iPad 2 Wi-Fi   3G, iOS 6.1.3

    I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you
    iPad 2 Wi-Fi + 3G, iOS 6.1.3

    Jonijo88 wrote:
    I,m sory but whin i go to supprt  thay opin this bage and no another way that is let me wrait here and this problem is not first time it is happen with me evry time so jast whin thy fixed this problem i will stope wraiting here
    For God's sakes, look harder...
    http://www.apple.com/support/itunes/contact/

  • I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you

    I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you

    You have to contact iTune Support
    http://www.apple.com/support/itunes/contact.html

  • After a successful home button repair, I've got a buzzing sound when I make or receive calls. No problem with the speaker as I can listen to online radio stations and my music.

    After a successful home button repair on my iPhone 4, I've got a buzzing sound when I make or receive calls. No problem with the speaker as I can listen to online radio stations and my music.

    I guess your definition of a "successful repair" is different from most people's.
    If you got it serviced by Apple, take it back to them.
    If you had it serviced by a 3rd party, Apple won't touch it. Take it back to whoeever fixed it for you.

  • There is a problem with the phone app. When I want to call somebody the phone screen come too late. This will cause a problem if I call the wrong number

    There is a problem with the phone app. When I want to call somebody the phone screen come too late. This will cause a problem if I call the wrong number.  Apple please please please fix it as soon as possible and also check why the phone is always restart. I prefer to let us use the iOS 7 until you finished from the IOS 8 because Ios 8 still under construction  there is a tones problems in the system.  And this Will cause undirect problem for the iPhone 6

    There is no apple here in this user to user technical forum.
    Do this Use iTunes to restore your iOS device to factory settings

  • Issue for the past 2 hours. Cannot make or receive calls in Little Falls, NJ. Is there a problem with the local tower?

    Issue for the past 2 hours. Cannot make or receive calls in Little Falls, NJ. Is there a problem with the local tower?

    You haven't enabled VoLTE (Advanced calling) have you?  Not that it makes a difference just curious. 
    Have you upgraded to Lollipop yet?
    Could be hardware or SIM card issue, read through this thread:
    I can't make or take phone calls, but i can message and use data. Has this happened to anyone else? I've gone through three Samsung Galaxy S5's in the past three days, two of which have this problem and one just stopped working all together.

  • Has anyone had a problem with the iPhone 4 becoming unresponsive as a call is being received?

    Has anyone had a problem with the iPhone 4 becoming unresponsive as a call is being received?

    I'm sure someone has.

  • TS1630 Hi have a problem with the speaker on my iPhone 4S. I can hear people during calls but phone has no sound for media or ringtones etc. any ideas?

    HI
    I Am having a problem with the sound/speaker on my iPhone 4S. Have no sound for media services ie iTunes but I can hear people when they ring me. Any ideas?
    thanks

    If you have a docking station try putting it on there.  I lost my sounds, docked it and they came back immediately.

  • Problems with dropped calls and no reception on Samsung Continuum

    My mother and I both purchased a Samsung Continuum in late March 2011, and have experienced the same problems with the phone.  The device drops at least 2-3 calls per day, often on the same conversation; we have not found that location or time of day makes a difference.  The phone freezes up frequently, even if no apps are running in the background.  We lose our 3G network reception frequently, and cannot access our texts, emails, or the internet.  The screen saver kicks in even when we are actively dialing a number, or typing in a text message.  The overall performance of the phone is also poor, and it is quite slow much of the time.
    We have raised this issue several times with a representative at one of the Verizon stores, but he states that he can find no problem with the phone, and that these issues may not be covered under our insurance plan.  None of my friends with non-Samsung phones are having the same problems with phone reception and performance.  I am aggravated enough with these issues that I am considering reactivating my old Blackberry, which worked like a charm.
    I am not upset that my phone has not been updated to Android 2.2.  I just want the phone to perform as stated, and not fail at its primary function:  making and receiving phone calls.  I am not certain if these problems originate with the phone, Verizon, or Samsung, nor do I care.  I just want to resolve these issues as soon as possible, or I will have to look at other alternatives.
    Thank you.

    If this doesn't work...now what??? I have a useless $400 plus piece of unreliable junk. My Motorola Razor was ions more reliable than this phone...very, very sad but true.
    What carrier were you using with the Razor? AT&T? Same area?
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Creator of 'Mac611 - Mobile Mac Support' (designed exclusively for an iPhone/iPod touch)

Maybe you are looking for

  • GRC AC CUP 5.3 -don't have all pre configured configuration settings

    Hi All, we installed all the GRC AC 5.3 components. In the CUP component we see all the WF types (in the miscellaneous screen) but we do not have all their WF definitions (meaning initiator, stages, paths...) - we have those definitions only for the

  • Test client role = P ? Is this a mistake?

    In our QA systems there are clients that are shown in table T000 as CCCATEGORY=P. As understand this is designating a client in the test system as having a "production" role. Is there any good reason to do this or is this a mistake?

  • ITunes isn't launching automatically when I connect iPhone

    I have the box checked off to launch automatically when I connect my iPhone, but it is not launching automatically.  I have to open up iTunes.

  • Is presenter included in creative cloud

    Hello everyone: I'm a current Creative Cloud subscriber, and I don't see Adobe Presenter in the list of applications I can download. Is Presenter not included in the Creative Cloud subscription? Thanks guys. kurt

  • Creating a CQ template by html designers.

    Hi CQ professionals, By following CQ documentation, creating a template seems like very tricky for a non-programmer to do. You have to access into CRXDE LITE to put a file under template folder, tweeking properties to point a jsp file, and finally ad