No accessable label --code inspecter error

Hi,
Here the part of my selection screen.,
parameter XYZ radiobutton group rad1 default 'X'.
selection-screen comment 4(30) text-066.
...Every thing is working fine.,
But, while doing the code inspecter check I am getting Radio button XYZ related errror, not sure how to rerctify that, here I am giving that error.,
> Program ZABOVEPROGRAM screen 1000 I/O field (Inputfield) XYZ has no accessable label
What to do? suggest me.,
Thanks,
Naveen Inuganti

Hi.,
Anyother answers?
Here I am attaching my code once again...!
selection-screen begin of block b2 with frame title text-065.
selection-screen begin of line.
parameter XYZ radiobutton group rad1 default 'X'.
selection-screen comment 4(30) text-066.   "It conatins label for XYZ
selection-screen end of line.
selection-screen begin of line.
parameter AB radiobutton group rad1.
selection-screen comment 4(30) text-067.   "It conatins label for AB
selection-screen end of line.
selection-screen end of block b2.
For XYZ and AB , I am getting same error at code inspecter checks,
"Program ZABOVEPROGRAM screen 1000 I/O field (Inputfield) XYZ has no accessable label
"Program ZABOVEPROGRAM screen 1000 I/O field (Inputfield) AB has no accessable label
--Naveen Inuganti

