Thursday, July 29, 2010 22:35

Author Archive

League of Legends Server UNAVAILABLE Servers are full

Thursday, May 13, 2010 8:21

Select the Login UI and then press UP DOWN LEFT RIGHT UP UP DOWN DOWN. LOL, enjoy it.

This was posted under category: Game, Life  |  Read Full Story  |  3 Comments

Eclipse SVN Error

Wednesday, May 5, 2010 20:41

Error message: commit -m "commit message." files RA layer request failed svn: Commit failed (details follow): svn: PROPFIND request failed on '/repo/path/!svn/vcc/default' svn: PROPFIND of '/repo/path/!svn/vcc/default': Could not read status line: connection was closed by server. (http://example.com) How to fix? Looking at my SVN configurations I could only find the JavaHL option, no SVNKit available.

This was posted under category: Java  |  Read Full Story  |  0 Comments
Tagged with:

Check in v.s. Save

Sunday, May 2, 2010 21:53

Webtop lets you check in a document as the same (existing) version. However, when you do this the Content Server never sees a checkin call or event. Webtop simply sets the new file as content, updates any changed attributes, and saves the object. So a dm_save event ...

This was posted under category: Documentum, WDK Application  |  Read Full Story  |  0 Comments
Tagged with:

DM_QUERY_E_TABLE_NO_ACCESS

Wednesday, April 28, 2010 3:05

Error - DM_QUERY_E_TABLE_NO_ACCESS the table xxx is not registered or you do not have access to it was thrown when I use a superuser to update one registered table. I checked both ACL setting and Table permit on this registered object. There's no error. After 30 minutes, I found a post ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

Get definition for view in Oracle

Friday, April 23, 2010 9:19

set LONG 10000 select TEXT from ALL_VIEWS where view_name = 'MY_VIEW'; Line one must be at least the size of the statement used to create the view. Either pick a really ...

This was posted under category: Oracle  |  Read Full Story  |  0 Comments
Tagged with: ,

Locate the rendition files

Tuesday, March 30, 2010 0:44

To find the path to the contents file of a rendition of a document, issue the following query from the dql editor. The example query below locates the contents for the pdf rendition of a file named 'Original'. To find other types of renditions, insert the appropriate format into this ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

Lotus Notes and Domino

Thursday, March 4, 2010 21:44

Download a free trial version of IBM® Lotus Notes® 8 software -- showcasing a modern, Web-like look-and-feel in a familiar Lotus Notes client format. It’s visually appealing, highly consistent and feature rich. Offering e-mail, calendar and scheduling, personal journal, to-do lists, support for innovative business solutions ...

This was posted under category: IT Consultant  |  Read Full Story  |  0 Comments
Tagged with:

PowerDesigner Non SQLError

Friday, February 5, 2010 13:35

The error "Non SQLError Could not load class Driver_name" was thrown when using PowerDesigner to generate the hibernate mapping files. This error occurs if you enter an incorrect Driver and URL in the Database Profile.

This was posted under category: Database  |  Read Full Story  |  0 Comments
Tagged with:

PowerDesigner Reverse Engineer

Friday, February 5, 2010 13:34

Get the Physical Data Model 1. Menu Operation File, Reverse Engineer , Database, New Phycial Data Model 2. Connection Add a connect to the target database 3. Choose tables to generate the models Generate the Java Code 1. Menu Operation Tools , Generate Object-Oriented Model, Detail, O/R Mapping, Enable Transformations, Extended Model Definitions, O/R Mapping,      Hibernate To be continued.

This was posted under category: Database, Java  |  Read Full Story  |  0 Comments
Tagged with: ,