I was trying to import an .XER that i created in Permaster 8.5 into P6 but this is the error i get when i try to import:
event code: PRMDB-1960-8
PRM DBAccess Error: Database Server Error: The statement has been terminated.
Cannot insert the value NULL into column rsrc_name, table pmdb$primavera.dbo.RSRC; column does not allow nulls. INSERT fails.
pmdb$primavera.dbo.RSRC; column does not allow nulls. INSERT fails.
Change the logic to If Exits not to insert the rows
The Table NAmeis DBO.RSRC
The Column is the RSRC_Name (VARCHAR (100), not null)
Should I change the (not null) to Null?
Any Advise on this....
The Same thing with the next issue...
EprmDBSQLExecutionFailure
PRMDB-3238-D
table pmdb$primavera.dbo.PROJECT; column does not allow nulls. INSERT fails.
PRM DBAccess Error: Database Server Error: The statement has been terminated.
Cannot insert the value NULL into column proj_short_name, table pmdb$primavera.dbo.PROJECT; column does not allow nulls. INSERT fails.
event code: PRMDB-1960-8
PRM DBAccess Error: Database Server Error: The statement has been terminated.
Cannot insert the value NULL into column rsrc_name, table pmdb$primavera.dbo.RSRC; column does not allow nulls. INSERT fails.
pmdb$primavera.dbo.RSRC; column does not allow nulls. INSERT fails.
Change the logic to If Exits not to insert the rows
The Table NAmeis DBO.RSRC
The Column is the RSRC_Name (VARCHAR (100), not null)
Should I change the (not null) to Null?
Any Advise on this....
The Same thing with the next issue...
EprmDBSQLExecutionFailure
PRMDB-3238-D
table pmdb$primavera.dbo.PROJECT; column does not allow nulls. INSERT fails.
PRM DBAccess Error: Database Server Error: The statement has been terminated.
Cannot insert the value NULL into column proj_short_name, table pmdb$primavera.dbo.PROJECT; column does not allow nulls. INSERT fails.