Updated NOTESurvey Central database
Category Technical
Bookmark :
When I wrote the example database for my Practical DXL session I wrote it to work with Notes 6.5 and Notes 7. Well, the LotusScript was fine - but the DXL tags I had in the generated DXL weren't.
My bad.
Lou Capozzoli of Ernst & Young helped me GREATLY in figuring out what tags didn't work and then modifying the code so it runs in Notes 6.x and above.
You can download the updated database from my downloads area.
Thanks again, Lou - I really appreciate your help.
Rock
**Fun is a good thing but only when it spoils nothing better. - George Santayana









Blog Roll










Comments
I've created a survey, I've created questions, but how do I actually share the pretty GUI with the userbase I wish to survey?
Posted by Brett At 09:21:42 AM On 05/11/2006 | - Website - |
I have similar problem, when I try to create Document into a database using DXL import.
<DXLImporterLog>
<error>Invalid unid (universal ID) value: </error>
<error>DXL importer operation failed</error>
</DXLImporterLog>
My dxl file is valid, but doesn't contain UNID value. Of course, my document isn't created, I don't known it's UNID. When I tried mimic UNID with 32 character hexa string, obtained the same result. My code for import contain this settings before calling importer. process() :
.
.
.
Set importer = session.CreateDXLImporter(stream, dbCurrent)
importer.DocumentImportOption = L_DXLIMPORTOPTION_REPLACE_ELSE_CREATE
importer.InputValidationOption = 0 'VALIDATE_NEVER
importer.ReplicaRequiredForReplaceOrUpdate = False
Call importer.process()
Call stream.Close()
Could somebody help me wit this error?
Posted by Tomas At 12:52:05 PM On 10/07/2006 | - Website - |
I don't know if it's just me or just firefox or something, but when I click on any of your downloads, I get the following message:
Blog Error Detected.
A general error has occured While trying to find that page that you have requested. If you feel that this is a serious error then please contact the sites owner.
Error : HTTP Web Server: Lotus Notes Exception - Special database object cannot be located
Posted by Jackie Horowitz At 05:28:10 PM On 02/09/2006 | - Website - |
If not, try that; if so, I'll need to see the database. ZIP it up and mail it to me (rock AT us DOT ibm DOT com).
Rock
Posted by Rock At 09:56:17 AM On 02/10/2006 | - Website - |
@Everyone - I hope you guys enjoy it. Please let me know sometime how you use it, any enhancements you make to it, etc. - I love to hear that type of stuff!
Rock
Posted by Rock At 03:36:17 PM On 02/10/2006 | - Website - |
Thanks!
Rock
Posted by Rock At 11:01:32 AM On 02/10/2006 | - Website - |
Yes I am but what I need to do is build an img tag from an action button into a rich text field & this way will give me a handle to the name of the file being attached.
Thanks though!
Posted by Lou At 06:14:43 PM On 02/11/2006 | - Website - |
Enjoy!
Rock
Posted by Rock At 10:56:42 PM On 02/09/2006 | - Website - |
Thanks for the great info. I am trying to use the database and click on the GenerateSurvey action and get the following error message:
DXL importer operation failed
<?xml version = '1.0'>
<DXLImporterLog>
<fatalerror line='2' column='1'>The main XML document cannot be empty</fatalerror>
<error>DXL importer operation failed</error>
</DXLImporterLog>
[line: 42 in IMPORTDXL][line: 18 in IMPORTSURVEYELEMENT]
(err: 4522, erl: 44)
Not sure if this is a set-up or configuration problem. Any ideas?
Thanks
Posted by Scott At 09:45:16 AM On 02/10/2006 | - Website - |
Remember the other process we were talking about? It was to create an image resource element on the fly from a local file. I have some functional code I'm working on for it. Where would you recommend I post something like that once I finish a few things? The sandbox? openNTF? somewhere else?
Lou
Posted by Lou Capozzoli At 01:22:10 AM On 02/11/2006 | - Website - |
I solved my problem. I simply removed this line
...
<noteinfo noteid="" unid=""/>
...
from my imported file. No error mesage occurs.
Posted by Tomas At 07:35:49 AM On 10/08/2006 | - Website - |
Posted by Jens At 03:49:54 AM On 02/11/2006 | - Website - |
Lou
Posted by Lou Capozzoli At 04:13:06 PM On 02/09/2006 | - Website - |
Rock
Posted by Rock At 05:35:16 PM On 02/09/2006 | - Website - |
http://www.openntf.org/projects/codebin/codebin.nsf
Enjoy!
Rock
Posted by Rock At 07:26:54 PM On 02/11/2006 | - Website - |
Posted by Jackie Horowitz At 02:28:29 PM On 02/10/2006 | - Website - |