Forms9i: Deployment and LOGON Built-In

Hello!
As long as I run a logon form with the following code on my local machine using OC4J shipped with 9iDSR2 everything works as expected.
Providing the right credentials the else path will be executed.
LOGON(:a.usr_name,:a.usr_pwd||'@'||:a.db,FALSE);
IF NOT FORM_SUCCESS THEN
Message('authentification failed');
ELSE
END IF;
After deployment to Oracle9i AS 9.0.2 using the same *.fmx, credentials, client, browser and plug-in version I always get 'authentification failed'.
Does anybody know what could cause this problem?
Might be some mistake during deployment?
I've no idea where to start searching.
Thanks for your help!
Regards,
Eric

Frank, James, Krishna,
sorry for the late reply. There were too many others things on my list.
Due to some other trouble with the application server I had to reinstall it.
After that my connect problems silently went away.
But I guess I could have used the wrong orahome as James pointed out.
I logged into the server and used sqlplus. It might be possible that I used the infrastructure's home instead of the appserver's home, don't having the right entries in it's tnsnames.ora.
However, thank you all for your help! Your hints were of great value.
Regards,
Eric

Similar Messages

  • Unable to Deploy and Run a WebDynPro Application in NWCE 7.1 DS

    I have successfully built a test application in WebDynPro within the NWCE 7.1, but every time I try to deploy and run the application I get the following error:
    No default system is configured in SAP System Registry [ERROR: Apr 24, 2008 10:32:51 AM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Worker-19,5,main]] ]
    It seems like a straightforward error, but when I go to the System Registry I cannot see how to set up a default system for the application.  There is no "DefaultSystem" entry and so I am sure that I have to add one, but cannot find any documentation to help me do this.
    Thanks.

    First, thanks for the fast responses. 
    I had gone to SAP AS JAVA preference before, but couldn't figure out how to get my system to show up in the dropdown box.  When you put in the server name and the 0 instance, it then finds the system and all instances under the system.  That was my missing link.
    I can now deploy and run and move on to my next (inevitable) problem.
    Thanks again.

  • Using LOGON built-in in a menu module

    Hi, we are using the LOGON built-in in a menu to connect with the same user and password to another database when you click on it.
    We are using FORM_SUCCESS then to know if the new connection was succesfull or not.
    Now, if the new connection failed we need to capture then reason in order to give more detailed information of the error.
    In form, if LOGON failed fires ON-ERROR trigger but in a menu there is no triggers.
    Any idea?
    Thanks

    You could create a dummy-form which does the logon and catch your exceptions in its ON-ERROR-trigger. Then call that form from your menu.

  • Logon built-in can't handle "@" in password

    Our application has a custom login screen that calls the logon built-in to connect to an Oracle database. If a user has a password that contains @, login fails which is understandable because the password and db sid are passed to it in the same string parameter, now with two "@"s in it.
    I tried enclosing the password part in double quotes but it didn't help. Are there any other solutions than just not allowing "@" in passwords?

    Are you sure the password was stored with the @, and not truncated? ;)

  • Deployment and .ear files

    I have two questions; one may relate to the other.
    First, I would like to know the best way to deploy Session beans which have dependencies on other EJBs, be they Entity Beans or other Session Beans. The dependency is limited to the implementation class, not the interfaces. I have tried just putting all my EJBs in the classpath in startWebLogic.sh, but I get the "bean cannot be redeployed while the server is running" warning. Is there another way?
    Second, I have read of .ear files, which seem to be a good way of dealing with many EJBs/JSPs en masse(I'm working with ~100 EJBs and ~2000 JSPs). However, I haven't found anything on exactly what they are, how to use them, or how to generate them.
    If anyone has these answers, or can point me to a good site on the matter, I'd appreciate it.
    Thanks, --Tom Seufert

    Hi Tom,
    The "best" way to generate EAR files is to use an IDE that has built-in
    tools to do it -OR- to use ANT (kind of an xml-based gnu-make-like utility
    for Java).
    Most dev groups that I've seen start by using .sh/.cmd (i.e. batch) files to
    generate the JAR/WAR/EAR files. ANT allows you to do things like
    dependency-based builds, to avoid re-generating parts that are not
    necessary. That was very handy with WL 5.1 when EJBC could take several
    minutes (even running locally with a fast compiler like JIKES). (I have
    only used ANT a tiny bit, but Jesse Tilly who frequents this newsgroup is an
    expert with it.)
    The EAR is just a means to bundle different parts of your application
    together. For example, your EJBs will be bundled into a JAR, and your JSPs
    will be bundled into a WAR, and you can put both into an EAR. WL6.0 will
    accept an EAR file for deployment, will auto-deploy, and will even re-deploy
    it if the EAR changes!
    The easiest way to build a JAR or WAR or EAR file within a batch or build
    file is to use the JAR command. If you have a directory structure that is
    exactly how the JAR file will be layed out, then I believe the command is
    "jar -cfm0 my.jar *" or "jar -cfm0 my.jar .".
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com
    +1.617.623.5782
    WebLogic Consulting Available
    "Tom Seufert" <[email protected]> wrote in message
    news:[email protected]...
    >
    >
    I have two questions; one may relate to the other.
    First, I would like to know the best way to deploy Session beans whichhave dependencies on other EJBs, be they Entity Beans or other Session
    Beans. The dependency is limited to the implementation class, not the
    interfaces. I have tried just putting all my EJBs in the classpath in
    startWebLogic.sh, but I get the "bean cannot be redeployed while the server
    is running" warning. Is there another way?
    >
    Second, I have read of .ear files, which seem to be a good way of dealingwith many EJBs/JSPs en masse(I'm working with ~100 EJBs and ~2000 JSPs).
    However, I haven't found anything on exactly what they are, how to use them,
    or how to generate them.
    >
    If anyone has these answers, or can point me to a good site on the matter,I'd appreciate it.
    >
    Thanks, --Tom Seufert

  • Deploy and runnig app on ipad using shell command or others

    Hello,
    How to deploy and run an app from Mac on an iPad using a shell command or others like a program in c or objective-c.
    Thank you in advance
    Mickael

    These libraries are developed by us for iOS and automatically built every day.
    After each building we must launch this application (iOS) tests that implements our libraries.
    we would like to automate the deployment of this app and its execution on an iPAD connected via USB cable to the Mac of production.

  • Using LabVIEW RTE vs. LabVIEW ActiveX Automation Server (TestStand LVRTS) for a TestStand Deployment and experience​ing Unabel to Launch LabVIEW.Ap​plication ActiveX Automation Server Error 18001

    I am developing in TestStand 4.2.1 and LabVIEW 2009, I have accomplished the following:
    1. Deployment package is built and deployed on PC
    2. PC has activated TestStand Deployment License
    3. LabVIEW 2009 RTE was selected as the adapter for the sequence and thus I believe the deployed testexec.ini contains this.
    I  am experiencing the following error: "see attachment".
    Is the LabVIEW RTE the right selection?
    Is there something I may have missed in building the deployment?
    Do I need to register the ActiveX server.
    THere seems to be conflicing solutions based on Version of TestStand and LabVIEW!!
    Thanks!!
    Attachments:
    TS_LV ActiveX Error.doc ‏77 KB

    Howdy mobiux,
    Please consider KnowledgeBase 4V58058Z: -18001 Errors in TestStand. If you're using Vista or Windows 7, then this may apply as well. You might also consider ensuring you have the proper LV version active in the TS Adapter Options.
    Warm regards,
    pBerg

  • COM+ Event System failed to fire the StartShell and Logon method after installation of PM 1.43

    Hi Guys,
    After installation of Power Manager 1.43, the following errors were immediate shown at event viewer: COM+ Event System failed to fire the StartShell and Logon method on subscription {F6FE5592-FCBC-44AD-A836-D37F5085ED5B}-{00000000-0000-0000-0000-000000000000}-{00000000-0000-0000-0000-000000000000}.  The subscriber returned HRESULT 80004001.
    Please advice if this is a known issue? Thanks!

    Hello,
    this is a known problem. See this thread
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • How to set up loopback# as source fro NTP and/or built-in DNS server ?

    I have created a loopback# interface which I would like to be used as the router source interface for the NTP client and/or built-in DNS server so everything originating whithin the router has only one and unique IP address (such as: logging source-interface Loopback#)
    The documentation explains how to create virtual interfaces but I cannot find how to associate them to the mentioned services except logging.
    IOS is 12.4.15T.9

    For DNS, maybe this would do the trick:
    ! (from DNS view configuration mode)
    dns forwarding source-interface [Vlan10]

  • Huge apple fan, have thousands invested in stock and products. I'm deployed and I want to know a way to play my PS3 through the thunderbolt connector to HDMI? is there any software to support this?

    I would like to start off by saying, that I'm a huge apple fan, even own 8 shares. I have everytihing apple, from multiple phones, two ipads, macbook air, macbook pro, time machine, and 2 apple tv's. So, I easliy have invested enough for a reponse. But, I'm really frustrated right now because I'm deployed and I would love nothing more than to be able to play my PS3 on my macbook pro. I know that this would be easily possible if mac devoted a week to a solution. Or maybe there is already software that would allow me to use my thunderbolt connection to HDMI to connect to my PS3. I have the hardware, all I need is a program that would reconize this. This would only help there sales, so I don't understand why you can't already do this. To be able to use your screen on your macbook pro as a TV for your game consoles would be a huge to boost sales. Please tell me if this is possible and what I need to do it? Or please tell me why this is not possible?

    Welcome to Apple Support Communities
    What you want is Target Display mode. This mode is only supported in Late 2009 and Mid 2010 27-inch iMacs, and Mid 2011 or newer iMacs, but MacBooks Pro are not supported, so you cannot use your MacBook as a display for your PlayStation 4.
    In the case of Late 2009 and Mid 2010 27-inch iMacs, there is an adapter called Kanex XD which allows you to use the iMac as a display for a Xbox 360 or PlayStation 3, but Xbox One and PlayStation 4 are not supported. In other words, you need an external monitor for your PlayStation 4.

  • Error executing the Query after deploying and executing the application in WLS 6.1 SP3

    Hi,
    We are trying to run a application by deploying a war file on Web Logic Server
    6.1 SP3. After deploying and at the time of execution of the application, the
    server console displays this error message
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1],
    [0], [], [], [], [], [], []
    While debugging thru the application we found that this error comes at the time
    of execution of the query thru the Statement.executeQuery method of java.sql.Statement
    class.
    This same application when deployed on Web Logic Server 8.1 runs perfectly, without
    any hitches.
    Please, provide me the solution to this asap.

    Look for sometime around November. No exact date.
    Eric
    "Dominic Tulley" <[email protected]> wrote in message
    news:[email protected]..
    Thanks Eric,
    you know what I'm going to ask next right?
    Any ideas when SP4 comes out?
    Cheers,
    -Dominic
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]..
    The next version of Apache that we will support will be 2.0.42/2.0.43
    and
    the module for that will be included in the next Service Pack for6.1(SP4)
    and 7.0(SP2).
    The problem with Apache 2 is that when a new release comes out a newmodule
    needs to be compiled. Most of the time. For 2.0.42/2.0.43 this is notthe
    case.
    Regards,
    Eric
    "Dominic Tulley" <[email protected]> wrote in
    message
    news:3da3f246$[email protected]..
    I'm trying to set this up (initially just apache in front of a single
    WLS
    server but ultimately I want to put it in front of a cluster).
    I've installed Apache 2.0.40.
    I've copied the mod_wl_20.so file into the apache modules folder.
    I've edited the httpd.conf file and added the line:
    LoadModule weblogic_module modules/mod_wl_20.so
    When I run apache -t to check the configuration I get the following:
    C:\Program Files\Apache Group\Apache2\bin>apache -t
    Syntax error on line 173 of C:/Program Files/Apache
    Group/Apache2/conf/httpd.conf:
    Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_wl_20.sointo
    server: The specified procedure could not be found.
    So what's going on here?
    Looking at previous postings it sounds like there's an issue with
    versions
    of apache after 2.0.39 but I can't find a download for that version.Also,
    it sounded like the issues were for WLS 7, not 6.1. Can this work
    with
    2.0.40 or am I wasting my time?
    If I get the mod_wl_20.so from dev2dev I get the "incompatible plugin"
    message that has been mentioned in this group already.
    Any suggestions appreciated,
    -Dominic

  • HT3529 I am currently deployed and was using my iMessage to be able to talk to family back in the states and my iMessage stopped working. It will no longer select my number to use as the send/receive. How do I fix this so I can continue to talk to family?

    I am currently deployed and was using my iMessage to be able to talk to family back in the states and my iMessage stopped working. It will no longer select my number to use as the send/receive. How do I fix this so I can continue to talk to family?

    Read here:
    http://support.apple.com/kb/TS2755

  • Windows 8.1 Deploy and Capture stops with no error

    I have a standard deploy and capture TS for Windows 8.1 using the volume media 'install.wim' file.
    The only modification I have made is to add a few applications into the TS.
    Once started from WinPE, the TS goes smoothly, deploying the OS and the applications. It then restarts and just goes to the login prompt. The TS doesn't continue as expected, rebooting to WinPE and running the capture.
    I've checked the smsts.log file and I cant see any obvious errors or anything that could cause this behaviour. The only warning I can see is 'Active reqeust handle is empty, registering with new active request handle' though I'm not sure if this is even
    related.
    So the process I see is:
    Boot to PXE WinPE
    Select build and capture TS for windows 8.1
    Install OS
    Install Apps
    Restart
    Login screen
    Anyone have any ideas?
    SCCM 2012 R2
    Windows 8.1 Professional

    Found the solution.
    Was due to one of the apps I was installing requiring .NET 3.5. 

  • My HDD crashed in my old PC and I built a new system.  iTunes won't let me sync the music from my ipod back into the new version of iTunes I had to download.  How do I fix?

    My HDD crashed in my old PC and I built a new system.  iTunes won't let me sync the music from my iPod back into the new version of iTunes I had to download.  How do I fix?

    Syncing music via iTunes is only one way: from iTunes to your iPod.  If you need to copy the music from your iPod back to your PC, see this older post from another forum member Zevoneer covering the different ways to do this.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • How to deploy and run  EJB in eclipse without XDoclet

    Hi Friends
    I am new in j2ee.In my academic project i want to do some ejb programming.
    For that purpose i want to write some ejb's.I have written all required class for ejb,created ejb-jar.xml file manually,weblogic .xml file manually. I am using weblogic8 as an server for deployment.
    I know deployment with xdoclet but i want to know hoe to deploy ejb without xdoclet.
    If u have saple code or useful link regarding this please send it as soon as possible.
    Thanks in advance
    How to deploy and run EJB in eclipse without XDoclet

    HI Welcome to J2ee...
    I am also new to this...But i ll share my ideas with you...
    In EJB 3.0 No need of any Deployment Descriptors....
    And If you are using Eclipse You can Deploy(as jar) using Export in File tab...
    XDoclet is not mandatory...
    Gopal V

