User creating problem in oracle9i lite.

Platform for Mobile Server : Windows 2000 advanced server.
9i lite ver. 5.0.1
Database : Oracle 9.0.1.1.1
Hi
i'm logging into mobile server control center as administrator. And i create users for the applications. But when i try to list the users, there is no user listed except the administrator. Could anyone help me about this?

Ramesh,
This looks like it might be a Java class mismatch error. Do you have multiple versions of Java installed on your machine? If so, you may want to keep one version and remove the rest.
If you're already running just one version, you may want to check the registry and classpath for references to multiple Java versions, or version that no longer exist.
Please let me know if you have additional questions.
Junius

Similar Messages

  • Database Connection Problem in Oracle9i Lite Web-to-Go

    Hi
    I am having problem in the Database Connectivity. I am using the OracleDriver class for the connection and have defined the DataSource in the struts-config.xml as
    <data-sources>
    <data-source>
    <set-property property="driverClass"
    value="oracle.jdbc.driver.OracleDriver" />
    <set-property property="url"
    value="jdbc:oracle:thin:@192.50.200.201:1521:WEBTOGO.WORLD" />
    <set-property property="maxCount"
    value="5"/>
    <set-property property="minCount"
    value="1"/>
    <set-property property="user"
    value="master"/>
    <set-property property="password"
    value="ramchow"/>
    </data-source>
    </data-sources>
    But when I am trying to do any database transaction it is throwing the following exception..
    log9: [ERROR] ActionServlet - -Initializing application data source org.apache.s
    truts.action.DATA_SOURCE <java.sql.SQLException: Io exception: Connection refuse
    d(DESCRIPTION=(TMP=)(VSNNUM=153093120)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505
    )(EMFI=4))))>java.sql.SQLException: Io exception: Connection refused(DESCRIPTION
    =(TMP=)(VSNNUM=153093120)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:335)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:361)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at org.apache.struts.legacy.GenericDataSource.createConnection(GenericDa
    taSource.java:805)
    at org.apache.struts.legacy.GenericDataSource.open(GenericDataSource.jav
    a:741)
    at org.apache.struts.action.ActionServlet.initModuleDataSources(ActionSe
    rvlet.java:1085)
    at org.apache.struts.action.ActionServlet.init(ActionServlet.java:472)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at oracle.lite.web.JupServlet.createInstance(JupServlet.java:349)
    at oracle.lite.web.JupServlet.getServlet(JupServlet.java:322)
    at oracle.lite.web.JupServlet.service(JupServlet.java:216)
    at oracle.lite.web.AppServletHandler.handle(AppServletHandler.java:297)
    at oracle.lite.web.JupApplication.service(JupApplication.java:550)
    at oracle.lite.web.JupHandler.handle(JupHandler.java:109)
    at oracle.lite.web.HTTPServer.process(HTTPServer.java:306)
    at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    at oracle.lite.web.JupServer.handle(JupServer.java:310)
    at oracle.lite.web.SocketListener.process(SocketListener.java:172)
    at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:226
    log9: javax.servlet.UnavailableException: Initializing application data source o
    rg.apache.struts.action.DATA_SOURCE
    log9: at org.apache.struts.action.ActionServlet.initModuleDataSources(ActionSe
    rvlet.java:1091)
    log9: at org.apache.struts.action.ActionServlet.init(ActionServlet.java:472)
    log9: at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    log9: at oracle.lite.web.JupServlet.createInstance(JupServlet.java:349)
    log9: at oracle.lite.web.JupServlet.getServlet(JupServlet.java:322)
    log9: at oracle.lite.web.JupServlet.service(JupServlet.java:216)
    log9: at oracle.lite.web.AppServletHandler.handle(AppServletHandler.java:297)
    log9: at oracle.lite.web.JupApplication.service(JupApplication.java:550)
    log9: at oracle.lite.web.JupHandler.handle(JupHandler.java:109)
    log9: at oracle.lite.web.HTTPServer.process(HTTPServer.java:306)
    log9: at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    log9: at oracle.lite.web.JupServer.handle(JupServer.java:310)
    log9: at oracle.lite.web.SocketListener.process(SocketListener.java:172)
    log9: at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:226.
    Can anybody guide me what can be the problem asap.
    regards
    ramchow

    Ramesh,
    This looks like it might be a Java class mismatch error. Do you have multiple versions of Java installed on your machine? If so, you may want to keep one version and remove the rest.
    If you're already running just one version, you may want to check the registry and classpath for references to multiple Java versions, or version that no longer exist.
    Please let me know if you have additional questions.
    Junius

  • OID users ( EUS) problem with grant create table with admin

    Hi,
    We activated enterprise users in the OID.
    There is a role APP_ADMIN that has the following grants:
    create user
    drop user
    create table with admin option
    this is for an application that creates BI schemas, so it needs to be able to create other users.
    I have granted these to a local role, and the user has access to the local role, thanks to the OID setup.
    The create and drop user work.
    however, the grant create table to another user does not work.
    Is there an issue with 'with admin option' grants in Enterprise user security?
    Regards,
    Peter

    If I grant
    grant create table to test_role with admin option;
    it does not work
    if I grant
    GRANT GRANT ANY PRIVILEGE to test_role WITH ADMIN OPTION;
    it does work.
    The test command as user with test_role is:
    grant create table to test_usr;
    very strange!
    If the user is a standard user and I create role test_role
    and grant create table to test_role with admin option it works.
    but if I convert the user to an EUS user and the same privilege is given to the role ( role is granted to a global role to an enterprise role)
    it doesnt work
    Edited by: Peter on Dec 7, 2012 2:36 PM

  • How can an Oracle9i Lite DB receive connections via JDBC?

    I have not really experienced with accessing Oracle from Java, so here is a short description of the problem:
    I haven't yet figured out how is a database listening for connections. I think that the use of Listeners is for this job but I have not yet been able to configure them right for enabling access from a Java program. All these terms like SID and Net Configuration Manager are quite confusing and don't know how to use each.
    My database is Oracle9i Lite and called "harris_db". I am using JDeveloper9i and the Thin driver is used for accessing the database. The database is local and I am not sure whether I am supposed to use only TCP, IPC or both protocols. Do I need a Name Server? Also, what should be the database URL? I know that is should have the following format "Oracle:thin@..." but don't know exactly.
    Sorry for all those questions, but I am trying to find a way, I am really confused...!
    Thank you in advance for your assistance.

    The 9i 'Lite' database is not a multi-user db and doesn't have a listener. You should be able to use the JDBC/ODBC bridge to get to it, I haven't looked at the lite version in a while there should also be a type-2 driver for it which would eliminate the bridge. I doubt very much that there is a type-4 driver for it, but you can check. The 'big' Oracle type-4 (thin) and type-2 (OCI) drivers are not intended for use with Oracle Lite.

  • Security in Oracle9i lite

    Hi
    We're developing an app wich needs a lightweight database using VB6. So we started working with Oracle9i lite, and right at this point we're worriying about security :
    - We have to use an ODBC driver, and it's seems easy to see DB user/password using a tracer (not only with the ODBC manager trace utility).
    - We have encrypted the database (with ENCRYDB) but it doesn't ask for the encryption password anywhere after that ...?? and if the password is passed in the ODBC connection string ... it won't be very useful, well al least the .ODB file is encrypted.
    Our app will run on all-stand-alone PCs.We think the main keypoints when we try to keep data safe from attacks are :
    - Data encryption on the database to prevent direct file (.ODB) data browsing and copying.
    - Database access only available from application, and security (user access) is controlled by the app, so only one user/password to access the database must be kept by the app (in a secure way).
    - Traffic between application and database (or at least confidential data) must not be available to tracers, etc.
    We would recieve very gladly any suggestions about this problems to help us take any decission.
    Un saludo.

    Howdy. This information may come in a little late, but try using the CREATEDB utility that comes with 9i Lite. Just type createdb on your command prompt for syntax.

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • How to get the user created when I prepare for the BD Identity Manager

    Hi I have a query, I need to get a backup database Identity Manager 9.1, I have a problem I do not remember user created to perform the backup, how can you know that I created when I made the installation of Identity Manager, or how can I find

    Hi,
    You can do this trick:
    1) Go to "Deployment Manager" in the Web Console, and open the EXPORT applet
    2) Export the User Defined Fields from the USR form. You don't need any dependence for this.
    3) Open the generated XML with a text editor.
    3) Search for the <SDK_SCHEMA> tag
    This tag contains the OIM schema name, wich shoud be your OIM database user.
    Hope it helps,

  • User provisioning problem from OIM 10g to Siebel CRM

    Hi Team,
    I am facing User provisioning problem from OIM 10g to Siebel CRM.Please find the log details.
    Running Get Attribute Mapping
    Running Siebel Create User
    <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException>
            at com.siebel.om.conmgr.Connection.readPacket(Connection.java:550)
            at com.siebel.om.conmgr.Connection.run(Connection.java:286)
            at java.lang.Thread.run(Thread.java:619)
    [CMGR FATAL] Error: <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException> connection:1
    <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException>
            at com.siebel.om.conmgr.Connection.readPacket(Connection.java:550)
            at com.siebel.om.conmgr.Connection.run(Connection.java:286)
            at java.lang.Thread.run(Thread.java:619)
    [CMGR FATAL] Error: <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException> connection:1ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.utils.SiebelConnection : createSiebelConnection() :  Siebel Connection Exception:Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvisionManager : createSiebelConnection() : BaseException: Siebel Connection JDB Exception: Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.provision.SiebelUtilEmployeeProvisionManager : createEmployee() : BaseException: Siebel Connection JDB Exception: Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    Regards,
    Ravi.

    Hi
    I facing the same error message as yours, using OIM 11g R2
    Are you able solve it ?
    Please share
    Many Thanks !!!

  • Standard vs User Created FI Line Display Variants

    Hello folks,
    I'd like your opinion on the following problem:
    Requirement: Display variants which begin with a special character other than / that is not in the sap standard variant name space, and can
    only be defined by selected users.
    We have users in ecc 6.0 that may create and save User Specific display layouts (those beginning with an alpha character), but we need to have
    the same display layouts saved as User Independent, that is Shareable with all other users and still begin with an alpha character....    
    But we cannot give access to create/change Standard display layouts (those beginning with a slash / ), as our Standard display      
    layouts/variants must remain protected and changeable only by designated users.                                       
    Any ideias if this is possible?
    If it's not possible, no problem, I'll reward anyway.
    Thank you for your help.

    Officially... cross-posting between the forums is not allowed... but sometimes both a security (technical) and functional aspect is very helpfull.
    The ability for moderators to mirror threads is unfortunately not available... ... So I will lock this thread.
    Please use => Standard vs User Created FI Line Display Layouts/Variants for security contributions to this question.
    This keeps the answers together in one place....
    Cheers,
    Julius
    PS to the other thread:
      if sy-uname ne 'THE_BOSS'.
        i_save = 'U'.
      endif.

  • User created folders

    I have a portal application developed using 3.0.9.8.2. This will be used internally to store documentation.
    Content area structures will be dynamic. I have created the basic structure for the users and have allowed a group to own the structure. This allows the group to maintain (add/delete) the structure as required without my intervention.
    The folder access has been setup properly for the default structure. The problem is when a user adds a new subfolder to the existing structure. By default, access for this new folder is granted only to the user creating the folder.
    Is there a method of having user created subfolders inherit the access setting from the parent folder??
    John

    Oracle comments...

  • Export user created bars

    Hello,
    I want to know if it is possible to export user created bars?
    I can export and import layouts and filters without problems, but when I import a project with user defined bars, I see them in the bar tool, but it is not possible to affect them to actions.
    Thanks for your help.
    Lena

    It sounds like you are export from one database and importing to another. I believe this is causing the data info from you export files to not match up. I'll try to explain:
    In you original database you have a layout with user created bars that read "only display on activities with attributes ABCD" and everything works fine. When you export/import that layout, you export/import "only display on activities with criteria ABCD".
    The problem is in the project in the original database, activities used ABCD as possible attributes but when you import the project to a new database ABCD may already be defined. Thus the imported projects activities will have EFGH as attributes instead of ABCD. Unfortunately the layout is still using ABCD. This would explain why the layout/bars show up but they don't do anything.
    You are going to have to redo them in the new database.

  • IBooks app thinks my two user created textbooks are the same!

    iBooks app thinks my two user created textbooks are the same file. Whichever I load first works just fine, but when I try to load the second, nothing happens and then my first book opens up again. I use drop copy to move files onto my class' iPads (20 of them), but I have to uninstall the first book in order to load the second. This only happens with my two textbooks. Other user created books work fine.
    My semester has already started and I'm not able to put my content into their hands. Please help!!

    Thank God somebody figured it out! This was driving me nuts. But I have to say this is a pretty stupid way to address the problem...I have a client that produces iBooks for corporate clients, customizing the book for each one. Having to start from scratch every time, then  copy and paste all the content in to a new instance of the template is really, REALLY stupid. There should be some field you fill in within the U/I that would allow you to specify the name of the book, so that the iBooks app would know if it's a new rev of an existing book, or a new book altogether. Kinda brain dead the way they do it now.

  • Printer Dialog Box through SDK creating problem

    Hello Experts,
    I have created a addon for printing Invoice Report in which i have given the option of Printer Dialog Box .
    Through sdk i have called that printer dialog box in the addon .It's running well in the server showing the Printer Dialog Box
    but while running the addon in client machine first two to three times printer dialog box appears after that while pressing the
    print button of my addon form Printer dialog box is not appearing .
    Then after restarting the machine Printer dialog box shows which is creating problem for the client use .
    Suggest the right way to sort out the problem .
    If anyone need to see the code which i have written i can post that code.
    Thanks
    Amit

    Hello Janos,
    Following code i have write for prrinter dialog box to open
    Public Sub ShowPrintDialogBrowser()
    Dim MyProcs() As System.Diagnostics.Process
    FileName = ""
    Dim PrintFile As New PrintDialog
    Try
    PrintFile.AllowSelection = True
    PrintFile.ShowNetwork = True
    MyProcs = Process.GetProcessesByName("SAP Business One")
    Dim UserName = Environment.UserName
                 For i As Integer = 0 To UBound(MyProcs)
                    If GetProcessUserName(MyProcs(i)) = UserName Then
                        GoTo NEXT_STEP
                    End If
                Next
                sbo_application.MessageBox("Unable to determine Running processes by UserName!")
                GC.Collect()
                Exit Sub
    NEXT_STEP:
    For i As Integer = 0 To MyProcs.Length - 1
    Dim MyWindow As New WindowWrapper(MyProcs(i).MainWindowHandle)
    Dim ret As DialogResult = PrintFile.ShowDialog(MyWindow)
    If ret = DialogResult.OK Then
    File_Directory = PrintFile.PrinterSettings.PrinterName
    PrintFile.Dispose()
    ElseIf ret = DialogResult.Cancel Then
    File_Directory = ""
    System.Windows.Forms.Application.ExitThread()
    Else
    File_Directory = ""
    System.Windows.Forms.Application.ExitThread()
    End If
    Next
    End If
    Catch ex As Exception
    SBO_Application.MessageBox(ex.Message)
    FileName = PrintFile.PrinterSettings.PrinterName
    Finally
    PrintFile.Dispose()
    End Try
    End Sub
    Imports System.Management
    Private Function GetProcessUserName(ByVal Process As Process) As String
            Dim sq As New ObjectQuery("Select * from Win32_Process Where ProcessID = '" & Process.Id & "'")
            Dim searcher As New ManagementObjectSearcher(sq)
            If searcher.Get.Count = 0 Then Return Nothing
            For Each oReturn As ManagementObject In searcher.Get
                Dim o As String() = New String(1) {}
                'Invoke the method and populate the o var with the user name and domain                        
                oReturn.InvokeMethod("GetOwner", DirectCast(o, Object()))
                Return o(0)
            Next
        End Function
    Regards,
    Amit

  • How to create timer in Flash Lite 2.0

    Hai
    In Flash Lite 2.0 I need to create session(ie)When i enter
    into a scene i will set the time to 60 secs and the time starts
    counting from 0 when it reached 60 secs it has to exit the
    application.
    I have no idea about how to create timer in Falsh Lite
    2.0.Can anyone please help me.

    I have solved my problem.
    should be:
    fscommand("launch","\\windows\\wmplayer.exe");

  • User created text variables don't work anymore...What's going on?  Help!  Captivate 4.

    Captivate 4 issue.
    Okay, I use Captivate 4 almost every day for eLearning development, so I know the program pretty well.
    As our LMS is horribly difficult to use, I typically create a certificate at the end of the course I am working on that will display the user's name on it that they can print and give to their supervisor.
    On the first page of the course, I put a text entry box in where they key in their name, and I capture that in a user variable (typically called staff_name) that I then drop into a text caption on the certificate.
    This has worked successfully numerous times.
    Now, for some reason, it doesn't.  One of two things happen:
    1.  The entire text caption with the variable in it does not display....it's just a blank space where that caption should be, and that includes any other text in the caption.
    2.  The caption appears with all of the other words...just not the variable. 
    Is there anything that I might have overlooked?  Some strange captivate bug where user created text variables disappear over time.
    Oh yea, that reminds me...system variables don't work either.  I put the date string on the certificate as well, and that wasn't showing up either.
    It's like all of a sudden, the ability of Captivate 4 to drop a variable into a text caption just doesn't work anymore.
    Ideas?
    Thanks so much.
    Rob

    Hi Lilybiri.
    It's been awhile since this post...I ended up just re-installing Captivate onto my system, and that cleared up the problem.
    It has since, however, reared its ugly head again. 
    I had a lesson set up that had a page counter at the bottom.  Simply said "Page 1 of 25" then "2 of 25" etc. on each page using the current slide info and slide count variables.
    It worked perfectly up until today when a reviewer suggested changing the caption text to simply "2/25"
    So, I edited the caption with the variable, and the exact same symptoms described above came to pass again....any text captions with variables in it will not show up in the running .swf file.  I tried deleting the .dat file, and that didn't help.  In addition, the variable length is not 0. 
    As I work remotely and re-installing captivate would take hours upon hours (or a trip to the office) I don't see re-installing it as a viable option at this point.
    Anyway, it's pretty frustrating, and an obvious bug.  I wish my company would just upgrade to 6 already...
    Other ideas, though?
    Rob

