BrowserKeystore$JSSPasswordCallbackInvocationHandler behaviour

Hi all,
excuse me if this isn�t the correct forum. i've configured jss in firefox and deployed a small applet that uses JSS classes. I've implemented a PasswordCallback following http://www.mozilla.org/projects/security/pki/jss/javadoc/org/mozilla/jss/util/PasswordCallback.html
When the applet uses, i.e. the code "cryptomanager.getPasswordCallback().equals(mypasswordcallback)" the console shows the next exception:
java.lang.reflect.UndeclaredThrowableException
     at $Proxy0.equals(Unknown Source)
Caused by: java.lang.NoSuchMethodException: eadmin.MyPasswordCallback.getName()
     at java.lang.Class.getMethod(Unknown Source)
     at com.sun.deploy.security.BrowserKeystore$JSSPasswordCallbackInvocationHandler.invoke(Unknown Source)
     ... 3 more
I think the class com.sun.deploy.security.BrowserKeystore$JSSPasswordCallbackInvocationHandler assumes that a PasswordCallback has a method getName(), but that isn't correct. I don�t know if this is a small bug or if i'm doing something wrong. Any ideas?
Thanks, regards.

Hi,
I think i've found another possible problem which difficults to configure JSS on linux. The java virtual machine (java plugin) seems to look for appreg file but this file isn�t created in newest versions of mozilla browser (firefox). Is it so? i installed mozilla 1.7 and copied my user profile files in firefox 2.0.x to my user profile directory in mozilla 1.7 in order to get no errors on java console (using file structure of mozilla 1.7 but using the files i want to use). Then the messages on java console are OK but i'm getting the same results when trying to configure JSS (the console tells "JSS is configured", but the plugin doesn't access browser keystore in client authentication processes). Could be better wait to java 6u10ea to resolve the client authentication problem? (i've read this release will include access to browser authenticator).
Thanks in advance.
Regards, Abraham.

