Hi Guys ,
Can anyone please suggest what will be best practice or study material for learning the SAP Business Object Administrator .
Please advice me soon .
Thanks & Regards,
Lavneet
Hi Guys ,
Can anyone please suggest what will be best practice or study material for learning the SAP Business Object Administrator .
Please advice me soon .
Thanks & Regards,
Lavneet
Hi,
I need to accept data from user in dd/mm/yyyy format, but as of now the default format what the prompt is taking is mm/dd/yyyy.
Considering the prompt as 'Date from'. Kindly help me out with the code for dd/mm/yyyy.
As of now the query is MRK.Data.From_Date=@Prompt('Date from','D',,,).
Thanks.
Jim
Here's my problem:
I recieved an excel sheet with 700 records of customers from a client who wants me to to create a report with specific data for these customers in my Business Objects universe (BO6.5 on SQL Server).
So I created a dataprovider with query 1, i.e. the requested data of customers. Then I created a second dataprovider, query 2, based on 'personal files', i.e. the excel sheet. In query 1 I added to the conditions that each customer should be in (sub)query 2 (CustomerId In list of the query result ('query2.CustomerId').
the syntax I have used for this seems OK.
However, I recieve the following error: "Too many selected values (LOV0001)". I know this error has to do with parameter MAX_INLIST_VALUES, which is limited by default to 99 and can be extended to 256 max. But I thought it refers to the max number of items in lists of values.
When I limit the number of records in the excel sheet to 99 the result is perfect (proof that I got the syntax right!). I can upgrade the parameter to 256, and can split the excel sheet into three, but that will not be useful when next time my client sends me 10.000 customer records.
Can I make reports in BO which use subqueries that result in more than 256 records at all? (hardly imaginable).
What is the best way to do this?
Thanks in advance!
Hello,
Is there a way to remove the previous user's username from the Deski login (user identification) panel?
Thanks,
Omar
Hi All,
Is there a solution to the this issue where fhsql will not convert to webi in 3.1.OR 4.1
Some of the FHSQL Deski report where converted with no issue
Even thought a secure connection was created, lm still getting this -
"Not Converted : ABCD - Free-hand SQL connection problem"
I have done alot of research, but non of their solutions work
One solution is to create a biar file of the FHSQL deski and migrate to 4.1 using UMT,
then use RCT 4.1 to convert, but DID NOT WORK.
Please help, users are on my tail.
Thanks
PC
I am attempting to modify the generated SQL in a DESKI 3.1 report and save with the Do Not Generate box checked.
If I attempt to modify the generated SQL and check the Do Not Generate box when I click on OK or Verify SQL button I get the following error:
Exception: DBD, [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.State: 42000
Any ideas as to what could be the problem?
Thanks.
Hi Experts,
Please help on how to get '*ALL' option in LOV of a prompt to select ALL values in the LOV of the object at report level by editing the SQL of the report in DESKI XI R3.
In BO 6.5 FC the below syntax was working but in XI R3 its not.
(Table.Column IN @variable('1. Select Column:') or 'ALL' in @variable('1. Select Column:') )
Many Thanks.
Here's my problem:
I recieved an excel sheet with 700 records of customers from a client who wants me to to create a report with specific data for these customers in my Business Objects universe (BO6.5 on SQL Server).
So I created a dataprovider with query 1, i.e. the requested data of customers. Then I created a second dataprovider, query 2, based on 'personal files', i.e. the excel sheet. In query 1 I added to the conditions that each customer should be in (sub)query 2 (CustomerId In list of the query result ('query2.CustomerId').
the syntax I have used for this seems OK.
However, I recieve the following error: "Too many selected values (LOV0001)". I know this error has to do with parameter MAX_INLIST_VALUES, which is limited by default to 99 and can be extended to 256 max. But I thought it refers to the max number of items in lists of values.
When I limit the number of records in the excel sheet to 99 the result is perfect (proof that I got the syntax right!). I can upgrade the parameter to 256, and can split the excel sheet into three, but that will not be useful when next time my client sends me 10.000 customer records.
Can I make reports in BO which use subqueries that result in more than 256 records at all? (hardly imaginable).
What is the best way to do this?
Thanks in advance!
Hi,
BO XI R3.1 on windows
For some reports I have:
The document can't be retrived from reposiroty server WIS 30951
Another error while importing:
local file copy has failed file repository server error
I think have some desynch with repository and OS files
2 questions:
- how can I get synch with the repository ?
- what is the right procedure to backup the reposity (oracle + cold backup) ?
stop SIA
cold backup repo
start SIA
is it OK ?
Thanks for your help
We have migrated reports from version Business Objects 6.5.1 to Business Objects XI 3.1 SP2. We have been receiving sporadic 'Cannot open document (Error: INF)' now and again whenever you open Desktop Intelligence reports using Infoview. Have any other users come across this issue using BOXI 3.1 SP2. I do not believe that this issue occurred on SP1.
This error is very frustrating.
I have browsed various forums and implemented changes which have had no effect whatsoever including the SAP Marketplace.
We are also receiving SetPrompts Failed errors. When a report is opened in Infoview and you refresh a report, a blank dialog appears with a red cross. if you refresh the report again then the SetPrompts Failed error appears. I have evene made changes according to article 1364437 based on this error and this has not resolved the issue.
Regards
Dipendra
Hi,
I am getting "Error during SQL Execution (DA0003) with an Exception CS, job already in use, while running a Deski report.
Thanks
Hi,
we are using XI R2 DeskI on a MS Win platform.
By refreshing a larger report always a DA00003 error messaga (Exception: CS, Job already in use) pops up an the refresh fails. As I restarted the DeskI services immediatedly before there could not be any job using any resource.
Does anybody know how to cope with this problem?
Thanks, Matthias
We have migrated reports from version Business Objects 6.5.1 to Business Objects XI 3.1 SP2. We have been receiving sporadic 'Cannot open document (Error: INF)' now and again whenever you open Desktop Intelligence reports using Infoview. Have any other users come across this issue using BOXI 3.1 SP2. I do not believe that this issue occurred on SP1.
This error is very frustrating.
I have browsed various forums and implemented changes which have had no effect whatsoever including the SAP Marketplace.
We are also receiving SetPrompts Failed errors. When a report is opened in Infoview and you refresh a report, a blank dialog appears with a red cross. if you refresh the report again then the SetPrompts Failed error appears. I have evene made changes according to article 1364437 based on this error and this has not resolved the issue.
Regards
Dipendra
Hi,
I need to accept data from user in dd/mm/yyyy format, but as of now the default format what the prompt is taking is mm/dd/yyyy.
Considering the prompt as 'Date from'. Kindly help me out with the code for dd/mm/yyyy.
As of now the query is MRK.Data.From_Date=@Prompt('Date from','D',,,).
Thanks.
Jim
Hello everyone !
The titlle is pretty explicit but to completing in few words my need, I would like to pilot Busines Object XI (or deski) by a macro excel (VBA). More precisely, I need to :
-open a request
-refresh the datas
-extract the results in another excel document
Anyone has a code which allow this things ?
Thanks a lot in advance
Regards,
Clément
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Bonjour à tous,
Même si le titre est assez explicite, je vais compléter ma demande. J'aimerai depuis une macro excel pouvoir piloter l'apllication BO XI. Plus précisement, j'aimerai pouvoir :
-ouvrir une requête
-la rafrachir
-extraire les données
Quelqu'un connait-il un code VBA permettant cela ?
D'avance, merci beaucoup
Cordialement,
Upon opening a report I get an error message: "This report uses an invalid printer. The default printer will be used instead." The report opens in the preview window as an un-modifiable picture of the report. I must be able to modify it! This report is generated by Crane Streamware/Vendmax. It is the first one I have opened that reacts this way.
Thank you,
CWNaset
Thanks in advance and my apologies if this has been asked/answered, but i did not get any results using the term "alias"...
I'm in deski sql view and I'd like to add a sql alias. The syntax I use in sql server for this would be:
'Some Text' AS 'Bogus Field' or
dbo.table.field AS 'Different Field Name'
How can I do that in deski's sql viewer?
Thanks,
ejo
Hi,
We have installed the BO XI 3.1 SP3 client components in Windows Vista Machine. When I was working with Desktop Intelligence, the program keep terminates irregularly. A pop-up window would appear saying "Business Objects has stopped working. A problem caused the program to stop working correctly. Please close the program." It asks me to close the program. The window always pops up even when I just terminate the BOE normally. It sometimes pops up when I was just trying to refresh the data or in the middle of working with the application.
THanks.
Hello,
I have a user with 25 reoccurring daily schedules. Out of these one or two will fail daily with the error "Cannot fine the 'Universe Name' universe. (DA0011). It is not always the same reoccurring schedule that fails. It fails on any of our four DeskI nodes, and the times it fails are not consistent.
It is only happening for instances against one universe. When I setup a schedule for myself with the same parameters, it completes successfully.
Business Objects Enterprise XI 3.1 SP3 FP5
AIX 5.3
Excel format to email.
This appears to have started happening in October, but I have not been able to find a reason why it is happening.
Thanks!
We have created a DESKI report that uses a SQL script as a data source. The report runs in our Test environment, and it runs in our Production environment in the DESKI editor (and returns data). However, when we export it to the repository and attempt to run it from InfoView, we get the message "This document does not contain any reports. (Error: INF)". We have re-migrated the report up from Test several times but the outcome is always the same. What's going on here?
We are running XIr2 SP4 on Windows servers and XP desktops. Database software is MS SQL Server 2005 and ODBC.