Re: DBA planning calendar
You may want to consider posting the complete error message(s) you're receiving. In the case of backup failures you may also want to check the dataserver and backupserver errorlogs for any additional...
View ArticleRe: Procedure or function SPCD'SPCD************* has too many arguments...
Hi Raju - Based on the error message it's quite clear that you are supplying more parameters to the stored procedure. Make sure that you have properly assigned the constants for the below...
View ArticleRe: sapwebdisp 7.40 Windows on x64 64bit patch 45
I tried with 56 Java no error but ABAP error with ping. So I set .pfl with message server no with info.icr else it dowsn't work.
View ArticleRe: LOV's are Repeating..
There could be a space char at the beginning or end of the LOV making them Detected as Distinct in BOBJ.. Make sure to use trim to trim extra spaces.. The default behavior is to show the distinct...
View ArticleRe: how to reactivate SYS_REPO user
Hi Christoph Rühle _SYS_REOP user is a system user, and is always active at system level, so we don't need to re-activate it. For more details please refer:...
View ArticleRe: Hierarchical Grouping in webi like Crystal
Hi Nikil/Sahil I am not asking about the Hierarchies in universe My requirement is I have to show the report like below --In DB I have Mapping like this .,.Employee id , Employee name, Mangerid The...
View ArticleRe: PowerBuilder 12.5.2 and ADO.net
Hi Chris, Don't think that was my issue but I did solve it. When PowerBuilder was installed on this VM image (our developer image) we had a lengthy discussion on also installing PowerBuilder .Net or...
View ArticleRe: Only Show Changes
Compared to what? If the data you are comparing to is available in the database, then the answer is simple. If the data keeps changing, you would have to take a snapshot of the data at a desired...
View ArticleRe: Xcelsius Prompts
Hi Venkat, As per the data format and requirements mentioned by you, you can use Combo box as filter to your users to filter on Company Code. Use "Filtered Rows" as data insertion and you can get your...
View ArticleRe: READ_ONLY_PERSONAL_PROFILE
Actually I think I know what is going on here. The parameter influences only whether the personal profile will be displayed in read-only mode in the road map step or not. If you want to get rid of the...
View ArticleRe: Cannot view messages after upgrade from SP07 to SP10
Hi Martin Is it possible to find the Missing authorization by using the T-code SU53 ? just assign the Transaction code SU53 on same user id and than find the missing authorization RegardsRam
View ArticleRe: Replicate ODP Datasources in BW
Hi Shanthi, Thanks for the info.But actually i do not want to involve BODS for my extraction. In BW we can simple replicate and work with the ECC Datasources, but how do we replicate the ODP...
View ArticleRe: Using SSRS with BPC MS
Oh, Stéphane, you are the best ...as usual Thank you! It's true, not very easy to use, I've already tried it. Ksenia
View ArticleRe: Adding Validator step in MDG Customer workflow
step numbers are hard-coded in this workflow template (WS54300003). if you open any task container, you will see the value of the step in the container of that task. any way, you should not modify...
View ArticleRe: Notas paradas sem Lote
Gabriel, quando ele entra no /XNFE/COLLECT_BATCH, ele entra na subrotina SELECT_DATA e deve encontrar registro nas tabelas citadas anteriormente (/XNFE/NFEHD, /XNFE/NFEBAT, /XNFE/NFE_HIST e /XNFE/XML)....
View ArticleSAP DB2 performance issues
Hello everyone, I'm new in db2 for LUW and I have the folowwing questions: How can I check the total memory DB2 is using? I have STMM configured. I have two parameters DATABASE_MEMORY (automatic) and...
View ArticleRe: Connecting to external database using ABAP
Look at SAP Note 738371too. 1. Always test your connection using either osql or the Query Analyzer from all application servers that may be used. Testing with "SQL Server Authentication" is easy....
View ArticleRe: Error when linking to DB (DAO) Error Code 0xbd4
Ah, very interesting... When you create a DSN to Acess there is an option to use the system.mdw file but typically you leave it blank and not use it unless you put security on the MDB then it's...
View ArticleRe: ABAP Rpt to PDF using CONVERT_ABAPSPOOLJOB_2_PDF issues in Batch
Hello, Check below note. 1667737 - RSTXPDFT4: Conversion in background terminatesAlso, as per note check user profile for default printer.Regards,Sameer
View Article