Jyhton issue with ODI upgrade

Hi,
I am trying to execute the jython script but when i execute this part
d = glob.glob(src + os.sep + 'd33*cts.txt') i am getting the following error :Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: class 'org.python.modules.os' has no attribute 'sep'
We have upgraded the repository from SunopsisV3 to ODI 10.1.3.4.2 version.
Can anyone what has to be done with this issue.

I also have the same problem. I have a shell script that is being called by ODI. The last line within that shell script is an ESSCMD batch script. I verified that the paths to all files are fully qualified. However I can't get the script to run in ODI. Did anyone ever find the solution to getting ESSCMD batch scripts to run within ODI?

Similar Messages

  • Issues with ODI connection to Hyperion Financial Management

    Hi,
    I am having some issues with ODI connection to Hyperion Financial Management. ODI and Financial management are setup on different machines.
    The ‘Cluster(Data Server)’ name in Topology is given as ‘hfm03cl’. On reverse-engineering a model it gives the following error:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 38, in ?
    com.hyperion.odi.common.ODIHAppException: Error occurred in driver while connecting to Financial Management application [HFM1] on [hfm03cl] using user-name [admin].
    at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
    When HFM is installed on the same machine, it works fine. How does ODI identify a cluster on a different machine? Do I have to give the machine name along with the cluster name? If so, what is the format?
    Thanks,
    Su

    You will need to have the HFM client installed on any machine that will be running ODI (i.e. Designer or Agent) that will be executing connections to an HFM server.
    Once you have the HFM client installed, see if you can actually connect to HFM from that machine using the HFM client.
    Couple of other thing, in the Physical Schema, have you set the Application Catalog and Work Catalog to the same HFM application?
    Also, when you are reversing, are you using the local agent or one you have installed using agentservice?
    geeo

  • Hyperion Planning- Account dimension - Sort Order Issue with ODI 11.1.1.5

    Hello Experts,
    First of all, I thank you everybody in this forum for posting their valuable suggestions.
    I am facing a strange issue with ODI (Version 11.1.1.5) while loading metadata to Planning ACCOUNT dimension (Version 11.1.2.x). I am using a Oracle view to load metadata to this dimension. I have defined the sort order in the view and enabled SORT_ORDER_BY_INPUT. For the fresh load to the dimension, everything is working fine. But, when I move a member from one parent to another parent, and define it as the top member of new parent, it is missing its sort order.
    But it is working fine if you define it as the second, third...or last member under new parent. I have tried all the possible ways by flipping all the properties but unable to fix it.
    Please help me here to resolve this issue.
    Your help is greatly appreciated!!
    Thanks
    Edited by: user11965311 on Sep 20, 2011 7:07 PM

    To be honest I think you are best logging it with Oracle because it sounds like you are doing everything correctly so it could be a bug.
    Have you tested this on any previous versions of ODI or is it a new installation?
    If it does get logged with Oracle please keep me informed of the outcome as I would be interested to hear.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HT5928 I0S 7 draft folder in email exhcange is gone...anyone else have an issue with this "upgrade".  Draft folder is essential for my work as I create on my laptop and need the draft available on my iPad when I travel...UGH!

    I0S 7 draft folder in email exchange is gone...anyone else have an issue with thie "upgrade"?  Draft folder is essential for my work as I create in draft folder on laptop/desktop and need that information available on the iPad when I travel.

    I0S 7 draft folder in email exchange is gone...anyone else have an issue with thie "upgrade"?  Draft folder is essential for my work as I create in draft folder on laptop/desktop and need that information available on the iPad when I travel.

  • Issue with ODI 11.1.1.5 with Essbase 11.1.2.1

    Hi all,
    We have Just upgraded ODI 10.1.3.6 to ODI 11.1.1.5 both are using Oracle as the Repository.
    After the Upgrade we do have issue with interface which extracts data from the Essbase 11.1.2.1 to Oracle DB
    Essbase: LKM Herion Essbase DATA to SQL
    Staging: LKM SQL to Oracle
    Target: IKM Oracle Incremental Update
    When we select the "Staging is diff from Target" the Flow Disappears, with a critical Error message
    "Staging Area is loaded by an LKM but target datastore does not reference any columns from a source datastore. Either uncheck the box "Staging area different from target" or add source column references in the target."
    This is reported as a bug by the development.
    When this option is Unchecked the Flow appears again.
    But even with the "Staging is diff from Target" is unchecked when i execute the interface i get the following error message,
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 104, in <module>
         at com.hyperion.odi.essbase.ODIEssbaseDataReader.validateExtractOptions(Unknown Source)     at com.hyperion.odi.essbase.AbstractEssbaseReader.beginExtract(Unknown Source)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [] for LKM option [EXTRACTION_QUERY_FILE]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2458)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:540)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Any help is much appreciated.
    Regards,
    Dayalan P.

    To be honest I think you are best logging it with Oracle because it sounds like you are doing everything correctly so it could be a bug.
    Have you tested this on any previous versions of ODI or is it a new installation?
    If it does get logged with Oracle please keep me informed of the outcome as I would be interested to hear.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Usage type issue with PI upgrade from 7.01 to 7.11

    Hi guys,
    We are currently performing an upgrade on our PI system.
    We are upgrading from PI 7.01 to PI 7.11 and we've come cross an issue during the prepare phase of the install.
    An error has occurred during the execution of the CHECK_SUPPORTED_SOURCE_USAGES phase.
    This upgrade doesn't support upgrade of sap.com/MI usage detected on the source system.
    You can find more information in the log file /usr/sap/PI3/upg/java/log/CHECK_SUPPORTED_SOURCE_USAGES_SSU_01.LOG.
    Use the information provided to troubleshoot the problem. An SAP Note may provide a solution to this problem. Search for SAP Notes with the following key words: com.sap.sdt.j2ee.phases.PhaseTypeCheckSupportedSourceUsages com.sap.sdt.j2ee.tools.check.NegativeResultException This upgrade doesn't support upgrade of sap.com/MI usage detected on the source system. CHECK_SUPPORTED_SOURCE_USAGES INIT PREPARE NetWeaver Upgrade SAPJup Java Upgrade
    When reporting problems to SAP Support, attach the trouble ticket file /usr/sap/PI3/upg/java/log/TroubleTicket_01.txt to your message.
    We've looked through the main upgrade notes and they mention which usage types are supported, but they do not mention explicity what usage are not supported, and how to proceed with the upgrade if your system does have one of these non-supported usage types.
    Considering our system does contain usage type MI, does this mean that we cannot upgrade our current PI system to 7.11?
    Please help!
    Thanks,
    Steph

    Hello
    Please see note #1247043 Release Restrictions for EHP 1 for SAP NetWeaver PI 7.1 - section "Upgrade: source system must be a dedicated PI system".
    It is not possible to upgrade an existing system with the usage type MI. Even if you delete the usage type MI (if this is possible) the upgrade will not be possible.
    Regards
    Mark

  • Strange issue with RAM upgrade: It works but it doesn't! Please help.

    Hello Everyone,
    I have a very strange issue with my iMac since upgrading my RAM from 4 to 12 gig. When I first installed the new RAM it booted up and ran great. The next time I went to boot the iMac up it swtiched on but didn't get as far as the first white boot up screen. I tried turning it off and on a few times using the power on/off button but still no success. I decided to remove the RAM and reseat it. The computer then booted up again fine. Here's the problem though: when I went to switch my iMac on the next day it wouldn't boot up. Again, I took the RAM out and put it back in and the iMac booted up fine. I've checked the status of the RAM in the system profiler and it reports that everything is OK. So, I'm at a loss. Obviously, I don't want to go through this process every time I want to start up my Mac. Any ideas/solutions would be very gratefully received.
    Many thanks in advance.

    I completely agree with you. It will be one of the 3 issues you outline. The machine was bought brand new and has never given me a problem. It is just the introduction of the new RAM that has started a problem. However, I did just risk a restart and it booted up fine. I don't know if a restart is any different to shutting down and then pressing the on/off button to start the computer. Maybe my last reseating has done the trick or maybe my thinking is flawed because restarting involves a different process to booting up by pressing the on/off button. I don't know.
    In the part of the world I'm sitting in it's night time now so I will leave the diagnostics running and check the results in the morning. I hope the issue is now resolved anyway. This sort of thing takes me back to my dark PC days although in this case I know it's probably not the Mac's fault.
    Thanks again. Very much appreciated.

  • Basic Issue with ODI interface

    Hi All,
    I have a very strange problem.
    I am coding my second interface in ODI.
    Its very simple
    Joining 4 tables ,with one filter and connect it with the target table.
    The interface when executed runs fine,without any error.
    But the target table doesn't get populated.
    So when i check the ODI interface at every step via the Operator navigator,I get no error at any step.
    step1) drop a table (this comes as a warning as no table exists)
    step2) create a view(this step suceeds ,but when i check the database the view is not created)
    STEP 2 is a real issue and I can't understand as to why this view is not
    getting created in database,when the step completes successfully
    Pls can someone suggest where should i look for ?
    rgds
    s

    I can relate to your issue.
    ODI does this to me all the time.
    The Operator logs show all greens and show no error, but no data makes its way to the Target.
    I usually remove one mapping at a time and re-run the Interface. That helps me pin-point what might be the issue. Very frustrating.

  • Oracle db issue - with ODI

    Hi ,
    I used oracle as Relational DB for ODI, At first time when I am configuring it is fine , let when I restart my computer ..it is unable to connect .
    The error I am getting is
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:hyperion
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:280)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
         at com.sunopsis.sql.i.run(i.java)
    From the error I believe its the issue with Oracle db port number, Here hyperion is SID,
    now how to check the listener port number, if it is varying then how to make the portnumber static.
    how to reslove this issue.
    Thank You

    Are you sure the oracle listener is up and running.
    You could try the following from command line
    tnsping <net service name>
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Why am I having performance Issues with an upgrade from CS2 to CS5.5?

    I am struggling hard with an upgrade from InDesign CS2 to CS5.5 (part of CS5.5 Design Standard)
    There is a very slow response when trying to produce a 45 page document which needs many .jpeg images inserting, sometimes up to six on each 3-column page. While InDesign behaves sort of normally on text only pages, it slows to a virtual standstill when on the pages with images. (But this is what its for and I didn't have this problem with CS2!!)
    Having read through some of the postings on this topic I have followed all the advice without success :-( 
    1) disable LSD in Preferences – Interface
    2) disable thumbnail display in Pages
    3) adjust view settings to Typical with Raster and Vector Images greyed out
    4) disable Save Preview Images with Documents
    5) check Links before opening documents
    7) switch Preflight off
    I shouldn't need to do all this should I???
    I am operating with the following:
    Packard Bell ixtreme M5740 64 bit
    Intel Core i5 CPU [email protected]
    4.0 GB RAM
    ATII Radeon HD5570 graphics card 2779 MB available memory, 1024MB dedicated
    plenty of free space – 274GB on c: drive and 296 GB on a D: drive
    My hardware conforms to/exceeds the Indesign recommended hardware spec. Oh yes I am working on my local drive and  I don't have these problems with Photoshop or Illustrator CS5.5.
    Has anyone an idea about what's going on?
    I've lost a good 6-8 hours so far trying to sort it out. Any help and observations will be gratefully received!

    Hi Peter
    Thanks - I've found that the files were marked as 'hidden' and thus by switching them on gain I was able to recreate the original location.  Regrettably this has had absolutely no effect on my problem. :-( 
    I have now created a  fresh document, studiously linking all my images properly  (similar number to a DK 'Eyewitness Travel Guide') and by the time I got halfway through its 80 pages, InDesign had slowed to a crawl - ie 15-20 seconds to respond to any command.  It is clearly doing something that it thinks necessary despite all the 'workarounds' people have suggested. Please please Adobe what's going on???

  • Issues with IOS4 upgrade on 3G

    I have been using my 3G now for a year. It has been slow sometimes, applications have not allways started first time etc.
    After the 4.0 upgrade process however I have the following issues:
    1. Exchange 2007 syncs calendar irregular
    2. Mail can't connect over 3G sometimes.
    3. Mail reads in the headlines of new mail, but when opening a message it is empty. A reboot is required.
    4. The phone very often pauses when making simple tasks like writing text in text fields.
    5. Lot's of applications sometimes launch and sometimes not.
    6. When connecting to charger it responds that this charger is not for this device etc etc. Comes up multiple times.
    I have compared my 3G with 3GS phoens on OS4 and they are lighting quick on everything. It seems Apple have added some functionality for us 3G users, spelling etc etc that consumes all RAM just by launching the OS itself. On the other hand the 3GS have twice the RAM so it just flies with the optimizations made to it, ie saved state, multitasking etc etc.
    As soon as I can order a white iPhone 4 I will do so.

    Question? I thought this was a discussion forum? I just shared my views as a tech guy.
    Obviously no one but apple can answer the question why they made such a bad update for the 3G phones.

  • Issues with Lion upgrade - 2-finger gestures and iTunes

    I have a late 2008 13-inch aluminum-body MacBook. Until yesterday I had Snow Leopard installed. Yesterday I upgraded to Lion and installed the updates, So I'm running 10.7.1. I have had two issues already:
    1) Two-finger trackpad gestures do not work. Three- and Four-fingered gestures are working fine. I tried the unselect-reboot-reselect fix that worked for others, and it didn't help. Basically, I can't use gestures to scroll, which is exceedingly annoying.
    2) I updated iTunes to the current version. My iTunes library has reverted to a version from 2008. None of my app purchases, TV show purchases, podcast downloads, etc. since that time are showing up in iTunes, even after I connected my Store account. The store says I have no new purchases to download. Additionally, iTunes does not seem to recognize the iPod Touch that I've been using with this computer since I purchased it several years ago - it says that the iPod is connected to a different iTunes library and cannot sync unless I wipe the whole thing.
    My iTunes library is located on an external hard drive, but I can't seem to locate the actual "Library" file to fix iTunes.
    Any ideas?

    I just updated tonight and have exact same problem. . No more gestures with 2 fingers etc.

  • Microsoft Office 2011 Font Issues with Yosemite Upgrade

    My firm's standard font (Din) is no longer recognized by Microsoft Office applications, as it was with Mavericks and previous. Thinking it was a font issue, I tested out TTF and OTF files with no luck. Has anyone been experiencing font problems and is there a workaround?

    avtomu_05 wrote:
    And is any difference (I mean in quality) between 2011 Microsoft offices to upgrades 2008 office? or they will be same?
    The quality will be the same. The quantity might be different. The special upgrade promotion offer is for will allow you to download Office 2011. Sometimes, to reduce the file size, the downloaded version doesn't come with all the extras that the CD version does.
    I think the licensing is the biggest hassle. When you need to reinstall, you enter your license key and then it may ask for your Office 2008 license key too. Sometimes the installer will try to scan your disk to make sure you have installed the old version too.
    Of course, all of this is just speculation on my part based on past experiences with similar products. The full version will be available in four weeks. I already have Office 2008 and plan to upgrade as soon as I can.

  • Issue with ODI 11g and Fixed width files

    Hi to everyone,
    i've got a problem with a flat file with fixed length fields. I delcared all correctly(it seems) and in the data preview i see the correct data, unfortunatly when i lounch my interface execution i receive an error telling that the dimension of the last filed is more than the declared one. It looks like he is not able to understand the end of the record that is the normale "0D0A".
    And i have also another question, anyone knows why inside my ODI Desiner i see always the same file also if i try to change the data inside? Is it a problem of release or some bug? Have i forgot to configure something in some place?
    Thank you in advance.
    B.

    Yes AyushGaneriwal,
    the problem was non printable characters in the last field of 2000 character arriving from Mainframe download, now i asked for a clean file and is working good.
    Thank you.
    B.

  • How do I fix trackpad issues with Yosemite upgrade

    I upgraded to Yosemite 10.10.1 and am having trackpad and keyboard issues. I read the message boards and tried adjusting settings but still very erratic behavior-making my macbook pro unusable. I tried to re-install the os but no help. I hooked up a mouse and still performs the same as trackpad.
    Any fixes out there?
    Thanks

    There are several possible causes for this issue. Please take each of the following steps that you haven't already tried until it's resolved. Some may not apply in your case.
    1. Follow the instructions in this support article, and also this one, if applicable. A damaged or defective AC adapter could be the cause, even if it's the right kind.
    2. Press down all four corners of the trackpad at once and release. If there's any effect, it's likely to be temporary, and in that case the unit must be serviced or replaced.
    3. Open the Bluetooth preference pane in System Preferences and delete all pointing devices other than the trackpad, if applicable. Disconnect any USB pointing devices. By a "pointing device," I mean a peripheral that moves the cursor, such as a trackpad, mouse, trackball, or graphics tablet. A plain keyboard is not a pointing device.
    4. Start up in safe mode and test, preferably without launching any third-party applications. If you don't have the problem in safe mode, but it comes back when you restart as usual, stop here and post your results. Do the same if you can't start in safe mode. If there was no difference in safe mode, go on to the next step.
    5. Reset the System Management Controller.
    6. If you're using a Bluetooth trackpad or mouse, investigate potential sources of interference, including USB 3 devices.
    7. A swollen battery in a portable computer can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced without delay.
    8. A defective peripheral device or a damaged cable can cause the built-in trackpad of a MacBook to behave erratically. If you're using any wired peripherals, disconnect them one at a time and test.
    9. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    10. If none of the above applies, or if you have another reason to think that your computer is being remotely controlled, remove it from the network by turning off Wi-Fi (or your Wi-Fi access point), disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop at once, you should suspect an intrusion.
    11. Make a "Genius" appointment at an Apple Store to have the machine and/or external trackpad tested.

