-
OD 6.0.1 server to OD 5.6 rec error
Upgraded OD base server to 6.0.1, trying to check deployment to a 5.6 receiver (both Solaris) Deployments are failing (one that worked before) with this in a log : ENG: 2005-02-09 11:18:09 PST GMT-08:00 Thread-44 Send attributes to receiver, RC = 1 ENG: 2005-02-09 11:18:09 PST GMT-08:00 Thread-44 Read attributes from…
-
branch filtering for templates ?
Moved a large site to 6.1. Now when one does a new form, they get 180 different choices, when only 6 are possible in their WA. So I guess I have to use branch filtering in templating.cfg So I am trying to figure an easy way to do this. Do not know if there is one. Has anyone tried to at least generate a list of these ? I…
-
WebDeskPro in 6.1 ?
Users are asking if WDP is available in 6.1. I have shown the Professional GUI, which looks a lot like WDP. They want to know if WPD is available with the 6.1 server backend. I thought I heard early in 6.X that it would be available but cannot find anything about it. TIA Andy
-
problems installing with sudo ?
I am reading an IW written consulting document that specifies having true root access, not using sudo ./install Any idea why ? I was successful with sudo (though there were a number of path issues) Andy
-
OD 6.0.1 non -login, new install
I know I must have done something stupid. I have TS 6.0.1 on Solaris. Installed OD 6.0.1, (base, admin, and content services in that order) Started OD and Admin with iwod60 start and iwodadminserver start, iwreset -a Try the admin GUI, get the login page at http://server:8081/iw/opendeploy/login username/passwd (admin or…
-
6.1 Startup woes
TS 6.1 on Solaris 2.8 GUI will not start, due to OpenApi startup script failing. this line in iwopenapiboot (private/bin): /bin/su $iwui_user -c "nohup $OPENAPI_DIR/iwopenapi 1>>$IWLOGFILE 2>&1 &" gives me Ambiguous output redirect. Running as root (or as sudo) When I removed the logging, it works. Tips/Pointers/RTFMs…
-
HostID 000000000 ?
Hey Am trying to install on a dev server without consistant network connection. Win 2K. TS 6.1. When the network is disconnected ipconfig gives me no data and tslicinfo gives HostId of 000000000000. I have hardcoded an IP address to no avail. Loopback is turned on (I can ping 127.0.0.1) This is a laptop I want to use…
-
WFs on other events ?
TS 552, Solaris 2.8 As far as I can tell, available templates can fire on post commands like tt_data, tt_deletedcr, etc. Can these be added to ? I have been requested to have the wf engine as you if you want to submit on a Set Metadata (save and close) and on a delete FSE. Reading the WF manual it sounds like it is…
-
Importing and saving MetaData ?
If I have foo.pdf with 20 EAs and import a new version of foo, the EAs go away. Is there a way to keep these ? This is going to kill us. Andy
-
EAs from a previous version
TS 552, Solaris 2.8. So we are moving from DCRs corresponding to a PDF, to EAs on the PDF. Part of the WF is that if field 1-4 of the DCR change, do something special for deployment (after the file was submitted). So in the current WF, grabs the file, users iwattrib and iwcat to get the previous version of the file and…
-
Move to Area ?
Splitting a branch on 552 Solaris 2.8. Is there a way to move to a different area which will keep history, versions, etc ? Tips/pointers/RTFMs appreciated Andy
-
MetaData Capture as part of WF instanciation ?
My users really really want (as opposed to really want) the MD capture screen to be invoked as part of the WF startup screen. My ideas of CGI task in the beginning or a button to set metadata (I think I can do this) on the start screen are unappreciated. Is this possibile ? Any clue ? I doubt it can be done, but thought I…
-
programmatically open/save DCR
We imported thousands of DB records into XML for TST. However the DCT has a couple more fields that were not in the initial data (but does have default values) What I want to do is open and save the 2000 or so DCRs (formAPI is not an issue, I just care about the missing fields). Since there are 20 or so fields, I could…
-
container ID ?
Looking to track moves/renames. Currently we have a trigger that marks a file as moved and from where with extended attributes so we can clean up the associated DB information on submit. One problem is that if I do a double move/rename: mv A B then mv B C The EA marks move from B while it is really from A. We can code…
-
WF Start fields user config ?
TS 552 SP4 Solaris 2.8 I have a WF with one field as it is instanciated (Description) I would like to add a second files (checkbox) but have it only available to nipper, smitty, and ghoti, but not to everyone else. Is this possibile ? Tips/Pointers/RTFMs appreciated Andy FWIW here is the tag info section I have: TAG_info(…
-
LDAP protocol incorrect ?
This was an ugly one. All of a sudden no users could authenicate through TS. Our LDAP manager had changed the config not to allow multiple binds per connection (which is consistant with V2 of the LDAP RFC). V3 of the LDAP spec allows this (which is also rather new). This change was due to another issue, of course it…
-
TFO workflow/approve ?
TS 5.5.2 Solaris, TFO 5.6 We use TFO to push content to a staging server. Now I want to push this to a production server. So I need a way of having a user say go. The problem is that they like the TFO interface & are not really too keen on the TS. If I create a WF with a CGI task, does that require a TS login first ? The…