問題タブ [dtexec]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Python スクリプトを実行する .dtsx パッケージを dtexec を使用して SSIS Linux に移行するにはどうすればよいですか?
SSIS ETL を Windows から Linux に移行し、dtexec を使用しています。Windows では、実行可能ファイルは ...python.exe として追加できます。にpython3が存在するため、同じものをLinuxに移行する方法を知りたい/usr/bin/python3
です。
C:\usr\bin\python3
Linux 上の SSIS が Windows スタイルのパスC:\test
を Linuxスタイルのパスにマップするように、パスを追加しようとしました/test
。しかし、うまくいきませんでした。
エラーは、次のコマンドによって発生します。
エラー: 2022-01-13 20:10:42.83 コード: 0xC002F304 ソース: DDL Execute Process Task 説明: 次のエラー メッセージでエラーが発生しました:「指定された実行可能ファイルは、この OS プラットフォームに対して有効なアプリケーションではありません。」.
ssis - DTExec.exe fails when running from a PowerShell script from remote
I'm trying to run the following PowerShell script on server A to a remote server B (REMOTE_PC):
and it fails with the following error:
for unknown reason the user that runs this command turn to be ANONYMOUS (instead of the user sent with the creds).
Any idea why?