Similar Messages

  • Different query behaviour (index or no index use) between sql and pl/sql

    Hi All,
    I have a query inside a cursor in a procedure, let's say:
    cursor c_emp (b_dept_no in number)
    is
    select *
    from emp
    where dept_no = b_dep_no;
    There is an non unique index on dept_no.
    In this procedure i first loop through another cursor which gets the dept_no and with this dept_no i go into a for loop for the c_emp cursor.
    When i run this procedure i see that the explain plan of above query gives me a Full table Scan on EMP, eventhough there is a index on dept_no and there are 1.3 million records in the em table. When i take the above query and explain it seperately, it uses the index on dept_no.
    I have rebuild/analyzed the tables and indexes, nothing seems to work. Even hints in the procedure cursor are not helping at all.
    I'm using Oracle Database 10.2.0.1.0 and have never seen such behaviour before.
    Anyone an idea what is going on here?
    Kind regards,
    Dave

    Hoi Rob,
    it's like i have three tables. The first i have to get data from for my output, then for every record of table one there are one or more records in table 2 and table 3.
    I had to create a xml file and it looks like this:
    <Table1 Record 1>
    <Name>...</Name>
    etc...
    <Table2 Record 1>
    </Table2 Record 1>
    <Table2 Record 2>
    </Table2 Record 2>
    <Table3 Record 1>
    </Table3 Record 1>
    <Table3 Record 2>
    </Table3 Record 2>
    <Table1 Record 2>
    etc.etc.etc.
    So that's why i programmed:
    for r_1 in c_table1 loop
    for r_2 in c_table2(r_1.dept_no) loop
    end loop;
    for r_3 in c_table3(r_1.dept_no) loop
    end loop;
    end loop;
    And when i look at the first record,
    it has 2 records in table2 en 16 records in table3. So nothing huge.
    For now i'm unable to trace the session. I will try to post the tkprof later.
    Kind regards,
    Dave

  • Has there been updates to transcription support in a PS 4 Windows Update? Behaviour has changed...

    I utilise PowerShell transcription support heavily in my PS scripts. Essentially I utilise transcription as a replacement to having a logging framework - all logging is performed via Write-Host, Write-Verbose and Write-Debug calls, and then logged to file
    via a call to Start-Transcript at the start of script execution.
    Transcription support in PS versions prior to 5 is limited in that it is hard coded in the Start-Transcript and Stop-Transcript commands to throw an exception if the host is not an instance of Microsoft.PowerShell.ConsoleHost. Also, to make it even more difficult,
    Stop-Transcript throws an error when there is no active transcript; but there is no way to detect if there is. Therefore, I use reflection to get the ConsoleHost.IsTranscribing internal property value to determine whether to call Stop-Transcript at script
    completion. This logic has worked fine for PS versions 2, 3 and 4. However, more recently I believe a Windows Update patch has changed the way the transcription works. It appears that PS 4 now supports transcription functionality that I thought was PS 5 (CTP)
    specific - nested transcription sessions (i.e. you can now continually call Start-Transcript and it will create more sessions, rather than throw an error when there is an active session).  Also, the internals of how transcription is managed must have
    changed because the IsTranscribing property no longer returns the correct value. I am unsure if there is now a "supported" way of checking for this rather than hacking into the internals of the host. This change results in my script creating multiple
    transcription sessions as it does not know there is already transcription started.
    Does anyone know if there has been any updates in PS 4 for the transcription functionality? Or any other details regarding this?
    Cheers

    Hi Anna,
    Thanks for the response. Can you make sense of the info below? Transcription appears completely broken
    on the build on my machine, which I have not installed any PS CTP on. I am worried a hotfix such as KB3000850 which has also caused me the grief here:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/eaa4a532-5ff5-4a2f-89ce-7e72c71a8fb7/powershell-30-stuck-in-infinite-loop-resolving-members-internally-is-this-a-ps-bug?forum=winserverpowershell
    https://connect.microsoft.com/PowerShell/feedback/details/1045858/add-member-cmdlet-invokes-scriptproperty-members-when-adding-new-member
    ...has been installed via Windows Update. I am running Windows 8.1 and all latest updates applied as at 23 April.
    My $PSVersionTable is the same as yours except for "BuildVersion" 6.3.9600.17400. I can also call Start-Transcript continually and it will keep creating sessions. Once I do this all sessions receive data once I
    enter more commands in the console (i.e. each file is getting the same data). This is the behaviour I would have expected in PS 5 with the transcription updates, but not in a PS 4 update.
    NOTE: In addition to this, the data being fed into the transcription file is NOT the same format as the standard transcription format. The transcription file contains different data and
    is not a true reflection of what is on the console). The following data is being output to the transcription file after each command:
    CurrentMatchIndex              ReplacementIndex             ReplacementLength CompletionMatches
                               -1                            
    0                             8 {System.Management.Automat...
    In addition to that (I haven't had a chance to look into this in detail), but the log files that are being generated by the PS module I have written are now containing a heap of contents that appear to be generated each time an exception
    is thrown (even if it has been caught?)
    "PS>TerminatingError(Invoke-Expression): xxxxxxx" and
    "PS>TerminatingError(): "The pipeline has been stopped.""
    messages, but no host, verbose, or debug data (i.e. terminating error details only, which I have never seen in the transcript file before). That's correct -
    the transcription file doesn't contain any of the data it used to, just error info that did not used to be in there!!
    Please assist urgently, this is a critical issue for me.

  • APEX Application behaviour in a RAC setup

    Hi
    Caveat first: I'm pretty new to Oracle RAC and just looking into it as an option. We have an APEX application currently running in Oracle 11gR2 single node currently and are considering HA for this.
    My question is: What would be the expected behaviour seen by a User of an APEX application, in the event of a node failure, when running with an OHS / RAC configuration? Will they get "transparent fail-over" and see nothing or will they see an error?
    I appreciate I could post in the APEX forum, but feel that is probably more of a development forum and possibly someone here has had to look at things at this level.
    I have read what I think may be the definitive reference for this:
    http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-rac-wp-133532.pdf
    but while it covers most of what I want I don't believe I have found an answer to my question
    This states:
    "The Transparent Application Failover (TAF) feature of Oracle Net Services is a runtime failover for high-availability environments. It enables client applications to automatically reconnect to the database if the connection fails and, optionally, resume a SELECT statement that was in progress. The reconnection happens automatically from within the Oracle Call Interface (OCI) library. For applications that do insert, update or delete transactions, the application must trap the error when the failure occurs, rollback the transaction, and then resubmit. If the application is not written to be TAF aware, the session will get disconnected."
    However (as I understand it) APEX runs in the database and would fail with the database, it isn't a typical "client application" connecting to Oracle via a TAF aware connection pool - it is essentially a large pl/sql package and TAF only covers SELECT statements not packages.
    May be I'm over-reading this and it's simpler than that: APEX/Mod_plsql might just handle it?
    - APEX User/HTTP session state is stored in database APEX: Understanding session state which is available on other nodes
    - Mod_plsql in OHS can detect the error returning and reissues the request to good server and APEX on that instance can retrieve Users/HTTP state and process the request (APEX/RAC doc states mod_plsql can see an error from database and cleanup connection up and form a new connection, but not that it will retry the request for the client into other APEX/DB node).
    I'm really just after a (transparent/non-transparent) statement based on experience, but an outline of how the components behave would be useful.
    Thanks in advance
    Dave

    Hi
    Any chance of getting that link outside of Metalink? - I'm trying to get our customer support id, but no luck at present.
    I'm aware that APEX can run with RAC (as per the link I posted) - I'm really after next level info around behaviour in that environment.
    Thanks
    Dave

  • HT4864 When trying to update my Mail Account Mailbox Behaviours settings, when I try to close the settings pane the following messages occur: Invalid Incoming Mail Server The "Incoming Mail Server" field cannot be empty. The incoming mail server box has p

    When trying to update my Mail Account Mailbox Behaviours settings, after making the changes when I try to close the settings pane the following messages occur: Invalid Incoming Mail Server The “Incoming Mail Server” field cannot be empty. The incoming mail server box has in light grey colour: p02-imap.mail.me.com in it and I cannot edit its content. Any ideas what is going on and how to fix it?

    Hi all,
    Mattreichenbach is probably on the right track here with a reset of settings.  I think I've determined the issue has to do with cached account information and inconsistencies for the account name.  This seems to crop up when I've changed my password and it hasn't propagated fully to all the servers, devices, certificates, etc.
    Hopefully many here are on their way to restoration of service by now but it's clear that a lot of people are having the same issues.  Very frustrating and definitely something Apple needs to resolve:  incoming mail server field grayed out, incorrect autopopulation of different fields, other unanticipated behaviors.  If you're still having issues, though, here's what worked for me...
    First, head to the iCloud preferences pane in System Configuration and choose "Sign Out".  When I did this it prompted me with a number of "are you sure" type questions about retaining information on my local machine.  I chose to delete/remove the info each time simply because it should all be restored by the cloud and I didn't want to risk a massive duplication of my data... I will say, I'm back up and running with no issues so I suspect you can make the same delete/remove choices...  But use your own judgment.  I don't want you to lose any data (ie.. please use care as you do this because I cannot bear the thought of causing anyone to experience the pain of data loss).
    Once you've signed out of iCloud, restart your system.  When you get back in, head to the Mail, Contacts and Calendars section of your System Preferences and add your account back by choosing the brushed aluminum "iCloud" button.  When it asks for your account name, use your @iCloud.com email address.  I am all but certain my issue had started because one of my devices (iPhone or whatever) had been set up with an email alias specified instead of my @iCloud.com address.
    Apple, if you're reading through any of these issues (there are TONS of users having this same problem).  Take note, that your icloud service somewhat frequently is not responding and yet tells the user that the password is wrong and this prompts people to be changing their passwords unnecessarily.  This has happened to me on numerous occasions.  Also, I noticed that last week's outage corresponded to a VERY similar outage exactly one year ago to the day.  Sounds like planned maintenance to me and I think you could do a better job notifying folks so we're not wasting HUGE amounts of time troubleshooting a problem that we have no hope of fixing.
    Hope that helps some of you!
    Terry Mullane
    Washington, DC

  • Behaviour of Microsoft Transporter Suite (Notes migration to Exchange 2007)

    Dear Sir, 
         I have a question about configuraiton of Microsoft transporter, not sure whether it is a behaviour or it can be fixed.
    Question 1:
    Lotus Notes 7.04 --> Exchange 2007
    Microsft Transport: Scheduler set to every 15 min.
    Q1. Does it mean that Notes sync to AD User account setting only in every 15 min only ?
    Q2. It seems that it will not sync Notes email mailbox message with Exchange mailbox until manual press
        'Migrate selected mailbox', may I confirm that is it a design behaviour.
    Q3. After created free/busy connector (Every 60 minutes of sync), it seems that it will not sync
          user calendar until manual pressed 'Synchronize Now'.
    Q4. Can Mirocosft transport suit support workstation NSF file to PST file ?
    Q5. In notes environment, ACL will be used to configure boss/secretary condition which allow send as permission.
        Does it mean that all permission will be reconfigured manually? Or any Microsoft tools to work on it.
    Regards,
    Joe

    Hello Joe,
    I checked with a specialist regarding your questions and here are the responses.
    I hope this helps!
    Q1. Does it mean that Notes sync to AD User account setting only in every 15 min only ?
    If this is referring to Direcctory Synchoronization, then yes, it will synch any updates every 15 minutes. However, there is no reason to do a dirsync that often.
    Q2. It seems that it will not sync Notes email mailbox message with Exchange mailbox until manual press
        'Migrate selected mailbox', may I confirm that is it a design behaviour.
    This one seems to refer to migration. If you are wanting to migrate the mailboxes and email, you would have to manually migrate each user. In other words, this is not an automated process. So yes, this is by design
    Q3. After created free/busy connector (Every 60 minutes of sync), it seems that it will not sync
     user calendar until manual pressed 'Synchronize Now'.
    A dirsync will have to be run after the Free/Busy Connector is created. However, it should only have to be run once. After that, when a user requests new calendar information, it will pull information for that user
    Q4. Can Mirocosft transport suite support workstation NSF file to PST file ?
    Yes, you will have to use the EMS to do this. It's not possible via the GUI.
    Q5. In notes environment, ACL will be used to configure boss/secretary condition which allow send as permission.
        Does it mean that all permission will be reconfigured manually? Or any Microsoft tools to work on it.
    There is not an automated way of doing this.
    Kevin Ca - MSFT

  • APEX Listener and EPG - strange behaviour

    Hi
    For some years, I've used EPG for APEX but have struggled with performance particularly as I can have up to 150 student developers using at any one time.
    I do a fair amount of work using ORDImage and have successfully developed APEX applications to upload image files and display full-size and thumbnail images.
    After upgrading to APEX 4.1 (from 4.0), I decided to install APEX Listener standalone.
    Before I did so I checked that my applications still worked in 4.1 and they did.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.
    Configuring APEX Listener and running the same application through that DOES display the images.
    So this part of the application works under APEX Listener but not under EPG.
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank page with a wwv_flow.accept URL although the image does indeed upload. Under EPG it works as expected and I get a success confirmation.
    So this part of the application works under EPG but not under APEX Listener.
    Has anyone else come across different behaviour depending on the mode of connection?
    Thanks
    Brian
    [Oracle EE 11gR2, Windows Server 2008R2, APEX 4.1, APEX Listener 1.1.3]

    Hi Brian,
    it sounds like you have both EPG and APEX Listener running on the same machine, so your problem might result from a port conflict. Note that both services use TCP port 8080 as default.
    At least a port conflict would explain the strange behaviour in your case, some things working on one web server and some on the other.
    Some parts of your initial post hint to that direction, e.g.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on >wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.... because the APEX Listener only interfere with the EPG if it is at least running on the same machine as your database and furthermore, if it is unconfigured in terms of ist database connection, a port conflict might be the only way it could cause anything like that.
    However, if you are sure that's not the issue, please check if you see any error in the APEX Listener's log for the following action you performed:
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank >page with a wwv_flow.accept URL although the image does indeed uploadIf you actually see just a blank screen, something very bad must have happened and you should see some kind of stack trace there.
    For further investigations, if necessary, it would be helpful to know how you deployed or started your APEX Listener and which JDK version you use.
    For the moment, I still think the port conflict is my best guess.
    You could avoid it by either changing the port for EPG (I'd not recommend that if you have other users still using it) or by changing the port for your APEX Listener.
    -Udo

  • External display flashes and shows 'snow'. (Video of behaviour included)

    Since yesterday, my Macbook Pro is acting strange. When I connect it to an external monitor, it usually works. Everything goes well for 10 to 30 minutes, and at some point the display starts tearing, showing snow, and flashing. These flashes get worse and worse, up till the point where I have to reboot. Rebooting seems to help a little. Whenever the laptop hasn't been used for a few minutes it works correctly again, for a short while. (This makes me conclude it's some sort of heat-related issue)
    The issue is present on multiple monitors using different DVI cables. I only have one mini-displayport to dvi adapter, so the problem could be there too.
    This problem does not affect the internal display of the macbook in any way.
    Here is a short video showing the behaviour:
    http://www.youtube.com/watch?v=4BotUqHb3dM
    What should I do? Try to figure out wether it's the mbp or the connector or just bring it in for a repair. (It's less than a year old)

    I have had similar issues with my 15" MBP. Occasionally my external monitor will go 1980s and display what looks like crappy tv reception.
    Also, connecting or disconnecting an external display (via the single link mini display port to dvi adapter) has a tendency to lock up the entire machine (both displays black, won't respond to keyboard or mouse) until the power is cycled.
    Also, my built in monitor has a habit of flickering/glitching lines.
    These problems seem to happen regardless of which graphics card is active.

  • Behaviour of letter of credit through credit note.

    Sales order has been created against L/C and finally invoiced, Credit note passed for price correction subsequently, Same L/c also got attached to creit note but there is no impact on L/c value. Is this normal behaviour or any customization missing.

    Dear Amit
    I had a small doubt on your question and hence tested for the same by creating an export sale order and completed with issuing credit note for partial quantity.  On checking in VX12N, it has been observed that the Open Value has not changed
    thanks
    G. Lakshmipathi

  • Erratic battery behaviour on Macbook air since latest update

    My Macbook Air 11.1 is from 2011, and the battery started going bad last year. I ordered and placed a new battery in january. This worked perfectly, no problems whatsoever. This morning, I installed the latest available Apple update (unsure which one, can't find it). After that, my battery has been behaving strangely. This is what happened:
    - I unplugged my laptop at one point, and moved it from my bed to desk. I went to my kitchen, returned, and the laptop had turned off.
    - I put the charger in and turned it back on. I realised the battery info said the battery isn't charging and 'replace now'. Surprised, since I just got the battery this january.
    - All of a sudden, the icon changed to white (it's black when not charging) and it was charging again.
    - This kept happening, on and off.
    - Unplugging the charger results in shutting of immediately or within a few seconds. At this moment, it's charging (at 97%). But it can change any minute.
    - I tried moving my laptop around a bit, tilting it up and down, but that doesn't seem to do anything (neither good or bad).
    I looked on the internet for a few solutions:
    - Resetting PRAM: no differene
    - Resetting SMC: no difference
    - Reinstalling Yosemite completely (do you recommend this? In any specific order?)
    Does anyone know what is best to try? I can also open up my laptop again and check the battery, but I doubt that's the problem. Btw, third party apps like battery diag/battery health/coconut battery all make no mention of the battery needing to be replaced.
    Any help is greatly appreciated. I'm emigrating to Serbia next week, so I hope to fix it before then
    I included an Etrecheck report:
    Problem description:
    erratic battery behaviour since last update. Tells me to replace now, and when I unplug charger, it shuts down. Keeps switching between charging/no problems and not charging/replace now. Battery was installed in january.
    EtreCheck version: 2.1.8 (121)
    Report generated 8 Mar 2015 11:59:02 CET
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Air (11-inch, Mid 2011) (Technical Specifications)
        MacBook Air - model: MacBookAir4,1
        1 1.6 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Not upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en0: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 59
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1366 x 768
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:3:50
    Disk Information: ℹ️
        APPLE SSD SM128C disk0 : (121,33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 120.11 GB (46.46 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.47 GB Online
    USB Information: ℹ️
        Apple Inc. FaceTime Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 20
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.Ralink.driver.RT2870USBWirelessDriver (4.1.8) [Click for support]
        [not loaded]    com.marvell.kext.USBGenericPrinterClass (1.0.0) [Click for support]
    Startup Items: ℹ️
        FanControlDaemon: Path: /Library/StartupItems/FanControlDaemon
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [failed]    com.adobe.CS5ServiceManager.plist [Click for support] [Click for details]
        [loaded]    com.citrix.AuthManager_Mac.plist [Click for support]
        [running]    com.citrix.ReceiverHelper.plist [Click for support]
        [running]    com.citrix.ServiceRecords.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.sonos.smbbump.plist [Click for support]
        [loaded]    com.virtualock.VirtuaLockHelper.plist [Click for support]
        [not loaded]    org.eyebeam.SelfControl.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.facebook.videochat.[redacted].plist [Click for support] [Click for details]
        [running]    com.hp.printerAgent.plist [Click for support]
        [not loaded]    com.macpaw.CleanMyMac.helperTool.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac.volumeWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        WDDriveUtilityHelper    Application  (/Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)
        WDSecurityHelper    Application  (/Applications/WD Security.app/Contents/Resources/WDSecurityHelper.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.3 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
        AdBlock
        Pin It Button
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        SwitchResX  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 120.11 GB Disk used: 73.65 GB
        Destinations:
            My Passport [Local]
            Total size: 1.00 TB
            Total number of backups: 7
            Oldest backup: 2013-11-09 23:41:49 +0000
            Last backup: 2015-02-21 16:37:24 +0000
            Size of backup disk: Excellent
                Backup size 1.00 TB > (Disk size 120.11 GB X 3)
    Top Processes by CPU: ℹ️
             6%    WindowServer
             1%    coconutBattery
             0%    Google Chrome
             0%    AppleSpell
             0%    fontd
    Top Processes by Memory: ℹ️
        241 MB    Safari
        133 MB    ocspd
        128 MB    com.apple.WebKit.WebContent
        112 MB    Google Chrome
        86 MB    mds_stores
    Virtual Memory Information: ℹ️
        201 MB    Free RAM
        1.82 GB    Active RAM
        1.20 GB    Inactive RAM
        1.07 GB    Wired RAM
        1.06 GB    Page-ins
        41 KB    Page-outs
    Diagnostics Information: ℹ️
        Mar 8, 2015, 11:54:35 AM    Self test - passed
        Mar 5, 2015, 09:33:23 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iTunes_2015-03-05-213323_[reda cted].crash
        Mar 5, 2015, 07:35:39 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Networking_20 15-03-05-193539_[redacted].crash
    Problem description:
    erratic battery behaviour since last update. Tells me to replace now, and when I unplug charger, it shuts down. Keeps switching between charging/no problems and not charging/replace now. Battery was installed in january.
    EtreCheck version: 2.1.8 (121)
    Report generated 8 Mar 2015 11:59:02 CET
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Air (11-inch, Mid 2011) (Technical Specifications)
        MacBook Air - model: MacBookAir4,1
        1 1.6 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Not upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en0: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 59
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1366 x 768
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:3:50
    Disk Information: ℹ️
        APPLE SSD SM128C disk0 : (121,33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 120.11 GB (46.46 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.47 GB Online
    USB Information: ℹ️
        Apple Inc. FaceTime Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 20
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.Ralink.driver.RT2870USBWirelessDriver (4.1.8) [Click for support]
        [not loaded]    com.marvell.kext.USBGenericPrinterClass (1.0.0) [Click for support]
    Startup Items: ℹ️
        FanControlDaemon: Path: /Library/StartupItems/FanControlDaemon
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [failed]    com.adobe.CS5ServiceManager.plist [Click for support] [Click for details]
        [loaded]    com.citrix.AuthManager_Mac.plist [Click for support]
        [running]    com.citrix.ReceiverHelper.plist [Click for support]
        [running]    com.citrix.ServiceRecords.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.sonos.smbbump.plist [Click for support]
        [loaded]    com.virtualock.VirtuaLockHelper.plist [Click for support]
        [not loaded]    org.eyebeam.SelfControl.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.facebook.videochat.[redacted].plist [Click for support] [Click for details]
        [running]    com.hp.printerAgent.plist [Click for support]
        [not loaded]    com.macpaw.CleanMyMac.helperTool.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac.volumeWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        WDDriveUtilityHelper    Application  (/Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)
        WDSecurityHelper    Application  (/Applications/WD Security.app/Contents/Resources/WDSecurityHelper.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.3 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
        AdBlock
        Pin It Button
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        SwitchResX  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 120.11 GB Disk used: 73.65 GB
        Destinations:
            My Passport [Local]
            Total size: 1.00 TB
            Total number of backups: 7
            Oldest backup: 2013-11-09 23:41:49 +0000
            Last backup: 2015-02-21 16:37:24 +0000
            Size of backup disk: Excellent
                Backup size 1.00 TB > (Disk size 120.11 GB X 3)
    Top Processes by CPU: ℹ️
             6%    WindowServer
             1%    coconutBattery
             0%    Google Chrome
             0%    AppleSpell
             0%    fontd
    Top Processes by Memory: ℹ️
        241 MB    Safari
        133 MB    ocspd
        128 MB    com.apple.WebKit.WebContent
        112 MB    Google Chrome
        86 MB    mds_stores
    Virtual Memory Information: ℹ️
        201 MB    Free RAM
        1.82 GB    Active RAM
        1.20 GB    Inactive RAM
        1.07 GB    Wired RAM
        1.06 GB    Page-ins
        41 KB    Page-outs
    Diagnostics Information: ℹ️
        Mar 8, 2015, 11:54:35 AM    Self test - passed
        Mar 5, 2015, 09:33:23 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iTunes_2015-03-05-213323_[reda cted].crash
        Mar 5, 2015, 07:35:39 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Networking_20 15-03-05-193539_[redacted].crash

    Hi Dominic,
    Thank you for your help! I did all three things and run etrecheck again. It now shows the following, different things seem to be failing now? Like Kerberos?
    Problem description:
    EtreCheck version: 2.1.8 (121)
    Report generated 8 Mar 2015 12:57:52 CET
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Air (11-inch, Mid 2011) (Technical Specifications)
        MacBook Air - model: MacBookAir4,1
        1 1.6 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Not upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en0: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 59
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1366 x 768
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:8:11
    Disk Information: ℹ️
        APPLE SSD SM128C disk0 : (121,33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 120.11 GB (46.30 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.47 GB Online
    USB Information: ℹ️
        Apple Inc. FaceTime Camera (Built-in)
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.Ralink.driver.RT2870USBWirelessDriver (4.1.8) [Click for support]
        [not loaded]    com.marvell.kext.USBGenericPrinterClass (1.0.0) [Click for support]
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.Kerberos.kdc.plist [Click for details]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [failed]    com.adobe.CS5ServiceManager.plist [Click for support] [Click for details]
        [loaded]    com.citrix.AuthManager_Mac.plist [Click for support]
        [running]    com.citrix.ReceiverHelper.plist [Click for support]
        [running]    com.citrix.ServiceRecords.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.barebones.authd.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.sonos.smbbump.plist [Click for support]
        [loaded]    com.virtualock.VirtuaLockHelper.plist [Click for support]
        [not loaded]    org.eyebeam.SelfControl.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.facebook.videochat.[redacted].plist [Click for support] [Click for details]
        [running]    com.hp.printerAgent.plist [Click for support]
        [not loaded]    com.macpaw.CleanMyMac.helperTool.plist [Click for support]
        [not loaded]    com.macpaw.CleanMyMac.volumeWatcher.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.3 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
        AdBlock
        Pin It Button
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        SwitchResX  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 120.11 GB Disk used: 73.81 GB
        Destinations:
            My Passport [Local]
            Total size: 1.00 TB
            Total number of backups: 7
            Oldest backup: 2013-11-09 23:41:49 +0000
            Last backup: 2015-02-21 16:37:24 +0000
            Size of backup disk: Excellent
                Backup size 1.00 TB > (Disk size 120.11 GB X 3)
    Top Processes by CPU: ℹ️
             6%    WindowServer
             0%    fontd
             0%    AppleSpell
             0%    notifyd
             0%    net.zeo.space.osx.helper
    Top Processes by Memory: ℹ️
        249 MB    Safari
        220 MB    com.apple.WebKit.WebContent
        116 MB    Finder
        112 MB    mds_stores
        69 MB    ocspd
    Virtual Memory Information: ℹ️
        554 MB    Free RAM
        1.61 GB    Active RAM
        1.06 GB    Inactive RAM
        1.07 GB    Wired RAM
        945 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 8, 2015, 12:49:20 PM    Self test - passed
        Mar 5, 2015, 09:33:23 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iTunes_2015-03-05-213323_[reda cted].crash
        Mar 5, 2015, 07:35:39 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Networking_20 15-03-05-193539_[redacted].crash

  • Strange behaviour of Runtime.getRuntime().exec(command)

    hello guys,
    i wrote a program which executes some commands in commandline (actually tried multiple stuff.)
    what did i try?
    open "cmd.exe" manually (administrator)
    type "echo %PROCESSOR_ARCHITECTURE%" and hit enter, which returns me
    "AMD64"
    type "java -version" and hit enter, which returns me:
    "java version "1.6.0_10-beta"
    Java(TM) SE Runtime Environment (build 1.6.0_10-beta-b25)
    Java HotSpot(TM) 64-Bit Server VM (build 11.0-b12, mixed mode)"
    type "reg query "HKLM\SOFTWARE\7-zip"" returns me:
    HKEY_LOCAL_MACHINE\SOFTWARE\7-zip
    Path REG_SZ C:\Program Files\7-Zip\
    i wrote two functions to execute an command
    1) simply calls exec and reads errin and stdout from the process started:
    public static String execute(String command) {
              String result = "";
              try {
                   // Execute a command
                   Process child = Runtime.getRuntime().exec(command);
                   // Read from an input stream
                   InputStream in = child.getInputStream();
                   int c;
                   while ((c = in.read()) != -1) {
                        result += ((char) c);
                   in.close();
                   in = child.getErrorStream();
                   while ((c = in.read()) != -1) {
                        result += ((char) c);
                   in.close();
              } catch (IOException e) {
              return result;
         }the second function allows me to send multiple commands to the cmd
    public static String exec(String[] commands) {
              String line;
              String result = "";
              OutputStream stdin = null;
              InputStream stderr = null;
              InputStream stdout = null;
              // launch EXE and grab stdin/stdout and stderr
              try {
                   Process process;
                   process = Runtime.getRuntime().exec("cmd.exe");
                   stdin = process.getOutputStream();
                   stderr = process.getErrorStream();
                   stdout = process.getInputStream();
                   // "write" the parms into stdin
                   for (int i = 0; i < commands.length; i++) {
                        line = commands[i] + "\n";
                        stdin.write(line.getBytes());
                        stdin.flush();
                   stdin.close();
                   // clean up if any output in stdout
                   BufferedReader brCleanUp = new BufferedReader(
                             new InputStreamReader(stdout));
                   while ((line = brCleanUp.readLine()) != null) {
                        result += line + "\n";
                   brCleanUp.close();
                   // clean up if any output in stderr
                   brCleanUp = new BufferedReader(new InputStreamReader(stderr));
                   while ((line = brCleanUp.readLine()) != null) {
                        result += "ERR: " + line + "\n";
                   brCleanUp.close();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              return result;
         }so i try to execute the commands from above (yes, i am using \\ and \" in java)
    (1) "echo %PROCESSOR_ARCHITECTURE%"
    (2) "java -version"
    (3) "reg query "HKLM\SOFTWARE\7-zip""
    the first function returns me (note that ALL results are different from the stuff above!):
    (1) "" <-- empty ?!
    (2) java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)
    (3) ERROR: The system was unable to find the specified registry key or value.
    the second function returns me:
    (1) x86 <-- huh? i have AMD64
    (2) java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)
    (3) ERROR: The system was unable to find the specified registry key or value.
    horray! in this version the java version is correct! processor architecture is not empty but totally incorrect and the reg query is still err.
    any help is wellcome
    note: i only put stuff here, which returns me strange behaviour, most things are working correct with my functions (using the Runtime.getRuntime().exec(command); code)
    note2: "reg query "HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /t REG_SZ" IS working, so why are "some" queries result in ERR, while they are working if typed by hand in cmd.exe?

    ok, i exported a jar file and execute it from cmd:
    java -jar myjar.jar
    now the output is:
    (1) "" if called by version 1, possible to retrieve by version 2 (no clue why!)
    (2) "java version "1.6.0_10-beta"
    Java(TM) SE Runtime Environment (build 1.6.0_10-beta-b25)
    Java HotSpot(TM) 64-Bit Server VM (build 11.0-b12, mixed mode)"
    (3) C:\Program Files\7-Zip\
    so all three problems are gone! (but its a hard way, as i need both functions and parse a lot of text... :/ )
    thanks for the tip, that eclipse changes variables (i really did not knew this one...)

  • PS Report : Strange behaviour S_ALR_87013542  and CJI5

    The bottom line total figure In CJI5 ("Val/CO Area") for All PO's assigned to a WBS and S_ALR_87013542 ("Commitments") on a WBS match exactly - in same period.
    But strangely the bottom line total figure In CJI5 ("Plan val. Currency" )  DO NOT MATCH with the bottom line total figure of "Total" of S_ALR_87013542 . Infact the value is showing more in CJI5.
    Can someone explain the reason for this behaviour.
    Thank you.

    Hii Ravi,
    Thanks for your quick response....
    I'm not using the valuated stock, and yes all the configuration already checked.
    First, in the PO, we key the date and invoicing plan (depends on the termijn), If we want to do
    invoice (MIRO), we need to do the unblocking the invoicing plan in the PO (invoice tab in po)
    after that, create invoice reference to PO. if this steps are followed.. we still can see the outstanding amount of PO in the report. (_ALR_87013558 and CJI5).
    If user didn't do the unblocking the invoicing plan in the PO,.. and directly do the invoice (MIRO)
    reference to PO, Invoice still can be created.. However, we cannot see the outstanding amount of the
    PO, if user do the invoice without unblocking the invoicing plan.
    Please any advice wiil be helpful..
    Best regards
    -Spribadi-

  • Strange behaviour with ActiveX invoke node and Excel

    I want to send a table of numbers from LV50.1f to Excel97. After getting a
    reg to Excel8.Application I retrieve the Workbooks property, Invoke Item to
    select a certain Workbook reference, retrieve the Worksheets collection
    reference, Invoke Item and then get a reference to WORKBOOKS again.
    Strangely, there is an example code from the NI web site that does exactly
    the same, but in the last step a variant is returned in stead of a
    reference, which is converted using Variant to G to a Worksheet reference.
    when I copied that last invoke node to my VI I also had a variant returned,
    so on one diagram I had to invoke nodes connected to the same sources, one
    returning a ref, the other returning a variant!
    Disco
    nnecting the sources to my Invoke node and rewiring gave no change.
    Also type casting the ref to workbooks to a worksheets ref, didn't work - I
    get errors in the following property node that retrieves a Range - which
    exists in Worksheet, but not in Workbooks.
    Appearantly, LV gets the returned type mixed up sometimes, and there is no
    way to fix it other then copying a invoke node from another diagram?
    Finally I got it working though, but this behaviour puzzles me. Contrary to
    the example from NI, I now managed to send a table (2d array of strings) in
    one call to Excel (don;t need to loop over cells or columns).
    PS
    I used to do the same using DDE but ranges are different for each language
    version of Excel (i.e. R1C1 for English and R1K1 for Dutch), so my VI's need
    to know the language of Excel. Also with NT and Win98, getting a DDE
    connection often hangs LV. But a big progress has been made - now I need
    different VI's for each version of Excel!!!
    Ferry Toth
    Enraf BV, The Netherlan
    ds

    Hi Enric,
    Can you try your queries again using the new release of DB XML? It contains some improvements in this area.
    http://www.oracle.com/technology/software/products/berkeley-db/xml/index.html
    John

  • Different behaviour between IE6 and IE on opening Office documents via KM

    Hi all,
    we're in the process of rolling out Internet Explorer 7 (IE7) and noticed something unexpected when opening non-html documents from a KM navigation iview. When clicking on the links in the ivew the documents are all opened in a new window because the hyperlink / href contains "target=_blank". When the document itself is for instance an Excel document, the browser will ask wether you want to open the document or not. When you choose to open the document, Excel launches and the blank IE6 window is closed in the background. When the user is done with the document he or she will return to the portal screen.
    This nice behaviour does not occur with IE7. The blank window remains open so when the user closes the Office document they are looking at an empty IE7 screen.
    Is there any way to fix this by customization or even by code change? It seems to me that this is more a SAP issue because for all HTML pages and for all documents that have IE plugins such as PDF'syou want to open a new window but for the others you want only the application to be lauched, not an empty IE.
    Message [3141588|https://www.sdn.sap.com/irj/sdn/thread?threadID=147594&messageID=3141588#3141588] seems to deal with the same problem and got a somewhat disturbing answer.
    The resource rendering parameter rndOpenTargetType does not seem to help see [Help.sap.com|http://help.sap.com/saphelp_nw70/helpdata/EN/87/3d48475ee8bd448c4031aa98d90524/frameset.htm]
    Marcel

    I found the solution on another site, superuser.com, so I can't claim the solution as my own, but it worked for me. Kent Ng says: 
    I face the similar issue with Excel 2003. If you have installed Skype-Click-to-Call, just removed it to resolve this issue.

  • Autocommit and Cursor commit Behaviour

    Hi,
    I need help to set and get the Autocommit and Cursor commit behavior attributes
    in Oracle.
    AUTOCOMMIT:
    For DDL Statement, this attribute is set while executing the OCIStmtExecute() api
    as below:-
    r = OCIStmtExecute(d->svc, d->sql, d->err, 1,0,
    (CONST OCISnapshot *) NULL,
    (OCISnapshot *) NULL,
    d->transaction ? OCI_DEFAULT :                                         OCI_COMMIT_ON_SUCCESS);
    For DML Statement, from the OCI documentation the database parameter attributes
    support OCI_ATTR_AUTOCOMMIT_DDL with the values OCI_AC_DDL and OCI_NO_AC_DDL.
    Since this is a parameter attribute, I couldn't set using OCIAttrSet() API.
    I need help in implementing AUTOCOMMIT for both DDL / DML statements.
    CURSOR COMMIT BEHAVIOUR:
    Similarly, I have observed that Oracle support cursor commit behavior attributes
    using OCI_ATTR_CURSOR_COMMIT_BEHAVIOR and the attribute values are OCI_CURSOR_OPEN and OCI_CURSOR_CLOSED.
    I have tried setting this attribute as below:-
    ub1 nCommitType = OCI_CURSOR_OPEN;
    oraRC = OCIAttrSet((dvoid *)d->svc, (ub4)OCI_HTYPE_SVCCTX,
         (dvoid *)&nCommitType,
         (ub4)sizeof(nCommitType),
         OCI_ATTR_CURSOR_COMMIT_BEHAVIOR, d->err);
    This always fails with the error ORA-24315: illegal attribute type.
    I need help in setting this attribute using OCI.
    Another approach to set Autocommit / Close Cursor attributes:-
    Oracle support SET commands for autocommit and closecursor, I have prepared
    and executed these set commands using OCIStmtPrepare and OCIStmtExecute api. The OCIStmtExecute() API fails to execute the below command texts.
    SET AUTOCOMMIT ON/OFF
    SET CLOSECURSOR ON/OFF
    Is it the right method of setting these attributes?
    Thanks,
    Sankar.P.

    Hi.
    You are trying to commit "child" information before your Parent information is commited.
    Can you describe how you dragged & droped your views?.
    Dragged relationship views or single views?.
    Can you put output log with jbo with FINEST level?.
    To find a solution try next solutions:
    1) Disable "strong" association between your parent-child entities. To achieve it follow next steps:
    - Go to your "Assoc" that describes your foreign key.
    - In "Realtionship" tab, "Behaviour" disable "Composition Association".
    Image: http://1.bp.blogspot.com/-Em8NZvjOUzo/T_NQbJTcLjI/AAAAAAAAAm4/hPsDwtEhJQ4/s1600/4.png
    2) Drag and Drop correct views as a Master-Detail (cascading views in your Data Control).
    http://2.bp.blogspot.com/-1By5vNNGMFQ/T_NQdYzexKI/AAAAAAAAAnE/DGn7Gr0RSDw/s1600/6.png (in spanish).
    In the image, drag & drop PortalwebView2 is the correct way for Master-Details tables. Probably you dragged PortalwebView1 that have dependecy to master table.
    Steps that you have followed:
    - Drag & Drop dependen View Object as a Master-Detail with two tables.
    - Add Create operations from these views to create Rows.
    - Add Commit general operation from Data Control.
    Try to drag & drop Master-Detail views correctly before disable association.
    PD: To try your model faster run Model project instead of your application.
    Regards.
    Edited by: Daniel Merchán on 30-jul-2012 12:05

Maybe you are looking for