- Posts: 58
- Thank you received: 2
Adding new project - POP and SMTP not created
12 years 11 months ago #1094
by Frank
Adding new project - POP and SMTP not created was created by Frank
Using ELT Processor Pro. 4.2.1.1
I have tried to create a couple of new projects, and when I do so the following error appears:
You cannon add or change a record because a related record is required in table 'Object Types'.
the project shows up blank.
If I close ELT and then reopen, the SMTP and POP are not available under Connections.
I have tried to create a couple of new projects, and when I do so the following error appears:
You cannon add or change a record because a related record is required in table 'Object Types'.
the project shows up blank.
If I close ELT and then reopen, the SMTP and POP are not available under Connections.

Please Log in or Create an account to join the conversation.
12 years 11 months ago #1095
by admin
Mike
ETL Architect
Replied by admin on topic Re: Adding new project - POP and SMTP not created
Delete the projects you have just created
That run following SQL against the repository
INSERT INTO OBJECT_TYPES (OBJECT_TYPE,OBJECT_TYPE_NAME)
VALUES (348,'SQLite')
GO
INSERT INTO OBJECT_TYPES (OBJECT_TYPE,OBJECT_TYPE_NAME)
VALUES (349,'SQLite Connection')
GO
Insert into OBJECTS_TREE
(OBJECT_ID,PARENT_ID,NAME,OBJECT_TYPE)
Select
-OBJECTS_TREE.OBJECT_ID as OBJECT_ID,
OBJECTS_TREE.OBJECT_ID as PARENT_ID,
'SQLite' as NAME,
348 as OBJECT_TYPE
From
OBJECTS_TREE
Where
OBJECTS_TREE.OBJECT_TYPE = 300
Peter
That run following SQL against the repository
INSERT INTO OBJECT_TYPES (OBJECT_TYPE,OBJECT_TYPE_NAME)
VALUES (348,'SQLite')
GO
INSERT INTO OBJECT_TYPES (OBJECT_TYPE,OBJECT_TYPE_NAME)
VALUES (349,'SQLite Connection')
GO
Insert into OBJECTS_TREE
(OBJECT_ID,PARENT_ID,NAME,OBJECT_TYPE)
Select
-OBJECTS_TREE.OBJECT_ID as OBJECT_ID,
OBJECTS_TREE.OBJECT_ID as PARENT_ID,
'SQLite' as NAME,
348 as OBJECT_TYPE
From
OBJECTS_TREE
Where
OBJECTS_TREE.OBJECT_TYPE = 300
Peter
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
12 years 11 months ago #1096
by Frank
Replied by Frank on topic Re: Adding new project - POP and SMTP not created
How do I run the SQL against the repository?
Also, I have a number of projects already in the repository. Is this going to create a problem with the existing projects?
Also, I have a number of projects already in the repository. Is this going to create a problem with the existing projects?
Please Log in or Create an account to join the conversation.
12 years 11 months ago #1097
by admin
Mike
ETL Architect
Replied by admin on topic Re: Adding new project - POP and SMTP not created
Make a backup of the repository
Create new connection and point it to the repository.
Open SQL editor. (view =>SQL)
Select connection
Run the script
Peter
Create new connection and point it to the repository.
Open SQL editor. (view =>SQL)
Select connection
Run the script
Peter
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
12 years 11 months ago #1098
by Frank
Replied by Frank on topic Re: Adding new project - POP and SMTP not created
I need more inforamtion about this.
1) I tried to use ODBC, selected the access database option, and selected the repository.
After that is all done, An error message appears "Data Provider or other service returned an E_FAIL status.
That is as far as I can get.
Also, I have tried to create a new project on another entirely seperate machine running another version of ELT PRocessor Pro, and the same bug appears when creating a new project so I think this is a bug introduced in your latest version.
1) I tried to use ODBC, selected the access database option, and selected the repository.
After that is all done, An error message appears "Data Provider or other service returned an E_FAIL status.
That is as far as I can get.
Also, I have tried to create a new project on another entirely seperate machine running another version of ELT PRocessor Pro, and the same bug appears when creating a new project so I think this is a bug introduced in your latest version.
Please Log in or Create an account to join the conversation.
12 years 11 months ago #1099
by Frank
Replied by Frank on topic Re: Adding new project - POP and SMTP not created
Is there a chance that you placed the standard version in the PRO directory for download, and that is why SMTP, FTP, and POP weren't included when I upgraded to the latest version?
Please Log in or Create an account to join the conversation.