Maybe you are looking for

  • Price in the Sales Order

    Dear SD, Normallly we enterd the Price in the Sales Order for a Finished Goods.  Is there any other way, that Sales Order Directly Picks the Cost from Pricing Procedure. REgards

  • Most of My Music Won't Sync

    I'm having an issues with Itunes and all of my devices. I have over 12,000 songs in my itunes library. All of these songs will currently play fine in itunes and I can listen to them on my computer - no issues. I used to be able to take any of these s

  • Spanish Character Sets Garbled

    We have a client that is trying to use Contribute CS4 to edit some pages with Spanish content.  The chacter sets show up correctly when viewing in Contribute but after publishing -- they are all garbled. The reading I've done online consists of peopl

  • Problem Accessing Class in my package from jsp file

    Hi, I am using Apache tomcat server and i have made package which contains a class for database connection. I have imported this package in my jsp file but when i run the jsp tomcat gives the class not found exception. i have placed the jsp file in /

  • Error while integrating Struts1.2.9 with Hibernate on WEBLOGIC 8.1 sp2

    Hi, I am trying to use Hibernate in my application but while integration struts with Hibernate i m getting the following error <Error> <HTTP> <BEA-101216> <Servlet: "action" fail ed to preload on startup in Web application: "DefaultWebApp". javax.ser