CC-Configuration(adapter)-Most Urgent

HI all,
In ComplianceCalibrator, configuration tab after clicking the last option SAP Adapter, the diamond shaped button should change from gray to green.So Sod violations can be checked .But after clicking on SAP Adapter its showing the following error.
"java.lang.NullPointerException".
Kindly do the needful,its most urgent issue
Thanks & Regards

Hi Karunakar,
Following is the complete procedure:
System ID:                         System ID (User Defined)
System Name:                   Host Name
System Type:                     SAP
Connection Type:                Adaptive RFC
JCO Destination:                 Name of the JCO connection created by you
System ID:                         System ID (User Defined)
SAP Gateway:                   sapgw00
Report Name:                     Name of the Report defined by you in R/3
Outbound Connection:          Select the check box
Unicode System:                Select the check box
Then check, it should come. Kindly let me know if you have any more queries.
Regards,
Faisal

Similar Messages

  • NotSerializableException reading file from configuration adapter

    Hi!
    When I try to access a file with config.getFile() that is stored in VA configuration adapter I get a P4BaseRuntimeException with an underlying NotSerializableException.
    This is what I'm doing:
    Context ctx = new InitialContext();
    ConfigurationRuntimeInterface configInterface = 
         (ConfigurationRuntimeInterface)ctx.lookup("configuration");
    cfgContext      = configInterface.getConfigurationContext();
    cfgHandler      = cfgContext.getConfigurationHandler();
    config     = cfgHandler.openConfiguration(path, ConfigurationHandler.READ_ACCESS);
    boolean exists     = config.existsFile(filename);
    InputStream is = config.getFile(filename);  // this is where the exception occurs
    I've omitted handling for InconsistentReadException in this post, to keep the code short.
    The existence check with config.existsFile() returns true, so configuration path and filename seem to be ok. However, config.getFile() throws a NotSerializableException.
    So, how can I read a file from configuration adapter? What is my mistake?
    Thanks for your help,
    Frank

    hi frank,
    in addition to the above content
    u can refer the how to use the  config.getFile()
    http://kickjava.com/src/org/apache/commons/configuration/reloading/FileChangedReloadingStrategy.java.htm
    let me know u need any further info
    bvr

  • How to read Configuration Adapter Service?

    Hi all
    Am using NWDS 7.0 SP 15.
    I have uploaded a file (text file with props) in the configuration adaper. I want to read this file in my webdynpro (or any java) application. How can I do it?
    I have gone through sdn and I did find some posts which related to reading Configuration on J2EE. I am not referring here to the normal properties files on WebDynpro which are shown up on the Configuration Adapter. The key value pairs in those can be edited, but as such it is not possible to add a new key value pair from the Visual Adminsitrator.
    To workaround, I created/uploaded a file directly in the Configuration Adapter under my application component. Now I want the APIs to browse through the tree. I know there is a J2EE service by name Configuration Service which is used by SAP applications, how may I use it? Thank you.
    The post "Problem with Configuration Adapter Service a very old one deals with the same, I have put my concern there about the availability of the API.
    I have repeated this question from the WDJ forum, please excuse. I did not find solutions thus far.
    Regards
    LNV

    Hi LNV
    Try the following development components to locate interface Configuration and all other API classes: SAP-JEE/com.sap.engine.client.lib or SAP-JEE/com.sap.engine.deploy.online.
    Approach mentioned in Problem with Configuration Adapter Service shall work.. See my comment there too..
    BR, Sergei

  • FI Reports ***Pls Most Urgent***

    Hi Friends,
    Can you please help out for FI reports.
    Reports are: 1. Balance sheets by profit center 2. Income statement by functional area.
    Here my question is:
    1. Is this reports are available in SAP?
    2. if not How to develop because which are very big and complex it looks.
    3. what is the best way to develop these reports..
    4. Is it need to develop from top to bottom. Pls advice me and help me out how to do it. if any body develop send me some outlines.
    Can pls help most urgent and immediate need for my client.
    I will highly appreciate and reward points  as well.
    Yoga.

    Well, I would suggest you retrieve the data from the database, parse it, convert it to gif/jpeg and then show it.

  • Calling Smartforms from Module pool: Most Urgent

    Hi, Exeperts
    how can I call smartforms from module pool.
    I have done like below.
    First Created a push button on screen and used
    these code in user command through PAI
    FORM CALL_SMARTFORMS .
    DATA: V_FORM_NAME TYPE RS38L_FNAM.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME           = 'ZSMART'
      IMPORTING
        FM_NAME            = V_FORM_NAME
      EXCEPTIONS
        NO_FORM            = 1
        NO_FUNCTION_MODULE = 2
        OTHERS             = 3.
    ENDFORM.                    " CALL_SMARTFORMS
    now I am getting form name in v_form_name, but it is not executing.
    Please help me out.
    Regards
    Rajiv singh.

    Well, as it's most urgent....
    One you have a value in V_FORM_NAME you need to call this function module, passing the fields and strucures that make up the interface to your form.
    Eg.
    DATA: DEVICE TYPE SSFCTRLOP .
    DEVICE-DEVICE = 'PRINTER'.
    DEVICE-NO_DIALOG = 'X'.
    CALL FUNCTION V_FORM_NAME
    EXPORTING
       CONTROL_PARAMETERS         = device
       USER_SETTINGS              = 'X'
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5.
    Regards,
    Nick

  • How to start configuration adapter services

    Hi,
    I am stop configuration adapter service to apply the some settings, suddenly Visual administrator stopped and I am not able to start the configuration adapter service because visual administrator not start because of configuration adapter service.
    Please suggest how to start configuration adapter services.
    Regards,
    Ravi ghangurde

    HI ravi,
    you can try from config tool , but i am not sure whether that will help you or not. Best would be to restart the server and change the parameter from  Config tool again incase you have changed sometghing which is causing the service not to start.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/9f327802844fdcb776f38a2a7a9a7f/frameset.htm
    Regard
    Pankaj Prasoon

  • DBA PASSWORD (MOST URGENT)

    Is there any way to find the DBA password if I forgot my current password. can anybody help me. I tried with my current password. But it is not working. I don't know whether any body changed or not. If I am reinstalling it how can I retrieve the datas?
    Please treat the matter as most urgent.
    thanks
    george

    Do you know a password of a user with DBA priviledges? If so, use that one. Otherwise try to change the internal password with orapwd.

  • Configuration adapter services

    Hi,
    I am stop configuration adapter service to apply the some settings, suddenly Visual administrator stopped and I am not able to start the configuration adapter service because visual administrator not start because of configuration adapter service.
    Please suggest how to start configuration adapter services.
    Regards,
    Ravi ghangurde

    Hi Sherfuddin K,
    In NetWeaver 04 / 7.0 the only way to change WD app properties is using the Visual Administrator. In NW CE 7.1 it will be possible also in the NWA.
    HTH!
    -Vladimir

  • Reading Configuration Adapter

    Hi,
    I have created a configuration in the Configutaion Adapter(In Visual Administrator Server -> Services -> Configuration Adapter) and i would like to read the values that have been set under that configuration.
    I read the sample in the NDS help for connection to Configuration Manager. However i am unable to read my Configuration using the said method.
    Would anyone know how we can do this.
    Also what is the way we can use the services that are listed in Visual Administrator Server -> Services. For eg
    if i have to use the SLD service how do i go about finding the appropriate JAR files and then use the API's.
    Thanks and Regards
    Sidharth

    Hi,
    if your question is about using Java Mail specifically, the answer is very simple: you use it through the standard JavaMail APIs (package javax.mail.*)
    For example, if you've setup different mail providers using the Java Mail Client Service properties, you can retrieve those using the javax.mail.Session class (method getProviders()).
    If you need more details, you can have a look at the JavaMail tutorial provided with J2EE Engine documentation: http://help.sap.com/saphelp_nw04/helpdata/en/2e/c00e408230c442e10000000a1550b0/frameset.htm
    Source code is also available and can be found as part of the page with J2EE Engine examples.
    Hope that helps!

  • HT200259 Configuring adaptive firewall for VNC and RDP connections

    Hello, I'm using Yosemite with OSX Server.  Is there a way of configuring adaptive firewall for VNC and RDP connections?

    Apple has never documented what the adaptive firewall really does, as far as I know. It seems that the built-in network services send it some kind of notification whenever there is a connection attempt. The Screen Sharing service is one of those, so it should be protected. There is no built-in RDP service, so if you somehow added one, it would not be protected.

  • /001, /002, /003 (MOST URGENT)

    Hello
    How do i assign these to my WT's at V_512W_D & V_512W_B
    WT 's are :
    1. O/Time @ 1.25
    2. Night Differential @ 26%
    3. OT Transport (Valaution - 1 Daily Unit = 150 PHP)
    PHP - Currency
    4. Rice Allowance (1 daily rate * no of worked days in the period) Daily rate = allowance/26
    Help me MOST URGENT
    NSN

    Hi NSN
    once you maintained in processing calss 1 for your wage type the amount will be trasferred to techinical wage type as per the sepcification you used thorug PCR X010.
    amount in the techincal wage type will be converted into hours or days through PCR X012.  PCR X015 checks the Valuation base table accordingly calculation will be made.
    you can refer the documentation for the PCR's
    srinivas

  • Using plain http adapter using (SIN)---Most urgent please help me

    Hi Experts,
    all we need to do is call the pipeline directly using plain http adapter using (SIN) and get the output from the pipeline to the local file folders. This can help developers to verify the interfaces that have been migrated to XI , to compare the out put results generated in XI with the original output captured using existing middle ware solutions.
    Could anyone help me out this Urgent

    Hi Experts,
    all we need to do is call the pipeline directly using plain http adapter using (SIN) and get the output from the pipeline to the local file folders. This can help developers to verify the interfaces that have been migrated to XI , to compare the out put results generated in XI with the original output captured using existing middle ware solutions.
    Could anyone help me out this Urgent

  • PI 7.11 - Configuration: Adapter Engines Not found

    Hi,
    We have a PI 7.11 System that is connected to a central SLD. There are also two PI 7.0 systems connected to this SLD. If i open a communicationChannel i get following message:
    Adapter Engines Not foundNo SLD elements of type SAP_XIAdapterFramework found
    If i look in the SLD Technical Systems (Exchange Infrastructure), i see the three PI systems but only the Adapter Engines of the two PI 7.0 systems.
    How can i check if the adapter engine is up and running and if it has correctly been registered by my SLD. Are there any documentation according this configuration?
    Thanks in advance

    It seems adapter engine is not registered properly. For more details, please refer to the following sap notes:
    1. [Note 764176 - Error in XI due to inconsistent SLD contents|https://service.sap.com/sap/support/notes/764176]
    2. [Note 1117249 - Incomplete Registration of PI components in SLD|https://service.sap.com/sap/support/notes/1117249]
    3. [Note 1292803 - Configuration Wizard: PI SLD Self Registration|https://service.sap.com/sap/support/notes/1292803] .
    Regards,
    Sunil Chandra

  • How to install adapters in pi 7.0 ex(tibco adapter) its urgent plz help

    hi  friends
                   can any one help me how  to insatlll  the tibco adapter in pi 7.0 its urgent plz help
    thanks in advance
    bye
    raja

    Hi Raj,
    Is  your Sender System  Tibco If  so  Use  JMS Adapter  to get  the Data from tibco  and Use  IDOC  Adapter  to Post  in R3. For this you no need to Install any Adapter in XI System.
    Similar discussions ,
    XI integration with Tibco
    XI Integration with Tibco EMS (Using JMS Adapter)
    Regards
    Agasthuri Doss

  • Dynamically selection of Message Subject in AS2 adapter. Urgent Help..!!

    Hi All,
    I need to send the message to partner by using AS2 adapter.
    And i need to keep the Message Subject by taking dynamically from the payload message.
    ie. Iam sending the Purchase Order to Partner and i need to pass OrderNO which is coming in one field of my strcture to the message subject.
    How i can select dynamically the Orderno and pass into message subject of AS2 Receiver adapter??
    In the Seeburger AS2adpter manual, they provide the answer by using module parameters like
    http://seeburger.com/xi/common/dtsubject   DYNSUBJECT
    But i don't know how to put particular field into it.
    Any idea abt this?
    Regards
    Deepthi.

    Hi Deepthi,
    I think this would help you in configuring Dynamically selection of Message Subject.
    Supported dynamic attributes are:
    •  dtSubject – if the subject parameter is set in the XI message and the AS2 receiver channel is
          configured to use all non-empty or subject attribute, it will be treated as the message subject
          by the AS2 adapter;
    •  dtAS2FileName – the name of the payload. This is an attribute of the Content-Disposition
          header. With this AS2 is compatible with AS2 Filename Preservation draft.
    •  dtAS2ContentType – for Example application/xml, depending on the payload type
    To enable the usage of Dynamic Attributes, there is a special dedicated section in receiver channel.
    Dynamic attributes are used if the “Use dynamic attributes” setting is checked in the receiver channel.
    If the the setting “Use non-empty attributes” is not selected, all known attributes are used for
    configuration if the attribute is present. 
    Mention Check boxes for these
              Use dynamic Attributes
              Subject
    Dynamically set attributes override static channel attributes. Example: the subject attrib
    in receiver channels overrides the channel attribute.
    Here is an example how to set them. Channel tab “Module”->”Module Configuration”:
    Module Key: 1
    Parameter Name: http://seeburger.com/xi/common/dtsubject
    Parameter Value: DYNSUBJECT
    Message Subject:  This subject will be compared with the subject in the received message. This is used to find the correct channel for the inbound message.
    Wildcards are allowed.
    Regards,
    Varun Reddy.K

Maybe you are looking for

  • Error 4000 burning CDs with iTunes 7.1

    iTunes checks the disc, then burns 3-4 songs, then cancels the CD burn wasting yet another disc. Also, I cannot backup my purchased songs with the backup feature. I get the same error 4000 when attempting to make a backup disc. These problems only be

  • Can I use my DB in Europe?

    Smart phone, old (technically dumb) person...  Help

  • Replication issue between two APO systems

    Hi, I have two APO systems. I am trying to replicate the Forecast data from one system to the other. In the first system, I created the Export data source of the Forecast infocube. In the second system, I created a data target and used the extracted

  • IPod Nano in Monaural

    My wife would like a Nano for using during her workouts at the Y. However, she has been deaf in one ear since a childhood illness. Is there a headset that would allow her to listen in mono rather than stereo?

  • Re:XML update

    Hello Gurus , i want to write a procedure for xml update , consider, a table department consisting depart_no,depart_name,emp_Personal_info here emp_personal_info is a column of xmltype having data like (for a single department)(FOR DEPTNO 5801) <EMP>