Re: Error during upgrade of BW to NW7.4
Hi Nader, Try to drop the index & then increase the length of column,but for this i suggest you to raise SAP OSS before performing the steps as i doubt you would not be able to create index after...
View ArticleRe: Error during upgrade of BW to NW7.4
Of course I opened an OSS message to SAP. My previous plan was not complete ... I wanted to say that I want to:Drop the indexProceed with the upgradeAfter the upgrade is finished, I will revert back...
View ArticleRe: Error during upgrade of BW to NW7.4
Yes Of course you need to wait for SAP revert before performing the action in PRD system I am not planning to do that in production.
View ArticleRe: SSFS Key file not being created
Hi, The environment variables RSEC_SSFS_DATAPATH and RSEC_SSFS_KEYPATH has to be available. The normal system can work with the profile parameters however shadow system will check for the ENV...
View ArticleRe: Error during upgrade of BW to NW7.4
Hello Nader; As you have already confirmed that the table is empty, yes you can drop the index. Please post the output of the SQL I gave you in the earlier reply anyway. Just curious to see which index...
View ArticleRe: SSFS Key file not being created
Hello Steven, The commands that you mentioned do not generate the key file, they simply store the DB password in an encrypted manner. You may have missed the creation of the key. Check the points 6,...
View ArticleRe: SSFS Key file not being created
Hi Steven, I had prepared a document about this issue. You can refer it:SSFS Oracle Configuration after Upgrade Error The document is based on Windows/Oracle, but the steps are similar.I hope it helps!...
View ArticleRe: Standby database switch process chain failing(ORA-30927)
Hello Dinesh, Focus on the error code:ORA-06512 :ORA-06512 is the reason and ORA-30927 is the result of it, I think. Refer to this note and search for ORA-06512. You'll be redirected some Oracle...
View ArticleINSERT with CONNECTION to an external Database.
Hi All, I have to INSERT an internal table values to an external Oracle Database. The Solution I saw in Forums are with CONNECTION Addition in INSERT option with DBCON. insert TABLE_NAME@SCHEMA...
View ArticleRe: INSERT with CONNECTION to an external Database.
Hi Asha,Please upload some screenshots to describe this issue. Below is not like a sql command:insert TABLE_NAME@SCHEMA CONNECTION 'PAYPROD' from table gt_summary. Best regards,James
View ArticleRe: INSERT with CONNECTION to an external Database.
Hi James, Thank you for your response.. Please let me know is that you are looking for. The SQL I have used PERFORM connect_dbase.Try.INSERT opdev.opfa_walker_summary_temp_sap@PROD01 connection...
View ArticleRe: INSERT with CONNECTION to an external Database.
Dear Asha, Have you ever used this open sql syntax? By referring to link below: ABAP Keyword Documentation It seems that we do not need to add @ and the following syntax. Best regards,James
View ArticleRe: Migration Monitor with error during Export DB - Oracle
Please read the Rules of engagement, create a new thread.
View ArticleRe: Migration Monitor with error during Export DB - Oracle
Hi Martin, please upload log SAPAPPL0.log file. "ORA-01403: no data found" should not be an errorcheers,James
View ArticleRe: Migration Monitor with error during Export DB - Oracle
Hello James, /usr/sap/TST/DVEBMGS00/exe/R3load: START OF LOG: 20150404111738 /usr/sap/TST/DVEBMGS00/exe/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldmain.c#17 $...
View ArticleRe: Migration Monitor with error during Export DB - Oracle
Hi Sandeep, It seems that you are also doing a Unicode conversion. You may need to refer to SAP note 837173 to execute report RADCUCNT. Best regards,James
View Articledispatcher stopped
Hi guys I have installed sap netweaver ecc6 ehp7 on windows server 2008 with oracle 11g as DB.....firstly the dispatcher stopped but some how i got it working by unlocking the account but now the...
View ArticleRe: dispatcher stopped
Couple of things you need to check. First check the return code of R3trans -d. If it is 0000 then good otherwise check the trans.log file for more information. Also it seems your date is wrong Sat Apr...
View ArticleRe: dispatcher stopped
Hi Abhijeet, Have you changed any network setting?Check and update IP address and full hostname. - use niping to test the network niping -v -H <ms host> -S 3900 Note 124562 on hostname...
View Article