Troubleshooting Previewing of a Database Mobile Business Object

Problem: When previewing a database mobile business object using SQL, the connection is set to chained mode so it can rollback the query after preview. For ASE stored procedures, you may get an error similar to: Execution failed: Stored procedure 'pubs2.dbo.byroyalty' may be run only in unchained transaction mode. The 'SET CHAINED OFF' command will cause the current session to use unchained transaction

Solution: If you see this, issue the ISQL command:

sp_procxmode 'pubs2.dbo.byroyalty', anymode

to work around the error.
Related tasks
Troubleshooting Mobile Business Object Operation Datatype Mappings
Troubleshooting Redeployment of a Syncable Mobile Business Object
Troubleshooting Binding a Mobile Business Object to a Database
Related reference
Troubleshooting Mobile Business Object Attributes
Troubleshooting Database Mobile Business Object Errors
Troubleshooting Web Service Mobile Business Object Errors
Troubleshooting File Mobile Business Object Errors


Created September 17, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com