Similar Messages

  • Code inspection error in smartform

    Hello,
    Help appreciated.
    I have created smartform which is executing perfectly. When code inspection is done it is giving following errors and warnings :
    Errors:
    1. Message code 023 The TADIR entry for /1BCDWB/SAPLSF00000043 is missing
       (Already the smartform is assigned to a package still giving error no.1)
    2. Message code Deep_tab
    Warnings:
    3. Message code Len
       The parameter "JOB_OUTPUT_OPTIONS" is transferred as value. Use refderence transfer
    4. Message code Len_innowr
    5. Message code tab_innowr
    I am not able to understand how to resolve them. Kindly help me with the same.
    Thank You..

    Hello Ms. Anupama,
    Thanks for the immediate reply.
    I have already created a message class for messages required in validations of smartforms.
    Error: Message 023 :Entry in TADIR table for smartform FM is missing.
    But when checked in TADIR table there is entry for smartform, Message class present.
    Please do help.
    Thanks once again

  • Function Db6pmcf which cannot be accessed.Reason code:5 error in DB6COCKPIT

    Hi,
    We have 4.6C systems running on AIX 5.3 and DB2. recently I updated the kernel from patch level 2225 to 2307. (Both OS and DB are 64 bit) The DEV and QAS systems were running successfully but I got a problem in PRd systems. I am having error in DB6COCKPIT. I am pasting the exact error here.
    -f 14 -p  0 -c U
    External program terminated with errors
    CLI error
    ERRORMESSAGE: Error -444 in dmdb6rd5.c(752):
    DB6CliFetch(): [IBM][CLI Driver][DB2/AIX64] SQL0444N  Routine
    "DB6PMCF" (specific name "SQL070920161003900") is implemented with
    code in library or path "/usr/sap/PRD/SYS/exe/run/db6pmudf", function
    "Db6pmcf" which cannot be accessed.  Reason code: "5".
    SQLSTATE=42724
    External program terminated with exit code 31
    -f 17 -p  0 -c U -o env
    External program terminated with errors
    CLI error
    ERRORMESSAGE: Error -444 in dmdb6rd5.c(438):
    DB6CliFetch(): [IBM][CLI Driver][DB2/AIX64] SQL0444N  Routine
    "DB6PM_LST" (specific name "SQL070920161002400") is implemented with
    code in library or path "...p/PRD/SYS/exe/run/db6pmudf", function
    "Db6pm_lst" which cannot be accessed.  Reason code: "5".
    SQLSTATE=42724
    External program terminated with exit code 31
    Please reply me back ASAP. This is very urgent.

    This issue was solved.

  • Code Inspection Error

    Dear friends,
                          While checking code inspector in mhy program i m getting following information msg. how to avoid it.
    Message code 0002
    Program YFIIN_POST_INCOM_PAYMENTS Include YFIIN_POST_INCOM_PAYMENTS Row 333 Column 8
    Call Transaction 'F-28'
    Regards
    Balamurugan N

    Hi,
    You need to either provide an authorization object for the transaction OR you can hide the message by putting "#EC CI_CALLTA statement against the "CALL TRANSACTION  F-28" statement.
    Code Inspector
      Critical Statements
      Call of Transaction &1
      &1 = Name of Transaction
      For CALL TRANSACTION  there must already be a suitable transaction
      authorization with the calling transaction.
      Message can be hidden using pseudo-comment "#EC CI_CALLTA
    Thanks & Regards,
    Harish

  • VB ActiveX User Control fails to install on Windows 8 using IE10 with Code Download Error: (hr = 80070005) Access is denied.

    I have a VB VS2008 (.Net 2.0) ‘pure’ .NET based user control which used to be hosted in Internet Explorer.
    Because that approach is no longer possible in VS2013 (.Net 4.5) I have converted it to an VB ActiveX user control.
    This process involves digitally signing the user control DLL.
    Creating a setup project resulting in a setup.exe and MyUserControl.msi.
    Digitally signing both those components and then producing a cab file (which again is digitally signed).
    IE10 should then be able to install this using an object tag as follows
    <object id="editor" height="100%" width="100%"
     classid="clsid:EA47DB16-9272-4CB3-A800-C369A479396A" codebase="cab\MyUserControl.cab#Version=6,0,11,1" VIEWASTEXT>
    If I use the setup.exe and MyUserControl.msi directly on the client windows 8 machine before starting IE10 then the control is already installed (shows up in Programs and Features) and it works.
    If I don't do this and let IE install the control then it doesn't work.
    What I see is the IE prompt
    This website wants to install the following add-on: 'MyUserControl.cab'
    Clicking on install produces the User Account Control MsgBox
    Do you want to allow the following program to make changes to this computer
    Clicking yes doesn't install the control as expected
    The inf file that I'm using is currently
    [version]
    signature="$CHICAGO$"
    AdvancedINF=2.0
    [Add.Code]
    setup.exe=setup.exe
    MyUserControlSetup.inf=MyUserControlSetup.inf
    MyUserControlSetup.msi=MyUserControlSetup.msi
    [setup.exe]
    file=thiscab
    [MyUserControlSetup.inf]
    file=thiscab
    [MyUserControlSetup.msi]
    file=thiscab
    [Setup Hooks]
    RunSetup=RunSetup
    [Deployment]
    InstallScope=user
    [RunSetup]
    run="%EXTRACT_DIR%\setup.exe"
    I have defined the registry setting ForceCodeDownloadLog
    Examining the temporary internet files location after trying to install using IE10 I can see the following
    *** Code Download Log entry (15 Jan 2015 @ 11:49:18) ***
    Code Download Error: (hr = 80070005) Access is denied.
    ERR: Run Setup Hook: Failed Error Code:(hr) = 80070005, processing: %EXTRACT_DIR%\setup.exe
    LOG: Reporting Code Download Completion: (hr:80070005 (FAILED), CLASSID: ea47db16...,

    The problem here was the cab file.
    Using ProcessMonitor I found that the following entry was generated at the time of failure
    16:48:00.9222751            2920      IEInstal.exe         CreateFile              
    C:\Users\Jim\AppData\Local\Temp\IDC2.tmp\setup.exe             NAME NOT FOUND               Desired Access: Read Attributes, Read
    Control, Synchronize, Dis, Options: Synchronous IO Non-Alert, Non-Directory File, Disallow Exclusive, Attributes: n/a, ShareMode: None, AllocationSize: n/a
    Analysis of the contents of the cab file using PeaZip indicated that it didn't contain setup.exe which confused me for a while as the makecab /f MyUserControlSetup.ddf produced no errors.
    The MyUserControlSetup.ddf contained
    .Set DiskDirectoryTemplate=cab
    .Set CabinetNameTemplate=DocEditor.cab
    MyUserControlSetup.inf
    MyUserControlSetup.msi
    setup.exe
    Using makecab /f MyUserControlSetup.ddf /v3 I saw that the output was being written to 3 'disk' files but only one was present in explorer after it finished.
    So I guessed that the output was for floppy disks and changed MyUserControlSetup.ddf to contain
    .Set MaxDiskSize=CDROM
    .Set DiskDirectoryTemplate=cab
    .Set CabinetNameTemplate=DocEditor.cab
    MyUserControlSetup.inf
    MyUserControlSetup.msi
    setup.exe
    PeaZip now indicated that the cab file contained the 3 files I expected and using that cab in the codebase attribute installed my ActiveX control

  • When trying to access Itunes get a error code 1202

    when trying to access Itunes get a error code 1202

    Hello Rick,
    Thank you for using Apple Support Communities. 
    There are a couple of things that could be affecting your ability to connect to the iTunes Store. Take a look at the section on Troubleshooting issues on an iPhone, iPad or iPod touch in the following article:
    Can't connect to the iTunes Store - Apple Support 
    Regards,
    Jeff D. 

  • Code inspection warnings in Function Group

    Hello,
    Help appreciated.
    I have created a Function Group. When code inspection is done it is giving following warnings :
    Warnings:
    1. Message code Len
    The parameter "I_INHDR" is transferred as value. Use reference transfer
    2. Message Code MESSAGEGM1
    Sequential read access possible for a sorted table.
    3. Message Code 19
    Field label has a fixed font instead of a proportional font
    4. Message Code 05
    First info not in line 1 or 3
    5. Message code str_innowr
    I am not able to understand how to resolve them. Kindly help me with the same.
    Thank You..

    Hi Anil,
    The first 2 warnings can be resolved as follows:
    1.  The parameter "I_INHDR" is probably hard coded. If feasible define it is a CONSTANT in data declaration or use a reference variable (i.e. passing value from a work area or internal table).
    2. You may be reading a sorted internal table. You can use 'BINARY SEARCH' for getting the record.
    For the other messages, paste your code lines for reference.
    Regards,
    Pranav.

  • Error when starting Netscape Calendar Server: Module: , Label: 355, Service error: #0x13209

    When starting Netscape Calendar Server, the following error message appears:
    <BR><P>
    Module: , Label: 355, Service error: #0x13209
    <P>
    The three ACIs listed below need to be present in the Directory Server in order
    for Calendar server to work properly. Check the properties on the Base DN to
    verify that the following ACIs exist. If they are not present, you will need
    to add them, and the Base DN will need to be modified for your enviroment.
    <P>
    <OL>
    <LI>ACI for allowing users to modify their own entries.<BR>
    <P>
    (targetattr = "*")(version 3.0; acl "Allow self entry modification";
    allow (write)userdn = "ldap:///self";)<BR>
    <P>
    <LI>ACI for allowing anyone permissions to Read, Search, and Compare.<BR>
    <P>
    (target="ldap:///o=basedn.com") (targetattr != "userPassword") (version
    3.0; acl "Anonymous access";
    allow (read, search, compare) userdn = "ldap:///anyone";)<BR>
    <P>
    <LI>ACI for allowing Calendar Server admins Write access to the Base DN
    (this is necessary in order for admins to add users and resources to the node).
    <BR><P>
    (target="ldap:///o=basedn.com") (targetattr = "*") (version 3.0; acl
    "Calendar Administrators Group";<BR>
    allow(all) groupdn = "ldap:///cn=Calendar Server Admins,ou=Netscape
    Servers,o=basedn.com";)<BR>
    </OL>

    Hi Trinidad,
    Thanks for your help!!!
    1.
    I didn't install EventSender and DIProxy yet, I tried first to upload and deploy the zip files, but I couldn't open the Itegration Application Explorer.
    2.
    The jvm.dll file is in in the folder pointed by the logs: C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap\jre\bin\server
    and it is also in C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap_64\jre\bin\server
    I tried running the file  java5w.exe, but I got an error message:
    Access is denied
    Unable to open the service tomcat5
    Thne I managed to open it by "rua as administrator".
    the Java Virtual Machine path is points to the java 1.5 version folder.
    Is it possible that the reason that the service can't start is related to administrator rigts??
    In the properties in the Integration Service (services.msc):
    It is set to be run with the local system account.
    all other properties looks fine.
    in the properties of the tomcat5.exe (and tomcat5w.exe  , I tried both)
    In the Compatibility tab I tried setting the flag "Run this program in compatibility mode for" to Vista, windows 7, and server 2008
    I didn't have the option of Windows XP.
    I have also set the Privilege level of: "Run this program as administrator" to true.
    But still the service won't start.
    What can be the problem?
    What else can I check?
    Thanks a lot,
    Chana

  • Generic oracle eway code generation error in Java caps 5.1.3

    Hi,
    I'm using an oracle eway for adding records to a table. I have a prepared statement in the otd. When I try to build the project I'm getting the following error. Could any one let me know how this problem can be fixed?
    com.stc.codegen.framework.model.CodeGenException: Generic Oracle eway code generation error(ERROR_CODEGEN_GENERIC_CODELET_GENERAL)
         at com.stc.oracle.codegen.OracleEWayCodeletFactory$OracleEWayCodelet.generateFiles(OracleEWayCodeletFactory.java:1860)
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.processCodelets(CodeGenFrameworkImpl.java:640)
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.process(CodeGenFrameworkImpl.java:1544)
         at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:405)
         at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:308)
         at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.traverseDeployment(DeploymentVisitorImpl.java:268)
         at com.stc.codegen.driver.module.DeploymentBuildAction.loadCodeGen(DeploymentBuildAction.java:923)
         at com.stc.codegen.driver.module.DeploymentBuildAction.access$1000(DeploymentBuildAction.java:174)
         at com.stc.codegen.driver.module.DeploymentBuildAction$1.run(DeploymentBuildAction.java:599)
         at org.openide.util.Task.run(Task.java:136)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
    Caused by: com.stc.codegen.framework.model.CodeGenException: Exception when generating OTD code ...Exception: javaClass: Oracle_std_otdOTD: Exception when invoke DB Codegen Task...Exception: Invalid parameter type: Class : [Std_insert_PreapredStat] Object: [Param1] Param Type : [DECIMAL].(ERROR_CODEGEN_DB)(ERROR_CREATE_OTD)
         at com.stc.oracle.codegen.OracleEWayCodeletFactory$OracleEWayCodelet.generateOtdJarFile(OracleEWayCodeletFactory.java:2045)
         at com.stc.oracle.codegen.OracleEWayCodeletFactory$OracleEWayCodelet.generateFiles(OracleEWayCodeletFactory.java:1756)
         ... 10 more
    Regards,
    Abdul

    hi...
    i too getting same problem..how did u reslove this...
    please help me out...
    thanks in advance
    KK

  • The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed

    Friends,
                I'm facing below issue while accessing a crystal report. I heard it might be an access issue. But i'm able to access a report within a same folder.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException : The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    Any suggestions would be very helpful.
    Thanks in Advance,
    Bharath

    Apply trace on RAS and look for errors in the RAS logs at the same timestamp.
    These errors come for various errors and tracing RAS would give us a better idea.
    It might hapen that you observe these errors for reports which takes more than the RAS timeout to export the reports.
    Post getting the RAS logs you can try below steps if we see timeout errors in RAS logs.
    Copy clientSDKOptions.xml file from <BO install path>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib to the machine where your app is running Open clientSDKOptions.xml and change CORBARequestTimeOut from 600000 to a value large enough to allow the report to render, for instance 1200000. Default value is 600000 (10 minutes)
    Specify the location of the clientSDKOptions.xml file at run-time. In your JSP or Java files, use the Java method setProperty from the System class. Set the system property indicated by the ras.config key to the specified directory as: system.setProperty("ras.config","c:\temp"). This function call specifies that the clientSDKOptions.xml file in c:\temp is to be used for locating RAS servers.
    Thanks,
    Prithvi

  • Global query block is causing a DNS server to fail a query with error code Name Error exists in the DNS database for WPAD

    Global query block is causing a DNS server to fail a query with error code Name Error exists in the DNS database for WPAD on a Windows 2008 server.

    The global query block list is a feature that prevents attacks on your network by blocking DNS queries for specific host names.  This feature has caused the DNS server to fail a query with error code NAME ERROR for wpad.contoso.com. even though data
    for this DNS name exisits in the DNS database.  Other queries in all locally authoritative zones for other names that begin with labels in the block list will also fail, but no event will be logged when further queries are blocked until the DNS server
    service on this computer is restarted.

  • No database connector has been specified - Error code:-2147467259 error

    Hi,
    Iu2019m trying to populate a report and preview it using JRC. Iu2019m using the JRC jar files versions from CR XI R2 SP4. I have created a report using locale data source xml file and scheme file. I can preview the report from Crystal Report Designer without any probelm. When I try to preview the same layout using my Java application I get the error " No database connector has been specified.---- Error code:-2147467259 Error code name:failed " when I try to set the  table location (reportClientDoc.getDatabaseController().setTableLocation(tables.getTable(i),table);) I even get this when I try to set the date source (reportClientDoc.getDatabaseController().setDataSource(xmlDataSet, " FND_SESSION_REP/FNDSESSION", "FND_SESSION_REP/FNDSESSION");) I tried shifting the order of setDataSource and setTableLocation but that didnu2019t help as well.
    Can you please help me?
    Thanks you in advance.
    Regards,
    Chanaka
    Code to set connection info
    public void setDBLogonXML(String xmlFilePath, String xsdFilePath)
          final String SERVER_TYPE = "XML";
          final String CONVERT_MULTIVALUE_TO_TABLE="false";
          final String DATABASE_DLL = "crdb_xml.dll";
          try {
             Tables tables = reportClientDoc.getDatabaseController().getDatabase().getTables();
             //Set the datasource for all main report tables.
             for (int i = 0; i < tables.size(); i++) {
                ITable table = tables.getTable(i);
                //Keep existing name and alias.
                table.setName(table.getName());
                table.setQualifiedName(table.getQualifiedName());
                table.setAlias(table.getAlias());
                //Change connection information properties.
                IConnectionInfo connectionInfo = table.getConnectionInfo();
                //Set new table connection property attributes.
                PropertyBag propertyBag = new PropertyBag();
                propertyBag.put("Server Type", SERVER_TYPE);
                propertyBag.put("Database DLL",DATABASE_DLL );
                propertyBag.put("Local XML File",xmlFilePath);
                propertyBag.put("Local Schema File",xsdFilePath);
                String conString = "Local XML File=s("+xmlFilePath+");Local Schema File=s("+xsdFilePath+")";
                propertyBag.put("Connection String",conString);
                connectionInfo.setAttributes(propertyBag);
                table.setConnectionInfo(connectionInfo);
                //Update old table in the report with the new table.
                reportClientDoc.getDatabaseController().setTableLocation(tables.getTable(i),table);
                catch(ReportSDKException ex) {     
                   System.out.println(ex);
              catch(Exception ex) {
                   System.out.println(ex);               
    Main programu2026..
    setDBLogonXML("D:\\Reports\\Current Sessions.xml","D:\\Reports\\FndSessionRep.xsd");          
             xmlDataSet = new XMLDataSet(new ByteArray(xmlFile), new ByteArray(xsdFile));
             reportClientDoc.getDatabaseController().setDataSource(xmlDataSet, "FND_SESSION_REP/FNDSESSION", "FND_SESSION_REP/FNDSESSION");
    Error Stack
    - JRCAgent1 detected an exception: No database connector has been specified.
            at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.v.if(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
            at com.crystaldecisions.reports.sdk.DatabaseController.setTableLocation(Unknown Source)
            at jrc_xml_test_app_01.testDlg.setDBLogonXML(testDlg.java:378)
            at jrc_xml_test_app_01.testDlg.jButton3ActionPerformed(testDlg.java:117)
            at jrc_xml_test_app_01.testDlg.access$200(testDlg.java:23)
            at jrc_xml_test_app_01.testDlg$3.actionPerformed(testDlg.java:67)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:5501)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
            at java.awt.Component.processEvent(Component.java:5266)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3968)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1778)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
            at java.awt.Dialog$1.run(Dialog.java:525)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: No database connector has been specified.---- Error code:-2147467259 Error code name:failed
    - JRCAgent1 received request: setDataSourceRequest
    - command SETUP: Create Data Connection
    - command PERFORM: Create Data Connection
    - -- command is undoable -> purge redo stack
    - command SETUP: Set Data Connection Property
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: No database connector has been specified.---- Error code:-2147467259 Error code name:failed
            at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
    - command PERFORM: Set Data Connection Property
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
    - -- command is NOT UNDOABLE -> purge undo stack
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
    - --- Purging command Create Data Connection
            at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
    - command SETUP: Set Data Connection Property
            at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
    - command PERFORM: Set Data Connection Property
            at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
    - JRCAgent1 detected an exception: No database connector has been specified.
            at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setDataSource(Unknown Source)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
            at com.crystaldecisions.reports.sdk.DatabaseController.setDataSource(Unknown Source)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
            at jrc_xml_test_app_01.testDlg.jButton3ActionPerformed(testDlg.java:121)
            at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
            at jrc_xml_test_app_01.testDlg.access$200(testDlg.java:23)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
            at jrc_xml_test_app_01.testDlg$3.actionPerformed(testDlg.java:67)
            at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setDataSource(Unknown Source)
            at com.crystaldecisions.reports.sdk.DatabaseController.setDataSource(Unknown Source)
            at jrc_xml_test_app_01.testDlg.jButton3ActionPerformed(testDlg.java:121)
            at jrc_xml_test_app_01.testDlg.access$200(testDlg.java:23)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:5501)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
            at java.awt.Component.processEvent(Component.java:5266)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3968)
            at jrc_xml_test_app_01.testDlg$3.actionPerformed(testDlg.java:67)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:5501)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.processEvent(Component.java:5266)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.Component.dispatchEventImpl(Component.java:3968)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1778)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.Window.dispatchEventImpl(Window.java:1778)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.Dialog$1.run(Dialog.java:525)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.Dialog$1.run(Dialog.java:525)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    No database connector has been specified.
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Post Author: ililal
    CA Forum: Data Connectivity and SQL
    I spoke directly with Business Objects. They said,"Sun Application Server 8.2 is not supported."

  • Error code: HTTP_RESP_STATUS_CODE_NOT_OK error text: HTTP response contain

    Hi Gurus
    I got this error in Alert monitoring please any one can guide me how can i resove this...
    Error code: HTTP_RESP_STATUS_CODE_NOT_OK error text: HTTP response contains  status code 500 with the descri
    Thanks

    Hi Mohana,
    the major reason would be an internal access with pwd aunthentication
    Error: 500 Internal Server Errors
    Description: The server encountered an unexpected condition which prevented it from fulfilling the request.
    Possible Tips: Have a look into SAP Notes u2013 804124, 807000
    Thanx
    Sampath

  • How to fix this problem? Secure Connection Failed, SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)

    Secure Connection Failed
    SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)
    I have been receiving this error message recently when I tried to access school elearning websites and other school related websites, I have also tried on internet explorer and it shows page cannot be displayed. I have been trying the available solutions to solve it but none of them work. Is there alternative solutions available? Please advise. Thanks.

    It works after I disabled IPv6 in Firefox. Thank you for your help :)

  • Media card can not be accessed due to fatal errors?

    PLEASE HELP I NEED TO ACCESS MY FILES ASAP . i have a blackberry 8520 ( v5.0.0.681 (bundle 1168, platform 5.2.0.67) my 4gb micro sdhc media card has been corrupted so i have put my files onto my computer,i bought a 8gb sdhc media card the next day and inserted it nto a media card reader into my computer and put my files on it.once done i took out the memory card and put it on my phone,it then said media card can nto be accessed due to fatal errors.. please help i have important exam notes on it!

    Can't you read your exam notes from the PC, for now?
    For the media card, I'd suggest you format it and then try it again your BlackBerry.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Interactive Report PDF Footer

    We are replacing a bunch of Crystal reports with the new interactive reports. When we download an interactive report to PDF, it automatically puts the page number at the bottom right of every page. However, I'd like it to say "Page 1 of 3", "Page 2 o

  • Setting up a Connection between Devices

    I was wondering how to set up a connection between 2 or more Devices in Flash Lite and getting the IP addresses of these devices. Can anyone help me with this please?

  • BGP AS-PATH REGULAR EXPRESSION ASSISTANCE

    Hi all, I'm trying to create an IOS as-path filter that is asdot+ compatible and that only allows a maximum of 3 as-paths, without taking into considerations any prepends that may appear in the as-path. The following example illustrates what I'm afte

  • Quicktime grabbing MP3 downloaded files!

    Hi folks, I am downloading some songs from mp3search.ru (very very cheap mp3 site) and they are downloaded as iTune files (which is what I require), however, when they download fully they become Quicktime files! I now have to change them individually

  • Adding a Custom Version Number for a schema

    Hi, I'm currently looking at ways to set an arbitrary version number that would help me know where a particular is currently at. I already have a logging table to indicate which scripts have been run. But I want to "tag" my schema with a version. In