VO OK in JClient but not in AM tester: Missing IN or OUT?

Hi,
JDEv 10.1.2.
I have a ViewObject with bind variables that I set at the beginning of the ViewObjectImpl.executeQuery() method.
In my jClient application I get no error but in AM tester it shows:
oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT SiteEventType.SITE_EVENT_TYPE_ID,
SiteEventType.SITE_ID,
SiteEventType.EVENT_TYPE,
SiteEventType.IS_WITH_BOOK,
SiteEventType.EVENT_INIT_PERIOD,
SiteEventType.EVENT_EXTENSION_PERIOD, NVL(SiteEventTypeLang.NAME_LANG,SiteEventType.NAME) AS NVL_NAME, NVL(SiteEventTypeLang.DESCRIPTION_LANG,SiteEventType.DESCRIPTION) AS NVL_DESCRIPTION,
SiteEventType.MAX_EXTRA_ALBUMS,
SiteEventType.MAX_PHOTOS,
SiteEventType.STATUS,
SiteEventType.IS_LOCKED,
SiteEventType.T_CREATED,
SiteEventType.NAME,
SiteEventType.DESCRIPTION,
SiteEventTypeLang.NAME_LANG,
SiteEventTypeLang.DESCRIPTION_LANG,
SiteEventTypeLang.SITE_EVENT_TYPE_ID AS SITE_EVENT_TYPE_ID1,
SiteEventTypeLang.LANG_ID
FROM SITE_EVENT_TYPE SiteEventType, SITE_EVENT_TYPE_LANG SiteEventTypeLang
WHERE (SiteEventType.SITE_ID = :1 AND SiteEventTypeLang.SITE_EVENT_TYPE_ID (+) = SiteEventType.SITE_EVENT_TYPE_ID AND SiteEventTypeLang.LANG_ID (+) = :2)) QRSLT ORDER BY "SITE_EVENT_TYPE_ID"
     at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:774)
     at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:547)
     at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3422)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:663)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:617)
     at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2593)
     at oracle.jbo.server.ViewRowSetIteratorImpl.hasNext(ViewRowSetIteratorImpl.java:1741)
     at oracle.jbo.server.ViewRowSetImpl.hasNext(ViewRowSetImpl.java:2648)
     at oracle.jbo.server.ViewObjectImpl.hasNext(ViewObjectImpl.java:5446)
     at oracle.jbo.jbotester.NavBar.resetButtons(NavBar.java:476)
     at oracle.jbo.jbotester.NavBar.setIterator(NavBar.java:153)
     at oracle.jbo.jbotester.SimpleForm.setIterator(SimpleForm.java:56)
     at oracle.jbo.jbotester.SimpleForm.<init>(SimpleForm.java:50)
     at oracle.jbo.jbotester.VOTreeNode.showForm(VOTreeNode.java:112)
     at oracle.jbo.jbotester.BaseTree.processTreeMouseClicked(BaseTree.java:387)
     at oracle.jbo.jbotester.BaseTree.access$5000171(BaseTree.java:46)
     at oracle.jbo.jbotester.BaseTree$TreeMouseListener.mouseClicked(BaseTree.java:494)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
     at java.awt.Component.processMouseEvent(Component.java:5103)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3207)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
## Detail 0 ##
java.sql.SQLException: Missing IN or OUT parameter at index:: 1
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:161)
     at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1535)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2879)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2925)
     at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:691)
     at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:547)
     at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3422)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:663)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:617)
     at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2593)
     at oracle.jbo.server.ViewRowSetIteratorImpl.hasNext(ViewRowSetIteratorImpl.java:1741)
     at oracle.jbo.server.ViewRowSetImpl.hasNext(ViewRowSetImpl.java:2648)
     at oracle.jbo.server.ViewObjectImpl.hasNext(ViewObjectImpl.java:5446)
     at oracle.jbo.jbotester.NavBar.resetButtons(NavBar.java:476)
     at oracle.jbo.jbotester.NavBar.setIterator(NavBar.java:153)
     at oracle.jbo.jbotester.SimpleForm.setIterator(SimpleForm.java:56)
     at oracle.jbo.jbotester.SimpleForm.<init>(SimpleForm.java:50)
     at oracle.jbo.jbotester.VOTreeNode.showForm(VOTreeNode.java:112)
     at oracle.jbo.jbotester.BaseTree.processTreeMouseClicked(BaseTree.java:387)
     at oracle.jbo.jbotester.BaseTree.access$5000171(BaseTree.java:46)
     at oracle.jbo.jbotester.BaseTree$TreeMouseListener.mouseClicked(BaseTree.java:494)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
     at java.awt.Component.processMouseEvent(Component.java:5103)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3207)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
