CI权限报错的问题
摘要:ExcelToCI的时候,报错:THE RESPONSE TEXT IS NOT VALID XML. LOGIN DATA CLEARED一般来讲,这个常见错误可能的原因:1. 网络服务无响应:关掉Excel然后重新打开,重新上传就好了2. 用户名密码错误3. CI没有加到Permission List里面今天碰到这个问题,三方面都检查过,依然报错。无奈中,在application design...
阅读全文
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...
阅读全文
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...
阅读全文