Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2533

October 8th, 2009 08:00

query cluster does not return C-Clip description attribute

I'm testing with address 128.221.200.187?/var/centera/emea3profile1_rdqeDcw.pea. For example, I tested with the QueryCluster SDK sample. The code select C-Clip description attribute to be included in the query result like queryExp.selectField("app-vendor"), queryExp.selectField("creation.date"), queryExp.selectField("modification.date"), after the query returned, queryResult.getField("app-vendor") queryResult.getField("creation.date") and etc.  return nothing. But when I use the clipId and get the  FPClip object, I can get these attributes by FPClip.getDescriptionAttributes().

(By the way, at the moment I cannot connect to 128.221.200.187?/var/centera/emea3profile1_rdqeDcw.pea any more.)

136 Posts

October 19th, 2009 13:00

This should work now (I have tried it on my end and it is returning peoper values for the attribute information).

13 Posts

October 9th, 2009 09:00

There is no problem to connect to the cluster. But query cluster still does not return C-Clip description attribute. My development depends on this feature, could you try it? Thanks!

13 Posts

October 19th, 2009 14:00

Thanks a lot! Actually I find another cluster can be used for this test after my older posts.
No Events found!

Top