-
Weird issue with Job Properties
Hi All - TeamSite 6.5 SP2 Windows 2003 Server We are initializing a workflow with some custom job variables. Then, a user manipulates those job variables via the Job with Actions > Change Properties. Now it get's interesting. The user modifies the job variables with new (test, test, then selects "Save". For example:…
-
iwodstart.bat confusion
Hi All - I know this has been posted ad-nauseum, but I can't seem to get an answer. We are using OD 6.0.2 on Windows 2003 Server Does iwodstart.bat return an error code when invoked in a Perl script? Does iwodcmd start return an error code when invoked in a Perl script? We have been using iwodstart.ipl a lot (previous…
-
Data Deploy and Nested Replicants
Hi All - From a previous post on this forum, I see that deploying nested replicants with custom XML records is not supported. A patch on 6.0.2 is being release (when?) to address this bug. My question is, can I achieve this functionality with a IWOV style DCR? Thanks,
-
Oracle unique constraint
Hi All - Question for the group. We are doing a traditional replicant deploy with TeamSite 6.1 and DD 5.6 Basically we are deploying the replicant ID and another ID that is forming a composite key. Is there a way to approach this so that the replicant is the primary key, and then perform a unique constraint of some sort.…
-
Import
Hi All - TeamSite 6.1 Solaris 8 Question for the group. We have a DCT that allows a user to choose a folder to import to (callout). We then take that chosen path and pass it to the OOTB import URL (CCI) to perform an import. We are simply trapping the onCallout even then opening a new window with the modified CCI URL…
-
OD over the Internet
Question for the group - We have a situation where we may need to OD over the Internet. It would be a Solaris to Solaris deployment. Can we use SSH to asccomplish this with Open Deploy? What are the port implications? I know this is not a lot of information. Any insight into this based on experience would be highly…
-
iwodstart syntax
Hi - I am trying to invoke iwodstart with an OD configuration that is inside a folder within the /conf directory. I keep getting errors when I run this deployment. But once I move it to the root of /conf it works fine. e.g. <odhome>/bin/iwodstart samples/customer/website -k .... Is the /conf dir assumed? Or do I have to…
-
iwodstart.ipl and dnR
Hey - Does anyone have experience with iwodstart.ipl and dnR scripts. For instance, if my script fails, my deployment should fail, and I should get a failure return code (something other than 0) from iwodstart.ipl. Is this functionality covered with iwodstart.ipl? Thanks,
-
Transaction deployments
Hi All - We have upgrade our OD / DD to 6.0.2 Is there a way to perform DB deployments using DD transactionally w/o Open Deploy. Out current architecture does OD -> dNR -> DD, but we would like to invoke DD standalone from the TeamSite host, ensuring that the DD is still deploying content transactionally. Any thoughts…
-
Data Deploy 6.0.2
Hi All - Was curious if I could use data deploy to deploy DCR content and EA's to a database inside a Data Deploy configuration. I know that I could write something custom, but only if I really have to. Thanks,
-
DCR creation date
Is their anyway I can get the creation date of a file in TeamSite, either via CLT or possibly a Perl library? Thanks, Lucas
-
using 2 sourceFilesystem elements
Hi All - Quick question. Have an OD definition that specifies 2 sourceFilesystem elements. When the definition is invoked, there are DNR scripts that are also executed - one on Source before success, and one on Target before success. The Target DNR script is using IWXML to grab the list of successfully deployed files, but…
-
Perl and nested replicants
Hi All - I can easily user Perl to obtain the values from a replicant in a DCR: $parser = TeamSite::XMLparser->new(); $rootnode = $parser->parse($xml); @level_one_reps = $rootnode->list('Level 0'); for $level_one_rep (@level_one_reps) { $level_one = $level_one_rep->value("item"); print "Level One: $level_one\n"; @reps =…
-
Search using Search.wsdl
Hi All - I am throwing together a Perl script to test some searching with the new Search API (TS 6.5 SP1). I am throwing together things with SOAP::Lite In Search.wsdl, one of the arguments for search is LimitToAreas and calls for ArrayOf_xsd_string Anyone know how to set this up properly? Basicallly I want to throw a null…
-
Permissions
Hi All - Is there a programmatic way (i.e. Perl) to determine if a user has permission to a cetain area in TeamSite? Basically, CGI program will look at the user, then determine if he has access to a certain Searchable area in TeamSite. Thoughts? Platform TeamSite 6.5 SP1, Search 1.0 SP1 Windows 2003 EE
-
dd 6.0.1 ERRORS
Here is a deployment configuation I am trying to run. I continually get ##Unable to determine operation mode ERRORS <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <data-deploy-configuration> <data-deploy-elements filepath="D:/PROGRA~1/INTERW~1/OpenDeployNG/etc/database.xml"/> <client> <deployment name=…
-
textarea and FormAPI
I have a visual format textarea that is capturing around 4000 characters. I am trying to pass this into a callServer (with a params object), but it does not work in IE. However, in Mozilla it works fine. I have stripped my callserver script so it only prints out HTML javascript to let me know when I have roundtripped. I…
-
iw_solution_email errors
Here is my output from the debug log: arg: [-t] arg: [Site_Owner] arg: [40158] arg: [40159] arg: [\default\main\FAC\content\WORKAREA\content] arg: [templatedata\fac_e\generic\data\tsunami_2004] ############################################# Entering Generate_XML function #############################################…
-
Passing a domain user
Hi All- I am trying to pass a domain user (ie.. DOMAIN\user1) in a Data Deploy (6.0.1) deployment configuration. Does anyone know how to do this. Data deploy continually chokes on this. However, if I pass a database use, they are able to authenticate. Thanks,
-
IWOV Search query language
Anyone have some example of query language I can use with the iwsrchquery CLT. Having problems getting something working. Also, we are going to use the CS SDK to build a custom GUI to pass XML files containing search criteria. Anyone have any pointers on what this XML file will look like. Have looked at some of the .xsd…
-
Search from TS
Is there a way that I can use a CMI in TeamSite to build a custom search interface for IWOV Search 1.0 We don't want to use what comes out of the box. I am interested in pursuing this. Interwoven, please chime in ...