use random temp table names to avoid conflicts #124

Closed
opened 2024-08-22 08:06:39 +00:00 by allan · 1 comment
Owner

MPRINT(POSTDATA.MPE_TARGETLOADER.BITEMPORAL_DATALOADER): proc sql;

MPRINT(POSTDATA.MPE_TARGETLOADER.BITEMPORAL_DATALOADER): create table EN_OD."##BITEMP_TERM"n as select * from work.bitemp0_append;

ERROR: The OLEDB table ##BITEMP_TERM has been opened for OUTPUT. This table already exists, or there is a name conflict with an existing object. This table will not be replaced. This engine does not support the REPLACE option.

MPRINT(POSTDATA.MPE_TARGETLOADER.BITEMPORAL_DATALOADER): proc sql; MPRINT(POSTDATA.MPE_TARGETLOADER.BITEMPORAL_DATALOADER): create table EN_OD."##BITEMP_TERM"n as select * from work.bitemp0_append; ERROR: The OLEDB table ##BITEMP_TERM has been opened for OUTPUT. This table already exists, or there is a name conflict with an existing object. This table will not be replaced. This engine does not support the REPLACE option.
Author
Owner

At the same time, bump core to implement this fix: https://github.com/sasjs/core/pull/376

At the same time, bump core to implement this fix: https://github.com/sasjs/core/pull/376
allan closed this issue 2024-08-31 14:23:49 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dc/dc#124
No description provided.