Kill Query (exec phase) in OCI (windows app)

How do I stop a query from being executed thru OCI? I have a windows application
that starts another thread to execute a query. The worker thread basically parses
the statement, executes and then fetches. I'd like to be able to stop the worker
thread from executing immediately. In other words, if the user decides to cancel
the query from the main thread, I'd like the worker thread to stop execution.
I have tried Oracle "obreak" function, but that doesn't seem to do what I want. Alter
session to kill the session is not an option since I don't have "alter system" privileges. I have
thought about TerminateThread, but that seems to be a little tricky since there is no chance to clean up.
null

At one point, there was a problem with OCIBreak on NT. I believe that if you install the latest Oracle client patchkit and the latest NT service pack, you'll find that OCIBreak will work.
Are you running an Oracle 7 or Oracle 8 client? obreak is an OCI 7 call, so I'm not sure whether it was fixed by the same bug fix that solved the problem in the Oracle 8 code stream.
Justin

Similar Messages

  • Using Runtime.getRuntime().exec(DOS Program) with Windows 2000.

    I am trying to spawn a DOS Program from within Java.
    On Win95/98/ME, I use
    Process     p = Runtime.getRuntime().exec("START /w command.com con /c myDOSProgram.exe");
    This works on these platforms. On Win 2000, I use
    Process     p = Runtime.getRuntime().exec("START /w cmd.exe con /c myDOSProgram.exe");
    It does not work at all.
    I have tried all combinations of using START, cmd.exe, con /c, etc.
    I can spawn a Windows App using
    Process     p = Runtime.getRuntime().exec("windows.exe");
    And it works fine.
    What does it take to spawn a DOS program from Java on the Windows 2000 op sys?

    Hi. I recently wrote a java GUI that calls a DOS program with mixed success. Here's the code I used to make the call:String osName = System.getProperty("os.name" );
    String[] cmd = new String[4];
    if( osName.equals( "Windows 2000" ) || osName.equals( "Windows NT" ) )
         cmd[0] = "cmd.exe";
         cmd[1] = "/C" ;
         cmd[2] = "VBDoc.exe";
         cmd[3] = fileName;
    else if( osName.equals( "Windows 95" ) || osName.equals( "Windows 98" ) )
         cmd[0] = "command.com" ;
         cmd[1] = "/C" ;
         cmd[2] = "VBDoc.exe";
         cmd[3] = fileName;
    else
         System.out.println(osName);
    Process proc = runtime.exec(cmd);Check out this article, it gives a good explanation of how to use the exec() call:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    Hope this helps!

  • Starting Windows App from J2EE Studio Creator App

    Hi,
    Does anyone know how to start a Windows application with arguments that is on the same windows server running the J2EE application? I'm using Studio Creator to build the application and it needs to start a Windows app to perform some tasks. The app will run in the background and exit by itself when done.
    Thanks,
    Ron

    Heres an example of how I start a windows app from within a swing application, I am passing the url of the db.
    String temp = "192.168.11.70";
    try {
    Runtime.getRuntime().exec("command.com /E:1900 /C C:\\Progra~1\\mts\\freight.exe "+temp, null);
    catch (IOException ex) {
    Regards
    Jonathan

  • Controllin​g a DOS applicatio​n (or another Windows app) with a LabVIEW applicatio​n running on the same computer

    Does anyone know how if it is possible to control a DOS application (or another Windows app) with a LabVIEW application running on the same computer.
    I need to send text to fields on the other (non-LabVIEW) application and possibly menu commands.
    If someone knows this is impossible, I'll take that answer too.
    Thanks

    It's certainly possible but how you do it depends a lot on the applications you want to control and whether you need to get data back from the other apps. Many Windows apps can be controlled via ActiveX. Many DOS programs can be set up by providing command line parameters and using the System Exec function in LabVIEW. You can find a number of methods by browsing through the discussions at http://exchange.ni.com/servlet/ProcessRequest?RHIV​EID=101&RPAGEID=105&UCATEGORY_0=_49_%24_6_&UCATEGO​RY_S=0&UQUESTION_0=How+to+control+a+Windows+applic​ation+from+Labview&UQUESTION_S=0. If you provide specifics about the programs you need to control, there may be someone here who can provide exact details. Good luck.

  • Windows App Certification Kit - Test Fails for Validate Desktop App at "Write appropriate Add/Remove Program values"

    Hi,
    I am trying to validate a .Net Framework 4 WinForms application for use in the Microsoft Partner Network portal.
    I am using Windows App Certification Kit 3.4 for Windows 8.1 , and the Validate Desktop App option.
    To build the package I am using InstallShield 2012 SPR Limited Edition (for Visual Studio), and the validation fails
    only with the following error (please also see the attached image):
    Clean reversible install test: Failed to Write appropriate Add/Remove Program values
    Error Found: The registry population test detected the following error: app didn't create the required registry entries.
    A non-optional value 'DisplayName' is missing or invalid (same for 'Publisher', 'ProductVersion')
    Please note that I have filled in all the publisher/product details in the InstallShield project, on the General Information page.
    Also I have tried to use the Microsoft Visual Studio Installer Project for VS2013, and the validation failed with the exact same error.
    (https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    Any help would be very appreciated.
    Thank you.

    You may need to add the necessary info to the app’s Windows Installer package so it can configure Add/Remove Programs in Control Panel correctly. Setting these properties automatically writes the corresponding values into the registry. From the picture,
    you are missing some necessary information about your desktop app.
    Also You need the correct admin permissions to write to the registry.
    Please refer to this thread:
    http://stackoverflow.com/questions/21182856/windows-app-certification-kit-test-result-app-didnt-create-the-require-regist
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Windows App developer account and .aetx file, Unknown error while generating AET

    Hi Everyone,
    firstly, sorry for my not perfect english, but I hope that somehow understand what i  want to say.
    So, I am a student (I do not know if it makes a difference but inform you), and I wanted to write a universal windows app for company (This would be the first application WP and Windows this company, previously did app on Android and IOS, and websites).
    I wrote a little bit and I wanted to throw the first version on hockeyapp.net to the head of the company and the customers can test it and i have problem. I upload .appx file bu i have problem with generate .aetx file. When I run this command AETGenerator.exe
    PFXFilepath PFXFilePassword it gives me an error in command prompt
    Unknown error while generating AET
    startIndex cannot be larger than length of string.
    Parameter name: startIndex
    I've read about these certificates but did not find a specific answer (a very specific answer). So what I need to do, What do I need,  what to buy and etc.
    What are my solutions?
    What should I do?
    Is it enough that I register and I buy individual developer account?
    I hope someone answer me, 
    thank you :)

    Try sending it to store anyway… I have the similar issue, the kit hangs when saving result and never complete it.
    Another member has same question.
    https://social.technet.microsoft.com/Forums/en-US/11910167-75e1-47d8-a0fb-fb8046c57f89/windows-app-certification-kit-31-reports-failure-due-to-crash-or-hang?forum=projectsiena.
    If you want to test your app, you can also send to beta store and you can get response from the testers.

  • Windows App Certification Kit 3.4 error occurred while generating the report (the application will exit)

    Hi all,
    I've encounter a pretty big issue while trying to check if everything with my windows phone 8.1 app is all right. After creating package (*.appx) I launched Windows App Certification Kit 3.4 to run it against all the test. Each time I try I get an error saying
    "an error occurred while generating the report. the application will exit" and Certification tool just crushes
    I looked online for some solutions but couldn't find any. Somebody knows what is going on and how to fix it ?
    Can't insert images into post because of not verified account so imgur:
    http://imgur.com/ptT0cU3

    Try sending it to store anyway… I have the similar issue, the kit hangs when saving result and never complete it.
    Another member has same question.
    https://social.technet.microsoft.com/Forums/en-US/11910167-75e1-47d8-a0fb-fb8046c57f89/windows-app-certification-kit-31-reports-failure-due-to-crash-or-hang?forum=projectsiena.
    If you want to test your app, you can also send to beta store and you can get response from the testers.

  • Best way to run M$ windows apps on linux ?

    hi everyone,
    i plan on getting rid of my windows partitions. but that's big deal because i need to run a few (exotic) programs that are made for windows. i need to find a way to use them in linux, be it through a windows emulator or a computer emulator (or whatever).
    please don't tell me to find linux equivalents to these programs i need to run, there's just nothing similar on linux.
    on some of those programs i need audio to work.
    so far i tried wine, qemu (with kqemu), and a combination of qemu and vmplayer (kind of "free" vmware).
    my feelings are the following :
    - wine improved A LOT during the past year (i really mean it), but my programs are a little buggy (at best). that does not make the usable for day to day use.
    - qemu is sooooo slooooow it is barely usable. it took me 4 hours to get a working installation of windows xp (ok, i was multitasking, but still. for the first time ever my system swapped - could this be a memory leak ?)
    - qemu + kqemu is toooo sloooooow as well (i suppose when they say near-native speed, it means 1/10 to 1/2 of native speed)... i've been very very disapointed.
    - on qemu (and kqemu) i haven't tried the programs i need yet, the windows install process finished too late in the night...
    - qemu + vmplayer :  qemu is used to generate an image which is then used by vmplayer. i used this trick on gentoo once, and i can tell you this was the best solution i tried so far. usable speed, functional programs. but i didn't achieve to get the sound workind (might need a bit of tuning).
    apart from those ones, do you know of usable solutions to get windows apps running on linux ? i need them to just works at reasonable speed, with audio, and, if possible, printing.
    any tricks that could improve speed or compatibility are appreciated as well.
    tia

    vmware-server isnt 'for server emulation' but that can be one of it's uses.
    vmware player doesnt allow you to create vm's. vmware server does. vmware server is able to do *almost* anything that vmware desktop can do. It's got the added benefit that if X crashes, or you close the frontend X app, the vm's still keep running on the daemon.
    So it could be considered to be oriented towards usage for servers - I myself ran a openbsd server on it for a while. -- but it doesnt have to be used for that, and I use it for testing other distros, and I have Win XP installed to an image too.
    vmware server does support sound, and im pretty sure you can make images that will work in vmplayer.
    James

  • How do I remove ALL Metro/Modern/Universal/Windows Apps without removing the Start Menu?

    So with three separate builds of WTP I've run the PowerShell command to remove Metro/Modern/Universal/Windows Apps. With each build, it also removes the Start Menu. In the thread below, an MS Support person mentioned that that command was only for Windows
    8.x and shouldn't be run on WTP. What? Then why is that command still available? And, why will it remove some Metro/Modern/Universal/Windows Apps, but not others? Are they marked as System required? Why isn't the Start Menu marked as System required? You'd
    think that the start menu would be pretty important.
    https://social.technet.microsoft.com/Forums/en-US/053f63bc-c174-44f1-8f6c-8ead1ad965fb/spartan-and-start-menu-on-10049?forum=WinPreview2014General
    So, with the start menu being an XAML app, how do I safely remove ALL Metro/Modern/Universal/Windows Apps without removing the Start Menu? I have no use for them and don't want them on my computer. Period. There has to be some command like the one we used
    in Windows 8.x that will allow use to remove ALL Metro/Modern/Universal/Windows Apps without removing the Start Menu.
    Don't give an answer like "just right-click and uninstall". That doesn't work for all of these things, and do you know how long it takes to do that for all of those silly things? Too long! That's also not practical for an Enterprise desktop. It's
    also not practical to leave all of that junk on the desktop, so don't suggest that either.
    Dan

    The problem with PowerShell and all of those scripts is that those particular scripts require a lot of typing, or copy and paste, or having to figure out where all of those apps are stored and then insert their convoluted names into the script. For
    me, scripting is like programming. I have no desire to be a programmer/developer.
    I just want an option in Programs and Features to be able to turn these "features" off. We were able to do it in previous versions of Windows. If we didn't want Internet Games, we uncheck the box. If we don't want our users to be able to print
    documents over the Internet, we uncheck the box. And so on down the line for any other "feature" we didn't want our enterprise users to have.
    Or, we could turn those features off using the System Image Manager. Now we have to write some convoluted script with even more convoluted commands for even more convoluted names for things we don't want.
    The easier script in Windows 8.x was just get-appxpackages -online | remove-appxpackages. That removed the majority of the apps for an individual user. The remove-appxprovisionedpackage command, with the convoluted name of the app, would remove them from
    the hard drive - one app at a time, but that doesn't work in Windows 10.
    So, they came up with a DISM command, but that doesn't work in Windows 10 either. I should say that with my limited developer skills I haven't found a way to make it work.
    Again, I have no desire to be a developer/scripter. They are the same thing in my book. I'm a systems engineer. I do operating systems, not write applications.
    Dan
    So, I guess there is no real answer to this question.

  • ECC Windows APP SERVERS to offload 2 of 5 DIA instances from i570-10way

    We need a cost effective solution to get us over a hump for a few months.
    We recently created 2 more DIA instances on our i570 ECC 6.0 Unicode server and due to the nature of the ABAP code running on those 2 instances (SAP pricing routines), we just cannot absorb the CPU demand and are pegging the CPU utilization frequently.
    So, we need to separate the 2 new DIA instances and remove them from the i5. (already running CI & 3 DIA instances)
    We only need to run this application in this fashion for about 5 months, so don't want to heavily invest in adding 2 more i5 CPU's  (which are already in the box being a 10way) and about 20+GB more memory.
    Has anyone successfully put Intel / Windows app servers into their i5 solution landscape?  Anything special required to support this multi-platform <SID>.
    Realize the kernels would be different and not sure the complexities that will introduce, but we're already in discussion with Volker G. to take care of that for us.  
    Don't have to be concerned about backup strategy as the APP servers don't change except as a result of a kernel patch.
    Don't need too much disk, so can go with internel to the xSeries server.
    Naturally, there will be overhead from the APP server to DB but that's acceptable (within reason)
    Sizing for xSeries -- 4way/quad core 32GB memory for each app server?
    Feedback very much appreciated -- been running ECC on i for 10.5 years now
    Regards
    Doreen Anderson

    Chris - thank you for responding with accurate information
    Chris - Yes, did realize that the 1st answer to my post was incorrect information for the i5/OS platform and am very disappointed that is "allowed" in the forums.  Can a moderator delete?
    Volker - thank you for the feedback for the xSeries size and also the heads up that we will need to isolate the traffic from xSeries to iSeries "app server to db server" on it's own which will require the extra ethernet card in the i5. 
    We do have 3 ethernet cards in the i5 already but they are all being used.  2 for SAP virtual ip to make highly available and 1 to keep the MIMIX traffic on it's own. 
    We will plan for a 4th (maybe even a 5th for virtual ha) ethernet card(s) for the i5 and yes 2 (actually 3 for HA) for the xSeries.
    Just recently found a nice i5/OS link on SDN & not sure if everyone knows about it -
    SAP on IBM DB2 for i5/OS: Database Interface Notes
    SAP on i5/OS - Database Interface Notes
    Windows/Linux App-Server
    SAP Note Number
    SAP Note
    751451
    XDA Database Client for Windows and LinuxPPC
    585468
    Analysis: XDA Authentication failure to DB2 for i5/OS
    564395
    Win: Applying Application Server Kernel Patches
    682281
    HowTo: Starting Win AppServer from i5/OS Central Host
    449187
    Adjusting Ethernet Performance Manually
    Thank you to Chris and Volker!

  • J2EE on Windows App server wont start after JSPM patching

    Hi,
    I've patched an ECC6 system on DB2 V5R4 to SP16 level on ABAP side, and Enhancement pack 3, and then did an update to JSPM and installed new SP16 levels of the Java components.
    Now my Windows App server starts only the ABAP Work processes, not the J2EE side. I get a yellow light and the message
    J2EE Status info unavailable.
    On the Windows work directory for Dialog instance D00, I see that the dev_server0 has only messages about the last shutdown 2 days ago.
    The dev_jcontrol has errors in it abot Unknown property and
    JStartupICheckFrameworkPackage: can't find framework package U:\usr\sap\WFD\D00\exe\jvmx.jar
    see below.
    Any ideas?
    regards
    Michael.
    trc file: "U:\usr\sap\WFD\D00\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 2308
    system name : WFD
    system nr.  : 00
    started at  : Thu Sep 25 15:46:00 2008
    arguments       :
           arg[00] : U:\usr\sap\WFD\D00\exe\jcontrol.EXE
           arg[01] : pf=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=64990
           arg[04] : -DSAPSYSTEM=00
           arg[05] : -DSAPSYSTEMNAME=WFD
           arg[06] : -DSAPMYNAME=dfbhl6_WFD_00
           arg[07] : -DSAPPROFILE=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 2040] Thu Sep 25 15:46:00 2008
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.box.number=WFDD00dfbhl6] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.host=sapdev] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties]
    -> ms host    : sapdev
    -> ms port    : 3941
    -> OS libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    Used property files
    -> files [00] : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapdev
    -> ms port    : 3941
    -> os libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    Bootstrap nodes
    -> [00] bootstrap            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID2623900  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID2623950  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID2623900            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] ID2623950            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    [Thr 2040] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 3504] JControlDPMessageProxy: Thread 3504 started as handler thread for R/3 dispatcher messages.
    [Thr 2040] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2040] JStartupICheckFrameworkPackage: can't find framework package U:\usr\sap\WFD\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1 -verbose:gc -Djava.compiler=jitc -Dos400.run.mode=jitc -Dos400.disable.explicit.gc -Dos400.define.class.cache.file=/usr/sap/WFD/SYS/j2ee/cache/QDefineClassCache.jar -Dos400.define.class.cache.hours=9999 -Dos400.define.class.cache.maxpgms=40000 -Djava.ext.dirs=/usr/sap/WFD/SYS/j2ee/ext
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : U:\usr\sap\WFD\D00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : U:\usr\sap\WFD\D00\exe\jstartup.jar;U:\usr\sap\WFD\D00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0026239
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = U:\usr\sap\WFD\D00\exe\jlaunch.exe
    -> arg[00] = U:\usr\sap\WFD\D00\exe\jlaunch.exe
    -> arg[01] = pf=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
    -> arg[02] = -DSAPINFO=WFD_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_2308
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=U:\usr\sap\WFD\D00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=U:\usr\sap\WFD\D00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=U:\usr\sap\WFD\D00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=4556
    -> arg[14] = -DSAPSYSTEM=00
    -> arg[15] = -DSAPSYSTEMNAME=WFD
    -> arg[16] = -DSAPMYNAME=dfbhl6_WFD_00
    -> arg[17] = -DSAPPROFILE=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;U:\usr\sap\APD\D31\exe;
    sapdev\SAPMNT\APD\exe\run_nt;U:\sapdb\programs\bin;U:\sapdb\programs\pgm;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\AS400WSV\Admin;C:\WINNT\AS400WSV\Service;C:\WINNT\AS400WSV\Drivers;C:\PROGRA1\IBM\CLIENT1;C:\PROGRA1\IBM\CLIENT1\Shared;C:\PROGRA1\IBM\CLIENT1\Emulator;C:\Program Files\Symantec\pcAnywhere\;;
    sapdev\sapmnt\WFD\SYS\exe\uc\NTI386;U:\usr\sap\WFD\D00\exe
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;U:\usr\sap\WFD\D00\j2ee\os_libs;U:\usr\sap\APD\D31\exe;
    sapdev\SAPMNT\APD\exe\run_nt;U:\sapdb\programs\bin;U:\sapdb\programs\pgm;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\AS400WSV\Admin;C:\WINNT\AS400WSV\Service;C:\WINNT\AS400WSV\Drivers;C:\PROGRA1\IBM\CLIENT1;C:\PROGRA1\IBM\CLIENT1\Shared;C:\PROGRA1\IBM\CLIENT1\Emulator;C:\Program Files\Symantec\pcAnywhere\;;
    sapdev\sapmnt\WFD\SYS\exe\uc\NTI386;U:\usr\sap\WFD\D00\exe
    [Thr 2040] Thu Sep 25 15:46:26 2008
    [Thr 2040] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.box.number=WFDD00dfbhl6] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.host=sapdev] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties]
    -> ms host    : sapdev
    -> ms port    : 3941
    -> OS libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    [Thr 2040] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapdev
    -> ms port    : 3941
    -> os libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    Bootstrap nodes
    -> [00] bootstrap            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID2623900  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID2623950  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID2623900            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] ID2623950            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    [Thr 2040] JControlCheckRunMode: run mode of the instance = safe
    [Thr 2040] Instance is disabled -> terminate.
    [Thr 2040] JControlCloseProgram: started (exitcode = -11113)
    [Thr 2040] JControlCloseProgram: good bye... (exitcode = -11113)

    Thanks Kaushal,
    I hadn't done any changes to UME, but I have got a JSPM support package (EP-PSERV SP16) in status of ERROR that seems to be at the bottom of the problem.
    Apparently, JSPM is not able to cope with any flavour of IBM DB2 (Windows, AIX, or i) at a point in this support package.  There is a note 1156313 and it matches the error which is in the  sdm log file:
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  WCR_USERSTAT modify column LOGONID to   type : VARCHAR,len : 255,dec : 0,not null : true,default :
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  WCR_USERSTAT modify column LOGONID to   type : VARCHAR,len : 255,dec : 0,not null : true,default :
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 db4-Info:  existsData() returns true.
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Action: CONVERT
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Action: CONVERT
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Table has to be converted
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Table has to be converted
    Sep 25, 2008 4:51:32 PM  Info:
    Sep 25, 2008 4:51:32 PM  Info: E R R O R ******* (DbModificationManager)
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Error:  Table WCR_USERSTAT: Conversion currently not possible
    Sep 25, 2008 4:51:32 PM  Info:
    Sep 25, 2008 4:51:32 PM  Info: E R R O R ******* (DbModificationManager)
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Error:  Table WCR_USERSTAT: Conversion currently not possible
    Meanwhile, the commands in the note don't work as the DB   (Owner )  *ALL
    PUBLIC    *EXCLUDE
    regards
    Michael

  • C# WINDOWS APP:  EMBED PDF VIEWER WITH FULL LIBRARY

    Here are my requirements:
    1) A PDF viewer that is embedded in a window in my windows app.
    2) I must be able to reference button_click events in the PDF from my windows app. (i.e. if i click a button in the PDF, the event occurs in my windows app.
    Pertaining to the above requirements:
    Here is what I've noticed so far. The Adobe Reader ActiveX works great at simply viewing PDF's and the buttons are shown too. However, I haven't found anything in the Reader library that allows me to reference the buttons in the PDF. This leaves the following questions.
    Possible Solutions: (need your help/recommendations)
    1) Can I use the Acrobat SDK to reference the document that is open inside my Adobe Reader ActiveX control? (If I can, then i can get a hold of my buttons and events). If I can do this, does anyone have any clue about the proper syntax? All of the the samples I've seen actually reference a document that acrobat opens, not the reader....
    2) Can I embed the Adobe Acrobat (not the reader) in my windows app in order to view the files? I haven't seen this done yet. Every example I've seen opens the acrobat in it's own window!!!
    3) Is there other software out there that offers both functionalities: 1) Embedded viewing window with 2) Full access to PDF library?
    Any help in this matter would be greatly appreciated, as I have searched High, Low, and In Between for a solution.
    Thanks,
    jpc

    Patrick Leckey and Walker81,
    So, according to both of you, it is possible.  I have messed around with the buttons a little bit in acrobat enough to know that you can make a button that on click will run a javascript.  The problem is that I do not know any javascript, which is why i was trying to access it only with C#.  However, I am now receptive of the idea of learning at least a little java to get around in adobe (it seems unavoidable).  Any examples or pointers as to how to do this would be greatly appreciated.
    So for clarification:  Is the following statement correct?  If I have an Adobe Reader Active X control which opens the PDF, it is impossible for me to also reference that opened PDF as an acrobat object, thereby getting access to all of it's objects.
    From what I understand:
    -  I can put in the button field of my "template button" to call a certian javascript that is stored in the PDF, and this javascript can send information to my C# windows application.
    - I can embed acrobat (not reader) into my C# application with the MenuItem that Walker81 mentioned. (btw, i'm not concerned about the extra cost.  I really just need something that works)
    This brings about a question though:  If I can embed acrobat in my Windows App, then what keeps me from accessing the button fields through that avenue?  (I think the adobe SDK has an example of fields being accessed - things like text boxes being filled in and junk).  So would it be possible to create a buttonclick_event of all of the buttons in the PDF at runtime through adobe's library by looping through all of the fields and declaring a buttonclick event???  I'll look into it, because being able to access a field and being able to make an event from one can be two different animals I guess...
    Thanks for the responses, and I will look up and mess around with the methods you described and try to make them work from my limited knowledge.  If anyone has any example code they'd like to share to get me started on this, it would be helpful.  I understand there's something called a document level function or something like that in adobe.  I'm assuming you're saying that the button would call this function, and that this function would reference my windows app.  I will look at this some more and try to follow up on here.  I can't imagine that i'm the only person trying to do this..

  • Windows apps doesn't display properly

    Hello I am having a problem with windows apps. It only shows a part of the app. For example my Mail app in an email it only shows part of the message the rest of the message is beyond of the screen but I don't horizontal or vertical scroll.
    I hope I made myself kind of clear.
    Thank you for all your help 

    Hi,
    A screen shot would be better for understanding.
    Meanwhile, have you tried to test this issue using another user account or create a new user account?
    Clear windows store cache by running wsreset.exe or reinstall the graphic card drivers, restart pc, chekc the result.
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Stream 8 cant use windows apps

    I cant open any windows apps on my stream 8. Not sure why. I cant even open the pc settings. Anyone know why?The error it gives when opening mail or calender is "This app cant open. Theres a problem with*app name*. Contact your system administrator about repairing or reinstalling it."

    I figured it out. Just had to reset device to factory then start again. Not sure what was wrong. 

  • Inconsistent results with Windows App Certification Kit

    Hi, I asked about this issue before on a different forum but didn't get a response. Support pointed me towards this forum so I'm asking here as maybe the other forum wasn't the appropriate one. My company is attempting to renew our ms partnership, and we are
    trying to certify our desktop
    app for windows 8. I have attached a screen shot below showing the registry entries that our app makes. When we try to test for certification (windows 8) we get the different (but similar) results on different systems using the exact same installation package.
    Here is an example of the results we get:
    Results:
    An optional value 'VersionMajor' is missing or invalid      for program Chiro8000.
    An optional value 'VersionMinor' is missing or invalid      for program Chiro8000.
    An optional value 'MajorVersion' is missing or invalid      for program Chiro8000.
    An optional value 'MinorVersion' is missing or invalid      for program Chiro8000.
    A non-optional value 'DisplayName' is missing or      invalid for program Chiro8000.
    A non-optional value 'Publisher' is missing or invalid      for program Chiro8000.
    A non-optional value 'ProductVersion' is missing or      invalid for program Chiro8000.
    An optional value 'InstallLocation' is missing or      invalid for program Chiro8000.
    Can anyone point us in the right direction?

    How did you publish this package? Here are some similar questions, maybe caused by installer:
    http://stackoverflow.com/questions/21182856/windows-app-certification-kit-test-result-app-didnt-create-the-require-regist
    http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=21368
    http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=29782
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/e61c393d-e5af-4fee-ad8b-29c36e889043/windows-app-certification-kit-tests-fail-for-desktop-app-installed-from-msi?forum=windowscompatibility
    Best Regards,
    Please remember to mark the replies as answers if they help

