Problem with application modules and switching from 2 tier to 3 tier mode

Hello,
I've got an application in 2 tier mode. Now I wanted to switch to 3 tier mode but get a class cast exception. It has turned out, that panelBinding.getApplication().getApplicationModule().findApplicationModule returns in 2 tier mode <ModuleName>Impl and in 3 tier mode oracle.jbo.client.remote.ApplicationModuleImpl. But searching for modul name with panelBinding.getApplication().getApplicationModule().getApplicationModuleNames() returns the right in names in 2 tier and in 3 tier mode. Does anybody know a way to access <ModulName>Impl in 3 tier mode?

This is the reason that the BC4J project will create an <appmodulename>AM interface and a <appmodulename>AMClient Implementation that you include on the client side if you expose any methods in your app module. You should access them by casting it to the interface, NOT the appModuleImpl class. If you stick to using the interface, then you should be fine.
So to keep your implementation flexible, you should do this on the client to access your custom methods on your app module:
The BC4J project should generate the following classes:
AppModule Name = MyCustomAM.xml
AppModule Implementation = MyCustomAMImpl.java
Custom AppModule Interface = /common/MyCustomAM.java
Custom clientside AppModule Implementation = /client/MyCustomAMClient.java
On the client, do the following:
import my.bc4j.model.package.common.MyCustomAM;
// Call custom method on App module
  MyCustomAM am = (MyCustomAM) panelBinding.getDataControl().getApplicationModule();
  am.myCustomMethod(someParams);Hope this helps.
Erik

