Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Cannot run scheduler from command line in OBIEE 11g

Hi Team,
I Need help on this issue ,SR#3-14111559051:
Customer is using OBIEE 11g with SSO Native authentication configured.They are with obiee 11.1.1.9.0 on Oracle Solaris on SPARC (64-bit)
Customer have a urgent need to configure scheduler from the command prompt so that they can trigger it when their ETL jobs of loading data is done.
Customer was trying the following command but it doesn't work.
echo pwdfile | saschinvoke -u weblogic -j 20 -m 172.16.1.174:9705
Getting below error:
Give administrator password:
[server/NQSScheduler/SchClientMarshaller/Src/SCCUtils.cpp:369] [nQSError:
13057] Error From BI Security Service:
oracle.webservices.provider.ProviderException:
javax.xml.ws.WebServiceException: [OBI-SEC-00111] FailedAuthentication : BI
Security access denied - web service credentials are invalid..
[nQSError: 68021] Message from Oracle BI Scheduler.
Execution Error: [nQSError: 13057] Error From BI Security Service:
oracle.webservices.provider.ProviderException:
javax.xml.ws.WebServiceException: [OBI-SEC-00111] FailedAuthentication : BI
Security access denied - web service credentials are invalid..
[nQSError: 68021] Message from Oracle BI Scheduler.
I found that below action plan is working fine in windows but it will not work on Oracle Solaris on SPARC (64-bit)
----------------------------------------------------------------------------------------------------------------------------------------------
1. Include the password in a text file:
saschinvoke -u userid -j jobid < c:\password.txt
where userid represents the user name, jobid represents the id of the job in questions and password.txt represents the name of the file holding the password.
2. Use the echo command to mimic the prompt for the password:
echo <password>|saschinvoke -u userid -j jobid
where userid represents the user name, jobid represents the id of the job in questions and password represents the password.
Referred Docs :
- 1.How To Run SASCHINVOKE In OBIEE 11.1.1.5 Without Prompting User/Password In Windows (Doc ID 1352410.1)
- 2.OBIEE 11g: SASchinvoke Prompt for a Password when Run in a Batch Job (Doc ID 1501908.1)
- Error Executing Saschinvoke Command : 'Execution Error: [nQSError: 12002] Socket communication error at call=Connect: (Number=134) Transport endpoint is not connected' (Doc ID 1961901.1)
Thanks and Regards,
Baligera
Answers
-
Hi Team,
Please suggest on this issue.
Waiting for your response.
Best Regards,
Baligera
0