Application server problem after upgrade from 4.6C to ECC 6.0

Hi all,
We have recently upgraded our test server form 4.6C to ECC 6.0.
In one of the programs we are using open dataset to write files to
application server. This particular folder had been mapped through "Map Network
Drive function" in windows. The path we have given in the program
as "<Drive>:\<Folder>\File Name".
Code :
<b>DATA : zdsnb(45).
ZDSNB = 'R:\SAPPayroll\zpaysheet.prn'
OPEN DATASET zdsnb IN TEXT MODE.</b>
In 4.6C this particular format was reading without any problem. But
after the upgrade, system is throwing an error "File cannot be read".
We have checked the NTFS share rights and rights for the mapped drive.
It's "Everyone" full access.
Our OS: Windows 2003 server 64 bit
Database : MS SQL 2005 64 bit.
Most of HR related testing is based on this access. Pl suggest a
solution, so that we can go ahead with our testing and upgrade of other
servers.
Regards,
Adeeb

Am a little confused by which way your slashes are going, but if they're Ok try adding phrases below.
open dataset p_uxfile <b>for input</b> in text mode <b>encoding default</b>.
Best!
Jim

Similar Messages

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • After upgrading from 4.6C to ECC 6.0 templates not working in smartform

    Hello,
    After upgrading from 4.6C to ECC 6.0 templates not working properly in smartform, although value is flowing to the point the template is getting called and inside the template there are text elements where placeholders are kept to display the value, when the print is taken there are no values being displayed by the text elements.
    Please note - Text elements doesnot have any conditions present in the condition tabstrip.
    Thanks,
    Abhishek

    Hi,
    After the upgrade, you will have to do the security upgrade.
    Please follow these steps.
    1. Go To SU25
    2. Run step 2A to 2D.
    3. In step 2C, you shall get the list of all the affected roles.
    Click on first role. It will take you to authorizations of that role. Click on the "New" tab there to find the new objects added to the role after the upgrade.
    Note: You can open the same role in the unupgraded system to check.
    4. Provide the access to the required authorization objects.
    5. Disable the unwanted authorization objects.
    6. Generate the profile.
    7. Follow the same steps for all the affected roles listed.
    Please note that you will have a list of new objects added.You need to maintain them inorder to avoid any access issues.
    8. After step 2C, complete 2D.
    Regards,
    Imran

  • Impact on Custom / Std IDOC after upgrading from 4.7 to ECC 6.0

    I am in Upgrade project (4.7 to ECC 6.0).
    What will be the impact of the existing Custom and Std IDOC after upgrading from 4.7 to ECC 6.0 and if any impact, what are precautionary steps to be taken to work as it is.
    Will there be any Impact on ALE also ?
    Thanks & Regards
    Khaleel

    closed.

  • Problems after upgrading from 10.2.3 to 10.2.8

    After upgrading from 10.2.3 to 10.2.8, itunes "unexpectedly quits" when I try to purchase a song, and safari "unexpectedly quits" when I visit certain websites. Before upgrading, no such problems.

    Hello rick,
    First of all, welcome to the Apple discussions.
    * How did you upgrade the OSX 10.2.3??
    * Did you use the combo update?
    * Did you run the dick repair permissions before an after
    Here is the Combo Update for OSX 10.x
    Combo Update
    An here is how you use the disc repair permissions
    About Disck Repair Permissions
    Applications Quits
    Let me know if so ...
    Discussions is a ongoing process. Hope to see you around anytime you need us, or can offer help to others.
    Dimaxum <]:~))

  • Transactions missing in Role After Upgrade from 4.6c to ECC 6.0

    Hello Friends,
    I did multiple searches on this question but it was unsuccessful. We are upgrading from 4.6c to ECC 6.0. We are testing roles to make sure the migrate properly.
    Irrespective of su25. There are transactions that are not obsolete and are missing in ECC 6.0
    For example if I have a role called FIROLE. Which has 20 tcodes in 4.6c. When we upgrade to ECC 6.0 8 tcodes will be missing. This is not because the tcodes become obsolete.
    What is the best way to approach this. Should we be testing each role?
    Thanks!

    Hello Imran,
    transactions can be 'obsolete' also if they still exist.....
    If the application developers create new functionality, new look,.... in new transactions but still let the 'old' ones in the system.
    Just think about the ME2*-transactions..... The developer can decide, that such new transactions should replace the old ones after upgrade in the roles or let the old ones as they are.
    You can get an overview about replaced/obsolete transactions by reviewing table PRGN_CORR2 (make sure, that you have the latest version, according to [SAP Note 991377|https://service.sap.com/sap/support/notes/991377]   !!!). SU25 gets its information from that table.
    b.rgds, Bernhard

  • Schema error after upgrade from 4.6C to ECC 5.0

    Hi all,
    We have recently upgraded from 4.6C to ECC 5.0. We are having problem in payroll run. When I did a syntax check in schema, I got "UDPM" rule doesn't exist. I checked, this rule is present in 4.6C. This is the standard rule. If I am right, it should have come with upgrade right?
    or SAP has changed this? From where Can I get the info about this?
    Also similar error I got in Function 'USTAX' parameter 3 is not allowed. If I remove that parameter, I don't know what is the implication of that.
    I checked for SAP notes. I did not find anything.
    Please let me know if any of you have come with such situation.
    Thanks in advance.
    Sarika.

    Hi Sarika,
    We are also in a similar transition i.e. 4.6C to mysap Ecc5.0 . But we are on Canadian Payroll.
    I had search OSS and got a PDF document regarding " Upgrading to SAP R/3 Enterprize - A User Guide to Canadian mysap HR Customers" . U may be can find a similar one for US payroll. I can give u mine, but it wont be of any use as it is for Canadian Payroll.
    In Canadian mysap Upgrade , the function P0224 has been replaced by function KXDTM . Although P0024 is still in used in Schema K00T for conversion purposes.
    Regards,
    Jay Gandhi

  • Layouts disappear after upgrade from 4.6c to ECC 6.0

    HI friends ,
    In the upgrade from 4.6c to ECC 6.0 , the layouts in the SAP QUERIES in the new system are either lost or showing lesser fields than original system .How do get the exact layouts as in 4.6c?
    Please help...
    Many thnx ,
    Hemanth .

    Try using SQVI transaction .
    Please reward if useful.

  • Search Service Application problems after upgrading from Foundation to Enterprise edition of SharePoint 2013

    Hi all. I have been searching for days for a solution to a problem I am having with SP2013 Enterprise edition.
    We recently upgraded from SP2013 Foundation to SP2013 Enterprise. After the upgrade, the search services are no longer working and we are receiving many application log entries indicating the following:
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (ea2019ef-bb9e-4efe-85ee-5d2307406f31).
    Reason: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Technical Support Details:
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    as well as:
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (ea2019ef-bb9e-4efe-85ee-5d2307406f31).
    Reason: The object you are trying to create already exists. Try again using a different name.  
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name.  
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    I have tried to remove the search service application and recreate it, and even though the SharePoint Central Administration states that it was created successfully, I am still getting the same errors in the log. If I go to the Search Service Application
    Search Administration page, the "System Status" shows the following message:
    The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component '0359af35-0982-4ede-8838-b1d390e915bf' in search application 'Search Service Application' is in a good state and
    try again
    Additionally, under the "Search Application Topology" section, it states "Unable to retrieve topology component health states. This may be because the admin component is not up and running" which I assume is normal if the admin is not
    running.
    Does anyone know how I can resolve this problem? 
    Thanks!

    Hi Joaquin,
    According to your description, the error occurred when you re-created the Search Service Application.
    Based on the error message, I recommend to verify the things below:
       1. Check if the association between the Search Service Application proxy and the web application is configured.
    Please go to Central Administration > Application Management > Configured service application associations > Click Default to see if the Search Service application is checked.
       2. Change the app pool for the Search Service Application to SharePoint Web Services Default in the properties of the Search Service Application.
    Please go to Central Administration > Application Management > Manage service applications > Highlight the Search Service Application > Click Properties in the ribbon > Change
    the two app pool to SharePoint Web Services Default: App Pool For Search Admin Web Service and Application Pool for Search Query and Site Settings Web Service.
        3. Run PS command to check if the search admin timer job is enabled: Get-SPTimerJob
    job-application-server-admin-service | fl. If it is not enabled, use PS command to enabled it and then reset Internet Information Services: Enable-SPTimerJob job-application-server-admin-service.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Mail flow problem after upgrade from cu1 to sp1

    I have update Exchange server 2013 CU1 to SP1 (CAS Role). After upgrade mail cannot flow. all the mail are stuck.
    CAS server use to mail flow outside and receive from outside. but The problem is this CAS server mail flow not work after upgrade exchange server 2013 CU1 to SP1.
    Please give suggest.
    Thanks

    I didn't connect to queue viewer as because the version of exchange 2013 server are different. in the environment two CAS server and two Mailbox server. i just update one CAS server into SP1. and another CAS in CU3. Mailbox 01 is CU3 and Mailbox 02 is CU
    1. So their is version difference in the environment.
    So, when i update CAS server to SP1. That server is not working for mail flow.
    Please suggest.

  • AUTO_RUNSTATS: problems after upgrade from 8.2 to 9.5

    Hello guys,
    We're appreciating a problem in our recentley upgraded databases 9.5
    We've upgraded from release 8.2 and we have activated the following parameters:
    db2 UPDATE DB CONFIG USING AUTO_MAINT ON AUTO_TBL_MAINT ON AUTO_RUNSTATS ON
    Although we don't see auto_runstats running in database. How can I activate this issue? Isn't it enough to activate these parameters?
    regards,
    Filipe

    Hello Filipe,
    have a look at your dump directory, under events you find file like db2optstats(n).log
    db2 runstats on table DB2DDP.STMTS
    DB20000I  The RUNSTATS command completed successfully.
    2010-07-22-14.45.36.597065+120 E937346A585        LEVEL: Event
    PID     : 463098               TID  : 16547       PROC : db2sysc 0
    INSTANCE: db2ddp               NODE : 000         DB   : DDP
    APPHDL  : 0-38427              APPID: *LOCAL.db2ddp.100722124520
    AUTHID  : DB2DDP
    EDUID   : 16547                EDUNAME: db2agent (DDP) 0
    FUNCTION: DB2 UDB, relation data serv, sqlrLocalRunstats, probe:10
    COLLECT : TABLE AND INDEX STATS : Object name with schema : AT "2010-07-22-14.45.36.596771" : BY "User" : start
    OBJECT  : Object name with schema, 14 bytes
    DB2DDP  .STMTS
    IMPACT  : None
    2010-07-22-14.45.36.744115+120 E937932A665        LEVEL: Event
    PID     : 463098               TID  : 16547       PROC : db2sysc 0
    INSTANCE: db2ddp               NODE : 000         DB   : DDP
    APPHDL  : 0-38427              APPID: *LOCAL.db2ddp.100722124520
    AUTHID  : DB2DDP
    EDUID   : 16547                EDUNAME: db2agent (DDP) 0
    FUNCTION: DB2 UDB, relation data serv, sqlrLocalRunstats, probe:220
    COLLECT : TABLE AND INDEX STATS : Object name with schema : AT "2010-07-22-14.45.36.743863" : BY "User" : success
    OBJECT  : Object name with schema, 14 bytes
    DB2DDP  .STMTS
    IMPACT  : None
    DATA #1 : String, 49 bytes
    RUNSTATS ON TABLE "DB2DDP"."STMTS" ON ALL COLUMNS
    this is a manual runstats, you will also a ot of fabricated runstats.
    Here is an output from db2 get db cfg for <SID>:
    Automatic maintenance                      (AUTO_MAINT) = ON
       Automatic database backup            (AUTO_DB_BACKUP) = OFF
       Automatic table maintenance          (AUTO_TBL_MAINT) = ON
         Automatic runstats                  (AUTO_RUNSTATS) = ON
           Automatic statement statistics  (AUTO_STMT_STATS) = ON
         Automatic statistics profiling    (AUTO_STATS_PROF) = OFF
           Automatic profile updates         (AUTO_PROF_UPD) = OFF
         Automatic reorganization               (AUTO_REORG) = OFF
    Best regards,
    Joachim

  • Problems after upgrade from SCVMM 2012 Sp1 to SCVMM 2012 R2

    I did a in-place (uninstall VMM2012 Sp1, retain the database, and install VMM2012 R2 point to old database) upgrade. All the steps work fine.
    The only problem (so far) is that when I create a new VM using a custom template (for example, Windows 2008 R2), the deploy fail with the following error:
    Error (2912)
    An internal error has occurred trying to contact the vm-scvmm2012.domain.com server: NO_PARAM: NO_PARAM.
    WinRM: URL: [http://vm-scvmm2012.domain.com:5985], Verb: [INVOKE], Method: [GetError], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/BitsClientJob?JobId={56B8E488-5DB9-4CC1-BEFA-AFF76E1E4D2D}]
    Unknown error (0x80072f0d)
    Recommended Action
    Check that WS-Management service is installed and running on server vm-scvmm2012.domain.com. For more information use the command "winrm helpmsg hresult". If vm-scvmm2012.domain.com is a host/library/update server or a PXE server role then ensure
    that VMM agent is installed and running. Refer to http://support.microsoft.com/kb/2742275 for more details.
    Information (26278)
    VMM could not offload transfer the file \\vm-scvmm2012.domain.com\MSSCVMMLibrary\VHDs\Template_Windows_2008_R2_SP1.vhdx to C:\ClusterStorage\Volume1\VM-NEWVM\Template_Windows_2008_R2_SP1.vhdx.
    Any ideas?

    I have a similar problem when migrating VMs from Windows 2008 R2 (Non Clustered) Hyper-V to Windows 2012 Hyper Cluster. I had previously migrated about 100 VMs like this with no problem. It appears since upgrading from VMM SP1 Rollup 4 to Rollup 5 this problem
    is happening. All Agents are up to date.
    I can migrate VMs in the cluster no problem.
    I removed the Windows 2008 R2 Hyper-V host and added it back which allowed the job to at least start but when it gets to the final steps of importing the VM it fails with the same error and references the VMM server.
    Others suggest this is a VMM Certificate problem and you can remove the Cluster node and add it back again but I can't do that in a production Cluster with hundreds of VMs. That is not an acceptable solution.
    How can we fix this?

  • Problem after upgrade from patch level 36 to 43

    Hi,
      Recently our system is upgraded from 36 to 43 patch level. After this there are problem in doing hiring action, IT0000 is saving but the next infotype IT0001 does not gets saved and also no error message. So, really not able to figure out what could be the problem.
    I was debugging the standard code i.e once the 'save' button is clicked in IT0001 in PA40, but in vain. I am not able to find out where or in which program/include the data gets saved in PA0001. If any one aware of this please let me know.
    Since IT0001 is not getting saved, there are probs with IT0007 and IT0008.
    Please let me know your views.
    Thanks,
    Arunsri

    Hi Raju,
      Thanks for the reply. Ya, the problem was not due to upgrade,but some other issue. Not able to find till now. I checked IGMOD features and it is in 'Active' mode only. No luck.
    Edited by: Arunsri on Jan 27, 2012 4:18 PM

  • Problem after upgrading from 4.2 to 4.2.2

    I just recently did an upgrade from 4.2 to 4.2.2 running on an Appliance. After the upgrade all the services do not load up. Running a "show app status LMS" always comes up with a message saying daemon manager is not fully intialized. The DCRServer process is just hanging with the status "waiting to initialize".                 
    I am able to GUI in but can't use view any of the managed devices due to DCRServer in a hung state. I have restared LMS application multiple times. I have stopped LMS application and then reloaded the box. The issue still keeps occuring, im going to raise a TAC case but was wondering if anyone else has come across this issue?

    Are you still facing the above issue ?
    If yes send me the below information.
    output of pdshow
    ctm_config.txt  from the below location:
    NMSROOT\CSCOpx\MDC\tomcat\lib
    NMSROOT\CSCOpx\MDC\tomcat\shared\lib
    NMSROOT\CSCOpx\MDC\tomcat\webapps\cwhp\WEB-INF\lib
    Also md.properties and Regdaemon.xml
    Thanks
    Afroz

  • Perfomance problem after upgrade from 9.2.0.6 to 9.2.0.8

    Hi,
    we have upgrade our RDBMS from 9.2.0.6 to 9.2.0.8, all our batch jobs became slow (plus 3hours on normal execution time of our query).
    any suggestions.
    Regards.
    tt

    I bet you just upgraded without any modification on parameters and/or way of gathering statistics. :)
    I know it's very embrassing and frustrating that Oracle sometimes gets slow after just upgrade.
    But it's designed to be that. Not to get slower, but to get faster.
    Enhancement is the only purpose of upgrade, isn't it?
    But there is always a chance that you hit some negative side effects of that enhancement.
    For instance, optimizer gets equipped with new powerful query transformation algorithm.
    But in very rare cases, it causes some queries got slower.
    It has always been happening and l believe it will also happen with 11g. :(
    The unfortuante thing is that there can be amazingly many reasons why Oracle gets slower after upgrade.
    You need to search metalink for similiar issues and check statistics and execution plans as stated above.

Maybe you are looking for