uploadFile

로컬 컴퓨터의 파일을 서비스에 업로드합니다. 이 명령을 사용하여 데이터, 메타데이터, 규칙 정의, 차원 정의, 매핑된 트랜잭션, 템플리트 및 백업 스냅샷이 포함된 파일을 업로드합니다.

이 명령은 환경의 기존 파일을 덮어쓰지 않습니다. EPM Automate는 업로드 중인 파일의 이름이 업로드 위치에 있는 파일의 이름과 동일한 경우 오류를 표시합니다.

적용 대상

Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Enterprise Data Management Cloud, Narrative Reporting, Sales PlanningStrategic Workforce Planning.

필수 역할

마이그레이션 관리자 애플리케이션 역할에 지정된 서비스 관리자, 고급 사용자

사용법

epmautomate uploadFile "FILE_NAME" [UPLOAD_LOCATION] 설명:
  • FILE_NAME은 파일 이름이며, 파일이 EPM Automate를 실행하는 디렉토리에 없는 경우 절대 경로가 포함됩니다.
  • UPLOAD_LOCATION은 선택사항으로, 파일을 업로드할 Oracle Enterprise Performance Management Cloud 위치입니다. 기본 업로드 위치로 파일을 업로드하려면 업로드 위치를 지정하지 마십시오. 자세한 내용은 기본 파일 위치을 참조하십시오. 지원되는 값은 다음과 같습니다.
    • inbox - 인박스로 파일을 업로드합니다. Profitability and Cost Management를 제외한 EPM Cloud 비즈니스 프로세스는 이 위치에서 처리할 파일을 찾습니다.
    • profitinbox - Profitability and Cost Management에서 처리할 파일을 업로드합니다.
    • to_be_imported - 환경의 다음 일별 유지관리 중 임포트할 Narrative Reporting 스냅샷을 업로드합니다.
    • inbox/directory_name - Data Management에서 처리할 파일을 인박스 내 디렉토리로 업로드합니다.
    • outbox - Profitability and Cost Management 이외의 비즈니스 프로세스에서 사용되는 아웃박스로 파일을 업로드합니다.
    • profitoutbox - Profitability and Cost Management에서 사용되는 아웃박스로 파일을 업로드합니다.

  • 기본 위치로 스냅샷 업로드:

    epmautomate uploadFile "C:/snapshots/backup_snapshot.zip"

  • Data Management 인박스로 파일 업로드:

    epmautomate uploadFile "C:/pbcsdata/quarterlydata.csv" inbox

  • 인박스 내 폴더로 파일 업로드(Data Management의 경우):

    epmautomate uploadFile "C:/fdmee_data/data.zip" inbox/dm_folder

  • profitinbox로 파일 업로드(Profitability and Cost Management):

    epmautomate uploadFile "C:/profitability_data/data.zip" profitinbox

  • C:\temp 디렉토리에서 to_be_imported 위치로 Narrative Reporting 스냅샷 업로드:

    epmautomate uploadFile "C:\temp\EPRCS_Backup.tar.gz" to_be_imported