الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

عندي مشكله اثناء تنفيذ الريبورت

Featured Replies

بتاريخ:

while am trying to create new report I gpt this error
REP-0069 internal error java.io.file not found
and while am trying to open one Exist report I got this error
REP-0118 unable to create temporary file


If any one know how I can solve these error plz help me

Best Regards

  • بعد 4 أسابيع...
بتاريخ:

1) نموذج بسيط لجدول Emp
2) انشاء تقرير داخلي أو خارجي
3) Compile و تنفيذ Run وحفظ للتقرير وليكن بامتداد JSP

4) تفعيل لخادم التقارير من ابدأ – تشغيل وكتابة rwserver server=xxx
يتم إنشاء خادم التقارير بالاسم الافتراضي وغالبا F
5) خصائص التقرير
Report Destination Type= CACHE
Report Destination format =HTML
xxx Report server= اسم خادم التقارير الذي تم إنشاؤه
6) إنشاء زر ضغط WHEN-BUTTON-PRESSED
الكود التالي:
declare
repid report_object;
v_rep varchar2(100);
rep_status varchar2(20);
begin
repid := find_report_object('REPORT6');
set_report_object_property(repid,report_execution_mode,batch);

set_report_object_property
(repid,report_comm_mode,synchronous);
set_report_object_property(repid,report_destype,cache);
set_report_object_property(repid,report_desformat,'html');
set_report_object_property(repid,report_server,'xxx');

set_report_object_property(repid,report_other,'paramform=no');

v_rep := RUN_REPORT_OBJECT(repid);
rep_status := REPORT_OBJECT_STATUS(v_rep);
WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
LOOP
rep_status := report_object_status(v_rep);
END LOOP;
IF rep_status = 'FINISHED' THEN
/*Display report in the browser*/
WEB.SHOW_DOCUMENT
('http://technical:8889/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=xxx','_blank');
ELSE
message('Error when running report ASHRAF');
END IF;
END;
فقط مع تغيير اسم التقرير ... واسم الجهاز الخادم
7) Compile للنموذج .. ثم Run
8) اضغط على زر Bush Button يتم تنفيذ التقرير بإذن الله

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.