On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Comments
-
The .ipl file is located in one of your OD sub-directories. On Windows 2000, I found the file at the following location: D:\iw-home\iwdeploy\OpenDeployNG\solutions\ddsync\ddsync.ipl If you don't have a copy of the file, it's included in SP2 for OpenDeploy. Good Luck! jbyork
-
The problems you experienced may depend on your network environment, because iw_sendmail works fine for us on TeamSite 5.0.1 running on Win2000 without any modifications. Please post your script changes. Thx. -jby
-
DataDeploy v5.2 allows you to map to user-defined schemas. The new UI is a pretty good tool that reduces the amount of manual configuration required. The only drawback is that you cannot do everything with the new UI. For example, if you need to deploy extended attributes, you have to manual create the required config.…
-
Sounds like you are trying to connect to Oracle 8i. Your DBI/DBD modules probably need to be updated (not an easy task if you've never compiled libraries and drivers before). The DBI/DBD shipped with TeamSite only supports Oracle 7 & 8. We've been working on resolving the same problem you're experiencing for over a week…
-
There is a problem with the example CGI... which has already been reported to engineering. Previous versions of TeamSite - both metadata capture and templating used the same structure. However, with 5.0.1 + the CGI API for templating has changed - but the metadatacapture API has not been updated yet and still uses the old…
-
Sounds like a firewall issue. Try to deploy to a different OD receiver located behind the firewall. If this works, then you know it's probably a firewall (or network) issue. If this doesn't work, check all the xml config. files to make sure all IP addresses and server names are correct. If the odbase and odrcvr files don't…
-
Make sure your XML file is well-formed. FYI - the script you are trying to run has to be on the source (not the destination). According to TS 5.0 documentation, the deploy and run script must be on odbase. Previous version of OD allowed you to execute a script on the odreceiver. IWOV has indicated that this function will…
-
Yes, you are correct about the webserver_group. If you had additional different permissions on other directories and sub-directories in the workarea, you will need to manually change them before submitting the files to STAGING.
-
Previous versions of OD were not multi-threaded by default. So, one deployment had to finish before another one started. In OD 5.x, you create your deployment xml configurations (for forward and reverse deployment). You can schedule these deployments through the new OpenDeploy Administration UI. Pretty easy IMO.