Similar Messages

  • Problem with shell commands and scripts from an Applescript Application

    Hi-
    I am fairly new to OSX software development. I am trying to build an application that creates a reverse SSH tunnel to my computer and starts OSXvnc. The idea is that my Mom or anyone else who needs help can connect to me without having to tinker with their firewalls.
    There are plenty of resources on how to do this, and I have found them. What I have a problem with is the following.
    I am building this application in Xcode as an Applescript application, because Applescript and shell scripting are the only forms of programming I know. I use an expect script to connect through SSH, and a "do shell script" for the raw OSXvnc-server application to allow screen sharing.
    The problem is that when I click on the button to launch OSXvnc-server or the button to launch SSH, the application freezes until the process it spawns is killed or finishes. For example, I can set SSH to timeout after 60 seconds of no connection, and then the Applescript application responds again. I even tried using the ssh -f command to fork the process, but that doesn't seem to help.
    I am also using "try" around each of the items.
    What am I doing wrong? How can I make the buttons in my app launch SSH and OSXvnc-server without hanging the application while it waits for them to finish?
    Thanks so much!

    See here for an explanation of the syntax.
    (20960)

  • Problems with vmware module and Xorg

    Hello everybody!
    Today I wanted to install and setup Arch Linux on my computer into a VMware Virtual Machine, first steps were very nice and worked ok, but now I trying to install LXDE as a desktop I already installed xorg drivers and lxde this is my Xorg.0.log
    http://pastebin.com/f8gwbdcb
    [ 979.359] Current Operating System: Linux localhost 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 979.393] Initializing built-in extension MIT-SCREEN-SAVER
    [ 979.411] (EE) Failed to load /usr/lib/xorg/modules/drivers/vmware_drv.so: /usr/lib/xorg/modules/drivers/vmware_drv.so: file too short
    [ 979.411] (EE) Failed to load module "vmware" (loader failed, 7)
    [ 979.411] (EE) No drivers available.
    [ 979.411] (EE)
    [ 979.411] (EE) no screens found(EE)
    [ 979.412] (EE)
    [ 979.412] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 979.413] (EE)
    If I want to see what's inside vmware_drv.so.... it's a empty file, all files under /usr/lib/xorg/modules/drivers are empty: `du *`
    4 Desktop
    0 /usr/lib/xorg/modules/drivers/ark_drv.so
    0 /usr/lib/xorg/modules/drivers/ast_drv.so
    0 /usr/lib/xorg/modules/drivers/ati_drv.so
    0 /usr/lib/xorg/modules/drivers/cirrus_alpine.so
    0 /usr/lib/xorg/modules/drivers/cirrus_drv.so
    0 /usr/lib/xorg/modules/drivers/cirrus_laguna.so
    0 /usr/lib/xorg/modules/drivers/dummy_drv.so
    0 /usr/lib/xorg/modules/drivers/fbdev_drv.so
    0 /usr/lib/xorg/modules/drivers/glint_drv.so
    0 /usr/lib/xorg/modules/drivers/i128_drv.so
    0 /usr/lib/xorg/modules/drivers/intel_drv.so
    0 /usr/lib/xorg/modules/drivers/mach64_drv.so
    0 /usr/lib/xorg/modules/drivers/mga_drv.so
    0 /usr/lib/xorg/modules/drivers/modesetting_drv.so
    0 /usr/lib/xorg/modules/drivers/neomagic_drv.so
    0 /usr/lib/xorg/modules/drivers/nouveau_drv.so
    0 /usr/lib/xorg/modules/drivers/nv_drv.so
    0 /usr/lib/xorg/modules/drivers/openchrome_drv.so
    0 /usr/lib/xorg/modules/drivers/r128_drv.so
    0 /usr/lib/xorg/modules/drivers/radeon_drv.so
    0 /usr/lib/xorg/modules/drivers/savage_drv.so
    0 /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
    0 /usr/lib/xorg/modules/drivers/sis_drv.so
    0 /usr/lib/xorg/modules/drivers/tdfx_drv.so
    0 /usr/lib/xorg/modules/drivers/trident_drv.so
    0 /usr/lib/xorg/modules/drivers/v4l_drv.so
    0 /usr/lib/xorg/modules/drivers/vesa_drv.so
    0 /usr/lib/xorg/modules/drivers/vmware_drv.so
    0 /usr/lib/xorg/modules/drivers/voodoo_drv.so
    Arch linux looks really nice, clear and simple I want to go on playing with this distro but I have problems with this issue .
    Thanks!

    Hello everybody!
    Today I wanted to install and setup Arch Linux on my computer into a VMware Virtual Machine, first steps were very nice and worked ok, but now I trying to install LXDE as a desktop I already installed xorg drivers and lxde this is my Xorg.0.log
    http://pastebin.com/f8gwbdcb
    [ 979.359] Current Operating System: Linux localhost 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 979.393] Initializing built-in extension MIT-SCREEN-SAVER
    [ 979.411] (EE) Failed to load /usr/lib/xorg/modules/drivers/vmware_drv.so: /usr/lib/xorg/modules/drivers/vmware_drv.so: file too short
    [ 979.411] (EE) Failed to load module "vmware" (loader failed, 7)
    [ 979.411] (EE) No drivers available.
    [ 979.411] (EE)
    [ 979.411] (EE) no screens found(EE)
    [ 979.412] (EE)
    [ 979.412] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 979.413] (EE)
    If I want to see what's inside vmware_drv.so.... it's a empty file, all files under /usr/lib/xorg/modules/drivers are empty: `du *`
    4 Desktop
    0 /usr/lib/xorg/modules/drivers/ark_drv.so
    0 /usr/lib/xorg/modules/drivers/ast_drv.so
    0 /usr/lib/xorg/modules/drivers/ati_drv.so
    0 /usr/lib/xorg/modules/drivers/cirrus_alpine.so
    0 /usr/lib/xorg/modules/drivers/cirrus_drv.so
    0 /usr/lib/xorg/modules/drivers/cirrus_laguna.so
    0 /usr/lib/xorg/modules/drivers/dummy_drv.so
    0 /usr/lib/xorg/modules/drivers/fbdev_drv.so
    0 /usr/lib/xorg/modules/drivers/glint_drv.so
    0 /usr/lib/xorg/modules/drivers/i128_drv.so
    0 /usr/lib/xorg/modules/drivers/intel_drv.so
    0 /usr/lib/xorg/modules/drivers/mach64_drv.so
    0 /usr/lib/xorg/modules/drivers/mga_drv.so
    0 /usr/lib/xorg/modules/drivers/modesetting_drv.so
    0 /usr/lib/xorg/modules/drivers/neomagic_drv.so
    0 /usr/lib/xorg/modules/drivers/nouveau_drv.so
    0 /usr/lib/xorg/modules/drivers/nv_drv.so
    0 /usr/lib/xorg/modules/drivers/openchrome_drv.so
    0 /usr/lib/xorg/modules/drivers/r128_drv.so
    0 /usr/lib/xorg/modules/drivers/radeon_drv.so
    0 /usr/lib/xorg/modules/drivers/savage_drv.so
    0 /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
    0 /usr/lib/xorg/modules/drivers/sis_drv.so
    0 /usr/lib/xorg/modules/drivers/tdfx_drv.so
    0 /usr/lib/xorg/modules/drivers/trident_drv.so
    0 /usr/lib/xorg/modules/drivers/v4l_drv.so
    0 /usr/lib/xorg/modules/drivers/vesa_drv.so
    0 /usr/lib/xorg/modules/drivers/vmware_drv.so
    0 /usr/lib/xorg/modules/drivers/voodoo_drv.so
    Arch linux looks really nice, clear and simple I want to go on playing with this distro but I have problems with this issue .
    Thanks!

  • Problem with application id and extents

    Hi, I've run into what may be a bug, so I wanted to run it by your group.
    I have a class that is using application identity and contains a
    collection of strings. When I load each instance of the class, the
    collection is filled in, however, when I load all the instances using
    getExtent(), the collections are not filled in.
    Thanks
    The relevant part of the .jdo file is:
    <class name="KeywordInfo" objectid-class="KeywordInfo$KeywordInfoJDOId">
    <extension vendor-name="kodo" key="detachable" value="true"/>
    <field name="idstr" primary-key="true" default-fetch-group="true"/>
    </field>
    <field name="jdoChoices" default-fetch-group="true">
    <collection element-type="String"/>
    <extension vendor-name="kodo" key="element-dependent" value="true"/>
    </field>
    </class>
    The .mapping file is:
    <class name="KeywordInfo">
    <jdbc-class-map type="base" table="CATADMIN.MPM_KEY_INFO"/>
    <jdbc-version-ind type="version-number" column="JDOLOCKX"/>
    <field name="idstr">
    <jdbc-field-map type="value" column="IDSTR"/>
    </field>
    <field name="jdoChoices">
    <jdbc-field-map type="collection" element-column="ELEMENT"
    order-column="JDOCHOICES_ORDER" ref-column.IDSTR="IDSTR"
    table="CATADMIN.MPM_K_JDOCHOICES"/>
    </field>
    </class>
    When I load a single instance, I get the following sql trace:
    SELECT t0.JDOLOCKX, t0.DBIDX, t0.DESCRIPTIONX, t0.HASUNITSX, t0.IDSTR,
    t0.ISDATAKEYWORDX, t0.ISDISPLAYABLEX, t0.ISEDITABLEX, t0.ISFACTOR,
    t0.ISNULLVALUEALLOWEDX, t0.ISREQVALUEINCHOICESX, t0.JDODEFAULTVALUEX,
    t0.JDOUNITX, t0.JDOVALUETYPEX, t0.KEYWORDX, t0.KEYWORDTYPEX, t0.REGEXP,
    t1.IDSTR, t1.JDOCHOICES_ORDER, t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0,
    CATADMIN.MPM_K_JDOCHOICES t1 WHERE t0.IDSTR = ? AND t0.IDSTR = t1.IDSTR(+)
    ORDER BY t1.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:test111b]
    When I load the extent, I get the following:
    6549 DEBUG [main] jdbc.SQL - <t 6151022, conn 9992755> [0 ms] executing
    prepstmnt 19940306 SELECT DISTINCT t0.IDSTR, t1.JDOCHOICES_ORDER,
    t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0, CATADMIN.MPM_K_JDOCHOICES t1
    WHERE t0.IDSTR IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.IDSTR = t1.IDSTR
    ORDER BY t0.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:13303055, (String) BDT:test111b, (String) BDT:5606643, (String)
    BDT:5606644, (String) BDT:5606645, (String) BDT:5606646, (String)
    BDT:5606647, (String) BDT:5606648, (String) BDT:5606649, (String)
    BDT:5606650] [reused=8]

    Just tried it and got the same SQL (below).
    SELECT DISTINCT t0.IDSTR, t1.JDOCHOICES_ORDER, t1.ELEMENT FROM
    CATADMIN.MPM_KEY_INFO t0, CATADMIN.MPM_K_JDOCHOICES t1 WHERE t0.IDSTR IN
    (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.IDSTR = t1.IDSTR ORDER BY t0.IDSTR
    ASC, t1.JDOCHOICES_ORDER ASC [params=(String) BDT:13303055, (String)
    BDT:test111b, (String) BDT:5606643, (String) BDT:5606644, (String)
    BDT:5606645, (String) BDT:5606646, (String) BDT:5606647, (String)
    BDT:5606648, (String) BDT:5606649, (String) BDT:5606650]
    Stephen Kim wrote:
    Extent iteration is slightly different than other fetching. Does using
    an empty query pm.newQuery (Person.class, "") change the SQL?
    Charles Schmitt wrote:
    Hi, I've run into what may be a bug, so I wanted to run it by your group.
    I have a class that is using application identity and contains a
    collection of strings. When I load each instance of the class, the
    collection is filled in, however, when I load all the instances using
    getExtent(), the collections are not filled in.
    Thanks
    The relevant part of the .jdo file is:
    <class name="KeywordInfo" objectid-class="KeywordInfo$KeywordInfoJDOId">
    <extension vendor-name="kodo" key="detachable" value="true"/>
    <field name="idstr" primary-key="true" default-fetch-group="true"/>
    </field>
    <field name="jdoChoices" default-fetch-group="true">
    <collection element-type="String"/>
    <extension vendor-name="kodo" key="element-dependent" value="true"/>
    </field>
    </class>
    The .mapping file is:
    <class name="KeywordInfo">
    <jdbc-class-map type="base" table="CATADMIN.MPM_KEY_INFO"/>
    <jdbc-version-ind type="version-number" column="JDOLOCKX"/>
    <field name="idstr">
    <jdbc-field-map type="value" column="IDSTR"/>
    </field>
    <field name="jdoChoices">
    <jdbc-field-map type="collection" element-column="ELEMENT"
    order-column="JDOCHOICES_ORDER" ref-column.IDSTR="IDSTR"
    table="CATADMIN.MPM_K_JDOCHOICES"/>
    </field>
    </class>
    When I load a single instance, I get the following sql trace:
    SELECT t0.JDOLOCKX, t0.DBIDX, t0.DESCRIPTIONX, t0.HASUNITSX, t0.IDSTR,
    t0.ISDATAKEYWORDX, t0.ISDISPLAYABLEX, t0.ISEDITABLEX, t0.ISFACTOR,
    t0.ISNULLVALUEALLOWEDX, t0.ISREQVALUEINCHOICESX, t0.JDODEFAULTVALUEX,
    t0.JDOUNITX, t0.JDOVALUETYPEX, t0.KEYWORDX, t0.KEYWORDTYPEX, t0.REGEXP,
    t1.IDSTR, t1.JDOCHOICES_ORDER, t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0,
    CATADMIN.MPM_K_JDOCHOICES t1 WHERE t0.IDSTR = ? AND t0.IDSTR = t1.IDSTR(+)
    ORDER BY t1.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:test111b]
    When I load the extent, I get the following:
    6549 DEBUG [main] jdbc.SQL - <t 6151022, conn 9992755> [0 ms] executing
    prepstmnt 19940306 SELECT DISTINCT t0.IDSTR, t1.JDOCHOICES_ORDER,
    t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0, CATADMIN.MPM_K_JDOCHOICES t1
    WHERE t0.IDSTR IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.IDSTR = t1.IDSTR
    ORDER BY t0.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:13303055, (String) BDT:test111b, (String) BDT:5606643, (String)
    BDT:5606644, (String) BDT:5606645, (String) BDT:5606646, (String)
    BDT:5606647, (String) BDT:5606648, (String) BDT:5606649, (String)
    BDT:5606650] [reused=8]
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Itunes wont work.Says there has been a problem with the program and then shutsdown. only works using safe mode

    Recently itunes stopped working. It will only work using safe mode. i have check the plug ins folder but i have no plug ins.

    Hello MaFiosoXIII
    For issues with iTunes crashing and only working in Safe Mode, then check out the article below to continue your troubleshooting to get it working again. 
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Regards,
    -Norm G.

  • Problem with application item and session state

    Okay, let's see if I can explain this problem coherently.
    I have a small app (one page), with an application item, F_WHERE_CLAUSE.
    This page has three regions in which there are items that the users can populate for search conditions. A couple of these items are "select list with submit" (I still need to upgrade to the AJAX method, I know). There is another region which has one hidden field, called P1_WHERE_CLAUSE. This field is defined to "Always, replacing any value in session state..." with source type of "Item (application or page.....", and a source value of F_WHERE_CLAUSE with no default value.
    I have a button called "Search" which submits the page and fires a PL/SQL process which builds a where condition based upon the other page items and stores the value to the application item F_WHERE_CLAUSE (correctly).
    For testing, I've made the P1_WHERE_CLAUSE field visible so that I can see what's going on. I've also clicked the debug and session buttons to help trace this. After I click the "Search" button and the page submits, debug shows:
    0.02: ...Session State: Save "P1_WHERE_CLAUSE" - saving same value: "1=1"
    followed later by:
    0.05: ...Session State: Saved Item "F_WHERE_CLAUSE" New Value="lower(primary_class) = 'rock' and country = 'Spain'"
    The field P1_WHERE_CLAUSE displays with the correct search criteria as signified by F_WHERE_CLAUSE above. However, If I click the "session" button to view the session state values, P1_WHERE_CLAUSE shows up as:
    P1_WHERE_CLAUSE Textarea    1=1    U while F_WHERE_CLAUSE displays the correct value still.
    The reason this "problem" came up, is that this page also has three SQL report regions which use &P1_WHERE_CLAUSE. for the where condition. While they display the correct results on-screen, each report region also has the "Export to csv" enabled, and the export seems to be using the "1=1" condition (from the "session" window) instead of the search criteria that the on-screen region is using (F_WHERE_CLAUSE and the displayed P1_WHERE_CLAUSE), resulting in a retreival of all records.
    Anybody have any idea what's going on and why, and how to get the csv export to use the correct value for the where condition?
    Thanks,
    Bill Ferguson

    It appears the "Export to CSV" functionality requires the item value to be set in session state. The P1_WHERE_CLAUSE item value never gets saved to session state. The page is rendered and the value is put in the item on the page but until you submit the page session state doesn't know what P1_WHERE_CLAUSE is.
    Create a before header computation or process to set the value of P1_WHERE_CLAUSE (which will save it to session state). It is interesting that the report regions didn't need to look at the value in session state but the "export to csv" does.
    --Jeff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problems with Application Builder and NI-DAQmx drivers in Labview 8.2 Professional

    Hello everyone,
    I am trying to use the application builder to create an executable so that someone without labview is capable of a remote panel connection to connect to our test laboratory.  our test laboratory uses the USB Compact DAQ  9172.  I did find some other forums that ran into a similar problem where a computer that didnt have labview installed on it looked for a particular driver (nilvaiu.dll).  The common solution appeared to be when building the installer, include the current NI-DAQmx (8.3 in our case) option and then the clients worked fine.   My question is when i use the application builder to create an installation file for this application, i get a prompt to:
    Locate the "National Instruments Device Drivers - February 2006 Disk 1" distribution. LabVIEW needs to copy a component installed or updated by the distribution to continue building the installer.
    What is confusing is that the installation cd's in our laboratory are from August 2006 (501165N-03).  It didnt make sense to me that i would need to downgrade the drivers from a few months ago, but i've been wrong before.  We just upgraded from the full development to the professional version about 2 weeks ago to utilize the application builder function.  Has anyone else ran into this problem and could this be a limitation because we purchased the software with the academic discount?
    thanks in advance
    Chris

    Chris,
    My "fix" is brute force.  Backup everything.  Removing all the NI software takes a while.  Be sure to remove leftover directories and files. 
    Altering the windows registry takes seconds and is not hard if you know what you are looking for.  I've attached a screen shot with the NI entry selected.  This is what I  deleted on by machine.  The thing to remember is that the registry controls all the software on your pc.  Delete/alter the wrong entry and you have problems.  Worst case scenario is that you could end up formating the hard drive and starting over from scratch.  I'm not trying to scare you, but I want to make sure you understand the potential for harm. 
    One thing you might try first.  NI-DAQmx 8.5 is now available for download from NI.  You might try unloading 8.3 and installing 8.5. 
    Attachments:
    regedit pic.JPG ‏102 KB

  • Problems with adding music and videos from a different computer?

    I have a 30gig video and it doesnt let me add anything from a computer that my itunes library isnt connected with.
    When i try 2 add something it says ill have to switch to this computers media library and it will delete whats on the ipod. I only want to add a few songs and videos and it without deleteing everything
      Windows XP  

    After you set the iPod to manually update, connect it to the second computer. If that message still appears, click "No" on it. Then, select a song in the iTunes library that you want on your iPod and simply click and drag it to your iPod. The top of iTunes will say "updating iPod" if the song was successfully dragged to the iPod.
    See this article for more information on updating videos:
    http://docs.info.apple.com/article.html?artnum=302509
    The article is much more detailed than what I could ever hope to go into... and it does address manually updating audio files, and using the iPod on an iTunes library that it is not linked to.
    Hope this helps you out
    CG

  • G4 AGP, problems with Graphic Cards and booting from Install DVD

    I bought a G4 AGP (with DVD) on Ebay. It has Mac OS9.2 installed and its working correctly so far. It has an additional GraphicsCard in a PCI Slot, on which the Monitor is connected.
    1. The AGP Card doesn't give any output signal... I wondered if this would be the reason that somebody installed the additional Card...
    2. The AGP Card doens't show up in the Profiler... is this normal? According to other users this seems to be a common issue...
    3. I would like to install X 10.4, but when booting from CD, the process stops after a few seconds... and there is no signal on none of the video cards. I tried to remove one or the other card but no luck...
    the firmware is uptodate and the Install DVD is correct aswell, I just bought it from AppleStore...
    I don't have any original CDs available, so I cant run a hardware test.
    Anybody?
    G4 AGP   Mac OS 9.2.x  

    The AGP Card doesn't give any output signal... I wondered if this would be the reason that somebody installed the additional Card...
    Probably. I'd take out the bad original card and replace it with the additional card. Then, check and see if that's what caused the problem. Then only other choice is to take it to the Apple store and have them check it out.
    I don't have any original CDs available, so I cant run a hardware test.
    You can either contact the seller and complain about the missing disks or buy replacement disks for your machine. Give 1-800-MY-APPLE a call. The AHT disk should cost about $20. I don't know what the others would run.

  • Problem with "Application lanucher and run as an system user

    Hi
    Im trying to distribute
    Application Lanucher NT Service was not found to run the application as system user.

    Mossbrant,
    > Im trying to distribute
    >
    > Application Lanucher NT Service was not found to run the application as
    > system user.
    >
    I guess this is a duplicate of the one below? I will anser that one.
    - Anders Gustafsson (Sysop)
    The Aaland Islands (N60 E20)
    Novell has a new enhancement request system,
    or what is now known as the requirement portal.
    If customers would like to give input in the upcoming
    releases of Novell products then they should go to
    http://www.novell.com/rms

  • Hello apple I have the problem with my iPhone and my friends have this problem too. My iPhone have the problem about calling and answer the call. When I use my iPhone to call I can't hear anything from my iPhone but the person that I call can answer it bu

    Hello apple
    I have the problem with my iPhone and my friends have this problem too.
    My iPhone have the problem about calling and answer the call. When I use my iPhone to call I can't hear anything from my iPhone but the person that I call can answer it but when answer both of us can't hear anything and when I put my iPhone to my face the screen is still on and when I quit the phone application and open it again it will automatic call my recent call. And when my friends call me my iPhone didn't show anything even the missed call I'm only know that I missed the call from messages from carrier. Please check these problem I restored my iPhone for 4 time now in this week. I lived in Hatyai, Songkhla,Thailand and many people in my city have this problem.
    Who have this problem??

    Apple isnt here. this is a user based forum for technical questions. The solution is to restart, reset, and restore as new which is in the manual after that get it replaced for hard ware failure. if your within your one year warranty its replaced if it is out of the warranty then it is 199$

  • HT4623 I downloaded the ios 6 on my iphone. I'm having problems with applications. When I open any application, in seconds then closes and returns to the home screen. What could be happening?

    I downloaded the ios 6 on my iphone. I'm having problems with applications. When I open any application, in seconds then closes and returns to the home screen. What could be happening?

    Did you change any AppleID accounts or anything?  I've seen this happen when changing accounts or certain restore situations.
    If you are using iCloud you should be able to reset your phone to Factory Defaults and restore from iCloud, but it always makes me nervous.

  • I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid co

    I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid contrast, colour, radius, high tonal width and low tonal width.
    If anyone has any suggestions as to how to access this advanced section, I'd be most grateful.

    Hi David-
    The advanced adjustments in the Highlights & Shadows tool were combined into the "Mid Contrast" slider in Aperture 3.3 and later. If you have any images in your library that were processed in a version of Aperture before 3.3, there will be an Upgrade button in the Highlights & Shadows tool in the upper right, and the controls you asked about under the Advanced section. Clicking the Upgrade button will re-render the photo using the new version of Highlights & Shadows, and the Advanced section will be replaced with the new Mid Contrast slider. With the new version from 3.3 you probably don't need the Advanced slider, but if you want to use the older version you can download it from this page:
    http://www.apertureexpert.com/tips/2012/6/12/reclaim-the-legacy-highlights-shado ws-adjustment-in-aperture.html

  • TS3274 its almost 10 months,i purchased ipad2 32 3g wifi.itinially i got problem with applications shut off frequently now since last 4 months my ipad starts with a message (connect iTunes)like first time start and going to restore mode and it occurs freq

    its almost 10 months,i purchased ipad2 32 3G wifi.itinially i got problem with applications and safari shut off frequently now since last 4 months my ipad starts with a message (connect iTunes)like first time start and going to restore mode and it occurs frequently.plz advise.

    If you have followed the standard Apple troubleshooting processes (see user guide )
    probably a trip to the local Apple Store Genius bar is called for before warranty runs out
    Assuming the iPad has been released in your Country if not you may have to take it to a
    neighbouring Country where it is available
    This page will tell you ,via the drop down menu Countries that can support iPad
    http://support.apple.com/kb/index?page=servicefaq&geo=United_Kingdom&product=ipa d

  • I bought my iphone unlocked from carephone warehouse, I had a problem with the phone and apple swapped it over but they locked it to tmobile!!! what can i do?? I have changed contracts and can not use my phone!

    I bought my iphone from carephone warehouse, sim free and with no contract. 5 months down the line I had a problem with the phone and I booked a genius appointment, they swapped my phone and gave me a new phone but they locked my phone to tmobile!!! I now do not use tmobile and I have an iphone which is locked to tmobile!!! I bought an unlocked phone and apple have locked it!!! what can i do?

    In response to this, Carphone Warehouse (and Phones4U) sell what is commonly referred to as "sim free" handsets - these are not the same as unlocked. Sim free handsets will automatically lock to the first network sim card that the phone is activated with, and that will be permanently. The only way to unlock the handset would be to go through the network (T-Mobile I understand) and request they unlock it for you. More than likely, there will be a charge as you are no longer a T-Mobile customer.
    If you ever want to purchase a new unlocked iPhone, the only place you can buy one is from Apple directly. Any other place will most likely sell sim free handsets.

Maybe you are looking for

  • ProjectResource Not Found Error in Project Server

    Hi, I've been trying to remove a resource from project given the project resource has no assignments using the following code             projContext.Load(projContext.Projects);             projContext.ExecuteQuery();             PublishedProject pp

  • How to create Action or event?

    Hello to everyone!!! I'm wondering, how can I give Action or Event to the buttons in this case? I know how to do like this: JButton button1 = new JButton ("Button1"); button1.addActionListener (new Action.....)But in this case: import java.awt.*; imp

  • Open DB Connections

    Hi Our application was developed using the Oracle 10g JDeveloper with Oracle 10g Database. We deployed the application in Oracle 10g Application Server. The application worked fine. I had 13 Application Modules in my application and so 13 DB Connecti

  • Open 10g/11g RAC database in Non RAC Mode

    Dear Friends, How i open 10g and 11g RAC database in Non RAC Mode (open single instance in order to perform upgrade) Later i will convert the upgraded DB to RAC DB Regards, DB

  • How to customize profile for T Code COID

    Hi,      Can any one help me creating profile in T code COID.