Send document to repository

Has anyone experienced this scenario? After sending a document successfully to the repository, made some changes to the document, saved it under the original name and sent the same document to the repository. A screen popped up to ask if you want to replace it. When you select “Yes”, an error message box popped up with Unknown error during export of Serota4 (name of the document), Export stopped, Serota4 not exported. When you clicked on Details, it said Status: 42601 Message: [IBM]][CLI Driver][DB2] SQL0104N An unexpected token “.” was found following “”. Expected tokens may include:"=". SQLSTATE=42601. DB ERROR: -104. I searched the BusinessObjects Tech Support site and there didn’t seem to have anything on that.
Any help would be appreciated.

Lucia Chan


Listserv Archives (BOB member since 2002-06-25)

This is a DB2 error. Talk to DB2 guys and find out what this error means. That will give a good idea about what’s going on.

Vasan

lchan@KRAFT.COM on 04/04/2000 05:20:25 PM

Has anyone experienced this scenario? After sending a document successfully to the repository, made some changes to the document, saved it under the original name and sent the same document to the repository. A screen popped up to ask if you want to replace it. When you select “Yes”, an error message box popped up with Unknown error during export of Serota4 (name of the document), Export stopped, Serota4 not exported. When you clicked on Details, it said Status: 42601 Message: [IBM]][CLI Driver][DB2] SQL0104N An unexpected token “.” was found following “”. Expected tokens may include:"=". SQLSTATE=42601. DB ERROR: -104. I searched the BusinessObjects Tech Support site and there didn’t seem to have anything on that.
Any help would be appreciated.

Lucia Chan

******************************************************************************* Note: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Ernst & Young LLP



Listserv Archives (BOB member since 2002-06-25)

Hi,

Can anyone help me with the vb code to send a document to the repository and specify categories (or “Keep existing categories”. I am using what I believe is the correct syntax, but doesnt seem to work…it clears any categories that may have existed previously.
ie
Send([User], [StoreGeneratedHTML], [HTMLLayout], [CategoryList], [ExchangeMode], [ExchangeDomain])

Thanks

Guido

***************************************************************************************************************************** Confidentiality/Limited Liability Statement This message and any attachments to it are confidential and are intended solely for the use of the named
recipient.If you are not the named recipient, you must not disclose, use or distribute the information
contained in this message or any attachments to it. If you have received this message in error, please notify
the sender immediately by return Email and destroy the original and any copies. Although precautions have been taken, neither the sender nor the Friendly Society Medical Association Limited
can warrant that this message or any attachment transmitted with it are free of viruses or any other defect.
Any loss/damage incurred by opening or receiving this message or any attachments is neither the sender’s
responsibility nor the responsibility of the Friendly Society Medical Association Limited. Any opinion or advice expressed in this message is that of the sender and does not represent the position of
Friendly Society Medical Association Limited. *****************************************************************************************************************************


Listserv Archives (BOB member since 2002-06-25)

Try doing away with the parentheses:

doc.send “user1;user2”, , ,“cat1;cat2”,boRepositoryMode,“Document”

I am fairly sure about the semi-colons, although it may be commas.

–C


Listserv Archives (BOB member since 2002-06-25)