Hi All,
Recently i was reading an article which was comparing SUP and Syclo. It was mentioned that SUP is good for online apps and Syclo is good for offline apps. Request your views on the same.
Regards,
Pavan
Hi All,
Recently i was reading an article which was comparing SUP and Syclo. It was mentioned that SUP is good for online apps and Syclo is good for offline apps. Request your views on the same.
Regards,
Pavan
Hi All,
I got stuck somewhere where we are creating operations in offline mode.
scenario: I have create customer screen with few input parameters like name and address:
Now where i am confused is if user create 4 customers in offline mode, how to manage to update all 4 customers to SAP.
I know there is surrogate key which generate unique number, but i am confused here how to handle this.
Another thing, when i got my connectivity back do i need to call method onConnectSuccess.
Waiting for suggestions.
Regards
Saket
Hey everyone,
my Afaria Server Service won't start and stops with this error:
"XRS4940: Service: An unexpected error has occurred in the following Afaria component: XSRedirector.EXE. The service is stopping. EXPLANATION: A fatal error occurred that could not be handled. All communications are disabled. ACTIONS: Close all other Afaria applications, then attempt to start the Afaria service again. If this error persists, try shutting down the machine before restarting the service. If this error still persists, contact your support representative."
I already upgraded to SP3 but the error still remains.
Any ideas on that ? I also updated my Windows Server Environment but unfortunately it didn't help.
Greetings
Alex
Hi All,
I am configuring relay server in sybase mobile sdk.I followed the following steps:
1)Created relay server quick configuration in SCC
2)Generated configuration files .Copied it to IIS server.
3)Created directory structure
C:\inetpub\wwwroot\ias_relay_server
C:\inetpub\wwwroot\ias_relay_server\Server
C:\inetpub\wwwroot\ias_relay_server\Client
4) Modified applicationhost.config
5) Executed the commands
rshost –u –f rs.config
dbsvc -as -s auto -t rshost -w SUPRelayServer "C:\Inetpub\wwwroot\ias_relay_server\Server\rshost.exe" -q -qc –f "C:\Inetpub\wwwroot\ias_relay_server\Server\rs.config" -o "C:\Sybase\logs\rs.log"
But when it try to start server node in SCC manually I am getting an error
“Could not connect to Relay Server, errCode: 57, sysCode: 11001”
We are currently having issues with using shadowdomains and not being recognized for child domains. This results in the xsisapi filter not picking up on the child domains , and unable to verify the connection. This means all activesync traffic is unable to communicate with the child (shadow) domains. Is anyone else experiencing issues, this has been posted already to the marketplace.
We have a native iPad application working with SUP 2.1.3 .
On Wifi networks, we have no problem, but on 3G connections , sometimes we can not sync with SUP.
We found that in Known Issues
Devices on 3G/4G network not able to connect to Unwired Server.
A connectivity issue may occur between the device and Unwired Server. The current client libraries use a protocol that supports HTTP chunked transfer-encoding only. 3G/4G traffic might, in some cases, be subject to content filtering and convert the messages from chunked transfer-encoding to fixed content-length if the communication is done via standard HTTP ports, which most commonly are 80 and 8080. Since the client application can support only chunked transfer-encoding, the communication cannot be established. In effect, a response cannot be sent back to the server indicating that the device is online.
Workaround: Use a non-standard HTTP port (any port other than 80 or 8080) or an HTTPS port, that is, 443 for Unwired Platform client communication from devices to the Relay Server or external load balancer, whichever one is used, in the DMZ.
But we can not change HTTP port on Sybase Control Center, how can change this port or how can fix this problem
Hi,
We developed an android application which connect back to the SAP backend by using the sap user id with SAP_ALL role/profile. Some client may not able provide the SAP_ALL profile on production server for security purposes.
May I know what is the proper SAP login user profile/role required for SUP2.1.3?
If SAP_ALL profile is a must, is that any officially supporting document which we can negotiate with the client?
Thanks.
Regards,
Choong
Hello All ,
While configuring the FIORI app and running the steps as mentioned in guide for SALES REP Apps , Particularly for Create Sales Order , Track Sales Order gives me error message .
Create Sales Order give me -
Pops up error message – “ No customer found for this user. Map using the business partner function “
Track Sales ORder -
Pops up Error message - "No Customers Found"
Although this BADI as provided by SAP FIORI guide is already activated and this process of creating and tracking a sales order works just fine in backend , the front end throws this error .
Any pointers will be highly appreciated.
Thanks
Sandeep
Hello,
Hello,
We are getting HTTP Status code 404 while accessing Fiori Shopping Cart Approval application. After looking into logs further, it looks
System is returning error message while processing following OData service.
http://<hostname>:port/sap/opu/odata/GBSRM/CARTAPPROVAL;mo/Workfl
owTaskCollection?$filter=(SAP__Origin%20eq%20'LOCAL'%20and%20(TaskType%
20eq%20'TS40007953'))
When we checked CARTAPPROVAL OData service, it doesn't have entity set WorkflowTaskCollection.
Any thoughts on this would be helpful.
THanks,
Balaram Naidu
Hello Experts,
I am trying to install Syclo Smart Inventory Manager, but i get the following
error in the log files on starting the agentry Server:
09:47:27 08/15/2013: Failed to load ag3javabe.dll from System
Connection 1
09:47:27 08/15/2013: Exception: 09:47:27 08/15/2013 : 20
(Agentry3), BackEndLoadError (Failed to load ag3javabe.dll from System
Connection 1 - Error
#193(0xc1): %1 is not a valid Win32 application.
The Agentry server don´t connect to the SAP backend server. It does however connect
if i run the connectTest.bat.
This Resolution didn´t solve the problem:
can you check if you have them, should have something like the
below one at the begining.
Environment Variables -> System Variables -> Path (Not
Classpath)
C:\Program Files\Java\jdk1.7.0_07\bin;C:\Program
Files\Java\jdk1.7.0_07\jre\bin\server;C:\Program Files\Java\jdk1.7.0_07\jre\lib
Even the Troubleshooting - Failed to load ag3javaBE.dll -
Agentry (1813024) didn´t help.
Thanks in Advance.
Regards,
Nico
Dear all,
not sure if that is a bug or my miss-understanding things.
I'm trying to dynamically change the style of a sap.m.Inputcontrol using the addStyleClass method, with no result![]()
When using the "normal" UI5 (sap.ui.commons.TextField (commented code)) things work as expected (the style is applied)
var tripTo = new sap.m.Input("tripInput" ,{ placeholder: "e.g. Berlin"});
//var tripTo = new sap.ui.commons.TextField("tripInput" ,{ placeholder: "e.g. Berlin"}); --> working code
tripTo.addStyleClass("context-autofill");
When looking a bit into the HTML it appears the using the mobile control (sap.m.Input) the style is added to the <div> containing the <input> (marked red below), while it should be added to the <input> (marked blue below)
<div id="tripInput" data-sap-ui="tripInput" style="width: 100%;" class="context-autofill sapMInput sapMInputBase sapMInputBaseCursor">
<input id="tripInput-inner" placeholder="e.g. Berlin" tabindex="0" value="" type="text" class="context-autofill sapMInputBaseInner">
</div>
I belief this is a bug, but maybe I'm using it wrong. Any Ideas?
Axel
PS: Where can I submit bugs?
Hi Experts,
We are trying to set up mobile service scenario by integrating SAP CRM with Syclo Service Manager. However, I do not find any document giving the details of configurations required at the SAP CRM end. SAP had a configuration guide for steps to be performed in SAP CRM for implementing the Sybase SUP Mobile Sales 2.0 but I can not find any document for Syclo Mobile Service.
Any pointers on the same would be very much appreciated.
Regards,
Ashish Dhagat
Dear All,
I am facing an issue with SMP scc login.I have restarted my machine,Re installed SMP still the problem is same.Can anyone help me in solving this issue.
Thanks & Regards,
Siva
Hello,
We've noticed that our SCC (version 3.2.7) will not start on out
test
SUP
2.2.2 system. We've recently patched from 2.2.1 to 2.2.2 but we
are unsure if this is related, since it was fine before the upgrade. From the
logs. In the Agent.log We see these errors:
Messaging provider failed to fully start.
013-03-29 13:18:31,901 [ERROR] [plugin.PluginRegisterService ] [Agent Bootstrap Thread] - Failed to register plugin com.sybase.uep.admin.agent.plugin_2.0.0. Failed to start MessageSender. com.sybase.alert.message.api.ConnectionException: javax.naming.NamingException:
Caused by: com.sybase.djc.SystemException: Error: Connecting to host: localhost, port: 2100.
| at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:624)
| at com.sybase.djc.rmi.iiop.client.Connection.getInstance(Connection.java:70)
We restarted all services and rebooted the servers several times but still it does not work.
I attached the SCC logs and the SUP logs for your analysis
thanks,
any help is appreciated
Why we use synchronisation group?
What is the main purpose for it???
Kindly help me for this
Dear community members,
once you get your App running with a back-end system, it would be very useful to any clue to add the possibility save the last state of the local database in order to use it for Demos.
Most of SAP packaged Apps provides a Try Sample Data / View Sample Data mode and I'm wondering if there is a smart way to integrate it into a developed App without going manually creating an xml file to populate the local database in a programmatic way.
thank you,
Sergio
Dear All,
I am also working travel expenses, kindly please see the below error .
1. Cannot set trip duration in the past or future without getting the below error. If I let the app default the current day/time I do not get the error.
2. United States Dollars prefixed with “internal” is this from configuration or App issue.
While submitting another error This is the error with decimal places in MGD
Value- Invaild format (Retuen structure ):Property name "Amount"property value
3. When submitting other expenses (e.g., meals) I get a Data Services error, but once I refresh the data in the app the expense shows as being recorded
4. Unable to search for WBS element, Cost Center, etc. in cost assignment screen. App also crashes upon submission of cost assignment info
Thank you very much for the help in advance !!!
Hi All
I am trying to install NW Mobile 7.1 on MS SQL server 2005 with Windows 2008 Enterprise Edition O.S.
I used a new version of the SAPinst and the pre-requisites checker .xml file since the downloaded versions are from 2007.
I am facing an error as such-
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
INFO 2013-02-04 10:22:00.774
Creating file C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\MSS\STD\AS-ABAP\SAPHOSTAGENT.log.
INFO 2013-02-04 10:22:00.779
Output of C:\Users\ADMINI~1\AppData\Local\Temp\2\sapinst_exe.2284.1359972341\SAPCAR.exe is written to the logfile SAPHOSTAGENT.log.
INFO 2013-02-04 10:22:00.806
Output of C:\Users\ADMINI~1\AppData\Local\Temp\2\sapinst_exe.2284.1359972341\SAPCAR.exe -x -v -i -R ./hostagent -f "D:/NW 7.1 KERNEL 7.10 WINDOWS (IA64, X86), LINUX X86_64 19 (51033247)/DATA_UNITS/K_710_UI_WINDOWS_X86_64/DBINDEP/SAPHOSTAGENT.SAR,":
SAPCAR: error opening D:/NW 7.1 KERNEL 7.10 WINDOWS (IA64 (error 6). The system cannot find the file specified.
SAPCAR: 0 file(s) extracted
SAPCAR: error opening X86) (error 6). The system cannot find the file specified.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It seems the system is unable to find a SAPCAR file in the folder specified above.
I have placed a new SAPCAR file and also extracted the SAPHOSTAGENT.SARf file and tried to continue but to no avail.
Please let me know how to continue with the installation and finish it.
Thanks in advance.
Phani.
Hey Guys...
We are on Mobile 7.10 SP 12.
We just imported a transport in Production with three updated data objects and their corresponding distribution rules...
We are able to genetare the data objects, the back end adapters and the distribution models but not able to activate de distribution rules.
There are no errors at all, one just clic on activate and it just displays the deactivated rule again.
There are no entries in ST22, SMQ2,,,
The DM are in "consistent state".
We have even gone a little far on using the SDOE_RSM transaction and also run the report SDOE_REPAIR_DM_POSTGEN with same results.
So... We are in production with no business data.
Thank you.
David
Hi gurus...
I have a NW Mobile 7.1 SP12 installation, and I would like to know about the procedure to create setup packages for PDA.
Is is possible for that SP?
I have information mentioning that it is only possible for Laptops, but that is not my scenario.
Thank you.
David.