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.

Migrateduser New

About

Display Name
Migrateduser
Joined
Visits
0
Last Active
Roles
No Roles
Badges
0

Comments

  • OK, this is completely off the wall, but maybe it's worth a try. I had some problems using externaltasks to execute CLTs and some of the CLTs I could not get to work from within an externaltask script. Drove me crazy since the CLT always works from the command line. Keep in mind, this solution would only work for Solaris,…
  • In our worflow, the submit task immediately follows a CGI task. We monitor the task from the CGI doning the callback. Submit and update tasks have an attention attribute that is set when a conflict or error occurs. You can check the attributte using the command line tool iwgetwfobj $wftask->CallBack(0) # # Monitor submit…
  • In my experience, if a submittask results in a conflict for any file, the submittask is stuck in a "Resolve Conflict" state. I agree that it would be nice if there were a way to configure this state so that a notification was sent if this condition occurred. The submittask will not complete until you resolve the…
  • Unfortunately, unless there are some undocumented features out there, I don't think there's a way to resolve your problem. The fact that you want your cgitask to be owned by the same person who took ownership of your grouptask pretty much forces you to use an externaltask in between to use the CLTs that determine the owner…
  • You can have multiple <template> tags under the <presentation> tag in templating.cfg. By doing this you can set one template to have the .asp extension and the other to have the .html extension (even if the template is effectively the same template). I don't think you can have multiple extensions for one template. The…
  • About your post dealing with moving DCR's to another folder so it looks logical....on't do it. We tried it, just moving from one workarea to another on 2 servers, and it lost all metadata for each file. Instead of TeaSite recognizing it as a template it just saw it as an HTML file and opened in an HTML editor. When you hit…
  • You are my hero... With just a couple minor tweaks, it worked wonderfully. Here is the exact code I ended up with: <table width="100%" border="0" cellspacing="0" cellpadding="8"> ]]> <iw_iterate var="classifieds" list="dcr.Classifieds" iteration="counter"> <iw_if expr="({iw_value name='$counter'/} % 2) eq '0'"> <iw_then>…
  • It was a permission problem. Make sure that the owner and the group have read/write permissions in the data directory on UNIX. -Aparna
  • Can you tell me how u solved that prob.
  • I solved this error. Thanks
  • I know I'm answering my own post but I thought this might be useful for otheres for future reference for others. Restricting templates available by o/s group can be done through setting the rights on the directory to which the template belongs through the virtual file system. You could also set the permissions at a file…
  • To add to this response, there are a couple of ways to do this. You can either use a grouptask, as the previous reply stated, or you can string together usertasks by using multiple <succ> tags within a <successorset> and with the <or> tag in the <activation> tag following the tasks you want to allow to be active…
  • Thanks. I got it to work yesterday. It was a problem with the SID. -Aparna
  • try looking at the log files and give more information so that some one could help you. what type of deployment it is? do you have your dsn and sid setup correctly possibly include the datadeploy command file file.dd good luck
  • Remember that the workflow external task gets sent up to 4 arguments relating to the job, e.g, the jobid, taskid, etc. For all external tasks you should create a perl script that accepts these arguments. You can then within the perl script call the data deploy function. You need the taskid argument in order to return the…
  • type $iw-home\iwgetlocation -a and see where your log files are getting stored. in the external task after the iwdd is completed do you transit to the next task (callback function)??
  • Thank you very much for replying. I'm running on an NT machine. After the external task, I have the workflow transition to an end task. Basically, the deploying step is the last task of the workflow. I've tried to run the command on the command line, and then it works fine. Do you know if there is a workflow log file…
  • what I suggest you should do is to run the external task from the command line and see what is happening. the workflow builder can create the .wft file for you and in that file extract the external task into a file and trying running it... good luck
  • you are saying that the workflow stalls, it is probably processing the iwdd command. you should be running it as a system command. are you using windows or unix? is the system call in an external task in your workflow. do you transition back the state of the workflow at the end of the external (cgi) task Farzam
  • dcrs are content within a file while the extended attribute is set on a file and can be checked with iwextattr command.
  • Hi Nancy, Deploying to XML files is pretty much similar to deploying to the database with a few configuration tweaks in the .dd file This is an example of a configuration file to output both the extentend attributes of whole vpath and the DCR values of a certain DCR type. Ive used lots of options in the configuration to…
  • Hi nancy, Im presuming you can use Java callouts to populate items from the database as is Java. I havnt done it or heard of anyone doing it but you have two real options here. Write a Java class that uses JDBC to create a connection, query a remote database pull back the record set and then use the IW api to populate the…
  • Well there should always be the extended attribute on the DCRs TeamSite/Templating/DCR/Type=category/name Which should always be there as it is set when the DCR is created, unless you are creating DCRs in another fashion or some DCRs have been copied in which case the extattr wont be there. It might be worth checking all…
  • Hi- I've heard mention of an upgrade toolkit available from IW for this process, but have never been able to find mention of it anywhere on the site or product docs- We recently upgraded from 4.2 to 5.0.1, but did it on completely new servers and then OD'd everything between them- While doing your upgrade on the same…
  • Another thing to be aware of is that the date MUST be in mm/dd/yyyy format. Having worked in Europe, I find this a bit frustrating, since they prefer dd/mm/yyyy. My personal prefernce is yyyy/mm/dd, but when I changed the regex to allow that, and entered a date of 2002/04/05, it displays in the author's task list as Oct 4,…
  • Your due date regex allows for a date of 19/39/2019. The year max's out at 2019, not 2099. This would be better served with your 'valid_input' value represented by a subroutine and have the subroutine perform better date validation: valid_input => 'input_validator()', Regards, Dave Smith davidh.smith@nike.com <font…
  • what error its comming, I think u have to remove right Parenthesis to dnrDr,
  • Thanks for your thoughts and advice. Interwoven have now made this a feature request, due to form part of a spring release of TS. In the meantime, we'll probably be running some code from our workflow to fill in missing UIDs on the DCR: nomatter which way we look at the problem we come to the conclusion that the DCR has to…
  • You should be able to use the same OpenDeploy instance.
Default Avatar