ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: New Bug in Livelink 9.7.1 - Destroy Your Search Index
http://ihatelivelink.blogspot.com/2010/04/new-bug-in-livelink-971-destroy-your.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Saturday, April 10, 2010. New Bug in Livelink 9.7.1 - Destroy Your Search Index. That's right. this one will destroy your search index. It's a new bug that we discovered unfortunately the hard way. Opentext confirmed it and should be working on a patch. Words of warning here:. Subscribe to: Post Comments (Atom). Other sites. NON-LIVELINK.
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: Multiple Remote Desktop Connections
http://ihatelivelink.blogspot.com/2010/09/multiple-remote-desktop-connections.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Tuesday, September 7, 2010. Multiple Remote Desktop Connections. It's free. It helps with multiple RDC's and makes life simpler. I knew about it but never thought about finding the original download source. I kept getting it off of other server admins' thumbdrives. Http:/ terminals.codeplex.com/. Subscribe to: Post Comments (Atom).
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: Very basic Oracle query to get parent hierarchy
http://ihatelivelink.blogspot.com/2010/08/very-basic-oracle-query-to-get-parent.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Monday, August 23, 2010. Very basic Oracle query to get parent hierarchy. Here's a simple query that uses the "connect by" functionality in Oracle to get the entire parental hierarchy of a given nodeid in DTREE. Connect by prior parentid=dataid. Start with dataid = 12345 - starting nodeID. Subscribe to: Post Comments (Atom).
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: March 2010
http://ihatelivelink.blogspot.com/2010_03_01_archive.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Monday, March 29, 2010. The Business Analyst Algorithm. How To Kill Your Livelink Server. With Web Reports. Yes this is true and very possible:. Run a long processing web report under the livelink.exe path and you'll get a CGI Timeout. Keep doing it and the server will not respond anymore. You'll have to restart services. When dealing with c...
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: September 2010
http://ihatelivelink.blogspot.com/2010_09_01_archive.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Tuesday, September 7, 2010. Multiple Remote Desktop Connections. It's free. It helps with multiple RDC's and makes life simpler. I knew about it but never thought about finding the original download source. I kept getting it off of other server admins' thumbdrives. Http:/ terminals.codeplex.com/. Subscribe to: Posts (Atom).
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: April 2010
http://ihatelivelink.blogspot.com/2010_04_01_archive.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Saturday, April 10, 2010. New Bug in Livelink 9.7.1 - Destroy Your Search Index. That's right. this one will destroy your search index. It's a new bug that we discovered unfortunately the hard way. Opentext confirmed it and should be working on a patch. Words of warning here:. Tuesday, April 6, 2010. Below is sample code in C# on updating a ...
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: How to update a boolean, yes/no, true/false attribute with LAPI
http://ihatelivelink.blogspot.com/2010/04/how-to-update-boolean-yesno-truefalse.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Tuesday, April 6, 2010. How to update a boolean, yes/no, true/false attribute with LAPI. Below is sample code in C# on updating a physical item attribute (custom system attributes in the Specifics tab of a physical object). You can use the same logic to update a regular category attribute that is boolean based. Request = ( new. VolID = 0;.
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: Pivoting the Livelink LLATTRDATA Table
http://ihatelivelink.blogspot.com/2010/05/pivoting-livelink-llattrdata-table.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Monday, May 24, 2010. Pivoting the Livelink LLATTRDATA Table. Max(decode(lla.attrid, 2, lla.valstr, null) "Attribute Name 1". Max(decode(lla.attrid, 3, lla.valstr, null) ". Max(decode(lla.attrid, 4, lla.valstr, null) ". Max(decode(lla.attrid, 5, lla.valstr, null) ". Max(decode(lla.attrid, 6, lla.valstr, null) ". Where lla.id = lla2.id. This ...
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: How To Kill Your Livelink Server.... With Web Reports
http://ihatelivelink.blogspot.com/2010/03/how-to-kill-your-livelink-server-with.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Monday, March 29, 2010. How To Kill Your Livelink Server. With Web Reports. Yes this is true and very possible:. Run a long processing web report under the livelink.exe path and you'll get a CGI Timeout. Keep doing it and the server will not respond anymore. You'll have to restart services. I brought down our production servers today. =].
ihatelivelink.blogspot.com
LiveLink - My Likes and Dislikes: February 2010
http://ihatelivelink.blogspot.com/2010_02_01_archive.html
LiveLink - My Likes and Dislikes. My experience with Livelink Content Management, OScript, LAPI, Builder, Web Reports, Workflows, 3rd party system integrations, etc. Wednesday, February 24, 2010. Error=Error setting the category or attributes for this node. Error saving generated number. Happening When=Updating multiple documents with latest attribute values. The "Error saving generated number" points to an Automatic Document Numbering module specific error. but who knows. More research to follow. Articl...