Questions tagged [fatwire]

30 questions
0
votes
1 answer

Template in FatWire cache expires immediately

This question is to do with FatWire Content Server version 7.6. I have a FatWire template which goes through some assets and returns some markup. It takes about 2 minutes to complete. The result gets cached successfully in FatWire ContentServer…
ciaranodc
  • 398
  • 4
  • 16
0
votes
0 answers

Webcenter Sites - How I can order a assetset list of assets by attribute value?

I have a Asset (Modal_MKT) with a list of attributes. One of these attributes is order (int value). I want get the list of Modal_MKT elements created in WCS ordered by order field. I let my code, this loops across all the correct modals, but final…
Genaut
  • 1,810
  • 2
  • 29
  • 60
0
votes
1 answer

Webcenter Sites REST API: How to add multiple attributes on asset?

I've created an asset with a multiple attribute, like for instance, a set of images. I would like to insert images to that asset with Webcenter Sites REST API but I don´t know how. Single attribute is like this: sourceAssetAttribute = new…
vtareco
  • 38
  • 4
0
votes
1 answer

Get asset Id by AssetType Name using REST API

We need to get the id of asset by its Name. For e.g. if asset name in "AVISports" http://localhost:8080/cs/REST/sites/{SiteName}/AVISports It give me the details about AVISports asset, but we need, what is the asset Id for this. Can anyone here…
Banng
  • 531
  • 1
  • 6
  • 19
0
votes
3 answers

How List all assets (of a type) from Webcenter Sites

I want print or export all Pages that haven't fill a concrete attribute, but I want make a "debug" CSElement that print all elements of indicate type (in this case -> Page) with all attributes, any can help me with this?
Genaut
  • 1,810
  • 2
  • 29
  • 60
0
votes
2 answers

FatWire Content Server CSDT import/export failure

I am trying to import and export workspace from/to Fatwire ContentServer using CSDT. I first wanted to try a "simple" export of the provided "FirstSiteII" site with the following command : java -classpath…
MTranchant
  • 485
  • 1
  • 7
  • 23
0
votes
2 answers

error 404 on hitting http://:8080/cs/REST/

I had successfully configured Oracle webcenter on some of my VM. To access it from my local machine I did some changes in firewell setting. Then after the home page is not accessible and i get 404 error. i.e., http://:8080/cs/REST/ is not…
smya.dsh
  • 651
  • 5
  • 10
  • 23
0
votes
1 answer

Bulk publishing Issue in Fatwire

Currently performing a Bulk publish using Mirror Queue for around 11000 assets. Have tried the same in lower environments and was successful. No error logged @ source and destination futuretense logs. The asset update got logged at destination for…
0
votes
1 answer

Fatwire 7.6.1 RevisionTrackingManager get method fails

//CSElement code //Am trying to get revision numbers of asset and assetdata using the RevisionTrackingManager interface but its throwing an exception String assetId = "1293727029653"; String assetType = "NSP_Content_C"; String selectedRevision =…
OTUser
  • 3,788
  • 19
  • 69
  • 127
0
votes
8 answers

Fatwire CSElement vs. Template

In Fatwire, there are two asset types which contain code: CSElement and Template. From what I've found, Template is a combination of a CSElement and a SiteEntry. Currently, I use Templates as a wrapper for a set of CSElements, but I'm not totally…
seneyr
  • 1,040
  • 1
  • 11
  • 11
0
votes
3 answers

What is the App server for fatwire?

Do fatwire has its own app server? Or it use any standard app servers like Apache tomcat (I dont mean jump start kit)
Vishnudev K
  • 2,874
  • 3
  • 27
  • 42
0
votes
2 answers

How to restrict a user or a group of users to access an asset in fatwire

How to restrict a user or a group of users to access an asset in fatwire I wanted to obtain standard mvc functionality using fatwire.
Vishnudev K
  • 2,874
  • 3
  • 27
  • 42
0
votes
2 answers

what is the use of "searchstate" in fat wire

What is the use of "searchstate" in fatwire? All I know is that it is used to get data from DB.
Vishnudev K
  • 2,874
  • 3
  • 27
  • 42
0
votes
1 answer

Custom Assemblers in Fatwire

URL Generating by tag in Fatwire is very lengthy and it includes System parameters. More over this URL's are not Search-engine friendly. Does custom Assemblers help us to convert into shorter form ? If so can you give me…
user1659994
-1
votes
2 answers

FreeRTOS fat cycle issues, is there any chance I can write 512bytes with 50hz?

I raise this question during use freertos fat. The development environment using iar compiler and MCU is using the cortex-m4. I use the hal library and the contents of FreeRTOS FAT Config.h are as follows: #define BUS_4BITS 1 #define…
JMS
  • 1
1
2