Maybe you are looking for

  • FI AR Business Content

    Hi Gurus       Our Project will be having a requirements of using FI-AR BW 3.5 objects. Also there is a forthcoming BI 7.0 upgrade project. Can you provide me some details/materials on the effects of BI 7.0 upgrade from BW 3.5 in the FI-AR (e.g. 0FI_

  • Iphone and outlook not synching

    I was bought an iphone for Christmas and activated it on my home computer. However my up to date diary is on my work computer. I have connected my iphone to my work computer and synched most of my diary entries but each time since it takes a long tim

  • Laser Jet 4000 TN

    Hello I have searched this forum for a few hours to find a solution. A lot of answers refer to HP Jet. I have no idea what that is. I connect using airport extreme and an ethernet cable. I did reset everything on my printer still no success. Anybody

  • Transfering iTunes  playlists from PCs to a MacBook

    My wife and I just bought our first Mac. We intend to share it, so we have set up separate user names. Our question: Is it possible for each of us to transfer our iTunes playlists from our PCs to our new MacBook and continue to maintain and sync our

  • Free characteristcis in workbook not working

    Hi all, I have created a workbook .I have inserted navigation pane and then selected the query as input to get free chars i the workbook.for soem reason ,i am not able to drag tem on to rows/columns. some times the function working some times not; an