11g ODI error when you run scripts from startscen

Hello

I get the following error message when you try to run the script with the help of an autonomous agent:

org.apache.bsf.BSFException: exception of Jython:
Traceback (innermost last):
"< String >" file, line 6, in there?
ImportError: no module named re

at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2375)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1616)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1581)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
....

Everything works well for the designer. I can run the scénarion using the Designer agent without problem.

Any idea about this error? Sounds like a path error, but I checked everything.

Thanks in advance.
Nick

I think I have the answer.
When you are tripping through the ODI designer his will and the reading of this path of the Oracle_ODI1\oracledi.sdk\lib file
Now there is another folder called Lib that has the re.py causing allows designer run the re module perfectly.

When the same scenarios is called via startscen it reads Oracle_ODI1\oracledi\agent\lib and here there is that Jython.jar is there but Lib that contains the re.py is missing.

Temporary solution - copy the Lib of Oracle_ODI1\oracledi.sdk\lib to Oracle_ODI1\oracledi\agent\lib and remember your startscen. It should work.

I call it a temporary solution because we would need to change the odiparams accordingly to read of the namely (Lib) from the right path and I don't have much time to watch now. I'll look into it later.

You can try if it works, and if you want you can check with metalink if there is good solution or achieve the Support of Oracle for the most appropriate solution or other experts who have experinced the same can update the solution.

Tags: Business Intelligence

