Is there a way to force Courier to use the integer based IDs when deploying objects? It appears to automatically switch macro properties from the integer based IDs to GUIDs. The GUIDs don't appear to work. I then have to go though my pages and update the macro property IDs to the proper integer IDs by hand.
That's probably my issue. I frequently get timeouts when deploying and am working on a Windows form interface based on the Courier API that will hopefully mitigate some of the timeout issues.
Courier ID Translation
Hi,
Is there a way to force Courier to use the integer based IDs when deploying objects? It appears to automatically switch macro properties from the integer based IDs to GUIDs. The GUIDs don't appear to work. I then have to go though my pages and update the macro property IDs to the proper integer IDs by hand.
Thanks!
Hi Frank
IDs are replaced with Guids as the intergers are not transferable, Courier should however transfer those guids back again
when the transfer is complete.
Does the extraction happen without errors and timeouts?
/Per
Hi Per,
That's probably my issue. I frequently get timeouts when deploying and am working on a Windows form interface based on the Courier API that will hopefully mitigate some of the timeout issues.
Thanks!
--Frank
is working on a reply...