Re: System copy on iSeries Save/Restore
Hi Sheril,please look for a job in the save subsystem your sapinstexe job is running that might be in MSGW status. This is probably a problem with the output queue being full and waiting for a reply....
View ArticleRe: System copy on iSeries Save/Restore
Thanks for your response Sriram and Luis. I had see the job PGM-bsh in waiting for message reply and I replied with an R which resolved the issue. Our iSeries admins are against NOMAX . Thanks Sheril
View ArticleRe: Can some advise me about Event Triggers?
Hi George, can you please be more specific what you mean? DB2 on IBM i is supporting so-called multi-event triggers since IBM i 7.1 (see IBM i Technology Updates: Multiple events supported in a single...
View ArticleSAP Netweaver 7.30 non-unicode dual-stack -> how to get to SAP HANA?
Hello, our SAP Business Warehouse system is running on V7R1 with SAP Netweaver 7.30.The Java part was installed some time later so we currently have a dual-stack system (ABAP stack is non-unicode, Java...
View ArticleRe: Can some advise me about Event Triggers?
Dear Christian, thanks for your reply. I am developing an application for SAP running on the IBM i (Power Series). This implementation has a proprietary journaling system that can capture every change...
View ArticleRe: Can some advise me about Event Triggers?
Some background on process mininghttp://www.win.tue.nl/ieeetfpm/lib/exe/fetch.php?media=shared:process_mining_manifesto_flyera4.pdfIntroduction to Process Mining: Turning (Big) Data into Real Value -...
View ArticleRe: Can some advise me about Event Triggers?
Hi George, if your application wants data from one or a few tables only, it may be more efficient to use triggers rather than retrieving and evaluating journal entries. However, there are a few things...
View ArticleRe: Can some advise me about Event Triggers?
Dear Christian, thanks for this. I think the first advantage of using journals is that they contain system information that is critical for process mining. Each change contains the user or resource id,...
View ArticleRe: Can some advise me about Event Triggers?
Hi George, the trigger program is executed in the same process as the database request, so you can use APIs to retrieve the current user profile of the process and the call stack if you need that...
View ArticleRe: Can some advise me about Event Triggers?
Hi Christian, Thanks again for your detailed answers but I am a little confused. I have used the IBM journals before for process mining with another IBM i ERP application. From the record format of the...
View ArticleRe: Can some advise me about Event Triggers?
Hi George, the SAP software is different than other applications. With SAP, all work processes are running under the same user profile <sid>ADM, where <sid> is the 3-character SAP system ID...
View ArticleRe: Can some advise me about Event Triggers?
Dear Christian, thanks for this. I doesn't 'blow up my' project but it gives me pause for thought. It's always best to learn about these things at design time and thanks for the information. Not having...
View ArticleDART vers-2.7. , max. size of IFS-file (export from SAP-application) in V7R1,...
max. size of IFS-file (export from SAP-application) in V7R1 up to 2GB or more? our SAP-System was just updated to: SAP_NW-740-SPS13 with ECC-617-SPS11, and SAP Kernel 742-PL327 on IBM-i/OS V7R1...
View ArticleRe: DART vers-2.7. , max. size of IFS-file (export from SAP-application) in...
Dear Mr Ostrop, according to the documentation for IBM i 7.1 at the IBM Knowledge Center, the only 2 GB limit exists when accessing a system at IBM 6.1 or earlier through QFileSvr.400. When working...
View ArticleRe: DART vers-2.7. , max. size of IFS-file (export from SAP-application) in...
Christian, thank you for your answer, i already opened a SAP-support-ticket = 151961-2016 to investigate that issue. Christoph
View ArticleR3Load import fails - System Copy
hi, We are performing a system copy via export/import method. During import it fails during ABAP import with the following errors: OS - V7R1M0PTFs are uptodateThe source system is ECC 6.0 Unicode on...
View ArticleRe: R3Load import fails - System Copy
Hi Sheril,I would start by checking if there are actually dup key rows in both the target and/or the source system. Something like this should help you find out:select MANDT,VBELN, count(*) from...
View ArticleRe: R3Load import fails - System Copy
hi Luis, I check the duplicate entry in source and target and i could see duplicate entries in the target mainly for one of the client (300) in the system. 9545 duplicate entries. Any ideas on how to...
View ArticleRe: R3Load import fails - System Copy
Hi Sheril, I have never had an issue like this, that was NOT caused in the source DB.Did you do the COUNT(*) as Luis suggested. If this should be lower in the source, I would use CPYF in the source to...
View ArticleRe: R3Load import fails - System Copy
Hi Volker, I did exactly like Luis suggested. Source is clean and target is the one which has duplicates. Can we just drop these table VBSS and VBUK from the target, edit the TSK file for R3Load and...
View Article