Re: BO 3.1 WinAD authentication failed error (FWM 00006)
Hi Balam, if you're trying it from your own Eclipse dev machine - did you do the following things?Provide the java arguments -Djava.security.auth.login.config="c:\path\to\bscLogin.conf"...
View ArticleRe: BO 3.1 WinAD authentication failed error (FWM 00006)
Hi Balam, then this might be a problem. Those tools don't require the mentioned files.Did you try the RichClient logon with secWinAD? This should give you the same error message. Those files don't...
View ArticleRe: JSP code doesn't load the embedded dashboard
Hi Parvaneh, It should be response.sendRedirect() rather than Response.sendRedirect(). Hope this helps. Regards,Rajarsh
View ArticleRe: BO 3.1 WinAD authentication failed error (FWM 00006)
Hi Jan ,thank you again for your help,I tried Webi RichClient logon with secWinAD and It works without error, the issue still when i want to logon with a Swing Gui with the code : ISessionMgr...
View ArticleRe: BO 3.1 WinAD authentication failed error (FWM 00006)
Hi Balam, I would still guess that it is cause of the configuration, but I don't have the option to check if your code works without the files.Maybe someone else is able to help you. Sorry.. Jan
View ArticleRe: BO 3.1 WinAD authentication failed error (FWM 00006)
Thank you Jan , Just one other question please , the files you mentioned should be on machine local or on remote machine (machine of server ) , so if i get them what i can do with those files in...
View ArticleRe: BO 3.1 WinAD authentication failed error (FWM 00006)
Hi balam, I just wrote this sample code - I don't have a working example as we hide this function in a library our company develops. But it should work something like that: public class Example {...
View ArticleRe: JSP code doesn't load the embedded dashboard
Hi Rajarsh, Yes you are right. It's working now both in Chrome and IE ! Thanks a lot. Do you also know why the dashboard/any report cannot be shown when I embed the open document URL in this code ?...
View ArticleRe: Error in Loading DLL(COM SDK)
I could answer with addition of following DLL.BusinessObjects Designer 14.0 Object Library Regards,Michiko
View ArticleRe: JSP code doesn't load the embedded dashboard
Hi Parvaneh, Your posts are quite confusing. What excatly are you using the HTML file or the jsp code from the previous updates? I assume that you are using the default Tomcat to run your application....
View ArticleRe: JSP code doesn't load the embedded dashboard
Hi Rajarsh, Thanks for the reply. Yes I'm using Tomcat. Calling the Opendocument URL via the response.sendRedirect works perfectly thanks to your help so I can now do what the customer has required....
View ArticleImages missing when generating reports using the Java runtime
Hello, We have developed a Java application that is using the latest available Crystal Reports Java runtime to generate reports using RPT files. It was working great with RPT files created with CR XI...
View ArticleRe: JSP code doesn't load the embedded dashboard
Hi Parvaneh, I have never seen anything like this, moreover if the requirement is achieved using simple OpenDoc call, why do you want to embed the url as above? It will just increase the complexity of...
View ArticleRe: BO 3.1 WinAD authentication failed error (FWM 00006)
Hi Jan , I tested the WindAD method on local machine with creation of 2 files that you mentioned before , also i put the code below in my java method . finally it works well without any...
View ArticleRe: Images missing when generating reports using the Java runtime
Hi Blandine, Have you placed the crystalreportviewers folder in your application? You would also need to map the same in your web.xml. Also, since you have upgraded your environment you should use the...
View ArticleRe: BO4.0 openDocument:please wait while the document is being processed
Hi Prithvi, I tried in Chrome, IE10, IE8, can't show report in IFrame neither
View ArticleRe: BO4.0 openDocument:please wait while the document is being processed
also set the cookies to the lowest level, it's not work
View ArticleRe: BO4.0 openDocument:please wait while the document is being processed
Have tried using IE in compatibility view?Also look for the product availability matrix to check for supported version of browsers as per your product version. You would want to track the HTTP requests...
View ArticleRe: BO4.0 openDocument:please wait while the document is being processed
Hello Prithvi, thanks for your response, I just tried the IE in compatibility view, it's worked. and I didn't found any block in the program... do you have any idea? thanks in advance. regards,warrick.
View Article