Adobe Campaign 工作流程结果:无法从基础读取数据
Adobe Campaign Workflow Result: Unable to read data from the base
我创建了一个简单的 query
activity 工作流程,该查询执行良好并且 returns 结果(结果数量显示在 result arrow
上方)没有错误。
当我右键单击 result arrow
和 Display the target
时,新的 window 显示以下错误:
Unable to read data from the base, the table has been purged or the current workflow configuration is no longer compatible with this structure
另外,我点击了帮助 link Display errors during data loading...
我得到了:
PGS-220000 PostgreSQL error: ERROR: relation "wkf1193360583_27_1" does not exist
LINE 1: ... || E' (' || COALESCE(R1.sEmail, '') || E')' FROM wkf1193360...
^
WDB-200001 SQL statement 'SELECT W0.iId, COALESCE(R1.sLastName, '') || E' ' || COALESCE(R1.sFirstName, '') || E' (' || COALESCE(R1.sEmail, '') || E')' FROM wkf1193360583_27_1 W0 JOIN NmsRecipient R1 ON (R1.iRecipientId = W0.iId) LIMIT 200' could not be executed.
BAS-010003 Unable to complete operation in current status.
我希望在新的 window 中出现查询返回的数据列表。
谁能帮我解决这个错误?
以色列,
为了在 Display The Target 中查看结果列表,您需要导航到工作流属性并 select 将临时填充的结果保存在两个之间处决。完成后,保存工作流程。请参阅屏幕截图。
这样就可以看到查询的结果了。
如果您需要更多帮助,请告诉我。
最好的,
伊姆兰
我发现当工作流 完成 时会发生这种情况,为避免这种情况,请向工作流添加 Finish
activity 然后更改 activity到无法但不执行,点击箭头时可以看到目标维度。
我创建了一个简单的 query
activity 工作流程,该查询执行良好并且 returns 结果(结果数量显示在 result arrow
上方)没有错误。
当我右键单击 result arrow
和 Display the target
时,新的 window 显示以下错误:
Unable to read data from the base, the table has been purged or the current workflow configuration is no longer compatible with this structure
另外,我点击了帮助 link Display errors during data loading...
我得到了:
PGS-220000 PostgreSQL error: ERROR: relation "wkf1193360583_27_1" does not exist
LINE 1: ... || E' (' || COALESCE(R1.sEmail, '') || E')' FROM wkf1193360...
^
WDB-200001 SQL statement 'SELECT W0.iId, COALESCE(R1.sLastName, '') || E' ' || COALESCE(R1.sFirstName, '') || E' (' || COALESCE(R1.sEmail, '') || E')' FROM wkf1193360583_27_1 W0 JOIN NmsRecipient R1 ON (R1.iRecipientId = W0.iId) LIMIT 200' could not be executed.
BAS-010003 Unable to complete operation in current status.
我希望在新的 window 中出现查询返回的数据列表。
谁能帮我解决这个错误?
以色列,
为了在 Display The Target 中查看结果列表,您需要导航到工作流属性并 select 将临时填充的结果保存在两个之间处决。完成后,保存工作流程。请参阅屏幕截图。
这样就可以看到查询的结果了。
如果您需要更多帮助,请告诉我。
最好的,
伊姆兰
我发现当工作流 完成 时会发生这种情况,为避免这种情况,请向工作流添加 Finish
activity 然后更改 activity到无法但不执行,点击箭头时可以看到目标维度。