Errors encountered during test script upload with Excel addin
Question ID: 109012
0
0

I am getting errors that the step description is to long for an excel test script that I am trying to upload into HP ALM. Is there a way to increase the size limit from 255 to a greater value?
Thank you

Marked as spam
Posted by (Questions: 89, Answers: 0)
Asked on May 1, 2019 1:45 am
246 views
Answers (1)
0
Private answer

In the Excel Add-in users guide it says the following about the size of the fields

Field data must not exceed the field size in ALM.
Only plain text and hyperlinks are uploaded to ALM. Any graphics are ignored, and formattingis removed.

The Description field in ALM is a Memo field that has no size limit in ALM

On the database side the ST_DESCRIPTION field is defined as varchar(max) which can hold a maximum of 2,147,483,647 characters.

There should not be a 255 character limitation on the description field

Check your mapping make sure that you have mapped the fields to cells correctly and that you do not have two fields pointing to the description cell.

Marked as spam
Posted by (Questions: 0, Answers: 309)
Answered on May 1, 2019 1:47 am
0
I found that I had actually mapped the step name and the step description to the step description column once I fixed this it worked
( at May 1, 2019 1:48 am)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top