----- LEVEL 1: DETAIL 0 -----
java.sql.SQLException: Missing IN or OUT parameter at index:: 1
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:161)
     at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1535)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2879)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2925)
     at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:691)
     at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:547)
     at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3422)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:663)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:617)
     at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2593)
     at oracle.jbo.server.ViewRowSetIteratorImpl.hasNext(ViewRowSetIteratorImpl.java:1741)
     at oracle.jbo.server.ViewRowSetImpl.hasNext(ViewRowSetImpl.java:2648)
     at oracle.jbo.server.ViewObjectImpl.hasNext(ViewObjectImpl.java:5446)
     at oracle.jbo.jbotester.NavBar.resetButtons(NavBar.java:476)
     at oracle.jbo.jbotester.NavBar.setIterator(NavBar.java:153)
     at oracle.jbo.jbotester.SimpleForm.setIterator(SimpleForm.java:56)
     at oracle.jbo.jbotester.SimpleForm.<init>(SimpleForm.java:50)
     at oracle.jbo.jbotester.VOTreeNode.showForm(VOTreeNode.java:112)
     at oracle.jbo.jbotester.BaseTree.processTreeMouseClicked(BaseTree.java:387)
     at oracle.jbo.jbotester.BaseTree.access$5000171(BaseTree.java:46)
     at oracle.jbo.jbotester.BaseTree$TreeMouseListener.mouseClicked(BaseTree.java:494)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
     at java.awt.Component.processMouseEvent(Component.java:5103)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3207)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
I have a small question on the "Oracle Style" of binding variables.
In the where clause I used :1 and :2
But in my code in order to set :1 I used setWhereClauseParam(0,...)
and to set :2 I wrote setWhereClauseParam(1,...)
So the numbers :1, :2 are not indexes but the process order to set their values, which always starts with 0,1,etc
Thanks for your clarications.
Frederic

Your overridden executeQuery() is the method will be invoked only if client code specifically invokes the executeQuery() method. There are many ways that a view object's query could get executed that would not go through that method.
For example, calling first() on a VO that's never been executed would cause the query to be executed but that won't explicitly execute the executeQuery() method.
You want the executeQueryForCollection() method instead.
See this article for some tips...
http://radio.weblogs.com/0118231/stories/2004/10/07/providingDefaultValuesForViewObjectBindVariables.html

