QTP question.
Deskin, Bob
Bob.Deskin at Cognos.COM
Thu Aug 25 12:41:11 CDT 2005
Indexed subfiles (the INDEX option on your SUBFILE statement) use DISAM on Windows (both PowerHouse and Axiant). If you want to use indexed subfiles, you need to license DISAM.
So the easy answer is to remove the INDEX option and not use indexed subfiles. If you need something indexed, perhaps a temporary table in your database will do.
Bob
-----Original Message-----
From: powerh-l-bounces+bob.deskin=cognos.com at lists.sowder.com
[mailto:powerh-l-bounces+bob.deskin=cognos.com at lists.sowder.com]On
Behalf Of Syed Shahul Hameed Mustaffa
Sent: August 25, 2005 12:33 PM
To: powerh-l at lists.sowder.com
Cc: Joe Boyle
Subject: QTP question.
Dear Gurus,
Quick Intro: I'm migrating PH/MPEIX application to AXIANT-4GL/WINDOWS.
Please look at the following excerpt of code.
;---------------------------------------------------------------------------------------
request Extract-Rexam-Record
access REEXAM_D IN CWDB &
link COMPUTER_NO to COMPUTER_NO of EVENT_D IN CWDB
choose EPISODE_TYPE "EXAM"
select if CW_DATE of REEXAM_D ge RX-DATE-FR and &
CW_DATE of REEXAM_D le RX-DATE-TO and &
EVENT_ACRONYM of REEXAM_D eq EVENT_ACRONYM of EVENT_D
subfile $UEV_SUBFILE_PATH\CW877SF1 KEEP include &
COMPUTER_NO of EVENT_D, &
EVENT_ACRONYM of EVENT_D, &
COMMENTS of EVENT_D, &
ED_DATE of EVENT_D, &
CW_DATE &
index COMPUTER_NO ;segment COMPUTER_NO ;<---- THIS LINE
request Create-Final-Subfile
access COW_LOC_D IN CWDB &
link UNIT_NO to UNIT_NO of UNIT_M IN CWDB &
link CLD_COMPUTER_NO to CLD_COMPUTER_NO of COW_D IN CWDB &
link CLD_COMPUTER_NO to COMPUTER_NO of *$UEV_SUBFILE_PATH\CW877SF1
;<---- THIS LINE
;-------------------------------------------------------------------------------------
The lines I have marked as THIS LINE cannot execute without a DISAM license.
How can I rewrite this code to execute without a DISAM license.
I'd appreciate every effort to help me out in this issue.
Best Regards,
SYED.
--
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l at lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request at lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to powerh-l-request at lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.
More information about the powerh-l
mailing list