Webutil and DDE problem

Hello,
We are running into a problem web-enabling a client-server Forms application. We are using WebUtil for HOST and OLE calls and sending files between client and app-server and it all works really marvelous. But we noticed that the DDE package is not available in WebUtil. Unfortunately for us, we are using DDE calls to interact with MS Word (for example merging template letters with address-data) and MS Excel (filling out template sheets with data).
Can you tell me if DDE will be available in future releases of WebUtil? And, if not, is it (generally) possible to rewrite the DDE-calls to OLE-calls using WebUtil's CLIENT_OLE functions? And what DDE-functionality maps to the corresponding OLE-functionality?
Or, if it's not possible to rewrite DDE to OLE, what are the alternatives? Removing the interaction between web-forms and MS Office is NOT an option ;-)
Thanks in advance,
H. Verschuren

var shell=new ActiveXObject("WScript.shell")
var command=null
var key
try {
key="HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office\\11.0\\Word\\InstallRoot\\Path" /* Word 2003 */
command= shell.RegRead(key);
} catch (e) {
try {
key="HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office\\9.0\\Word\\InstallRoot\\Path" /* Word 2000 */
command= shell.RegRead(key);
} catch (e) {
try {
key="HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office\\8.0\\Word\\InstallRoot\\Path" /* Word 97 */
command= shell.RegRead(key);
} catch (e) {
command="\"" + command + "\\Winword.exe\" ftp://10.100.x.x\\ftpshare\\macros.dot -mMyMacro"
shell.run(command,1,false)
I must learn to monitor threads after I have contributed.

Similar Messages

  • Webutil and CalenderPJC Problem

    I have successfully integrated the Webutil CalendarPJC into my forms. It works fine on a single row block, but on a multi-row block the PJC has a strange reaction. I have a button on each line beside a date field. When you click on the button on a row the Java Calendar pops up but the form moves the current row to the next row on the form. Has anyone had this issue and can offer a suggestion how to correct this problem would be greatly appreciated? I tried moving the row back one row as the PJC comes up but that would not work!

    I have a simple form with a multi-row block. The form displays 10 rows when displayed. One of the fields is a date field. I place the Java Bean Area right beside the date field. So on each row there is Button for the CalendarPJC. If the first row is highlighted and I press the Button on that row for the PJC the Java Bean displays the Java Date modal window and moves the current row to row 2. I am running forms 10.2.0.2 on windows and SUN JVM 1.5.0_16

  • WebUtil and dde

    Does web util have any DDE related functionality?

    If you want to load it into a table it would be better to transfer it onto the application server or straight onto the database and process it there (there was a thread on loading xls into the database this week on OTN).
    Using webutil calls would probably be costly in terms of performance.
    Regards
    Grant Ronald
    Forms Product Management

  • WebUtil and DDE-package

    Hello,
    does anybody know, if there will be something like a CLIENT_DDE-package (related to the old DDE-package of forms) in webutil. The first announcements of Oracle about WebUtil told so, but now there is nothing left about it.
    Any suggestions?
    Thank you in advance!

    Roelof J van Suilichem
    In forms 9i, which is on web architechture, does DDE work ?
    i.e. if I want to read a .xls located on a network drive, and load that data into a table, is it possible using DDE in forms 9i.
    Thanks

  • Jacob.jar and Webutil.jar singing problem(URGENT)

    I read the instructions 'Configuring the webutil' and I found that there is not a reference in the file 'signer.properties' which is referenced in the on-line help of Forms Developer (step 4).
    The problem is that when i try to sign the 2 jar files 'frmwebutil , jacob'
    using this command
    E:\oracle\ora92\forms90\WEBUTIL>SIGN_WEBUTIL.BAT e:\oracle\ora92\forms90\java\jacob.jar
    after this command a essage appears:
    Genrating self signing certificate for key=webutil2...
    Keytool error :java .lang.execption:key pair not genrated ,alias <webutil2> already exists
    there were wanings or error while genrating a self singing certifciate . please review them.
    backing up e:\oracle\ora92\forms90\java\jacob.jar as e:\oracle\ora92\forms90\java\jacob.jar.old
    1 file(s) copied..
    singing e:\oracle\ora92\forms90\java\jacob.jar using key=webutil12...
    'jarsigner' is not recognized as an internal or external command.
    Is there a chance that the cause of this problem is that there is not the file 'signer.properties'?
    What can I do ?
    AND WHAT THE NEXT STEP AFTER THIS....
    INDU

    Update the sign_webutil.bat to add the full path before the jarsigner line
    Here is the files I use:
    makecert.bat:
    for /F "eol=# tokens=1,2* delims==" %%i in (signer.properties) do set %%i=%%j
    "%JDK_HOME%\bin\keytool" -genkey -dname "cn=%DN_CN%, ou=%DN_OU%, o=%DN_O%, c=%DN_C%" -alias %JAR_KEY% -keypass %JAR_KEY_PASSWORD% -keystore "%JINIT_HOME%\lib\security\keystore" -storepass jinitiator -validity 360
    @echo Certificate created...
    sign.bat:
    for /F "eol=# tokens=1,2* delims==" %%i in (signer.properties) do set %%i=%%j
    copy /Y %1 %1.unsigned
    @echo on
    "%JDK_HOME%\bin\jarsigner" -keystore "%JINIT_HOME%\lib\security\keystore" -storepass jinitiator -keypass %JAR_KEY_PASSWORD% %1 %JAR_KEY%
    @echo Signing complete...
    Francois

  • WebUtil's configuration problem

    I have the following problem:
    I installed WebLogic Server 10.3.5, Fusion Middleware (Forms/Reports) 11.1.2 and Oracle XE 11g.
    My environment works correctly, when application don't uses webutil.
    When I open an application that uses WebUtil, happens the following error: "FRM-40735: WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-06502."
    Another error too occurs:
    In the button "Browse" I use client_get_file_name, but the following error is displayed: "oracle.forms.webutil.file.FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work".
    To configuring the webutil, I used the book Oracle Forms Developer WebUtil User's Guide Release 1.0.6. My webutil is 1.0.6.
    Any help is welcome
    thanks!

    Just a quick note, questions related to Oracle Forms as well as Oracle Forms and WebUtil integration should be posted in the Oracle Forms section of Oracle Forums: Forms You will receive a quicker response if you post Oracle Forms-related questions in that forum location.
    Anyway, WebUtil 1.0.6 is not supported to use with Oracle Forms and Reports 11gR2. Oracle Forms 11gR2 comes with WebUtil 11.1.2.x (the version which is supported for Forms 11gR2) which the both webutil.olb and webutil.pll are deployed in %ORACLE_HOME%\forms ($ORACLE_HOME/forms in Unix) where ORACLE_HOME is the Oracle Home for your Fusion Middleware installation. Also, if you haven't downloaded it already, you will also need JACOB version 1.14.3 (the version of JACOB supported for Oracle Forms 11gR2) which can be downloaded at http://sourceforge.net/projects/jacob-project/files/jacob-project/1.14.3/jacob-1.14.3.zip/download.
    After JACOB is downloaded, you will need to copy the jacob.jar to %ORACLE_HOME%\forms\java. Using Oracle Support Note 1076945.1, you will need to sign jacob.jar using the sign_webutil.bat script (located in %ORACLE_HOME%\forms\templates\scripts). The note contains steps on how to set up the batch script as well as how to run the script to sign jacob.jar. IMPORTANT: Make sure your JDK is in your PATH environment variable and you run Command Prompt as an administrator; otherwise, jar signing errors may occur.
    Next, place jacob-1.14.3-x86.dll into %ORACLE_HOME%\forms\webutil\win32 and jacob-1.14.3-x64.dll into %ORACLE_HOME%\forms\webutil\win64.
    After that, make sure that the WebUtil schema has been installed into your database. If not, make sure to run the create_webutil_db.sql script (located in %ORACLE_HOME%\forms) as the DB user who will be the owner of the WebUtil schema. Once the DB is ready, compile webutil.pll using Forms Builder or Forms Compiler. Once it is compiled, open up webutil.cfg located in %ORACLE_INSTANCE%\config\FormsComponent\forms\server. Scroll to the bottom and change the following settings:
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=
    transfer.appsrv.accessControl=FALSE
    After you save and close the file, you should be able to run any of your Oracle Forms which use WebUtil without a problem. Oracle Support note 1093985.1 contains more information about setting up WebUtil. Hope this helps!
    Thanks,
    Scott
    http://pitss.com/us

  • Webutil and Office 2010

    Has anyone else experienced any issues with webutil and MS Office 2010? We save .xls files to .csv and upload via webutil (10g). We are getting an error that the file on the root directory cannot be found, although it does exist. We found that if we saved as Office 2003 and then as a .csv file, it sometimes works. We never had this problem before upgrading to Office 2010. I ran the form in debug and confirmed it is bombing out on the client_text_io open command.
    thanks in advance

    I think we figured out it was also a Windows7 issue more than Excel. The Windows7 doesn't have a temp directory any longer, but we were able to create another directory (with a more meaningful name) and read/write to it. The webutil works fine now. Seemed like it was maybe a root directory permissions problem.
    thanks

  • Webutil and XP

    Hi,
    We have a form in which we use the call web.show_document(l_url, '_blank'), where l_url is a location of an html file on a local pc. Then in a
    seperate browser the html file is shown.This works fine for our application.
    Now some users are migrated to XP as OS, instead if 2000.. For these users no webbrowser is started after the call to show_document. In the
    javaconsole is also no error seen. It is just that nothing happens.
    In IE and Firefox this problem occurs.
    Is there an issue between webutil and XP? Or is this a different kind of problem?
    Richard

    Thx for quick reply..
    We tried it.. But, problem keeps existing...
    We also tried XP and IE6... again no browser appears ...
    This is the information in the Java Console..
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\OPERATORProxy Configuration: Manual Configuration
    Proxy: dasproxy:80 Proxy Overrides: <local>JAR cache enabled
    Location: C:\Documents and Settings\OPERATOR\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0----------------------------------------------------
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://xxxxx:7778/forms/java/frmall_jinit.jar from JAR cacheLoading
    http://xxxxxxx:7778/forms/java/frmwebutil.jar from JAR cacheLoading
    http://xxxxxxx:7778/hsd65java/hst65.jar from JAR cacheLoading
    http://xxxxxxx:7778/dasimages/das_images.jar from JAR cacheRegisterWebUtil
    - Loading WebUtil Version 1.0.6
    Loading http://xxxxxx:7778/forms/java/jacob.jar from JAR
    cacheproxyHost=nullproxyPort=0connectMode=HTTP,native.Versie van Forms-applet is: 10.1.2.0

  • Webutil and Outlook - I get a WUO-714 and WUO-705 error

    Hi,
    I have installed webutil and it loads fine an all. However, I have a problem with a Microsoft Outlook integration. I am simply trying open an Outlook mail item, which is then filled out with some data. Pressing the Send button is up to the user.
    Everything works until the line "mailitem2 := CLIENT_OLE2.INVOKE_obj(MailItem,'Display');" is called. Here Forms reports back: "100501: non-Oracle exception" and the java console gives a WUO-714 and WUO-705. The problems seems to be the Display method. At that point, despite errors, I do have an open, visible mail item with the proper data filled in. (In this process I noticed that the final invoke_obj should happen after you write stuff into the To, Subject and Body of the mail, but that's besides the point.)
    Any advice you can offer is welcome.
    Sincerely,
    Jesper Vad Kristensen
    Aarhus, Denmark
    --- Java console error codes --
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/webutil.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/jacob.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    2003-nov-17 09:42:50.624 ERROR>WUO-714 [OleFunctions.setExceptionValues()] Unable to get the last OLE Error details; Exception
    null
    2003-nov-17 09:42:50.634 ERROR>WUO-705 [OleFunctions.invoke_ret_obj()] Unable to invoke Method: Display; Exception
    com.jacob.com.ComFailException: VariantChangeType failed
    --- end ---
    --- Form code ---
    Declare
         OutlookApp      CLIENT_OLE2.OBJ_TYPE;
         Folders      CLIENT_OLE2.OBJ_TYPE;
         MailItem      CLIENT_OLE2.OBJ_TYPE;
         MailItem2      CLIENT_OLE2.OBJ_TYPE;
         OLEPARAM      CLIENT_OLE2.list_type;
         v_kundenummer     varchar2(12) := :v_engagement.konto;
         v_firstname      varchar2(50) := :legal_person.firstname;
         v_surname           varchar2(50) := :legal_person.surname;
         v_company_name      varchar2(50) := :legal_person.company_name;
         v_to                varchar2(50) := '[email protected]';
         v_cc                varchar2(50);
         v_body                varchar2(250) := 'Kundenummer'||' ' ||v_kundenummer||chr(10)||v_firstname||' '||v_surname||' '||v_company_name;
         v_bcc                varchar2(50);
         v_subject           varchar2(50) := 'Fakturakopi';
         v_duedate           varchar2(50);
         v_invoicetext      varchar2(400);
         v_user                varchar2(50):= user;
         v_faktura           varchar2(400);
    BEGIN
         /* snip some string work to create Body contents */
         OutlookApp := CLIENT_OLE2.CREATE_OBJ('Outlook.Application');
         --Create a newMail Object
         OLEPARAM := CLIENT_OLE2.CREATE_ARGLIST;
         CLIENT_OLE2.ADD_ARG(OLEPARAM,0);
         MailItem := CLIENT_OLE2.INVOKE_OBJ(OutlookApp,'CreateItem',OLEPARAM);
         CLIENT_OLE2.DESTROY_ARGLIST(OLEPARAM);
         -- Show the new message box. - Dont do when mailing straight Through
         CLIENT_OLE2.set_property(MailItem,'To',v_to);
         CLIENT_OLE2.set_property(MailItem,'Subject',v_subject);
         CLIENT_OLE2.set_property(MailItem,'Body',v_body);
         mailitem2 := CLIENT_OLE2.INVOKE_obj(MailItem,'Display');
         CLIENT_OLE2.RELEASE_OBJ(MailItem);
         CLIENT_OLE2.RELEASE_OBJ(MailItem2);
         CLIENT_OLE2.RELEASE_OBJ(NameSpace);
         CLIENT_OLE2.RELEASE_OBJ(OutlookApp);
         /* snip some more */
         exception
         when others then
         message('other error: '||sqlerrm);
    --- end ---

    Both the Outlook type library and the M/S online documentation show that the display method on MailItem does not have a return type. try a simple INVOKE rather than INVOKE_OBJ

  • DDE problem (close file)

    I use Oracle Forms 6 and DDE package.
    My dde peace of code work normal and fine, but problem is: How I can work with DDE without show word document on the screen or close that document which is show on screen?
    and later unlock that file so I can cut it or delete it?
    Another question is: is there any way to formating my word template without make some macro (for ms word) in VB?
    thanks and best regards.
    mret

    Are you sure the error occurs at Close File VI?  You should put your code in highlight execution mode (the light bulb on the block diagram) and watch your error cluster wire, it will show the error in red text when it occurs, this info may help to pinpoint the issue.
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

  • DDE: Problem Key 'ORA 445' was completely flood controlled

    OK, I got this after a bunch of background process did not starts, I see there is a bug and patch for products that can be patched. Anybody else see it? Anything to do besides 3 fingered salute? Anyone know anything?

    Virtual machine (some MS product), XP Professional SP3.
    A few bits of alert log:
    Fri May 25 18:47:09 2012
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production.
    Using parameter settings in server-side spfile D:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DATABASE\SPFILEXE.ORA
    System parameters with non-default values:
      sessions                 = 172
      event                    = "10795 trace name context forever, level 2"
      sga_max_size             = 512M
      memory_target            = 760M
      memory_max_target        = 760M
      control_files            = "D:\ORACLEXE\APP\ORACLE\ORADATA\XE\CONTROL.DBF"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "D:\oraclexe\app\oracle\fast_recovery_area"
      db_recovery_file_dest_size= 10G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP"
      db_name                  = "XE"
      open_cursors             = 300
      parallel_servers_target  = 0
      diagnostic_dest          = "D:\ORACLEXE\APP\ORACLE"
    Fri May 25 18:47:24 2012
    PMON started with pid=2, OS id=488
    Fri May 25 18:47:24 2012
    PSP0 started with pid=3, OS id=324
    Fri May 25 18:47:25 2012
    VKTM started with pid=4, OS id=1940 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Fri May 25 18:47:25 2012
    GEN0 started with pid=5, OS id=1092
    Fri May 25 18:47:25 2012
    DIAG started with pid=6, OS id=1180
    Fri May 25 18:47:25 2012
    DBRM started with pid=7, OS id=1872
    Fri May 25 18:47:25 2012
    DIA0 started with pid=8, OS id=1196
    Fri May 25 18:47:25 2012
    MMAN started with pid=9, OS id=1212
    Fri May 25 18:47:25 2012
    DBW0 started with pid=10, OS id=1208
    Fri May 25 18:47:25 2012
    LGWR started with pid=11, OS id=1392
    Fri May 25 18:47:25 2012
    CKPT started with pid=12, OS id=1396
    Fri May 25 18:47:25 2012
    SMON started with pid=13, OS id=1456
    Fri May 25 18:47:25 2012
    RECO started with pid=14, OS id=1048
    Fri May 25 18:47:25 2012
    MMON started with pid=15, OS id=1476
    Fri May 25 18:47:25 2012
    MMNL started with pid=16, OS id=1480
    Fri May 25 18:47:25 2012
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    ORACLE_BASE from environment = D:\oraclexe\app\oracle
    Fri May 25 18:47:28 2012
    alter database mount exclusive
    Successful mount of redo thread 1, with mount id 2665341696
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Beginning crash recovery of 1 threads
    Started redo scan
    Completed redo scan
    read 1670 KB redo, 196 data blocks need recovery
    Started redo application at
    Thread 1: logseq 865, block 47980
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 865 Reading mem 0
      Mem# 0: D:\ORACLEXE\APP\ORACLE\FAST_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_76Z8WGYF_.LOG
    Completed redo application of 1.20MB
    Completed crash recovery at
    Thread 1: logseq 865, block 51320, scn 1627729638
    196 data blocks read, 196 data blocks written, 1670 redo k-bytes read
    Fri May 25 18:47:35 2012
    Thread 1 advanced to log sequence 866 (thread open)
    Thread 1 opened at log sequence 866
      Current log# 2 seq# 866 mem# 0: D:\ORACLEXE\APP\ORACLE\FAST_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_76Z8WJ0N_.LOG
    Successful open of redo thread 1
    Fri May 25 18:47:36 2012
    SMON: enabling cache recovery
    Fri May 25 18:47:39 2012
    [776] Successfully onlined Undo Tablespace 2.
    Undo initialization finished serial:0 start:135218 end:136015 diff:797 (7 seconds)
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    Database Characterset is AL32UTF8
    Opening with Resource Manager plan: INTERNAL_PLAN_XE
    Fri May 25 18:47:40 2012
    Starting background process VKRM
    Fri May 25 18:47:40 2012
    VKRM started with pid=23, OS id=2056
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    Fri May 25 18:47:42 2012
    QMNC started with pid=24, OS id=2064
    Completed: alter database open
    Fri May 25 18:47:53 2012
    Starting background process CJQ0
    Fri May 25 18:47:53 2012
    CJQ0 started with pid=26, OS id=3048
    Fri May 25 18:47:54 2012
    db_recovery_file_dest_size of 10240 MB is 8.43% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri May 25 18:52:43 2012
    Starting background process SMCO
    Fri May 25 18:52:43 2012
    SMCO started with pid=22, OS id=3840
    Fri May 25 19:03:01 2012
    Time drift detected. Please check VKTM trace file for more details.
    Fri May 25 20:03:49 2012
    XDB installed.
    XDB initialized.
    Fri May 25 22:00:00 2012
    Setting Resource Manager plan SCHEDULER[0x30FB]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    Setting Resource Manager plan SCHEDULER[0x30FC]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    Sat May 26 23:00:00 2012
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_j000_2824.trc:
    ORA-12012: error on auto execute of job "SYS"."BSLN_MAINTAIN_STATS_JOB"
    ORA-06550: line 1, column 807:
    PLS-00201: identifier 'DBSNMP.BSLN_INTERNAL' must be declared
    ORA-06550: line 1, column 807:
    PL/SQL: Statement ignoreds...
    Mon Jun 11 22:59:52 2012
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc  (incident=34579):
    ORA-00445: background process "J000" did not start after 120 seconds
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:01:58 2012
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_mmon_1476.trc  (incident=34578):
    ORA-00445: background process "m000" did not start after 120 seconds
    Mon Jun 11 23:04:04 2012
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc  (incident=34580):
    ORA-00445: background process "J000" did not start after 120 seconds
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:06:10 2012
    DDE: Problem Key 'ORA 445' was completely flood controlled (0x6)
    Further messages for this problem key will be suppressed for up to 10 minutes
    Mon Jun 11 23:08:16 2012
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:12:45 2012
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:15:41 2012
    DDE: Problem Key 'ORA 445' was completely flood controlled (0x6)
    Further messages for this problem key will be suppressed for up to 10 minutes
    Mon Jun 11 23:17:47 2012
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:21:58 2012
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:26:36 2012
    Process J000 died, see its trace file
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:28:42 2012
    DDE: Problem Key 'ORA 445' was completely flood controlled (0x6)
    Further messages for this problem key will be suppressed for up to 10 minutes
    Mon Jun 11 23:30:47 2012
    kkjcre1p: unable to spawn jobq slave process
    Errors in file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc:
    Mon Jun 11 23:35:40 2012
    DDE: Problem Key 'ORA 445' was completely flood controlled (0x6)
    Further messages for this problem key will be suppressed for up to 10 minutes
    kkjcre1p: unable to spawn jobq slave processThe beginning of a trace file:
    Trace file D:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_cjq0_3048.trc
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Windows XP Version V5.1 Service Pack 3
    CPU                 : 2 - type 586, 2 Physical Cores
    Process Affinity    : 0x0x00000000
    Memory (Avail/Total): Ph:1182M/2047M, Ph+PgF:1825M/2661M, VA:1230M/2047M
    Instance name: xe
    Redo thread mounted by this instance: 1
    Oracle process number: 26
    Windows thread id: 3048, image: ORACLE.EXE (CJQ0)
    *** 2012-05-25 22:00:00.096
    *** SESSION ID:(14.3) 2012-05-25 22:00:00.096
    *** CLIENT ID:() 2012-05-25 22:00:00.096
    *** SERVICE NAME:(SYS$BACKGROUND) 2012-05-25 22:00:00.096
    *** MODULE NAME:() 2012-05-25 22:00:00.096
    *** ACTION NAME:() 2012-05-25 22:00:00.096
    Setting Resource Manager plan SCHEDULER[0x30FB]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FC]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FD]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30F7]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30F8]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30F9]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FA]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FB]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FC]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FD]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30F7]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30F8]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    *** 2012-06-05 22:00:00.047
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30F9]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FA]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FB]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FC]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Setting Resource Manager plan SCHEDULER[0x30FD]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    ksktopplmod:error[439] is caught
    Waited for process J000 to initialize for 60 seconds
    *** 2012-06-11 21:16:46.903
    Process diagnostic dump for J000, OS id=2532
    os thread scheduling delay history: (sampling every 1.000000 secs)
      0.001579 secs at [ 21:16:46 ]
        NOTE: scheduling delay has not been sampled for 0.296929 secs  0.001483 secs from [ 21:16:41 - 21:16:47 ], 5 sec avg
      0.002854 secs from [ 21:15:47 - 21:16:47 ], 1 min avg
      0.003136 secs from [ 21:13:38 - 21:16:47 ], 5 min avg
    Memory (Avail/Total): Ph:708M/2047M, Ph+PgF:1723M/2661M, VA:1211M/2047M
    CPU Load: 0%                                                                 
    Stack:
    ------------------- Call Stack Trace ---------------------
    calling location                                                 entry point                                                      arg #1   arg #2   arg #3   arg #4 
    7C90E514                                                         00000000                                                         00000000 00000000 00000000 00000000
    7C8115F4                                                         7C80B7EC                                                         7ff98c00 3188e444 07b6cc3b 310af8f9
    _sdbgrfude_dir_exists()+49                                       00000000                                                         310af8f9 310afb44 00000100 3188e734
    __VInfreq__dbgrgad_get_adrbase_directory()+342                   _sdbgrfude_dir_exists()                                          3188e458 310af8f9 00000002 00000000
    0803823D                                                         08065AD2                                                         00000004 00000000 310af8f9 000001ff
    10085B2A                                                         1028D8B6                                                         0b4b1028 3188f570 3188f391 00000100
    100842D4                                                         10085A1C                                                         0b4b1028 3188f678 3188ee64 3188ead0
    100838AC                                                         10084104                                                         0b4b1028 3188f678 3188ee64 0b4b1028
    10083626                                                         10083634                                                         0f9b9440 3188f678 3188fd50 00000100
    100835EF                                                         10083610                                                         0f9b9440 3188f678 3188fd50 00000100
    _npinli()+77                                                     _nlstdgo()                                                       0f9b9440 00000000 00000000 00000000
    _opiinit()+150                                                   _npinli()                                                        00000001 00000000 00000000 00000000
    _opimai_real()+212                                               _opiinit()                                                       30dc00b0 ffffffff 00000000 00000001
    _opimai()+125                                                    _opimai_real()                                                   00000003 3188feb0 00000000 00000000
    _BackgroundThreadStart@4()+520                                   _opimai()                                                        00000003 3188ff4c 89801ba8 000009e4
    7C80B726                                                         00000000                                                         0b49b128 00000027 0b78d4cf 0b49b128
    00000000                                                         00000000                                                         00000000 00000000 00000000 00000000
    ---------------- End of Call Stack Trace -----------------Since this is XE and a known bug, my expectations aren't too high. Should I just reboot every week?
    There is a dblink that comes in every half hour and deletes and adds around 4K rows in a table. Everything else is just a bored database playing with itself.
    I see from MOS ORA-00445 Is Reported While Waiting Too Long To Spawn A Process [ID 1382349.1] an event to set. Should I? Or should I make some dummy process to give the db something to do? (The thinking on the latter is that with so little for the db to do, Windows is making startup of normal things take longer).
    Bug 9871302 by the way, buried in there is a mention of background processes failing to start.
    Edited by: jgarry on Jun 13, 2012 9:28 AM (corrected xp sp)

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • BOSD, Battery issues and Heating problem after iOS 8 upgrade

    i have upgraded my iPad mini to iOS 8. Ever since I upgraded to iOS 8 am facing blue screen issues and heating problem as well. This is really frustrating even the patch iOS 8.0.2 dint solve the problem. Are you guys listening our complaints. When will you fixing it.

    The same thing happened to me on my 2012 Subaru Outback.  I'm not sure this will help you since you have a Honda, but I'm posting this just in case.
    I paired the audio on my car with my iPhone 6.  However, when I turned the car off and back on again, the iPhone would not pair automatically.  I had to manually connect the iPhone with the car.  Turns out there are two separate bluetooth pairings on my car: one for phone which allows up to 5 devices and one for audio which allows only one device.  So I did the second bluetooth pairing for the phone (had already done the audio), and that fixed it.  YMMV

  • I am making code to try to make a game and my problem is that my code......

    I am making code to try to make a game and my problem is that my code
    will not let it change the hit everytime so im getting the first guy to hit 1 then next hits 8 and so on and always repeats.
    Another problem is that I would like it to attack with out me telling it how much times to attack. I am using Object oriented programming.
    Here is the code for my objects:
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.util.Random;
    import static java.lang.Math.*;
    import java.awt.*;
    import java.awt.color.*;
    class rockCrab {
         //Wounding formula
         double sL = 70;                                   // my Strength Level
         double bP = 1;                                   // bonus for prayer (is 1 times prayer bonus)
         double aB = 0;                                 // equipment stats
         double eS = (sL * bP) + 3;                         // effective strength
         double bD = floor(1.3 + (eS/10) + (aB/80) + ((eS*aB)/640));     // my base damage
         //Attack formula
         double aL = 50;                                   // my Attack Level
         double eD = 1;                                   // enemy's Defence
         double eA = aL / eD;                              // effective Attack
         double eB = 0;                                   // equipment bonus'
         double bA = ((eA/10) * (eB/10));                    // base attack
         //The hit formula
         double fA = random() * bA;
         double fH = random() * bD;
         double done = rint(fH - fA);
         //health formula
         double health = floor(10 + sL/10 * aL/10);
         rockCrab() {
         void attack() {
              health = floor(10 + sL/10 * aL/10);
              double done = rint(fH - fA);
              fA = random() * bA;
              fH = random() * bD;
              done = rint(fH - fA);
              System.out.println("Rockcrab hit" +done);
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.util.Random;
    import static java.lang.Math.*;
    import java.awt.*;
    import java.awt.color.*;
    class self {
         //Wounding formula
         double sL = 1;                                   // my Strength Level
         double bP = 1;                                   // bonus for prayer (is 1 times prayer bonus)
         double aB = 0;                                 // equipment stats
         double eS = (sL * bP) + 3;                         // effective strength
         double bD = floor(1.3 + (eS/10) + (aB/80) + ((eS*aB)/640));     // my base damage
         //Attack formula
         double aL = 1;                                   // my Attack Level
         double eD = 1;                                   // enemy's Defence
         double eA = aL / eD;                              // effective Attack
         double eB = 0;                                   // equipment bonus'
         double bA = ((eA/10) * (eB/10));                    // base attack
         //The hit formula
         double fA = random() * bA;
         double fH = random() * bD;
         double done = rint(fH - fA);
         //health formula
         double health = floor(10 + sL/10 * aL/10);
         self() {
         void attack() {
              health = floor(10 + sL/10 * aL/10);
              fA = random() * bA;
              fH = random() * bD;
              done = rint(fH - fA);
              System.out.println("You hit" +done);
    }Here is the main code that writes what the objects do:
    class fight {
         public static void main(String[] args) {
              self instance1 = new self();
              rockCrab instance2 = new rockCrab();
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
    }when the code is run it says something like this:
    you hit 1
    RockCrabs health is 9
    RockCrab hit 7
    your health is 38
    you hit 1
    RockCrabs health is 8
    RockCrab hit 7
    your health is 31
    you hit 1
    RockCrabs health is 7
    RockCrab hit 7
    your health is 24
    you hit 1
    RockCrabs health is 6
    RockCrab hit 7
    your health is 17
    my point is whatever some one hits it always repeats that
    my expected output would have to be something like
    you hit 1
    RockCrabs health is 9
    RockCrab hit 9
    your health is 37
    you hit 3
    RockCrabs health is 6
    RockCrab hit 4
    your health is 33
    you hit 2
    RockCrabs health is 4
    RockCrab hit 7
    your health is 26
    you hit 3
    RockCrabs health is 1
    RockCrab hit 6
    your health is 20
    Edited by: rade134 on Jun 4, 2009 10:58 AM

    [_Crosspost_|http://forums.sun.com/thread.jspa?threadID=5390217] I'm locking.

  • Remote and IR Problem

    A rather odd and annoying problem has recently been occuring on my MBP. A couple days ago my remote (after working without fail for over a year now) suddenly stopped working. Yesterday night and this morning it started working again but after a while it stopped again. I've read dozens of support articles which haven't really helped because there seems to be another problem.
    Most articles have stated that there is an option to disable the IR receiver in the "security" window under system preferences. When the IR and remote are not working this option disappears but when they are working the option is present. I have also tried replacing the battery without any result.
    I am now thinking that it might have something to do with heat buildup because it is mainly occuring after the laptop has been on for about a half hour, so I am going to try to borrow someone's fan.
    If anyone has any suggestions to solve this I would appreciate it if you could help. Thanks!
    MacBook Pro 1.83 GHz   Mac OS X (10.4.9)  

    check out this thread. Seems to be the same problem.
    http://discussions.apple.com/thread.jspa?messageID=4701905&#4701905

Maybe you are looking for

  • Urgent: getting error while pressing SAVE button on final grid screen

    Hi ABAPers,       please help me to sort this problem, i want to save the records selected by the user to database table. but when i m pressing save on o/p grid screen its giving error as GETWA_NOT_ASSIGNED. This is my code TABLES: plaf,         mara

  • [Forum FAQ] How do I export each group data to separated Excel files in Reporting Services?

    Introduction There is a scenario that a report grouped by one field for some reasons, then the users want to export each group data to separated Excel files. By default, we can directly export only one file at a time on report server. Is there a way

  • Attaching URL to text in smartforms

    hi,   i need to  attach an url to a text .For example if my text is go  if a  click on go it should take to a url that i have attached.please teell me how to aatach url to text in smartforms. regards, sreelakshmi.

  • CF FLASH FORM ISSUE

    //Hello, I'm trying to use this tabbed flash form with coldfusion. I keep getting an error that I don't understand, can some one help? This is the error that I get when I try to test the page in my browser:// Error Diagnostic Information Attribute se

  • From where can I download a copy of DBA Studio  Client (for Oracle 8.1.x) ?

    I have got an old copy Of DBA-Studio-Client on a Windows-NT desktop. This DBA Stidio-Client works fine & accesses all the information about Oracle-Database (8.1.x) on Sun Solaris. I need a latest copy of DBA Studio (Oracle 8.1.x) or its next to down