Hi,
There is a space issue on the machine i m working and due to which i have installed BODS XI pointing to F:/ drive. After i have installed BODS, i have configured Job server and have started the services and be able to run the jobs as well.
The only issue i am facing right now is not able to open Data services Management Console. Not even http://<servername>:<hostname>/
Below the error screen shot.
All the relevent services are up and running.
Any more thoughts on this please.
Abdulrasheed.
Hi,
The error will happen when you try to open DS management console through DS designer.
The problem is caused the repostiory is not registered in DS management console.
Open the link below:
http://hostname:28080/DataServices
1.Login to the Administrator page
2.Add the repository you are accessing in Designer
Regards
Helen
Hi Helen,
Even from the start menu option as well, i m not able to open the link. It's showing a message saying that the 'Page cannot be Displayed'.
The steps you had mentioned those i can't see becuase, i m not able to see the first page.
Thanks,
Abdulrasheed.
Hi Abdulrasheed,
1. Please make sure your web server(tomcat) is started.
2. Check if you have deploy all the web services successfully. Go to folder:
On Tomcat - $CATALINA_HOME/webapps to see if you have DataServices.war,Doc.war,Webservice.war deployed successfully.
3. If the web services are not deployed successfully, follow the steps below to do the deployment.
1). From the command prompt access the \Business Objects\deployment folder at the same level as LINK_DIR.
2). To deploy all web content for your web application server, type wdeploy
web_app_server_type deploy all –Das_admin_password=password.
Tomcat does not require a password. Type wdeploy tomcat55 deployall
or wdeploy tomcat6 deployall.
3). Open the DataServices.html file located in LINK_DIR\ext and
change the default port number to match the port number for your webapplication server. For example, the default port number for Tomcat is 8080.
<META HTTP-EQUIV=Refresh CONTENT= "0; URL=http://hostname:8080/DataServices/">
After you deploy the applications on Tomcat, you must restart the Tomcat
application server for the changes to take effect.
Regards
Helen
Hi Helen,
I am getting this below message, when i m trying to deploy files.
JAVA_HOME not set, trying F:\Program Files\Business Objects\JavaSDK
Using JAVA_HOME=F:\Program Files\Business Objects\JavaSDK
Buildfile: wcommon.xml
deployall:
_appsloop:
Available applications : DataServices doc webservice
config:
Loading config.tomcat55
Loading DataServices.properties
Warning: as_mode property not set. Standalone deployment assumed.
preconfig:
checkargs:
Validating configuration...
BUILD FAILED
F:\Program Files\Business Objects\deployment\wcommon.xml:300: The following erro
r occurred while executing this line:
F:\Program Files\Business Objects\deployment\wcommon.xml:257: The following erro
r occurred while executing this line:
F:\Program Files\Business Objects\deployment\wcommon.xml:167: The following erro
r occurred while executing this line:
F:\Program Files\Business Objects\deployment\tomcat55.xml:76: Error: Instance 'l
ocalhost' not found in directory /conf/Catalina
Total time: 1 second
Ant return code: 1
Seems something got missing while installing BODS.
Please do suggest on this.
Abdulrasheed.
Thanks Helen,
Somehow, i managed to deploy these .war files.
Manually, i took this from \appliaction folder and pasted it in respective folder and then run the command. Then i had created a DataServices folder with all the files.
I have changed port also as you said then open the link and configured my repository. Now i am able to work on Dataservices Management console.
Thanks again.
Abdulrasheed.