-
xml parser
Hi All- Anyone know of an XML parser (or if TeamSite XML: arser) can parse the following document: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <xml-tuple-data version="2.0.0"> <data-tuple> <tuple-field name="REGIONPROVINCE">ON</tuple-field> <tuple-field name="POSTALCODE">L4K 4R8</tuple-field> <tuple-field…
-
iw_solution_email.ipl
Hey- I am looking for an easy way to get DCR information using this script. Out of the box, it seems to display only workflow information. For example, I use the ccmail_htmlbody.tpl but I cannot seem to get access to the file and workarea. All I really want to do is get some dcr.* information using iw_value, but I cannot…
-
Task is no longer valid
Hi All- I am experiencing weird behaviour when testing my workflow I have a usertask w/ 3 successors. The 3rd successors call a group task, the group task succesor is an end task Whenever I click the successor for the grouptask in my usertask, a screen immediately opens up that says the task is no longer valid. Seems to be…
-
iwjobc -i
TeamSIte 6.1 Solaris I am invoking an XML job spec with iwjobc -i I have an externaltask in the workflow, but when it runs it doesn't produce a JobID or TaskID. I am using the sample_external_task.ipl script that ships with TeamSite. SO the code should fine. It works in workflows that are invoked other ways (Actions > New…
-
task activation
Hi All- Having a problem figuring out activators for a group of tasks. Here's the scoop: Task One <successors> <successorset> <succ v="Legal"/> <succ v="QA" /> <succ v="CEO" /> </successorset> <successorset> <succ v="Legal"/> <succ v="QA" /> </successorset> <successorset> <succ v="QA" /> <succ v="CEO" /> </successorset>…
-
CheckBox(es)
Hi All- I have a CGI task that is collecting some information from a workflow user. I have set of checkboxes. If one is selected, the value is read into my externla task ala GetVariable no problem. However, if more than one value is selected I get on of those ARRAY(x83943) references. How can I parse this in my ET to get…
-
seeting values from radio elements
Probably a really simple answer to this one. Try to set the value selected from a radio button in a CGI task. Here is how I am setting up the radio elements: my @review = ( {name => "typea", label => "Type A"} {name => "typeb", label => "Type B"} {name => "typec", label => "Type C"} ); Here is how I am printing them in the…
-
callout url
Do all callout URL parms have to come from iw-bin or can they originate from a WORKAREA? Lucas Cochrane lucas.cochrane@baucanada.com
-
sql user-action
Hi All- I am trying to create a DD configuration that will delete from my table based on the path. We are using TeamSite 6.1 and had to use the custom="yes" feature to get the iw_sub_elements garbage removed from DD. Here is my deployment config: <data-deploy-configuration> <data-deploy-elements…
-
Custom SQL
Hi All- Solaris 8 Data Deploy 5.6 TeamSIte 6.1 We are deleting DCR's from the database on the SYbcDestroy event. We are putting the path value into our parent table, and when the DCR is deleted we are grabbing the path and creating a custom SQL statement ala Perl: BD However, when I try and do a: delete from JOB where…
-
Deletes w/ DataDeploy
Hi All- Quick question. I assume if you delete a DCR, then run iwdd.ipl, then that DCR will be deleted from all tables it updates in a user-defined schema. Am I wrong to assume this. Testing show me that even if a DCR is deleted, synch with iwdd.ipl, the information still remains in the DB. Any ideas here? Lucas Cochrane…
-
inline command
Is there a way to catch a DCR in edit mode and deal with that in an inlne command? We are using an inline command to generate a unique ID in a DCR. However, when we edit, the same code is executed - and it's not ideal for our situation. Is there a way to determine in an inline command if the DCR is being edited? Lucas…
-
Weird DD behaviour
Hi All- Having a weird problem with Data Deploy 5.6 and TeamSite 6.1 on Solaris I am running iwdd.ipl using a configuration that is pushing all DCR's to a custom shcema. When DD is trying to build the TUPLE for insertion into the custom schema I get weird results: TUPLE={job/0/{iw_sub_elements}/14/purpose/0=,…
-
iw_sub_elements
Anyone know what the heck iw_sub_elements does? Lucas Cochrane lucas.cochrane@baucanada.com
-
DD 5.6 and Containers
All- Has anyone noticed problems with Data Deploy grabbing information from Containers in TS 6.1 Using the old DTD (datacapture) and replicants, everything works nicely. When we set things up in Containers on the new DTD, information that is saved in the DCR is not being pulled through to Data Deploy (iwdd.ipl TUPLE=) Any…
-
TS 6.1 workflow error
All- I am encountering some weird behaviour in TS 6.1 workflow. I have set-up a group task in which I am the owner. But I am unable to take ownership of the task in workflow. I get permission denied errors. I assume I don't have to be part of the <sharedby>...</sharedby> element as well? Any thoughts on this one. BTW, it…
-
Data Deploy
Can Data Deploy be used without TeamSite? Lucas Cochrane lcochrane@itnet.ca
-
Limitations of UI Customization in 6.1
All- I have stumbled on a limitation is customizing the UI in TeamSite 6.1. We are trying to remove all instances of the "Tag" feature in CCPRO. I am able to remove it from the File Menu in the Content Tab, and the File Actions Menu in workflow. Then we get into "Headings". I would also like to remove it when a user…
-
Custom Menu Items in 6.1
Hi Folks- I am having a **** of a time trying to get a TS CMI (custom menu item) working in TS 6.1 (Solaris 8). I can get it to work from the command-line, but when I try and do it from TS, Internal Server Error, over and over and over. I keep getting (8) Exec format errors. SHe-bang line does not seem to be an issue, and…
-
iw-webd error log in TS 6.1
Hello All- Does anyone know where the web daemon error log exists for 6.1? I know in 5.5.2, iw-webd/log/error.log gave me some excellent information when debugging custom menu items et al. Anyone know where I can get this information in 6.1 Thanks. Lucas Cochrane lcochrane@deloitte.ca
-
Supported JRE
What supported JRE does TeamSite 6.1 support? Lucas Cochrane lcochrane@deloitte.ca
-
Custom iwextattr CGI
All- I am interested in knowing if anyone has written an iwextattr custom application/CGI/JSP that allows users to edit extended attributes, and set extended attributes. Bascially, the OOTB set/edit metadata views do not meet our needs so we are going custom. Maybe a skeleton application that can be extended? Any help that…
-
SOAP Port Number
I am trying to connect using the CS SDK through a SOAP connection. It needs a port number, but I cannot find one in the documentation. Might someone be able to provide me with this information? Or know where I can get it? Thanks. Lucas Cochrane lcochrane@deloitte.ca
-
DD Deploy and Run
Are deploy and run scripts a standard feature in DD. If not, there a way to trigger a script to execute code based on a successful DD? I know workflow could handle this, but it there another way? Regards, Lucas Lucas Cochrane lcochrane@deloitte.ca
-
Datacapture Design
Hi All- Thought I would throw one out there to the group. We are looking to create a datacapture template (DCT) with a tabbed view that is very similar to the datacapture.cfg that is used for metadata capture. Does anyone know if this is possible? Some comments/feedback would be well received. Regards. Lucas Cochrane…
-
6.0.0 Jumbo Patch
Does TeamSite 6.0L contain the 6.0.0 Jumbo Patch? Lucas Cochrane lcochrane@deloitte.ca
-
TeamSite 6.0 Customization
All, I am consulting the documentation for customizing the TeamSite 6.0 GUI. I am able to expose a new custom menu item, but unsuccessful in restricting it to certain roles. The UICG documentation uses one example, and it relates it to an operation id. Does it have to be operation id? What is the flexibility here? Anyone…