вторник, 13 апреля 2010 г.
|
Topic awaiting moderation nikejordanaaa 12:09:07 |
четверг, 8 апреля 2010 г.
|
| Try adding this right after :attribute... Guest 15:14:20 |
| | Try adding this right after </xsd:sequence>
<xsd:attribute name="language" type="OpenCmsLocale" use="required"/> |
| | Add comment |
|
| I'm struggling with exactly the same problem. Did you ever... Guest 14:18:40 |
| | I'm struggling with exactly the same problem. Did you ever solve this?
|
| | 1 answer | Add comment |
понедельник, 22 марта 2010 г.
|
| the analysis of selected documents can be performed by... Guest 19:32:46 |
| | the analysis of selected documents can be performed by various data recovery solutions. You may try the repair mdb files tool: http://www.recoverytoolbox.com/how_to_repair_mdb_file.html for example, it is one of the most efficient tools |
| | 3 answer | Add comment |
понедельник, 15 марта 2010 г.
|
| do not hesitate trying various tools for import .sql files... Guest 18:37:57 |
| | do not hesitate trying various tools for import .sql files into sql query file: http://www.recoverytoolbox.com/import_sql_files_to_sql_server_database.html, it is often the only choice to retrieve the data from corrupted documents |
| | 1 answer | Add comment |
пятница, 26 февраля 2010 г.
|
| Hi all,I have tried the above steps with not luck. Any... Guest 09:07:33 |
| | Hi all, I have tried the above steps with not luck. Any other ideas?
Thanks DCP |
| | Add comment |
понедельник, 15 февраля 2010 г.
|
Installing OpenCMS on a Windows XP operating system. Spanglish 15:43:34 |
| | I am trying to install OpenCMS on a Windows XP operating system. I have MySQL Server 4.1, Apache Tomcat 5.5., j2sdk-1_4_1_04-windows-i586, and the mysql-connector-java-3.1.10; all downloaded and installed. I am able to go through the setup process until I reach the create database and tables screen. I can successfully create the database but I receive this error with the tables (please excuse the length . . . I wanted to make sure you had as much information as possible to help me! : Tables could not be created! Error connecting to database using: "jdbc:mysql://localhost:3306/opencms". ------------------------------------------- java.sql.SQLException: Invalid authorization specification message from server: "Access denied for user 'opencms'@'localhost' (using password: NO)" at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1997) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1906) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:2520) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:817) at com.mysql.jdbc.Connection.createNewIO(Connection.java:1782) at com.mysql.jdbc.Connection.(Connection.java:450) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:411) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at org.opencms.setup.CmsSetupDb.setConnection(CmsSetupDb.java:266) at org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp._jspService(org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp:340) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Unknown Source) ------------------------------------------- Error parsing database setup SQL script in line: ); ------------------------------------------- java.lang.NullPointerException at org.opencms.setup.CmsSetupDb.executeStatement(CmsSetupDb.java:456) at org.opencms.setup.CmsSetupDb.executeSql(CmsSetupDb.java:363) at org.opencms.setup.CmsSetupDb.executeSql(CmsSetupDb.java:426) at org.opencms.setup.CmsSetupDb.createTables(CmsSetupDb.java:142) at org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp._jspService(org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp:350) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Unknown Source) ------------------------------------------- I have already tried to bypass the table creation, but when I do I am unable to use or install the remaining portions of OpenCMS. Please help!!! This is starting to drive me crazy. I am a complete newbie to this, so any "dumbed down" approach you can offer would be much appreciated! |
| | 4 answer | Add comment |
воскресенье, 24 января 2010 г.
|
| I would like to share my experience with regard to recovery... Guest 16:19:30 |
| | I would like to share my experience with regard to recovery pdf files, it is here: http://www.recoverytoolbox.com/pdf_repair_and_recovery_download.html, this program quickly parses corrupted database files and retrieves the data when possible |
| | Add comment |
среда, 13 января 2010 г.
|
| 100113SLCN UGG Bailey Button or not listing, the sale of... Guest 13:54:52 |
| | 100113SLCN UGG Bailey Button or not listing, the sale of those UGG Classic Cardy shoes were broken from the factory out of a small amount of code of UGG Classic Mini shoes, if the yardage is complete, it is UGG Classic Tall, it is impossible to thing. See vamps, really UGG very bright and clean, car line is 9 per inch needle, margin is uniform, line moderately elastic, there will be no floating lines, break, jump pin. UGG Ultra Short shoe feel very good, but there is no rupture, breakage. http://www.love-ugg.com/products_all.html |
| | Add comment |
|
| 100113SLCN UGG Bailey Button or not listing, the sale of... Guest 13:54:46 |
| | 100113SLCN UGG Bailey Button or not listing, the sale of those UGG Classic Cardy shoes were broken from the factory out of a small amount of code of UGG Classic Mini shoes, if the yardage is complete, it is UGG Classic Tall, it is impossible to thing. See vamps, really UGG very bright and clean, car line is 9 per inch needle, margin is uniform, line moderately elastic, there will be no floating lines, break, jump pin. UGG Ultra Short shoe feel very good, but there is no rupture, breakage. http://www.love-ugg.com/products_all.html |
| | Add comment |
|
| 100113SLCN UGG Bailey Button or not listing, the sale of... Guest 13:54:42 |
| | 100113SLCN UGG Bailey Button or not listing, the sale of those UGG Classic Cardy shoes were broken from the factory out of a small amount of code of UGG Classic Mini shoes, if the yardage is complete, it is UGG Classic Tall, it is impossible to thing. See vamps, really UGG very bright and clean, car line is 9 per inch needle, margin is uniform, line moderately elastic, there will be no floating lines, break, jump pin. UGG Ultra Short shoe feel very good, but there is no rupture, breakage. http://www.love-ugg.com/products_all.html |
| | Add comment |
среда, 23 декабря 2009 г.
|
| Use:rawurlencode ($variable);for htmlentities, you should... Guest 06:57:57 |
| | Use:
rawurlencode ($variable);
for htmlentities, you should use: htmlentities ($variable, ENT_QUOTES, 'utf-8'); |
| | 1 answer | Add comment |
вторник, 27 октября 2009 г.
|
| hi friends(Jesєs and Stephan) , thanks you... Guest 18:07:52 |
| | hi friends(Jesєs and Stephan) , thanks you sooooooooooooooooooooooooooooooooooo................................ mcuhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh i was also strugling so... much and i got it ...
Regards, Sham
|
| | 1 answer | Add comment |
среда, 16 сентября 2009 г.
|
| Thanks a lot for your answer!!! Problem solved!!Basper... Guest 16:56:18 |
| | Thanks a lot for your answer!!! Problem solved!!
Basper (Brazil) |
| | Add comment |
вторник, 11 августа 2009 г.
|
| I am getting the same error after upgrading from 5.2 to 5.3... Guest 14:08:18 |
| | I am getting the same error after upgrading from 5.2 to 5.3 But mine is will pulling the Document. |
| | Add comment |
понедельник, 10 августа 2009 г.
|
| postComponentNestEvent and postComponentJumpEvent, both... Guest 04:06:53 |
| | postComponentNestEvent and postComponentJumpEvent, both have the same parameters.
• strFormId: The target form for the event. If null, the first form on the page is assumed. • strComponent: The target component URL for the jump or nest. • strTarget: The target frame (optional). Default is the current frame. If target frame does not exist, a new window will pop up. • strEventArgName: Event argument name (optional) • strEventArgValue: Event argument value (optional)
|
| | Add comment |
пятница, 31 июля 2009 г.
понедельник, 23 марта 2009 г.
|
| How to hide an acl in documentum? Guest 18:17:44 |
| | Hi ,
I have a typical query ,i need to hide an acl from a set of user.I tried to do so by assigning the none permissions to all the groups to which the user is associated but it doesnt seem to work.
Please provide me the suggestions !!
DM_SYSOBJECT _E_INVALID_ACL_DOMAIN the user gets this error when he tries assignig the visible permissions to the objects (may be document or folder)
Please help
Regards Debashis |
| | Add comment |
вторник, 4 ноября 2008 г.
|
| i belive so, yes, you could have a trojan hooked to the... Guest 08:48:54 |
| | i belive so, yes, you could have a trojan hooked to the dir, reading anything ending up in it. but webtop and documentum are really not so good nayway. it's buggy, slow, unreliable, bloated and outdated. so, i don't wonder over some small security risk... |
| | Add comment |
среда, 6 августа 2008 г.
|
| To peter.schober@univie.ac.atI agree with you guy. How... Guest 12:09:04 |
| | To peter.schober@univie.ac.at
I agree with you guy. How could I trust in a document which doesn't give any credit to anyone ???
I wrote this guide 3 years ago while I was learning to be... Windows Administrator.
For sure, I am not as skilled as you are...
This document has been written in order to support my final exam. (The jury has not appreciated I worked on a linux oriented project. lol)
Anyway, even if i am not an expert in Web hosting, Apache, Tomcat, Websphere, Weblogic, JAVA, JMS, JDN, WAR,JAR,EJB, ANT, Servlets, Applets, MySQL, Postgresql, Oracle, Linux, PAM, NIS, LDAP, Samba, NFS, Authentication, Authorization, Accounting, Networking, IPtables, IPChains, IDS ... Configurations, Bash, Perl, RPM's, RPMbuild, GCC, configure, make, make install ... I am skilled enough to make a system work.
And I never wrote any stupid commands like rm -Rf / in my guide
Regards, Fabrice. |
| | 1 answer | Add comment |
четверг, 17 июля 2008 г.
|
| Hi,I am working on a plug-in to extension manager of the... Guest 08:51:28 |
| | Hi,
I am working on a plug-in to extension manager of the Lotus Notes client. I have to attach some custom metadata to the attachment of the mail.
Can anybody suggest Notes C/C++ API used to get the metadata content of the attachment and also to add the metadata to the attachments.
Thanks!! Sumitha |
| | 1 answer | Add comment |
суббота, 14 июня 2008 г.
пятница, 30 ноября 2007 г.
|
| Hi there,There is at least one project to my knowledge with... Guest 13:59:08 |
| | Hi there,
There is at least one project to my knowledge with the goal of developing an open-source MAPI/CalDAV connector for Outlook, which is OpenConnector.
http://www.openconnector.org
This project has been making slow but steady progress for quite some time. Unfortunately, the site hasn't been updated since the end of June. They do appear to be cloase to a something workable right now.
In the meantime, I'm also very curious about the quality of Zidelook. For use in a commerical environment, a license of 150 euro for 5 seats really isn't bad. But I just can't find any serious on-line reviews of the Zidelook product anywhere!
|
| | Add comment |
|