Oracle Reports - Help please!!!

Oracle Reports - Help please!!!

Post by Stan Stin » Sat, 27 Jun 1998 04:00:00



Has anyone seen this error:

"FRM-41211 SSL intergration error"

We are converting from 16 bit to 32 bit using Dev 1.6.  My problem is that
when a 4.5 Form calls (RUNPRODUCT) more than one report running "ASYNCHRONOUS"
I get a "FRM 41211 SSL intergration error".  The reports still run but I get
the error.  

This code gives the error 3 times:

RUN_PRODUCT(REPORTS,'HPX15SS.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);
RUN_PRODUCT(REPORTS,'HPX15D.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);  
RUN_PRODUCT(REPORTS,'HPX15DPT.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);

This code will give the error after the first report runs with no errors:

RUN_PRODUCT(REPORTS,'HPX15SS.REP',SYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);  
RUN_PRODUCT(REPORTS,'HPX15D.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);
RUN_PRODUCT(REPORTS,'HPX15DPT.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);

This code will give NO errors:

RUN_PRODUCT(REPORTS,'HPX15SS.REP',SYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);  
RUN_PRODUCT(REPORTS,'HPX15D.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);

This code will give NO errors:

RUN_PRODUCT(REPORTS,'HPX15SS.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID,NULL);

Stan

 
 
 

1. Please Please help !!! Crystal Report Help Needed

I need to be able to browse any *.rpt file which I got working not clicking
then I need to start Crystal Report control and start the report. Can anyone
help Please here is the code:

I have a common Dialog control named dlgCommonDialog
            CrystalReport1 control

Private Sub Form_Load()

   Dim sFile As String

    With dlgCommonDialog
        .DialogTitle = "Open Crystal Report"
        .CancelError = False
        'ToDo: set the flags and attributes of the common dialog control
        .Filter = "All Reports (*.rpt)|*.rpt"
        .ShowOpen
        If Len(.FileName) = 0 Then
            Exit Sub
        End If
        sFile = .FileName
    End With

    CrystalReport1.ReportFileName = sFile
    CrystalReport1.Action = 1

End Sub

2. How to print half pages report ?

3. Please Help!!!--Oracle Report Deploy on the Web

4. PROJECT MANAGER//Mpls/St.Paul, MN/$70-$80K/DATAWAREHOUSE / large financial services

5. Oracle reports 2.5, please help.

6. Reporting on Answer Table

7. COMBO BOX, PLEASE HELP, PLEASE HELP, PLEASE HELP!

8. emergency please help me please please please

9. APPROACH QUERY-PLEASE PLEASE PLEASE PLEASE HELP

10. Please help with Oracle ODBC Datasource - PLEASE???

11. need help on Oracle Report Server, schedule a report job as ToMail