- This topic has 16 replies, 7 voices, and was last updated 16 years, 3 months ago by .
-
Topic
-
Cloverleaf 5.2, AIX 5.2 I have a thread that will not cyclesave with hcicyclesavemsgs. I can cycle it from the gui and from the command line but not from the script that is scheduled in cron. Every other thread in the site will cycle, except this one.
I’ve tried renaming the file then stopping/starting the process, but no dice. I have not stopped the thread, opened SMAT, closed SMAT, then restarted the thread. The “Save outbound messages” is selected in thread configuration. There are no other thread names similar to this one.
Here’s how we’re set up
Cron job:
59 23 * * * /usr/integrator/scripts/cycle_sbmc_adt
cycle_sbmc_adt script
#!/usr/bin/ksh
setroot /qdx/qdx5.2/integrator
setsite sbmc_adt
# This will cycle messages consistently with the night job.
# No data will be lost EVER if this script is used.
/usr/bin/ksh -c ‘eval `/qdx/qdx5.2/integrator/bin/hcisetenv -root ksh /qdx/qdx5.
2/integrator/sbmc_adt`;hcicyclesavemsgs -d -o 120 -f /usr/integrator/CycleLog_sb
mc_adt’ >/tmp/cycle_sbmc_adt.log 2>&1
Here’s an excerpt from the log file:
Processing
Root: /qdx/qdx5.2/integrator, site: sbmc_adt, proc: sbmc_adt1, thread: emcare_adt
20080611.00:00:03 No saved IB msg file for this thread
20080611.00:00:04 No saved OB msg file for this thread
I’ve talked to Quovadx (or Healthvision) support, but we haven’t been able to resolve this issue. Any help would be greatly appreciated.
- The forum ‘Cloverleaf’ is closed to new topics and replies.