First you have to config the Adapter from Job server using that .sh scripts.
Once you have configured that adapter, then in Web-admin console you will see entry for the same.
Anyway, attached is the word document, that describes the steps, that I did in my last project.
check the adapter trace and error file ? you can view the trace and error file from the management console or from the machine where Job server managing the Adapter is running from ($LINK_DIR/adapters/log directory
check the job Server log file (server_evenetlog_.txt) it will have the command for starting the Adapter, check if the Java path is correct that is used to start the adapter
to check java env, check for following
cd to $LINK_DIR/bin
source the DS env file (. ./al_env.sh)
run the following commands
echo $JAVA_HOME
which java
java -version
the other thing that you can try is copy the command line that you see in the log file and run from the command line, does it prints any errors on the stdout
what do you see in BOExcelAdapter error log file ?
to isolate if its env setup problem or Excel Adapter problem, configure a WebService Adapter, and start that, is that running successfully ?
com.acta.adapter.sdk.AdapterMain
-a <adapter class (fully qualified name)>
Parameters to set from Job Server:
-i
-h
-p
-r <root directory (%LINK_DIR%)>
-sh
-sp
-v
Optional command line paramters:
-d
-x
java.lang.IllegalArgumentException: Adapter startup arguments not provided.
at com.acta.adapter.sdk.AdapterRunnerImpl.(AdapterRunnerImpl.java:175)
at com.acta.adapter.sdk.AdapterMain.main(AdapterMain.java:35)
Exception in thread “main” java.lang.NullPointerException
at com.acta.adapter.sdk.AdapterMain.main(AdapterMain.java:152)
Please help me out, what this message means, and what I am missing in configuration
this error is coming because you didn’t give a space after -r option
-r/opt/BusinessObjects_12.1.0/dataservices it should be
-r /opt/BusinessObjects_12.1.0/dataservices
I asked you to run the command from prompt to make sure the process starts, since you are getting this error the process is able to start
can you attach the following log files from $LINK_DIR/adapters/log directory
BOExcelAdapter_trace.txt
BOExcelAdapter_error.txt - if exists
kill the process that you started from command line
from the managment console, enable trace for BOExcelAdapter from Adapter configuration and start the Adapter again, check if this generates any trace file