Page 1 of 1

Metadata Formats

Posted: Mon May 30, 2011 6:06 am
by ansoncsh
I tried two metadata formats.
However, the metadata can be sync. by using Capture plus Meta Format but not InfoRouter Meta Data Structure.
The followings are my codes. Is there any incorrect?
(The file names were changed correctly)

Capture plus Meta Format

Code: Select all

1014=doctypeid
11969=flowdefid
INVOICE3=Custom Property Name
1420004888=ORDERNO
1420004888=INVOICENO
InfoRouter Meta Data Structure

Code: Select all

<irdoc description="Demo" updateinstructions="Demo" doctypeid="1014" flowdefid="11969">
	<propertysets>
		<propertyset NAME="INVOICE3">
			<propertyrow ORDERNO="1420004888" INVOICENO="1420004888" />
		</propertyset>
	</propertysets>
</irdoc>

Re: Metadata Formats

Posted: Tue May 31, 2011 9:09 am
by infoRouter Guru
Hello,

We have checked and the infoRouter Meta format appears to be working well.

Please make sure that you have performed the following:

Created the custom property
Created the Document Type
Created the Workflow

The steps above are critical because the Hot Folders tool will nor create these automatically. It will assume that these already exist in infoRouter.

When you configure Hot Folders, pay special attention to the "Logs" section.
Hot Folders creates a lot of log entries. Especially in cases where exceptions are encountered.

I hope this helps.

The Guru

Re: Metadata Formats

Posted: Thu Jun 02, 2011 11:04 pm
by ansoncsh
Thank you for reply.

But I got the following error message.
Server Responded:A document name cannot start with ~ character
According to the link below, the file name with ~ is required if I use InfoRouter Meta Data Structure method.
https://www.inforouter.com/Downloads/HotFolders.pdf

What is the problem?

Thank you!

Re: Metadata Formats

Posted: Mon Jun 06, 2011 11:29 pm
by ansoncsh
I have solved the problem that I forgot to change the type of the metadata.

Thank you!
ansoncsh wrote:Thank you for reply.

But I got the following error message.
Server Responded:A document name cannot start with ~ character
According to the link below, the file name with ~ is required if I use InfoRouter Meta Data Structure method.
https://www.inforouter.com/Downloads/HotFolders.pdf

What is the problem?

Thank you!