Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SHDB- test data

former_member188594
Active Participant
0 Kudos

Hi peers,

I have a doubt in SHDB [recording process]. Once we have created a new recording we generate a program either from the file or recording. Beneath that tab there is a "Test data" tab with "create" check box and file parameter. So my doubt is will the recording create the test data or we have to create a test file[ .txt] ourselves and give the path. I tried giving a file path and the error i got is "File c:\vendor\test99.txt cannot be opened". Could anyone clarify on the above. Thanks alot.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

your file should be a dataset file on your application server and not a local text file.

3 REPLIES 3

Former Member
0 Kudos

your file should be a dataset file on your application server and not a local text file.

Former Member
0 Kudos

Hi,

After SHDB recording you have to create a file it is a local file not application server file. The file path may be given wrong or the feilds are not separated properly. It is better to take separated by tab then whatever may be the feild length it will work. So try to work on that.

Thanks

Sarada

0 Kudos

Sorry sarada, i disagree with you. I have tried out and its the application server path where we need to give the file name and the test data file gets created there. Its not on the local disk and its not the case of delimiters or field misplacement. Anyways thank you for your efforts to attempt to answer this question of mine.

Best regards.