shigetoxy
(shigetoxy)
August 31, 2023, 7:29am
1
エキスパートの皆様。
現在、SAP Reusable ComponentsのSRC_ACC_MSTR_CRTを使用して、勘定コードマスタ登録を自動化しようと考えております。
手順書に記されている通り以下ディレクトリ構成で実行しましたがコンパイルエラーになります。
Sample_SRC_ACC_MSTR_CRT
|_Sample_SRC_ACC_MSTR_CRT.xaml
|_SRC_ACC_MSTR_CRT
|_SRC_Common
また、手順書の前提に「SRC_Master Data Packageをダウンロードしていること」と書かれていますが「SRC_Master Data Package」なるものはMarketPlace上に見つかりませんでした。
どなたか、こちらのワークフローを実行できた方はいらっしゃいますか?
UiPath Ver 2023.4.2
以下エラー内容
Error ERROR 検証エラー BC36914: 要素の型を推論できません。Option Strict On が設定されているため、‘Object’ と見なすことはできません。配列の型を指定すると、このエラーが修正される可能性があります。 SRC_Common/SRC_LoadExcelData.xaml
Anil_G
(Anil Gorthi)
August 31, 2023, 6:01pm
2
@shigetoxy
Welcome to the community
As per error looks like you are trying to add a wrong data or trying to convert the data and it is failing
Cheers
shigetoxy
(shigetoxy)
September 1, 2023, 5:26am
3
Thanks for the reply.
I am not talking about incorrect data, data that could not be converted, or any other dimension, I am saying that the workflow provided by the official does not work in the first place.
Anil_G
(Anil Gorthi)
September 1, 2023, 5:42am
4
@shigetoxy
There can be multiple reasons…
The dependencies might be old
All the required inputs are not provided
There might be some issue in imports
Cheers