Similar Messages

  • 3rd gen iPod Nano will not sync with latest version of iTunes. It passes the connectivity test but not the sync test under diagnostics.  Worked fine on old Windows 7 laptop but not new one.  From Control Panel it shows up as an Apple iPod USB Device...

    3rd gen iPod Nano will not sync with latest version of iTunes on new laptop. It passes the connectivity test but not the sync test under diagnostics.  Worked fine on old Windows 7 laptop but not new one.  From Control Panel it shows up as an Apple iPod USB Device...

    Never mind, I think. I think I figured it out. There was 1 song (out of > 900!) that somehow had been purchased with the other ID - I have no idea how. Once I deleted that song, it stopped asking.
    There may be something with the newest iTunes version too. I didn't think in older versions that the "On this iPod" list of songs was greyed out. But at least it syncs ok.

  • After updating iOS on my iPod touch 4th gen my Philips speaker dock DC290B/37 no longer charges the iPod.  It will play music but not charge, is there anyway to find out if Apple is working on an update/fix?

    after updating iOS on my iPod touch 4th gen my Philips speaker dock DC290B/37 no longer charges the iPod.  It will play music but not charge, is there anyway to find out if Apple is working on an update/fix?

    Try:
    - Reset the dock
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                 
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    Otherwise you are out of luck. Apple is not making any more update for the 4G.
    Also check with Phillips. Maybe they have an firmware update available

  • ReCAPTCHA works in IE8 but not in Firefox - Graphics missing

    reCAPTCHA works in IE8 but not in Firefox
    All graphics, the challenge, option boxes, and logo do not appear.

    Make sure that you do not block JavaScript.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    See also:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load

  • When measuring 6 voltage signals in labview I found that there was a difference in voltage signals in my program but not in the test panel. The test panel is correct. What is wrong with my program?

    My labview program is not displaying equivelent voltages, but labview test panel is. So the computer is seeing the correct signals. My program is displaying a small difference in 3 out of 6 channels. All channels should be equal.

    G'Day Pops,
    You haven't really given us enough to go on - could you please post your VI so we can have a look at it?
    cheers,
    Christopher
    Christopher G. Relf
    Certified LabVIEW Developer
    [email protected]
    Int'l Voicemail & Fax: +61 2 8080 8132
    Aust Voicemail & Fax: (02) 8080 8132
    EULA
    1) This is a private email, and although the views expressed within it may not be purely my own, unless specifically referenced I do not suggest they are necessarily associated with anyone else including, but not limited to, my employer(s).
    2) This email has NOT been scanned for virii - attached file(s), if any, are provided as is. By copying, detaching and/or opening attached files, you agree to indemnify the sender of such responsibility.
    3) B
    ecause e-mail can be altered electronically, the integrity of this communication cannot be guaranteed.
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

  • Ipod shows in Windows Vista but not in iTunes. I'm freaking out!!!

    I've tried many things... It must be something with my computer, cause i've tried it on another computer with vista and it works fine. When i run a diagnostic test all seems fine but ipodservice - com interface not properly installed. Has anyone the same problem? Does anyone know what to do?
    I've googeld it but doesn't get smarter.
    Heres a sample of my diagnostic check:
    Microsoft Windows Vista Professional (Build 6000)
    iTunes 7.7.1.11
    QuickTime 7.5
    CD Driver 2.0.7.3
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 2.0.1.5
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number
    Current user is an administrator.
    The current local date and time is 2008-07-31 17:33:11.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA, NVIDIA GeForce 7600 GS
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.7.1.11 is currently running. COM interface not properly installed.
    iTunesHelper 7.7.1.11 is currently running.
    Apple Mobile Device service 2.1.29.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 82801EB USB Universal Host Controller - 24D2. Device is working properly.
    Intel(R) 82801EB USB Universal Host Controller - 24D4. Device is working properly.
    Intel(R) 82801EB USB Universal Host Controller - 24D7. Device is working properly.
    Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD. Device is working properly.
    Intel(R) 82801EB USB Universal Host Controller - 24DE. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    VIA OHCI Compliant IEEE 1394 Host Controller. Device is working properly.

    I fixed the problem. Reinstalled the computer... woho for it!

  • Idoc Error Message 51 is shown in sw37 but not in idoc Testing

    Hi Experts,
    I have one problem with Idoc processing, below is the scenario.
    The Idoc IDDEK12K is posting from SAP XI with NFS  file path details. The Idoc should fail if the file is not formatted properly like if it is missing the trailer record. This is happening in the IDDEK22K,
    It appears that all files are processing successfully when expected.  However, when I do a negative test (where I expect it to fail), SM37 shows that it failed yet the IDoc is still successful.  I expect to see the trigger IDoc as failed, and the WEINBQUEUE should include an entry for IDDEK12K.
    can any body tell me what could be the problem.  do i need to change the code in FM, but that FM is used by the IDDEK22K and IDOC  IDDEK22K is working fine for both + and - test.
    Any help is appreciated and rewarded.
    regards.

    HI Jegathees,
    First check in R/3 system it is delivered scucessfully or not in WE02 Tr. Code.
    If it is not reached the PI then goto tr code SM58 find is there any error information.
    And also check the SMQ1 and SMQ2 , may be it will stucked in this.
    Check the RFC destination, Port and Partner profile before sending the Idoc to the PI system.
    Regards
    Goli Sridhar

  • Idoc in 53 status but not processed completely. Missing authorisation error

    Hi ,
    Some of the ORDER Idocs are in 53 status, but the orders are not processed successfully and no PO created for these Idocs.
    They got below warning message when I checked in WPER transaction code.
    " Missing authorization: Purchase Order Create Purchasing Grou 110 " - "Workitems (tasks) were created for this IDoc"
    This is happening once in a while for some of the idocs. Remaining all idocs are posting successfully.
    These IDOCu2019s are processed via user background. Not sure why we have authorisation issues as this user has SAPALL. Any ideas?
    Thanks
    Deepthi.

    done.

  • Postgresql installed but not working due to missing socket

    So I installed Postgresql onto my Mac and whenever I run anything like psql or createdb cool_database_name I get the following error.
    psql: could not connect to server: No such file or directory Is the server running locally
    and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
    So I follow along the different solutions. I reinstall postgresql to no avail. I go to postgresql.conf` and change it to
    #port = 5432                             # (change requires restart)
    #max_connections = 20                    # (change requires restart)
    # Note:  Increasing max_connections costs ~400 bytes of shared memory per
    # connection slot, plus lock space (see max_locks_per_transaction).
    #superuser_reserved_connections = 3     # (change requires restart)
    #unix_socket_directory = '/var/pgsql_socket'             # (change requires restart)
    #unix_socket_group = ''                 # (change requires restart)
    #unix_socket_permissions = 0777         # begin with 0 to use octal notation
    yet still nothing. I run commands such as
    ls -lA /var/run/postgresql
    Which tell me the file or directory does not exist.
    I also check into the pg_hba.conf file but everything looks ok
    # "local" is for Unix domain socket connections only local   all             all          trust
    # IPv4 local connections: host    all             all             127.0.0.1/32            trust
    # IPv6 local connections: host    all             all             ::1/128                 trust
    # Allow replication connections from localhost, by a user with the # replication privilege.
    #local   replication     jason                                trust
    #host    replication     jason        127.0.0.1/32            trust
    #host    replication     jason        ::1/128                 trust
    When I run psql -h localhost I get
    psql: could not connect to server: Connection refused Is the server running on host "localhost" (::1)
    and accepting TCP/IP connections on port 5432?
    could not connect to server:
    Connection refused Is the server running on host "localhost" (127.0.0.1) and
    accepting TCP/IP connections on port 5432?
    could not connect to server:
    Connection refused Is the server running on host "localhost" (fe80::1) and
    accepting TCP/IP connections on port 5432?
    I'm at a lost as to how to fix this. Any help would be appreciated.

    I see this all the time, even when AV is configured to exclude the RemoteInstall folder.
    To work around it I do:
    NET STOP WDSSERVER
    DISM /UnMount-Wim /MountDir:"F:\RemoteInstall\SMSTempBootFiles\ZZZ00011" /Discard
    DEL /f /s F:\RemoteInstall\SMSTempBootFiles\ZZZ00011\*.*
    DISM /Mount-Wim /WimFile:"F:\RemoteInstall\SMSImages\ZZZ00011\bootimage.wim" /index:1 /MountDir:"F:\RemoteInstall\SMSTempBootFiles\ZZZ00011"
    NET START WDSSERVER
    Where ZZZ00011 is the package id of your boot image
    This can be wrapped in a script for reuse
    After net stop wdsserver the unmount command is failing:
    Error DISM WIM Provider: PID=3892 TID=2220 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2796 - CWimManager::InternalOpUnmount(hr:0x80070032)

  • Probelm with .swf but not .exe or Test Movie?

    I've created this project that works perfectly when I view it through "test movie" (CTRL+Enter) and when I publish it to an .exe file - but when I view the .swf it doesn't work correctly.
    I am using Flash CS3 - actionscript 2 - Flash Player 8
    In my project I have controls that allow me to set the brightness and contrast of a movieclip, but when I view the .swf and I click on other buttons (unrelated to contrast and brightness), the contrast and brightness of my movieclip get reset. This does not happen when viewing the .exe or in Test Movie mode.
    I would greatly appreciate any help - thanks!

    If your calling that action from within your movieClip, be
    aware that it's looking for frame "cPause" in the root level, not
    in your movieClip. And, if you load the SWF into another "shell"
    SWF, the shell will become the root, and it will look for cPause
    there. If cPause is in your movieClip, then take off
    "_root".

  • Loof -i output showing webcache on prod EBS iSupplier (but not in dev/test)

    Hi,
    I inherited an Linux EBS install (12.0.6) with iSupplier on an external web server. The web server is front-ended by a reverse proxy. Using lsof -i to look at the ports I noticed a difference between my Test and Production environments.
    In production the lsof output contains a number of the following entries:
    httpd     7062     applp25     18u     IPv4     521062911     TCP     *:webcache     (LISTEN)
    httpd     7062     applp25     32u     IPv4     546736321     TCP     pwk-sv-wb10.foo.bar :webcache->pwk-ap-ap3.foo.bar:11940     (ESTABLISHED)
    applp25 is the applmgr account and pwk-ap-ap3 is the reverse proxy.
    In my test environment I do Not see anything related to webcache and when I do see communication back to the proxy it’s always been on the Web port
    e.g.
    httpd 13149 applt25 32u IPv4 547891775 TCP pwk-sv-wbt10.foo.bar:8040->pwk-ap-ap3.foo.bar:11963 (ESTABLISHED)
    I don’t do anything different starting/stopping processes in Prod, Test or Dev e.g. adstrtal.sh.
    While I understand that Oracle has Web caching technologies I don’t have any experience with them and am not quite sure when to begin looking. Obviously I plan on comparing the context files, etc., just hoping for some suggestions on where else to look and references I should look at.
    Thanks in Advance
    ken

    Solved....for some reason /etc/services as distributed in Redhat (others ?) has port 8080 associated with webcache

  • Webi Report on BW Universe works in DEV but not properly in TEST

    Hi,
    We have created a Webi-Report on a BW Universe on our DEV server. Everything works like a charm and we are prompted as the first thing for keydate and the report is refreshed successfully. We then export the Universe (no connection overwrite) and Report to our TEST server with the Export Wizard and the problems start.
    When we refresh the report on the TEST server we are prompted for keydate. If we select a value for the date we receive an error:
    A database error occured  The database error text is: The MDX (and then some MDX) failed to execute with the error Specify a value for variable Financial Statement Version. (WIS 10901)
    If we select Use default value the report refreshes but no currency conversion is done. We can then refresh the report again and this time if we select a value for the keydate the report refreshes without the above error.
    We have tried to overwrite the connection during export from DEV to TEST so the connection points to our DEV BW Server with the same result. If we create the universe on the TEST server from scratch everything works as intended.
    If we transport the Universe and report from DEV to PROD directly the report works as intended.
    The BO user (SSO WinAd) testing this have admin rights on BO. The connection in the univers to BW is done using a fixed username and password (no SSO to BW)
    I am now out of options and would appreciate any input you might have to solve this problem.
    Best Regards,
    Lars

    Hi Wavery,
    Thanks for your reply. I have checked the connections and they are named exactly the same on DEV/TEST/PROD. I have also tried deleting the universe, connection and report on TEST and then do a new transport of all of them from DEV to TEST. Same result.
    What I don't understand is why the refresh works if I do it in two steps:
    <OL>
    <LI>
    I set keydate to "use default value" when prompted and the report will refresh without the keydate dependent calculations. None keydate dependent measures are showing correct values from BW.
    </LI>
    <LI>
    Then I refresh again and set the keydate to a date and the report refreshes with the dependent calculations.
    </LI></OL>
    This tells me the connection is working and the problem is somewhere else. At the moment I'm clueless
    Any input is highly appreciated.
    Thanks,
    Lars

  • Ok so I've been assigned the task through my uni of creating an iPad/iphone app for clinical pharmacists to record the interventions they make in the hospital. I have experience with websites, but not app development and I'm slightly out of my league HELP

    I have a completed mock-up via keynote, and have experimented with a few websites which claim to be able to create the code for me to enter into xcode 4 (which I have downloaded), but I'm a little out of my depth. Any and all help is appreciated, including if anyone is able to tell me if I could just do this as a website (the user would need to be able to enter text which they could save to their iDevice). Thanks!

    As I mentioned, I'm a newbie to designing for iOS. Here's the code I have at the moment, but I don't even know where to begin for what I mentioned above.
    <html>
    <head>
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <meta content="minimum-scale=1.0, width=device-width,
    maximum-scale=0.6667, user-scalable=no" name="viewport">
    <link href="css/style.css" rel="stylesheet" media="screen"
    type="text/css">
    <link rel="apple-touch-icon" href="image.png">
    <link rel="apple-touch-startup-image" href="startup.png">
    <script src="javascript/functions.js" type="text/javascript"></script>
    <title>Interventions</title>
    <meta content="keyword1,keyword2,keyword3" name="keywords">
    <meta content="An easy way to record clinical interventions in
    practice" name="description">
    <script type="text/javascript">
    var todaysDate=new Date()
    </script>
    </head>
    <body>
    <div id="topbar">
    <div id="title">Clinical Interventions</div>
    </div>
    <div id="content"><span class="graytitle">Today's Date:</span> <span
    class="graytitle"><br>
    <ul class="pageitem">
    <li class="select">
    <select name="month" size="1">
    <optgroup label="Month">
    <script type="text/javascript">
    monthText = ['January','February','March','April','May','June','July','August','September', 'October','November','December'];
    for (optionMonth=0; optionMonth <= 11; optionMonth++)
    if(optionMonth==todaysDate.getMonth())
    document.write("<OPTION value=" + monthText[optionMonth] + " SELECTED>" + monthText[optionMonth]);
    } else {
    document.write("<OPTION value=" + monthText[optionMonth] + ">" + monthText[optionMonth]);
    </script> </optgroup>
    </select>
    <span class="arrow"></span></li>
    <li class="select">
    <select name="day" size="1">
    <optgroup label="Day">
    <script type="text/javascript">
    for (optionDay=1; optionDay <= 31; optionDay++)
    if(optionDay==todaysDate.getDate())
    document.write("<OPTION value=" + optionDay + " SELECTED>" + optionDay);
    } else {
    document.write("<OPTION value=" + optionDay + ">" + optionDay);
    </script> </optgroup>
    </select>
    <span class="arrow"></span></li>
    <li class="select">
    <select name="year" size="1">
    <optgroup label="Year">
    <script type="text/javascript">var optionYear = todaysDate.getFullYear();
    document.write("<OPTION value=" + optionYear + " SELECTED>" + optionYear);
    document.write("<OPTION value=" + (optionYear+1) + ">" + (optionYear+1));
    document.write("<OPTION value=" + (optionYear+2) + ">" + (optionYear+2));
    document.write("<OPTION value=" + (optionYear+3) + ">" + (optionYear+3));
    </script> </optgroup>
    </select>
    <span class="arrow"></span></li>
    </ul>
    Type of Intervention:</span>
    <ul class="pageitem">
    <li class="radiobutton"><span class="name">Drug Interaction</span><input
    name="Interaction Type" value="A" type="radio"></li>
    <li class="radiobutton"><span class="name">Incorrect Dosage</span><input
    name="Interaction Type" value="B" type="radio"></li>
    <li class="radiobutton"><span class="name">Incorrect Medication</span><input
    name="Interaction Type" value="C" type="radio"></li>
    <li class="radiobutton"><span class="name">Inappropriate Dosage
    Form</span><input name="Interaction Type" value="D"
    type="radio"></li>
    <li class="radiobutton"><span class="name">Suspected Adverse
    Effect</span><input name="Interaction Type" value="E"
    type="radio"></li>
    <li class="radiobutton"><span class="name">Other</span><input
    name="Interaction Type" value="F" type="radio"></li>
    </ul>
    <span class="arrow"></span> <span class="name"><br>
    <br>
    <ul class="pageitem">
    <li class="checkbox"><span class="name">Issue Resolved?</span><input
    name="checkbox" type="checkbox"> </li>
    </ul>
    <ul class="pageitem">
    <li class="checkbox"><span class="name">Follow Up Required?</span><input
    name="checkbox" type="checkbox"> </li>
    </ul>
    <ul class="pageitem">
    <span class="graytitle">Specific Details:<br>
    </span> <span class="graytitle"><textarea style="width:
    200px; height: 150px;" name="TextArea" rows="4"></textarea>
    </span>
    </ul>
    <ul class="pageitem">
    </ul>
    </span></div>
    <div id="footer">
    <!-- Support iWebKit by sending us traffic; please keep this footer on your page, consider it a thank you for my work :-) -->
    <a class="noeffect" href="http://snippetspace.com">iPhone site
    powered by iWebKit</a></div>
    </body>
    </html>
    Ideally, I'd like to add a print/email button type thing to the end which basically just allowed a screen shot of whats been selected to be emailed to the pharmacist. Again, sorry for the ignorance with this.

  • I have a dual-boot system on my laptop (windows/linux). Firefox opens on windows but not on linux (on linux firefox 'times out'). Why? and how do i fix this?

    could it be to do with the compatability being set to a windows setting?

    could it be to do with the compatability being set to a windows setting?

  • I have the apple univeral dock and AV cables and   can play videos and slide shows on my TV but not music How do I play the music

    I am trying to connect an IPOD classic to my TV to play music
    I have the dock and AV cables and can play videos and slide shows but not music

    Actually, i figured part of it out. When I'm playing itunes to my Apple Tv and Airport Express stations around the house, then turn on the mirroring, the itunes volume bar goes all the way to zero. I can bring it back up manually, and it will play on Apple TV, but it won't broadcast to multiple Airport Express speakers, the way it was doing before I turned on mirroring. It seems that mirroring turns off the airport express stations.

Maybe you are looking for