-
Scheduler DB classpath on windows
I'm attempting to use MSSQL2005 for the OD scheduler database on one of my dev servers. I have placed the driver file in \drivers and made the appropriate changes to the schedulerProperties element of odbase.xml, but I seem to be drawing a blank on where to add the new driver to the classpath. I thought it might be similar…
-
expand_rcs_macros
Is "expand_rcs_macros" in the submit.cfg file supported on Windows? The Windows 6.5 documentation doesn't mention it anywhere, but the Unix documentation does so I'm guessing it's a Unix only option? The reason I ask, is that I am moving the submit.cfg from a Unix box over to a Windows box and some of the tpls are using…
-
LiveSite - Enduser website ?
Hi All, I am new to Livesite. Going through the admin guide they refer to livesite enduser website. Also in the Livesite system diagram (attached) it refers to a Run-time environment. But is this enduser and Run-time refer to Real production site ? Then where does the workflow fit in. If not, then how do we move this…
-
How to Execute a SQL Statement Before Deploying Extended Attribs
I am trying to deploy from extended attributes into a database table in MS SQL Server where the id column of the target table is automatically generated by the database. I've written code to separately query the database for the next id and set the appropriate extended attribute with that value. On deployment, I wish to…
-
Cannot find matching OD client (?)
I'm testing an instance of OD and the sender and receiver log the same basic error: LIB: id=m1 2006-12-19 14:06:11 Interwoven OpenDeploy(6.0.1.0.0 Build 41860 Interwoven 20041018) LIB: id=m1 2006-12-19 14:06:11 LIB: Component Version (6.0.1.0.0 Build 41860 Interwoven 20041018) LIB: id=m1 2006-12-19 14:06:11 Protocol…
-
Proxy service fails to start when server reboots.
OS = Windows Server Standard Edition, SP1 TeamSite version = 6.7.1 Build number = 6075 The proxy service does not start when the server is rebooted. It starts just fine manually. I've jumped through a lot of hoops with IW Support (don't get me wrong, the tech is very patient). We've tweaked files to no end but still the…
-
Handling multi-language in Inline callout script
Hi, I am facing a problem which may have been discussed in the Forum earlier but am unable to site it. I am trying to populate a drop down item with an inline callout from a Flat file in a DCT. The flat file contains entries in various languages with latin, chinese etc characters in it. I am able to populate the drop down…
-
Event Sub System running on SQL2005 JDBC Driver
Well I have followed the instructions in the KB Article (56631) to a T. I have even tried having the class path as c:\\interwoven\\iw-home\\eventsubsystem\\lib\\sqljdbc.jar, which I presume is an error in the KB and should be \\eventsubsystem\\lib\\sqljdbc.jar. But I have had no luck. The EventSubSystem will not start as…
-
Other values besides iw_file?
What other values can I get besides iw_file when I use __ELEM__('iw_file')? Pointers to documentation welcome.
-
Prevent any locking in Branch
I have a requirement to prevent any locking at all in a particular branch. I have tried the three locking models and each of them lock files. Submit Mandatory Write Optional Write When users import a new file it automatically places a lock onto the file. How can I remove locking entirely from a branch?
-
OpenDeploy 6.1.1 now available
OpenDeploy 6.1.1 is a feature release that provides bug fixes, feature enhancements, and new adapters. New Adapters ------------ Microsoft adapters: New delivery adapters for Microsoft environments include the following: -Internet Information Services (IIS): IIS adapter applies settings to an IIS 6.0 server and can also…
-
TeamSite 6.7 and MediaBin 4.5.3 Integration
I am attempting to use the TeamSite 6.7.1 examples for ecm/press-release-template. While creating a new "Form Entry", when I click on the "MediaBin" button, I am getting the following error: Unable to login to the MediaBin server. The first few lines of the detail page are: java.rmi.RemoteException: MediaBin can't validate…
-
Violation of PRIMARY KEY constraint 'pk_metadata'.
I am working on a project to update the metadata in MediaBin but, I rec'd a "Violation of PRIMARY KEY constraint 'pk_metadata'." I'll paste the code below and then the error from mbp.log. ********** Begin: Main function Code ********** // Search and set the metadata // String[] assetsString =…
-
OD/DD RPC protocol stream is incorrect
Just moved over to TS6.7.1, OD 6.1 and SQLServer2005 and I'm now gettin this error on certain deployments - DBD: ******************************************************* DBD: SQLException occured in TDbSchemaGroupCfg DBD: Exception Message: [STH008DB]The incoming tabular data stream (TDS) remote procedure call (RPC)…
-
Where can I find AppSettings doco?
The Mbin api guide refers to the AppSettings in the web services and mbpnetmodel.dll but, where can find all the settings, their name, and recommended values? Thanks!
-
ReportUserLogins view's performance
Hi all. Is it normal that getting all records from the ReportUserLogins view in the MediaBin database takes over an hour? The table contains just over 100000 records, so the time it takes to get all the records strikes me as a bit too long... Thanks in advance!
-
Potential bug in iwaddtaskfile?
One of our clients decided to have the template automatically generate the page via FormAPI every time the DCR is saved (including the first time - so they are suppressing the regen prompt and running a server call to do the generate). I pointed out to them that if they do that, they really need to lock the page they are…
-
Ingest Multiple Assets leaving blank placeholder
When our Asset Manager ingests mutilple assets some of the assets do not ingest. The assets hang in the active job list for hours. When the job gets cancelled there is still a placeholder in Media Bin Explorer for the asset even though the asset did not ingest. Any help is appreciated. Curretly running Media Bin 4.0.…
-
ipl file hangs during cgi-callout but not from direct call
I have an interesting one. I have an ipl file that I am using for a cgi-callout. It works great when I call it directly from the browser, but when I call it from a DCR in a callout it hangs. I believe the reason it is hanging is because of the very large amount of data that I am placing into the listbox. It's strange that…
-
TS 6.7.1 FormAPI setVisible() problem
In TS6.7.1 FormsPublisher, if my custom script set an item within a replicant container invisible using setVisible() when the replicant is first added, then I'm not able to make this item visible again. The same code worked fine in TS 6.5. It looks like a bug to me. Here is the javascript. Also see the datacapture.cfg in…