Maybe you are looking for

  • New exchange emails not showing up in IOS6

    Ok' I have been using IOS on iPad and Iphone against an Exchange2003 server for some time without problems. Upgraded to IOS6 on both devices a month or so ago and had endless issues with battery problems (on the phione) Found work arounds for those b

  • What are the uses of ThreadLocal

    Hi all, Can anyone give me an example on the use of ThreadLocal class. Does static methods need to be synchronised when working on ThreadLocal variables ?. rgds Antony Paul

  • Plug-ins factor into crossgrade to AI CS3

    Yes, you can crossgrade to AI CS3 from FH9, 10 or MX for $199 US. However, when planning a switch, make sure you also include the price of the ton of third party plug-ins you'll need to buy to get close the same functionality as many FH features you

  • SQL PL SQL - Group By

    Hi All, Thanks for your time in advance. I have situation where I need to group amounts by different field but one of the fields need to be re-organized. Not sure, how to better explain this in text. But, please see below example. Using 11g SELECT 80

  • Tyre Manufacturing SAP Solution for production Planning PP-PI OR PP-Rep???

    Tyre manufacturing in SAP solution does it require to use PP-PI and/or PP-Repititive or PP-Descrete.Pl share if any one implemented SAP for tyre manufacturing with Process flow and which are the PP Components needs to be used. Thanks Ram