Visaule Age -EJB- MS Access- help

It concerns the following: I have a cmp Entity bean written with the following CMP fields: personalNr(schluessel), name and first name. with test have I the problem. When I start the Persistent name server, wars I the following error:
[01.11.21 08:33:19:593 GMT+01:00] 7255 ManagedServer E Version : 3.5.0
[01.11.21 08:33:19:783 GMT+01:00] 7255 ManagedServer E Edition: advanced
[01.11.21 08:33:19:954 GMT+01:00] 7255 ManagedServer E Build date: Sat Jul 29 00:00:00 GMT+02:00 2000
[01.11.21 08:33:19:954 GMT+01:00] 7255 ManagedServer E Build number: q0030.12
[01.11.21 08:33:44:108 GMT+01:00] 7255 PortabilityLa W Unrecognized database or driver
"sun.jdbc.odbc.JdbcOdbcDriver"; using generic settings
[01.11.21 08:33:46:912 GMT+01:00] 7255 PortabilityLa W Unrecognized database or driver "ACCESS"; using generic
settings
[01.11.21 08:33:47:463 GMT+01:00] 7255 CreateNsTable W Failed to create tables java.sql.SQLException:
[Microsoft][ODBC Microsoft Access Driver] Syntaxfehler in CREATE TABLE-Anweisung.
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.sql.SQLException(java.lang.String, java.lang.String, int)
java.sql.SQLException sun.jdbc.odbc.JdbcOdbc.createSQLException(int, int, int)
void sun.jdbc.odbc.JdbcOdbc.standardError(short, int, int, int)
void sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(int, java.lang.String)
boolean sun.jdbc.odbc.JdbcOdbcStatement.execute(java.lang.String)
int sun.jdbc.odbc.JdbcOdbcStatement.executeUpdate(java.lang.String)
void com.ibm.ejs.cm.portability.PortabilityLayerImpl.createTable(java.sql.Connection, java.lang.String,
java.lang.String, java.lang.String)
void com.ibm.ejs.cm.pool.ConnectO.createTable(java.lang.String, java.lang.String, java.lang.String)
void com.ibm.ejs.cm.proxy.ConnectionProxy.createTable(java.lang.String, java.lang.String, java.lang.String)
void com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(javax.sql.DataSource, java.lang.String, boolean)
javax.naming.Context com.ibm.ejs.ns.CosNaming.NameServer.init(org.omg.CORBA.ORB, boolean,
javax.sql.DataSource, java.lang.String, boolean, boolean)
void com.ibm.ejs.sm.server.ManagedServer.initializeNameService(com.ibm.ejs.sm.server.RuntimeConfig)
void com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(com.ibm.ejs.sm.server.RuntimeConfig)
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
boolean com.ibm.ivj.control.node.NameServerRunner.startServer()
void com.ibm.ivj.control.node.NameServerRunner.main(java.lang.String [])
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
[01.11.21 08:33:47:603 GMT+01:00] 7255 NameServer E Initializing name service tables failed
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntaxfehler in CREATE TABLE-Anweisung.
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.sql.SQLException(java.lang.String, java.lang.String, int)
java.sql.SQLException sun.jdbc.odbc.JdbcOdbc.createSQLException(int, int, int)
void sun.jdbc.odbc.JdbcOdbc.standardError(short, int, int, int)
void sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(int, java.lang.String)
boolean sun.jdbc.odbc.JdbcOdbcStatement.execute(java.lang.String)
int sun.jdbc.odbc.JdbcOdbcStatement.executeUpdate(java.lang.String)
void com.ibm.ejs.cm.portability.PortabilityLayerImpl.createTable(java.sql.Connection, java.lang.String,
java.lang.String, java.lang.String)
void com.ibm.ejs.cm.pool.ConnectO.createTable(java.lang.String, java.lang.String, java.lang.String)
void com.ibm.ejs.cm.proxy.ConnectionProxy.createTable(java.lang.String, java.lang.String, java.lang.String)
void com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(javax.sql.DataSource, java.lang.String, boolean)
javax.naming.Context com.ibm.ejs.ns.CosNaming.NameServer.init(org.omg.CORBA.ORB, boolean,
javax.sql.DataSource, java.lang.String, boolean, boolean)
void com.ibm.ejs.sm.server.ManagedServer.initializeNameService(com.ibm.ejs.sm.server.RuntimeConfig)
void com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(com.ibm.ejs.sm.server.RuntimeConfig)
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
boolean com.ibm.ivj.control.node.NameServerRunner.startServer()
void com.ibm.ivj.control.node.NameServerRunner.main(java.lang.String [])
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
[01.11.21 08:33:48:955 GMT+01:00] 7255 NSServantMana E registering servant: /
[01.11.21 08:33:49:556 GMT+01:00] 7255 NameServer E Starting bootstrap server on port 900
[01.11.21 08:33:49:596 GMT+01:00] 7255 NameServer E Bootstrap server is listening
[01.11.21 08:33:51:970 GMT+01:00] aed BootstrapRequ E operation: get
[01.11.21 08:33:52:560 GMT+01:00] 7874 DrAdminServer A DrAdmin verf�gbar an Port 1.954
[01.11.21 08:34:10:506 GMT+01:00] 7255 CNInitialCont E Properties file not found
[01.11.21 08:34:10:516 GMT+01:00] 7255 CNInitialCont E using runtime orb
[01.11.21 08:34:10:526 GMT+01:00] 7255 CNInitialCont E Using ORB's default bootstrap server
[01.11.21 08:34:10:526 GMT+01:00] 1803 BootstrapRequ E operation: get
[01.11.21 08:34:15:654 GMT+01:00] 7255 CNInitialCont E Properties file not found
[01.11.21 08:34:15:664 GMT+01:00] 7255 CNInitialCont E using runtime orb
[01.11.21 08:34:15:664 GMT+01:00] 7255 CNInitialCont E Using ORB's default bootstrap server
com.ibm.ejs.EJSException: ; nested exception is:
java.rmi.RemoteException: jta/ JNDI subcontext not available; nested exception is:
javax.naming.NameAlreadyBoundException
java.rmi.RemoteException: jta/ JNDI subcontext not available; nested exception is:
javax.naming.NameAlreadyBoundException
javax.naming.NameAlreadyBoundException
java.lang.Throwable()
java.lang.Exception()
javax.naming.NamingException()
javax.naming.NameAlreadyBoundException()
javax.naming.Context com.ibm.ejs.ns.jndi.CNContextImpl.doCreateSubcontext(org.omg.CosNaming.NameComponent
javax.naming.Context com.ibm.ejs.ns.jndi.CNContextImpl.createSubcontext(java.lang.String)
javax.naming.Context javax.naming.InitialContext.createSubcontext(java.lang.String)
void com.ibm.ejs.sm.server.ManagedServer.exportUserTx()
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
boolean com.ibm.ivj.control.node.NameServerRunner.startServer()
void com.ibm.ivj.control.node.NameServerRunner.main(java.lang.String [])
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
Der Persistent Name Server kann nicht gestartet werden.
com.ibm.ejs.EJSException: ; nested exception is:
java.rmi.RemoteException: jta/ JNDI subcontext not available; nested exception is:
javax.naming.NameAlreadyBoundException
java.rmi.RemoteException: jta/ JNDI subcontext not available; nested exception is:
javax.naming.NameAlreadyBoundException
javax.naming.NameAlreadyBoundException
java.lang.Throwable()
java.lang.Exception()
javax.naming.NamingException()
javax.naming.NameAlreadyBoundException()
javax.naming.Context com.ibm.ejs.ns.jndi.CNContextImpl.doCreateSubcontext(org.omg.CosNaming.NameComponent
javax.naming.Context com.ibm.ejs.ns.jndi.CNContextImpl.createSubcontext(java.lang.String)
javax.naming.Context javax.naming.InitialContext.createSubcontext(java.lang.String)
void com.ibm.ejs.sm.server.ManagedServer.exportUserTx()
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
boolean com.ibm.ivj.control.node.NameServerRunner.startServer()
void com.ibm.ivj.control.node.NameServerRunner.main(java.lang.String [])
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
can they me help thank you

Don't mix up deutsches MS Access mit english java :-). Seriously - I assume you are trying to create a table, and this does not work. So, could you pls. provide the CREATE TABLE command ?

Similar Messages

  • How to use the same Entity EJB to access the same table in 2 syb databases

    We are trying to convert an application to J2EE. We have the following
    concern. The application requires the use of 10 sybase databases with
    identical tables. One database per branch. We would like to be able to use the same set of entity EJBs to access all databases.
    One solution we can think of is to use bmp entity beans and have a dispatcher session bean pass the database that the entity bean has to connect to.
    Would it work?
    Is there a more elegant way to do this?

    I don't know if there is a more elegant way to do it, but that will work. I have a similar scenario, one database per customer. You'll have to use BMP and get your connections based on the branch.
    Each one of my DAO methods requires that a customer ID be passed in for each method. The customer ID is part of the primary key for each entity bean; therefore, if I need to find a deposit (entity) for a customer, I pass the customer ID and deposit ID to my session facade, create the PK using these, do a findByPrimaryKey, etc. In the ejbLoad, I use the customer ID and the deposit ID to pass into the DAO. There, another class (ConnectionFactory) returns a proper connection based on the customer ID passed, which I use to do my queries.
    Paul

  • I need a clarification : Can I use EJBs instead of helper classes for better performance and less network traffic?

    My application was designed based on MVC Architecture. But I made some changes to HMV base on my requirements. Servlet invoke helper classes, helper class uses EJBs to communicate with the database. Jsps also uses EJBs to backtrack the results.
    I have two EJBs(Stateless), one Servlet, nearly 70 helperclasses, and nearly 800 jsps. Servlet acts as Controler and all database transactions done through EJBs only. Helper classes are having business logic. Based on the request relevant helper classed is invoked by the Servlet, and all database transactions are done through EJBs. Session scope is 'Page' only.
    Now I am planning to use EJBs(for business logic) instead on Helper Classes. But before going to do that I need some clarification regarding Network traffic and for better usage of Container resources.
    Please suggest me which method (is Helper classes or Using EJBs) is perferable
    1) to get better performance and.
    2) for less network traffic
    3) for better container resource utilization
    I thought if I use EJBs, then the network traffic will increase. Because every time it make a remote call to EJBs.
    Please give detailed explanation.
    thank you,
    sudheer

    <i>Please suggest me which method (is Helper classes or Using EJBs) is perferable :
    1) to get better performance</i>
    EJB's have quite a lot of overhead associated with them to support transactions and remoteability. A non-EJB helper class will almost always outperform an EJB. Often considerably. If you plan on making your 70 helper classes EJB's you should expect to see a dramatic decrease in maximum throughput.
    <i>2) for less network traffic</i>
    There should be no difference. Both architectures will probably make the exact same JDBC calls from the RDBMS's perspective. And since the EJB's and JSP's are co-located there won't be any other additional overhead there either. (You are co-locating your JSP's and EJB's, aren't you?)
    <i>3) for better container resource utilization</i>
    Again, the EJB version will consume a lot more container resources.

  • 2011 15 in Mac Book Pro. Can't access help. Keep getting error message computer not connected to internet. But compute is connected to internet.

    When I try to access help in my 2011 MacBook Pro I get an error message that I'm not connected to the internet. But I know I am connected to the internet because I'm getting email and surfing the web at the same time. Any ideas?

    Firewall of some type blocking whatever port the help system uses?
    Router setting?

  • Accessing help causes Dreamweaver to crash

    I'm quite frustrated due to the crash of all help functions
    that are not on the web for my new install of Dreamweaver. I'm
    running on an HP laptop and when I go to the help menu or click on
    a help button I get the "send / don't send" crash dialogue for
    Dreamweaver.
    If I go to the help files directly, outside of Dreamweaver, I
    can open them correctly.
    Any idea what might be tangled up in the install?

    See if this TechNote helps:
    Dreamweaver crashes when accessing help system when Internet
    Explorer 7 is
    installed
    http://www.adobe.com/go/6d7a2c59
    David Alcala
    Adobe Product Support

  • Java Access Helper Jar file problem

    I just downloaded Java Access Helper zip file, and unzipped, and run the following command in UNIX
    % java -jar jaccesshelper.jar -install
    I get the following error message, and the installation stopped.
    Exception in thread "main" java.lang.NumberFormatException: Empty version string
    at java.lang.Package.isCompatibleWith(Package.java:206)
    at jaccesshelper.main.JAccessHelperApp.checkJavaVersion(JAccessHelperApp.java:1156)
    at jaccesshelper.main.JAccessHelperApp.instanceMain(JAccessHelperApp.java:159)
    at JAccessHelper.main(JAccessHelper.java:39)
    If I try to run the jar file, I get the same error message.
    Does anyone know how I can fix this?
    Thanks

    Cross-posted, to waste yours and my time...
    http://forum.java.sun.com/thread.jsp?thread=552805&forum=54&message=2704318

  • Unable to access help for e-business suite

    Hi ,
    We are on R12.0.4. We are getting this error while accessing help .
    "Help target US/AP/@APXSSFSO_FINANCIALS_SYSTEM_PARAMETER could not be found."
    Any help will be appreciated.
    Best regards,
    brinda

    Hi brinda;
    We are on R12.0.4. We are getting this error while accessing help .What is OS? When u are getting this error,i mean accessing where? login page-forms etc.
    "Help target US/AP/@APXSSFSO_FINANCIALS_SYSTEM_PARAMETER could not be found."Is this compliate error? It was working before,if yes what u have been changed?
    Please look at Note:R11: FRM-40735 WHEN ENTERING FINANCIAL OPTIONS IN APXSSFSO FORM - RELEASE 11 [ID 1057440.6] and see helpful
    Regard
    Helios

  • Java Access Helper problem

    I just downloaded Java Access Helper zip file, and unzipped, and run the following command in UNIX
    % java -jar jaccesshelper.jar -install
    I get the following error message, and the installation stopped.
    Exception in thread "main" java.lang.NumberFormatException: Empty version string
    at java.lang.Package.isCompatibleWith(Package.java:206)
    at jaccesshelper.main.JAccessHelperApp.checkJavaVersion(JAccessHelperApp.java:1156)
    at jaccesshelper.main.JAccessHelperApp.instanceMain(JAccessHelperApp.java:159)
    at JAccessHelper.main(JAccessHelper.java:39)
    If I try to run the jar file, I get the same error message.
    Does anyone know how I can fix this?
    Thanks

    sorry ab the multiple post, it was urgent for me to
    know the answer.
    I've JDK 1.4.2 and JAccessHelper should work with 1.3
    or later
    Can there be some kind of path problems?No, I doubt it. It's just some internal app failure - looks like it's trying to determine the running Java version, and is not doing a good job at it. But the failure has nothing per se to Java, it's that specific app - what are we supposed to know about that app though?

  • Adobe reader 11.0.07 can not access help option

    I just downloaded adobe reader 11.0.07 version and I haven't signed up for the paid options, I only use this for reading
    Is this why I can't access help option on adobe reader 11.0.07?
    Any insight is appreciated!

    Dear Pat,
    Thank you for your email.  My operating system is Windows XP and my default browser is google chrome.
    When I click on help on Adobe Reader 11.0.07 and select "Adobe Reader XI Help".  I receive an error message:
    "Online help content cannot be displayed.  Verify you can launch your web browser and have access to the internet."
    Maybe you can make sense of this!
    Thanks,
    Pavel

  • Can't access HELP in Photoshop CS5

    When I click on Help in Photoshop CS5 (installed yesterday), I recieve a popup message from Adobe Community  Help saying "The requested page requires an Internet connection," and I cannot do anything with the Help screen.
    I have an Internet connection.  In fact, if I open my Photoshop CS4 program, I can access the Community Help, it opens IE to the online help page for Photoshop CS4, where in the lower right-hand corner there is a yellow box with a link to CS5 help which if I click on it produces the Photoshop CS5 Help page.
    So why can't I access HELP from CS5 Photoshop directly,and how do I tell CS5 that I have an Internet connection.
    As a side note, this is also a problem with Illustrator CS5.

    The problem is solved.
    I went and found the executable for Community Help.  It is Adobe Help.exe.  I then ran it and received the following message: To access or download help, connect to the Internet or deselect “Display Local Help Contents only” in Preferences.
    Well, I could not find any such thing in Photoshop preferences. It then dawned on me that I should be looking in the preferences of Community Help.  And there it was—the option to display local content only.  However, it was set to no, so I should be seeing help from the Internet.
    That is when the previous remark about the firewall came back to me, and I realized that what was needed was to open the firewall for Adobe Help.exe and not for Photoshop.
    Thanks for your assistance

  • Where is Access Help (on-disk help)

    My T500 came pre-loaded with Vista and I did a clean install of Win 7 x64 using the DVD from Lenovo.
    When I press the ThinkVantage button, the ThinkVantage Toolbox pops up.  Although this provices a link to on-line help, I wanted to get the Access Help on-disk help files.  I downloaded the file from Lenovo (6htb02us and it went through the install routine OK.  The ThinkVantage button still brings up the Toolbox.  There is a folder C:\Program Files (x86)\ThinkVantage\AHLP, but the only files there are the AccessHelp icon and DISKAHLP.ID and DISKAHLP.VER files.
    The actual help files  (*.chm) seem to be in C:\Win\Drivers\AHLP, but none of the executables in that directory or its subdirectories seems to actually run the help program.
    How do I get AccessHelp to run?  What is the name of the executable and where should it be located?

    I am really new to all this myself, and my month-old Thinkpad came with W7 factory-installed. I have no idea if this will help you, since you upgraded, but I access my *incomplete* (missing physical parts key guide that would match up with the numbers on the diagram pictures, as well as a glossary that would define unfamiliar terms and acronyms in the missing key guide) offline Lenovo Access Help files by pointing mouse at Start button on the left end of my main toolbar, which drops down (I keep my toolbar on the top of the screen) a menu with two lists: on the far left it lists recently used programs, then the list on the right is topped with the avatar icon that I chose for the first page where I log in my password, followed by my name, and then a number of various entries like Pictures, Documents, Favorites, Computer, Control Panel, etc., ending with Run... Right before Run..., there is an entry for Help and Support. When I click Help and Support, I get a window with 5 different options groups, and the offline Lenovo Access Help files is the first set in the upper left corner of the window. Sorry, I don't know if this will work for you, or if you have already tried it, just my naÏve 2¢. Good luck!

  • My Ipad connects with my hotel wifi, but does not indicate that it is a secure wifi, even though it requires a password to access - no lock symbol, hence no password request, hence no internet access - help.

    My IPad connects with my hotel wifi, but does not indicate that it is a secure wifi, even though it requires a password to access - no lock symbol appears against the wifi network, hence no password request, hence no internet access - help. My collegue who also has an Ipad can access the same wifi with ease, so it must be something to do with the settings on my machine, although checking the two machines, there appears to be no difference in the settings.

    My experience with hotel wifi is that it's an open, and unsecured, connection, but unless you agree to their terms on a launch page, you can't go any further or connect. Sometimes I need to force safari to come up and even make it go to a page, to trigger the auto load of the 'agree to our terms' page.
    Unless your machine is work provided so maybe could be blocked from unsecured net access?

  • Accessing Help in DreamWeaver

    I am a new user for DreamWeaver. The only help that I have
    access to is a pdf file. Am I the only one who is unable to use the
    F1 key to access help in DreamWeaver?? I have uninstalled and
    re-installed but that didn't change anything.
    This is the response listed on the help screen:
    "This topic is in the Help system of another product. To view
    the topic, install that product. about:blank"
    I don't understand this and the technical support in Adobe
    didn't help me either.

    > I have DeamWeaver CS3 and I am using Windows XP
    till it's sorted out- there is a live copy of the dw help
    files here:
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Cannot open Access Help

    I have a Thinkpad T500 with WINDOWS 7. In spite of using recovery discs (advice Lenovo), I am not able to open the so-called on-line handbook via the link ACCESS HELP (you come there via HELP AND SUPPORT). I see the message popping up: "cannot open the file masteraibl.hcm::/welcome.htm".  I did hardly use or transport this labtop and no other programmes are on the labtop excepted the Norton security. The other links you see when clicking on HELP AND SUPPORT all work. I estimate that it is an error in the software in the connection between WINDOWS 7 and the LENOVO ACCESS HELP. Any help to overcome this weird problem is welcome.

    Anything you put inside your home folder, except for ~/Public and ~/Sites, is inaccessible to any other user on your Mac.
    If the app you run requires items to be placed in ~/Library, you'll need to make duplicate copies of those and put them in the ~/Library of your other user account.
    The easiest way to do this is to temporarily move the items from ~/Library to ~/Public. Then log into your other account, and copy them from the other user's public folder to ~/Library. Then log back into the other account and return the items to ~/Library.
    Keep in mind that changes made to these items in one account won't be made automatically in the other account. You'll have to make any changes twice.
    A better option, if the app supports it, might be to keep the items in /Library at the root level of your boot drive instead. All users can read files in there by default.

  • Acrobat Pro X - W7 64-bit - can't access Help

    Hello. I'm working with a brand new install of Acrobat Pro X on my Windows 7 64-bit machine. Acrobat is working fine as far as I can tell. Except that when I try to access "Help" I get the message that a required application library or file for the Help is missing" and to please reinstall the application. Should I? Should I uninstall first? Is there a less dramatic fix?Thanks much.

    I use a hardware firewall and Windows Firewall (for whatever that's worth). Neither squawked at this installation. I checked the quarantine bin for defender and the only inhabitant isn't this. Likewise, my antivirus - which *does* squawk when threatened, didn't with the acrobat install. I did check the quarantine for my AV and there's no adobe entry. I also checked my anti-malware and, again, nothing. And I checked Windows Defender with, again, no results.
    But wouldn't it be unusual for either firewall or AV to block only a portion of a software package? Thanks for the ideas.

Maybe you are looking for

  • Vendor search by matchcode - account group authorisation

    We have various vendor account groups including one for paying employee expenses. We are finding that users with access to vendor matchcode search can see vendors for all account groups (including employees) listed in the search even though we have r

  • How can I download a Sony AX2000 to FCP?

    How can a Sony Ax2000 download footage in 1080i, 30p, and 24p recorded settings to FCP with so many options available?  I have used Imovie for years and mastered it. My Sony sr10 and Imovie were a snap to download, but now with the use of my AX2000,

  • Bluetooth in car

    when i turn on car and bluetooth comes on i get a pop up that says music can't be found and it interfers with my being able to do anything. it keeps popping up.

  • Chief in an Org. Unit

    Hi !!! Is there anyway to restrict only one chief in org. unit? why does system permits two chiefs? Points will be awarded.

  • How to continue drawing with pen tool

    Hello, Let's say I begin tracing an image with the pen tool. Something comes up 1/2 through the trace job and I need to stop the trace. How do I later go back and begin the trace from my last point and continue on to the end. Right now, all I am gett