-
setAutoDCRPathGenerator - doesn't create dirs?
Am I missing something or do we have to implement our own callServer routine for creating the directory structure implied by the return value of the function registered with setAutoDCRPathGenerator()? i.e., after enabling dcr-autonaming in the templating.cfg file, my formapi file contains the following code:init(){ ...…
-
A fix for WFconstructor
The following code changes can be made to TeamSite::WFconstructor in order to allow the use of success/failure transitions from submittasks:... around line 83 ... if ($options{'type'} eq "locktask") { add_success_and_failure($doc, $task_element, $options{'success'}, $options{'failure'}); } elsif ($options{type} eq…
-
malformed header from WFconstructor?
Environment)Unfortunately - I'm not on the support contract for this customer - so I don't have direct access to support. I'll probably work around that - but I'm curious if anyone else who ran into this figured out the source of the problem.I'm fairly certain that it's one of those "small", "stupid" things - but those…
-
Ts / Vm / Iis - 404 / 403
Environment: [INDENT]TeamSite 6.5 SP1 W2K3 via VMware (I believe*) IIS v6 (*I am not directly responsible for this server, I believe this is a W2K3 virtual instance running off of a linux box - this is a development server)[/INDENT] Problem [INDENT]As one might expect - the problem is that virtualization isn't working -…
-
renaming a store?
TeamSite 6.5 SP2 (Windows or Unix) Is it possible to rename a store? We have a copy of our customer's store from about 6 months ago on our development server (call it "CusStore") and we're getting a new copy of the store but we need to hold onto the existing copy for a little bit (a week maybe) so we want to rename…
-
submit.cfg / iwtestcfg - not working?
Okay - I'm starting to beat my head against a wall here - and it's beginning to hurt - so... Environment:TeamSite 6.5 SP2 Windows 2003 Problem>:I've got a submit.cfg that looks something like this:case-sensitive = NO rules { ^/default/main/****/WORKAREA/.*$ #Any Workarea on **** Branch { .* { setaccess = {YYY\group1-L:ALL,…
-
OD 6.0.2 - failing on permissions
EnvironmentTeamSite 6.5 SP1 OpenDeploy 6.0.2 (with DD enabled) Windows 2003 EE ScnarioAs in "best practice" fashion, we're versioning all of our customizations and customized config files and such in a TeamSite branch (called "config"). Among those customizations are some jar files for use with DD (tuplepreprocessor) and a…
-
DD 6.0.2 - selecting fields to query before insert
EnvironmentTS 6.5 SP1 OD / DD 6.0.2 W2K3 EE Standalone deployment of DCR content into UDS schema ProblemThe DD Admin manual says:Do not use the select and update elements inside a database element if the database element contains a dbschema element. On the other hand, if a database element does not contain a dbschema…
-
DD 6.0.2 - malformed encoding?
EnvironmentTS 6.5 SP1 OD / DD 6.0.2 W2K3 EE ProblemI've been running test deployments of this config for a while, and consequently adding to it as I get through each hurdle. I just added some definitions and now when I try to run the deployment I get: Locating OpenDeploy service. Got OpenDeploy service >>>>>-- Start…
-
DD 6.0.2 - filter help
EnvironmentTeamSite 6.5 SP1 OpenDeploy/DataDeploy 6.0.2 Windows 2003 EE ProblemI'm trying to arrange things in my DD config so that I can pass it a filelist that could contain any number of different kinds of files, and have it just process the relevant files - and that if there are no relevant files for a given…
-
OD 6.0.2 - local directories != filelist?
EnvironmentOpenDeploy 6.0.2 TeamSite 6.5 SP1 W2K3 EE (base server) Linux (receiver) ProblemI don't believe I've ever seen this error before - so I'm hoping someone can explain it:LIB: ... ERROR: Deployment (...): Size of local directories[2] is not equal to that of of filelist[1] I'm running the deployment in simulated…
-
DD 6.0.2 - forcing a cache refresh?
Is there a way to force DD to refresh its cache of the dbschema without stopping and starting the server? We ran into this problem today while trying to develop our DD client config. If you make changes, DD doesn't refresh its cache with regard to the dbschema and then complains about all sorts of things. Stop and start…
-
DD 6.0.2 - Problem connecting to Sybase DB
Hoping someone here can help - or point me in the right direction.... We're finally getting around to trying out the deployment stuff I've been working on for the last couple of weeks - and, well, it ain't working ;-) EnvironmentDD 6.0.2 on Windows 2003 EE Sybase (not SqlAnywhere) on Linux ProblemDAS: [Thu Aug 18 10:38:11…
-
DD 6.0.2 - dd cfg files
Continuing my endeavor to understand what I'm trying to do with DD .... Q1: Do I need to create / generate a ddcfg_uds.template file if I'm doing *standalone* deployments? Q2: Do I need select / update clauses in my deployment config file? The one that was generated from the GUI didn't seem to have any and so I wasn't sure…
-
DD 6.0.2 - filter clarification
I'm reading the documentation, looked at a few DevNet posts, but I'm still a bit confused as to whether I can specify filters in my DD config file to do what I want. Essentially I'm looking to do two things here:* Globally filter "out" any non-DCRs that might have been passed in through a filelist * Deployment definition…
-
hiding callout buttons
I've seen at least three threads (1, 2, 3) on this topic - and nobody seems to have found a solution. However, in the interest of never ceasing to wonder - has anyone found a solution to this? or even a way to make the button inactive (perhaps using an onCallout even trigger?) Like the others, we are in a situation where…
-
DD 6.0.2 - ability to reference "foreign tables"?
This is more of my continuing saga to try and get DD to work for a situation which I've be placed in which seems ripe with problems right now. This is hopefully a simple example that will explain the problem:DCTcontainer: housecontainer: exterioritem: direction [N,S,E,W] item width item height item: color_id container:…
-
DD 6.0.2 - duplicate groups/tables in dbschema.cfg
My next question, as I slowly plow my way through [re-]learning DD. I've got a DCT which has 2 sections that will store information for the same table in the DB. e.g.:<column name="foo" data-type="VARCHAR(50)" value-from-field="container1/0/container2/0/foo_id"/> ... <column name="foo" data-type="VARCHAR(50)"…
-
DD 6.0.2 - value-from-callout?
EnvironmentOpenDeploy / DataDeploy 6.0.2 Sybase DB (not sure of version) TeamSite 6.5SP1 Windows 2003 EE Documentation GrumblingsI believe I want to use the value-from-callout attribute in a dbschema.cfg that I'm working on, but I don't know how to use it. The manual says:value-from-callout — specifies the location in…
-
6.5SP1 - Tabbing through form?
Is there any way to control tabbing through a form so that it will skip read-only fields? --fish Senior Consultant, Quotient Inc. http://www.quotient-inc.com
-
DD 6.0.2 - Foreign Key question
DD 6.0.2 We've got a situation in which some of the tables defined in our DB have sort of a self-referential foreign key - e.g.:Col1Col2...A-Val-1A-Val-2...A-Val-2 ...A-Val-3A-Val-1... Some entries in Col2 refer to records that have the same value in Col1. Both columns might also act as Primary Keys. When I go to write the…
-
DD 6.0.2 - deploying DCR content to narrow tuple?
EnvironmentWindows 2003 EE TeamSite 6.5 SP1 OD/DD 6.0.2 Deploying DCR content to Sybase DB Problem(somewhat related to this thread) The referenced thread has to do with unbounded replicants, but let's say I want to work with bounded (e.g. max="10") replicants... I will freely admit that it's been a long time since I've had…
-
OD/DD 6.0.2 startup problem
EnvironmentTeamSite 6.5 SP1 Search 1.0 SP1 OpenDeploy 6.0.2 with Patch 59993 DataDeploy 6.0.2 Solaris 9 ProblemWe're finally bringing up our TEST server (DEV and PROD are done), after the installation of the software listed above was done (by someone else) I tried to configure the OD stuff. I updated the odbase.xml and…
-
Edit DCR hangs/FormAPI fails
EnvironmentTeamSite 6.5 SP1 Solaris 9 Problem(I've got a case open with Support, but while I'm waiting I figured I'd see if anyone else has some ideas...) Sometime between the middle of last week and yesterday our DEV system stopped being able to render DCRs/DCTs correctly; it takes about 10-15 minutes for it to finally…