Similar Questions

  • Error when you run DISM/online/Cleanup-Image /RestoreHealth - error 0x800f0906

    Error when you run DISM/online/Cleanup-Image /RestoreHealth - error 0x800f0906

    DISM / Online/Cleanup-Image /RestoreHealth

    Management and maintenance of deployment images tool
    Version: 6.2.9200.16384

    Image Version: 6.2.9200.16384

    [==========================100.0%==========================]

    Error: 0x800f0906

    The source files could not be downloaded.
    Use the 'source' option to specify the location of the files that are required t
    o restore function. For more information on the specification of a source location, see
     http://go.microsoft.com/fwlink/?LinkId=243077.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

    Ran according to this link repair instructions.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-windows_update/dismexe-online-cleanup-image-restore-health-failed/668ef107-5f4c-4959-Ba93-76d052452315

    Network list Service will not start.

    ---------------------------------------------

    Verifying the service dependencies. The following error message

    Win32: A dynamic link library (DLL) initialization routine failed.

    -----------------------------------------------

    Windows Update is able to operate, and I am able to download all of the updates.

    -----------------------------------------------

    Here is my DISM.log file for troubleshooting.

    http://pastebin.com/Z2Fc8JL4

    Excerpt from CBS. Only JOURNAL entries [SR]

    http://pastebin.com/1jn2SWPV

    Complete CBS.log for 2013-06-22

    http://www.sendspace.com/file/hdq0yu

    You get the error 0x800f0906 because you have installed KB3022345. Uninstall it by going to programs and features in Control Panel and then click on the link "View installed updates".

    In the Find box top right, copy and paste (or type) KB3022345 and when it appears in the list, on the right, click on it and choose uninstall.

    See these two articles for more information on the subject: Microsoft confirms patch KB3022345 SFC/scannow breaks

    Windows patch KB 3022345 triggers apparent file system corruption

  • VISA: (Hex 0xBFFF001) timeout expired before the operation is complete. I get this error when you run a VI (instrument is set up to be controlled remotely using the TCP/IP Protocol)

    VISA: (Hex 0xBFFF001) timeout expired before the operation is complete. I get this error when you run a VI (instrument is set up to be controlled remotely using the TCP/IP Protocol)

    Please suggest a solution.

    Thank you very much, it worked!

  • Re: "insufficient privileges" error when you run the Java stored procedure in another schema

    I get an "insufficient privileges" error when you run the Java stored procedure in another schema, see details below.  I don't know what are missing privileges (I already granted the EXECUTE privilege), suggestions?  -Thank you.

    Define a simple java class and deploy it as a Java stored procedure to test:


    Schema: User1

    test of the package;

    public class HelloWorld {}

    public HelloWorld() {

    Super();

    }

    public static String Hello () {}

    Return "HELLO";

    }

    }

    CREATE or REPLACE FUNCTION HELLO RETURN VARCHAR2 AUTHID CURRENT_USER AS LANGUAGE JAVA NAME ' test. HelloWorld.hello () return java.lang.String';

    Grant execute on USER2 HELLO

    Test the Java stored procedure through the PL/SQL function call (in the same schema):


    Schema: User1

    SET SERVEROUTPUT ON

    DECLARE

    v_Return VARCHAR2 (200);

    BEGIN

    v_Return: = User1. HELLO;

    DBMS_OUTPUT. Put_line ('v_Return =' | v_Return);

    END;

    anonymous block filled

    v_Return = HELLO

    Test the Java stored procedure through the PL/SQL function call in a different pattern:


    Schema: USER2

    SET SERVEROUTPUT ON

    DECLARE

    v_Return VARCHAR2 (200);

    BEGIN

    v_Return: = User1. HELLO;

    DBMS_OUTPUT. Put_line ('v_Return =' | v_Return);

    END;

    Error report-

    ORA-01031: insufficient privileges

    ORA-06512: at "User1." HELLO', line 1

    ORA-06512: at line 4 level

    01031 00000 - "insufficient privileges".

    * Cause: An attempt was made to change the user name or password

    without the privilege appropriate. This error also occurs if

    trying to install a database without the need for employment

    access privileges.

    When Trusted Oracle is configure in DBMS MAC, this error may occur

    If the user has been granted the privilege necessary for a higher label

    that the connection is active.

    * Action: Ask the database to perform the operation or grant administrator

    the required privileges.

    For users Trusted Oracle get this error, well that granted the

    the privilege that is suitable for the top label, ask the database

    administrator to grant the privilege to the appropriate label.

    You have created the function with AUTHID CURRENT_USER, which means that the function is executed with the rights of the applicant (but not with the rights of the author). This means that the applicant must have grants (directly or through roles) on all used/accessible objects in the service. In your case the user USER2 has not granted with EXECUTE on the class/source Java test. Class HelloWorld, causing the ORA-01031 exception. You create service without AUTHID CURRENT_USER (i.e. with AUTHID DEFINE, which is by default, if you do not have a specific reason to use AUTHID CURRENT_USER) or grant EXECUTE on JAVA test SOURCE. Class HelloWorld to User2.

    Dimitar

  • Error when you run the setEssbaseEnv.sh script

    Hi all

    In the 11.1.2.x version:

    MIDDLEWARE_HOME/EPMSystem11R1/products/Essbase/EssbaseServer/templates/startMaxl.sh

    Scripts call another script, setEssbaseEnv.sh. When you run the script 'setEssbaseEnv.sh' it gives the error below:

    $ sh setEssbaseEnv.sh

    setEssbaseEnv.sh: line 4: close syntax error unexpected token ' (')

    setEssbaseEnv.sh: line 4: "cd $J (EPM_ORACLE_INSTANCE) / bin /".

    Why use only the location of the templates? There should be a bin folder.

    Concerning

    Celvin Kattookaran

  • ODI - error when you try to open a session

    Hello

    Get this error when you try to log on to ODI. What is a name of user and password problem or something different? Our back-end database is Oracle10g.

    The denied repository access

    java.sql.SQLException: socket creation error

    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
    to org.hsqldb.jdbc.jdbcConnection. < init > (jdbcConnection.java:2451)
    at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:188)
    at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:166)
    at com.sunopsis.sql.SnpsConnection.u (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.c (SnpsConnection.java)
    at com.sunopsis.sql.i.run (i.java)

    Hello

    It seems you just have not started the filing of the first demo. Designer tries to connect to the repository.

    This shortcut to launch and then designer should be ok:
    Start-> ODI-> samples-> start demo environment

    Thank you
    Fati

  • get the error when you run bootcamp on Sierra

    When you run Bootcamp-can not go beyond the second screen that gives me an error of pop-up windows 'startup drive must be an OS X extended (journaled) formatted partition.

    Workaround attemps I have partitioned my drive native and also used an external hard drive, both in format OS X extended (partitioned).

    I tried to use bootcamp years ago and ran across similar see the questions to stop. I thought I'd try a second time to run Winzozz 10. So frustrating!

    OS X Terminal, please after the release of

    diskutil list

    Apple does not officially support Windows on external drives. Microsoft is only supported under Windows Enterprise.

  • Taskmgr.exe does not work. error when you run gpedit.msc: "one or more activex controls could not be displayed either...". "- old deleted restore points.

    Dear all, Hello, hope you are doing well.


    My thinkpad t42 machine with xp sp3 OEM has a problem, unfortunately.

    Task Manager is not running.  A small timer appears when ctrl + alt + delete is pressed. nothing happens.  Taskmgr.exe fact exists in the system folder.  This has been verified.  The same thing happens when you try to start the program via a double-click; nothing.

    When checking to see that the Task Manager was not blocked under the administrator account, there was an error in the gpedit.msc program - namely:

    internet Explorer: "(one or more ActiveX controls could not be displayed because either (1) your current internet security settings prohibit running ActiveX controls on this page, or 2) you blocked an editor of one of the controls." As a result this page may not display correctly. "It is a double popup as well.  When you press ok, the same error message box appears again.  Reset all settings of security of IE8.  Made no difference.

    the same error message is produced with the software lenovo "thinkpad update" - once again in the framework-



    Someone (not me) downloaded a program called "personal internet security ' on the machine and also a"registry fix"program that has an icon of similar colors to the windows logo icon, but the colors were reversed (the name of it escapes me) - these programs pourrait the root of the problems and why the machine does well.

    To solve; First, Avast has been run on boot to the top, and about 8 programs have been removed.  (Some of these programs may have been dependent on or related to another...)

    Then, microsoft's free antivirus has been downloaded - but - it wouldn't install, giving a general error.  The same error was given, for Microsoft security program, when Avast was uninstalled.

    A Microsoft security scan is run from the Web site then, and he says that the computer is virus free, even if it has changed some previous registry changes.

    To fix the Task Manager, difficulty in registration of Microsoft was found to be proposed here -http://support.microsoft.com/kb/907343 - but then there was a '0' already in the field.

    Having become frustrated with all hacking around records etc, it was decided to go to an older Restore Point.  The last of them visible was in December, and it would not actually go to these old restore points.  The error said: Please try a different restore point.  Having received updates xp at the same time to that, these restore Points have unfortunately disappeared and no restore points exist where the system is stable.

    If someone like me that the machine still has something?

    If someone could suggest a solution for me that would be great and would really make my life less busy in trying to solve this problem - my area of expertese is certainly not it if someone could help me it would be very much appreciated...

    Sincerely,

    D

    The process of deletion for Personal Internet Security 2011 is well documented.

    It is not some ' try it or try things "and see if it works the kind of process.

    You won't fix with Avast, and a large number of malware just laugh at all Microsoft malware detection and removal products.  There is little to fear Microsoft analysis tools.  I can get my system on purpose infected two dozen ways and Microsoft will tell me that there is no problem.

    Removal and detection of malicious software is not Microsoft expertise area.  There are businesses where malware detection and removal, it is their area of expertise, and that's all they do throughout the day, so you better stick with them for the easy stuff.

    You will not fix your system and try things or any amount of piracy.  It will fix you knowing what you're doing and using methods that other people have already understood by the practice and the real real world situations.

    If you want to remove it and do not have to reinstall your XP, you should consider going to a forum where malware removal experts hang out.  You know... people who really know how to actually remove the stuff and did it successfully.

    This means that people have got their systems infected by the malware on goal several times and practical detached until they understand the malware and how it works well enough to write a removal procedure.  They did try them all things for you.

    You can mess around with other things to try that perhaps sometimes could work, or you can follow the procedure who already figured that will work all the time.

    If you faithfully follow the removal instructions and you still have questions, there is link at the bottom of the instructions for further help.  Although everything that has already happened or attempted to apply may have complicated your situation beyond the reasonable expectations of repair.

    Here is the link with the instructions to get started:

    http://www.bleepingcomputer.com/virus-removal/remove-personal-Internet-Security-2011

    It's my contention that, once your system gets afflicted by malware of this magnitude, you should not trust any of current Restore Point.  When finished remove malicious software, all your Restore Points are not trustworthy and you must knock out all and start over with new Restore Points.

    If you want to get your task manager will, navigate to c:\windows\system32 and make a taskmgr.exe and call the copy something like jose.exe.

    Then you will be able to launch jose.exe (double click), and the Task Manager opens.  The malware will not allow taskmgr.exe to be a running process, because he knows that's what you use to try to remove it.  So far, malware knows no jose.exe (this may change).

    You will probably like Process Explorer better when even when you get the hang of it, but you can get your task manager go.

    Do, or do not. There is no test.

    I decided to implement the points for a new puppy instead of a pony!

  • Error when I run Skype from BEX

    Original title: BEX error

    Hello!
    I am recently faced in a BEX error when I start my Skype. I was looking for solution on the Skype forum, but could not find.
    Please help me. I am user of 32 bit Vista Home Premium SP2.

    Problem event name: BEX
    Application name: Skype.exe
    Application version: 5.3.0.111
    Application timestamp: 4dac4a84
    Fault Module name: StackHash_1703
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 00000000
    Exception offset: 0012bb9e
    Exception code: c0000005
    The exception data: badc0de1
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 1055
    Information additional 1:1703
    More information 2: 2264db07e74365624c50317d7b856ae9
    Information additional 3:1344
    Additional information 4: 875fa2ef9d2bdca96466e8af55d1ae6e

    Thanks for in advance!

    Hello!
    With this problem, try to perform a complete uninstall with all data cleaning. (Uninstall Skype from 'Control panel' and remove the Skype data folder in your user as c:\Users\YourUsername\AppData\Roaming\Skype\ account records) Do a fresh install of Skype.
    Perhaps deleting the shared.xml and config.xml file allows you to set also.

    It works on my machine again and I hope this has been helpful.

    With all best wishes.

  • I/o device error when you run the backup

    I'm trying to run a backup of a Dell Inspiron with Windows 7 on a Toshiba 500 G hard drive.  When I start the backup everything looks good, the backup is running.  He has worked for several hours and then he said: the backup could not be completed.  When I check on 'additional information' it says there is a "device i/o error." there only are data downloaded to disk, but I do not have what has been saved.  The drive is new and I checked all the connections.  Any thoughts?

    We have to run a disk check to solve this problem, to do a disc check follow the steps below:

    1. Click Start, type cmd in the start search box, right-click cmd.exe in the list programs and then click Run as administrator.

    If you are prompted for an administrator password or for confirmation, type your password, or click on continue.

    2. at a command prompt, type the following command and press ENTER:

    CHKDSK X: /R

    Note: In this command, x is a placeholder that represents the drive letter of the volume you want to check.

    3. press y when you are prompted to check the drive the next time the system restarts.

    4. close all applications and restart the computer.

    Note: When you restart, Windows checks the drive for errors, and then Windows starts.

    5. after the computer restarts, repeat steps 1 through 4 for the other volume and try the backup operation again.

    You can also check out the link below:

    Error message when you try to perform a full backup on a Windows Vista-based computer: "the application cannot be performed because of an i/o device error."

    http://support.Microsoft.com/kb/952272

    I hope this information is useful.

    Please let us know if you need further assistance.

  • BIOME-1 error when you run the diagnostic material for RAM test

    In recent months I've known several blue screen errors during startup. Initailly, initially, I thought that maybe it's a hardware error, but after running Diagnostics of material (press F9 to start) and have all the tests passed so I assumed it was a software problem, I focused my attention on that. However, today, I started to run hardware diagnostics and I discovered that I had a RAM issue with the BIOME-1 error code. Is it possible that the hardware diagnostics can not full capture errors and that a RAM issue was first the cause of blue screen errors?

    I called HP support and they sent an engineer to the bottom. After you open the computer case, the cause of the problem has been established as a RAM module that was not properly secured. After getting the RAM module, the blue screen errors did not reappear again. The engineer also ran some tests and confirmed that everything was fine.

  • 88302 error when you run the SMU 6674 t

    Hello

    I had two chassis SMU 1085, that each of them has a 6674 t module installed in the housing of timing.

    Timing modules appear in the MAX, but

    I get the 88302 internal error has occurred message when I try to do self - test, run the test Panel.

    The synchronization OR installed version is 3.3.5 what I belieave is the largest leatest.

    Any suggestions on how to help me solve this problem and get my operational module would be wellcome.

    Thank you

    Maciej

    Maciej salvation,

    The NO-Sync 3.4.1 version became operational today. Since NEITHER-Sync 3.3.5 we fixed some issues that may affect the SMU-6674 t driver initialization. You could try to install NO-Sync 3.4.1.

    Kind regards

    -Tyler

  • This operation is limited by the administrator of the error when you run the command get-stats

    I have a script that use to collect monthly performance report - but after the upgrade of the CR, the script fails with the error below

    Get-Stat, this operation is limited by the administrator - "vpxd.stats.maxQueryMetrics". Contact your system administrator.

    I tried after the Ko -https://kb.vmware.com/kb/2107096 , but I don't see the webclient service performance

    Please notify

    As you use the API and not the Web Client, you need only modify the value in the advanced settings of vCenter.

    This can be done with

    Note that the value of-1 disables the limit altogether.

    The default value is 64.

    Get-AdvancedSetting - YourvCenter of the entity-name config.vpxd.stats.MaxQueryMetrics |

    Game-AdvancedSetting - value - 1

  • System I / S error when you run some filters

    Using Photoshop CS4 on Mac Pro OS X 10.5.8.  I have reset the preferences by using command-alt-shift the other day and since then some filters, especially the fluidity, give me the message "an error in file system I/O has occurred."  I even re-installed Photoshop and still get this message.  Any help is greatly appreciated!  Thank you!

    Errors in the system I/O is almost always point to a bad sector on the disk or a file that no longer works as it did during the installation.

    First thing: fix permissions on your hard disk.

    If that of not helping, Run AppleJack and let it repair permissions at the kernel level.

    Worst case, reinstall the Psalm

  • Question about the error when you run DBUA

    Good afternoon

    I try to run the Database Upgrade Assistant. At the beginning of this process, I get a window with the following error message:
    Initialization parameter log_archive_format must contain
    %s, %t and %r.  Your current setting is "ARC%S_%R.%T".
    Update this parameter prior to upgrading the database.
    SQL * Plus, I get the following:
    SQL> show parameter log_archive_format;
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    log_archive_format                   string      ARC%S_%R.%T
    SQL>
    It seems to me that the log_archive_format has the required format.

    The Question is: My format is wrong? If so, what is the problem with him? If this is correct, what should I do to get past this error?

    Thank you very much for your help,

    John.

    Hello
    You have 3 format settings, but our opinion is not important, because it appears THAT DBUA consider as wrong format! I have never tried to put %t after the '. ' in fact. Maybe you can try with 'ARC_%s_%r_%t.arc '?
    Best regards
    Phil

Maybe you are looking for