Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Answered

Issue with Google Authentication

Jimmy Kwan 6 year бұрын updated by Adam Mościcki 6 year бұрын 1

Hello, 

I have an issue logging in to academy.vertabelo.com with my google account. I have enabled kaspersky to trust the URL; however, I am not quite sure why I am still unable to get access to my account. I can't even forget password.

I'm not sure if it is on the academy.vertabelo.com end or my end.

Just need some assistance. Thank you

Answer
Adam Mościcki 6 year бұрын

Hello,

From what I see you managed to sign in (at least our database say so). If you still cannot login I will create a login&password source as a workaround. Please confirm.


Best regards,

Adam


0
Not a bug

Internal server error when importing SQL (format MySQL)

Laurent Cohen 6 year бұрын updated by Adam Mościcki 6 year бұрын 2

I have a file containing the following Tables :

CREATE TABLE dl_link_raw_dl_contact_id(
tgt_contact_id varchar(max),
src_contact_tech_id varchar(max),
src_contact_id_map_source varchar(max),
src_contact_id_map_company int,
src_contact_external_reference varchar(max),
src_contact_id_contact varchar(max),
src_contact_support varchar(max),
src_contact_forfait varchar(max),
src_sales_idclientind varchar(max),
top_casusage int
CONSTRAINT dl_link_raw_dl_contact_id PRIMARY KEY ( tgt_contact_id))

CREATE TABLE dl_link_raw_dl_salesdetails(
tgt_contact_id varchar(max),
src_id_purchase_detail varchar(max),
src_id_purchase varchar(max),
src_id_ski_pass varchar(max),
src_id_support varchar(max),
src_id_map_source varchar(max),
src_id_map_company int,
top_casusage int
CONSTRAINT dl_link_raw_dl_salesdetails_tgt_contact_id PRIMARY KEY ( tgt_contact_id))

I choose MY SQL and get ERROR:Internal server error

+4
Under review

Markdown support in notes

Ryan Mueller 11 year бұрын updated by Nitin Garg 6 year бұрын 2
It would be super helpful to be able to format text notes using Markdown.
0
Аяқталған

Cannot extend student accont

s15232 6 year бұрын updated by Adam Mościcki 6 year бұрын 1

Hello, 

As heading I'd like to extend my student accont but link https://www.vertabelo.com/pricing/plans from https://support.vertabelo.com/knowledge-bases/2/articles/305-how-to-register-for-an-academic-account return 

404 - Not found. 

Please help. 

Regards, 
MS.

Answer
Adam Mościcki 6 year бұрын

Hello,

We fixed the link. Thank you.
I have switched your account to academic.

Best regards,
Adam

0
Not a bug

Can not creat Logical data model

Hung Le nguyen 6 year бұрын updated by Adam Mościcki 6 year бұрын 4

Hi Support team,

Could you please check my account, I can't create the new Logical data model (it seems being disabled even I have just only 1 model in my document)

Answer
Adam Mościcki 6 year бұрын

Hello,

Logical data model designer is available in Team plans only. 


Hope this helps,
Adam

0
Answered

Support for SQL Server 2016

Witold Dziewaltowski 7 year бұрын updated by Alice Bolt 6 year бұрын 1

Does Vertabelo support SQL Server 2016?  If so, is it full or partial support?

Answer
Adam Mościcki 7 year бұрын

Hello,

Full support.

Best regards,
Adam Mościcki

0
Аяқталған

Hi I am a student but the logical data model option for documents is not showing up for me, can somebody help me?

Sushmita Das 6 year бұрын updated by Rafał Strzaliński (Senior Engineer) 6 year бұрын 1
0
Answered

varchar(max)

IT Admin 11 year бұрын updated by vasavib 6 year бұрын 2
For a SQL Server 2012 model varchar(max) throws error: Type is not supported by chosen database engine. However, when I add a column to an existing table and set the data type to varchar(MAX), all is fine. Am I missing something?

Thanks.
0
Аяқталған

Logical model: How to establish a one to many relationship between 2 entities?

Claire Frankel 6 year бұрын updated by Derek Emrie 6 year бұрын 2

In a logical model of a data warehouse, how do you draw a one-to-many relationship between 2 entities in vertabelo.???

Answer
Adam Mościcki 6 year бұрын

Hello,

1. Please select "add one to many relationship" in the toolbar.

2. Start dragging from "one" table.

3. Stop dragging on "many" table.

Image explanation:

Result:

Hope this helps,
Adam

0
Answered

Change database

Ken Gillett 11 year бұрын updated by dominic 6 year бұрын 3
Once a model has been created based on a specified database, how can you then change it to use a different database?

Looks to me like you cannot, which is rather limiting and major headache if you've spent a long time developing it and then find you have to use a different database,
Answer
anonymous 11 year бұрын
You can do it this way:
1. export existing model as XML,
2. create a new model in the DB of your choice with this XML as a starting point. You can upload it in "From Vertabelo XML" tab.

After this operation, remember to recheck all "Additional Properties" of tables, columns etc. you've set (if any), since different DBs have a different set of those additional properties.

I hope this helps.