Trying to connect to windows server 2003 through AFP not SMB

When I try to connect is says AFP is not compatible.

Thanks for your timely response Arun. Solved the issue as I was using Message inside the cursor , I removed that and problem is solved.
When I am retrieving only 2 columns in select statement then it is getting executed but when I am giving more than 2 columns then it is giving error "Incorrect Syntax Near".
But now I made following changes in program and getting dump (with different message).
The code is as under.
DATA: c1  TYPE cursor.
DATA : BEGIN OF EMP_DATA OCCURS 0,
        FNAME(100)       TYPE C,
        LNAME(100)       TYPE C,
        JOINING_CTC(16)  TYPE P DECIMALS 2,
        END OF EMP_DATA.
DATA : fnm(100)    TYPE c,
        lnm(100)    TYPE c,
        jng_ctc(16) TYPE P DECIMALS 2.
EXEC SQL.
   CONNECT TO  'HRMS'
ENDEXEC.
EXEC SQL.
   OPEN c1  for
   SELECT FNAME LNAME JOINING_CTC  FROM view_EMPDATAPayroll_New.
ENDEXEC.
DO.
   EXEC SQL.
     FETCH NEXT c1 INTO :EMP_DATA
   ENDEXEC.
   APPEND EMP_DATA.
   IF sy-subrc <> 0.
     EXIT.
   ENDIF.
ENDDO.
EXEC SQL.
   CLOSE c1
ENDEXEC.
EXEC SQL.
   DISCONNECT 'HRMS'
ENDEXEC.
LOOP AT EMP_DATA.
   WRITE: EMP_DATA-FNAME , EMP_DATA-LNAME , EMP_DATA-JOINING_CTC.
ENDLOOP.
At execution I am getting dump with the following message:
Short text
    SQL error 102 occurred when executing Native SQL.
What happened?
    The error 102 occurred in the current database connection "HRMS".
    Error Text of Database: "Incorrect syntax near 'JOINING_CTC'."
    SQL Statement Responsible:"SELECT FNAME LNAME JOINING_CTC FROM
     view_EMPDATAPayroll_New."
Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not
     caught and
    therefore caused a runtime error.
    The reason for the exception is:
    Error Text of the Database: "Incorrect syntax near 'JOINING_CTC'."
Regards.
Tarun.

