Notes:
By use the exist gdb as the reader to match the data structure with the writer;
Remove the ObjectId filed from the writer;(double click the - sign to make the lat row all empty), select the truncate first;
double check the layer name and sub-layer name are matching with the portal feature service;
1. When creating a new ESRI Portal Feature Service, ensure all output attributes can accommodate the maximum Width of strings it is supposed to populate. In general, a value of 200 is sufficient. However, very often attributes such as Title, Description, Remark etc. might have longer strings which requires width between 200-2048. Adjust it as desired.
...
2. Create a unique ID (uid) for each record using CRC Generator. Set the width to 2048.
**NOTE: No loner required as we can change to output to “Truncate” to delete all existing records then repopulate new ones.
3. All Date related fields must go through DateTimeCoverter or generated using DateTimeStamper to ensure compatibility.
...
when creating writer of the feature layer, please use the Global id
...
2. Trim all attribute length to match output using string function @Left(*,#) as shown.
...
Problem 3
DEPRECATED: Add CRCCalculator transformer if the source data has no real unique id
Solution 3
...
Problem 4
Cannot convert a value of type 'java.lang.Double' to 'INTEGER'.'
ArcGIS Portal Feature Service Writer: 'addResults' error for a feature in 'Air_Carrier_2'. The error code from the server was '10500' and the message was: 'Cannot convert a value of type 'java.lang.Double' to 'INTEGER'.'
Solution 4
Use Attribute Rounder to enforce numeric attribute values to 0 decimal.
...
Info |
---|
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...