HomeForum
Welcome, Guest

Adding new project - POP and SMTP not created
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Adding new project - POP and SMTP not created

Adding new project - POP and SMTP not created 1 year, 7 months ago #1094

  • Frank
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
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.

Re: Adding new project - POP and SMTP not created 1 year, 7 months ago #1095

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2174
  • Karma: 12
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

Re: Adding new project - POP and SMTP not created 1 year, 7 months ago #1096

  • Frank
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
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?

Re: Adding new project - POP and SMTP not created 1 year, 7 months ago #1097

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2174
  • Karma: 12
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

Re: Adding new project - POP and SMTP not created 1 year, 7 months ago #1098

  • Frank
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
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.

Re: Adding new project - POP and SMTP not created 1 year, 7 months ago #1099

  • Frank
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
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?
  • Page:
  • 1
  • 2
Time to create page: 0.18 seconds

Testimonials

I am continually Amazed by the power and versatility of the ETL tool and the Support Team.

Thank You!

http://www.dbsoftlab.com/advanced-etl-processor/2475-de-duplication-of-addresses.html

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top