• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






GoDevil

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

11 2010 档案

 
CI权限报错的问题
摘要:ExcelToCI的时候,报错:THE RESPONSE TEXT IS NOT VALID XML. LOGIN DATA CLEARED一般来讲,这个常见错误可能的原因:1. 网络服务无响应:关掉Excel然后重新打开,重新上传就好了2. 用户名密码错误3. CI没有加到Permission List里面今天碰到这个问题,三方面都检查过,依然报错。无奈中,在application design... 阅读全文
posted @ 2010-11-23 20:27 Kevin's Blogy 阅读(569) 评论(0) 推荐(0)
Query看不到的问题!
摘要:1. Make sure that this table exists in the Query Access Manager under the appropiate tree name.(People Tools - Security - Query security - Query Access Manager).If not, add the table.2. Run Query Acce... 阅读全文
posted @ 2010-11-11 19:03 Kevin's Blogy 阅读(273) 评论(0) 推荐(0)
15行的PeopleCode搞定XML Publisher
摘要:import PSXP_RPTDEFNMANAGER:*;&oRptDefn = create PSXP_RPTDEFNMANAGER:ReportDefn("FRED_XMLP"); /* setparameter of ReportId */&oRptDefn.Get();/* fill query runtime prompt record */&rcdQryProm... 阅读全文
posted @ 2010-11-11 15:03 Kevin's Blogy 阅读(801) 评论(0) 推荐(0)