Oracle Mail webclient error and Oracle Files web error

Having some problems with Collaboration.
I've made a single-box installation on a Windows 2000 with SP4.
The installation was successfully done.
The problems that I have are listed below:
1) Error in Oracle Mail webclient
When accessing the Oracle Mail webclient, I'm getting the following messages:
"Application Error. An error occurred during log in"
then, when I click im "Mail", I get:
"Application Error. Error occurred while refreshing folder list"
I've tried the steps related in the 247517.1 document, but I'm still getting the same errors.
On the Collaboration Suite start page (when user logs in), the user can see the Oracle Mail portlet whithout any problem:
Welcome to Collaboration Suite Mail, USERID
You have 0 message(s) in Inbox.
0 unread message(s), 0 voice message(s), and 0 fax message(s).
2) Oracle Files is not accessible in the HTTP page.
I can access the Files by a FTP client, but when I try the http://host:port/files/app url, iget the 503 error message.
I've seen a lot of messages about this here in Metalik, but none of them could solve my problem.
Any Ideas?
Thanks in advance.

it's me again, just some more information.
I've looked for error messages in the logs, and I've found this on ocs_onebox\mtier\um\log\Webmail_Client\563686183\text.log:
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.init())(priority internal_error 1)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-1)(msgid <null>)(mtext MSAAPI Logging Services initiated; log level ERROR))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module RefreshUserPrefs.getAttributeStringValue())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-2)(msgid <null>)(mtext Attribute orclmailquota not an integer value; returning null))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module MailLogin.process())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-3)(msgid <null>)(mtext Exception occurred during mail login: java.lang.NullPointerException))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.processRequest())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-4)(msgid <null>)(mtext Error caught during action; checking for logout flag))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module RefreshFolderList.process())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-5)(msgid <null>)(mtext Exception caught: java.lang.NullPointerException))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.processRequest())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-6)(msgid <null>)(mtext Error caught during action; checking for logout flag))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module RefreshFolderList.process())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-7)(msgid <null>)(mtext Exception caught: java.lang.NullPointerException))
(compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.processRequest())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-8)(msgid <null>)(mtext Error caught during action; checking for logout flag))

