Sender File Comm Channel Fails after system refresh

Hi,
we did a system refresh of our PI system and since then the sender file communication channels donot work with the following exception:
Error: com.sap.aii.af.ra.ms.api.ConfigException: Some of the IS access information is not available. SLDAcess property may be set to true, but SLD is not available.
I have seen many threads in this forum related to this issue but couldn't find a proper solution.
Any help is very much appreciated.
Thanks
MLS

You may do the following:
1. Perform SLDCHECK on XI.
2. Check if XIAFUSER is not locked or its password has been changed recently.
3. Goto SLD-> Business sytems-> Integration server, check Pipeline URL. It should be
http://hostname:8000/sap/xi/engine?type=entry
Regards,
Prateek

Similar Messages

  • Sender file comm channel shows error status when no file is in source

    Hello,
    I have this sender file communication channel which is picking up files using ftp. <b>It’s working fine</b> but if there is no file in the source directory during polling, it shows an error status in communication channel monitor. The error message is that directory/file does not exist and also ‘*’ in file name is invalid character.
    I have the same settings on our dev, QA and prod system but this strange thing is happening only on the dev and prod. It’s not happening on QA whereas QA access the same directory as dev.
    Any idea ???

    Hi,
    The error is strange one.
    I suggest you to check Visual Admin to findout the exact trace/log file.
    May be because of some connection problems etc..
    Just go thru this SAP Note about File Adapter- 821267
    Regards,
    Moorthy

  • UNIX Script Not running - Sender File Comm Channel

    I have written a script to split a large file into smaller files . It works great when I log into the server via putty, and run it from the command prompt .
    However, when I  run it from the Sender File Channel "Run OS command before/after processing", nothing happens .  I put in some code to write a log file after every line , but it never gets generated if I run the channel , so im assuming its never called by PI .
    However, the channel monitoring says "Success" for  "Execute OS command "/home/Int001/Inbound/File_Split.sh" . So  if it is successfully called, how come i dont get my expected results?
    1. What is the credentials used by PI to run scripts ?
    2. Does PI need some special permissions to run the script ?

    Hi Johannd,
    To change Password for Sap System User, you can follow this help:
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/aa/1dc94af0fa11d3a6510000e835363f/content.htm

  • Sender File Comm Channel

    Hi,
    I have a unique problem.  My file sender communication channel picks and process files only when the filename extension ends in .txt.
    I had checked the configuration directory and made sure it is not *.txt type and had given star.star.
    Still am not sure why this is happening.
    When i dump a normal file without any .txt extension, it is not been picked up and the file remains in the same place, morever no errors are also coming.
    Please share any light on this.
    Regards,
    Anandh
    Edited by: Anandha Krishnan on Jun 9, 2008 6:37 PM

    The other way to check if your changes are being correctly in the RWB, please deactivate the comm channel and then lookup RWB communication channel monitoring. check if the correct version is showing up out there. It could be the RWB is not getting the correct upated version. Activate the comm channel again and re-start the comm channel and then check.
    You can also follow the path of using * in the filename instead of . as suggested by others.
    Regards,
    Indranil
    Award points if appropriate

  • Logical System Conversion after system refresh failed

    Hello,
    Logical System Conversion after system refresh couldn't complete as the printer was locked. This job was run in the background. In SM37, the  job log of RBDLSMAP shows as job finished, but it took only 40 seconds. Now I see that the logical system got changed(Converted) in the client settings scc4 but I know that this client being a production client and would run for couple of hours. Here is the job log information.
    02/18/2009 16:09:33 Job started                                                                     00           516          S
    02/18/2009 16:09:33 Step 001 started (program RBDLSMAP, variant &0000000000000, user ID ABCD)      00           550          S
    02/18/2009 16:09:33 Output device PRN1 is locked in the SAP system                                  PO           349          I
    02/18/2009 16:10:19 Job finished                                                                    00           517          S
    When try to rerun bdls again, it shows that it is already available and it says "The new logical system name is already assigned to the current client".
    Any suggestions on this?
    Thanks,
    Mahesh

    Hi ,
    Rerun the BDLS again as this took very little time.
    When you try to run again it popsup message saying it already exists just delete that and again put the Logical system name and run it will run that time.
    May be while scheduling the job you gave for spool I am not sure why is it looking for Printer which is locked.
    Thanks.

  • HT6196 When I try to "share" my movie project via "File" the process "fails after a short while.  I do not know why this is happening.  I want to send my movie file to IDVD so I can burn a DVD disc of my project.

    When I try to "share" my IMovie project via "File", the process "fails", after a short time.  I am following the instuctions;  Click share>file>next > except it hasn't download to save.  The blue circle never completes its circle before I says it failed.  What am I doing wrong?

    Are you trying to transfer it from the iPad to your desktop?  Have you tried AirDrop?

  • Sender File Communication Channel Configuration

    Hi guys,
    We are trying to develop a file-to-Idoc scenario and we are facing some problems in the configuration of the sender file communication channel as far as the file format is concerned. The file, which is a material master file has the following structure:
    00.00 FileHeader
    30.00 Material n° 1
    30.01 Material n° 1
    30.00 Material n° 2
    30.01 Material n° 2
    30.00 Material n° n
    30.01 Material n° n
    99.00 FileFooter
    Initially, I developed 4 datatypes, FileHeader, Record1, Record2 and FileFooter, and 1 datatype to incorporate all of these, but I faced trouble in 'Recordset Structure' attribute in communication channel, where "FileHeader,1,Record1,,Record2,,FileFooter,1" did not work.
    After that I thought of creating one more datatype, called Record, with 0..* cardinality, that incorporates Record1 and Record2 with 1 cardinality.
    Although I have declared them correctly as "FileHeader,1,Record,*,FileFooter,1" in 'Recordset Structure', I face trouble in the table with the attributes. What shall I use: I have Record1.fieldNames and Record2.fieldNames and fieldFixedLengths, but XI requires Record...
    What you suggest?
    Evaggelos

    Hi,
    I understand your problem....
    I actually didn't look at the key fields...properly..
    You have said that when you had tried taking Record1 and Record2 in your structure you had problems...
    I  think the second way which you are trying would not work..!
    Can you try this..I am not sure if it will work..
    Have your structure as
    MT
    +Record
    ++Header
    ++Record1
    ++Record2
    ++Trailer
    So your Recordset name would be :Record
    RecordsetStructure would be Header,1,Record1,,Record2,,Trailer,1
    and then all the other parameters like fieldNames,fixedFieldLength,keyFieldValue...for Header,Record1,Record2,Trailer
    U might just try out with this
    Regards,
    Manjusha.

  • SAP License issue after system refresh.

    Hi,
    After system refresh, refreshed system has License info of source system. When trying to apply license from unix, it gives below error, saying system number is incorrect to apply new license. Looks the system number of source system is causing issue. I checked, there is no data in MLICHECK table. I could see some info in "saplikey" table. System is 700 system.
    sidadm> saplikey -install "/home/SID/sid_multiple.txt pf=/usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapsidci
    This system's system number is "000000000710287641", but there is a license key
    for system number "000000000711311441" in file "/home/SID/sid_multiple.txt".
    sidadm>
    Thanks.

    First check whether you have deleted all invalid licenses?
    use below command to delete invalid licenses
    sidadm>saplicense -delete
    And apply new license based on new hardwarekey with below command
    sidadm>saplicense -install
    *I think there should be some invalid licenses lying in your system
    Regards
    Nick Loy

  • After System Refresh Variants missing

    Hi,
    We have used Export / Import method to build QAS system from production
    ABAP export file.
    After System refresh we got the same Production client with all
    configurations, Variants, Object including data.. Which is Perfect.
    But, as per our business we don't want to use the same production
    client number in Quality System., so we done Cliet Copy to copy to
    different client (ex: Client 200) using SAP_ALL profile.
    Question: But after client copy we found that some Data, Objects,
    Variants are missing in the new client (200).
    Ex: In Client 100 (Copy of production client) table T009 is having 10
    entries, but after client copy in client 200 the same table doesn't have any
    entry in that including standard and Z.
    Please help me on this, how do I get clone / copy of 100 client
    (original client)
    Thank You,
    Ramesh

    Hi Ramesh,
    Looks like your client copy didn't bring all the data and Objects, Did you checked logs, Is there any error message ? The client copy completed with all the tables ?
    You can try Remote client copy method .
    You can manually export the variants from the source client to Target client and you need to export the Variants from the table VARID, VARI, VARIT and VARIS.
    You can use the below forum procedure to export and import variants.
    how to export RFC destination to file in order to import it in an other sys
    Since, not only the variants you are missing data and Objects, I would suggest for re-copy the client.
    Regards,
    Arjun

  • Adapter engine field blank in File Comm channel (Sender)

    Hi,
    I am not getting any value in drop-down list of adapter engine in file adapter communication channel.System is allowing me to save the comm channel but when I am trying to create sender agreement, system is giving me following error
    <b>Unable to find an associated SLD element (source element: SAP_XIIntegrationDirectory, [CreationClassName, SAP_XIIntegrationDirectory, string, Name, directory.s01., string], target element type: SAP_XIIntegrationServer)</b>
    I m getting values of adapter engine when I select some other adpter like IDOC or RFC.
    Please help...

    Hi,
    1) Can you check your Post Installation.
    2) Look for SAP NOTES.
    3) Try cache refresh
       a)Start transaction SXI_CACHE.
       b)From the context menu XI Runtime Cache select Start Complete Cache Refresh.
    If you still face issue try this .
    Many actions require to access System Landscape Directory content from the Integration Builder. To optimize performance, this content is loaded into a cache so that the System Landscape Directory does not have to be accessed directly each time that System Landscape Directory content is required.
    However, this cache is not automatically updated if changes are made to the content of the System Landscape Directory. For this reason that we delete the System Landscape Directory cache if changes have been made to content in the System Landscape Directory. The cache is then filled each time that the System Landscape Directory is accessed. If we log on to the Integration Builder after we have made a change in the SLD, we do not need to delete the SLD cache.
    To clear the SLD cache, from the Integration Builder main menu, choose Environment ® Delete Cache for SLD Data.
    Once we have deleted the cache for SLD data, accessing objects in the SLD may take longer than usual initially.
    Regards
    Agasthuri Doss

  • Cs6 windows 8 after system refresh....installer fails to initialize

    hi i was using adobe cs6 suite on my toshiba windows 8 machine. i had a problem and refresh my pc.during the process, windows removed all my apps. after the refreshing, i am trying to install back my cs6 suite but anytime i try install i get this error that.."installer failed to initialize" i downloaded adobe support adviser and it said there was a bootstrapper error ans also a restart wass pending. i restarted several times even after a windows update. the proble still persistsplease can somebody help me

    Moved to CS forum.

  • Adding transports to import queue after System Refresh

    Hello All,
    Every time we do system refresh from PRD to Sandbox as a part of post refresh activity we need to import all the transports which are in the import queue of PRD(which are not yet imported to PRD) to our Sandbox.
    But its a tedious job, as in the import queue many old transports which are still not yet imported to PRD will b there.
    So may b around 150+ transport requests in the import queue of PRD, which we need to add those manually from path
    Extras---->other requests -
    > Add. doing same for 150 times. cant even imagine dat work.
    So my question is, Is there any way to get the replica of import queue of PRD to Sandbox.
    Some where i read like transport buffer in the path  /usr/sap/trans/buffer/<SID> of the system will have list of all transports in the import queue.
    So can i copy dat file and replace SID with Sandbox SID and place it in the Sandbox under same path.
    Please suggest or give me a correct solution.
    Regards,
    Ravi

    Thanks a lot for your reply.
    I had read about using script like tp addtobuffer inorder to add the transports to the import queue some time back.
    But forwarding transports is a new method i got to know here which even looks easy too. It would be great if any 1 tell me how forwarding works.
    Also it would b fine if who all uses this method of forwarding to add transports to import queue do reply about any  problems faced while forwarding requests.
    Bcoz in our landscape , transport route is as below
    Dev to QA and Sandbox then from QA transports will move to Production.
    So after refresh forwarding Transports from PRD to Sandbox, how does this work. Please share your suggestions.
    Regards,
    Ravi

  • False backup / archive alerts after system refresh

    We have implemented CCMS on our systems. We recently refreshed our QTS system with a backup of production (PTD). CCMS is now sending alerts for backups and archives. It tells us that the backup and archive did never run.
    I checked DB12 and found that there is no data in DB12. This is probably due to the system refresh.
    Is there any extra post refresh step that we can do to prevent these false alerts (other than running a full online backup as post refresh step)? Is it possible to export the backup information (tables used by DB12) as pre refresh step and re-import them after the refresh?

    Kevin DK wrote:
    Will it create issues if we do not delete tables SDBAH and SDBAD during the refresh?
    No. BTW, tables are not to be deleted, just the table 'entries'.
    Thanks

  • Portal down after system refresh

    Hello all,
    We have done a system refresh for QAS from PROD for BI with export import of the backup into test. Everything was ok and refreshed BI is working fine but the SAP BI PORTAL is down. Nothing it is working. I can`t acces the link of the portal nor the visual admin nor configtool. Can you help us making the test working. I know a solution of reinstalling the portal with sapinst but i do not belive that this is the only solution.
    The Test Portal have nothing changed. It is the same like it was but the BIT has changed a lot. Can anybody give some ideas how to make it work?
    I give you some information found in logs:
    dev_jrfc.trc :    Return code: RFC_FAILURE(1)
        error group: 102
        key: RFC_ERROR_COMMUNICATION
    Error> occured  >Tue Aug 24 09:21:56,809<   
    RfcException:
        message: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=localhost SYSNR=11 GWHOST=localhost GWSERV=sapgw11 PCS=1
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner '127.0.0.1:sapgw11' not reached
    TIME        Tue Aug 24 09:21:56 201
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2513
    DETAIL      NiPConnect
    SYSTEM CALL connect
    ERRNO       79
    ERRNO TEXT  A remote host refused an attempted connect operation.
    COUNTER     8
        Return code: RFC_FAILURE(1)
        error group: 102
        key: RFC_ERROR_COMMUNICATION
    default trace: #2#================================== Connection ==================================
    ID                            502279030649651208                               
    Type                          QueueConnection                                  
    Mode                          STOPPED                                          
    isClosed                      YES                                              
    com.sap.jms.server.SynchronousNetworkAdapter@32af32af isClosed = false waitTableSize = 0 conectionId = 8----
    ConnectionMetaData -
    JMSVersion                    Version 1.1                                      
    PorviderVersion               Version 1.0                                      
    SupportedJMSXProperties       JMSXGroupID, JMSXGroupSeqJMSXDeliveryCount       
    ================================================================================
    #javax.jms.JMSException: JMS Service is stopped
    SO we can`t acces Visual Admin and configtool.
    Thanks in advance

    So i have open both files services / hosts.. and everything seems to be ok. On services i found
    sapgw11       3311/tcp      # SAP System Gateway Port
    The servers are AIX and the DB si Oracle. Nobody changed these files for more than 2 years and before refresh oh QAS the portal worked just fine. Practically the problem is that there is no connection between BI TST and TST portal. Nothing even at unix level. I think the problem is soewhere between DB and portal.. because he can`t find any connection.
    Some other log files:
    database.1.log :
    #1.5 #001A64E912A200310000003B001570BE00048E8BC8337BDA#1282630917258#/System/Database/sql/jdbc/direct##com.sap.sql.jdbc.direct.DirectConnection#######SAPEngine_System_Thread[impl:5]_27##0#0#Error#1#com.sap.sql.jdbc.direct.DirectConnection#Java#com.sap.sql_0003#com.sap.sql.log.OpenSQLResourceBundle#SQL error occurred on connection beta:BIT:SAPBIPDB: code=17,002, state="null", message="Io exception: Connection reset";
    SQL statement is "ROLLBACK".#5#17002#<null>#Io exception: Connection reset#beta:BIT:SAPBIPDB#ROLLBACK#
    server0.log : #1.5 #001A64E912A200450000082C001570BE00048E8BC83E8D97#1282630917983#/System/Server##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_75##0#0#Error#1#com.sap.caf.eu.cc.content.svc.CCServiceFrame#Plain###Cannot instantiate class: com.sap.engine.services.jndi.InitialContextFactoryImpl
    javax.naming.NoInitialContextException: Cannot instantiate class: com.sap.engine.services.jndi.InitialContextFactoryImpl.  Root exception is java.lang.ClassNotFoundException: com.sap.engine.services.jndi.InitialContextFactoryImpl
         at java.lang.Class.forNameImpl(Native Method)
    1.5 #001A64E912A200680000003B001570BE00048E8BC82CCE12#1282630916813#/System/Security#sap.com/com.sap.workflow.j2eemoni#com.sap.engine.services.security#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_7##0#0#Error#1#com.sap.engine.services.security#Java#security_3031#com.sap.engine.services.security.exceptions.SecurityResourceBundle#Cannot get run_as identity for the security role "".#1#MBeanCreator#
    #1.5 #001A64E912A20009000006CF001570BE00048E8BC83BC936#1282630917802#/System/Security##com.sap.engine.services.userstore#######SAPEngine_System_Thread[impl:5]_64##0#0#Info#1#com.sap.engine.services.userstore#Plain###Service userstore stopped OK#
    Thanks

  • Delta Setup/Link  Broke After System Refresh in Sandbox with Prod

    Hi All,
       We have done the System Refresh for Sandbox with Production in BW. After that, we tried to load 0FI_GL_4 Delta and it failed with 'Queue 0FI_GL_4 is not available in the Source System' in Monitor. It means something went wrong in System Refresh process and the Delta setup broke. The 'Status' traffic light for 0FI_GL_4 DataSource is in RED in 'BW Delta Queue Maintenance' (RSA7) in R/3 system. When I display this Status (Red traffic light) it says 'There are still no parameters available for the delta transfer'.
       Since the Delta link broke, I have deleted the 0VENDOR_ATTR Master Data DataSource in RSA7 in R/3 and Initialized the Delta in BW for this 0VENDOR_ATTR and it completed successfully and now 0VENDOR_ATTR Master Data DataSource in RSA7 in R/3 is in GREEN.
       But, we have GL InfoCube which has 120 million records and if we initialize the Delta it will take atleast 7-10 days. It will take atleast 2 weeks for all the InfoCubes and ODS's.
      How could we restore the Delta setup/link and the Status of the DataSources will turn into GREEN in RSA7 in R/3, PLEASE ?
    Thanks in advance.

    Hi,
    Ask your BASIS team to run BDLS. That should take care of the problem. It'll repoint the delta queues to the correct source system. With the refesh the delta DS will point to the system it was refreshed from, hence the problem.
    Cheers,
    Kedar

Maybe you are looking for

  • Boot Camp just isn't working.

    I have an early 2011 Macbook Pro i7 running Mountain Lion. Love it. I recently decided to upgrade to a SSD, so my regular drive with boot camp installed is no longer in my machine. In my optical drive bay I have placed a secondary hard drive and remo

  • Lightroom mobile won't sync (stuck)

    i move from apple aperture to lightroom and one of my must have is to sync my photos in to my iPad. with aperture is was easy and simple. adobe have release lightroom mobile and it's seems like a great idea. at first setup i sync one folder with 300

  • Where is the wscompile utility for Java Web Services Developer Pack 2.0?

    Hi. I am running Ubuntu Linux 7.04. I downloaded and installed tomcat 5.0 for WSDP and then WSDP 2.0. I did so because I am trying to use the wscompile utility to generate the WSDL and JAX-RPC mapping files so that I can create a simple example web s

  • Query is extremly slow

    hi , below query taking lot of time,can anybody help me tune the query.My db version is oracle 9.2 explain plan for select  MRH_MRN,DECODE(MRH_SEX,'M','MALE','FEMALE') AS SEX, trim((mrh_sur_name||' '||mrh_first_name||' '||mrh_middle_name)) as MEMNAME

  • Having trouble deciding on an iPad 2 case

    So I'm having a hard time choosing what. iPad 2 case to get. I don't want the smart cover because I think I need something to cover the back to.I know could get a smart cover with compatible back shell but that gets pretty pricey and I don't know if