Similar Messages

  • Lion 10.7.1 trying to connect to windows server 2003

    Hi There, all of the sudden I can't connet to our work server anymore?
    smb://*****/DukeAdminShare$
    I have a login and password and it says my password is incorrect. This can't be since I can log in on my pc?
    what's wrong?
    Yesterfday it worked fine?
    Help would be appreciated.
    Thank you!
    Oliver

    Hi,
    Thanks for the question, however, this forum is for Remote Desktop Clients related questions.
    Regarding the issue, as Windows clients can connect with no problem, I suspect that it is a Mac side issue and I would like to suggest you contact Apple support for help.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Mac OS X 10.10.2 connection to Windows Server 2003 R2 very slo

    Hi,
    I am currently running OS X 10.10.2 on my MacBook Pro and I connect to a local server at my work periodically by using the connect to server function in Finder. I type in the server ip address and am able to connect to the appropriate drive without any problems. The problem comes in when I go to open files and sometimes folders from the server. It can take up to a minute or more to open a simple .png file that is only 8 mb in size. Trying to open larger files causes the applications to freeze and I eventually have to force close the applications. Even transferring the files from the server to my desktop is extremely slow. I was wondering if there was any way to fix this problem (either on the MacBook side or the Windows side). 
    The server is currently running Windows Server 2003 R2 (I plan on updating it, but in the meantime...) and the person who set the server up is no longer available to be contacted for questions. Any help is appreciated.
    Thanks!

    Hi cani89,
    Firstly, this policy has three values that you can set. Which one do you use, Negotiate, RDP or SSL?
    In addition, we need the log file for further research.
    Microsoft Remote Desktop -> About Microsoft Remote Desktop -> Send log via email
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • OSX 10.4.6  connection to Windows Server 2003

    OK guys I need serious help here and in the most basic terms you can describe them in. I'm not an IT guy, and our IT guy knows nothing about Macs. This will be a long post, I appologize, but if you think you can help, please read through it.
    We have a large network of PC's - one main PC running Win Server 2003. That server controls our storage. Storage used to be controlled by a Linux box, and connecting was as easy as going to "Network/Domain/Server" and clicking connect, which would bring up a list of shares, clicking OK and then entering the username and password.
    NOW we have replaced that box with a Win Server 2003 box.
    Under Network I can see the server. I click on the server name, then on connect. It brings up the SMB/CIFS File System Authentication window. Which is odd, because it should bring up the "share" window... shouldn't it?
    I enter in the username and password, hit ok and I get "The alias "servername" could not be opened, because the original item cannot be found"
    So, doing some more research I find that I need to activate "Active Directory"
    Cool, so I open "Directory Access" click on "Enable" next to "Active Directory"
    Configure
    Set the actiive directory domain
    enter the comptuer ID
    and hit bind, enter the admin un and pw. It binds just fine.
    It guy tells me he can see me on his list of users now.
    HOWEVER, I guess we don't know the proper way to log onto the server still. I go to network, find the server, click connect. Still no list of shares and still tells me the original item doesn't exist.
    PLEASE help. This is making me crazy, and I've already lost the better part of a day messing with it and trying to understand some of other posts I've found on the subject.

    Your IT guy will need to disable digital signing on the policy governing that particular server.
    http://falcon.unroutable.net/Lists/Mac%20OS%20X/DispForm.aspx?ID=1&Source=http%3 A%2F%2Ffalcon%2Eunroutable%2Enet%2FLists%2FMac%2520OS%2520X%2FAllItems%2Easpx
    PowerBook G4 867; Active Directory; IAS/RADIUS   Mac OS X (10.4.6)   1GB RAM

  • Mac G5 10.4 connecting to Windows Server 2003 finder windows NOT refreshing

    We are not seeing finder contents refresh when connecting to Windows 2003 servers. We are running 10.4.5. This was supposedly "fixed" in 10.4 but we haven't seen it work yet. Who do we contact for support on this? I've tried using "Contextual Menu" which didn't work, and also tried "Finder Sync" which also didn't work. The only thing that did work was Path Finder. Path Finder did provide an auto-refresh but I don't like Path Finder and we won't buy it.
    Who do we contact at Apple about this? Or does anyone have any experience like this?
    Thanks very much!
    Dave
    Mac G5 dual core 2.3ghz 1.5gb RAM blah blah blah   Mac OS X (10.4.5)  

    I have the same problem and I did public it in another forum.
    Someone told me to write an Applescript like this:
    tell application "Finder"
    tell front window
    update every item with necessity
    end tell
    end tell
    Copy it, open Script Editor and save it as an executable application in your Utilities folder. Now put shortcuts to it in your Dock or your Sidebar or whereever. When you run it, the front most windows in the Finder will be refreshed to its most current state from disk.
    I tried it but it doesn't help so much. I have no problem at all when I work with Windows Server 2000.
    Thinh
    Mac Mini 1,4   Mac OS X (10.4.3)  

  • SMB and VPN connected to Windows Server 2003

    I have search the web for an answer on this problem, I've only found peoble with same problem, but still no solution :o/
    I wan't to connect to my office (windows2003) from my OSX 10.4.2 at home. I've set up an VPN connection and can PING the server (and others) on the network. Works fine.
    When I connect to the server via SMB://server/ I get a list with all different folders (or servers) I can connect to but I get rejected with the answer Bad name or password. Now to the funny part; I can connect in the Terminal using smbclient with the same user and pwd just rejected in Finder!!!
    I've read about this problem on http://www.macwindows.com/tiger.html#052305a but I can't find a solution. Someone mentioned a bug with apple number #4108992 - Can anyone tell me where I can read about that? Or better - Where I can find a solution. (I've tried to erase keychain)
    Rgds
    /Johan

    My school sets up our network disk space with access via FTP. I don't know if that is an option through your company. While I have to download files to work with them and then upload them again to the network space to access them at work, it does allow me to look at the directory structure. I use an FTP client (not the one built into OS X). This might be an option for you to check on with your IT department. (This also eliminates my need to use VPN.)
    Hope this helps.
    PB G4 15"   Mac OS X (10.4.3)  

  • Trying to connect to Window server

    Hi all,
    If anyone could help or suggest a solution I will be forever grateful!
    I'm using a MacPro (OS X 10.5.7) at work to try to connect to a windows server. But they coming up with excuses left right and center to avoid giving it...
    Here what we're using:
    "It is a proprietary system made by a San / Nas provider & is a mix of both.
    On this system it is only possible to set the folder structure to use the following protocols, cifs (how windows connects) & NFS (how unix connects). The applemac can use either afp or smb as it’s explorer like protocol.
    This is why we need to connect the windows PC to the server (as it talks to the server in cifs & windows knows what that is)."
    I asked:
    "But you stated that NFS? Macs can use CIFS protocol and I’ve successfully connected to GROUPDATA. I’m just having trouble viewing the files. Would you be able to configure the permissions to at least read only?"
    Support replied with:
    "The server is no longer licenced for NFS, it is CIFS only. Saved money on licencing.
    When you go to the groupdata area you can see all of the top level folders, but cannot get any lower. It is not a permission thing. We use DFS to get to the folders underneath. The group data area is a virtual area (not real folders). That part uses windows but the folders below groupdata\newmedia (for example) use the filer& the cifs protocol."
    PLEASE HELP!!!!
    Thanks,
    Hal
    Message was edited by: Halmat

    Its a while since I used the software but I seem to recall it can register the client in active directory, hence the network admin password. This would be typed in by a Windows Network admin not by the user and only required the once.
    Anyway there is evaluation email support so they can answer questions about their software much better than I can. Be interesting to confirm if it will do the job.
    Just seen the post from Halmat, this would confirm what I thought. Please contact Thursby I am sure it can be sorted.
    regards

  • Connecting to Windows Server displays 'alias could not be found' error...

    We have a number of Macs all of which browse and connect to a shared Windows network... One Mac however, a 10.3.9 PoweMac G5, displays the 'alias could not be found' when trying to connect to one of the network servers (we have two, one is NT4, the other is WinSvr2003, we cannot connect this Mac to NT).
    Any thoughts on why this particular Mac will not connect to this one specific server via the Finder? (we can connect however via GO->Connect to Server, just not through the Finder Network browser).
    Thanks in advance.

    Hi Al-
    1) Is your mac configured in the same "workgroup" as the PC's? (Look in Utilities>DirectoryAccess>SMB/CIFS>Configure). Workgroup must match, and try putting name using ALL CAPS.
    2) Instead of using this alias, have you tried Using Finder "Go" Menu?
    Go>Connect To Server> SMB://[PCname]/[Foldername]
    There are some security settings which may need changed, over on the PC's. Search this group for 'digital signing'.

  • AFP Connection to Windows Server 2011 via MacServerIP 'not supported' by Mavericks?

    Until recently my employer has been runnign 10.6 Snow Leopard on Mid 2010 iMacs, given that Mavericks is free, we're now looking at updating said iMacs.
    The problem is we use an AFP server (MacServerIP by CyanSoft) as we've had huge issues with font resource forks getting corrupted when we used SMB.
    At the moment, when I try and connect to an existing AFP share (even though AFP is still supposedly supported) I get the following error:
    "the version of the server you are trying to connect to is not supported"
    Gaaaahhh.. we really cannot afford to have our font database corrupted again, otf font's won't be affected, just type 1/postcript fonts etc that stores the actual font data in the resource fork..
    Is this currently a Mavericks bug or is  this 'desired behaviour'?
    Thanks in advance all..

    Looks like I've solved this myself so for the benefit of anyone else out there with a similar issue..
    Ditch MacServerIP and install Group Logics ExtremeZ-IP instead...
    As Gordon Ramsey would say (other than something that would be bleeped out)
    'Done'

  • Windows Server 2003 Updates are not working

    Hello Dear Support
    Please can you help me to sort out the issue for the Windows Updates, I cannot install automatically it is giving me error message " Failed"
    What can be reason what i need to follow, i tried but couldn't figure out the exact problem
    Kind Regards, Muneeb

    Hi,
    Please try below:
    Step 1: Register DLL files
    ===================
    By trying this step, we can check if the update engines are working properly.
    1. Close all instances of Internet Explorer.
    2. Click Start and Run, type "REGSVR32 ATL.DLL" (without quotes) in the open box and click OK.
    Note: There is a space between REGSVR32 and ATL.DLL
    3. Similarly, one by one, register the files listed below:
    REGSVR32 MSXML3.DLL
    REGSVR32 WUAPI.DLL
    REGSVR32 WUAUENG.DLL
    REGSVR32 WUAUENG1.DLL
    REGSVR32 WUPS2.DLL
    REGSVR32 WUCLTUI.DLL
    REGSVR32 WUPS.DLL
    REGSVR32 WUWEB.DLL
    REGSVR32 QMGR.DLL
    REGSVR32 QMGRPRXY.DLL
    REGSVR32 JSCRIPT.DLL
    Note: Please try and register all the files. While registering each .DLL file you should get a "succeeded" message. If you encounter any error message, please let me know the exact
    wording.
    If the issue persists, let's move on to the steps below to verify Windows Update services and temporary folders.
    Step 2: Verify the relevant Windows Update services
    ========================================
    1. Click Start->Run, type "services.msc" (without quotation marks) in the open box and click OK.
    2. Double click the service "Automatic Updates".
    3. Click on the "General" tab; make sure the "Startup Type" is "Automatic". Then please click the button "Stop" under "Service Status" to stop the service.
    4. Then please click the button "Start" under "Service Status" to start the service.
    5. Please repeat the above steps with another service: Background Intelligent Transfer Service.
    If it still does not resolve the issue, let's proceed to step 3.
    Step 3: Reload the Windows Update temporary folder
    ========================================
    One possible cause is that the temporary folder for Windows Update contains corrupted files. Let's erase all the files there to get the system clean.
    1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
    Net stop WuAuServ
    2. Click Start, Run, type: %windir% and press Enter.
    3. In the opened folder, rename the folder SoftwareDistribution to Sdold.
    4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
    Net start WuAuServ
    Please test the issue again via the Windows Update website and let me know the result. If the issue persists, to clarify the issue and provide more accurate troubleshooting steps,
    please assist me in collecting the following information.
    How to capture a screenshot
    ======================
    1. When the error appears, please press the Print Screen key (PrtScn) on your keyboard.
    2. Click Start, click Run, type MSPAINT, and click OK.
    3. In Paint, click Paste under the Edit Menu, click Save under the File menu, type a file name for the screenshot, choose JPEG as "Save as type", click "Desktop" on the left pane, and click Save.
    How to collect System Information
    ==========================
    The System Information can provide us with more information about the current status of the system. I would like to check it for you. Please send it to me using the following steps:
    1. Click "Start", go to "Run", type in "MSINFO32" (without quotation marks) and press Enter to start System Information.
    2. On the popup window, on the menu bar, click "File", and click "Save to"; save it as an NFO file, such as "system.nfo" to your local Desktop.
    3. Find the file, right-click on this file, click "Send To", and click "Compressed (zipped) Folder".
    How to collect the Windows Update log file
    ================================
    Note: Since there are two Windows Update log files with similar names, please be aware that I am requesting the "WindowsUpdate.log" file without a space in the middle of the name.
    1. Click on Start, Run and type "WindowsUpdate.log" (without the quotes)
    2. Click on the OK button. We will see a file named "WindowsUpdate.log"
    3. Now click on the "File" menu and then click on the "Save As" and select "Desktop" in the "Save in" option on the top of the window.
    4. Click on the Save button. The file will be saved to your Desktop.
    Please upload the above files to
    https://sftus.one.microsoft.com/choosetransfer.aspx?key=0fd9ebfc-9943-44db-9c18-f2bd879208ba
    Password: hF6!vkC-6QBf4Q
    Tim Quan

  • Windows Server 2003 R2 Backup with Hyper-V in DPM

    Hello,
    I am trying to backup multiple Windows Server 2003 R2 VMs on Hyper-V (Windows Server 2012 R2) with DPM.
    When I try to this I get the following errors:
    On the Hyper-V Host:
    Source: VSS ID:8229
    A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error.  If the backup process is retried,
    the error is likely to reoccur.
    . Changes that the writer made to the writer components while handling the event will not be available to the requester. Check the event log for related events from the application hosting the VSS writer.
    Operation:
       PrepareForSnapshot Event
    Context:
       Execution Context: Writer
       Writer Class Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
       Writer Name: Microsoft Hyper-V VSS Writer
       Writer Instance ID: {0b5be050-91e2-41a6-9207-414f1291f975}
       Command Line: C:\Windows\system32\vmms.exe
       Process ID: 5312
    Source: Hyper-V-VMMS ID: 18014
    Checkpoint operation for 'VMName' was cancelled. (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-VMMS ID: 18012
    Checkpoint operation for 'VMName' failed. (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-VMMS ID: 10150
    Could not create backup checkpoint for virtual machine 'VMName': Element not found. (0x80070490). (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-Worker ID: 3280
    'VMName' could not initiate a checkpoint operation: Element not found. (0x80070490). (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-VMMS ID: 16010
    The operation failed.
    The Output of vssadmin list writers on the Hyper-V Host looks like this:
    Writer name: 'Microsoft Hyper-V VSS Writer'
       Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
       Writer Instance Id: {0b5be050-91e2-41a6-9207-414f1291f975}
       State: [8] Failed
       Last error: Non-retryable error
    In the Windows Server 2003 R2 VM there are no errors in the eventlog.
    Only the information, that VSS is started and stopped after a while.
    When I do a Backup with ntbackup of in the VM everything runs fine.
    When I create a checkpoint with Hyper-V everything runs fine, too.
    The integration services are up to date and get-vmintegrationservice -vmname VMName shows everything is enabled and OK.
    On the Hyper-V host there are 13 VMs. 3 of them are running Windows Server 2003 R2 and 2 of them are showing this error. It seems to be no general problem with Windows Server 2003 R2 then.
    I tried the backup on a different Hyper-V host with no success.
    How can I narrow down the cause of this error?
    Thanks.
    greets,
    torsten

    Thank you to everyone in this thread!
    After digging through VSS and Hyper-V dead-ends, the solution above worked for me in a W2012 R2 environment.
    I only had this problem trying to back up W2012 R2 Hyper-V VMs stored on a CSV, hosted on a W2012 R2 Host Cluster, backing up from a Host node.  I could back up from within the guests fine.  Both Windows Server Backup and DPM 2012 R2
    gave VSS errors on the cluster hosts. 
    In fact Windows Server Backup complains with 80780189 it won't back up an application with files on a CSV, which is a common cluster configuration.  This is an example of another caveat in a minefield of MS caveats buried in fine print which often negates
    configurations touted by MS Marketing, things which sound great on a sell sheet, but in practice are impractical or just not production-ready because of these restrictions.
    Disabled Backup in Integration Services, performed an offline back up from DPM 2012 R2 (which did briefly affect serving the workloads on the VM), which succeeded, and then re-enabled Backup in Integration Services.  DPM then continued to
    sync successfully after that for a day.  However, this problem returned after a period of heavy DPM backup activity.  So I redistributed backups through various Protection Groups to spread the DPM load over a longer period and this seems to
    have solved this problem.
    In general I had lots of problems installing, configuring, and now operating DPM, so the experience has not been smooth, but most of the problems have now been solved.  I find you have to "baby" this product and not push it too hard,
    otherwise things start breaking.
    Thanks again everyone!
    DPM Error ID 30111  0x800423F4
    DPM-EM Event ID 3106

  • Remotely login error on windows server 2003 using gemalto smart card

    I am getting this error when trying to log on windows server 2003 remotely using smartcard. We have our own CA. We are able to successfully logon on windows server 2008 using same card.

    Hi,
    Base on my research, Event 537 indicates that a logon attempt was made and rejected for some reason other than those covered by explicit audit records in this category.
    Would you please provide more details?
    Are there any related warnings and errors under Application Logs or System Logs?
    By remotely login, do you mean logon via RDP?
    Here are some related links below for you references:
    Event 537
    http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows%20Operating%20System&ProdVer=5.0&EvtID=537&EvtSrc=Security&LCID=1033
    Smart Card and Remote Desktop Services
    http://technet.microsoft.com/en-us/library/ff404286(v=WS.10).aspx
    Please get back to us with the necessary information at your earliest convenience.
    Best Regards,
    Amy Wang

  • Monitoring RT application on windows server 2003

    Hi,
    I developed a simple realtime application using labview 7.1.1 on windows server 2003, I can run the application (in realtime mode) in labview development platform. However, after compiling the application into a startup execuable on the RT, I couldn't monitor it anymore.
    I created a folder c:\ni-rt\startup , and tried to copy the startup executable (test1.exe) from RT (ni-rt\startup) to this folder and got a permission error, however, i logged in windows server 2003 as local administrator. I can copy other files into this folder, but not the executable "test1.exe".
    our IT said "Startup" is a special folder in windows server 2003, and does not allow executables to be put inside it. I am not familiar with this O.S. Has anyone had similar problem? If so, did you get it resolved? and how?
    thanks,
    -Joe

    Joe,
           If your application is running in Windows than it is not running in true realtime and you cannot make it a real-time startup executable.  In LabVIEW 8.0 and later you can create a debuggable executable, with which you can see the block diagram of an executable.  This Knowledge Base Article talks about how to automatically launch a VI at startup, which sounds like what you are looking for.  Here is a link to the Real Time Module for LabVIEW.
    Cheers,
    NathanT

  • About memory issue during installing Oracle 11g on Windows Server 2003

    Hi, all
    When I installed Oracle 11g on Windows Server 2003 which the server is a virtual server, Oracle only can detect 2G memory.
    But there are 4G memory with my server.
    I want to know if the Oracle 11g's new feature or the virtual server lead the issue.
    Also , I want to get your help to resolve the issue, thanks a lot.

    Let me get this straight:
    You have created some virtual machine using someone's unknown VM software.
    You have installed Windows Server 2003 (perhaps, but not confirmed 32-bit) to that VM.
    You have allocated 4GB of memory to the VM (we guess ... not sure I'm ready to take your word on this)
    You are attempting to install Oracle 11g (presumably 11gR1 32 bit for Windows) in the VM
    And the Oracle (installer?) seems to be reporting that you only have 2GB RAM.
    Since I personally have installed Oracle 11g 32bit for Windows on Windows 2003 server with 4GB RAM and had no issues, I would be investigating the (unknown) VM environment.

  • FMS on Microsoft Windows Server 2003, Enterprise Edition (64-bit)

    Hi,
    I am gotta buy Microsoft Windows Server 2003, Enterprise
    Edition (64-bit) for my deployment of FMS 2.
    As I read FMS 2 system requirement, it only support Microsoft
    Windows Server 2003, Enterprise Edition (not mention 32 / 64-bit).
    Does anyone got idea on this issue?
    Thx a lot!
    Alan

    At this time, FMS is only officially supported on the 32 bit
    version of Windows Server 2003.

Maybe you are looking for

  • Rights enabled PDF From and XML Data Collection

    Hello, Requirements is something in this line..Convert 3 page word doc- with name field,date field and few radio buttons to PDF.These would be send then send back via email, for further processing.Interested in the actual data rather than the PDF for

  • UIX - method data providers and the include element

    I've just read in the documentation (Chapter 16 UIX Developer's Guide - Integration with Java ...) 'Instead of recreating the entire page and all of its UINodes every time you render, you'll be able to keep most of the page cached and only recreate t

  • Aperture is taking forever to Rebuild my Database

    Hi, It seems my Aperture Library has corrupted. This happened after i updated to the latest version of Aperture 3.4.1. I'm running my libary file on an external FW800 WD1.5 TB drive. the library is about 400GB.  Haven't been able to open the file for

  • Error message at SC Header level

    Hello, I've made changes to check for approval notes to be mandatory when a shopping cart is rejected using the CHECK BAdI. The message doesn't come up when rejecting at header level, only when rejecting at item level is then that it comes up. Your a

  • Reminder Email in Activities

    Dear All, I have configured the Reminder email notification in Activities. The email's are getting generated when I save the Activity. During the configuration I have mentioned the schedule condition - &BusinessObject.CurrentUserStatus&         <>E00