Similar Messages

  • Running Tuxedo8.0 on oracle 8.1.6 and oracle 10.2.0.2.0 on the same machine

    Hello,
    I have oracle 8.1.6 64 bit and oracle 10.2.0.2.0 64 bit
    running on the same hp UX 11i 64-bit machine
    I have installed Tuxedo 8.0 32bit on the same machine.
    I have a working tuxedo 8.0 environment running against the 8.1.6 oracle
    database
    in the Tuxedo .../udataobj/RM file I have for the 8.1.6 environment the string
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib -lclntsh
    In oracle 8.1.6 home there are directories lib and lib64
    but in oracle 10.2.0.2.0 home there are directories
    lib and lib32
    what string should I use for the oracle 10.2.0.2.0?
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib32 -lclntsh maybe???
    Must the string in the RM file for oracle always begin with the string
    Oracle_XA?
    If so is, possible at all to run the the binaries of one Tuxedo installation
    against two different databases versions because the RM strings are similar in
    the beginning but in 8.1.6 refer to the lib directory and in 10.2.0.2.0 refer
    to the lib32 directory ?
    Or do I need to have two installations of tuxedo8.0 binaries on the machine?
    I have tried to for 10.2.0.2.0 the line (the Ora10_XA is only a try...)
    Ora10_XA:xaosw:-L${ORACLE_HOME}/lib32 -lclntsh
    in the RM file but when starting tuxedo I get:
    $ cat /mnt04/edu/ressu/bin/xa_NULL06092006.trc
    ORACLE XA: Version 10.2.0.1.0. RM name = 'Oracle_XA'.
    111035.16584.0:
    xaogetmod: XAER_INVAL; Invalid xa_info string.
    Any comments on the matter appreciated.
    rgds,
    Jyri

    Jyri,
    The information before the first colon in the $TUXDIR/udataobj/RM file is
    only used by the buildtms, buildserver, and buildclient programs to find the
    line corresponding to the value of the -r option, so it should be OK to
    specify different values for Oracle 8.1.6 and Oracle 10.2.0.2.0.
    The information specfied in the OPENINFO string in the *GROUPS section of
    the TUXCONFIG file must be of the form
    OPENINFO="ORACLE_XA:Oracle_XA+...."
    The strings ORACLE_XA and Oracle_XA cannot be changed, except for case. The
    "...." can be replaced with parameters such as
    SqlNet=NAMESesTm=100+LogDir=.+MaxCur=5 or whatever is used in your
    applicatino. The "xaogetmod: XAER_INVAL: Invalid xa_info string" error you
    are getting is due to an incorrect OPENINFO parameter.
    If you are running a 32-bit version of Tuxedo you must link with the
    ${ORACLE_HOME}/lib32 library on 10gR2; if you are using a 64-bit version of
    Tuxedo you must link with ${ORACLE_HOME}/lib library. The procedure is
    similar for Oracle 8 except that it seems that the lib directory may be the
    32-bit library in that version of Oracle.
    32-bit and 64-bit binaries cannot be mixed under a single TUXDIR, but it is
    possible to use multiple RMs or multiple versions of the same RM on the same
    machine.
    The syntax of the open string and the list of libraries to link with is
    specified in the "Oracle Database Application Developer's Guide -
    Fundamentals" in the "Developing Applications with Oracle XA" chapter.
    <Jyri Elomaa> wrote in message news:[email protected]...
    Hello,
    I have oracle 8.1.6 64 bit and oracle 10.2.0.2.0 64 bit
    running on the same hp UX 11i 64-bit machine
    I have installed Tuxedo 8.0 32bit on the same machine.
    I have a working tuxedo 8.0 environment running against the 8.1.6 oracle
    database
    in the Tuxedo .../udataobj/RM file I have for the 8.1.6 environment the
    string
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib -lclntsh
    In oracle 8.1.6 home there are directories lib and lib64
    but in oracle 10.2.0.2.0 home there are directories
    lib and lib32
    what string should I use for the oracle 10.2.0.2.0?
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib32 -lclntsh maybe???
    Must the string in the RM file for oracle always begin with the string
    Oracle_XA?
    If so is, possible at all to run the the binaries of one Tuxedo
    installation
    against two different databases versions because the RM strings are
    similar in
    the beginning but in 8.1.6 refer to the lib directory and in 10.2.0.2.0
    refer
    to the lib32 directory ?
    Or do I need to have two installations of tuxedo8.0 binaries on the
    machine?
    I have tried to for 10.2.0.2.0 the line (the Ora10_XA is only a try...)
    Ora10_XA:xaosw:-L${ORACLE_HOME}/lib32 -lclntsh
    in the RM file but when starting tuxedo I get:
    $ cat /mnt04/edu/ressu/bin/xa_NULL06092006.trc
    ORACLE XA: Version 10.2.0.1.0. RM name = 'Oracle_XA'.
    111035.16584.0:
    xaogetmod: XAER_INVAL; Invalid xa_info string.
    Any comments on the matter appreciated.
    rgds,
    Jyri

  • Is there any difference in Oracle 9i SQL Loader and Oracle 10g SQL Loader

    Hi
    Can anyone tell me whether is there any difference in Oracle 9i SQL Loader and Oracle 10g SQL Loader?
    I am upgrading the 9i db to 10g and wanted to run the 9i SQL Loader control files on upgraded 10g db. So please let me know is there any difference which I need to consider any modifications in the control files..
    Thank you in advance
    Adi

    answered

  • Oracle Single Sign on and Oracle Internet Directory

    Hello Gurus,
    What is the relationship between Oracle Single Sign on and Oracle Internet Directory.
    To my understanding, OID is required to install SSO.
    If OID already exist, can we just install SSO and go on integrating it to existing OID.
    Great Thanks,
    vimal jain.
    [email protected]

    Hi Tim,
    I've been working on this and could reproduce the issue with anonymous binds. A fix will be ready in 4.2.1.
    So what I really need is the password used for login to pass to the is_member call.The P101_PASSWORD item does not save state. However, you can access the value during submit processing of the login page, for example in the post authentication function of your authentication scheme. People sometimes put code in there to query the user's groups (e.g. with apex_ldap.member_of2) and save them in an application. This item value can then be used in the authorization schemes.
    Regards,
    Christian

  • Oracle Client 64-bit and Oracle Client 32-bit on the same server

    Hi,
    I have a Windows 2008 server 64-bit with Oracle Client 64-bit and Oracle Client 32-bit installed on different directories (D:\Oracle and D:\Oracle32)
    Is it possible to define for certain applications to use the TNSNAMES entry from the 64-bit Oracle Client
    and for other applications to use the TNSNAMES entry from the 32-bit Oracle Client
    Once I installed the Oracle Client 32-bit (Oracle Client 64-bit version was already installed) and restarted the server I performed a TNSPING and it defaulted to the Oracle Client 32-bit installation path
    Thanks,
    Barry

    Hello,
    When you install a new client on a server, it will update the PATH variable, and add the ORACLE_HOME\bin path to it, at the first place. That explains why the tnsping use the last installed ORACLE_HOME.
    What you can do if you want only to change the default path to the tnsnames is to set the environment variable TNS_ADMIN to the path where the tnsnames you want to use is located. You can modify this variable in your application if you want to use another tnsnames.
    If you want switch from 32 bits to 64 bits client, then you have to modify the PATH variable.
    Hope this will help.
    Best regards,
    Sylvie

  • Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    4195bee8-4db0-4799-a674-18f89aa500cb wrote:
    i dont have access to My Oracle Support can u send text or html of document please?
    Moderator Action:
    No they cannot send you a document that is available only to those with access to MOS.
    That would violate the conditions of having such service contract credentials.
    Asking someone to violate such privileges is a serious offense and could get that other person's organization banned from all support and all their support contracts cancelled.
    Your post is locked.
    Your duplicate post that you placed into the Audit Vault forum space has been removed (it had no responses).
    This thread which you had placed in the Solaris 10 forum space is moved to the Audit Vault forum space.
    That's the proper location for Audit Vault questions.

  • Diff between Oracle 8.1.7 and Oracle 8.1.7.4

    Hi all,
    I'm trying to find the differences between Oracle 8.1.7 and Oracle 8.1.7.4. Can anybody give some inputs regarding this.
    Thanks in advance.

    Hi Justin Cave,
    Thanks for your reply. But where can I download that README txt. I dont have access to metalink, can I get that README txt anywhere other than metalink. Please let me know.
    Gopal Mani

  • Oracle 11.5.9 and Oracle 9i RAC fresh install

    How is there an Oracle 11.5.9 and Oracle 9i RAC fresh install

    No, except you upgrade your developer patchset which should not be an issue for the customized forms you have.
    Can you please explain more in detail about this option and i will be thankful. Appreciate your help.Please see (Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]) for the steps you need to follow to upgrade your developer patchset.
    Your custom reports should work find after this upgrade, and in case you have any issues you can try to compile those forms again -- How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    Thanks,
    Hussein

  • "Oracle BPM  Suite 11g" and "Oracle SOA Suite 11g" components

    Dear Friends,
    I am very confusing about the "Oracle BPM suite 11g" and "Oracle SOA Suite 11g" and would like your help on explanation as the following :
    I have learn that In order to use "Oracle BPM Suite 11g" require to have "Oracle SOA Suite 11g" components to install first. Does it means that :
    1) When we buy "Oracle BPM Suite 11g" , we automatically get the "Oracle SOA Suite 11g" components as well ?
    2) IS it correct that these " these Oracle SOA Suite 11g components" are included :
    (a) Oracle BAM
    (b) Oracle Business Rules
    (c) Oracle BPEL Manager
    (d) Oracle Service Bus
    (e) Oracle Complex Event Processing
    3) Do we have a right to use all of these components listed in (2) ?
    4) Then the answers in (3) is "YES", then Is it correct when the customer buy the "Oracle BPM Suite 11g" , they no need to buy "Oracle SOA 11g" any more when they would like to implements that applications based on SOA in the future (without using BPM) ?
    5) What IF , the customer would like to start with "Oracle SOA Suite 11g" product and decide to buy only Oracle SOA Suite 11g first ; then later on in the future they would like to implement BPM projects in the future. Can you upgrade "Oracle SOA Suite 11g" to include "Oracle BPM Sutie 11g" and pay only the price different ?
    I hope you can help providing the answers to these questions. THank you very much in advance.
    Best Regards
    Pearapon S.

    This is a question best answered by your Oracle reseller or Oracle account manager to give you all the details but I hope this brief answer helps:
    - The Unified Business Process Management Suite (BPM Suite 11g) includes: BPM Studio, BPM Composer, BPMN Service Engine and Workflow Extensions, BPM Process Spaces, and BPM Process Analytics.
    - BPM Suite 11g requires the licensing of SOA Suite 11g for Oracle Middleware which requires a license for WebLogic Suite.
    - You can license SOA Suite 11g now and license BPM Suite 11g later.
    Since the products are layered, I don't see this cutting into SOA sales at all. My personal view is that BPM on top of SOA is brilliant since it provides easy integration between human and automated tasks, builds on many of the SOA concepts that are key for a successful BPM implementation (functional, not the Oracle product), and uses the same IDE. The synergies extend past easy use of services; the same business rules and human workflow components are used between both products.

  • Can Adavnced queues be set up beteen oracle 8.1.6 and oracle 10g

    can Adavnced queues be set up beteen oracle 8.1.6 and oracle 10g? if so is there any document that talks about the AQ setup between 8.1.6 and 10g?

    This forum is intended for members to provide feedback and
    suggestions about OTN developer services. Please repost your
    question in an appropriate database forum.
    Best regards,
    --OTN Team                                                                                                                                                                                                                                                                                                                                                                                                   

  • Difference between Oracle Fussion Middle ware and Oracle EBS

    Hi All,
    As i know Oracle Fussion Middle ware and Oracle EBS both are Oracle ERPs can anyone explain difference of these and technologies between them and explain in detail for Oracle Fussion.
    Thanks
    Rehan

    >
    well old way of development (Forms & Reports) will be obsolete in Oracle Fusion Middleware vs Oracle EBS
    >
    not quite true
    obsolete in fusion application but ofm has forms/reports 11 based on weblogic
    >
    well old way of development (Forms & Reports) will be obsolete in Oracle Fusion Middleware vs Oracle EBS, as it is based on Java, OAF and ADF.
    >
    not quite true
    fusion application doesn't use oaf. it's ebs related technology only

  • Error creating AIR file: 105:ERROR, application.installFolder

    I renamed my project and can not create release build.
    would be nice to what I did that broke it.
    here is the Error message during the Export Release Build:
    Error creating AIR file: 105: ERROR,
    application.installFolder
    also, when I close flex builder then try to reopen it, my
    default workspace is busy..
    oops.. I had messed with the default install folder and had
    dropped in a C:\Program Files\... which it should only be a sub as
    air defaults already to C:\Program Files\<filename> or on mac
    \Applications\<filename>.app
    <installFolder>subfolder/subsubfolder</installFolder>

    It's not uncommong while editing your app.xml file... that one can leave stray < or >. Check to make sure the file is valid and that any included references (like icons) aren't missing or in the wrong location.
    Rick Winscot

  • Confuse between temp file error and perment file error

    during the weekend, i usually maintain our database and this weekend i end up with strange situation,
    i lunched my scripts to reorginize datafiles, however the scripts is crash all the time due to weird message which is in my opinion is misleading ora message.
    this is the situaion:
    i am using this scripts to tell me if my datafiles are full or not
    1 L_INDEX 24 107.12109375 103.74609375 3.375 0 96.8493600262553 3.15063997374467
    2 L_TABLES 30 108.2939453125 97.1689453125 11.125 0 89.7270341680719 10.2729658319281
    as you can see, the free space on the l_index tablespace is now 3G and need to reogrinze to free space, however when we run our scripts to free spaces by moving objects to tools tablespace and then return them back,
    I recieve this message:
    ORA-01652: unable to extend temp segment by .......
    to solve this error is adding new temp files, however we have 5 temps file and there were pantly of space there and also i add 2 new files with size 1g and maxsize is 32G, still i am receving this error and my scripts crash when i try to rebuild the index,
    the workaround was is adding new datafile to l_index and try again to rebuild the index and it works,
    so i am wondering if the problem was on the datafiles, why i recieved error about temp, i waste some time thinking that my problem was with temp, however the real problem came from l_index tablespace.
    oracle verison is 10.1.0.4 and os is windows
    Thanks

    ORA-01652: unable to extend temp segment by Temporary tablespace is also used when re-creating or creating indexes in database.
    A temp segment is created the moment create or re-build indexes command is issued and will be held until the index is being created completely. If either of the tablespace have insufficient space, you might get the error ORA-1652 or ORA 1654.
    You should be looking at the tablespace name for adding space instead of looking temp segment.
    ORA-1652: unable to extend temp segment by in tablespace

  • Installing Oracle Entitlements Server (Derby) and oracle.security.apm.derby.ear not found

    Weblogic 10.3.5
    OES 11.1.1.5
    Redhat 5.5
    These are the steps I followed http://docs.oracle.com/cd/E21764_01/install.1111/e12002/oes.htm
    I'm try to setup an evaluation domain for OES so I followed the setup for using the derby database. I have the derby schema setup correctly and I have create the OES domain using the Oracle Entitlesments Server Derby Template - 11.1.1.0. This goes through fine, but when I start the server I am getting the below error. The oracle.security.apm.derby.ear file is not in that location nor is it anywhere in the oracle home dir. So I'm not sure whats wrong, doing a search for the oracle.security.apm.derby.ear file on google returns nothing.
    <Jun 11, 2013 8:49:28 AM EDT> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean oracle.security.apm#11.1.1.3.0. Error - weblogic.management.DeploymentException: error in opening zip file with : /oracle11g/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.derby.ear.
    weblogic.management.DeploymentException: error in opening zip file with : /oracle11g/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.derby.ear
            at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
            at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
            at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
            at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
            Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: error in opening zip file with : /oracle11g/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.derby.ear
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:114)
            at java.util.jar.JarFile.<init>(JarFile.java:133)
            at java.util.jar.JarFile.<init>(JarFile.java:97)
            at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
            Truncated. see log file for complete stacktrace
    >
    <Jun 11, 2013 8:49:28 AM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oracle.security.apm [Version=11.1.1.3.0]' due to error weblogic.management.DeploymentException: error in opening zip file with : /oracle11g/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.derby.ear.
    weblogic.management.DeploymentException: error in opening zip file with : /oracle11g/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.derby.ear
            at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
            at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
            at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
            at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
            Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: error in opening zip file with : /oracle11g/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.derby.ear
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:114)
            at java.util.jar.JarFile.<init>(JarFile.java:133)
            at java.util.jar.JarFile.<init>(JarFile.java:97)
            at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
            Truncated. see log file for complete stacktrace
    >

    Hi User814822.
    I too come accross this issue. But, I didn't installed any patch on top of OES.
    I just rebuild the OES schema in database and it started perfectly. Hope it helps.
    B/W did you tried to configure external user store to OES like LDAP??
    Thanks

  • Oracle 10g developer suite and oracle 11g database.

    Hi all,
    I have installed oracle 11g database and oracle developer suite 10g on Vista . I want to connect 11g database using oracle forms builder data block wizard to create forms. I'm new to oracle forms . I was just following some tutorial instructions and try to achieve it, but unable to connect 11g database. Can anyone help me out.
    I dont even know whether this is the right area to post this query as i cant find any developer tool installation guide questions.
    Thanks,
    Kalyan
    Edited by: user10676396 on May 6, 2009 7:37 PM
    Edited by: user10676396 on May 6, 2009 7:43 PM

    Hello Kalyan,
    A couple questions:
    1. Once you installed the 11G database, you did start the database services, yes?
    2. Do you have a properly configured TNSNAMES.ORA file that points to your database?
    3. You created a database that you are using and can access the database via SQLPlus?
    Don.

Maybe you are looking for

  • Change over from Apex to Application Express

    When I connect to Oracle 10G XE I use the following URL: http://127.0.0.1:8087/apex/f?p=4550:11:73807998927860::NO::: Now I have downlaoded Oracle Application Express. How do I use it with my existing data on 10G XE? Do I need to have 11g? Thanks Edi

  • Embedded CFF font not working in TLF in latest stable build and higher (4.0.0.13875)

    Hi there, We are using embedded fonts with the TLF framework and since upgrading to the latest nightly build or the stable build, it stopped working. Here is a short example: <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.a

  • HP officejet pro L7555 low ink

    Is there a way to "override" the low ink warning for the cyan, magenta, or yellow cartridges so that I can still print using black ink only?

  • Inconsistent results with "Apply" commit

    Ever since using PPR event to filter MessageChoice results, I've been experiencing lag when trying to commit data. But the lag is only every other time I commit data! Here are execution times and when the confirmation page appears (in order): 1. 10 s

  • Hod do I pass a socket variable over a socket connection

    Anyone know what syntax I could use to pass a socket variable over a socket connection? I can't imagine it'll go as a string, int, or double. --That's all I know how to pass.