

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Need to schedule script in PowerShell from SAP
I had experienced a similar issue and it was because the scheduler did not have permissions of the file. The scheduler is unable to read the contents basically the login credentials from the file.
As a work around what I did was I created a separate job altogether to capture the password in the form of a secure string and then ran the job with the service Id. In this manner, the service has required access of password.
And just because it is the Id which is responsible for executing the job, it always ran well.
- Related Questions & Answers
- How to run a PowerShell script from the command prompt?
- Generating SAP ABAP code/ script from XML coming from an external application
- Need to update MySQL and SAP database at the same time from a Form
- Controlling the Schedule to Protect your Project from Deviation
- Do you need text/javascript specified in your <script> tags?
- How to get the path of the currently executing script in PowerShell?
- How to Schedule Notification in Android?
- Course Schedule in Python
- Passing Lua script from C++ to Lua
- Adding a Page break/new page in SAP Script
- SQL Script vs Graphical Calcualtion views in SAP HANA
- How to schedule local notifications in Android?
- Use result from MongoDB in shell script?
- Course Schedule II in Python
- Course Schedule IV in C++
Advertisements