Questions tagged [tds]

"Team Development for Sitecore".

"Team Development for Sitecore"

102 questions
1
vote
1 answer

Sitecore TDS Deployment __Standard Values

I'm running into an issue with Hedgehog's TDS - I have some presentation details specified on my Base Page template. The presentation details reside in the __Renderings field of __Standard Values. I've set the item to "Deploy Once", but it appears…
Chris Berg
  • 121
  • 2
1
vote
2 answers

Sitecore: How to exclude particular .DLL from the TDS package

I was preparing the build from TDS package but as per requirement we not need to send some common.dll in the package. is there any way to exclude the particular dll while creating the TDS package.
Jitendra soni
  • 209
  • 2
  • 8
0
votes
0 answers

TDS-Protocol with pre-login failure message when connecting to Amazon RDS (SQL Server)

We are trying to connect from an application installed on a virtual machine to a database as part of an AWS RDS in the cloud. There are several routers and firewalls between the source and the target system and there is also NATting happening of the…
0
votes
0 answers

Tds is failing to generate code when we click on Re generate code on all items

I am using TDS 6.0.0.36 and I am not able to generate Code. getting below error No changed files. Code generation skipped. ERROR : on line 0 column 0 of file C:\Projects\src\tds\master\Code Generation Templates\GlassV3Header.tt Errors were generated…
0
votes
0 answers

Elixir TDS with Trusted Connection

I am trying to connect MS-SQL from Elixir with tds. I do not have an userid-password, instead use windows auth. Is there a way to use the windows authentication to connect to a MS-SQL server. Something along the lines - {:ok, pid} =…
Shishir Pandey
  • 832
  • 1
  • 12
  • 23
0
votes
1 answer

Receiving error when using mix ecto.create

This is my configuration for the database: config :hello, Hello.Repo, username: "postgres", password: "admin", hostname: "localhost", database: "hello_dev_postgres", show_sensitive_data_on_connection_error: true, pool_size: 10 config…
0
votes
0 answers

Why LOGIN7 returns empty reply using TDS protocol

I am using Tabular Data Stream protocol to login to SQL Server. The PreLOGIN is successful and returns message with as 4. Where as the LOGIN 7 returns empty message. And server closes the connection. How to make a successful login using LOGIN 7…
Naushad CK
  • 51
  • 1
  • 5
0
votes
1 answer

Server Error in '/' Application after build solution in Visual Studio

Im trying to sync my projects with Sitecore database but when I build the solution provided by Sitecore Learning (Clothing Company), my website is not loaded and an error appears. It was working fine before I try to build it. `Server Error in '/'…
Andrew Si
  • 1
  • 1
0
votes
1 answer

An error appeared when opening TDS Solution: 'The operation has timed out' occurred while checking for your license

I'm trying to load a TDS solution from the Clothing Company Sample Solution provided in learning@sitecore but when I tried to load it, a few error messages appeared. First one is Sitecore TDS license cant be verified. The second error appears when I…
Andrew Si
  • 1
  • 1
0
votes
0 answers

Call curl between two project in one server Laravel

I have 2 Laravel projects on same environment run with xampp (window). Project A is API use database name X(Mysql) Project B call API use database name Y(Sql server). When I call API of project A by project B. I had a problem !. EROR It's deteact in…
0
votes
1 answer

Global TDS config change

We have a Sitecore based C# project setup in Azure DevOps. In the project there is a TdsGlobal.config file that date how far back to get the TDS changes. This should be dynamically changed during the deployment only to get the previous 3 weeks of…
Chamodh
  • 61
  • 1
  • 3
  • 11
0
votes
1 answer

Node library for TDS 7.0 (SQL Server 7)

Has anyone successfully connected to Sequel Server 7 (TDS 7.0) with node.js? How did you do it? I've tried tedious and node-mssql, but the lowest version of the TDS protocol that they use is 7.1. I need to access a SQL Server 7 database, which…
eljefejb
  • 297
  • 3
  • 12
0
votes
0 answers

Node Js exiting after querying using Tedious package?

I am new to Node js and express. I trying to query my Azure database to get the list of patients(MR number). I am getting the list but I think the request.on() runs as an asynchronous function so first, it will render the HTML page without any list…
GauthamGAjith
  • 367
  • 1
  • 4
  • 19
0
votes
0 answers

C# Service causing "Invalid Data Type" errors in Wireshark trace. Query parameter appears to have strange characters

I want to start off by stating that I am not a network person, so I don't know how severe these warnings / errors are. The service that is running appears to be creating a bunch of "invalid data type" warnings which show up as "malformed packets"…
0
votes
1 answer

configuring build property for different environment

I'm currently working on TDS and i'm trying to connect my TDS project to another dev environment which is 'Staging' but I was unable to connect due to restricted permission. It throws this error ----> Connection Test Failed: Unable to download…
Pep
  • 1
  • 1