Maybe you are looking for

  • Proforma Invoice program ---delivery related with billing block on SO

    Hi, I need some help on Profoma Invoice--delivery related. I have created a Sales order with Billing block, then created delivery and picking,handling but no PGI. Now I am trying to create a Proforma invoice for delivery (before PGI ), I can  create

  • Page Fault Processor Exception TSA Scan

    Been getting the following Abend when running a backup job with Backup Exec 12. This only happens when trying to backup the OFFiles directory. Tried to run a nss /poolverify , but it keeps crashing the server each time I try to run. Server is 6.5 wit

  • How Can I create service master

    Hi Gurus, I want to create a service master corresponsing to each serial no/equipment( which gets automatically created at the time of GR . Can you please suggest how I can create a service master in the background at the time of GR. Thanks Tausif

  • Track freezes upon opening

    I have a new macbook pro and the track pad keeps freezing upon opening.  after 1-2 min it comes back to life and some times after it does the whole screen goes blank for a sec and thne it is back to normal... any thoughts? thanks chris

  • What Media Server software is used in in stock WRT1900AC FW?

    I'm having issues with my BluRay Player streaming movies from my router and wondered if someone could let me know some info about the DLNA/uPNP media server that's used by the WRT1900AC on stock FW. I belive it's a version of Twonky, please can anyon