Questions tagged [tds]

"Team Development for Sitecore".

"Team Development for Sitecore"

102 questions
0
votes
0 answers

How to Serialize Sitecore Items from server to local?

I've installed and setup TDS (Team Development for Sitecore) on my solution. My TDS project is now synced in my local sitecore instance and I can now compare my changes, but I am stuck on how can I serialize items from SERVER to LOCAL and vice…
0
votes
0 answers

Code Generation in TDS

I am new in TDS and i'm a bit lost in 'Code Generation' property. I can't fully understand the process going on in here and don't really know what to do next. I've followed the instructions here --> '…
Jihyo
  • 1
0
votes
2 answers

TDS project not loading while migrating solution from VS 2013 to VS 2017

I am in the process of migrating my solution from VS 2013 to VS 2017. I installed correct version of TDS (TDS 5.6.0.15 for VS 2017) and when trying to open the solution in VS 2017, TDS projects are not loading and throwing following error. Tried an…
kiran
  • 53
  • 4
0
votes
2 answers

Sitecore, wrong type of inherited template field created by TDS

I have a problem with template inheritance: I have base template (let say Parent) which contains the following field: Theme (Droplist with query specified) And template (Child) derived from it. The issue is that once I inherited Parent, and…
Nicolai
  • 1,907
  • 1
  • 23
  • 31
0
votes
2 answers

Sync Sitecore 8.1 Items to Sitecore 8 using TDS

Hi all I just want to know if its possible to sync Sitecore 8.1 Update-2 items back to Sitecore 8 Update-4. I will be using TDS to sync the items. If it's possible, is there a guide that I can follow? Its gonna my first time using TDS. Thank you!
Jay
  • 79
  • 2
  • 12
0
votes
1 answer

Sitecore TDS Packages vs Sitecore packages

I am new to Sitecore and TDS. Are the packages created by TDS the same as the packages created by Sitecore Package Designer? If not what is the difference. Plus how do I create a package using TDS. From what I saw TDS creates "Update Packages"…
user3547774
  • 1,621
  • 3
  • 20
  • 46
0
votes
1 answer

Enable Create a New Team Project under Collections in TFS 2015?

When I am trying to create a New Team Project under collection in TFS 2015, there is no option for creating a new project. How do I enable that? Is there any step I am missing? This is the Document I am referring to.
Pravallika
  • 47
  • 1
  • 10
0
votes
1 answer

What do i need for "idsldapmodify, ldapmodify,etc"?

i want to use the ldap interface to modify some attributes at TDS. I found a tutorial Overriding password policy and unlocking accounts I created a .Ldif file and tried to load the file via command-line in Windows 7 (!). But i think i am missing the…
InfoEngi
  • 303
  • 1
  • 10
  • 23
0
votes
1 answer

TDS on build server; license exception

I'm trying to build a TDS project the TFS hosted server. The project uses the HedgehogDevelopment.TDS package, but when build time comes, a license exception occurs. I am passing the owner and key information to visual studio in this…
BWG
  • 2,238
  • 1
  • 20
  • 32
0
votes
1 answer

TFS & TDS Integration In TFS Build Server

I wanted to explore How TDS can be used with TFS build server to generate update package during build and install the same in CM server using TDS package installer so that I can select the appropriate tools for our deployment process . What I have…
Deb
  • 391
  • 2
  • 20
0
votes
1 answer

TDS Package Installer Time out Issues in Sitecore 7.2

We have been trying to install a sitecore upgrade package created from TDS and see that it always times out.We have database is different machine and Sitecore instance in different machine.Any Idea on what could be the issue behind this? Entry from…
Suhas
  • 417
  • 1
  • 5
  • 18
0
votes
3 answers

Inserting data using Prepare statement doesn't return inserted record

I am using node-sql. recordSet is undefined when i try to insert record in a table using Prepare Statement. Below is the sample line of code. ps.execute(data, function (err, recordSet, affected) { }); Although record is successfully inserted into…
Siraj ul Haq
  • 845
  • 9
  • 25
0
votes
2 answers

TDS .update package fails with object reference error - 8.0 update 2

We are trying to use TDS update package to deploy items to TEST environment. When we install, all the items are getting skipped though items are marked with "Always Update". When we reviewed the log we found that there is an object reference error…
phani
  • 161
  • 9
0
votes
2 answers

TDS Auto Sync Content with TFS

We are currently have a slight issue whereby the only way to keep sitecore content in Sync is by taking the staging data and synching with TDS manually and then committing it into source control so the content is not lost. As you can imagine that…
Bobby
  • 1,594
  • 13
  • 20
0
votes
1 answer

How to Modify TDS userid(uid) value using java API

I am trying to modify uid value in Tivoli directory server using API. Please review the below user structure. dn: uid=user1,cn=demo,o=evault uid: user1 userPassword: {AES256}mIJFA1UiEMYP6J2dVt3vcg== objectclass: top objectclass:…
Murali Raju
  • 43
  • 1
  • 4